public interface WriteStorageObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getCollection()
 The collection to store the object. | 
| com.google.protobuf.ByteString | getCollectionBytes()
 The collection to store the object. | 
| java.lang.String | getKey()
 The key for the object within the collection. | 
| com.google.protobuf.ByteString | getKeyBytes()
 The key for the object within the collection. | 
| com.google.protobuf.Int32Value | getPermissionRead()
 The read access permissions for the object. | 
| com.google.protobuf.Int32ValueOrBuilder | getPermissionReadOrBuilder()
 The read access permissions for the object. | 
| com.google.protobuf.Int32Value | getPermissionWrite()
 The write access permissions for the object. | 
| com.google.protobuf.Int32ValueOrBuilder | getPermissionWriteOrBuilder()
 The write access permissions for the object. | 
| java.lang.String | getValue()
 The value of the object. | 
| com.google.protobuf.ByteString | getValueBytes()
 The value of the object. | 
| java.lang.String | getVersion()
 The version hash of the object to check. | 
| com.google.protobuf.ByteString | getVersionBytes()
 The version hash of the object to check. | 
| boolean | hasPermissionRead()
 The read access permissions for the object. | 
| boolean | hasPermissionWrite()
 The write access permissions for the object. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getCollection()
The collection to store the object.
string collection = 1 [json_name = "collection"];com.google.protobuf.ByteString getCollectionBytes()
The collection to store the object.
string collection = 1 [json_name = "collection"];java.lang.String getKey()
The key for the object within the collection.
string key = 2 [json_name = "key"];com.google.protobuf.ByteString getKeyBytes()
The key for the object within the collection.
string key = 2 [json_name = "key"];java.lang.String getValue()
The value of the object.
string value = 3 [json_name = "value"];com.google.protobuf.ByteString getValueBytes()
The value of the object.
string value = 3 [json_name = "value"];java.lang.String getVersion()
The version hash of the object to check. Possible values are: ["", "*", "#hash#"].
string version = 4 [json_name = "version"];com.google.protobuf.ByteString getVersionBytes()
The version hash of the object to check. Possible values are: ["", "*", "#hash#"].
string version = 4 [json_name = "version"];boolean hasPermissionRead()
The read access permissions for the object.
.google.protobuf.Int32Value permission_read = 5 [json_name = "permissionRead"];com.google.protobuf.Int32Value getPermissionRead()
The read access permissions for the object.
.google.protobuf.Int32Value permission_read = 5 [json_name = "permissionRead"];com.google.protobuf.Int32ValueOrBuilder getPermissionReadOrBuilder()
The read access permissions for the object.
.google.protobuf.Int32Value permission_read = 5 [json_name = "permissionRead"];boolean hasPermissionWrite()
The write access permissions for the object.
.google.protobuf.Int32Value permission_write = 6 [json_name = "permissionWrite"];com.google.protobuf.Int32Value getPermissionWrite()
The write access permissions for the object.
.google.protobuf.Int32Value permission_write = 6 [json_name = "permissionWrite"];com.google.protobuf.Int32ValueOrBuilder getPermissionWriteOrBuilder()
The write access permissions for the object.
.google.protobuf.Int32Value permission_write = 6 [json_name = "permissionWrite"];