Package inference

Interface GrpcService.SystemSharedMemoryStatusRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GrpcService.SystemSharedMemoryStatusRequest, GrpcService.SystemSharedMemoryStatusRequest.Builder
Enclosing class:
GrpcService

public static interface GrpcService.SystemSharedMemoryStatusRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    @@ @@ ..
    com.google.protobuf.ByteString
    @@ @@ ..

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
      @@
      @@  .. cpp:var:: string name
      @@
      @@     The name of the region to get status for. If empty the
      @@     status is returned for all registered regions.
      @@
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      @@
      @@  .. cpp:var:: string name
      @@
      @@     The name of the region to get status for. If empty the
      @@     status is returned for all registered regions.
      @@
       
      string name = 1;
      Returns:
      The bytes for name.