public static final class Instance.HostConfig.Builder extends GeneratedMessage.Builder<Instance.HostConfig.Builder> implements Instance.HostConfigOrBuilderHostConfig has different instance endpoints.
Protobuf type google.cloud.securesourcemanager.v1.Instance.HostConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Instance.HostConfig.BuilderImplements
Instance.HostConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Instance.HostConfig build()| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig |
|
buildPartial()
public Instance.HostConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig |
|
clear()
public Instance.HostConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
|
clearApi()
public Instance.HostConfig.Builder clearApi()Output only. API hostname.
string api = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
This builder for chaining. |
clearGitHttp()
public Instance.HostConfig.Builder clearGitHttp()Output only. Git HTTP hostname.
string git_http = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
This builder for chaining. |
clearGitSsh()
public Instance.HostConfig.Builder clearGitSsh()Output only. Git SSH hostname.
string git_ssh = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
This builder for chaining. |
clearHtml()
public Instance.HostConfig.Builder clearHtml()Output only. HTML hostname.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
This builder for chaining. |
getApi()
public String getApi()Output only. API hostname.
string api = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The api. |
getApiBytes()
public ByteString getApiBytes()Output only. API hostname.
string api = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for api. |
getDefaultInstanceForType()
public Instance.HostConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGitHttp()
public String getGitHttp()Output only. Git HTTP hostname.
string git_http = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The gitHttp. |
getGitHttpBytes()
public ByteString getGitHttpBytes()Output only. Git HTTP hostname.
string git_http = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gitHttp. |
getGitSsh()
public String getGitSsh()Output only. Git SSH hostname.
string git_ssh = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The gitSsh. |
getGitSshBytes()
public ByteString getGitSshBytes()Output only. Git SSH hostname.
string git_ssh = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gitSsh. |
getHtml()
public String getHtml()Output only. HTML hostname.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The html. |
getHtmlBytes()
public ByteString getHtmlBytes()Output only. HTML hostname.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for html. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Instance.HostConfig other)
public Instance.HostConfig.Builder mergeFrom(Instance.HostConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
Instance.HostConfig |
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Instance.HostConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Instance.HostConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
|
setApi(String value)
public Instance.HostConfig.Builder setApi(String value)Output only. API hostname.
string api = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe api to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
This builder for chaining. |
setApiBytes(ByteString value)
public Instance.HostConfig.Builder setApiBytes(ByteString value)Output only. API hostname.
string api = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for api to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
This builder for chaining. |
setGitHttp(String value)
public Instance.HostConfig.Builder setGitHttp(String value)Output only. Git HTTP hostname.
string git_http = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe gitHttp to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
This builder for chaining. |
setGitHttpBytes(ByteString value)
public Instance.HostConfig.Builder setGitHttpBytes(ByteString value)Output only. Git HTTP hostname.
string git_http = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for gitHttp to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
This builder for chaining. |
setGitSsh(String value)
public Instance.HostConfig.Builder setGitSsh(String value)Output only. Git SSH hostname.
string git_ssh = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe gitSsh to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
This builder for chaining. |
setGitSshBytes(ByteString value)
public Instance.HostConfig.Builder setGitSshBytes(ByteString value)Output only. Git SSH hostname.
string git_ssh = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for gitSsh to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
This builder for chaining. |
setHtml(String value)
public Instance.HostConfig.Builder setHtml(String value)Output only. HTML hostname.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe html to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
This builder for chaining. |
setHtmlBytes(ByteString value)
public Instance.HostConfig.Builder setHtmlBytes(ByteString value)Output only. HTML hostname.
string html = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for html to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.HostConfig.Builder |
This builder for chaining. |