Interface CloudWorkspaceSourceContextOrBuilder

    • Method Detail

      • hasWorkspaceId

        boolean hasWorkspaceId()
         The ID of the workspace.
         
        .google.devtools.source.v1.CloudWorkspaceId workspace_id = 1;
        Returns:
        Whether the workspaceId field is set.
      • getWorkspaceId

        CloudWorkspaceId getWorkspaceId()
         The ID of the workspace.
         
        .google.devtools.source.v1.CloudWorkspaceId workspace_id = 1;
        Returns:
        The workspaceId.
      • getWorkspaceIdOrBuilder

        CloudWorkspaceIdOrBuilder getWorkspaceIdOrBuilder()
         The ID of the workspace.
         
        .google.devtools.source.v1.CloudWorkspaceId workspace_id = 1;
      • getSnapshotId

        String getSnapshotId()
         The ID of the snapshot.
         An empty snapshot_id refers to the most recent snapshot.
         
        string snapshot_id = 2;
        Returns:
        The snapshotId.
      • getSnapshotIdBytes

        com.google.protobuf.ByteString getSnapshotIdBytes()
         The ID of the snapshot.
         An empty snapshot_id refers to the most recent snapshot.
         
        string snapshot_id = 2;
        Returns:
        The bytes for snapshotId.