Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReplicationsInternalResource.GetRequest

Retrieve a single replication internal.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ReplicationInternal>
SaaSServiceManagementBaseServiceRequest<ReplicationInternal>
ProjectsResource.LocationsResource.ReplicationsInternalResource.GetRequest
Implements
IClientServiceRequest<ReplicationInternal>
IClientServiceRequest
Inherited Members
SaaSServiceManagementBaseServiceRequest<ReplicationInternal>.Xgafv
SaaSServiceManagementBaseServiceRequest<ReplicationInternal>.AccessToken
SaaSServiceManagementBaseServiceRequest<ReplicationInternal>.Alt
SaaSServiceManagementBaseServiceRequest<ReplicationInternal>.Callback
SaaSServiceManagementBaseServiceRequest<ReplicationInternal>.Fields
SaaSServiceManagementBaseServiceRequest<ReplicationInternal>.Key
SaaSServiceManagementBaseServiceRequest<ReplicationInternal>.OauthToken
SaaSServiceManagementBaseServiceRequest<ReplicationInternal>.PrettyPrint
SaaSServiceManagementBaseServiceRequest<ReplicationInternal>.QuotaUser
SaaSServiceManagementBaseServiceRequest<ReplicationInternal>.UploadType
SaaSServiceManagementBaseServiceRequest<ReplicationInternal>.UploadProtocol
ClientServiceRequest<ReplicationInternal>.Execute()
ClientServiceRequest<ReplicationInternal>.ExecuteAsStream()
ClientServiceRequest<ReplicationInternal>.ExecuteAsync()
ClientServiceRequest<ReplicationInternal>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ReplicationInternal>.ExecuteAsStreamAsync()
ClientServiceRequest<ReplicationInternal>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ReplicationInternal>.CreateRequest(bool?)
ClientServiceRequest<ReplicationInternal>.GenerateRequestUri()
ClientServiceRequest<ReplicationInternal>.GetBody()
ClientServiceRequest<ReplicationInternal>.GetDefaultETagAction(string)
ClientServiceRequest<ReplicationInternal>.ETagAction
ClientServiceRequest<ReplicationInternal>.ModifyRequest
ClientServiceRequest<ReplicationInternal>.ValidateParameters
ClientServiceRequest<ReplicationInternal>.ApiVersion
ClientServiceRequest<ReplicationInternal>.RequestParameters
ClientServiceRequest<ReplicationInternal>.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.SaaSServiceManagement.v1beta1
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ReplicationsInternalResource.GetRequest : SaaSServiceManagementBaseServiceRequest<ReplicationInternal>, IClientServiceRequest<ReplicationInternal>, 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<ReplicationInternal>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The resource name of the resource within a 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<ReplicationInternal>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
SaaSServiceManagementBaseServiceRequest<ReplicationInternal>.InitParameters()

Implements

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