public interface PolicyControllerMigrationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCopyTime()
public abstract Timestamp getCopyTime()
Last time this membership spec was copied to PoCo feature.
.google.protobuf.Timestamp copy_time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The copyTime. |
getCopyTimeOrBuilder()
public abstract TimestampOrBuilder getCopyTimeOrBuilder()
Last time this membership spec was copied to PoCo feature.
.google.protobuf.Timestamp copy_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getStage()
public abstract PolicyControllerMigration.Stage getStage()
Stage of the migration.
.google.cloud.gkehub.configmanagement.v1beta.PolicyControllerMigration.Stage stage = 1;
Returns | |
---|---|
Type | Description |
PolicyControllerMigration.Stage |
The stage. |
getStageValue()
public abstract int getStageValue()
Stage of the migration.
.google.cloud.gkehub.configmanagement.v1beta.PolicyControllerMigration.Stage stage = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for stage. |
hasCopyTime()
public abstract boolean hasCopyTime()
Last time this membership spec was copied to PoCo feature.
.google.protobuf.Timestamp copy_time = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the copyTime field is set. |