Interface ComputeScalerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComputeScaler,ComputeScaler.Builder
@Generated(value="protoc",
comments="annotations:ComputeScalerOrBuilder.java.pb.meta")
public interface ComputeScalerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionContains scaler-specific instructions and configuration.Contains scaler-specific instructions and configuration.getType()Type of the compute scaler.com.google.protobuf.ByteStringType of the compute scaler.booleanContains scaler-specific instructions and configuration.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
-
getType
String getType()Type of the compute scaler. this string is implementation-specific and can be used by implementations to understand how to interpret the contents of the scaler_details field.
string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Type of the compute scaler. this string is implementation-specific and can be used by implementations to understand how to interpret the contents of the scaler_details field.
string type = 1;- Returns:
- The bytes for type.
-
hasDetails
boolean hasDetails()Contains scaler-specific instructions and configuration. For server-implemented scalers, use the SDK's default data converter to ensure the server can understand it. For remote-implemented scalers, you might use your own data converters according to what the remote endpoints understand.
.temporal.api.common.v1.Payload details = 2;- Returns:
- Whether the details field is set.
-
getDetails
Payload getDetails()Contains scaler-specific instructions and configuration. For server-implemented scalers, use the SDK's default data converter to ensure the server can understand it. For remote-implemented scalers, you might use your own data converters according to what the remote endpoints understand.
.temporal.api.common.v1.Payload details = 2;- Returns:
- The details.
-
getDetailsOrBuilder
PayloadOrBuilder getDetailsOrBuilder()Contains scaler-specific instructions and configuration. For server-implemented scalers, use the SDK's default data converter to ensure the server can understand it. For remote-implemented scalers, you might use your own data converters according to what the remote endpoints understand.
.temporal.api.common.v1.Payload details = 2;
-