public static interface ApiConfig.GrpcServiceDefinitionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<? extends com.google.events.cloud.apigateway.v1.ApiConfig.FileOrBuilder> |