public
static
final
class
ProjectRepoId
.
Builder
extends
GeneratedMessage
.
Builder<ProjectRepoId
.
Builder
>
implements
ProjectRepoIdOrBuilder
Selects a repo using a Google Cloud Platform project ID (e.g., winged-cargo-31) and a repo name within that project.
Protobuf type grafeas.v1.ProjectRepoId
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ProjectRepoId.BuilderImplements
ProjectRepoIdOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
build()
public
ProjectRepoId
build
()
buildPartial()
public
ProjectRepoId
buildPartial
()
clear()
public
ProjectRepoId
.
Builder
clear
()
clearProjectId()
public
ProjectRepoId
.
Builder
clearProjectId
()
The ID of the project.
string project_id = 1;
clearRepoName()
public
ProjectRepoId
.
Builder
clearRepoName
()
The name of the repo. Leave empty for the default repo.
string repo_name = 2;
getDefaultInstanceForType()
public
ProjectRepoId
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
getProjectId()
public
String
getProjectId
()
The ID of the project.
string project_id = 1;
getProjectIdBytes()
public
ByteString
getProjectIdBytes
()
The ID of the project.
string project_id = 1;
getRepoName()
public
String
getRepoName
()
The name of the repo. Leave empty for the default repo.
string repo_name = 2;
getRepoNameBytes()
public
ByteString
getRepoNameBytes
()
The name of the repo. Leave empty for the default repo.
string repo_name = 2;
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
ProjectRepoId
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
ProjectRepoId
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(ProjectRepoId other)
public
ProjectRepoId
.
Builder
mergeFrom
(
ProjectRepoId
other
)
setProjectId(String value)
public
ProjectRepoId
.
Builder
setProjectId
(
String
value
)
The ID of the project.
string project_id = 1;
setProjectIdBytes(ByteString value)
public
ProjectRepoId
.
Builder
setProjectIdBytes
(
ByteString
value
)
The ID of the project.
string project_id = 1;
setRepoName(String value)
public
ProjectRepoId
.
Builder
setRepoName
(
String
value
)
The name of the repo. Leave empty for the default repo.
string repo_name = 2;
setRepoNameBytes(ByteString value)
public
ProjectRepoId
.
Builder
setRepoNameBytes
(
ByteString
value
)
The name of the repo. Leave empty for the default repo.
string repo_name = 2;

