Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MulticloudDataTransferSupportedServicesResource.GetRequest

Gets the details of a service that is supported for Data Transfer Essentials.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<MulticloudDataTransferSupportedService>
NetworkconnectivityBaseServiceRequest<MulticloudDataTransferSupportedService>
ProjectsResource.LocationsResource.MulticloudDataTransferSupportedServicesResource.GetRequest
Implements
IClientServiceRequest<MulticloudDataTransferSupportedService>
IClientServiceRequest
Inherited Members
NetworkconnectivityBaseServiceRequest<MulticloudDataTransferSupportedService>.Xgafv
NetworkconnectivityBaseServiceRequest<MulticloudDataTransferSupportedService>.AccessToken
NetworkconnectivityBaseServiceRequest<MulticloudDataTransferSupportedService>.Alt
NetworkconnectivityBaseServiceRequest<MulticloudDataTransferSupportedService>.Callback
NetworkconnectivityBaseServiceRequest<MulticloudDataTransferSupportedService>.Fields
NetworkconnectivityBaseServiceRequest<MulticloudDataTransferSupportedService>.Key
NetworkconnectivityBaseServiceRequest<MulticloudDataTransferSupportedService>.OauthToken
NetworkconnectivityBaseServiceRequest<MulticloudDataTransferSupportedService>.PrettyPrint
NetworkconnectivityBaseServiceRequest<MulticloudDataTransferSupportedService>.QuotaUser
NetworkconnectivityBaseServiceRequest<MulticloudDataTransferSupportedService>.UploadType
NetworkconnectivityBaseServiceRequest<MulticloudDataTransferSupportedService>.UploadProtocol
ClientServiceRequest<MulticloudDataTransferSupportedService>.Execute()
ClientServiceRequest<MulticloudDataTransferSupportedService>.ExecuteAsStream()
ClientServiceRequest<MulticloudDataTransferSupportedService>.ExecuteAsync()
ClientServiceRequest<MulticloudDataTransferSupportedService>.ExecuteAsync(CancellationToken)
ClientServiceRequest<MulticloudDataTransferSupportedService>.ExecuteAsStreamAsync()
ClientServiceRequest<MulticloudDataTransferSupportedService>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<MulticloudDataTransferSupportedService>.CreateRequest(bool?)
ClientServiceRequest<MulticloudDataTransferSupportedService>.GenerateRequestUri()
ClientServiceRequest<MulticloudDataTransferSupportedService>.GetBody()
ClientServiceRequest<MulticloudDataTransferSupportedService>.GetDefaultETagAction(string)
ClientServiceRequest<MulticloudDataTransferSupportedService>.ETagAction
ClientServiceRequest<MulticloudDataTransferSupportedService>.ModifyRequest
ClientServiceRequest<MulticloudDataTransferSupportedService>.ValidateParameters
ClientServiceRequest<MulticloudDataTransferSupportedService>.ApiVersion
ClientServiceRequest<MulticloudDataTransferSupportedService>.RequestParameters
ClientServiceRequest<MulticloudDataTransferSupportedService>.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.GetRequest : NetworkconnectivityBaseServiceRequest<MulticloudDataTransferSupportedService>, IClientServiceRequest<MulticloudDataTransferSupportedService>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the service.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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