public interface CloudRepoSourceContextOrBuilder extends 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.
|
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, hasOneof
isInitialized
boolean hasRepoId()
The ID of the repo.
.grafeas.v1.RepoId repo_id = 1;
RepoId getRepoId()
The ID of the repo.
.grafeas.v1.RepoId repo_id = 1;
RepoIdOrBuilder getRepoIdOrBuilder()
The ID of the repo.
.grafeas.v1.RepoId repo_id = 1;
String getRevisionId()
A revision ID.
string revision_id = 2;
ByteString getRevisionIdBytes()
A revision ID.
string revision_id = 2;
boolean hasAliasContext()
An alias, which may be a branch or tag.
.grafeas.v1.AliasContext alias_context = 3;
AliasContext getAliasContext()
An alias, which may be a branch or tag.
.grafeas.v1.AliasContext alias_context = 3;
AliasContextOrBuilder getAliasContextOrBuilder()
An alias, which may be a branch or tag.
.grafeas.v1.AliasContext alias_context = 3;
CloudRepoSourceContext.RevisionCase getRevisionCase()
Copyright © 2019 Google LLC. All rights reserved.