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 Type
    Method
    Description
    Contains scaler-specific instructions and configuration.
    Contains scaler-specific instructions and configuration.
    Type of the compute scaler.
    com.google.protobuf.ByteString
    Type of the compute scaler.
    boolean
    Contains scaler-specific instructions and configuration.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;