Interface ComputeStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComputeStatus,ComputeStatus.Builder
@Generated(value="protoc",
comments="annotations:ComputeStatusOrBuilder.java.pb.meta")
public interface ComputeStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionprovider_validation encapsulates the health signal for validating the compute provider.provider_validation encapsulates the health signal for validating the compute provider.booleanprovider_validation encapsulates the health signal for validating the compute provider.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasProviderValidation
boolean hasProviderValidation()provider_validation encapsulates the health signal for validating the compute provider.
.temporal.api.deployment.v1.ComputeStatus.ProviderValidationStatus provider_validation = 1;- Returns:
- Whether the providerValidation field is set.
-
getProviderValidation
ComputeStatus.ProviderValidationStatus getProviderValidation()provider_validation encapsulates the health signal for validating the compute provider.
.temporal.api.deployment.v1.ComputeStatus.ProviderValidationStatus provider_validation = 1;- Returns:
- The providerValidation.
-
getProviderValidationOrBuilder
ComputeStatus.ProviderValidationStatusOrBuilder getProviderValidationOrBuilder()provider_validation encapsulates the health signal for validating the compute provider.
.temporal.api.deployment.v1.ComputeStatus.ProviderValidationStatus provider_validation = 1;
-