Interface UpgradeClusterRequestOrBuilder (0.38.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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
UpgradeClusterRequest.Schedule

The schedule.

getScheduleValue()

public abstract int getScheduleValue()

The schedule for the upgrade.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for targetVersion.