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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: AnyRef): Boolean
    Definition Classes
    ServerReflectionRequest → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  10. 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
  11. 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
  12. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getDefaultInstanceForType(): ServerReflectionRequest
    Definition Classes
    ServerReflectionRequest → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  15. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  16. def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  17. 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
  18. 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
  19. 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()
  20. 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()
  21. 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
  22. 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
  23. def getHost(): String

    string host = 1;

    string host = 1;

    returns

    The host.

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

    string host = 1;

    string host = 1;

    returns

    The bytes for host.

    Definition Classes
    ServerReflectionRequestServerReflectionRequestOrBuilder
    Annotations
    @Override()
  25. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  26. 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
  27. 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
  28. def getMessageRequestCase(): MessageRequestCase
  29. def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  30. def getParserForType(): Parser[ServerReflectionRequest]
    Definition Classes
    ServerReflectionRequest → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  31. def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  32. def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  33. def getSerializedSize(): Int
    Definition Classes
    ServerReflectionRequest → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  34. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  35. 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
  36. def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  37. 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
  38. 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()
  39. 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
  40. 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
  41. def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  42. def hashCode(): Int
    Definition Classes
    ServerReflectionRequest → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  43. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[v1alpha]
    Definition Classes
    ServerReflectionRequest → GeneratedMessageV3
    Annotations
    @Override()
  44. def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
  45. final def isInitialized(): Boolean
    Definition Classes
    ServerReflectionRequest → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. def makeExtensionsImmutable(): Unit
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
  48. def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException])
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[v1alpha]
    Definition Classes
    ServerReflectionRequest → GeneratedMessageV3
    Annotations
    @Override()
  51. def newBuilderForType(): Builder
    Definition Classes
    ServerReflectionRequest → Message → MessageLite
    Annotations
    @Override()
  52. def newBuilderForType(arg0: BuilderParent): Builder
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3 → AbstractMessage
  53. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[v1alpha]
    Definition Classes
    ServerReflectionRequest → GeneratedMessageV3
    Annotations
    @Override() @SuppressWarnings()
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. def parseUnknownField(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  57. def parseUnknownFieldProto3(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. def toBuilder(): Builder
    Definition Classes
    ServerReflectionRequest → Message → MessageLite
    Annotations
    @Override()
  60. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  61. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  62. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  66. def writeDelimitedTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  67. def writeReplace(): AnyRef
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  68. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    ServerReflectionRequest → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  69. def writeTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Inherited from GeneratedMessageV3

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped