- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class Action.Builder extends GeneratedMessageV3.Builder<Action.Builder> implements ActionOrBuilder
Action represents an issue requiring administrator action for resolution.
Protobuf type google.cloud.dataplex.v1.Action
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Action.BuilderImplements
ActionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllDataLocations(Iterable<String> values)
public Action.Builder addAllDataLocations(Iterable<String> values)
The list of data locations associated with this action. Cloud Storage
locations are represented as URI paths(E.g.
gs://bucket/table1/year=2020/month=Jan/
). BigQuery locations refer to
resource names(E.g.
bigquery.googleapis.com/projects/project-id/datasets/dataset-id
).
repeated string data_locations = 9;
Name | Description |
values | Iterable<String> The dataLocations to add. |
Type | Description |
Action.Builder | This builder for chaining. |
addDataLocations(String value)
public Action.Builder addDataLocations(String value)
The list of data locations associated with this action. Cloud Storage
locations are represented as URI paths(E.g.
gs://bucket/table1/year=2020/month=Jan/
). BigQuery locations refer to
resource names(E.g.
bigquery.googleapis.com/projects/project-id/datasets/dataset-id
).
repeated string data_locations = 9;
Name | Description |
value | String The dataLocations to add. |
Type | Description |
Action.Builder | This builder for chaining. |
addDataLocationsBytes(ByteString value)
public Action.Builder addDataLocationsBytes(ByteString value)
The list of data locations associated with this action. Cloud Storage
locations are represented as URI paths(E.g.
gs://bucket/table1/year=2020/month=Jan/
). BigQuery locations refer to
resource names(E.g.
bigquery.googleapis.com/projects/project-id/datasets/dataset-id
).
repeated string data_locations = 9;
Name | Description |
value | ByteString The bytes of the dataLocations to add. |
Type | Description |
Action.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Action.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Action.Builder |
build()
public Action build()
Type | Description |
Action |
buildPartial()
public Action buildPartial()
Type | Description |
Action |
clear()
public Action.Builder clear()
Type | Description |
Action.Builder |
clearAsset()
public Action.Builder clearAsset()
Output only. The relative resource name of the asset, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}
.
string asset = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
Action.Builder | This builder for chaining. |
clearCategory()
public Action.Builder clearCategory()
The category of issue associated with the action.
.google.cloud.dataplex.v1.Action.Category category = 1;
Type | Description |
Action.Builder | This builder for chaining. |
clearDataLocations()
public Action.Builder clearDataLocations()
The list of data locations associated with this action. Cloud Storage
locations are represented as URI paths(E.g.
gs://bucket/table1/year=2020/month=Jan/
). BigQuery locations refer to
resource names(E.g.
bigquery.googleapis.com/projects/project-id/datasets/dataset-id
).
repeated string data_locations = 9;
Type | Description |
Action.Builder | This builder for chaining. |
clearDetails()
public Action.Builder clearDetails()
Type | Description |
Action.Builder |
clearDetectTime()
public Action.Builder clearDetectTime()
The time that the issue was detected.
.google.protobuf.Timestamp detect_time = 4;
Type | Description |
Action.Builder |
clearFailedSecurityPolicyApply()
public Action.Builder clearFailedSecurityPolicyApply()
Details for issues related to applying security policy.
.google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply failed_security_policy_apply = 21;
Type | Description |
Action.Builder |
clearField(Descriptors.FieldDescriptor field)
public Action.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Action.Builder |
clearIncompatibleDataSchema()
public Action.Builder clearIncompatibleDataSchema()
Details for issues related to incompatible schemas detected within data.
.google.cloud.dataplex.v1.Action.IncompatibleDataSchema incompatible_data_schema = 11;
Type | Description |
Action.Builder |
clearInvalidDataFormat()
public Action.Builder clearInvalidDataFormat()
Details for issues related to invalid or unsupported data formats.
.google.cloud.dataplex.v1.Action.InvalidDataFormat invalid_data_format = 10;
Type | Description |
Action.Builder |
clearInvalidDataOrganization()
public Action.Builder clearInvalidDataOrganization()
Details for issues related to invalid data arrangement.
.google.cloud.dataplex.v1.Action.InvalidDataOrganization invalid_data_organization = 22;
Type | Description |
Action.Builder |
clearInvalidDataPartition()
public Action.Builder clearInvalidDataPartition()
Details for issues related to invalid or unsupported data partition structure.
.google.cloud.dataplex.v1.Action.InvalidDataPartition invalid_data_partition = 12;
Type | Description |
Action.Builder |
clearIssue()
public Action.Builder clearIssue()
Detailed description of the issue requiring action.
string issue = 2;
Type | Description |
Action.Builder | This builder for chaining. |
clearLake()
public Action.Builder clearLake()
Output only. The relative resource name of the lake, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
string lake = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
Action.Builder | This builder for chaining. |
clearMissingData()
public Action.Builder clearMissingData()
Details for issues related to absence of data within managed resources.
.google.cloud.dataplex.v1.Action.MissingData missing_data = 13;
Type | Description |
Action.Builder |
clearMissingResource()
public Action.Builder clearMissingResource()
Details for issues related to absence of a managed resource.
.google.cloud.dataplex.v1.Action.MissingResource missing_resource = 14;
Type | Description |
Action.Builder |
clearName()
public Action.Builder clearName()
Output only. The relative resource name of the action, of the form:
projects/{project}/locations/{location}/lakes/{lake}/actions/{action}
projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/actions/{action}
projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/assets/{asset}/actions/{action}
.
string name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
Action.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Action.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Action.Builder |
clearUnauthorizedResource()
public Action.Builder clearUnauthorizedResource()
Details for issues related to lack of permissions to access data resources.
.google.cloud.dataplex.v1.Action.UnauthorizedResource unauthorized_resource = 15;
Type | Description |
Action.Builder |
clearZone()
public Action.Builder clearZone()
Output only. The relative resource name of the zone, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}
.
string zone = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
Action.Builder | This builder for chaining. |
clone()
public Action.Builder clone()
Type | Description |
Action.Builder |
getAsset()
public String getAsset()
Output only. The relative resource name of the asset, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}
.
string asset = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
String | The asset. |
getAssetBytes()
public ByteString getAssetBytes()
Output only. The relative resource name of the asset, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}
.
string asset = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for asset. |
getCategory()
public Action.Category getCategory()
The category of issue associated with the action.
.google.cloud.dataplex.v1.Action.Category category = 1;
Type | Description |
Action.Category | The category. |
getCategoryValue()
public int getCategoryValue()
The category of issue associated with the action.
.google.cloud.dataplex.v1.Action.Category category = 1;
Type | Description |
int | The enum numeric value on the wire for category. |
getDataLocations(int index)
public String getDataLocations(int index)
The list of data locations associated with this action. Cloud Storage
locations are represented as URI paths(E.g.
gs://bucket/table1/year=2020/month=Jan/
). BigQuery locations refer to
resource names(E.g.
bigquery.googleapis.com/projects/project-id/datasets/dataset-id
).
repeated string data_locations = 9;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The dataLocations at the given index. |
getDataLocationsBytes(int index)
public ByteString getDataLocationsBytes(int index)
The list of data locations associated with this action. Cloud Storage
locations are represented as URI paths(E.g.
gs://bucket/table1/year=2020/month=Jan/
). BigQuery locations refer to
resource names(E.g.
bigquery.googleapis.com/projects/project-id/datasets/dataset-id
).
repeated string data_locations = 9;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the dataLocations at the given index. |
getDataLocationsCount()
public int getDataLocationsCount()
The list of data locations associated with this action. Cloud Storage
locations are represented as URI paths(E.g.
gs://bucket/table1/year=2020/month=Jan/
). BigQuery locations refer to
resource names(E.g.
bigquery.googleapis.com/projects/project-id/datasets/dataset-id
).
repeated string data_locations = 9;
Type | Description |
int | The count of dataLocations. |
getDataLocationsList()
public ProtocolStringList getDataLocationsList()
The list of data locations associated with this action. Cloud Storage
locations are represented as URI paths(E.g.
gs://bucket/table1/year=2020/month=Jan/
). BigQuery locations refer to
resource names(E.g.
bigquery.googleapis.com/projects/project-id/datasets/dataset-id
).
repeated string data_locations = 9;
Type | Description |
ProtocolStringList | A list containing the dataLocations. |
getDefaultInstanceForType()
public Action getDefaultInstanceForType()
Type | Description |
Action |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDetailsCase()
public Action.DetailsCase getDetailsCase()
Type | Description |
Action.DetailsCase |
getDetectTime()
public Timestamp getDetectTime()
The time that the issue was detected.
.google.protobuf.Timestamp detect_time = 4;
Type | Description |
Timestamp | The detectTime. |
getDetectTimeBuilder()
public Timestamp.Builder getDetectTimeBuilder()
The time that the issue was detected.
.google.protobuf.Timestamp detect_time = 4;
Type | Description |
Builder |
getDetectTimeOrBuilder()
public TimestampOrBuilder getDetectTimeOrBuilder()
The time that the issue was detected.
.google.protobuf.Timestamp detect_time = 4;
Type | Description |
TimestampOrBuilder |
getFailedSecurityPolicyApply()
public Action.FailedSecurityPolicyApply getFailedSecurityPolicyApply()
Details for issues related to applying security policy.
.google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply failed_security_policy_apply = 21;
Type | Description |
Action.FailedSecurityPolicyApply | The failedSecurityPolicyApply. |
getFailedSecurityPolicyApplyBuilder()
public Action.FailedSecurityPolicyApply.Builder getFailedSecurityPolicyApplyBuilder()
Details for issues related to applying security policy.
.google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply failed_security_policy_apply = 21;
Type | Description |
Action.FailedSecurityPolicyApply.Builder |
getFailedSecurityPolicyApplyOrBuilder()
public Action.FailedSecurityPolicyApplyOrBuilder getFailedSecurityPolicyApplyOrBuilder()
Details for issues related to applying security policy.
.google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply failed_security_policy_apply = 21;
Type | Description |
Action.FailedSecurityPolicyApplyOrBuilder |
getIncompatibleDataSchema()
public Action.IncompatibleDataSchema getIncompatibleDataSchema()
Details for issues related to incompatible schemas detected within data.
.google.cloud.dataplex.v1.Action.IncompatibleDataSchema incompatible_data_schema = 11;
Type | Description |
Action.IncompatibleDataSchema | The incompatibleDataSchema. |
getIncompatibleDataSchemaBuilder()
public Action.IncompatibleDataSchema.Builder getIncompatibleDataSchemaBuilder()
Details for issues related to incompatible schemas detected within data.
.google.cloud.dataplex.v1.Action.IncompatibleDataSchema incompatible_data_schema = 11;
Type | Description |
Action.IncompatibleDataSchema.Builder |
getIncompatibleDataSchemaOrBuilder()
public Action.IncompatibleDataSchemaOrBuilder getIncompatibleDataSchemaOrBuilder()
Details for issues related to incompatible schemas detected within data.
.google.cloud.dataplex.v1.Action.IncompatibleDataSchema incompatible_data_schema = 11;
Type | Description |
Action.IncompatibleDataSchemaOrBuilder |
getInvalidDataFormat()
public Action.InvalidDataFormat getInvalidDataFormat()
Details for issues related to invalid or unsupported data formats.
.google.cloud.dataplex.v1.Action.InvalidDataFormat invalid_data_format = 10;
Type | Description |
Action.InvalidDataFormat | The invalidDataFormat. |
getInvalidDataFormatBuilder()
public Action.InvalidDataFormat.Builder getInvalidDataFormatBuilder()
Details for issues related to invalid or unsupported data formats.
.google.cloud.dataplex.v1.Action.InvalidDataFormat invalid_data_format = 10;
Type | Description |
Action.InvalidDataFormat.Builder |
getInvalidDataFormatOrBuilder()
public Action.InvalidDataFormatOrBuilder getInvalidDataFormatOrBuilder()
Details for issues related to invalid or unsupported data formats.
.google.cloud.dataplex.v1.Action.InvalidDataFormat invalid_data_format = 10;
Type | Description |
Action.InvalidDataFormatOrBuilder |
getInvalidDataOrganization()
public Action.InvalidDataOrganization getInvalidDataOrganization()
Details for issues related to invalid data arrangement.
.google.cloud.dataplex.v1.Action.InvalidDataOrganization invalid_data_organization = 22;
Type | Description |
Action.InvalidDataOrganization | The invalidDataOrganization. |
getInvalidDataOrganizationBuilder()
public Action.InvalidDataOrganization.Builder getInvalidDataOrganizationBuilder()
Details for issues related to invalid data arrangement.
.google.cloud.dataplex.v1.Action.InvalidDataOrganization invalid_data_organization = 22;
Type | Description |
Action.InvalidDataOrganization.Builder |
getInvalidDataOrganizationOrBuilder()
public Action.InvalidDataOrganizationOrBuilder getInvalidDataOrganizationOrBuilder()
Details for issues related to invalid data arrangement.
.google.cloud.dataplex.v1.Action.InvalidDataOrganization invalid_data_organization = 22;
Type | Description |
Action.InvalidDataOrganizationOrBuilder |
getInvalidDataPartition()
public Action.InvalidDataPartition getInvalidDataPartition()
Details for issues related to invalid or unsupported data partition structure.
.google.cloud.dataplex.v1.Action.InvalidDataPartition invalid_data_partition = 12;
Type | Description |
Action.InvalidDataPartition | The invalidDataPartition. |
getInvalidDataPartitionBuilder()
public Action.InvalidDataPartition.Builder getInvalidDataPartitionBuilder()
Details for issues related to invalid or unsupported data partition structure.
.google.cloud.dataplex.v1.Action.InvalidDataPartition invalid_data_partition = 12;
Type | Description |
Action.InvalidDataPartition.Builder |
getInvalidDataPartitionOrBuilder()
public Action.InvalidDataPartitionOrBuilder getInvalidDataPartitionOrBuilder()
Details for issues related to invalid or unsupported data partition structure.
.google.cloud.dataplex.v1.Action.InvalidDataPartition invalid_data_partition = 12;
Type | Description |
Action.InvalidDataPartitionOrBuilder |
getIssue()
public String getIssue()
Detailed description of the issue requiring action.
string issue = 2;
Type | Description |
String | The issue. |
getIssueBytes()
public ByteString getIssueBytes()
Detailed description of the issue requiring action.
string issue = 2;
Type | Description |
ByteString | The bytes for issue. |
getLake()
public String getLake()
Output only. The relative resource name of the lake, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
string lake = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
String | The lake. |
getLakeBytes()
public ByteString getLakeBytes()
Output only. The relative resource name of the lake, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
string lake = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for lake. |
getMissingData()
public Action.MissingData getMissingData()
Details for issues related to absence of data within managed resources.
.google.cloud.dataplex.v1.Action.MissingData missing_data = 13;
Type | Description |
Action.MissingData | The missingData. |
getMissingDataBuilder()
public Action.MissingData.Builder getMissingDataBuilder()
Details for issues related to absence of data within managed resources.
.google.cloud.dataplex.v1.Action.MissingData missing_data = 13;
Type | Description |
Action.MissingData.Builder |
getMissingDataOrBuilder()
public Action.MissingDataOrBuilder getMissingDataOrBuilder()
Details for issues related to absence of data within managed resources.
.google.cloud.dataplex.v1.Action.MissingData missing_data = 13;
Type | Description |
Action.MissingDataOrBuilder |
getMissingResource()
public Action.MissingResource getMissingResource()
Details for issues related to absence of a managed resource.
.google.cloud.dataplex.v1.Action.MissingResource missing_resource = 14;
Type | Description |
Action.MissingResource | The missingResource. |
getMissingResourceBuilder()
public Action.MissingResource.Builder getMissingResourceBuilder()
Details for issues related to absence of a managed resource.
.google.cloud.dataplex.v1.Action.MissingResource missing_resource = 14;
Type | Description |
Action.MissingResource.Builder |
getMissingResourceOrBuilder()
public Action.MissingResourceOrBuilder getMissingResourceOrBuilder()
Details for issues related to absence of a managed resource.
.google.cloud.dataplex.v1.Action.MissingResource missing_resource = 14;
Type | Description |
Action.MissingResourceOrBuilder |
getName()
public String getName()
Output only. The relative resource name of the action, of the form:
projects/{project}/locations/{location}/lakes/{lake}/actions/{action}
projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/actions/{action}
projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/assets/{asset}/actions/{action}
.
string name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Output only. The relative resource name of the action, of the form:
projects/{project}/locations/{location}/lakes/{lake}/actions/{action}
projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/actions/{action}
projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/assets/{asset}/actions/{action}
.
string name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
getUnauthorizedResource()
public Action.UnauthorizedResource getUnauthorizedResource()
Details for issues related to lack of permissions to access data resources.
.google.cloud.dataplex.v1.Action.UnauthorizedResource unauthorized_resource = 15;
Type | Description |
Action.UnauthorizedResource | The unauthorizedResource. |
getUnauthorizedResourceBuilder()
public Action.UnauthorizedResource.Builder getUnauthorizedResourceBuilder()
Details for issues related to lack of permissions to access data resources.
.google.cloud.dataplex.v1.Action.UnauthorizedResource unauthorized_resource = 15;
Type | Description |
Action.UnauthorizedResource.Builder |
getUnauthorizedResourceOrBuilder()
public Action.UnauthorizedResourceOrBuilder getUnauthorizedResourceOrBuilder()
Details for issues related to lack of permissions to access data resources.
.google.cloud.dataplex.v1.Action.UnauthorizedResource unauthorized_resource = 15;
Type | Description |
Action.UnauthorizedResourceOrBuilder |
getZone()
public String getZone()
Output only. The relative resource name of the zone, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}
.
string zone = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
String | The zone. |
getZoneBytes()
public ByteString getZoneBytes()
Output only. The relative resource name of the zone, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}
.
string zone = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for zone. |
hasDetectTime()
public boolean hasDetectTime()
The time that the issue was detected.
.google.protobuf.Timestamp detect_time = 4;
Type | Description |
boolean | Whether the detectTime field is set. |
hasFailedSecurityPolicyApply()
public boolean hasFailedSecurityPolicyApply()
Details for issues related to applying security policy.
.google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply failed_security_policy_apply = 21;
Type | Description |
boolean | Whether the failedSecurityPolicyApply field is set. |
hasIncompatibleDataSchema()
public boolean hasIncompatibleDataSchema()
Details for issues related to incompatible schemas detected within data.
.google.cloud.dataplex.v1.Action.IncompatibleDataSchema incompatible_data_schema = 11;
Type | Description |
boolean | Whether the incompatibleDataSchema field is set. |
hasInvalidDataFormat()
public boolean hasInvalidDataFormat()
Details for issues related to invalid or unsupported data formats.
.google.cloud.dataplex.v1.Action.InvalidDataFormat invalid_data_format = 10;
Type | Description |
boolean | Whether the invalidDataFormat field is set. |
hasInvalidDataOrganization()
public boolean hasInvalidDataOrganization()
Details for issues related to invalid data arrangement.
.google.cloud.dataplex.v1.Action.InvalidDataOrganization invalid_data_organization = 22;
Type | Description |
boolean | Whether the invalidDataOrganization field is set. |
hasInvalidDataPartition()
public boolean hasInvalidDataPartition()
Details for issues related to invalid or unsupported data partition structure.
.google.cloud.dataplex.v1.Action.InvalidDataPartition invalid_data_partition = 12;
Type | Description |
boolean | Whether the invalidDataPartition field is set. |
hasMissingData()
public boolean hasMissingData()
Details for issues related to absence of data within managed resources.
.google.cloud.dataplex.v1.Action.MissingData missing_data = 13;
Type | Description |
boolean | Whether the missingData field is set. |
hasMissingResource()
public boolean hasMissingResource()
Details for issues related to absence of a managed resource.
.google.cloud.dataplex.v1.Action.MissingResource missing_resource = 14;
Type | Description |
boolean | Whether the missingResource field is set. |
hasUnauthorizedResource()
public boolean hasUnauthorizedResource()
Details for issues related to lack of permissions to access data resources.
.google.cloud.dataplex.v1.Action.UnauthorizedResource unauthorized_resource = 15;
Type | Description |
boolean | Whether the unauthorizedResource field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeDetectTime(Timestamp value)
public Action.Builder mergeDetectTime(Timestamp value)
The time that the issue was detected.
.google.protobuf.Timestamp detect_time = 4;
Name | Description |
value | Timestamp |
Type | Description |
Action.Builder |
mergeFailedSecurityPolicyApply(Action.FailedSecurityPolicyApply value)
public Action.Builder mergeFailedSecurityPolicyApply(Action.FailedSecurityPolicyApply value)
Details for issues related to applying security policy.
.google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply failed_security_policy_apply = 21;
Name | Description |
value | Action.FailedSecurityPolicyApply |
Type | Description |
Action.Builder |
mergeFrom(Action other)
public Action.Builder mergeFrom(Action other)
Name | Description |
other | Action |
Type | Description |
Action.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Action.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Action.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Action.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Action.Builder |
mergeIncompatibleDataSchema(Action.IncompatibleDataSchema value)
public Action.Builder mergeIncompatibleDataSchema(Action.IncompatibleDataSchema value)
Details for issues related to incompatible schemas detected within data.
.google.cloud.dataplex.v1.Action.IncompatibleDataSchema incompatible_data_schema = 11;
Name | Description |
value | Action.IncompatibleDataSchema |
Type | Description |
Action.Builder |
mergeInvalidDataFormat(Action.InvalidDataFormat value)
public Action.Builder mergeInvalidDataFormat(Action.InvalidDataFormat value)
Details for issues related to invalid or unsupported data formats.
.google.cloud.dataplex.v1.Action.InvalidDataFormat invalid_data_format = 10;
Name | Description |
value | Action.InvalidDataFormat |
Type | Description |
Action.Builder |
mergeInvalidDataOrganization(Action.InvalidDataOrganization value)
public Action.Builder mergeInvalidDataOrganization(Action.InvalidDataOrganization value)
Details for issues related to invalid data arrangement.
.google.cloud.dataplex.v1.Action.InvalidDataOrganization invalid_data_organization = 22;
Name | Description |
value | Action.InvalidDataOrganization |
Type | Description |
Action.Builder |
mergeInvalidDataPartition(Action.InvalidDataPartition value)
public Action.Builder mergeInvalidDataPartition(Action.InvalidDataPartition value)
Details for issues related to invalid or unsupported data partition structure.
.google.cloud.dataplex.v1.Action.InvalidDataPartition invalid_data_partition = 12;
Name | Description |
value | Action.InvalidDataPartition |
Type | Description |
Action.Builder |
mergeMissingData(Action.MissingData value)
public Action.Builder mergeMissingData(Action.MissingData value)
Details for issues related to absence of data within managed resources.
.google.cloud.dataplex.v1.Action.MissingData missing_data = 13;
Name | Description |
value | Action.MissingData |
Type | Description |
Action.Builder |
mergeMissingResource(Action.MissingResource value)
public Action.Builder mergeMissingResource(Action.MissingResource value)
Details for issues related to absence of a managed resource.
.google.cloud.dataplex.v1.Action.MissingResource missing_resource = 14;
Name | Description |
value | Action.MissingResource |
Type | Description |
Action.Builder |
mergeUnauthorizedResource(Action.UnauthorizedResource value)
public Action.Builder mergeUnauthorizedResource(Action.UnauthorizedResource value)
Details for issues related to lack of permissions to access data resources.
.google.cloud.dataplex.v1.Action.UnauthorizedResource unauthorized_resource = 15;
Name | Description |
value | Action.UnauthorizedResource |
Type | Description |
Action.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Action.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Action.Builder |
setAsset(String value)
public Action.Builder setAsset(String value)
Output only. The relative resource name of the asset, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}
.
string asset = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The asset to set. |
Type | Description |
Action.Builder | This builder for chaining. |
setAssetBytes(ByteString value)
public Action.Builder setAssetBytes(ByteString value)
Output only. The relative resource name of the asset, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}
.
string asset = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for asset to set. |
Type | Description |
Action.Builder | This builder for chaining. |
setCategory(Action.Category value)
public Action.Builder setCategory(Action.Category value)
The category of issue associated with the action.
.google.cloud.dataplex.v1.Action.Category category = 1;
Name | Description |
value | Action.Category The category to set. |
Type | Description |
Action.Builder | This builder for chaining. |
setCategoryValue(int value)
public Action.Builder setCategoryValue(int value)
The category of issue associated with the action.
.google.cloud.dataplex.v1.Action.Category category = 1;
Name | Description |
value | int The enum numeric value on the wire for category to set. |
Type | Description |
Action.Builder | This builder for chaining. |
setDataLocations(int index, String value)
public Action.Builder setDataLocations(int index, String value)
The list of data locations associated with this action. Cloud Storage
locations are represented as URI paths(E.g.
gs://bucket/table1/year=2020/month=Jan/
). BigQuery locations refer to
resource names(E.g.
bigquery.googleapis.com/projects/project-id/datasets/dataset-id
).
repeated string data_locations = 9;
Name | Description |
index | int The index to set the value at. |
value | String The dataLocations to set. |
Type | Description |
Action.Builder | This builder for chaining. |
setDetectTime(Timestamp value)
public Action.Builder setDetectTime(Timestamp value)
The time that the issue was detected.
.google.protobuf.Timestamp detect_time = 4;
Name | Description |
value | Timestamp |
Type | Description |
Action.Builder |
setDetectTime(Timestamp.Builder builderForValue)
public Action.Builder setDetectTime(Timestamp.Builder builderForValue)
The time that the issue was detected.
.google.protobuf.Timestamp detect_time = 4;
Name | Description |
builderForValue | Builder |
Type | Description |
Action.Builder |
setFailedSecurityPolicyApply(Action.FailedSecurityPolicyApply value)
public Action.Builder setFailedSecurityPolicyApply(Action.FailedSecurityPolicyApply value)
Details for issues related to applying security policy.
.google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply failed_security_policy_apply = 21;
Name | Description |
value | Action.FailedSecurityPolicyApply |
Type | Description |
Action.Builder |
setFailedSecurityPolicyApply(Action.FailedSecurityPolicyApply.Builder builderForValue)
public Action.Builder setFailedSecurityPolicyApply(Action.FailedSecurityPolicyApply.Builder builderForValue)
Details for issues related to applying security policy.
.google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply failed_security_policy_apply = 21;
Name | Description |
builderForValue | Action.FailedSecurityPolicyApply.Builder |
Type | Description |
Action.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Action.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Action.Builder |
setIncompatibleDataSchema(Action.IncompatibleDataSchema value)
public Action.Builder setIncompatibleDataSchema(Action.IncompatibleDataSchema value)
Details for issues related to incompatible schemas detected within data.
.google.cloud.dataplex.v1.Action.IncompatibleDataSchema incompatible_data_schema = 11;
Name | Description |
value | Action.IncompatibleDataSchema |
Type | Description |
Action.Builder |
setIncompatibleDataSchema(Action.IncompatibleDataSchema.Builder builderForValue)
public Action.Builder setIncompatibleDataSchema(Action.IncompatibleDataSchema.Builder builderForValue)
Details for issues related to incompatible schemas detected within data.
.google.cloud.dataplex.v1.Action.IncompatibleDataSchema incompatible_data_schema = 11;
Name | Description |
builderForValue | Action.IncompatibleDataSchema.Builder |
Type | Description |
Action.Builder |
setInvalidDataFormat(Action.InvalidDataFormat value)
public Action.Builder setInvalidDataFormat(Action.InvalidDataFormat value)
Details for issues related to invalid or unsupported data formats.
.google.cloud.dataplex.v1.Action.InvalidDataFormat invalid_data_format = 10;
Name | Description |
value | Action.InvalidDataFormat |
Type | Description |
Action.Builder |
setInvalidDataFormat(Action.InvalidDataFormat.Builder builderForValue)
public Action.Builder setInvalidDataFormat(Action.InvalidDataFormat.Builder builderForValue)
Details for issues related to invalid or unsupported data formats.
.google.cloud.dataplex.v1.Action.InvalidDataFormat invalid_data_format = 10;
Name | Description |
builderForValue | Action.InvalidDataFormat.Builder |
Type | Description |
Action.Builder |
setInvalidDataOrganization(Action.InvalidDataOrganization value)
public Action.Builder setInvalidDataOrganization(Action.InvalidDataOrganization value)
Details for issues related to invalid data arrangement.
.google.cloud.dataplex.v1.Action.InvalidDataOrganization invalid_data_organization = 22;
Name | Description |
value | Action.InvalidDataOrganization |
Type | Description |
Action.Builder |
setInvalidDataOrganization(Action.InvalidDataOrganization.Builder builderForValue)
public Action.Builder setInvalidDataOrganization(Action.InvalidDataOrganization.Builder builderForValue)
Details for issues related to invalid data arrangement.
.google.cloud.dataplex.v1.Action.InvalidDataOrganization invalid_data_organization = 22;
Name | Description |
builderForValue | Action.InvalidDataOrganization.Builder |
Type | Description |
Action.Builder |
setInvalidDataPartition(Action.InvalidDataPartition value)
public Action.Builder setInvalidDataPartition(Action.InvalidDataPartition value)
Details for issues related to invalid or unsupported data partition structure.
.google.cloud.dataplex.v1.Action.InvalidDataPartition invalid_data_partition = 12;
Name | Description |
value | Action.InvalidDataPartition |
Type | Description |
Action.Builder |
setInvalidDataPartition(Action.InvalidDataPartition.Builder builderForValue)
public Action.Builder setInvalidDataPartition(Action.InvalidDataPartition.Builder builderForValue)
Details for issues related to invalid or unsupported data partition structure.
.google.cloud.dataplex.v1.Action.InvalidDataPartition invalid_data_partition = 12;
Name | Description |
builderForValue | Action.InvalidDataPartition.Builder |
Type | Description |
Action.Builder |
setIssue(String value)
public Action.Builder setIssue(String value)
Detailed description of the issue requiring action.
string issue = 2;
Name | Description |
value | String The issue to set. |
Type | Description |
Action.Builder | This builder for chaining. |
setIssueBytes(ByteString value)
public Action.Builder setIssueBytes(ByteString value)
Detailed description of the issue requiring action.
string issue = 2;
Name | Description |
value | ByteString The bytes for issue to set. |
Type | Description |
Action.Builder | This builder for chaining. |
setLake(String value)
public Action.Builder setLake(String value)
Output only. The relative resource name of the lake, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
string lake = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The lake to set. |
Type | Description |
Action.Builder | This builder for chaining. |
setLakeBytes(ByteString value)
public Action.Builder setLakeBytes(ByteString value)
Output only. The relative resource name of the lake, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
string lake = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for lake to set. |
Type | Description |
Action.Builder | This builder for chaining. |
setMissingData(Action.MissingData value)
public Action.Builder setMissingData(Action.MissingData value)
Details for issues related to absence of data within managed resources.
.google.cloud.dataplex.v1.Action.MissingData missing_data = 13;
Name | Description |
value | Action.MissingData |
Type | Description |
Action.Builder |
setMissingData(Action.MissingData.Builder builderForValue)
public Action.Builder setMissingData(Action.MissingData.Builder builderForValue)
Details for issues related to absence of data within managed resources.
.google.cloud.dataplex.v1.Action.MissingData missing_data = 13;
Name | Description |
builderForValue | Action.MissingData.Builder |
Type | Description |
Action.Builder |
setMissingResource(Action.MissingResource value)
public Action.Builder setMissingResource(Action.MissingResource value)
Details for issues related to absence of a managed resource.
.google.cloud.dataplex.v1.Action.MissingResource missing_resource = 14;
Name | Description |
value | Action.MissingResource |
Type | Description |
Action.Builder |
setMissingResource(Action.MissingResource.Builder builderForValue)
public Action.Builder setMissingResource(Action.MissingResource.Builder builderForValue)
Details for issues related to absence of a managed resource.
.google.cloud.dataplex.v1.Action.MissingResource missing_resource = 14;
Name | Description |
builderForValue | Action.MissingResource.Builder |
Type | Description |
Action.Builder |
setName(String value)
public Action.Builder setName(String value)
Output only. The relative resource name of the action, of the form:
projects/{project}/locations/{location}/lakes/{lake}/actions/{action}
projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/actions/{action}
projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/assets/{asset}/actions/{action}
.
string name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
Action.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Action.Builder setNameBytes(ByteString value)
Output only. The relative resource name of the action, of the form:
projects/{project}/locations/{location}/lakes/{lake}/actions/{action}
projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/actions/{action}
projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/assets/{asset}/actions/{action}
.
string name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
Action.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Action.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Action.Builder |
setUnauthorizedResource(Action.UnauthorizedResource value)
public Action.Builder setUnauthorizedResource(Action.UnauthorizedResource value)
Details for issues related to lack of permissions to access data resources.
.google.cloud.dataplex.v1.Action.UnauthorizedResource unauthorized_resource = 15;
Name | Description |
value | Action.UnauthorizedResource |
Type | Description |
Action.Builder |
setUnauthorizedResource(Action.UnauthorizedResource.Builder builderForValue)
public Action.Builder setUnauthorizedResource(Action.UnauthorizedResource.Builder builderForValue)
Details for issues related to lack of permissions to access data resources.
.google.cloud.dataplex.v1.Action.UnauthorizedResource unauthorized_resource = 15;
Name | Description |
builderForValue | Action.UnauthorizedResource.Builder |
Type | Description |
Action.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Action.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Action.Builder |
setZone(String value)
public Action.Builder setZone(String value)
Output only. The relative resource name of the zone, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}
.
string zone = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The zone to set. |
Type | Description |
Action.Builder | This builder for chaining. |
setZoneBytes(ByteString value)
public Action.Builder setZoneBytes(ByteString value)
Output only. The relative resource name of the zone, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}
.
string zone = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for zone to set. |
Type | Description |
Action.Builder | This builder for chaining. |