public static interface Asset.ResourceSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Immutable. Relative name of the cloud resource that contains the data
that is being managed within a lake. For example:
projects/{project_number}/buckets/{bucket_id}
projects/{project_number}/datasets/{dataset_id}
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Immutable. Relative name of the cloud resource that contains the data
that is being managed within a lake. For example:
projects/{project_number}/buckets/{bucket_id}
projects/{project_number}/datasets/{dataset_id}
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getReadAccessMode()
public abstract Asset.ResourceSpec.AccessMode getReadAccessMode()
Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
.google.events.cloud.dataplex.v1.Asset.ResourceSpec.AccessMode read_access_mode = 5;
Returns | |
---|---|
Type | Description |
Asset.ResourceSpec.AccessMode |
The readAccessMode. |
getReadAccessModeValue()
public abstract int getReadAccessModeValue()
Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets.
.google.events.cloud.dataplex.v1.Asset.ResourceSpec.AccessMode read_access_mode = 5;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for readAccessMode. |
getType()
public abstract Asset.ResourceSpec.Type getType()
Required. Immutable. Type of resource.
.google.events.cloud.dataplex.v1.Asset.ResourceSpec.Type type = 2;
Returns | |
---|---|
Type | Description |
Asset.ResourceSpec.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()
Required. Immutable. Type of resource.
.google.events.cloud.dataplex.v1.Asset.ResourceSpec.Type type = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |