Package com.google.cloud.apigateway.v1
Interface ApiConfig.GrpcServiceDefinitionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApiConfig.GrpcServiceDefinition
,ApiConfig.GrpcServiceDefinition.Builder
- Enclosing class:
- ApiConfig
public static interface ApiConfig.GrpcServiceDefinitionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiConfig.File
getFileDescriptorSet()
Input only.ApiConfig.FileOrBuilder
getFileDescriptorSetOrBuilder()
Input only.ApiConfig.File
getSource(int index)
Optional.int
getSourceCount()
Optional.List<ApiConfig.File>
getSourceList()
Optional.ApiConfig.FileOrBuilder
getSourceOrBuilder(int index)
Optional.List<? extends ApiConfig.FileOrBuilder>
getSourceOrBuilderList()
Optional.boolean
hasFileDescriptorSet()
Input only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFileDescriptorSet
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:
- Whether the fileDescriptorSet field is set.
-
getFileDescriptorSet
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:
- The fileDescriptorSet.
-
getFileDescriptorSetOrBuilder
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];
-
getSourceList
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];
-
getSource
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];
-
getSourceCount
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];
-
getSourceOrBuilderList
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];
-
getSourceOrBuilder
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];
-
-