public interface DeleteRelationRequestOrBuilder
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
|
String |
getRelation()
object relation name
|
com.google.protobuf.ByteString |
getRelationBytes()
object relation name
|
String |
getSubjectId()
subject identifier
|
com.google.protobuf.ByteString |
getSubjectIdBytes()
subject identifier
|
String |
getSubjectRelation()
optional subject relation name
|
com.google.protobuf.ByteString |
getSubjectRelationBytes()
optional subject relation name
|
String |
getSubjectType()
subject type
|
com.google.protobuf.ByteString |
getSubjectTypeBytes()
subject type
|
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) = { ... }String getRelation()
object relation name
string relation = 3 [json_name = "relation", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getRelationBytes()
object relation name
string relation = 3 [json_name = "relation", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }String getSubjectType()
subject type
string subject_type = 4 [json_name = "subjectType", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getSubjectTypeBytes()
subject type
string subject_type = 4 [json_name = "subjectType", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }String getSubjectId()
subject identifier
string subject_id = 5 [json_name = "subjectId", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getSubjectIdBytes()
subject identifier
string subject_id = 5 [json_name = "subjectId", (.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }String getSubjectRelation()
optional subject relation name
string subject_relation = 6 [json_name = "subjectRelation", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getSubjectRelationBytes()
optional subject relation name
string subject_relation = 6 [json_name = "subjectRelation", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }Copyright © 2023. All rights reserved.