public static final class DataplexConfig.Builder extends GeneratedMessageV3.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.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public DataplexConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public DataplexConfig build()
public DataplexConfig buildPartial()
public DataplexConfig.Builder clear()
Overrides
public DataplexConfig.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public DataplexConfig.Builder clearLakeResources()
public DataplexConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public DataplexConfig.Builder clone()
Overrides
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.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 final DataplexConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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
|
public DataplexConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public DataplexConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final DataplexConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides