public interface DeleteObjectRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ObjectIdentifier |
getParam()
object identifier
|
ObjectIdentifierOrBuilder |
getParamOrBuilder()
object identifier
|
boolean |
getWithRelations()
delete object relations, both object and subject relations.
|
boolean |
hasParam()
object identifier
|
boolean |
hasWithRelations()
delete object relations, both object and subject relations.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasParam()
object identifier
.aserto.directory.common.v2.ObjectIdentifier param = 1 [json_name = "param"];ObjectIdentifier getParam()
object identifier
.aserto.directory.common.v2.ObjectIdentifier param = 1 [json_name = "param"];ObjectIdentifierOrBuilder getParamOrBuilder()
object identifier
.aserto.directory.common.v2.ObjectIdentifier param = 1 [json_name = "param"];boolean hasWithRelations()
delete object relations, both object and subject relations.
optional bool with_relations = 2 [json_name = "withRelations"];boolean getWithRelations()
delete object relations, both object and subject relations.
optional bool with_relations = 2 [json_name = "withRelations"];Copyright © 2023. All rights reserved.