Package io.temporal.api.cloud.account.v1
Interface AccountSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AccountSpec,AccountSpec.Builder
@Generated(value="protoc", comments="annotations:AccountSpecOrBuilder.java.pb.meta") public interface AccountSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricsSpecgetMetrics()The metrics specification for this account.MetricsSpecOrBuildergetMetricsOrBuilder()The metrics specification for this account.booleanhasMetrics()The metrics specification for this account.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMetrics
boolean hasMetrics()
The metrics specification for this account. If not specified, metrics will not be enabled.
.temporal.api.cloud.account.v1.MetricsSpec metrics = 1;- Returns:
- Whether the metrics field is set.
-
getMetrics
MetricsSpec getMetrics()
The metrics specification for this account. If not specified, metrics will not be enabled.
.temporal.api.cloud.account.v1.MetricsSpec metrics = 1;- Returns:
- The metrics.
-
getMetricsOrBuilder
MetricsSpecOrBuilder getMetricsOrBuilder()
The metrics specification for this account. If not specified, metrics will not be enabled.
.temporal.api.cloud.account.v1.MetricsSpec metrics = 1;
-
-