public sealed class ListComponentsResponse : IMessage<ListComponentsResponse>, IEquatable<ListComponentsResponse>, IDeepCloneable<ListComponentsResponse>, IBufferMessage, IMessage, IPageResponse<string>, IEnumerable<string>, IEnumerable
Response message for ListComponents.
Implements
IMessage<ListComponentsResponse>, IEquatable<ListComponentsResponse>, IDeepCloneable<ListComponentsResponse>, IBufferMessage, IMessage, IPageResponse<String>, IEnumerable<String>, IEnumerableNamespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Constructors
ListComponentsResponse()
public ListComponentsResponse()
ListComponentsResponse(ListComponentsResponse)
public ListComponentsResponse(ListComponentsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListComponentsResponse |
Properties
Components
public RepeatedField<string> Components { get; }
The components from the specified organization.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
NextPageToken
public string NextPageToken { get; set; }
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<string> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<String> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |