public static final class DataplexConfig.Builder extends GeneratedMessage.Builder<DataplexConfig.Builder> implements DataplexConfigOrBuilder
Specifies how metastore metadata should be integrated with the Dataplex
service.
Protobuf type google.cloud.metastore.v1beta.DataplexConfig
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public DataplexConfig build()
public DataplexConfig buildPartial()
public DataplexConfig.Builder clear()
Overrides
public DataplexConfig.Builder clearLakeResources()
public boolean containsLakeResources(String key)
A reference to the Lake resources that this metastore service is attached
to. The key is the lake resource name. Example:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;
| Parameter |
| Name |
Description |
key |
String
|
public DataplexConfig getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Map<String,Lake> getLakeResources()
public int getLakeResourcesCount()
A reference to the Lake resources that this metastore service is attached
to. The key is the lake resource name. Example:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;
| Returns |
| Type |
Description |
int |
|
public Map<String,Lake> getLakeResourcesMap()
A reference to the Lake resources that this metastore service is attached
to. The key is the lake resource name. Example:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;
public Lake getLakeResourcesOrDefault(String key, Lake defaultValue)
A reference to the Lake resources that this metastore service is attached
to. The key is the lake resource name. Example:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;
| Parameters |
| Name |
Description |
key |
String
|
defaultValue |
Lake
|
| Returns |
| Type |
Description |
Lake |
|
public Lake getLakeResourcesOrThrow(String key)
A reference to the Lake resources that this metastore service is attached
to. The key is the lake resource name. Example:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;
| Parameter |
| Name |
Description |
key |
String
|
| Returns |
| Type |
Description |
Lake |
|
public Map<String,Lake> getMutableLakeResources()
Use alternate mutation accessors instead.
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
public final boolean isInitialized()
Overrides
public DataplexConfig.Builder mergeFrom(DataplexConfig other)
public DataplexConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public DataplexConfig.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public DataplexConfig.Builder putAllLakeResources(Map<String,Lake> values)
A reference to the Lake resources that this metastore service is attached
to. The key is the lake resource name. Example:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;
public DataplexConfig.Builder putLakeResources(String key, Lake value)
A reference to the Lake resources that this metastore service is attached
to. The key is the lake resource name. Example:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;
public Lake.Builder putLakeResourcesBuilderIfAbsent(String key)
A reference to the Lake resources that this metastore service is attached
to. The key is the lake resource name. Example:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;
| Parameter |
| Name |
Description |
key |
String
|
public DataplexConfig.Builder removeLakeResources(String key)
A reference to the Lake resources that this metastore service is attached
to. The key is the lake resource name. Example:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
map<string, .google.cloud.metastore.v1beta.Lake> lake_resources = 1;
| Parameter |
| Name |
Description |
key |
String
|