public interface CloudWorkspaceSourceContextOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString | The bytes for snapshotId. |
getWorkspaceId()
public abstract CloudWorkspaceId getWorkspaceId()
The ID of the workspace.
.google.devtools.source.v1.CloudWorkspaceId workspace_id = 1;
Returns | |
---|---|
Type | Description |
CloudWorkspaceId | The workspaceId. |
getWorkspaceIdOrBuilder()
public abstract CloudWorkspaceIdOrBuilder getWorkspaceIdOrBuilder()
The ID of the workspace.
.google.devtools.source.v1.CloudWorkspaceId workspace_id = 1;
Returns | |
---|---|
Type | Description |
CloudWorkspaceIdOrBuilder |
hasWorkspaceId()
public abstract boolean hasWorkspaceId()
The ID of the workspace.
.google.devtools.source.v1.CloudWorkspaceId workspace_id = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the workspaceId field is set. |