Class Action.FailedSecurityPolicyApply.Builder (1.81.0)

public static final class Action.FailedSecurityPolicyApply.Builder extends GeneratedMessage.Builder<Action.FailedSecurityPolicyApply.Builder> implements Action.FailedSecurityPolicyApplyOrBuilder

Failed to apply security policy to the managed resource(s) under a lake, zone or an asset. For a lake or zone resource, one or more underlying assets has a failure applying security policy to the associated managed resource.

Protobuf type google.cloud.dataplex.v1.Action.FailedSecurityPolicyApply

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Action.FailedSecurityPolicyApply build()
Returns
Type Description
Action.FailedSecurityPolicyApply

buildPartial()

public Action.FailedSecurityPolicyApply buildPartial()
Returns
Type Description
Action.FailedSecurityPolicyApply

clear()

public Action.FailedSecurityPolicyApply.Builder clear()
Returns
Type Description
Action.FailedSecurityPolicyApply.Builder
Overrides

clearAsset()

public Action.FailedSecurityPolicyApply.Builder clearAsset()

Resource name of one of the assets with failing security policy application. Populated for a lake or zone resource only.

string asset = 1;

Returns
Type Description
Action.FailedSecurityPolicyApply.Builder

This builder for chaining.

getAsset()

public 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
Type Description
String

The asset.

getAssetBytes()

public 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
Type Description
ByteString

The bytes for asset.

getDefaultInstanceForType()

public Action.FailedSecurityPolicyApply getDefaultInstanceForType()
Returns
Type Description
Action.FailedSecurityPolicyApply

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Action.FailedSecurityPolicyApply other)

public Action.FailedSecurityPolicyApply.Builder mergeFrom(Action.FailedSecurityPolicyApply other)
Parameter
Name Description
other Action.FailedSecurityPolicyApply
Returns
Type Description
Action.FailedSecurityPolicyApply.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Action.FailedSecurityPolicyApply.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Action.FailedSecurityPolicyApply.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Action.FailedSecurityPolicyApply.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Action.FailedSecurityPolicyApply.Builder
Overrides

setAsset(String value)

public Action.FailedSecurityPolicyApply.Builder setAsset(String value)

Resource name of one of the assets with failing security policy application. Populated for a lake or zone resource only.

string asset = 1;

Parameter
Name Description
value String

The asset to set.

Returns
Type Description
Action.FailedSecurityPolicyApply.Builder

This builder for chaining.

setAssetBytes(ByteString value)

public Action.FailedSecurityPolicyApply.Builder setAssetBytes(ByteString value)

Resource name of one of the assets with failing security policy application. Populated for a lake or zone resource only.

string asset = 1;

Parameter
Name Description
value ByteString

The bytes for asset to set.

Returns
Type Description
Action.FailedSecurityPolicyApply.Builder

This builder for chaining.