publicstaticfinalclass ApiConfig.GrpcServiceDefinitionextendsGeneratedMessageV3implementsApiConfig.GrpcServiceDefinitionOrBuilder
A gRPC service definition.
Protobuf type google.cloud.apigateway.v1.ApiConfig.GrpcServiceDefinition
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
FILE_DESCRIPTOR_SET_FIELD_NUMBER
publicstaticfinalintFILE_DESCRIPTOR_SET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SOURCE_FIELD_NUMBER
publicstaticfinalintSOURCE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticApiConfig.GrpcServiceDefinitiongetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticApiConfig.GrpcServiceDefinition.BuildernewBuilder()
newBuilder(ApiConfig.GrpcServiceDefinition prototype)
publicstaticApiConfig.GrpcServiceDefinition.BuildernewBuilder(ApiConfig.GrpcServiceDefinitionprototype)
publicstaticApiConfig.GrpcServiceDefinitionparseDelimitedFrom(InputStreaminput)
publicstaticApiConfig.GrpcServiceDefinitionparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticApiConfig.GrpcServiceDefinitionparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticApiConfig.GrpcServiceDefinitionparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticApiConfig.GrpcServiceDefinitionparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticApiConfig.GrpcServiceDefinitionparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticApiConfig.GrpcServiceDefinitionparseFrom(CodedInputStreaminput)
publicstaticApiConfig.GrpcServiceDefinitionparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticApiConfig.GrpcServiceDefinitionparseFrom(InputStreaminput)
publicstaticApiConfig.GrpcServiceDefinitionparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticApiConfig.GrpcServiceDefinitionparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticApiConfig.GrpcServiceDefinitionparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<ApiConfig.GrpcServiceDefinition>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicApiConfig.GrpcServiceDefinitiongetDefaultInstanceForType()
getFileDescriptorSet()
publicApiConfig.FilegetFileDescriptorSet()
Input only. File descriptor set, generated by protoc.
To generate, use protoc with imports and source info included.
For an example test.proto file, the following command would put the value
in a new file named out.pb.
$ protoc --include_imports --include_source_info test.proto -o out.pb
.google.cloud.apigateway.v1.ApiConfig.File file_descriptor_set = 1 [(.google.api.field_behavior) = INPUT_ONLY];
getFileDescriptorSetOrBuilder()
publicApiConfig.FileOrBuildergetFileDescriptorSetOrBuilder()
Input only. File descriptor set, generated by protoc.
To generate, use protoc with imports and source info included.
For an example test.proto file, the following command would put the value
in a new file named out.pb.
$ protoc --include_imports --include_source_info test.proto -o out.pb
.google.cloud.apigateway.v1.ApiConfig.File file_descriptor_set = 1 [(.google.api.field_behavior) = INPUT_ONLY];
getParserForType()
publicParser<ApiConfig.GrpcServiceDefinition>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getSource(int index)
publicApiConfig.FilegetSource(intindex)
Optional. Uncompiled proto files associated with the descriptor set, used for
display purposes (server-side compilation is not supported). These
should match the inputs to 'protoc' command used to generate
file_descriptor_set.
repeated .google.cloud.apigateway.v1.ApiConfig.File source = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getSourceCount()
publicintgetSourceCount()
Optional. Uncompiled proto files associated with the descriptor set, used for
display purposes (server-side compilation is not supported). These
should match the inputs to 'protoc' command used to generate
file_descriptor_set.
repeated .google.cloud.apigateway.v1.ApiConfig.File source = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
getSourceList()
publicList<ApiConfig.File>getSourceList()
Optional. Uncompiled proto files associated with the descriptor set, used for
display purposes (server-side compilation is not supported). These
should match the inputs to 'protoc' command used to generate
file_descriptor_set.
repeated .google.cloud.apigateway.v1.ApiConfig.File source = 2 [(.google.api.field_behavior) = OPTIONAL];
getSourceOrBuilder(int index)
publicApiConfig.FileOrBuildergetSourceOrBuilder(intindex)
Optional. Uncompiled proto files associated with the descriptor set, used for
display purposes (server-side compilation is not supported). These
should match the inputs to 'protoc' command used to generate
file_descriptor_set.
repeated .google.cloud.apigateway.v1.ApiConfig.File source = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getSourceOrBuilderList()
publicList<?extendsApiConfig.FileOrBuilder>getSourceOrBuilderList()
Optional. Uncompiled proto files associated with the descriptor set, used for
display purposes (server-side compilation is not supported). These
should match the inputs to 'protoc' command used to generate
file_descriptor_set.
repeated .google.cloud.apigateway.v1.ApiConfig.File source = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.apigateway.v1.ApiConfig.FileOrBuilder> |
hasFileDescriptorSet()
publicbooleanhasFileDescriptorSet()
Input only. File descriptor set, generated by protoc.
To generate, use protoc with imports and source info included.
For an example test.proto file, the following command would put the value
in a new file named out.pb.
$ protoc --include_imports --include_source_info test.proto -o out.pb
.google.cloud.apigateway.v1.ApiConfig.File file_descriptor_set = 1 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the fileDescriptorSet field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicApiConfig.GrpcServiceDefinition.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedApiConfig.GrpcServiceDefinition.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicApiConfig.GrpcServiceDefinition.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides