public interface ListSnoozesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Page token for repeated calls to `ListSnoozes`, to fetch additional pages
of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Page token for repeated calls to `ListSnoozes`, to fetch additional pages
of results.
|
Snooze |
getSnoozes(int index)
`Snooze`s matching this list call.
|
int |
getSnoozesCount()
`Snooze`s matching this list call.
|
List<Snooze> |
getSnoozesList()
`Snooze`s matching this list call.
|
SnoozeOrBuilder |
getSnoozesOrBuilder(int index)
`Snooze`s matching this list call.
|
List<? extends SnoozeOrBuilder> |
getSnoozesOrBuilderList()
`Snooze`s matching this list call.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Snooze> getSnoozesList()
`Snooze`s matching this list call.
repeated .google.monitoring.v3.Snooze snoozes = 1;Snooze getSnoozes(int index)
`Snooze`s matching this list call.
repeated .google.monitoring.v3.Snooze snoozes = 1;int getSnoozesCount()
`Snooze`s matching this list call.
repeated .google.monitoring.v3.Snooze snoozes = 1;List<? extends SnoozeOrBuilder> getSnoozesOrBuilderList()
`Snooze`s matching this list call.
repeated .google.monitoring.v3.Snooze snoozes = 1;SnoozeOrBuilder getSnoozesOrBuilder(int index)
`Snooze`s matching this list call.
repeated .google.monitoring.v3.Snooze snoozes = 1;String getNextPageToken()
Page token for repeated calls to `ListSnoozes`, to fetch additional pages of results. If this is empty or missing, there are no more pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Page token for repeated calls to `ListSnoozes`, to fetch additional pages of results. If this is empty or missing, there are no more pages.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.