public interface ListNotificationConfigsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results.
|
ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results.
|
NotificationConfig |
getNotificationConfigs(int index)
Notification configs belonging to the requested parent.
|
int |
getNotificationConfigsCount()
Notification configs belonging to the requested parent.
|
List<NotificationConfig> |
getNotificationConfigsList()
Notification configs belonging to the requested parent.
|
NotificationConfigOrBuilder |
getNotificationConfigsOrBuilder(int index)
Notification configs belonging to the requested parent.
|
List<? extends NotificationConfigOrBuilder> |
getNotificationConfigsOrBuilderList()
Notification configs belonging to the requested parent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<NotificationConfig> getNotificationConfigsList()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
NotificationConfig getNotificationConfigs(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
int getNotificationConfigsCount()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
NotificationConfigOrBuilder getNotificationConfigsOrBuilder(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.