Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BucketsResource.LinksResource.GetRequest

Gets a link.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the link: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"

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<Link>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
LoggingBaseServiceRequest<Link>.InitParameters()

Implements

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