@Beta
public final class ResourceStates
extends java.lang.Object
Beta
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXISTS
Resource exists, for example on a create or update.
|
static java.lang.String |
NOT_EXISTS
Resource does not exist, for example on a delete.
|
static java.lang.String |
SYNC
Notification that the subscription is alive (comes with no payload).
|
public static final java.lang.String SYNC
public static final java.lang.String EXISTS
public static final java.lang.String NOT_EXISTS
Copyright © 2010-2018 Google. All Rights Reserved.