public interface ConversionWorkspaceInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCommitId()
public abstract String getCommitId()
The commit ID of the conversion workspace.
string commit_id = 2;
Returns | |
---|---|
Type | Description |
String |
The commitId. |
getCommitIdBytes()
public abstract ByteString getCommitIdBytes()
The commit ID of the conversion workspace.
string commit_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for commitId. |
getName()
public abstract String getName()
The resource name (URI) of the conversion workspace.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The resource name (URI) of the conversion workspace.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |