Interface CloudWorkspaceIdOrBuilder (1.41.0)

public interface CloudWorkspaceIdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.

string name = 2;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.

string name = 2;

Returns
TypeDescription
ByteString

The bytes for name.

getRepoId()

public abstract RepoId getRepoId()

The ID of the repo containing the workspace.

.google.devtools.source.v1.RepoId repo_id = 1;

Returns
TypeDescription
RepoId

The repoId.

getRepoIdOrBuilder()

public abstract RepoIdOrBuilder getRepoIdOrBuilder()

The ID of the repo containing the workspace.

.google.devtools.source.v1.RepoId repo_id = 1;

Returns
TypeDescription
RepoIdOrBuilder

hasRepoId()

public abstract boolean hasRepoId()

The ID of the repo containing the workspace.

.google.devtools.source.v1.RepoId repo_id = 1;

Returns
TypeDescription
boolean

Whether the repoId field is set.