Package com.google.cloud.datacatalog.v1
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 TypeMethodDescriptionbooleancontainsConfig(String key) Map of organizations and project resource names and their configuration.Deprecated.intMap of organizations and project resource names and their configuration.Map of organizations and project resource names and their configuration.getConfigOrDefault(String key, MigrationConfig defaultValue) Map of organizations and project resource names and their configuration.getConfigOrThrow(String key) Map of organizations and project resource names and their configuration.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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.UsegetConfigMap()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
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
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;
-