public interface DeleteObjectRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getObjectId()
object identifier
|
com.google.protobuf.ByteString |
getObjectIdBytes()
object identifier
|
String |
getObjectType()
object type
|
com.google.protobuf.ByteString |
getObjectTypeBytes()
object type
|
boolean |
getWithRelations()
delete object relations, both object and subject relations.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getObjectType()
object type
string object_type = 1 [json_name = "objectType", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getObjectTypeBytes()
object type
string object_type = 1 [json_name = "objectType", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }String getObjectId()
object identifier
string object_id = 2 [json_name = "objectId", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getObjectIdBytes()
object identifier
string object_id = 2 [json_name = "objectId", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }boolean getWithRelations()
delete object relations, both object and subject relations.
bool with_relations = 3 [json_name = "withRelations", (.google.api.field_behavior) = OPTIONAL];Copyright © 2023. All rights reserved.