public static final class GetAzureServerConfigRequest.Builder extends GeneratedMessage.Builder<GetAzureServerConfigRequest.Builder> implements GetAzureServerConfigRequestOrBuilderGetAzureServerConfigRequest gets the server config of GKE cluster on Azure.
Protobuf type google.cloud.gkemulticloud.v1.GetAzureServerConfigRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetAzureServerConfigRequest.BuilderImplements
GetAzureServerConfigRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetAzureServerConfigRequest build()| Returns | |
|---|---|
| Type | Description |
GetAzureServerConfigRequest |
|
buildPartial()
public GetAzureServerConfigRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetAzureServerConfigRequest |
|
clear()
public GetAzureServerConfigRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetAzureServerConfigRequest.Builder |
|
clearName()
public GetAzureServerConfigRequest.Builder clearName()Required. The name of the AzureServerConfig resource to describe.
AzureServerConfig names are formatted as
projects/<project-id>/locations/<region>/azureServerConfig.
See Resource Names for more details on Google Cloud resource names.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetAzureServerConfigRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetAzureServerConfigRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetAzureServerConfigRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The name of the AzureServerConfig resource to describe.
AzureServerConfig names are formatted as
projects/<project-id>/locations/<region>/azureServerConfig.
See Resource Names for more details on Google Cloud resource names.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The name of the AzureServerConfig resource to describe.
AzureServerConfig names are formatted as
projects/<project-id>/locations/<region>/azureServerConfig.
See Resource Names for more details on Google Cloud resource names.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetAzureServerConfigRequest other)
public GetAzureServerConfigRequest.Builder mergeFrom(GetAzureServerConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAzureServerConfigRequest |
| Returns | |
|---|---|
| Type | Description |
GetAzureServerConfigRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetAzureServerConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetAzureServerConfigRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetAzureServerConfigRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetAzureServerConfigRequest.Builder |
|
setName(String value)
public GetAzureServerConfigRequest.Builder setName(String value)Required. The name of the AzureServerConfig resource to describe.
AzureServerConfig names are formatted as
projects/<project-id>/locations/<region>/azureServerConfig.
See Resource Names for more details on Google Cloud resource names.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetAzureServerConfigRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetAzureServerConfigRequest.Builder setNameBytes(ByteString value)Required. The name of the AzureServerConfig resource to describe.
AzureServerConfig names are formatted as
projects/<project-id>/locations/<region>/azureServerConfig.
See Resource Names for more details on Google Cloud resource names.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetAzureServerConfigRequest.Builder |
This builder for chaining. |