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 Type
    Method
    Description
    getMutations(int index)
    Required.
    int
    Required.
    Required.
    Required.
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getMutationsList

      List<Mutation> getMutationsList()
       Required. The mutations in this group.
       
      repeated .google.spanner.v1.Mutation mutations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getMutations

      Mutation getMutations(int index)
       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

      MutationOrBuilder getMutationsOrBuilder(int index)
       Required. The mutations in this group.
       
      repeated .google.spanner.v1.Mutation mutations = 1 [(.google.api.field_behavior) = REQUIRED];