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.
|
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 |
hasRepoId()
The ID of the repo.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRepoId()
The ID of the repo.
.grafeas.v1beta1.source.RepoId repo_id = 1;RepoId getRepoId()
The ID of the repo.
.grafeas.v1beta1.source.RepoId repo_id = 1;RepoIdOrBuilder getRepoIdOrBuilder()
The ID of the repo.
.grafeas.v1beta1.source.RepoId repo_id = 1;String getRevisionId()
A revision ID.
string revision_id = 2;com.google.protobuf.ByteString getRevisionIdBytes()
A revision ID.
string revision_id = 2;boolean hasAliasContext()
An alias, which may be a branch or tag.
.grafeas.v1beta1.source.AliasContext alias_context = 3;AliasContext getAliasContext()
An alias, which may be a branch or tag.
.grafeas.v1beta1.source.AliasContext alias_context = 3;AliasContextOrBuilder getAliasContextOrBuilder()
An alias, which may be a branch or tag.
.grafeas.v1beta1.source.AliasContext alias_context = 3;CloudRepoSourceContext.RevisionCase getRevisionCase()
Copyright © 2019 Google LLC. All rights reserved.