public interface GetRelationsRequestOrBuilder
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
|
PaginationRequest |
getPage()
pagination request
|
PaginationRequestOrBuilder |
getPageOrBuilder()
pagination request
|
String |
getRelation()
relation name
|
com.google.protobuf.ByteString |
getRelationBytes()
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
|
boolean |
getWithEmptySubjectRelation()
only return relations that do not have a subject relation.
|
boolean |
getWithObjects()
materialize relation objects
|
boolean |
hasPage()
pagination request
|
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) = OPTIONAL, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getObjectTypeBytes()
object type
string object_type = 1 [json_name = "objectType", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }String getObjectId()
object identifier
string object_id = 2 [json_name = "objectId", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getObjectIdBytes()
object identifier
string object_id = 2 [json_name = "objectId", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }String getRelation()
relation name
string relation = 3 [json_name = "relation", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getRelationBytes()
relation name
string relation = 3 [json_name = "relation", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }String getSubjectType()
subject type
string subject_type = 4 [json_name = "subjectType", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getSubjectTypeBytes()
subject type
string subject_type = 4 [json_name = "subjectType", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }String getSubjectId()
subject identifier
string subject_id = 5 [json_name = "subjectId", (.google.api.field_behavior) = OPTIONAL, (.buf.validate.field) = { ... }com.google.protobuf.ByteString getSubjectIdBytes()
subject identifier
string subject_id = 5 [json_name = "subjectId", (.google.api.field_behavior) = OPTIONAL, (.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) = { ... }boolean getWithObjects()
materialize relation objects
bool with_objects = 7 [json_name = "withObjects", (.google.api.field_behavior) = OPTIONAL];boolean getWithEmptySubjectRelation()
only return relations that do not have a subject relation.
bool with_empty_subject_relation = 8 [json_name = "withEmptySubjectRelation", (.google.api.field_behavior) = OPTIONAL];boolean hasPage()
pagination request
.aserto.directory.common.v3.PaginationRequest page = 9 [json_name = "page", (.google.api.field_behavior) = OPTIONAL];PaginationRequest getPage()
pagination request
.aserto.directory.common.v3.PaginationRequest page = 9 [json_name = "page", (.google.api.field_behavior) = OPTIONAL];PaginationRequestOrBuilder getPageOrBuilder()
pagination request
.aserto.directory.common.v3.PaginationRequest page = 9 [json_name = "page", (.google.api.field_behavior) = OPTIONAL];Copyright © 2024. All rights reserved.