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 DatabaseRoleModifier and TypeMethodDescriptionDatabaseRole.Builder.build()DatabaseRole.Builder.buildPartial()ListDatabaseRolesResponse.Builder.getDatabaseRoles(int index) Database roles that matched the request.ListDatabaseRolesResponse.getDatabaseRoles(int index) Database roles that matched the request.ListDatabaseRolesResponseOrBuilder.getDatabaseRoles(int index) Database roles that matched the request.static DatabaseRoleDatabaseRole.getDefaultInstance()DatabaseRole.Builder.getDefaultInstanceForType()DatabaseRole.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 DatabaseRoleModifier and TypeMethodDescriptionListDatabaseRolesResponse.Builder.getDatabaseRolesList()Database roles that matched the request.ListDatabaseRolesResponse.getDatabaseRolesList()Database roles that matched the request.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 DatabaseRoleModifier and TypeMethodDescriptionListDatabaseRolesResponse.Builder.addDatabaseRoles(int index, DatabaseRole value) Database roles that matched the request.ListDatabaseRolesResponse.Builder.addDatabaseRoles(DatabaseRole value) Database roles that matched the request.DatabaseRole.Builder.mergeFrom(DatabaseRole other) static DatabaseRole.BuilderDatabaseRole.newBuilder(DatabaseRole prototype) ListDatabaseRolesResponse.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 DatabaseRoleModifier and TypeMethodDescriptionListDatabaseRolesResponse.Builder.addAllDatabaseRoles(Iterable<? extends DatabaseRole> values) Database roles that matched the request.