public static final class ManagementURI.Builder extends GeneratedMessage.Builder<ManagementURI.Builder> implements ManagementURIOrBuilderManagementURI for the Management Server resource.
Protobuf type google.cloud.backupdr.v1.ManagementURI
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ManagementURI.BuilderImplements
ManagementURIOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ManagementURI build()| Returns | |
|---|---|
| Type | Description |
ManagementURI |
|
buildPartial()
public ManagementURI buildPartial()| Returns | |
|---|---|
| Type | Description |
ManagementURI |
|
clear()
public ManagementURI.Builder clear()| Returns | |
|---|---|
| Type | Description |
ManagementURI.Builder |
|
clearApi()
public ManagementURI.Builder clearApi()Output only. The ManagementServer AGM/RD API URL.
string api = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ManagementURI.Builder |
This builder for chaining. |
clearWebUi()
public ManagementURI.Builder clearWebUi()Output only. The ManagementServer AGM/RD WebUI URL.
string web_ui = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ManagementURI.Builder |
This builder for chaining. |
getApi()
public String getApi()Output only. The ManagementServer AGM/RD API URL.
string api = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The api. |
getApiBytes()
public ByteString getApiBytes()Output only. The ManagementServer AGM/RD API URL.
string api = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for api. |
getDefaultInstanceForType()
public ManagementURI getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ManagementURI |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getWebUi()
public String getWebUi()Output only. The ManagementServer AGM/RD WebUI URL.
string web_ui = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The webUi. |
getWebUiBytes()
public ByteString getWebUiBytes()Output only. The ManagementServer AGM/RD WebUI URL.
string web_ui = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for webUi. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ManagementURI other)
public ManagementURI.Builder mergeFrom(ManagementURI other)| Parameter | |
|---|---|
| Name | Description |
other |
ManagementURI |
| Returns | |
|---|---|
| Type | Description |
ManagementURI.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ManagementURI.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ManagementURI.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ManagementURI.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ManagementURI.Builder |
|
setApi(String value)
public ManagementURI.Builder setApi(String value)Output only. The ManagementServer AGM/RD API URL.
string api = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe api to set. |
| Returns | |
|---|---|
| Type | Description |
ManagementURI.Builder |
This builder for chaining. |
setApiBytes(ByteString value)
public ManagementURI.Builder setApiBytes(ByteString value)Output only. The ManagementServer AGM/RD API URL.
string api = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for api to set. |
| Returns | |
|---|---|
| Type | Description |
ManagementURI.Builder |
This builder for chaining. |
setWebUi(String value)
public ManagementURI.Builder setWebUi(String value)Output only. The ManagementServer AGM/RD WebUI URL.
string web_ui = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe webUi to set. |
| Returns | |
|---|---|
| Type | Description |
ManagementURI.Builder |
This builder for chaining. |
setWebUiBytes(ByteString value)
public ManagementURI.Builder setWebUiBytes(ByteString value)Output only. The ManagementServer AGM/RD WebUI URL.
string web_ui = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for webUi to set. |
| Returns | |
|---|---|
| Type | Description |
ManagementURI.Builder |
This builder for chaining. |