public interface OrganizationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsConfig(String key)
Map of organizations and project resource names and their configuration.
|
Map<String,MigrationConfig> |
getConfig()
Deprecated.
|
int |
getConfigCount()
Map of organizations and project resource names and their configuration.
|
Map<String,MigrationConfig> |
getConfigMap()
Map of organizations and project resource names and their configuration.
|
MigrationConfig |
getConfigOrDefault(String key,
MigrationConfig defaultValue)
Map of organizations and project resource names and their configuration.
|
MigrationConfig |
getConfigOrThrow(String key)
Map of organizations and project resource names and their configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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;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;@Deprecated Map<String,MigrationConfig> getConfig()
getConfigMap() instead.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;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;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;Copyright © 2025 Google LLC. All rights reserved.