Interface Payload.ExternalPayloadDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Payload.ExternalPayloadDetails,Payload.ExternalPayloadDetails.Builder
- Enclosing class:
Payload
public static interface Payload.ExternalPayloadDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongSize in bytes of the externally stored payloadMethods 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
-
getSizeBytes
long getSizeBytes()Size in bytes of the externally stored payload
int64 size_bytes = 1;- Returns:
- The sizeBytes.
-