com.google.apphosting.base.protos.GerritSourceContextOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: source_context.proto
package com.google.apphosting.base.protos;
public interface GerritSourceContextOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.devtools.source.v1.GerritSourceContext)
com.google.protobuf.MessageOrBuilder {
/**
*
* The URI of a running Gerrit instance.
*
*
* string host_uri = 1;
* @return The hostUri.
*/
java.lang.String getHostUri();
/**
*
* The URI of a running Gerrit instance.
*
*
* string host_uri = 1;
* @return The bytes for hostUri.
*/
com.google.protobuf.ByteString
getHostUriBytes();
/**
*
* 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;
* @return The gerritProject.
*/
java.lang.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;
* @return The bytes for gerritProject.
*/
com.google.protobuf.ByteString
getGerritProjectBytes();
/**
*
* A revision (commit) ID.
*
*
* string revision_id = 3;
* @return Whether the revisionId field is set.
*/
boolean hasRevisionId();
/**
*
* A revision (commit) ID.
*
*
* string revision_id = 3;
* @return The revisionId.
*/
java.lang.String getRevisionId();
/**
*
* A revision (commit) ID.
*
*
* string revision_id = 3;
* @return The bytes for revisionId.
*/
com.google.protobuf.ByteString
getRevisionIdBytes();
/**
*
* The name of an alias (branch, tag, etc.).
*
*
* string alias_name = 4 [deprecated = true];
* @deprecated google.devtools.source.v1.GerritSourceContext.alias_name is deprecated.
* See source_context.proto;l=125
* @return Whether the aliasName field is set.
*/
@java.lang.Deprecated boolean hasAliasName();
/**
*
* The name of an alias (branch, tag, etc.).
*
*
* string alias_name = 4 [deprecated = true];
* @deprecated google.devtools.source.v1.GerritSourceContext.alias_name is deprecated.
* See source_context.proto;l=125
* @return The aliasName.
*/
@java.lang.Deprecated java.lang.String getAliasName();
/**
*
* The name of an alias (branch, tag, etc.).
*
*
* string alias_name = 4 [deprecated = true];
* @deprecated google.devtools.source.v1.GerritSourceContext.alias_name is deprecated.
* See source_context.proto;l=125
* @return The bytes for aliasName.
*/
@java.lang.Deprecated com.google.protobuf.ByteString
getAliasNameBytes();
/**
*
* An alias, which may be a branch or tag.
*
*
* .google.devtools.source.v1.AliasContext alias_context = 5;
* @return Whether the aliasContext field is set.
*/
boolean hasAliasContext();
/**
*
* An alias, which may be a branch or tag.
*
*
* .google.devtools.source.v1.AliasContext alias_context = 5;
* @return The aliasContext.
*/
com.google.apphosting.base.protos.AliasContext getAliasContext();
/**
*
* An alias, which may be a branch or tag.
*
*
* .google.devtools.source.v1.AliasContext alias_context = 5;
*/
com.google.apphosting.base.protos.AliasContextOrBuilder getAliasContextOrBuilder();
public com.google.apphosting.base.protos.GerritSourceContext.RevisionCase getRevisionCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy