public interface GerritSourceContextOrBuilder 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.
|
String |
getGerritProject()
The full project name within the host.
|
ByteString |
getGerritProjectBytes()
The full project name within the host.
|
String |
getHostUri()
The URI of a running Gerrit instance.
|
ByteString |
getHostUriBytes()
The URI of a running Gerrit instance.
|
GerritSourceContext.RevisionCase |
getRevisionCase() |
String |
getRevisionId()
A revision (commit) ID.
|
ByteString |
getRevisionIdBytes()
A revision (commit) ID.
|
boolean |
hasAliasContext()
An alias, which may be a branch or tag.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getHostUri()
The URI of a running Gerrit instance.
string host_uri = 1;
ByteString getHostUriBytes()
The URI of a running Gerrit instance.
string host_uri = 1;
String getGerritProject()
The full project name within the host. Projects may be nested, so "project/subproject" is a valid project name. The "repo name" is the hostURI/project.
string gerrit_project = 2;
ByteString getGerritProjectBytes()
The full project name within the host. Projects may be nested, so "project/subproject" is a valid project name. The "repo name" is the hostURI/project.
string gerrit_project = 2;
String getRevisionId()
A revision (commit) ID.
string revision_id = 3;
ByteString getRevisionIdBytes()
A revision (commit) ID.
string revision_id = 3;
boolean hasAliasContext()
An alias, which may be a branch or tag.
.grafeas.v1.AliasContext alias_context = 4;
AliasContext getAliasContext()
An alias, which may be a branch or tag.
.grafeas.v1.AliasContext alias_context = 4;
AliasContextOrBuilder getAliasContextOrBuilder()
An alias, which may be a branch or tag.
.grafeas.v1.AliasContext alias_context = 4;
GerritSourceContext.RevisionCase getRevisionCase()
Copyright © 2019 Google LLC. All rights reserved.