Interface RecordOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Record, Record.Builder

@Generated(value="protoc", comments="annotations:RecordOrBuilder.java.pb.meta") public interface RecordOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .temporal.api.cloud.usage.v1.RecordType type = 1;
    int
    .temporal.api.cloud.usage.v1.RecordType type = 1;
    .temporal.api.cloud.usage.v1.RecordUnit unit = 2;
    int
    .temporal.api.cloud.usage.v1.RecordUnit unit = 2;
    double
    double value = 3;

    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

    • getTypeValue

      int getTypeValue()
      .temporal.api.cloud.usage.v1.RecordType type = 1;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      RecordType getType()
      .temporal.api.cloud.usage.v1.RecordType type = 1;
      Returns:
      The type.
    • getUnitValue

      int getUnitValue()
      .temporal.api.cloud.usage.v1.RecordUnit unit = 2;
      Returns:
      The enum numeric value on the wire for unit.
    • getUnit

      RecordUnit getUnit()
      .temporal.api.cloud.usage.v1.RecordUnit unit = 2;
      Returns:
      The unit.
    • getValue

      double getValue()
      double value = 3;
      Returns:
      The value.