Interface BatchWriteRequest.MutationGroupOrBuilder (6.66.0)

public static interface BatchWriteRequest.MutationGroupOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMutations(int index)

public abstract Mutation getMutations(int index)

Required. The mutations in this group.

repeated .google.spanner.v1.Mutation mutations = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Mutation

getMutationsCount()

public abstract int getMutationsCount()

Required. The mutations in this group.

repeated .google.spanner.v1.Mutation mutations = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getMutationsList()

public abstract List<Mutation> getMutationsList()

Required. The mutations in this group.

repeated .google.spanner.v1.Mutation mutations = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Mutation>

getMutationsOrBuilder(int index)

public abstract MutationOrBuilder getMutationsOrBuilder(int index)

Required. The mutations in this group.

repeated .google.spanner.v1.Mutation mutations = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
MutationOrBuilder

getMutationsOrBuilderList()

public abstract List<? extends MutationOrBuilder> getMutationsOrBuilderList()

Required. The mutations in this group.

repeated .google.spanner.v1.Mutation mutations = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.spanner.v1.MutationOrBuilder>