| Modifier and Type | Method and Description |
|---|---|
static ReadChangeStreamResponse.DataChange.Type |
ReadChangeStreamResponse.DataChange.Type.forNumber(int value) |
ReadChangeStreamResponse.DataChange.Type |
ReadChangeStreamResponse.DataChangeOrBuilder.getType()
The type of the mutation.
|
ReadChangeStreamResponse.DataChange.Type |
ReadChangeStreamResponse.DataChange.getType()
The type of the mutation.
|
ReadChangeStreamResponse.DataChange.Type |
ReadChangeStreamResponse.DataChange.Builder.getType()
The type of the mutation.
|
static ReadChangeStreamResponse.DataChange.Type |
ReadChangeStreamResponse.DataChange.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ReadChangeStreamResponse.DataChange.Type |
ReadChangeStreamResponse.DataChange.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ReadChangeStreamResponse.DataChange.Type |
ReadChangeStreamResponse.DataChange.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadChangeStreamResponse.DataChange.Type[] |
ReadChangeStreamResponse.DataChange.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ReadChangeStreamResponse.DataChange.Type> |
ReadChangeStreamResponse.DataChange.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ReadChangeStreamResponse.DataChange.Builder |
ReadChangeStreamResponse.DataChange.Builder.setType(ReadChangeStreamResponse.DataChange.Type value)
The type of the mutation.
|
Copyright © 2023 Google LLC. All rights reserved.