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
Modifier and TypeMethodDescriptionThe metrics specification for this account.The metrics specification for this account.booleanThe metrics specification for this account.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
-
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;
-