c

io.grpc.reflection.v1alpha

ServerReflectionRequest

final class ServerReflectionRequest extends GeneratedMessageV3 with ServerReflectionRequestOrBuilder

The message sent by the client when calling ServerReflectionInfo method.

Protobuf type grpc.reflection.v1alpha.ServerReflectionRequest

Source
ServerReflectionRequest.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerReflectionRequest
  2. ServerReflectionRequestOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(obj: AnyRef): Boolean
    Definition Classes
    ServerReflectionRequest → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  2. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  3. def getAllExtensionNumbersOfType(): String

    Finds the tag numbers used by all known extensions of extendee_type, and
    appends them to ExtensionNumberResponse in an undefined order.
    Its corresponding method is best-effort: it's not guaranteed that the
    reflection service will implement this method, and it's not guaranteed
    that this method will provide all extensions. Returns
    StatusCode::UNIMPLEMENTED if it's not implemented.
    This field should be a fully-qualified type name. The format is
    <package>.<type>
    

    Finds the tag numbers used by all known extensions of extendee_type, and
    appends them to ExtensionNumberResponse in an undefined order.
    Its corresponding method is best-effort: it's not guaranteed that the
    reflection service will implement this method, and it's not guaranteed
    that this method will provide all extensions. Returns
    StatusCode::UNIMPLEMENTED if it's not implemented.
    This field should be a fully-qualified type name. The format is
    <package>.<type>
    

    string all_extension_numbers_of_type = 6;

    returns

    The allExtensionNumbersOfType.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
  4. def getAllExtensionNumbersOfTypeBytes(): ByteString

    Finds the tag numbers used by all known extensions of extendee_type, and
    appends them to ExtensionNumberResponse in an undefined order.
    Its corresponding method is best-effort: it's not guaranteed that the
    reflection service will implement this method, and it's not guaranteed
    that this method will provide all extensions. Returns
    StatusCode::UNIMPLEMENTED if it's not implemented.
    This field should be a fully-qualified type name. The format is
    <package>.<type>
    

    Finds the tag numbers used by all known extensions of extendee_type, and
    appends them to ExtensionNumberResponse in an undefined order.
    Its corresponding method is best-effort: it's not guaranteed that the
    reflection service will implement this method, and it's not guaranteed
    that this method will provide all extensions. Returns
    StatusCode::UNIMPLEMENTED if it's not implemented.
    This field should be a fully-qualified type name. The format is
    <package>.<type>
    

    string all_extension_numbers_of_type = 6;

    returns

    The bytes for allExtensionNumbersOfType.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
  5. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  6. def getDefaultInstanceForType(): ServerReflectionRequest
    Definition Classes
    ServerReflectionRequest → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  7. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  8. def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  9. def getFileByFilename(): String

    Find a proto file by the file name.
    

    Find a proto file by the file name.
    

    string file_by_filename = 3;

    returns

    The fileByFilename.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
  10. def getFileByFilenameBytes(): ByteString

    Find a proto file by the file name.
    

    Find a proto file by the file name.
    

    string file_by_filename = 3;

    returns

    The bytes for fileByFilename.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
  11. def getFileContainingExtension(): ExtensionRequest

    Find the proto file which defines an extension extending the given
    message type with the given field number.
    

    Find the proto file which defines an extension extending the given
    message type with the given field number.
    

    .grpc.reflection.v1alpha.ExtensionRequest file_containing_extension = 5;

    returns

    The fileContainingExtension.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
    Annotations
    @Override()
  12. def getFileContainingExtensionOrBuilder(): ExtensionRequestOrBuilder

    Find the proto file which defines an extension extending the given
    message type with the given field number.
    

    Find the proto file which defines an extension extending the given
    message type with the given field number.
    

    .grpc.reflection.v1alpha.ExtensionRequest file_containing_extension = 5;

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
    Annotations
    @Override()
  13. def getFileContainingSymbol(): String

    Find the proto file that declares the given fully-qualified symbol name.
    This field should be a fully-qualified symbol name
    (e.g. <package>.<service>[.<method>] or <package>.<type>).
    

    Find the proto file that declares the given fully-qualified symbol name.
    This field should be a fully-qualified symbol name
    (e.g. <package>.<service>[.<method>] or <package>.<type>).
    

    string file_containing_symbol = 4;

    returns

    The fileContainingSymbol.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
  14. def getFileContainingSymbolBytes(): ByteString

    Find the proto file that declares the given fully-qualified symbol name.
    This field should be a fully-qualified symbol name
    (e.g. <package>.<service>[.<method>] or <package>.<type>).
    

    Find the proto file that declares the given fully-qualified symbol name.
    This field should be a fully-qualified symbol name
    (e.g. <package>.<service>[.<method>] or <package>.<type>).
    

    string file_containing_symbol = 4;

    returns

    The bytes for fileContainingSymbol.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
  15. def getHost(): String

    string host = 1;

    string host = 1;

    returns

    The host.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
    Annotations
    @Override()
  16. def getHostBytes(): ByteString

    string host = 1;

    string host = 1;

    returns

    The bytes for host.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
    Annotations
    @Override()
  17. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  18. def getListServices(): String

    List the full names of registered services. The content will not be
    checked.
    

    List the full names of registered services. The content will not be
    checked.
    

    string list_services = 7;

    returns

    The listServices.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
  19. def getListServicesBytes(): ByteString

    List the full names of registered services. The content will not be
    checked.
    

    List the full names of registered services. The content will not be
    checked.
    

    string list_services = 7;

    returns

    The bytes for listServices.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
  20. def getMessageRequestCase(): MessageRequestCase
  21. def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  22. def getParserForType(): Parser[ServerReflectionRequest]
    Definition Classes
    ServerReflectionRequest → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  23. def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  24. def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  25. def getSerializedSize(): Int
    Definition Classes
    ServerReflectionRequest → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  26. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  27. def hasAllExtensionNumbersOfType(): Boolean

    Finds the tag numbers used by all known extensions of extendee_type, and
    appends them to ExtensionNumberResponse in an undefined order.
    Its corresponding method is best-effort: it's not guaranteed that the
    reflection service will implement this method, and it's not guaranteed
    that this method will provide all extensions. Returns
    StatusCode::UNIMPLEMENTED if it's not implemented.
    This field should be a fully-qualified type name. The format is
    <package>.<type>
    

    Finds the tag numbers used by all known extensions of extendee_type, and
    appends them to ExtensionNumberResponse in an undefined order.
    Its corresponding method is best-effort: it's not guaranteed that the
    reflection service will implement this method, and it's not guaranteed
    that this method will provide all extensions. Returns
    StatusCode::UNIMPLEMENTED if it's not implemented.
    This field should be a fully-qualified type name. The format is
    <package>.<type>
    

    string all_extension_numbers_of_type = 6;

    returns

    Whether the allExtensionNumbersOfType field is set.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
  28. def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  29. def hasFileByFilename(): Boolean

    Find a proto file by the file name.
    

    Find a proto file by the file name.
    

    string file_by_filename = 3;

    returns

    Whether the fileByFilename field is set.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
  30. def hasFileContainingExtension(): Boolean

    Find the proto file which defines an extension extending the given
    message type with the given field number.
    

    Find the proto file which defines an extension extending the given
    message type with the given field number.
    

    .grpc.reflection.v1alpha.ExtensionRequest file_containing_extension = 5;

    returns

    Whether the fileContainingExtension field is set.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
    Annotations
    @Override()
  31. def hasFileContainingSymbol(): Boolean

    Find the proto file that declares the given fully-qualified symbol name.
    This field should be a fully-qualified symbol name
    (e.g. <package>.<service>[.<method>] or <package>.<type>).
    

    Find the proto file that declares the given fully-qualified symbol name.
    This field should be a fully-qualified symbol name
    (e.g. <package>.<service>[.<method>] or <package>.<type>).
    

    string file_containing_symbol = 4;

    returns

    Whether the fileContainingSymbol field is set.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
  32. def hasListServices(): Boolean

    List the full names of registered services. The content will not be
    checked.
    

    List the full names of registered services. The content will not be
    checked.
    

    string list_services = 7;

    returns

    Whether the listServices field is set.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
  33. def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  34. def hashCode(): Int
    Definition Classes
    ServerReflectionRequest → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  35. final def isInitialized(): Boolean
    Definition Classes
    ServerReflectionRequest → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  36. def newBuilderForType(): Builder
    Definition Classes
    ServerReflectionRequest → Message → MessageLite
    Annotations
    @Override()
  37. def toBuilder(): Builder
    Definition Classes
    ServerReflectionRequest → Message → MessageLite
    Annotations
    @Override()
  38. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  39. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  40. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  41. def writeDelimitedTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  42. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    ServerReflectionRequest → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  43. def writeTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])