public sealed class ListMulticloudDataTransferSupportedServicesRequest : IMessage<ListMulticloudDataTransferSupportedServicesRequest>, IEquatable<ListMulticloudDataTransferSupportedServicesRequest>, IDeepCloneable<ListMulticloudDataTransferSupportedServicesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Network Connectivity v1 API class ListMulticloudDataTransferSupportedServicesRequest.
Request message to list the services in your project that are eligible for Data Transfer Essentials configuration.
Implements
IMessageListMulticloudDataTransferSupportedServicesRequest, IEquatableListMulticloudDataTransferSupportedServicesRequest, IDeepCloneableListMulticloudDataTransferSupportedServicesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
ListMulticloudDataTransferSupportedServicesRequest()
public ListMulticloudDataTransferSupportedServicesRequest()
ListMulticloudDataTransferSupportedServicesRequest(ListMulticloudDataTransferSupportedServicesRequest)
public ListMulticloudDataTransferSupportedServicesRequest(ListMulticloudDataTransferSupportedServicesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListMulticloudDataTransferSupportedServicesRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of results listed per page.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of the parent resource.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |