Class ApiConfig.GrpcServiceDefinition.Builder (2.41.0)

public static final class ApiConfig.GrpcServiceDefinition.Builder extends GeneratedMessageV3.Builder<ApiConfig.GrpcServiceDefinition.Builder> implements ApiConfig.GrpcServiceDefinitionOrBuilder

A gRPC service definition.

Protobuf type google.cloud.apigateway.v1.ApiConfig.GrpcServiceDefinition

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllSource(Iterable<? extends ApiConfig.File> values)

public ApiConfig.GrpcServiceDefinition.Builder addAllSource(Iterable<? extends ApiConfig.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
NameDescription
valuesIterable<? extends com.google.cloud.apigateway.v1.ApiConfig.File>
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ApiConfig.GrpcServiceDefinition.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder
Overrides

addSource(ApiConfig.File value)

public ApiConfig.GrpcServiceDefinition.Builder addSource(ApiConfig.File value)

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
NameDescription
valueApiConfig.File
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

addSource(ApiConfig.File.Builder builderForValue)

public ApiConfig.GrpcServiceDefinition.Builder addSource(ApiConfig.File.Builder builderForValue)

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
NameDescription
builderForValueApiConfig.File.Builder
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

addSource(int index, ApiConfig.File value)

public ApiConfig.GrpcServiceDefinition.Builder addSource(int index, ApiConfig.File value)

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];

Parameters
NameDescription
indexint
valueApiConfig.File
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

addSource(int index, ApiConfig.File.Builder builderForValue)

public ApiConfig.GrpcServiceDefinition.Builder addSource(int index, ApiConfig.File.Builder builderForValue)

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];

Parameters
NameDescription
indexint
builderForValueApiConfig.File.Builder
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

addSourceBuilder()

public ApiConfig.File.Builder addSourceBuilder()

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
TypeDescription
ApiConfig.File.Builder

addSourceBuilder(int index)

public ApiConfig.File.Builder addSourceBuilder(int index)

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
NameDescription
indexint
Returns
TypeDescription
ApiConfig.File.Builder

build()

public ApiConfig.GrpcServiceDefinition build()
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition

buildPartial()

public ApiConfig.GrpcServiceDefinition buildPartial()
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition

clear()

public ApiConfig.GrpcServiceDefinition.Builder clear()
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ApiConfig.GrpcServiceDefinition.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder
Overrides

clearFileDescriptorSet()

public ApiConfig.GrpcServiceDefinition.Builder clearFileDescriptorSet()

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
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public ApiConfig.GrpcServiceDefinition.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder
Overrides

clearSource()

public ApiConfig.GrpcServiceDefinition.Builder clearSource()

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
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

clone()

public ApiConfig.GrpcServiceDefinition.Builder clone()
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder
Overrides

getDefaultInstanceForType()

public ApiConfig.GrpcServiceDefinition getDefaultInstanceForType()
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFileDescriptorSet()

public ApiConfig.File getFileDescriptorSet()

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
TypeDescription
ApiConfig.File

The fileDescriptorSet.

getFileDescriptorSetBuilder()

public ApiConfig.File.Builder getFileDescriptorSetBuilder()

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
TypeDescription
ApiConfig.File.Builder

getFileDescriptorSetOrBuilder()

public ApiConfig.FileOrBuilder getFileDescriptorSetOrBuilder()

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
TypeDescription
ApiConfig.FileOrBuilder

getSource(int index)

public ApiConfig.File getSource(int index)

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
NameDescription
indexint
Returns
TypeDescription
ApiConfig.File

getSourceBuilder(int index)

public ApiConfig.File.Builder getSourceBuilder(int index)

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
NameDescription
indexint
Returns
TypeDescription
ApiConfig.File.Builder

getSourceBuilderList()

public List<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];

Returns
TypeDescription
List<Builder>

getSourceCount()

public int getSourceCount()

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
TypeDescription
int

getSourceList()

public List<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];

Returns
TypeDescription
List<File>

getSourceOrBuilder(int index)

public ApiConfig.FileOrBuilder getSourceOrBuilder(int index)

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
NameDescription
indexint
Returns
TypeDescription
ApiConfig.FileOrBuilder

getSourceOrBuilderList()

public List<? extends ApiConfig.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
TypeDescription
List<? extends com.google.cloud.apigateway.v1.ApiConfig.FileOrBuilder>

hasFileDescriptorSet()

public boolean hasFileDescriptorSet()

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
TypeDescription
boolean

Whether the fileDescriptorSet field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFileDescriptorSet(ApiConfig.File value)

public ApiConfig.GrpcServiceDefinition.Builder mergeFileDescriptorSet(ApiConfig.File value)

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];

Parameter
NameDescription
valueApiConfig.File
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

mergeFrom(ApiConfig.GrpcServiceDefinition other)

public ApiConfig.GrpcServiceDefinition.Builder mergeFrom(ApiConfig.GrpcServiceDefinition other)
Parameter
NameDescription
otherApiConfig.GrpcServiceDefinition
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ApiConfig.GrpcServiceDefinition.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ApiConfig.GrpcServiceDefinition.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ApiConfig.GrpcServiceDefinition.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder
Overrides

removeSource(int index)

public ApiConfig.GrpcServiceDefinition.Builder removeSource(int index)

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
NameDescription
indexint
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ApiConfig.GrpcServiceDefinition.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder
Overrides

setFileDescriptorSet(ApiConfig.File value)

public ApiConfig.GrpcServiceDefinition.Builder setFileDescriptorSet(ApiConfig.File value)

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];

Parameter
NameDescription
valueApiConfig.File
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

setFileDescriptorSet(ApiConfig.File.Builder builderForValue)

public ApiConfig.GrpcServiceDefinition.Builder setFileDescriptorSet(ApiConfig.File.Builder builderForValue)

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];

Parameter
NameDescription
builderForValueApiConfig.File.Builder
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ApiConfig.GrpcServiceDefinition.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder
Overrides

setSource(int index, ApiConfig.File value)

public ApiConfig.GrpcServiceDefinition.Builder setSource(int index, ApiConfig.File value)

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];

Parameters
NameDescription
indexint
valueApiConfig.File
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

setSource(int index, ApiConfig.File.Builder builderForValue)

public ApiConfig.GrpcServiceDefinition.Builder setSource(int index, ApiConfig.File.Builder builderForValue)

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];

Parameters
NameDescription
indexint
builderForValueApiConfig.File.Builder
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final ApiConfig.GrpcServiceDefinition.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ApiConfig.GrpcServiceDefinition.Builder
Overrides