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 TypeMethodDescriptiongetType().temporal.api.cloud.usage.v1.RecordType type = 1;int.temporal.api.cloud.usage.v1.RecordType type = 1;getUnit().temporal.api.cloud.usage.v1.RecordUnit unit = 2;int.temporal.api.cloud.usage.v1.RecordUnit unit = 2;doublegetValue()double value = 3;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
-
getTypeValue
int getTypeValue().temporal.api.cloud.usage.v1.RecordType type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
-
getUnitValue
int getUnitValue().temporal.api.cloud.usage.v1.RecordUnit unit = 2;- Returns:
- The enum numeric value on the wire for unit.
-
getUnit
-
getValue
double getValue()double value = 3;- Returns:
- The value.
-