Interface GetBillingReportRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetBillingReportRequest,GetBillingReportRequest.Builder
@Generated(value="protoc",
comments="annotations:GetBillingReportRequestOrBuilder.java.pb.meta")
public interface GetBillingReportRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the billing report to retrieve.com.google.protobuf.ByteStringThe id of the billing report to retrieve.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
-
getBillingReportId
String getBillingReportId()The id of the billing report to retrieve.
string billing_report_id = 1;- Returns:
- The billingReportId.
-
getBillingReportIdBytes
com.google.protobuf.ByteString getBillingReportIdBytes()The id of the billing report to retrieve.
string billing_report_id = 1;- Returns:
- The bytes for billingReportId.
-