publicstaticfinalclass ApiConfig.GrpcServiceDefinition.BuilderextendsGeneratedMessageV3.Builder<ApiConfig.GrpcServiceDefinition.Builder>implementsApiConfig.GrpcServiceDefinitionOrBuilder
A gRPC service definition.
Protobuf type google.cloud.apigateway.v1.ApiConfig.GrpcServiceDefinition
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addAllSource(Iterable<? extends ApiConfig.File> values)
publicApiConfig.GrpcServiceDefinition.BuilderaddAllSource(Iterable<?extendsApiConfig.File>values)
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 |
values |
Iterable<? extends com.google.cloud.apigateway.v1.ApiConfig.File>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicApiConfig.GrpcServiceDefinition.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
addSource(ApiConfig.File value)
publicApiConfig.GrpcServiceDefinition.BuilderaddSource(ApiConfig.Filevalue)
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];
addSource(ApiConfig.File.Builder builderForValue)
publicApiConfig.GrpcServiceDefinition.BuilderaddSource(ApiConfig.File.BuilderbuilderForValue)
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];
addSource(int index, ApiConfig.File value)
publicApiConfig.GrpcServiceDefinition.BuilderaddSource(intindex,ApiConfig.Filevalue)
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];
addSource(int index, ApiConfig.File.Builder builderForValue)
publicApiConfig.GrpcServiceDefinition.BuilderaddSource(intindex,ApiConfig.File.BuilderbuilderForValue)
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];
addSourceBuilder()
publicApiConfig.File.BuilderaddSourceBuilder()
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];
addSourceBuilder(int index)
publicApiConfig.File.BuilderaddSourceBuilder(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
|
build()
publicApiConfig.GrpcServiceDefinitionbuild()
buildPartial()
publicApiConfig.GrpcServiceDefinitionbuildPartial()
clear()
publicApiConfig.GrpcServiceDefinition.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicApiConfig.GrpcServiceDefinition.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearFileDescriptorSet()
publicApiConfig.GrpcServiceDefinition.BuilderclearFileDescriptorSet()
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];
clearOneof(Descriptors.OneofDescriptor oneof)
publicApiConfig.GrpcServiceDefinition.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearSource()
publicApiConfig.GrpcServiceDefinition.BuilderclearSource()
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];
clone()
publicApiConfig.GrpcServiceDefinition.Builderclone()
Overrides
getDefaultInstanceForType()
publicApiConfig.GrpcServiceDefinitiongetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
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];
getFileDescriptorSetBuilder()
publicApiConfig.File.BuildergetFileDescriptorSetBuilder()
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];
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
|
getSourceBuilder(int index)
publicApiConfig.File.BuildergetSourceBuilder(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
|
getSourceBuilderList()
publicList<ApiConfig.File.Builder>getSourceBuilderList()
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];
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.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFileDescriptorSet(ApiConfig.File value)
publicApiConfig.GrpcServiceDefinition.BuildermergeFileDescriptorSet(ApiConfig.Filevalue)
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];
mergeFrom(ApiConfig.GrpcServiceDefinition other)
publicApiConfig.GrpcServiceDefinition.BuildermergeFrom(ApiConfig.GrpcServiceDefinitionother)
publicApiConfig.GrpcServiceDefinition.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicApiConfig.GrpcServiceDefinition.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalApiConfig.GrpcServiceDefinition.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
removeSource(int index)
publicApiConfig.GrpcServiceDefinition.BuilderremoveSource(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
|
setField(Descriptors.FieldDescriptor field, Object value)
publicApiConfig.GrpcServiceDefinition.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setFileDescriptorSet(ApiConfig.File value)
publicApiConfig.GrpcServiceDefinition.BuildersetFileDescriptorSet(ApiConfig.Filevalue)
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];
setFileDescriptorSet(ApiConfig.File.Builder builderForValue)
publicApiConfig.GrpcServiceDefinition.BuildersetFileDescriptorSet(ApiConfig.File.BuilderbuilderForValue)
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];
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicApiConfig.GrpcServiceDefinition.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setSource(int index, ApiConfig.File value)
publicApiConfig.GrpcServiceDefinition.BuildersetSource(intindex,ApiConfig.Filevalue)
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];
setSource(int index, ApiConfig.File.Builder builderForValue)
publicApiConfig.GrpcServiceDefinition.BuildersetSource(intindex,ApiConfig.File.BuilderbuilderForValue)
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];
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalApiConfig.GrpcServiceDefinition.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides