public static interface Cluster.TrialMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
End time of the trial cluster.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End time of the trial cluster.
|
com.google.protobuf.Timestamp |
getGraceEndTime()
grace end time of the cluster.
|
com.google.protobuf.TimestampOrBuilder |
getGraceEndTimeOrBuilder()
grace end time of the cluster.
|
com.google.protobuf.Timestamp |
getStartTime()
start time of the trial cluster.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
start time of the trial cluster.
|
com.google.protobuf.Timestamp |
getUpgradeTime()
Upgrade time of trial cluster to Standard cluster.
|
com.google.protobuf.TimestampOrBuilder |
getUpgradeTimeOrBuilder()
Upgrade time of trial cluster to Standard cluster.
|
boolean |
hasEndTime()
End time of the trial cluster.
|
boolean |
hasGraceEndTime()
grace end time of the cluster.
|
boolean |
hasStartTime()
start time of the trial cluster.
|
boolean |
hasUpgradeTime()
Upgrade time of trial cluster to Standard cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartTime()
start time of the trial cluster.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.Timestamp getStartTime()
start time of the trial cluster.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
start time of the trial cluster.
.google.protobuf.Timestamp start_time = 1;boolean hasEndTime()
End time of the trial cluster.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.Timestamp getEndTime()
End time of the trial cluster.
.google.protobuf.Timestamp end_time = 2;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End time of the trial cluster.
.google.protobuf.Timestamp end_time = 2;boolean hasUpgradeTime()
Upgrade time of trial cluster to Standard cluster.
.google.protobuf.Timestamp upgrade_time = 3;com.google.protobuf.Timestamp getUpgradeTime()
Upgrade time of trial cluster to Standard cluster.
.google.protobuf.Timestamp upgrade_time = 3;com.google.protobuf.TimestampOrBuilder getUpgradeTimeOrBuilder()
Upgrade time of trial cluster to Standard cluster.
.google.protobuf.Timestamp upgrade_time = 3;boolean hasGraceEndTime()
grace end time of the cluster.
.google.protobuf.Timestamp grace_end_time = 4;com.google.protobuf.Timestamp getGraceEndTime()
grace end time of the cluster.
.google.protobuf.Timestamp grace_end_time = 4;com.google.protobuf.TimestampOrBuilder getGraceEndTimeOrBuilder()
grace end time of the cluster.
.google.protobuf.Timestamp grace_end_time = 4;Copyright © 2025 Google LLC. All rights reserved.