Uses of Class
com.google.spanner.admin.database.v1.DdlStatementActionInfo
-
Uses of DdlStatementActionInfo in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return DdlStatementActionInfoModifier and TypeMethodDescriptionDdlStatementActionInfo.Builder.build()DdlStatementActionInfo.Builder.buildPartial()UpdateDatabaseDdlMetadata.Builder.getActions(int index) The brief action info for the DDL statements.UpdateDatabaseDdlMetadata.getActions(int index) The brief action info for the DDL statements.UpdateDatabaseDdlMetadataOrBuilder.getActions(int index) The brief action info for the DDL statements.static DdlStatementActionInfoDdlStatementActionInfo.getDefaultInstance()DdlStatementActionInfo.Builder.getDefaultInstanceForType()DdlStatementActionInfo.getDefaultInstanceForType()static DdlStatementActionInfoDdlStatementActionInfo.parseDelimitedFrom(InputStream input) static DdlStatementActionInfoDdlStatementActionInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DdlStatementActionInfoDdlStatementActionInfo.parseFrom(byte[] data) static DdlStatementActionInfoDdlStatementActionInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DdlStatementActionInfoDdlStatementActionInfo.parseFrom(com.google.protobuf.ByteString data) static DdlStatementActionInfoDdlStatementActionInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DdlStatementActionInfoDdlStatementActionInfo.parseFrom(com.google.protobuf.CodedInputStream input) static DdlStatementActionInfoDdlStatementActionInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DdlStatementActionInfoDdlStatementActionInfo.parseFrom(InputStream input) static DdlStatementActionInfoDdlStatementActionInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DdlStatementActionInfoDdlStatementActionInfo.parseFrom(ByteBuffer data) static DdlStatementActionInfoDdlStatementActionInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.admin.database.v1 that return types with arguments of type DdlStatementActionInfoModifier and TypeMethodDescriptionUpdateDatabaseDdlMetadata.Builder.getActionsList()The brief action info for the DDL statements.UpdateDatabaseDdlMetadata.getActionsList()The brief action info for the DDL statements.UpdateDatabaseDdlMetadataOrBuilder.getActionsList()The brief action info for the DDL statements.com.google.protobuf.Parser<DdlStatementActionInfo>DdlStatementActionInfo.getParserForType()static com.google.protobuf.Parser<DdlStatementActionInfo>DdlStatementActionInfo.parser()Methods in com.google.spanner.admin.database.v1 with parameters of type DdlStatementActionInfoModifier and TypeMethodDescriptionUpdateDatabaseDdlMetadata.Builder.addActions(int index, DdlStatementActionInfo value) The brief action info for the DDL statements.UpdateDatabaseDdlMetadata.Builder.addActions(DdlStatementActionInfo value) The brief action info for the DDL statements.DdlStatementActionInfo.Builder.mergeFrom(DdlStatementActionInfo other) DdlStatementActionInfo.newBuilder(DdlStatementActionInfo prototype) UpdateDatabaseDdlMetadata.Builder.setActions(int index, DdlStatementActionInfo value) The brief action info for the DDL statements.Method parameters in com.google.spanner.admin.database.v1 with type arguments of type DdlStatementActionInfoModifier and TypeMethodDescriptionUpdateDatabaseDdlMetadata.Builder.addAllActions(Iterable<? extends DdlStatementActionInfo> values) The brief action info for the DDL statements.