public interface UpdateWatchlistRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The list of fields to update.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
FieldMask | 
        The updateMask.  | 
      
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The list of fields to update.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
FieldMaskOrBuilder | 
        |
getWatchlist()
public abstract Watchlist getWatchlist()Required. The watchlist to update.
 The watchlist's name field is used to identify the watchlist to update.
 Format:
 projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
 
 .google.cloud.chronicle.v1.Watchlist watchlist = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
Watchlist | 
        The watchlist.  | 
      
getWatchlistOrBuilder()
public abstract WatchlistOrBuilder getWatchlistOrBuilder()Required. The watchlist to update.
 The watchlist's name field is used to identify the watchlist to update.
 Format:
 projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
 
 .google.cloud.chronicle.v1.Watchlist watchlist = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
WatchlistOrBuilder | 
        |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The list of fields to update.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the updateMask field is set.  | 
      
hasWatchlist()
public abstract boolean hasWatchlist()Required. The watchlist to update.
 The watchlist's name field is used to identify the watchlist to update.
 Format:
 projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
 
 .google.cloud.chronicle.v1.Watchlist watchlist = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the watchlist field is set.  |