Package inference
Interface GrpcService.ServerMetadataResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.ServerMetadataResponse,GrpcService.ServerMetadataResponse.Builder
- Enclosing class:
GrpcService
public static interface GrpcService.ServerMetadataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExtensions(int index) @@ @@ ..com.google.protobuf.ByteStringgetExtensionsBytes(int index) @@ @@ ..int@@ @@ ..@@ @@ ..getName()@@ @@ ..com.google.protobuf.ByteString@@ @@ ..@@ @@ ..com.google.protobuf.ByteString@@ @@ ..Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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 server name. @@
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()@@ @@ .. cpp:var:: string name @@ @@ The server name. @@
string name = 1;- Returns:
- The bytes for name.
-
getVersion
String getVersion()@@ @@ .. cpp:var:: string version @@ @@ The server version. @@
string version = 2;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()@@ @@ .. cpp:var:: string version @@ @@ The server version. @@
string version = 2;- Returns:
- The bytes for version.
-
getExtensionsList
@@ @@ .. cpp:var:: string extensions (repeated) @@ @@ The extensions supported by the server. @@
repeated string extensions = 3;- Returns:
- A list containing the extensions.
-
getExtensionsCount
int getExtensionsCount()@@ @@ .. cpp:var:: string extensions (repeated) @@ @@ The extensions supported by the server. @@
repeated string extensions = 3;- Returns:
- The count of extensions.
-
getExtensions
@@ @@ .. cpp:var:: string extensions (repeated) @@ @@ The extensions supported by the server. @@
repeated string extensions = 3;- Parameters:
index- The index of the element to return.- Returns:
- The extensions at the given index.
-
getExtensionsBytes
com.google.protobuf.ByteString getExtensionsBytes(int index) @@ @@ .. cpp:var:: string extensions (repeated) @@ @@ The extensions supported by the server. @@
repeated string extensions = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the extensions at the given index.
-