Interface AccountAccessOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AccountAccess,AccountAccess.Builder
@Generated(value="protoc", comments="annotations:AccountAccessOrBuilder.java.pb.meta") public interface AccountAccessOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetRole()The role on the account, should be one of [admin, developer, read] admin - gives full access the account, including users and namespaces developer - gives access to create namespaces on the account read - gives read only access to the accountcom.google.protobuf.ByteStringgetRoleBytes()The role on the account, should be one of [admin, developer, read] admin - gives full access the account, including users and namespaces developer - gives access to create namespaces on the account read - gives read only access to the account-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRole
java.lang.String getRole()
The role on the account, should be one of [admin, developer, read] admin - gives full access the account, including users and namespaces developer - gives access to create namespaces on the account read - gives read only access to the account
string role = 1;- Returns:
- The role.
-
getRoleBytes
com.google.protobuf.ByteString getRoleBytes()
The role on the account, should be one of [admin, developer, read] admin - gives full access the account, including users and namespaces developer - gives access to create namespaces on the account read - gives read only access to the account
string role = 1;- Returns:
- The bytes for role.
-
-