- 0.53.0 (latest)
- 0.52.0
- 0.50.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class Repository.URIs.Builder extends GeneratedMessageV3.Builder<Repository.URIs.Builder> implements Repository.URIsOrBuilderURIs for the repository.
Protobuf type google.cloud.securesourcemanager.v1.Repository.URIs
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Repository.URIs.BuilderImplements
Repository.URIsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Repository.URIs.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
|
build()
public Repository.URIs build()| Returns | |
|---|---|
| Type | Description |
Repository.URIs |
|
buildPartial()
public Repository.URIs buildPartial()| Returns | |
|---|---|
| Type | Description |
Repository.URIs |
|
clear()
public Repository.URIs.Builder clear()| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
|
clearApi()
public Repository.URIs.Builder clearApi()Output only. API is the URI for API access.
string api = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Repository.URIs.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
|
clearGitHttps()
public Repository.URIs.Builder clearGitHttps()Output only. git_https is the git HTTPS URI for git operations.
string git_https = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
This builder for chaining. |
clearHtml()
public Repository.URIs.Builder clearHtml()Output only. HTML is the URI for user to view the repository in a browser.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Repository.URIs.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
|
clone()
public Repository.URIs.Builder clone()| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
|
getApi()
public String getApi()Output only. API is the URI for API access.
string api = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The api. |
getApiBytes()
public ByteString getApiBytes()Output only. API is the URI for API access.
string api = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for api. |
getDefaultInstanceForType()
public Repository.URIs getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Repository.URIs |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGitHttps()
public String getGitHttps()Output only. git_https is the git HTTPS URI for git operations.
string git_https = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The gitHttps. |
getGitHttpsBytes()
public ByteString getGitHttpsBytes()Output only. git_https is the git HTTPS URI for git operations.
string git_https = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gitHttps. |
getHtml()
public String getHtml()Output only. HTML is the URI for user to view the repository in a browser.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The html. |
getHtmlBytes()
public ByteString getHtmlBytes()Output only. HTML is the URI for user to view the repository in a browser.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for html. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Repository.URIs other)
public Repository.URIs.Builder mergeFrom(Repository.URIs other)| Parameter | |
|---|---|
| Name | Description |
other |
Repository.URIs |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Repository.URIs.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Repository.URIs.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Repository.URIs.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
|
setApi(String value)
public Repository.URIs.Builder setApi(String value)Output only. API is the URI for API access.
string api = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe api to set. |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
This builder for chaining. |
setApiBytes(ByteString value)
public Repository.URIs.Builder setApiBytes(ByteString value)Output only. API is the URI for API access.
string api = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for api to set. |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Repository.URIs.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
|
setGitHttps(String value)
public Repository.URIs.Builder setGitHttps(String value)Output only. git_https is the git HTTPS URI for git operations.
string git_https = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe gitHttps to set. |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
This builder for chaining. |
setGitHttpsBytes(ByteString value)
public Repository.URIs.Builder setGitHttpsBytes(ByteString value)Output only. git_https is the git HTTPS URI for git operations.
string git_https = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for gitHttps to set. |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
This builder for chaining. |
setHtml(String value)
public Repository.URIs.Builder setHtml(String value)Output only. HTML is the URI for user to view the repository in a browser.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe html to set. |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
This builder for chaining. |
setHtmlBytes(ByteString value)
public Repository.URIs.Builder setHtmlBytes(ByteString value)Output only. HTML is the URI for user to view the repository in a browser.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for html to set. |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Repository.URIs.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final Repository.URIs.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Repository.URIs.Builder |
|