Interface OrganizationConfigOrBuilder (1.61.0)

public interface OrganizationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsConfig(String key)

public abstract 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;

Parameter
Name Description
key String
Returns
Type Description
boolean

getConfig() (deprecated)

public abstract Map<String,MigrationConfig> getConfig()

Use #getConfigMap() instead.

Returns
Type Description
Map<String,MigrationConfig>

getConfigCount()

public abstract 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;

Returns
Type Description
int

getConfigMap()

public abstract 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;

Returns
Type Description
Map<String,MigrationConfig>

getConfigOrDefault(String key, MigrationConfig defaultValue)

public abstract 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;

Parameters
Name Description
key String
defaultValue MigrationConfig
Returns
Type Description
MigrationConfig

getConfigOrThrow(String key)

public abstract 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;

Parameter
Name Description
key String
Returns
Type Description
MigrationConfig