Uses of Class
com.google.spanner.admin.database.v1.DdlStatementActionInfo
-
Packages that use DdlStatementActionInfo Package Description com.google.spanner.admin.database.v1 -
-
Uses of DdlStatementActionInfo in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return DdlStatementActionInfo Modifier and Type Method Description DdlStatementActionInfoDdlStatementActionInfo.Builder. build()DdlStatementActionInfoDdlStatementActionInfo.Builder. buildPartial()DdlStatementActionInfoUpdateDatabaseDdlMetadata.Builder. getActions(int index)The brief action info for the DDL statements.DdlStatementActionInfoUpdateDatabaseDdlMetadata. getActions(int index)The brief action info for the DDL statements.DdlStatementActionInfoUpdateDatabaseDdlMetadataOrBuilder. getActions(int index)The brief action info for the DDL statements.static DdlStatementActionInfoDdlStatementActionInfo. getDefaultInstance()DdlStatementActionInfoDdlStatementActionInfo.Builder. getDefaultInstanceForType()DdlStatementActionInfoDdlStatementActionInfo. 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 DdlStatementActionInfo Modifier and Type Method Description List<DdlStatementActionInfo>UpdateDatabaseDdlMetadata.Builder. getActionsList()The brief action info for the DDL statements.List<DdlStatementActionInfo>UpdateDatabaseDdlMetadata. getActionsList()The brief action info for the DDL statements.List<DdlStatementActionInfo>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 DdlStatementActionInfo Modifier and Type Method Description UpdateDatabaseDdlMetadata.BuilderUpdateDatabaseDdlMetadata.Builder. addActions(int index, DdlStatementActionInfo value)The brief action info for the DDL statements.UpdateDatabaseDdlMetadata.BuilderUpdateDatabaseDdlMetadata.Builder. addActions(DdlStatementActionInfo value)The brief action info for the DDL statements.DdlStatementActionInfo.BuilderDdlStatementActionInfo.Builder. mergeFrom(DdlStatementActionInfo other)static DdlStatementActionInfo.BuilderDdlStatementActionInfo. newBuilder(DdlStatementActionInfo prototype)UpdateDatabaseDdlMetadata.BuilderUpdateDatabaseDdlMetadata.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 DdlStatementActionInfo Modifier and Type Method Description UpdateDatabaseDdlMetadata.BuilderUpdateDatabaseDdlMetadata.Builder. addAllActions(Iterable<? extends DdlStatementActionInfo> values)The brief action info for the DDL statements.
-