Package viam.app.v1
Interface Billing.GetInvoicePdfResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Billing.GetInvoicePdfResponse
,Billing.GetInvoicePdfResponse.Builder
- Enclosing class:
- Billing
public static interface Billing.GetInvoicePdfResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
getChunk()
bytes chunk = 1 [json_name = "chunk"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getChunk
com.google.protobuf.ByteString getChunk()bytes chunk = 1 [json_name = "chunk"];
- Returns:
- The chunk.
-