public interface SecretPayloadOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ByteString |
getData()
The secret data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
ByteString getData()
The secret data. Must be no larger than 64KiB.
bytes data = 1;
Copyright © 2022 Google LLC. All rights reserved.