public interface ObjectTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
object type name (lc-string)
|
com.google.protobuf.ByteString |
getNameBytes()
object type name (lc-string)
|
String |
getPermissions(int index)
permissions associated to object type
|
com.google.protobuf.ByteString |
getPermissionsBytes(int index)
permissions associated to object type
|
int |
getPermissionsCount()
permissions associated to object type
|
List<String> |
getPermissionsList()
permissions associated to object type
|
String |
getRelations(int index)
relations associated to object type
|
com.google.protobuf.ByteString |
getRelationsBytes(int index)
relations associated to object type
|
int |
getRelationsCount()
relations associated to object type
|
List<String> |
getRelationsList()
relations associated to object type
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
object type name (lc-string)
string name = 1 [json_name = "name", (.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
object type name (lc-string)
string name = 1 [json_name = "name", (.google.api.field_behavior) = REQUIRED];List<String> getRelationsList()
relations associated to object type
repeated string relations = 2 [json_name = "relations", (.google.api.field_behavior) = OPTIONAL];int getRelationsCount()
relations associated to object type
repeated string relations = 2 [json_name = "relations", (.google.api.field_behavior) = OPTIONAL];String getRelations(int index)
relations associated to object type
repeated string relations = 2 [json_name = "relations", (.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getRelationsBytes(int index)
relations associated to object type
repeated string relations = 2 [json_name = "relations", (.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.List<String> getPermissionsList()
permissions associated to object type
repeated string permissions = 3 [json_name = "permissions", (.google.api.field_behavior) = OPTIONAL];int getPermissionsCount()
permissions associated to object type
repeated string permissions = 3 [json_name = "permissions", (.google.api.field_behavior) = OPTIONAL];String getPermissions(int index)
permissions associated to object type
repeated string permissions = 3 [json_name = "permissions", (.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getPermissionsBytes(int index)
permissions associated to object type
repeated string permissions = 3 [json_name = "permissions", (.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.Copyright © 2023. All rights reserved.