public interface CreateSnoozeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Snooze |
getSnooze()
Required.
|
SnoozeOrBuilder |
getSnoozeOrBuilder()
Required.
|
boolean |
hasSnooze()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The
[project](https://cloud.google.com/monitoring/api/v3#project_name) in which
a `Snooze` should be created. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The
[project](https://cloud.google.com/monitoring/api/v3#project_name) in which
a `Snooze` should be created. The format is:
projects/[PROJECT_ID_OR_NUMBER]
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasSnooze()
Required. The `Snooze` to create. Omit the `name` field, as it will be filled in by the API.
.google.monitoring.v3.Snooze snooze = 2 [(.google.api.field_behavior) = REQUIRED];Snooze getSnooze()
Required. The `Snooze` to create. Omit the `name` field, as it will be filled in by the API.
.google.monitoring.v3.Snooze snooze = 2 [(.google.api.field_behavior) = REQUIRED];SnoozeOrBuilder getSnoozeOrBuilder()
Required. The `Snooze` to create. Omit the `name` field, as it will be filled in by the API.
.google.monitoring.v3.Snooze snooze = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.