Interface CloudWorkspaceSourceContextOrBuilder (1.41.0)

public interface CloudWorkspaceSourceContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSnapshotId()

public abstract String getSnapshotId()

The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.

string snapshot_id = 2;

Returns
TypeDescription
String

The snapshotId.

getSnapshotIdBytes()

public abstract ByteString getSnapshotIdBytes()

The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.

string snapshot_id = 2;

Returns
TypeDescription
ByteString

The bytes for snapshotId.

getWorkspaceId()

public abstract CloudWorkspaceId getWorkspaceId()

The ID of the workspace.

.google.devtools.source.v1.CloudWorkspaceId workspace_id = 1;

Returns
TypeDescription
CloudWorkspaceId

The workspaceId.

getWorkspaceIdOrBuilder()

public abstract CloudWorkspaceIdOrBuilder getWorkspaceIdOrBuilder()

The ID of the workspace.

.google.devtools.source.v1.CloudWorkspaceId workspace_id = 1;

Returns
TypeDescription
CloudWorkspaceIdOrBuilder

hasWorkspaceId()

public abstract boolean hasWorkspaceId()

The ID of the workspace.

.google.devtools.source.v1.CloudWorkspaceId workspace_id = 1;

Returns
TypeDescription
boolean

Whether the workspaceId field is set.