public sealed class ListEncryptionConfigsResponse : IMessage<ListEncryptionConfigsResponse>, IEquatable<ListEncryptionConfigsResponse>, IDeepCloneable<ListEncryptionConfigsResponse>, IBufferMessage, IMessage, IPageResponse<EncryptionConfig>, IEnumerable<EncryptionConfig>, IEnumerable
Reference documentation and code samples for the Cloud Dataplex v1 API class ListEncryptionConfigsResponse.
List EncryptionConfigs Response
Implements
IMessageListEncryptionConfigsResponse, IEquatableListEncryptionConfigsResponse, IDeepCloneableListEncryptionConfigsResponse, IBufferMessage, IMessage, IPageResponseEncryptionConfig, IEnumerableEncryptionConfig, IEnumerableNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListEncryptionConfigsResponse()
public ListEncryptionConfigsResponse()
ListEncryptionConfigsResponse(ListEncryptionConfigsResponse)
public ListEncryptionConfigsResponse(ListEncryptionConfigsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListEncryptionConfigsResponse |
Properties
EncryptionConfigs
public RepeatedField<EncryptionConfig> EncryptionConfigs { get; }
The list of EncryptionConfigs under the given parent location.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEncryptionConfig |
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 | |
---|---|
Type | Description |
string |
UnreachableLocations
public RepeatedField<string> UnreachableLocations { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
UnreachableLocationsAsLocationNames
public ResourceNameList<LocationName> UnreachableLocationsAsLocationNames { get; }
LocationName-typed view over the UnreachableLocations resource name property.
Property Value | |
---|---|
Type | Description |
ResourceNameListLocationName |
Methods
GetEnumerator()
public IEnumerator<EncryptionConfig> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorEncryptionConfig |