public static final class ApplianceCluster.Builder extends GeneratedMessage.Builder<ApplianceCluster.Builder> implements ApplianceClusterOrBuilderApplianceCluster contains information specific to GDC Edge Appliance Clusters.
Protobuf type google.cloud.gkehub.v1beta1.ApplianceCluster
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ApplianceCluster.BuilderImplements
ApplianceClusterOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ApplianceCluster build()| Returns | |
|---|---|
| Type | Description |
ApplianceCluster |
|
buildPartial()
public ApplianceCluster buildPartial()| Returns | |
|---|---|
| Type | Description |
ApplianceCluster |
|
clear()
public ApplianceCluster.Builder clear()| Returns | |
|---|---|
| Type | Description |
ApplianceCluster.Builder |
|
clearResourceLink()
public ApplianceCluster.Builder clearResourceLink()Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:
//transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance
string resource_link = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ApplianceCluster.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ApplianceCluster getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ApplianceCluster |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getResourceLink()
public String getResourceLink()Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:
//transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance
string resource_link = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
String |
The resourceLink. |
getResourceLinkBytes()
public ByteString getResourceLinkBytes()Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:
//transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance
string resource_link = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resourceLink. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ApplianceCluster other)
public ApplianceCluster.Builder mergeFrom(ApplianceCluster other)| Parameter | |
|---|---|
| Name | Description |
other |
ApplianceCluster |
| Returns | |
|---|---|
| Type | Description |
ApplianceCluster.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ApplianceCluster.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ApplianceCluster.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ApplianceCluster.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ApplianceCluster.Builder |
|
setResourceLink(String value)
public ApplianceCluster.Builder setResourceLink(String value)Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:
//transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance
string resource_link = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe resourceLink to set. |
| Returns | |
|---|---|
| Type | Description |
ApplianceCluster.Builder |
This builder for chaining. |
setResourceLinkBytes(ByteString value)
public ApplianceCluster.Builder setResourceLinkBytes(ByteString value)Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:
//transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance
string resource_link = 1 [(.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for resourceLink to set. |
| Returns | |
|---|---|
| Type | Description |
ApplianceCluster.Builder |
This builder for chaining. |