Class RollbackSchemaRequest.Builder (1.147.0)

public static final class RollbackSchemaRequest.Builder extends GeneratedMessage.Builder<RollbackSchemaRequest.Builder> implements RollbackSchemaRequestOrBuilder

Request for the RollbackSchema method.

Protobuf type google.pubsub.v1.RollbackSchemaRequest

Static Methods

getDescriptor()

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

Methods

build()

public RollbackSchemaRequest build()
Returns
Type Description
RollbackSchemaRequest

buildPartial()

public RollbackSchemaRequest buildPartial()
Returns
Type Description
RollbackSchemaRequest

clear()

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

clearName()

public RollbackSchemaRequest.Builder clearName()

Required. The schema being rolled back with revision id.

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

Returns
Type Description
RollbackSchemaRequest.Builder

This builder for chaining.

clearRevisionId()

public RollbackSchemaRequest.Builder clearRevisionId()

Required. The revision ID to roll back to. It must be a revision of the same schema.

Example: c7cfa2a8

string revision_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RollbackSchemaRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public RollbackSchemaRequest getDefaultInstanceForType()
Returns
Type Description
RollbackSchemaRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The schema being rolled back with revision id.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The schema being rolled back with revision id.

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

Returns
Type Description
ByteString

The bytes for name.

getRevisionId()

public String getRevisionId()

Required. The revision ID to roll back to. It must be a revision of the same schema.

Example: c7cfa2a8

string revision_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The revisionId.

getRevisionIdBytes()

public ByteString getRevisionIdBytes()

Required. The revision ID to roll back to. It must be a revision of the same schema.

Example: c7cfa2a8

string revision_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for revisionId.

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 RollbackSchemaRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RollbackSchemaRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeFrom(RollbackSchemaRequest other)

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

setName(String value)

public RollbackSchemaRequest.Builder setName(String value)

Required. The schema being rolled back with revision id.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
RollbackSchemaRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public RollbackSchemaRequest.Builder setNameBytes(ByteString value)

Required. The schema being rolled back with revision id.

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

This builder for chaining.

setRevisionId(String value)

public RollbackSchemaRequest.Builder setRevisionId(String value)

Required. The revision ID to roll back to. It must be a revision of the same schema.

Example: c7cfa2a8

string revision_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The revisionId to set.

Returns
Type Description
RollbackSchemaRequest.Builder

This builder for chaining.

setRevisionIdBytes(ByteString value)

public RollbackSchemaRequest.Builder setRevisionIdBytes(ByteString value)

Required. The revision ID to roll back to. It must be a revision of the same schema.

Example: c7cfa2a8

string revision_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for revisionId to set.

Returns
Type Description
RollbackSchemaRequest.Builder

This builder for chaining.