public interface CloudRepoSourceContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AliasContext |
getAliasContext()
An alias, which may be a branch or tag.
|
AliasContextOrBuilder |
getAliasContextOrBuilder()
An alias, which may be a branch or tag.
|
String |
getAliasName()
Deprecated.
google.devtools.source.v1.CloudRepoSourceContext.alias_name is deprecated. See
google/devtools/source/v1/source_context.proto;l=95
|
com.google.protobuf.ByteString |
getAliasNameBytes()
Deprecated.
google.devtools.source.v1.CloudRepoSourceContext.alias_name is deprecated. See
google/devtools/source/v1/source_context.proto;l=95
|
RepoId |
getRepoId()
The ID of the repo.
|
RepoIdOrBuilder |
getRepoIdOrBuilder()
The ID of the repo.
|
CloudRepoSourceContext.RevisionCase |
getRevisionCase() |
String |
getRevisionId()
A revision ID.
|
com.google.protobuf.ByteString |
getRevisionIdBytes()
A revision ID.
|
boolean |
hasAliasContext()
An alias, which may be a branch or tag.
|
boolean |
hasAliasName()
Deprecated.
google.devtools.source.v1.CloudRepoSourceContext.alias_name is deprecated. See
google/devtools/source/v1/source_context.proto;l=95
|
boolean |
hasRepoId()
The ID of the repo.
|
boolean |
hasRevisionId()
A revision ID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRepoId()
The ID of the repo.
.google.devtools.source.v1.RepoId repo_id = 1;RepoId getRepoId()
The ID of the repo.
.google.devtools.source.v1.RepoId repo_id = 1;RepoIdOrBuilder getRepoIdOrBuilder()
The ID of the repo.
.google.devtools.source.v1.RepoId repo_id = 1;boolean hasRevisionId()
A revision ID.
string revision_id = 2;String getRevisionId()
A revision ID.
string revision_id = 2;com.google.protobuf.ByteString getRevisionIdBytes()
A revision ID.
string revision_id = 2;@Deprecated boolean hasAliasName()
The name of an alias (branch, tag, etc.).
string alias_name = 3 [deprecated = true];@Deprecated String getAliasName()
The name of an alias (branch, tag, etc.).
string alias_name = 3 [deprecated = true];@Deprecated com.google.protobuf.ByteString getAliasNameBytes()
The name of an alias (branch, tag, etc.).
string alias_name = 3 [deprecated = true];boolean hasAliasContext()
An alias, which may be a branch or tag.
.google.devtools.source.v1.AliasContext alias_context = 4;AliasContext getAliasContext()
An alias, which may be a branch or tag.
.google.devtools.source.v1.AliasContext alias_context = 4;AliasContextOrBuilder getAliasContextOrBuilder()
An alias, which may be a branch or tag.
.google.devtools.source.v1.AliasContext alias_context = 4;CloudRepoSourceContext.RevisionCase getRevisionCase()
Copyright © 2024 Google LLC. All rights reserved.