public interface ProjectRepoIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getProjectId()
The ID of the project.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
The ID of the project.
|
String |
getRepoName()
The name of the repo.
|
com.google.protobuf.ByteString |
getRepoNameBytes()
The name of the repo.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProjectId()
The ID of the project.
string project_id = 1;com.google.protobuf.ByteString getProjectIdBytes()
The ID of the project.
string project_id = 1;String getRepoName()
The name of the repo. Leave empty for the default repo.
string repo_name = 2;com.google.protobuf.ByteString getRepoNameBytes()
The name of the repo. Leave empty for the default repo.
string repo_name = 2;Copyright © 2019 Google LLC. All rights reserved.