Show / Hide Table of Contents

Class SinksResource.GetRequest

Gets a sink.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

SinkName

Required. The resource name of the sink: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" For example:"projects/my-project/sinks/my-sink"

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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