public static final class ConversionWorkspaceInfo.Builder extends GeneratedMessage.Builder<ConversionWorkspaceInfo.Builder> implements ConversionWorkspaceInfoOrBuilderA conversion workspace's version.
Protobuf type google.cloud.clouddms.v1.ConversionWorkspaceInfo
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ConversionWorkspaceInfo.BuilderImplements
ConversionWorkspaceInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ConversionWorkspaceInfo build()| Returns | |
|---|---|
| Type | Description |
ConversionWorkspaceInfo |
|
buildPartial()
public ConversionWorkspaceInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
ConversionWorkspaceInfo |
|
clear()
public ConversionWorkspaceInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
ConversionWorkspaceInfo.Builder |
|
clearCommitId()
public ConversionWorkspaceInfo.Builder clearCommitId()The commit ID of the conversion workspace.
string commit_id = 2;
| Returns | |
|---|---|
| Type | Description |
ConversionWorkspaceInfo.Builder |
This builder for chaining. |
clearName()
public ConversionWorkspaceInfo.Builder clearName()The resource name (URI) of the conversion workspace.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ConversionWorkspaceInfo.Builder |
This builder for chaining. |
getCommitId()
public String getCommitId()The commit ID of the conversion workspace.
string commit_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The commitId. |
getCommitIdBytes()
public ByteString getCommitIdBytes()The commit ID of the conversion workspace.
string commit_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for commitId. |
getDefaultInstanceForType()
public ConversionWorkspaceInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ConversionWorkspaceInfo |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()The resource name (URI) of the conversion workspace.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()The resource name (URI) of the conversion workspace.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ConversionWorkspaceInfo other)
public ConversionWorkspaceInfo.Builder mergeFrom(ConversionWorkspaceInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ConversionWorkspaceInfo |
| Returns | |
|---|---|
| Type | Description |
ConversionWorkspaceInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ConversionWorkspaceInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConversionWorkspaceInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ConversionWorkspaceInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ConversionWorkspaceInfo.Builder |
|
setCommitId(String value)
public ConversionWorkspaceInfo.Builder setCommitId(String value)The commit ID of the conversion workspace.
string commit_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe commitId to set. |
| Returns | |
|---|---|
| Type | Description |
ConversionWorkspaceInfo.Builder |
This builder for chaining. |
setCommitIdBytes(ByteString value)
public ConversionWorkspaceInfo.Builder setCommitIdBytes(ByteString value)The commit ID of the conversion workspace.
string commit_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for commitId to set. |
| Returns | |
|---|---|
| Type | Description |
ConversionWorkspaceInfo.Builder |
This builder for chaining. |
setName(String value)
public ConversionWorkspaceInfo.Builder setName(String value)The resource name (URI) of the conversion workspace.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
ConversionWorkspaceInfo.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ConversionWorkspaceInfo.Builder setNameBytes(ByteString value)The resource name (URI) of the conversion workspace.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
ConversionWorkspaceInfo.Builder |
This builder for chaining. |