publicstaticfinalclass CloudWorkspaceId.BuilderextendsGeneratedMessageV3.Builder<CloudWorkspaceId.Builder>implementsCloudWorkspaceIdOrBuilder
A CloudWorkspaceId is a unique identifier for a cloud workspace.
A cloud workspace is a place associated with a repo where modified files
can be stored before they are committed.
Protobuf type google.devtools.source.v1.CloudWorkspaceId
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
publicCloudWorkspaceId.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
publicCloudWorkspaceIdbuild()
publicCloudWorkspaceIdbuildPartial()
publicCloudWorkspaceId.Builderclear()
Overrides
publicCloudWorkspaceId.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
publicCloudWorkspaceId.BuilderclearName()
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;
publicCloudWorkspaceId.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
publicCloudWorkspaceId.BuilderclearRepoId()
The ID of the repo containing the workspace.
.google.devtools.source.v1.RepoId repo_id = 1;
publicCloudWorkspaceId.Builderclone()
Overrides
publicCloudWorkspaceIdgetDefaultInstanceForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
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;
| Returns |
| Type |
Description |
String |
The name.
|
publicByteStringgetNameBytes()
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;
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
The ID of the repo containing the workspace.
.google.devtools.source.v1.RepoId repo_id = 1;
| Returns |
| Type |
Description |
RepoId |
The repoId.
|
publicRepoId.BuildergetRepoIdBuilder()
The ID of the repo containing the workspace.
.google.devtools.source.v1.RepoId repo_id = 1;
publicRepoIdOrBuildergetRepoIdOrBuilder()
The ID of the repo containing the workspace.
.google.devtools.source.v1.RepoId repo_id = 1;
The ID of the repo containing the workspace.
.google.devtools.source.v1.RepoId repo_id = 1;
| Returns |
| Type |
Description |
boolean |
Whether the repoId field is set.
|
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicCloudWorkspaceId.BuildermergeFrom(CloudWorkspaceIdother)
publicCloudWorkspaceId.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
publicCloudWorkspaceId.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
publicCloudWorkspaceId.BuildermergeRepoId(RepoIdvalue)
The ID of the repo containing the workspace.
.google.devtools.source.v1.RepoId repo_id = 1;
| Parameter |
| Name |
Description |
value |
RepoId
|
publicfinalCloudWorkspaceId.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
publicCloudWorkspaceId.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
publicCloudWorkspaceId.BuildersetName(Stringvalue)
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;
| Parameter |
| Name |
Description |
value |
String
The name to set.
|
publicCloudWorkspaceId.BuildersetNameBytes(ByteStringvalue)
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;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for name to set.
|
publicCloudWorkspaceId.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
publicCloudWorkspaceId.BuildersetRepoId(RepoIdvalue)
The ID of the repo containing the workspace.
.google.devtools.source.v1.RepoId repo_id = 1;
| Parameter |
| Name |
Description |
value |
RepoId
|
publicCloudWorkspaceId.BuildersetRepoId(RepoId.BuilderbuilderForValue)
The ID of the repo containing the workspace.
.google.devtools.source.v1.RepoId repo_id = 1;
publicfinalCloudWorkspaceId.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides