Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MulticloudDataTransferSupportedServicesResource.ListRequest

Lists the services in the project for a region that are supported for Data Transfer Essentials.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>
NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>
ProjectsResource.LocationsResource.MulticloudDataTransferSupportedServicesResource.ListRequest
Implements
IClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>
IClientServiceRequest
Inherited Members
NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.Xgafv
NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.AccessToken
NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.Alt
NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.Callback
NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.Fields
NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.Key
NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.OauthToken
NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.PrettyPrint
NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.QuotaUser
NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.UploadType
NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.UploadProtocol
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.Execute()
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.ExecuteAsStream()
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.ExecuteAsync()
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.GenerateRequestUri()
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.GetBody()
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.ETagAction
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.ModifyRequest
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.ValidateParameters
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.ApiVersion
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.RequestParameters
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Networkconnectivity.v1
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MulticloudDataTransferSupportedServicesResource.ListRequest : NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>, IClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.MethodName

PageSize

Optional. The maximum number of results listed per page.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. The page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The name of the parent resource.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
NetworkconnectivityBaseServiceRequest<ListMulticloudDataTransferSupportedServicesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX