Google Cloud Storage Insights v1 API - Class ListDatasetConfigsResponse (1.4.0)

public sealed class ListDatasetConfigsResponse : IMessage<ListDatasetConfigsResponse>, IEquatable<ListDatasetConfigsResponse>, IDeepCloneable<ListDatasetConfigsResponse>, IBufferMessage, IMessage, IPageResponse<DatasetConfig>, IEnumerable<DatasetConfig>, IEnumerable

Reference documentation and code samples for the Google Cloud Storage Insights v1 API class ListDatasetConfigsResponse.

Response message for [ListDatasetConfigs][google.cloud.storageinsights.v1.StorageInsights.ListDatasetConfigs]

Inheritance

object > ListDatasetConfigsResponse

Namespace

Google.Cloud.StorageInsights.V1

Assembly

Google.Cloud.StorageInsights.V1.dll

Constructors

ListDatasetConfigsResponse()

public ListDatasetConfigsResponse()

ListDatasetConfigsResponse(ListDatasetConfigsResponse)

public ListDatasetConfigsResponse(ListDatasetConfigsResponse other)
Parameter
Name Description
other ListDatasetConfigsResponse

Properties

DatasetConfigs

public RepeatedField<DatasetConfig> DatasetConfigs { get; }

The list of DatasetConfigs

Property Value
Type Description
RepeatedFieldDatasetConfig

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<DatasetConfig> GetEnumerator()

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

Returns
Type Description
IEnumeratorDatasetConfig