Class DeleteBlueprintRequest.Builder (0.55.0)

public static final class DeleteBlueprintRequest.Builder extends GeneratedMessage.Builder<DeleteBlueprintRequest.Builder> implements DeleteBlueprintRequestOrBuilder

Request object for DeleteBlueprint.

Protobuf type google.cloud.telcoautomation.v1alpha1.DeleteBlueprintRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteBlueprintRequest build()
Returns
Type Description
DeleteBlueprintRequest

buildPartial()

public DeleteBlueprintRequest buildPartial()
Returns
Type Description
DeleteBlueprintRequest

clear()

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

clearName()

public DeleteBlueprintRequest.Builder clearName()

Required. The name of blueprint to delete. Blueprint name should be in the format {blueprint_id}, if {blueprint_id}@{revision_id} is passed then the API throws invalid argument.

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

Returns
Type Description
DeleteBlueprintRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteBlueprintRequest getDefaultInstanceForType()
Returns
Type Description
DeleteBlueprintRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of blueprint to delete. Blueprint name should be in the format {blueprint_id}, if {blueprint_id}@{revision_id} is passed then the API throws invalid argument.

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 blueprint to delete. Blueprint name should be in the format {blueprint_id}, if {blueprint_id}@{revision_id} is passed then the API throws invalid argument.

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(DeleteBlueprintRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteBlueprintRequest.Builder setName(String value)

Required. The name of blueprint to delete. Blueprint name should be in the format {blueprint_id}, if {blueprint_id}@{revision_id} is passed then the API throws invalid argument.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteBlueprintRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteBlueprintRequest.Builder setNameBytes(ByteString value)

Required. The name of blueprint to delete. Blueprint name should be in the format {blueprint_id}, if {blueprint_id}@{revision_id} is passed then the API throws invalid argument.

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
DeleteBlueprintRequest.Builder

This builder for chaining.