| Modifier and Type | Method and Description |
|---|---|
static DataProfileAction.EventType |
DataProfileAction.EventType.forNumber(int value) |
DataProfileAction.EventType |
DataProfilePubSubMessage.getEvent()
The event that caused the Pub/Sub message to be sent.
|
DataProfileAction.EventType |
DataProfilePubSubMessage.Builder.getEvent()
The event that caused the Pub/Sub message to be sent.
|
DataProfileAction.EventType |
DataProfilePubSubMessageOrBuilder.getEvent()
The event that caused the Pub/Sub message to be sent.
|
DataProfileAction.EventType |
DataProfileAction.PubSubNotificationOrBuilder.getEvent()
The type of event that triggers a Pub/Sub.
|
DataProfileAction.EventType |
DataProfileAction.PubSubNotification.getEvent()
The type of event that triggers a Pub/Sub.
|
DataProfileAction.EventType |
DataProfileAction.PubSubNotification.Builder.getEvent()
The type of event that triggers a Pub/Sub.
|
static DataProfileAction.EventType |
DataProfileAction.EventType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DataProfileAction.EventType |
DataProfileAction.EventType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DataProfileAction.EventType |
DataProfileAction.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataProfileAction.EventType[] |
DataProfileAction.EventType.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<DataProfileAction.EventType> |
DataProfileAction.EventType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DataProfilePubSubMessage.Builder |
DataProfilePubSubMessage.Builder.setEvent(DataProfileAction.EventType value)
The event that caused the Pub/Sub message to be sent.
|
DataProfileAction.PubSubNotification.Builder |
DataProfileAction.PubSubNotification.Builder.setEvent(DataProfileAction.EventType value)
The type of event that triggers a Pub/Sub.
|
Copyright © 2022 Google LLC. All rights reserved.