Interface UpgradeClusterRequestOrBuilder (0.39.0)

public interface UpgradeClusterRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The resource name of the cluster.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The resource name of the cluster.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getRequestId()

public abstract String getRequestId()

A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if request_id is provided.

string request_id = 4;

Returns
Type Description
String

The requestId.

getRequestIdBytes()

public abstract ByteString getRequestIdBytes()

A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if request_id is provided.

string request_id = 4;

Returns
Type Description
ByteString

The bytes for requestId.

getSchedule()

public abstract UpgradeClusterRequest.Schedule getSchedule()

The schedule for the upgrade.

.google.cloud.edgecontainer.v1.UpgradeClusterRequest.Schedule schedule = 3;

Returns
Type Description
UpgradeClusterRequest.Schedule

The schedule.

getScheduleValue()

public abstract int getScheduleValue()

The schedule for the upgrade.

.google.cloud.edgecontainer.v1.UpgradeClusterRequest.Schedule schedule = 3;

Returns
Type Description
int

The enum numeric value on the wire for schedule.

getTargetVersion()

public abstract String getTargetVersion()

Required. The version the cluster is going to be upgraded to.

string target_version = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The targetVersion.

getTargetVersionBytes()

public abstract ByteString getTargetVersionBytes()

Required. The version the cluster is going to be upgraded to.

string target_version = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for targetVersion.