public interface CloudWorkspaceSourceContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSnapshotId()
The ID of the snapshot.
|
com.google.protobuf.ByteString |
getSnapshotIdBytes()
The ID of the snapshot.
|
CloudWorkspaceId |
getWorkspaceId()
The ID of the workspace.
|
CloudWorkspaceIdOrBuilder |
getWorkspaceIdOrBuilder()
The ID of the workspace.
|
boolean |
hasWorkspaceId()
The ID of the workspace.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWorkspaceId()
The ID of the workspace.
.google.devtools.source.v1.CloudWorkspaceId workspace_id = 1;CloudWorkspaceId getWorkspaceId()
The ID of the workspace.
.google.devtools.source.v1.CloudWorkspaceId workspace_id = 1;CloudWorkspaceIdOrBuilder getWorkspaceIdOrBuilder()
The ID of the workspace.
.google.devtools.source.v1.CloudWorkspaceId workspace_id = 1;String getSnapshotId()
The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.
string snapshot_id = 2;com.google.protobuf.ByteString getSnapshotIdBytes()
The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.
string snapshot_id = 2;Copyright © 2024 Google LLC. All rights reserved.