Class CloudRepoSourceContext (1.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.60.0 (latest)
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.1.10
publicfinalclass CloudRepoSourceContextextendsGeneratedMessageV3implementsCloudRepoSourceContextOrBuilderA CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform).
Protobuf type google.devtools.source.v1.CloudRepoSourceContext
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CloudRepoSourceContextImplements
CloudRepoSourceContextOrBuilderInherited Members
Static Fields
ALIAS_CONTEXT_FIELD_NUMBER
publicstaticfinalintALIAS_CONTEXT_FIELD_NUMBERALIAS_NAME_FIELD_NUMBER
publicstaticfinalintALIAS_NAME_FIELD_NUMBERREPO_ID_FIELD_NUMBER
publicstaticfinalintREPO_ID_FIELD_NUMBERREVISION_ID_FIELD_NUMBER
publicstaticfinalintREVISION_ID_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticCloudRepoSourceContextgetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticCloudRepoSourceContext.BuildernewBuilder()newBuilder(CloudRepoSourceContext prototype)
publicstaticCloudRepoSourceContext.BuildernewBuilder(CloudRepoSourceContextprototype)parseDelimitedFrom(InputStream input)
publicstaticCloudRepoSourceContextparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticCloudRepoSourceContextparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticCloudRepoSourceContextparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticCloudRepoSourceContextparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticCloudRepoSourceContextparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticCloudRepoSourceContextparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticCloudRepoSourceContextparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticCloudRepoSourceContextparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticCloudRepoSourceContextparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticCloudRepoSourceContextparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticCloudRepoSourceContextparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticCloudRepoSourceContextparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<CloudRepoSourceContext>parser()Methods
equals(Object obj)
publicbooleanequals(Objectobj)getAliasContext()
publicAliasContextgetAliasContext()An alias, which may be a branch or tag.
.google.devtools.source.v1.AliasContext alias_context = 4;
The aliasContext.
getAliasContextOrBuilder()
publicAliasContextOrBuildergetAliasContextOrBuilder()An alias, which may be a branch or tag.
.google.devtools.source.v1.AliasContext alias_context = 4;
getAliasName() (deprecated)
publicStringgetAliasName()Deprecated. google.devtools.source.v1.CloudRepoSourceContext.alias_name is deprecated. See google/devtools/source/v1/source_context.proto;l=95
The name of an alias (branch, tag, etc.).
string alias_name = 3 [deprecated = true];
The aliasName.
getAliasNameBytes() (deprecated)
publicByteStringgetAliasNameBytes()Deprecated. google.devtools.source.v1.CloudRepoSourceContext.alias_name is deprecated. See google/devtools/source/v1/source_context.proto;l=95
The name of an alias (branch, tag, etc.).
string alias_name = 3 [deprecated = true];
The bytes for aliasName.
getDefaultInstanceForType()
publicCloudRepoSourceContextgetDefaultInstanceForType()getParserForType()
publicParser<CloudRepoSourceContext>getParserForType()getRepoId()
publicRepoIdgetRepoId()The ID of the repo.
.google.devtools.source.v1.RepoId repo_id = 1;
The repoId.
getRepoIdOrBuilder()
publicRepoIdOrBuildergetRepoIdOrBuilder()The ID of the repo.
.google.devtools.source.v1.RepoId repo_id = 1;
getRevisionCase()
publicCloudRepoSourceContext.RevisionCasegetRevisionCase()getRevisionId()
publicStringgetRevisionId()A revision ID.
string revision_id = 2;
The revisionId.
getRevisionIdBytes()
publicByteStringgetRevisionIdBytes()A revision ID.
string revision_id = 2;
The bytes for revisionId.
getSerializedSize()
publicintgetSerializedSize()getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()hasAliasContext()
publicbooleanhasAliasContext()An alias, which may be a branch or tag.
.google.devtools.source.v1.AliasContext alias_context = 4;
Whether the aliasContext field is set.
hasAliasName() (deprecated)
publicbooleanhasAliasName()Deprecated. google.devtools.source.v1.CloudRepoSourceContext.alias_name is deprecated. See google/devtools/source/v1/source_context.proto;l=95
The name of an alias (branch, tag, etc.).
string alias_name = 3 [deprecated = true];
Whether the aliasName field is set.
hasRepoId()
publicbooleanhasRepoId()The ID of the repo.
.google.devtools.source.v1.RepoId repo_id = 1;
Whether the repoId field is set.
hasRevisionId()
publicbooleanhasRevisionId()A revision ID.
string revision_id = 2;
Whether the revisionId field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicCloudRepoSourceContext.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedCloudRepoSourceContext.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicCloudRepoSourceContext.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)