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