Interface OrganizationConfigOrBuilder

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

@Generated public interface OrganizationConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Map of organizations and project resource names and their configuration.
    Deprecated.
    int
    Map of organizations and project resource names and their configuration.
    Map of organizations and project resource names and their configuration.
    Map of organizations and project resource names and their configuration.
    Map of organizations and project resource names and their configuration.

    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 Details

    • getConfigCount

      int getConfigCount()
       Map of organizations and project resource names and their configuration.
       The format for the map keys is `organizations/{organizationId}` or
       `projects/{projectId}`.
       
      map<string, .google.cloud.datacatalog.v1.MigrationConfig> config = 1;
    • containsConfig

      boolean containsConfig(String key)
       Map of organizations and project resource names and their configuration.
       The format for the map keys is `organizations/{organizationId}` or
       `projects/{projectId}`.
       
      map<string, .google.cloud.datacatalog.v1.MigrationConfig> config = 1;
    • getConfig

      Deprecated.
      Use getConfigMap() instead.
    • getConfigMap

      Map<String,MigrationConfig> getConfigMap()
       Map of organizations and project resource names and their configuration.
       The format for the map keys is `organizations/{organizationId}` or
       `projects/{projectId}`.
       
      map<string, .google.cloud.datacatalog.v1.MigrationConfig> config = 1;
    • getConfigOrDefault

      MigrationConfig getConfigOrDefault(String key, MigrationConfig defaultValue)
       Map of organizations and project resource names and their configuration.
       The format for the map keys is `organizations/{organizationId}` or
       `projects/{projectId}`.
       
      map<string, .google.cloud.datacatalog.v1.MigrationConfig> config = 1;
    • getConfigOrThrow

      MigrationConfig getConfigOrThrow(String key)
       Map of organizations and project resource names and their configuration.
       The format for the map keys is `organizations/{organizationId}` or
       `projects/{projectId}`.
       
      map<string, .google.cloud.datacatalog.v1.MigrationConfig> config = 1;