Class DeleteVersionRequest.Builder (0.36.0)

public static final class DeleteVersionRequest.Builder extends GeneratedMessage.Builder<DeleteVersionRequest.Builder> implements DeleteVersionRequestOrBuilder

The DeleteVersion method's request.

Protobuf type google.cloud.apihub.v1.DeleteVersionRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteVersionRequest build()
Returns
Type Description
DeleteVersionRequest

buildPartial()

public DeleteVersionRequest buildPartial()
Returns
Type Description
DeleteVersionRequest

clear()

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

clearForce()

public DeleteVersionRequest.Builder clearForce()

Optional. If set to true, any specs from this version will also be deleted. Otherwise, the request will only work if the version has no specs.

bool force = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DeleteVersionRequest.Builder

This builder for chaining.

clearName()

public DeleteVersionRequest.Builder clearName()

Required. The name of the version to delete. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}

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

Returns
Type Description
DeleteVersionRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteVersionRequest getDefaultInstanceForType()
Returns
Type Description
DeleteVersionRequest

getDescriptorForType()

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

getForce()

public boolean getForce()

Optional. If set to true, any specs from this version will also be deleted. Otherwise, the request will only work if the version has no specs.

bool force = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The force.

getName()

public String getName()

Required. The name of the version to delete. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the version to delete. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteVersionRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setForce(boolean value)

public DeleteVersionRequest.Builder setForce(boolean value)

Optional. If set to true, any specs from this version will also be deleted. Otherwise, the request will only work if the version has no specs.

bool force = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The force to set.

Returns
Type Description
DeleteVersionRequest.Builder

This builder for chaining.

setName(String value)

public DeleteVersionRequest.Builder setName(String value)

Required. The name of the version to delete. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteVersionRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteVersionRequest.Builder setNameBytes(ByteString value)

Required. The name of the version to delete. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DeleteVersionRequest.Builder

This builder for chaining.