Class DeleteSchemaRequest.Builder (1.147.0)

public static final class DeleteSchemaRequest.Builder extends GeneratedMessage.Builder<DeleteSchemaRequest.Builder> implements DeleteSchemaRequestOrBuilder

Request for the DeleteSchema method.

Protobuf type google.pubsub.v1.DeleteSchemaRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteSchemaRequest build()
Returns
Type Description
DeleteSchemaRequest

buildPartial()

public DeleteSchemaRequest buildPartial()
Returns
Type Description
DeleteSchemaRequest

clear()

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

clearName()

public DeleteSchemaRequest.Builder clearName()

Required. Name of the schema to delete. Format is projects/{project}/schemas/{schema}.

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

Returns
Type Description
DeleteSchemaRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteSchemaRequest getDefaultInstanceForType()
Returns
Type Description
DeleteSchemaRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the schema to delete. Format is projects/{project}/schemas/{schema}.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the schema to delete. Format is projects/{project}/schemas/{schema}.

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(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(DeleteSchemaRequest other)

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

setName(String value)

public DeleteSchemaRequest.Builder setName(String value)

Required. Name of the schema to delete. Format is projects/{project}/schemas/{schema}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteSchemaRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteSchemaRequest.Builder setNameBytes(ByteString value)

Required. Name of the schema to delete. Format is projects/{project}/schemas/{schema}.

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

This builder for chaining.