Interface ApiConfig.GrpcServiceDefinitionOrBuilder

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