com.google.apphosting.base.protos.RepoIdOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: source_context.proto
package com.google.apphosting.base.protos;
public interface RepoIdOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.devtools.source.v1.RepoId)
com.google.protobuf.MessageOrBuilder {
/**
*
* A combination of a project ID and a repo name.
*
*
* .google.devtools.source.v1.ProjectRepoId project_repo_id = 1;
* @return Whether the projectRepoId field is set.
*/
boolean hasProjectRepoId();
/**
*
* A combination of a project ID and a repo name.
*
*
* .google.devtools.source.v1.ProjectRepoId project_repo_id = 1;
* @return The projectRepoId.
*/
com.google.apphosting.base.protos.ProjectRepoId getProjectRepoId();
/**
*
* A combination of a project ID and a repo name.
*
*
* .google.devtools.source.v1.ProjectRepoId project_repo_id = 1;
*/
com.google.apphosting.base.protos.ProjectRepoIdOrBuilder getProjectRepoIdOrBuilder();
/**
*
* A server-assigned, globally unique identifier.
*
*
* string uid = 2;
* @return Whether the uid field is set.
*/
boolean hasUid();
/**
*
* A server-assigned, globally unique identifier.
*
*
* string uid = 2;
* @return The uid.
*/
java.lang.String getUid();
/**
*
* A server-assigned, globally unique identifier.
*
*
* string uid = 2;
* @return The bytes for uid.
*/
com.google.protobuf.ByteString
getUidBytes();
public com.google.apphosting.base.protos.RepoId.IdCase getIdCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy