public final class CloudWorkspaceId extends GeneratedMessageV3 implements CloudWorkspaceIdOrBuilder
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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CloudWorkspaceIdImplements
CloudWorkspaceIdOrBuilderStatic Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
REPO_ID_FIELD_NUMBER
public static final int REPO_ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static CloudWorkspaceId getDefaultInstance()
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static CloudWorkspaceId.Builder newBuilder()
Returns | |
---|---|
Type | Description |
CloudWorkspaceId.Builder |
newBuilder(CloudWorkspaceId prototype)
public static CloudWorkspaceId.Builder newBuilder(CloudWorkspaceId prototype)
Parameter | |
---|---|
Name | Description |
prototype | CloudWorkspaceId |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId.Builder |
parseDelimitedFrom(InputStream input)
public static CloudWorkspaceId parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CloudWorkspaceId parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static CloudWorkspaceId parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudWorkspaceId parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CloudWorkspaceId parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudWorkspaceId parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static CloudWorkspaceId parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CloudWorkspaceId parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static CloudWorkspaceId parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CloudWorkspaceId parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static CloudWorkspaceId parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudWorkspaceId parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<CloudWorkspaceId> parser()
Returns | |
---|---|
Type | Description |
Parser<CloudWorkspaceId> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public CloudWorkspaceId getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
CloudWorkspaceId |
getName()
public 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;
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public 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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getParserForType()
public Parser<CloudWorkspaceId> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<CloudWorkspaceId> |
getRepoId()
public RepoId getRepoId()
The ID of the repo containing the workspace.
.google.devtools.source.v1.RepoId repo_id = 1;
Returns | |
---|---|
Type | Description |
RepoId | The repoId. |
getRepoIdOrBuilder()
public RepoIdOrBuilder getRepoIdOrBuilder()
The ID of the repo containing the workspace.
.google.devtools.source.v1.RepoId repo_id = 1;
Returns | |
---|---|
Type | Description |
RepoIdOrBuilder |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hasRepoId()
public boolean hasRepoId()
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. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public CloudWorkspaceId.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
CloudWorkspaceId.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CloudWorkspaceId.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
CloudWorkspaceId.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public CloudWorkspaceId.Builder toBuilder()
Returns | |
---|---|
Type | Description |
CloudWorkspaceId.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |