public interface ListSecuritySettingsResponseOrBuilder
extends com.google.protobuf.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 in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
SecuritySettings |
getSecuritySettings(int index)
The list of security settings.
|
int |
getSecuritySettingsCount()
The list of security settings.
|
List<SecuritySettings> |
getSecuritySettingsList()
The list of security settings.
|
SecuritySettingsOrBuilder |
getSecuritySettingsOrBuilder(int index)
The list of security settings.
|
List<? extends SecuritySettingsOrBuilder> |
getSecuritySettingsOrBuilderList()
The list of security settings.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SecuritySettings> getSecuritySettingsList()
The list of security settings.
repeated .google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 1;SecuritySettings getSecuritySettings(int index)
The list of security settings.
repeated .google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 1;int getSecuritySettingsCount()
The list of security settings.
repeated .google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 1;List<? extends SecuritySettingsOrBuilder> getSecuritySettingsOrBuilderList()
The list of security settings.
repeated .google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 1;SecuritySettingsOrBuilder getSecuritySettingsOrBuilder(int index)
The list of security settings.
repeated .google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 1;String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;Copyright © 2022 Google LLC. All rights reserved.