public interface ClusterInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCurrent()
public abstract ResourceBundleDeploymentInfo getCurrent()
Output only. Current state of the resource bundle.
.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo current = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ResourceBundleDeploymentInfo |
The current. |
getCurrentOrBuilder()
public abstract ResourceBundleDeploymentInfoOrBuilder getCurrentOrBuilder()
Output only. Current state of the resource bundle.
.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo current = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ResourceBundleDeploymentInfoOrBuilder |
getDesired()
public abstract ResourceBundleDeploymentInfo getDesired()
Output only. Desired state for the resource bundle.
.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo desired = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ResourceBundleDeploymentInfo |
The desired. |
getDesiredOrBuilder()
public abstract ResourceBundleDeploymentInfoOrBuilder getDesiredOrBuilder()
Output only. Desired state for the resource bundle.
.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo desired = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ResourceBundleDeploymentInfoOrBuilder |
getEndTime()
public abstract Timestamp getEndTime()
Output only. Timestamp when reconciliation ends.
.google.protobuf.Timestamp end_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()
Output only. Timestamp when reconciliation ends.
.google.protobuf.Timestamp end_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getInitial()
public abstract ResourceBundleDeploymentInfo getInitial()
Output only. Initial state of the resource bundle prior to the deployment.
.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo initial = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ResourceBundleDeploymentInfo |
The initial. |
getInitialOrBuilder()
public abstract ResourceBundleDeploymentInfoOrBuilder getInitialOrBuilder()
Output only. Initial state of the resource bundle prior to the deployment.
.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo initial = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ResourceBundleDeploymentInfoOrBuilder |
getMembership()
public abstract String getMembership()
Output only. gkehub membership of target cluster
string membership = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The membership. |
getMembershipBytes()
public abstract ByteString getMembershipBytes()
Output only. gkehub membership of target cluster
string membership = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for membership. |
getMessages(int index)
public abstract String getMessages(int index)
Output only. Unordered list. Messages convey additional information related to the deployment.
repeated string messages = 6 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The messages at the given index. |
getMessagesBytes(int index)
public abstract ByteString getMessagesBytes(int index)
Output only. Unordered list. Messages convey additional information related to the deployment.
repeated string messages = 6 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the messages at the given index. |
getMessagesCount()
public abstract int getMessagesCount()
Output only. Unordered list. Messages convey additional information related to the deployment.
repeated string messages = 6 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The count of messages. |
getMessagesList()
public abstract List<String> getMessagesList()
Output only. Unordered list. Messages convey additional information related to the deployment.
repeated string messages = 6 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the messages. |
getStartTime()
public abstract Timestamp getStartTime()
Output only. Timestamp when reconciliation starts.
.google.protobuf.Timestamp start_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()
Output only. Timestamp when reconciliation starts.
.google.protobuf.Timestamp start_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getState()
public abstract ClusterInfo.State getState()
Output only. State of the rollout for the cluster.
.google.cloud.configdelivery.v1beta.ClusterInfo.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ClusterInfo.State |
The state. |
getStateValue()
public abstract int getStateValue()
Output only. State of the rollout for the cluster.
.google.cloud.configdelivery.v1beta.ClusterInfo.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
hasCurrent()
public abstract boolean hasCurrent()
Output only. Current state of the resource bundle.
.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo current = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the current field is set. |
hasDesired()
public abstract boolean hasDesired()
Output only. Desired state for the resource bundle.
.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo desired = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the desired field is set. |
hasEndTime()
public abstract boolean hasEndTime()
Output only. Timestamp when reconciliation ends.
.google.protobuf.Timestamp end_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the endTime field is set. |
hasInitial()
public abstract boolean hasInitial()
Output only. Initial state of the resource bundle prior to the deployment.
.google.cloud.configdelivery.v1beta.ResourceBundleDeploymentInfo initial = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the initial field is set. |
hasStartTime()
public abstract boolean hasStartTime()
Output only. Timestamp when reconciliation starts.
.google.protobuf.Timestamp start_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the startTime field is set. |