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