Class ListSecuritySettingsResponse (1.0.0)

public sealed class ListSecuritySettingsResponse : IMessage<ListSecuritySettingsResponse>, IEquatable<ListSecuritySettingsResponse>, IDeepCloneable<ListSecuritySettingsResponse>, IBufferMessage, IMessage, IPageResponse<SecuritySettings>, IEnumerable<SecuritySettings>, IEnumerable

The response message for [SecuritySettings.ListSecuritySettings][].

Inheritance

System.Object > ListSecuritySettingsResponse

Implements

Google.Protobuf.IMessage<ListSecuritySettingsResponse>, System.IEquatable<ListSecuritySettingsResponse>, Google.Protobuf.IDeepCloneable<ListSecuritySettingsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<SecuritySettings>, System.Collections.Generic.IEnumerable<SecuritySettings>, System.Collections.IEnumerable

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ListSecuritySettingsResponse()

public ListSecuritySettingsResponse()

ListSecuritySettingsResponse(ListSecuritySettingsResponse)

public ListSecuritySettingsResponse(ListSecuritySettingsResponse other)
Parameter
NameDescription
otherListSecuritySettingsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
System.String

SecuritySettings

public RepeatedField<SecuritySettings> SecuritySettings { get; }

The list of security settings.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<SecuritySettings>

Methods

GetEnumerator()

public IEnumerator<SecuritySettings> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
System.Collections.Generic.IEnumerator<SecuritySettings>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
System.Collections.IEnumerator