Class DeleteManagedFolderRequest.Builder (2.62.1)

public static final class DeleteManagedFolderRequest.Builder extends GeneratedMessage.Builder<DeleteManagedFolderRequest.Builder> implements DeleteManagedFolderRequestOrBuilder

DeleteManagedFolder RPC request message.

Protobuf type google.storage.control.v2.DeleteManagedFolderRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteManagedFolderRequest build()
Returns
Type Description
DeleteManagedFolderRequest

buildPartial()

public DeleteManagedFolderRequest buildPartial()
Returns
Type Description
DeleteManagedFolderRequest

clear()

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

clearAllowNonEmpty()

public DeleteManagedFolderRequest.Builder clearAllowNonEmpty()

Allows deletion of a managed folder even if it is not empty. A managed folder is empty if it manages no child managed folders or objects. Caller must have permission for storage.managedFolders.setIamPolicy.

bool allow_non_empty = 5;

Returns
Type Description
DeleteManagedFolderRequest.Builder

This builder for chaining.

clearIfMetagenerationMatch()

public DeleteManagedFolderRequest.Builder clearIfMetagenerationMatch()

The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.

optional int64 if_metageneration_match = 3;

Returns
Type Description
DeleteManagedFolderRequest.Builder

This builder for chaining.

clearIfMetagenerationNotMatch()

public DeleteManagedFolderRequest.Builder clearIfMetagenerationNotMatch()

The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified.

optional int64 if_metageneration_not_match = 4;

Returns
Type Description
DeleteManagedFolderRequest.Builder

This builder for chaining.

clearName()

public DeleteManagedFolderRequest.Builder clearName()

Required. Name of the managed folder. Format: projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}

string name = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
DeleteManagedFolderRequest.Builder

This builder for chaining.

clearRequestId()

public DeleteManagedFolderRequest.Builder clearRequestId()

Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.

string request_id = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
DeleteManagedFolderRequest.Builder

This builder for chaining.

getAllowNonEmpty()

public boolean getAllowNonEmpty()

Allows deletion of a managed folder even if it is not empty. A managed folder is empty if it manages no child managed folders or objects. Caller must have permission for storage.managedFolders.setIamPolicy.

bool allow_non_empty = 5;

Returns
Type Description
boolean

The allowNonEmpty.

getDefaultInstanceForType()

public DeleteManagedFolderRequest getDefaultInstanceForType()
Returns
Type Description
DeleteManagedFolderRequest

getDescriptorForType()

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

getIfMetagenerationMatch()

public long getIfMetagenerationMatch()

The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.

optional int64 if_metageneration_match = 3;

Returns
Type Description
long

The ifMetagenerationMatch.

getIfMetagenerationNotMatch()

public long getIfMetagenerationNotMatch()

The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified.

optional int64 if_metageneration_not_match = 4;

Returns
Type Description
long

The ifMetagenerationNotMatch.

getName()

public String getName()

Required. Name of the managed folder. Format: projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}

string name = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the managed folder. Format: projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}

string name = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getRequestId()

public String getRequestId()

Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.

string request_id = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.

string request_id = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for requestId.

hasIfMetagenerationMatch()

public boolean hasIfMetagenerationMatch()

The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.

optional int64 if_metageneration_match = 3;

Returns
Type Description
boolean

Whether the ifMetagenerationMatch field is set.

hasIfMetagenerationNotMatch()

public boolean hasIfMetagenerationNotMatch()

The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified.

optional int64 if_metageneration_not_match = 4;

Returns
Type Description
boolean

Whether the ifMetagenerationNotMatch field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(DeleteManagedFolderRequest other)

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

setAllowNonEmpty(boolean value)

public DeleteManagedFolderRequest.Builder setAllowNonEmpty(boolean value)

Allows deletion of a managed folder even if it is not empty. A managed folder is empty if it manages no child managed folders or objects. Caller must have permission for storage.managedFolders.setIamPolicy.

bool allow_non_empty = 5;

Parameter
Name Description
value boolean

The allowNonEmpty to set.

Returns
Type Description
DeleteManagedFolderRequest.Builder

This builder for chaining.

setIfMetagenerationMatch(long value)

public DeleteManagedFolderRequest.Builder setIfMetagenerationMatch(long value)

The operation succeeds conditional on the managed folder's current metageneration matching the value here specified.

optional int64 if_metageneration_match = 3;

Parameter
Name Description
value long

The ifMetagenerationMatch to set.

Returns
Type Description
DeleteManagedFolderRequest.Builder

This builder for chaining.

setIfMetagenerationNotMatch(long value)

public DeleteManagedFolderRequest.Builder setIfMetagenerationNotMatch(long value)

The operation succeeds conditional on the managed folder's current metageneration NOT matching the value here specified.

optional int64 if_metageneration_not_match = 4;

Parameter
Name Description
value long

The ifMetagenerationNotMatch to set.

Returns
Type Description
DeleteManagedFolderRequest.Builder

This builder for chaining.

setName(String value)

public DeleteManagedFolderRequest.Builder setName(String value)

Required. Name of the managed folder. Format: projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}

string name = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteManagedFolderRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteManagedFolderRequest.Builder setNameBytes(ByteString value)

Required. Name of the managed folder. Format: projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}

string name = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DeleteManagedFolderRequest.Builder

This builder for chaining.

setRequestId(String value)

public DeleteManagedFolderRequest.Builder setRequestId(String value)

Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.

string request_id = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Parameter
Name Description
value String

The requestId to set.

Returns
Type Description
DeleteManagedFolderRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public DeleteManagedFolderRequest.Builder setRequestIdBytes(ByteString value)

Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.

string request_id = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Parameter
Name Description
value ByteString

The bytes for requestId to set.

Returns
Type Description
DeleteManagedFolderRequest.Builder

This builder for chaining.