public sealed class ListInsightsConfigsResponse : IMessage<ListInsightsConfigsResponse>, IEquatable<ListInsightsConfigsResponse>, IDeepCloneable<ListInsightsConfigsResponse>, IBufferMessage, IMessage, IPageResponse<InsightsConfig>, IEnumerable<InsightsConfig>, IEnumerable
Reference documentation and code samples for the Developer Connect v1 API class ListInsightsConfigsResponse.
Request for response to listing InsightsConfigs.
Implements
IMessageListInsightsConfigsResponse, IEquatableListInsightsConfigsResponse, IDeepCloneableListInsightsConfigsResponse, IBufferMessage, IMessage, IPageResponseInsightsConfig, IEnumerableInsightsConfig, IEnumerableNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
ListInsightsConfigsResponse()
public ListInsightsConfigsResponse()
ListInsightsConfigsResponse(ListInsightsConfigsResponse)
public ListInsightsConfigsResponse(ListInsightsConfigsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListInsightsConfigsResponse |
Properties
InsightsConfigs
public RepeatedField<InsightsConfig> InsightsConfigs { get; }
The list of InsightsConfigs.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInsightsConfig |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<InsightsConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorInsightsConfig |