Network Connectivity v1 API - Class ListMulticloudDataTransferSupportedServicesResponse (2.12.0)

public sealed class ListMulticloudDataTransferSupportedServicesResponse : IMessage<ListMulticloudDataTransferSupportedServicesResponse>, IEquatable<ListMulticloudDataTransferSupportedServicesResponse>, IDeepCloneable<ListMulticloudDataTransferSupportedServicesResponse>, IBufferMessage, IMessage, IPageResponse<MulticloudDataTransferSupportedService>, IEnumerable<MulticloudDataTransferSupportedService>, IEnumerable

Reference documentation and code samples for the Network Connectivity v1 API class ListMulticloudDataTransferSupportedServicesResponse.

Response message to list the services in your project in regions that are eligible for Data Transfer Essentials configuration.

Inheritance

object > ListMulticloudDataTransferSupportedServicesResponse

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

ListMulticloudDataTransferSupportedServicesResponse()

public ListMulticloudDataTransferSupportedServicesResponse()

ListMulticloudDataTransferSupportedServicesResponse(ListMulticloudDataTransferSupportedServicesResponse)

public ListMulticloudDataTransferSupportedServicesResponse(ListMulticloudDataTransferSupportedServicesResponse other)
Parameter
Name Description
other ListMulticloudDataTransferSupportedServicesResponse

Properties

MulticloudDataTransferSupportedServices

public RepeatedField<MulticloudDataTransferSupportedService> MulticloudDataTransferSupportedServices { get; }

The list of supported services.

Property Value
Type Description
RepeatedFieldMulticloudDataTransferSupportedService

NextPageToken

public string NextPageToken { get; set; }

The next page token.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<MulticloudDataTransferSupportedService> GetEnumerator()

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

Returns
Type Description
IEnumeratorMulticloudDataTransferSupportedService