- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.1.10
public static final class ProjectRepoId.Builder extends GeneratedMessageV3.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 google.devtools.source.v1.ProjectRepoId
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ProjectRepoId.BuilderImplements
ProjectRepoIdOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProjectRepoId.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ProjectRepoId.Builder |
build()
public ProjectRepoId build()
Type | Description |
ProjectRepoId |
buildPartial()
public ProjectRepoId buildPartial()
Type | Description |
ProjectRepoId |
clear()
public ProjectRepoId.Builder clear()
Type | Description |
ProjectRepoId.Builder |
clearField(Descriptors.FieldDescriptor field)
public ProjectRepoId.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ProjectRepoId.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ProjectRepoId.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ProjectRepoId.Builder |
clearProjectId()
public ProjectRepoId.Builder clearProjectId()
The ID of the project.
string project_id = 1;
Type | Description |
ProjectRepoId.Builder | This builder for chaining. |
clearRepoName()
public ProjectRepoId.Builder clearRepoName()
The name of the repo. Leave empty for the default repo.
string repo_name = 2;
Type | Description |
ProjectRepoId.Builder | This builder for chaining. |
clone()
public ProjectRepoId.Builder clone()
Type | Description |
ProjectRepoId.Builder |
getDefaultInstanceForType()
public ProjectRepoId getDefaultInstanceForType()
Type | Description |
ProjectRepoId |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getProjectId()
public String getProjectId()
The ID of the project.
string project_id = 1;
Type | Description |
String | The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()
The ID of the project.
string project_id = 1;
Type | Description |
ByteString | The bytes for projectId. |
getRepoName()
public String getRepoName()
The name of the repo. Leave empty for the default repo.
string repo_name = 2;
Type | Description |
String | The repoName. |
getRepoNameBytes()
public ByteString getRepoNameBytes()
The name of the repo. Leave empty for the default repo.
string repo_name = 2;
Type | Description |
ByteString | The bytes for repoName. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ProjectRepoId other)
public ProjectRepoId.Builder mergeFrom(ProjectRepoId other)
Name | Description |
other | ProjectRepoId |
Type | Description |
ProjectRepoId.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ProjectRepoId.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ProjectRepoId.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ProjectRepoId.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ProjectRepoId.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProjectRepoId.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ProjectRepoId.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ProjectRepoId.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ProjectRepoId.Builder |
setProjectId(String value)
public ProjectRepoId.Builder setProjectId(String value)
The ID of the project.
string project_id = 1;
Name | Description |
value | String The projectId to set. |
Type | Description |
ProjectRepoId.Builder | This builder for chaining. |
setProjectIdBytes(ByteString value)
public ProjectRepoId.Builder setProjectIdBytes(ByteString value)
The ID of the project.
string project_id = 1;
Name | Description |
value | ByteString The bytes for projectId to set. |
Type | Description |
ProjectRepoId.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProjectRepoId.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ProjectRepoId.Builder |
setRepoName(String value)
public ProjectRepoId.Builder setRepoName(String value)
The name of the repo. Leave empty for the default repo.
string repo_name = 2;
Name | Description |
value | String The repoName to set. |
Type | Description |
ProjectRepoId.Builder | This builder for chaining. |
setRepoNameBytes(ByteString value)
public ProjectRepoId.Builder setRepoNameBytes(ByteString value)
The name of the repo. Leave empty for the default repo.
string repo_name = 2;
Name | Description |
value | ByteString The bytes for repoName to set. |
Type | Description |
ProjectRepoId.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ProjectRepoId.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ProjectRepoId.Builder |