public interface GerritSourceContextOrBuilder
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.GerritSourceContext.alias_name is deprecated. See
google/devtools/source/v1/source_context.proto;l=129
|
com.google.protobuf.ByteString |
getAliasNameBytes()
Deprecated.
google.devtools.source.v1.GerritSourceContext.alias_name is deprecated. See
google/devtools/source/v1/source_context.proto;l=129
|
String |
getGerritProject()
The full project name within the host.
|
com.google.protobuf.ByteString |
getGerritProjectBytes()
The full project name within the host.
|
String |
getHostUri()
The URI of a running Gerrit instance.
|
com.google.protobuf.ByteString |
getHostUriBytes()
The URI of a running Gerrit instance.
|
GerritSourceContext.RevisionCase |
getRevisionCase() |
String |
getRevisionId()
A revision (commit) ID.
|
com.google.protobuf.ByteString |
getRevisionIdBytes()
A revision (commit) ID.
|
boolean |
hasAliasContext()
An alias, which may be a branch or tag.
|
boolean |
hasAliasName()
Deprecated.
google.devtools.source.v1.GerritSourceContext.alias_name is deprecated. See
google/devtools/source/v1/source_context.proto;l=129
|
boolean |
hasRevisionId()
A revision (commit) ID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHostUri()
The URI of a running Gerrit instance.
string host_uri = 1;com.google.protobuf.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 hostURI/project.
string gerrit_project = 2;com.google.protobuf.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 hostURI/project.
string gerrit_project = 2;boolean hasRevisionId()
A revision (commit) ID.
string revision_id = 3;String getRevisionId()
A revision (commit) ID.
string revision_id = 3;com.google.protobuf.ByteString getRevisionIdBytes()
A revision (commit) ID.
string revision_id = 3;@Deprecated boolean hasAliasName()
The name of an alias (branch, tag, etc.).
string alias_name = 4 [deprecated = true];@Deprecated String getAliasName()
The name of an alias (branch, tag, etc.).
string alias_name = 4 [deprecated = true];@Deprecated com.google.protobuf.ByteString getAliasNameBytes()
The name of an alias (branch, tag, etc.).
string alias_name = 4 [deprecated = true];boolean hasAliasContext()
An alias, which may be a branch or tag.
.google.devtools.source.v1.AliasContext alias_context = 5;AliasContext getAliasContext()
An alias, which may be a branch or tag.
.google.devtools.source.v1.AliasContext alias_context = 5;AliasContextOrBuilder getAliasContextOrBuilder()
An alias, which may be a branch or tag.
.google.devtools.source.v1.AliasContext alias_context = 5;GerritSourceContext.RevisionCase getRevisionCase()
Copyright © 2024 Google LLC. All rights reserved.