Package com.google.cloud.dataplex.v1
Class Action
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.dataplex.v1.Action
-
- All Implemented Interfaces:
ActionOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class Action extends com.google.protobuf.GeneratedMessageV3 implements ActionOrBuilder
Action represents an issue requiring administrator action for resolution.
Protobuf typegoogle.cloud.dataplex.v1.Action
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Action.Builder
Action represents an issue requiring administrator action for resolution.static class
Action.Category
The category of issues.static class
Action.DetailsCase
static class
Action.FailedSecurityPolicyApply
Failed to apply security policy to the managed resource(s) under a lake, zone or an asset.static interface
Action.FailedSecurityPolicyApplyOrBuilder
static class
Action.IncompatibleDataSchema
Action details for incompatible schemas detected by discovery.static interface
Action.IncompatibleDataSchemaOrBuilder
static class
Action.InvalidDataFormat
Action details for invalid or unsupported data files detected by discovery.static interface
Action.InvalidDataFormatOrBuilder
static class
Action.InvalidDataOrganization
Action details for invalid data arrangement.static interface
Action.InvalidDataOrganizationOrBuilder
static class
Action.InvalidDataPartition
Action details for invalid or unsupported partitions detected by discovery.static interface
Action.InvalidDataPartitionOrBuilder
static class
Action.MissingData
Action details for absence of data detected by discovery.static interface
Action.MissingDataOrBuilder
static class
Action.MissingResource
Action details for resource references in assets that cannot be located.static interface
Action.MissingResourceOrBuilder
static class
Action.UnauthorizedResource
Action details for unauthorized resource issues raised to indicate that the service account associated with the lake instance is not authorized to access or manage the resource associated with an asset.static interface
Action.UnauthorizedResourceOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ASSET_FIELD_NUMBER
static int
CATEGORY_FIELD_NUMBER
static int
DATA_LOCATIONS_FIELD_NUMBER
static int
DETECT_TIME_FIELD_NUMBER
static int
FAILED_SECURITY_POLICY_APPLY_FIELD_NUMBER
static int
INCOMPATIBLE_DATA_SCHEMA_FIELD_NUMBER
static int
INVALID_DATA_FORMAT_FIELD_NUMBER
static int
INVALID_DATA_ORGANIZATION_FIELD_NUMBER
static int
INVALID_DATA_PARTITION_FIELD_NUMBER
static int
ISSUE_FIELD_NUMBER
static int
LAKE_FIELD_NUMBER
static int
MISSING_DATA_FIELD_NUMBER
static int
MISSING_RESOURCE_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
UNAUTHORIZED_RESOURCE_FIELD_NUMBER
static int
ZONE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAsset()
Output only.com.google.protobuf.ByteString
getAssetBytes()
Output only.Action.Category
getCategory()
The category of issue associated with the action.int
getCategoryValue()
The category of issue associated with the action.String
getDataLocations(int index)
The list of data locations associated with this action.com.google.protobuf.ByteString
getDataLocationsBytes(int index)
The list of data locations associated with this action.int
getDataLocationsCount()
The list of data locations associated with this action.com.google.protobuf.ProtocolStringList
getDataLocationsList()
The list of data locations associated with this action.static Action
getDefaultInstance()
Action
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
Action.DetailsCase
getDetailsCase()
com.google.protobuf.Timestamp
getDetectTime()
The time that the issue was detected.com.google.protobuf.TimestampOrBuilder
getDetectTimeOrBuilder()
The time that the issue was detected.Action.FailedSecurityPolicyApply
getFailedSecurityPolicyApply()
Details for issues related to applying security policy.Action.FailedSecurityPolicyApplyOrBuilder
getFailedSecurityPolicyApplyOrBuilder()
Details for issues related to applying security policy.Action.IncompatibleDataSchema
getIncompatibleDataSchema()
Details for issues related to incompatible schemas detected within data.Action.IncompatibleDataSchemaOrBuilder
getIncompatibleDataSchemaOrBuilder()
Details for issues related to incompatible schemas detected within data.Action.InvalidDataFormat
getInvalidDataFormat()
Details for issues related to invalid or unsupported data formats.Action.InvalidDataFormatOrBuilder
getInvalidDataFormatOrBuilder()
Details for issues related to invalid or unsupported data formats.Action.InvalidDataOrganization
getInvalidDataOrganization()
Details for issues related to invalid data arrangement.Action.InvalidDataOrganizationOrBuilder
getInvalidDataOrganizationOrBuilder()
Details for issues related to invalid data arrangement.Action.InvalidDataPartition
getInvalidDataPartition()
Details for issues related to invalid or unsupported data partition structure.Action.InvalidDataPartitionOrBuilder
getInvalidDataPartitionOrBuilder()
Details for issues related to invalid or unsupported data partition structure.String
getIssue()
Detailed description of the issue requiring action.com.google.protobuf.ByteString
getIssueBytes()
Detailed description of the issue requiring action.String
getLake()
Output only.com.google.protobuf.ByteString
getLakeBytes()
Output only.Action.MissingData
getMissingData()
Details for issues related to absence of data within managed resources.Action.MissingDataOrBuilder
getMissingDataOrBuilder()
Details for issues related to absence of data within managed resources.Action.MissingResource
getMissingResource()
Details for issues related to absence of a managed resource.Action.MissingResourceOrBuilder
getMissingResourceOrBuilder()
Details for issues related to absence of a managed resource.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.com.google.protobuf.Parser<Action>
getParserForType()
int
getSerializedSize()
Action.UnauthorizedResource
getUnauthorizedResource()
Details for issues related to lack of permissions to access data resources.Action.UnauthorizedResourceOrBuilder
getUnauthorizedResourceOrBuilder()
Details for issues related to lack of permissions to access data resources.String
getZone()
Output only.com.google.protobuf.ByteString
getZoneBytes()
Output only.boolean
hasDetectTime()
The time that the issue was detected.boolean
hasFailedSecurityPolicyApply()
Details for issues related to applying security policy.int
hashCode()
boolean
hasIncompatibleDataSchema()
Details for issues related to incompatible schemas detected within data.boolean
hasInvalidDataFormat()
Details for issues related to invalid or unsupported data formats.boolean
hasInvalidDataOrganization()
Details for issues related to invalid data arrangement.boolean
hasInvalidDataPartition()
Details for issues related to invalid or unsupported data partition structure.boolean
hasMissingData()
Details for issues related to absence of data within managed resources.boolean
hasMissingResource()
Details for issues related to absence of a managed resource.boolean
hasUnauthorizedResource()
Details for issues related to lack of permissions to access data resources.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Action.Builder
newBuilder()
static Action.Builder
newBuilder(Action prototype)
Action.Builder
newBuilderForType()
protected Action.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Action
parseDelimitedFrom(InputStream input)
static Action
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
parseFrom(byte[] data)
static Action
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
parseFrom(com.google.protobuf.ByteString data)
static Action
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
parseFrom(com.google.protobuf.CodedInputStream input)
static Action
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
parseFrom(InputStream input)
static Action
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
parseFrom(ByteBuffer data)
static Action
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Action>
parser()
Action.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
CATEGORY_FIELD_NUMBER
public static final int CATEGORY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ISSUE_FIELD_NUMBER
public static final int ISSUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DETECT_TIME_FIELD_NUMBER
public static final int DETECT_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAKE_FIELD_NUMBER
public static final int LAKE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ZONE_FIELD_NUMBER
public static final int ZONE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ASSET_FIELD_NUMBER
public static final int ASSET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATA_LOCATIONS_FIELD_NUMBER
public static final int DATA_LOCATIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INVALID_DATA_FORMAT_FIELD_NUMBER
public static final int INVALID_DATA_FORMAT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INCOMPATIBLE_DATA_SCHEMA_FIELD_NUMBER
public static final int INCOMPATIBLE_DATA_SCHEMA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INVALID_DATA_PARTITION_FIELD_NUMBER
public static final int INVALID_DATA_PARTITION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MISSING_DATA_FIELD_NUMBER
public static final int MISSING_DATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MISSING_RESOURCE_FIELD_NUMBER
public static final int MISSING_RESOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UNAUTHORIZED_RESOURCE_FIELD_NUMBER
public static final int UNAUTHORIZED_RESOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FAILED_SECURITY_POLICY_APPLY_FIELD_NUMBER
public static final int FAILED_SECURITY_POLICY_APPLY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INVALID_DATA_ORGANIZATION_FIELD_NUMBER
public static final int INVALID_DATA_ORGANIZATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getDetailsCase
public Action.DetailsCase getDetailsCase()
- Specified by:
getDetailsCase
in interfaceActionOrBuilder
-
getCategoryValue
public int getCategoryValue()
The category of issue associated with the action.
.google.cloud.dataplex.v1.Action.Category category = 1;
- Specified by:
getCategoryValue
in interfaceActionOrBuilder
- Returns:
- The enum numeric value on the wire for category.
-
getCategory
public Action.Category getCategory()
The category of issue associated with the action.
.google.cloud.dataplex.v1.Action.Category category = 1;
- Specified by:
getCategory
in interfaceActionOrBuilder
- Returns:
- The category.
-
getIssue
public String getIssue()
Detailed description of the issue requiring action.
string issue = 2;
- Specified by:
getIssue
in interfaceActionOrBuilder
- Returns:
- The issue.
-
getIssueBytes
public com.google.protobuf.ByteString getIssueBytes()
Detailed description of the issue requiring action.
string issue = 2;
- Specified by:
getIssueBytes
in interfaceActionOrBuilder
- Returns:
- The bytes for issue.
-
hasDetectTime
public boolean hasDetectTime()
The time that the issue was detected.
.google.protobuf.Timestamp detect_time = 4;
- Specified by:
hasDetectTime
in interfaceActionOrBuilder
- Returns:
- Whether the detectTime field is set.
-
getDetectTime
public com.google.protobuf.Timestamp getDetectTime()
The time that the issue was detected.
.google.protobuf.Timestamp detect_time = 4;
- Specified by:
getDetectTime
in interfaceActionOrBuilder
- Returns:
- The detectTime.
-
getDetectTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getDetectTimeOrBuilder()
The time that the issue was detected.
.google.protobuf.Timestamp detect_time = 4;
- Specified by:
getDetectTimeOrBuilder
in interfaceActionOrBuilder
-
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) = { ... }
- Specified by:
getName
in interfaceActionOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.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) = { ... }
- Specified by:
getNameBytes
in interfaceActionOrBuilder
- Returns:
- The bytes for name.
-
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) = { ... }
- Specified by:
getLake
in interfaceActionOrBuilder
- Returns:
- The lake.
-
getLakeBytes
public com.google.protobuf.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) = { ... }
- Specified by:
getLakeBytes
in interfaceActionOrBuilder
- Returns:
- The bytes for lake.
-
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) = { ... }
- Specified by:
getZone
in interfaceActionOrBuilder
- Returns:
- The zone.
-
getZoneBytes
public com.google.protobuf.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) = { ... }
- Specified by:
getZoneBytes
in interfaceActionOrBuilder
- Returns:
- The bytes for zone.
-
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) = { ... }
- Specified by:
getAsset
in interfaceActionOrBuilder
- Returns:
- The asset.
-
getAssetBytes
public com.google.protobuf.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) = { ... }
- Specified by:
getAssetBytes
in interfaceActionOrBuilder
- Returns:
- The bytes for asset.
-
getDataLocationsList
public com.google.protobuf.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;
- Specified by:
getDataLocationsList
in interfaceActionOrBuilder
- Returns:
- A list containing the dataLocations.
-
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;
- Specified by:
getDataLocationsCount
in interfaceActionOrBuilder
- Returns:
- The count of dataLocations.
-
getDataLocations
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;
- Specified by:
getDataLocations
in interfaceActionOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The dataLocations at the given index.
-
getDataLocationsBytes
public com.google.protobuf.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;
- Specified by:
getDataLocationsBytes
in interfaceActionOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the dataLocations at the given index.
-
hasInvalidDataFormat
public boolean hasInvalidDataFormat()
Details for issues related to invalid or unsupported data formats.
.google.cloud.dataplex.v1.Action.InvalidDataFormat invalid_data_format = 10;
- Specified by:
hasInvalidDataFormat
in interfaceActionOrBuilder
- Returns:
- Whether the invalidDataFormat field is set.
-
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;
- Specified by:
getInvalidDataFormat
in interfaceActionOrBuilder
- Returns:
- The invalidDataFormat.
-
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;
- Specified by:
getInvalidDataFormatOrBuilder
in interfaceActionOrBuilder
-
hasIncompatibleDataSchema
public boolean hasIncompatibleDataSchema()
Details for issues related to incompatible schemas detected within data.
.google.cloud.dataplex.v1.Action.IncompatibleDataSchema incompatible_data_schema = 11;
- Specified by:
hasIncompatibleDataSchema
in interfaceActionOrBuilder
- Returns:
- Whether the incompatibleDataSchema field is set.
-
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;
- Specified by:
getIncompatibleDataSchema
in interfaceActionOrBuilder
- Returns:
- The incompatibleDataSchema.
-
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;
- Specified by:
getIncompatibleDataSchemaOrBuilder
in interfaceActionOrBuilder
-
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;
- Specified by:
hasInvalidDataPartition
in interfaceActionOrBuilder
- Returns:
- Whether the invalidDataPartition field is set.
-
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;
- Specified by:
getInvalidDataPartition
in interfaceActionOrBuilder
- Returns:
- The invalidDataPartition.
-
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;
- Specified by:
getInvalidDataPartitionOrBuilder
in interfaceActionOrBuilder
-
hasMissingData
public boolean hasMissingData()
Details for issues related to absence of data within managed resources.
.google.cloud.dataplex.v1.Action.MissingData missing_data = 13;
- Specified by:
hasMissingData
in interfaceActionOrBuilder
- Returns:
- Whether the missingData field is set.
-
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;
- Specified by:
getMissingData
in interfaceActionOrBuilder
- Returns:
- The missingData.
-
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;
- Specified by:
getMissingDataOrBuilder
in interfaceActionOrBuilder
-
hasMissingResource
public boolean hasMissingResource()
Details for issues related to absence of a managed resource.
.google.cloud.dataplex.v1.Action.MissingResource missing_resource = 14;
- Specified by:
hasMissingResource
in interfaceActionOrBuilder
- Returns:
- Whether the missingResource field is set.
-
getMissingResource
public Action.MissingResource getMissingResource()
Details for issues related to absence of a managed resource.
.google.cloud.dataplex.v1.Action.MissingResource missing_resource = 14;
- Specified by:
getMissingResource
in interfaceActionOrBuilder
- Returns:
- The missingResource.
-
getMissingResourceOrBuilder
public Action.MissingResourceOrBuilder getMissingResourceOrBuilder()
Details for issues related to absence of a managed resource.
.google.cloud.dataplex.v1.Action.MissingResource missing_resource = 14;
- Specified by:
getMissingResourceOrBuilder
in interfaceActionOrBuilder
-
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;
- Specified by:
hasUnauthorizedResource
in interfaceActionOrBuilder
- Returns:
- Whether the unauthorizedResource field is set.
-
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;
- Specified by:
getUnauthorizedResource
in interfaceActionOrBuilder
- Returns:
- The unauthorizedResource.
-
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;
- Specified by:
getUnauthorizedResourceOrBuilder
in interfaceActionOrBuilder
-
hasFailedSecurityPolicyApply
public boolean hasFailedSecurityPolicyApply()
Details for issues related to applying security policy.
.google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply failed_security_policy_apply = 21;
- Specified by:
hasFailedSecurityPolicyApply
in interfaceActionOrBuilder
- Returns:
- Whether the failedSecurityPolicyApply field is set.
-
getFailedSecurityPolicyApply
public Action.FailedSecurityPolicyApply getFailedSecurityPolicyApply()
Details for issues related to applying security policy.
.google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply failed_security_policy_apply = 21;
- Specified by:
getFailedSecurityPolicyApply
in interfaceActionOrBuilder
- Returns:
- The failedSecurityPolicyApply.
-
getFailedSecurityPolicyApplyOrBuilder
public Action.FailedSecurityPolicyApplyOrBuilder getFailedSecurityPolicyApplyOrBuilder()
Details for issues related to applying security policy.
.google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply failed_security_policy_apply = 21;
- Specified by:
getFailedSecurityPolicyApplyOrBuilder
in interfaceActionOrBuilder
-
hasInvalidDataOrganization
public boolean hasInvalidDataOrganization()
Details for issues related to invalid data arrangement.
.google.cloud.dataplex.v1.Action.InvalidDataOrganization invalid_data_organization = 22;
- Specified by:
hasInvalidDataOrganization
in interfaceActionOrBuilder
- Returns:
- Whether the invalidDataOrganization field is set.
-
getInvalidDataOrganization
public Action.InvalidDataOrganization getInvalidDataOrganization()
Details for issues related to invalid data arrangement.
.google.cloud.dataplex.v1.Action.InvalidDataOrganization invalid_data_organization = 22;
- Specified by:
getInvalidDataOrganization
in interfaceActionOrBuilder
- Returns:
- The invalidDataOrganization.
-
getInvalidDataOrganizationOrBuilder
public Action.InvalidDataOrganizationOrBuilder getInvalidDataOrganizationOrBuilder()
Details for issues related to invalid data arrangement.
.google.cloud.dataplex.v1.Action.InvalidDataOrganization invalid_data_organization = 22;
- Specified by:
getInvalidDataOrganizationOrBuilder
in interfaceActionOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Action parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Action parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Action parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Action parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Action parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Action parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Action parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Action parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Action parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Action parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Action parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Action parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Action.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Action.Builder newBuilder()
-
newBuilder
public static Action.Builder newBuilder(Action prototype)
-
toBuilder
public Action.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Action.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Action getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Action> parser()
-
getParserForType
public com.google.protobuf.Parser<Action> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Action getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-