Interface GetBillingReportResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetBillingReportResponse,GetBillingReportResponse.Builder
@Generated(value="protoc",
comments="annotations:GetBillingReportResponseOrBuilder.java.pb.meta")
public interface GetBillingReportResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe billing report retrieved.The billing report retrieved.booleanThe billing report retrieved.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
-
hasBillingReport
boolean hasBillingReport()The billing report retrieved.
.temporal.api.cloud.billing.v1.BillingReport billing_report = 1;- Returns:
- Whether the billingReport field is set.
-
getBillingReport
BillingReport getBillingReport()The billing report retrieved.
.temporal.api.cloud.billing.v1.BillingReport billing_report = 1;- Returns:
- The billingReport.
-
getBillingReportOrBuilder
BillingReportOrBuilder getBillingReportOrBuilder()The billing report retrieved.
.temporal.api.cloud.billing.v1.BillingReport billing_report = 1;
-