public static final class RollbackSchemaRequest.Builder extends GeneratedMessage.Builder<RollbackSchemaRequest.Builder> implements RollbackSchemaRequestOrBuilder Request for the RollbackSchema method.
Protobuf type google.pubsub.v1.RollbackSchemaRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RollbackSchemaRequest.BuilderImplements
RollbackSchemaRequestOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RollbackSchemaRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RollbackSchemaRequest.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for revisionId to set. |
| Returns | |
|---|---|
| Type | Description |
RollbackSchemaRequest.Builder |
This builder for chaining. |