Interface MetastoreServiceConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MetastoreServiceConfig, MetastoreServiceConfig.Builder

    public interface MetastoreServiceConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getMetastoreService()
      Optional.
      com.google.protobuf.ByteString getMetastoreServiceBytes()
      Optional.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getMetastoreService

        String getMetastoreService()
         Optional. Resource name of an existing Dataproc Metastore service.
        
         Example:
        
         * `projects/[project_id]/locations/[region]/services/[service_id]`
         
        string metastore_service = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Returns:
        The metastoreService.
      • getMetastoreServiceBytes

        com.google.protobuf.ByteString getMetastoreServiceBytes()
         Optional. Resource name of an existing Dataproc Metastore service.
        
         Example:
        
         * `projects/[project_id]/locations/[region]/services/[service_id]`
         
        string metastore_service = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for metastoreService.