Interface RolloutPlanWaveValidationOrBuilder (1.105.0)

public interface RolloutPlanWaveValidationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTimeBasedValidationMetadata()

public abstract RolloutPlanWaveValidationTimeBasedValidationMetadata getTimeBasedValidationMetadata()

Optional. Metadata required if type = "time".

optional .google.cloud.compute.v1.RolloutPlanWaveValidationTimeBasedValidationMetadata time_based_validation_metadata = 69499575;

Returns
Type Description
RolloutPlanWaveValidationTimeBasedValidationMetadata

The timeBasedValidationMetadata.

getTimeBasedValidationMetadataOrBuilder()

public abstract RolloutPlanWaveValidationTimeBasedValidationMetadataOrBuilder getTimeBasedValidationMetadataOrBuilder()

Optional. Metadata required if type = "time".

optional .google.cloud.compute.v1.RolloutPlanWaveValidationTimeBasedValidationMetadata time_based_validation_metadata = 69499575;

Returns
Type Description
RolloutPlanWaveValidationTimeBasedValidationMetadataOrBuilder

getType()

public abstract String getType()

Required. The type of the validation. If a type of validation is associated with a metadata object, the appropriate metadata field mapping to the validation type must be provided in the validation message. Possible values are in quotes below alongside an explanation: "manual": The system waits for an end-user approval API before progressing to the next wave. "time": The system waits for a user specified duration before progressing to the next wave. TimeBasedValidation must be provided.

optional string type = 3575610;

Returns
Type Description
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

Required. The type of the validation. If a type of validation is associated with a metadata object, the appropriate metadata field mapping to the validation type must be provided in the validation message. Possible values are in quotes below alongside an explanation: "manual": The system waits for an end-user approval API before progressing to the next wave. "time": The system waits for a user specified duration before progressing to the next wave. TimeBasedValidation must be provided.

optional string type = 3575610;

Returns
Type Description
ByteString

The bytes for type.

hasTimeBasedValidationMetadata()

public abstract boolean hasTimeBasedValidationMetadata()

Optional. Metadata required if type = "time".

optional .google.cloud.compute.v1.RolloutPlanWaveValidationTimeBasedValidationMetadata time_based_validation_metadata = 69499575;

Returns
Type Description
boolean

Whether the timeBasedValidationMetadata field is set.

hasType()

public abstract boolean hasType()

Required. The type of the validation. If a type of validation is associated with a metadata object, the appropriate metadata field mapping to the validation type must be provided in the validation message. Possible values are in quotes below alongside an explanation: "manual": The system waits for an end-user approval API before progressing to the next wave. "time": The system waits for a user specified duration before progressing to the next wave. TimeBasedValidation must be provided.

optional string type = 3575610;

Returns
Type Description
boolean

Whether the type field is set.