Interface ApiConfig.GrpcServiceDefinitionOrBuilder (0.14.1)

public static interface ApiConfig.GrpcServiceDefinitionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSource(int index)

public abstract 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.events.cloud.apigateway.v1.ApiConfig.File source = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApiConfig.File

getSourceCount()

public abstract 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.events.cloud.apigateway.v1.ApiConfig.File source = 2;

Returns
TypeDescription
int

getSourceList()

public abstract 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.events.cloud.apigateway.v1.ApiConfig.File source = 2;

Returns
TypeDescription
List<File>

getSourceOrBuilder(int index)

public abstract 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.events.cloud.apigateway.v1.ApiConfig.File source = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApiConfig.FileOrBuilder

getSourceOrBuilderList()

public abstract 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.events.cloud.apigateway.v1.ApiConfig.File source = 2;

Returns
TypeDescription
List<? extends com.google.events.cloud.apigateway.v1.ApiConfig.FileOrBuilder>