Package com.google.cloud.dataplex.v1
Interface Action.FailedSecurityPolicyApplyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Action.FailedSecurityPolicyApply
,Action.FailedSecurityPolicyApply.Builder
- Enclosing class:
- Action
public static interface Action.FailedSecurityPolicyApplyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAsset()
Resource name of one of the assets with failing security policy application.com.google.protobuf.ByteString
getAssetBytes()
Resource name of one of the assets with failing security policy application.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAsset
String getAsset()
Resource name of one of the assets with failing security policy application. Populated for a lake or zone resource only.
string asset = 1;
- Returns:
- The asset.
-
getAssetBytes
com.google.protobuf.ByteString getAssetBytes()
Resource name of one of the assets with failing security policy application. Populated for a lake or zone resource only.
string asset = 1;
- Returns:
- The bytes for asset.
-
-