Class RemoveIamPolicyResponse.Builder (2.84.0)

public static final class RemoveIamPolicyResponse.Builder extends GeneratedMessage.Builder<RemoveIamPolicyResponse.Builder> implements RemoveIamPolicyResponseOrBuilder

Response message for DataprocMetastore.RemoveIamPolicy.

Protobuf type google.cloud.metastore.v1alpha.RemoveIamPolicyResponse

Static Methods

getDescriptor()

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

Methods

build()

public RemoveIamPolicyResponse build()
Returns
Type Description
RemoveIamPolicyResponse

buildPartial()

public RemoveIamPolicyResponse buildPartial()
Returns
Type Description
RemoveIamPolicyResponse

clear()

public RemoveIamPolicyResponse.Builder clear()
Returns
Type Description
RemoveIamPolicyResponse.Builder
Overrides

clearSuccess()

public RemoveIamPolicyResponse.Builder clearSuccess()

True if the policy is successfully removed.

bool success = 1;

Returns
Type Description
RemoveIamPolicyResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public RemoveIamPolicyResponse getDefaultInstanceForType()
Returns
Type Description
RemoveIamPolicyResponse

getDescriptorForType()

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

getSuccess()

public boolean getSuccess()

True if the policy is successfully removed.

bool success = 1;

Returns
Type Description
boolean

The success.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RemoveIamPolicyResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setSuccess(boolean value)

public RemoveIamPolicyResponse.Builder setSuccess(boolean value)

True if the policy is successfully removed.

bool success = 1;

Parameter
Name Description
value boolean

The success to set.

Returns
Type Description
RemoveIamPolicyResponse.Builder

This builder for chaining.