public interface CloudWorkspaceIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The unique name of the workspace within the repo.
|
com.google.protobuf.ByteString |
getNameBytes()
The unique name of the workspace within the repo.
|
RepoId |
getRepoId()
The ID of the repo containing the workspace.
|
RepoIdOrBuilder |
getRepoIdOrBuilder()
The ID of the repo containing the workspace.
|
boolean |
hasRepoId()
The ID of the repo containing the workspace.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRepoId()
The ID of the repo containing the workspace.
.google.devtools.source.v1.RepoId repo_id = 1;RepoId getRepoId()
The ID of the repo containing the workspace.
.google.devtools.source.v1.RepoId repo_id = 1;RepoIdOrBuilder getRepoIdOrBuilder()
The ID of the repo containing the workspace.
.google.devtools.source.v1.RepoId repo_id = 1;String getName()
The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.
string name = 2;com.google.protobuf.ByteString getNameBytes()
The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.
string name = 2;Copyright © 2023 Google LLC. All rights reserved.