Uses of Class
com.google.spanner.executor.v1.BatchDmlAction
-
Uses of BatchDmlAction in com.google.spanner.executor.v1
Methods in com.google.spanner.executor.v1 that return BatchDmlActionModifier and TypeMethodDescriptionBatchDmlAction.Builder.build()BatchDmlAction.Builder.buildPartial()SpannerAction.Builder.getBatchDml()Action to a batch DML.SpannerAction.getBatchDml()Action to a batch DML.SpannerActionOrBuilder.getBatchDml()Action to a batch DML.static BatchDmlActionBatchDmlAction.getDefaultInstance()BatchDmlAction.Builder.getDefaultInstanceForType()BatchDmlAction.getDefaultInstanceForType()static BatchDmlActionBatchDmlAction.parseDelimitedFrom(InputStream input) static BatchDmlActionBatchDmlAction.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchDmlActionBatchDmlAction.parseFrom(byte[] data) static BatchDmlActionBatchDmlAction.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchDmlActionBatchDmlAction.parseFrom(com.google.protobuf.ByteString data) static BatchDmlActionBatchDmlAction.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchDmlActionBatchDmlAction.parseFrom(com.google.protobuf.CodedInputStream input) static BatchDmlActionBatchDmlAction.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchDmlActionBatchDmlAction.parseFrom(InputStream input) static BatchDmlActionBatchDmlAction.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BatchDmlActionBatchDmlAction.parseFrom(ByteBuffer data) static BatchDmlActionBatchDmlAction.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.executor.v1 that return types with arguments of type BatchDmlActionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BatchDmlAction>BatchDmlAction.getParserForType()static com.google.protobuf.Parser<BatchDmlAction>BatchDmlAction.parser()Methods in com.google.spanner.executor.v1 with parameters of type BatchDmlActionModifier and TypeMethodDescriptionSpannerAction.Builder.mergeBatchDml(BatchDmlAction value) Action to a batch DML.BatchDmlAction.Builder.mergeFrom(BatchDmlAction other) static BatchDmlAction.BuilderBatchDmlAction.newBuilder(BatchDmlAction prototype) SpannerAction.Builder.setBatchDml(BatchDmlAction value) Action to a batch DML.