Interface CloudWorkspaceSourceContextOrBuilder (1.33.0)

publicinterface CloudWorkspaceSourceContextOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getSnapshotId()

publicabstractStringgetSnapshotId()

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()

publicabstractByteStringgetSnapshotIdBytes()

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()

publicabstractCloudWorkspaceIdgetWorkspaceId()

The ID of the workspace.

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

Returns
Type Description
CloudWorkspaceId

The workspaceId.

getWorkspaceIdOrBuilder()

publicabstractCloudWorkspaceIdOrBuildergetWorkspaceIdOrBuilder()

The ID of the workspace.

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

Returns
Type Description
CloudWorkspaceIdOrBuilder

hasWorkspaceId()

publicabstractbooleanhasWorkspaceId()

The ID of the workspace.

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

Returns
Type Description
boolean

Whether the workspaceId field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.