Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.VpcFlowLogsConfigsResource.GetRequest

Gets the details of a specific VpcFlowLogsConfig.

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

MethodName

Gets the method name.

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

Name

Required. VpcFlowLogsConfig resource name using the form: projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
NetworkManagementBaseServiceRequest<VpcFlowLogsConfig>.InitParameters()

Implements

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