| Modifier and Type | Method and Description |
|---|---|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.clear() |
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.clearConsistencyToken()
Required.
|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.clearDataBoostReadLocalWrites()
Checks that reads using an app profile with `DataBoostIsolationReadOnly`
can see all writes committed before the token was created, but only if
the read and write target the same cluster.
|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.clearMode() |
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.clearName()
Required.
|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.clearStandardReadRemoteWrites()
Checks that reads using an app profile with `StandardIsolation` can
see all writes committed before the token was created, even if the
read and write target different clusters.
|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.mergeDataBoostReadLocalWrites(DataBoostReadLocalWrites value)
Checks that reads using an app profile with `DataBoostIsolationReadOnly`
can see all writes committed before the token was created, but only if
the read and write target the same cluster.
|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.mergeFrom(CheckConsistencyRequest other) |
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.mergeStandardReadRemoteWrites(StandardReadRemoteWrites value)
Checks that reads using an app profile with `StandardIsolation` can
see all writes committed before the token was created, even if the
read and write target different clusters.
|
static CheckConsistencyRequest.Builder |
CheckConsistencyRequest.newBuilder() |
static CheckConsistencyRequest.Builder |
CheckConsistencyRequest.newBuilder(CheckConsistencyRequest prototype) |
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.newBuilderForType() |
protected CheckConsistencyRequest.Builder |
CheckConsistencyRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.setConsistencyToken(String value)
Required.
|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.setConsistencyTokenBytes(com.google.protobuf.ByteString value)
Required.
|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.setDataBoostReadLocalWrites(DataBoostReadLocalWrites.Builder builderForValue)
Checks that reads using an app profile with `DataBoostIsolationReadOnly`
can see all writes committed before the token was created, but only if
the read and write target the same cluster.
|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.setDataBoostReadLocalWrites(DataBoostReadLocalWrites value)
Checks that reads using an app profile with `DataBoostIsolationReadOnly`
can see all writes committed before the token was created, but only if
the read and write target the same cluster.
|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.setName(String value)
Required.
|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.setNameBytes(com.google.protobuf.ByteString value)
Required.
|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.setStandardReadRemoteWrites(StandardReadRemoteWrites.Builder builderForValue)
Checks that reads using an app profile with `StandardIsolation` can
see all writes committed before the token was created, even if the
read and write target different clusters.
|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.Builder.setStandardReadRemoteWrites(StandardReadRemoteWrites value)
Checks that reads using an app profile with `StandardIsolation` can
see all writes committed before the token was created, even if the
read and write target different clusters.
|
CheckConsistencyRequest.Builder |
CheckConsistencyRequest.toBuilder() |
Copyright © 2026 Google LLC. All rights reserved.