Uses of Class
com.google.spanner.admin.database.v1.DdlStatementActionInfo.Builder
-
Uses of DdlStatementActionInfo.Builder in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return DdlStatementActionInfo.BuilderModifier and TypeMethodDescriptionUpdateDatabaseDdlMetadata.Builder.addActionsBuilder()The brief action info for the DDL statements.UpdateDatabaseDdlMetadata.Builder.addActionsBuilder(int index) The brief action info for the DDL statements.DdlStatementActionInfo.Builder.addAllEntityNames(Iterable<String> values) The entity name(s) being operated on the DDL statement.DdlStatementActionInfo.Builder.addEntityNames(String value) The entity name(s) being operated on the DDL statement.DdlStatementActionInfo.Builder.addEntityNamesBytes(com.google.protobuf.ByteString value) The entity name(s) being operated on the DDL statement.DdlStatementActionInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DdlStatementActionInfo.Builder.clear()DdlStatementActionInfo.Builder.clearAction()The action for the DDL statement, e.g.DdlStatementActionInfo.Builder.clearEntityNames()The entity name(s) being operated on the DDL statement.DdlStatementActionInfo.Builder.clearEntityType()The entity type for the DDL statement, e.g.DdlStatementActionInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DdlStatementActionInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DdlStatementActionInfo.Builder.clone()UpdateDatabaseDdlMetadata.Builder.getActionsBuilder(int index) The brief action info for the DDL statements.DdlStatementActionInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DdlStatementActionInfo.Builder.mergeFrom(com.google.protobuf.Message other) DdlStatementActionInfo.Builder.mergeFrom(DdlStatementActionInfo other) DdlStatementActionInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DdlStatementActionInfo.newBuilder()DdlStatementActionInfo.newBuilder(DdlStatementActionInfo prototype) DdlStatementActionInfo.newBuilderForType()protected DdlStatementActionInfo.BuilderDdlStatementActionInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) The action for the DDL statement, e.g.DdlStatementActionInfo.Builder.setActionBytes(com.google.protobuf.ByteString value) The action for the DDL statement, e.g.DdlStatementActionInfo.Builder.setEntityNames(int index, String value) The entity name(s) being operated on the DDL statement.DdlStatementActionInfo.Builder.setEntityType(String value) The entity type for the DDL statement, e.g.DdlStatementActionInfo.Builder.setEntityTypeBytes(com.google.protobuf.ByteString value) The entity type for the DDL statement, e.g.DdlStatementActionInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DdlStatementActionInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DdlStatementActionInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DdlStatementActionInfo.toBuilder()Methods in com.google.spanner.admin.database.v1 that return types with arguments of type DdlStatementActionInfo.BuilderModifier and TypeMethodDescriptionUpdateDatabaseDdlMetadata.Builder.getActionsBuilderList()The brief action info for the DDL statements.Methods in com.google.spanner.admin.database.v1 with parameters of type DdlStatementActionInfo.BuilderModifier and TypeMethodDescriptionUpdateDatabaseDdlMetadata.Builder.addActions(int index, DdlStatementActionInfo.Builder builderForValue) The brief action info for the DDL statements.UpdateDatabaseDdlMetadata.Builder.addActions(DdlStatementActionInfo.Builder builderForValue) The brief action info for the DDL statements.UpdateDatabaseDdlMetadata.Builder.setActions(int index, DdlStatementActionInfo.Builder builderForValue) The brief action info for the DDL statements.