com.google.apphosting.base.protos.ProjectRepoIdOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: source_context.proto
package com.google.apphosting.base.protos;
public interface ProjectRepoIdOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.devtools.source.v1.ProjectRepoId)
com.google.protobuf.MessageOrBuilder {
/**
*
* The ID of the project.
*
*
* string project_id = 1;
* @return The projectId.
*/
java.lang.String getProjectId();
/**
*
* The ID of the project.
*
*
* string project_id = 1;
* @return The bytes for projectId.
*/
com.google.protobuf.ByteString
getProjectIdBytes();
/**
*
* The name of the repo. Leave empty for the default repo.
*
*
* string repo_name = 2;
* @return The repoName.
*/
java.lang.String getRepoName();
/**
*
* The name of the repo. Leave empty for the default repo.
*
*
* string repo_name = 2;
* @return The bytes for repoName.
*/
com.google.protobuf.ByteString
getRepoNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy