Package com.google.spanner.v1
Interface BatchWriteRequest.MutationGroupOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchWriteRequest.MutationGroup,BatchWriteRequest.MutationGroup.Builder
- Enclosing class:
- BatchWriteRequest
public static interface BatchWriteRequest.MutationGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMutations(int index) Required.intRequired.Required.getMutationsOrBuilder(int index) Required.List<? extends MutationOrBuilder>Required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMutationsList
Required. The mutations in this group.
repeated .google.spanner.v1.Mutation mutations = 1 [(.google.api.field_behavior) = REQUIRED]; -
getMutations
Required. The mutations in this group.
repeated .google.spanner.v1.Mutation mutations = 1 [(.google.api.field_behavior) = REQUIRED]; -
getMutationsCount
int getMutationsCount()Required. The mutations in this group.
repeated .google.spanner.v1.Mutation mutations = 1 [(.google.api.field_behavior) = REQUIRED]; -
getMutationsOrBuilderList
List<? extends MutationOrBuilder> getMutationsOrBuilderList()Required. The mutations in this group.
repeated .google.spanner.v1.Mutation mutations = 1 [(.google.api.field_behavior) = REQUIRED]; -
getMutationsOrBuilder
Required. The mutations in this group.
repeated .google.spanner.v1.Mutation mutations = 1 [(.google.api.field_behavior) = REQUIRED];
-