Interface ConversionWorkspaceInfoOrBuilder (2.40.0)

public interface ConversionWorkspaceInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommitId()

public abstract String getCommitId()

The commit ID of the conversion workspace.

string commit_id = 2;

Returns
TypeDescription
String

The commitId.

getCommitIdBytes()

public abstract ByteString getCommitIdBytes()

The commit ID of the conversion workspace.

string commit_id = 2;

Returns
TypeDescription
ByteString

The bytes for commitId.

getName()

public abstract String getName()

The resource name (URI) of the conversion workspace.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The resource name (URI) of the conversion workspace.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.