Uses of Class
com.google.spanner.admin.database.v1.DatabaseRole
-
-
Uses of DatabaseRole in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return DatabaseRole Modifier and Type Method Description DatabaseRoleDatabaseRole.Builder. build()DatabaseRoleDatabaseRole.Builder. buildPartial()DatabaseRoleListDatabaseRolesResponse.Builder. getDatabaseRoles(int index)Database roles that matched the request.DatabaseRoleListDatabaseRolesResponse. getDatabaseRoles(int index)Database roles that matched the request.DatabaseRoleListDatabaseRolesResponseOrBuilder. getDatabaseRoles(int index)Database roles that matched the request.static DatabaseRoleDatabaseRole. getDefaultInstance()DatabaseRoleDatabaseRole.Builder. getDefaultInstanceForType()DatabaseRoleDatabaseRole. getDefaultInstanceForType()static DatabaseRoleDatabaseRole. parseDelimitedFrom(InputStream input)static DatabaseRoleDatabaseRole. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseRoleDatabaseRole. parseFrom(byte[] data)static DatabaseRoleDatabaseRole. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseRoleDatabaseRole. parseFrom(com.google.protobuf.ByteString data)static DatabaseRoleDatabaseRole. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseRoleDatabaseRole. parseFrom(com.google.protobuf.CodedInputStream input)static DatabaseRoleDatabaseRole. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseRoleDatabaseRole. parseFrom(InputStream input)static DatabaseRoleDatabaseRole. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseRoleDatabaseRole. parseFrom(ByteBuffer data)static DatabaseRoleDatabaseRole. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.spanner.admin.database.v1 that return types with arguments of type DatabaseRole Modifier and Type Method Description List<DatabaseRole>ListDatabaseRolesResponse.Builder. getDatabaseRolesList()Database roles that matched the request.List<DatabaseRole>ListDatabaseRolesResponse. getDatabaseRolesList()Database roles that matched the request.List<DatabaseRole>ListDatabaseRolesResponseOrBuilder. getDatabaseRolesList()Database roles that matched the request.com.google.protobuf.Parser<DatabaseRole>DatabaseRole. getParserForType()static com.google.protobuf.Parser<DatabaseRole>DatabaseRole. parser()Methods in com.google.spanner.admin.database.v1 with parameters of type DatabaseRole Modifier and Type Method Description ListDatabaseRolesResponse.BuilderListDatabaseRolesResponse.Builder. addDatabaseRoles(int index, DatabaseRole value)Database roles that matched the request.ListDatabaseRolesResponse.BuilderListDatabaseRolesResponse.Builder. addDatabaseRoles(DatabaseRole value)Database roles that matched the request.DatabaseRole.BuilderDatabaseRole.Builder. mergeFrom(DatabaseRole other)static DatabaseRole.BuilderDatabaseRole. newBuilder(DatabaseRole prototype)ListDatabaseRolesResponse.BuilderListDatabaseRolesResponse.Builder. setDatabaseRoles(int index, DatabaseRole value)Database roles that matched the request.Method parameters in com.google.spanner.admin.database.v1 with type arguments of type DatabaseRole Modifier and Type Method Description ListDatabaseRolesResponse.BuilderListDatabaseRolesResponse.Builder. addAllDatabaseRoles(Iterable<? extends DatabaseRole> values)Database roles that matched the request.
-