Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BackendAuthenticationConfigsResource.GetRequest

Gets details of a single BackendAuthenticationConfig to BackendAuthenticationConfig.

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

MethodName

Gets the method name.

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

Name

Required. A name of the BackendAuthenticationConfig to get. Must be in the format projects/*/locations/{location}/backendAuthenticationConfigs/*.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
NetworkSecurityBaseServiceRequest<BackendAuthenticationConfig>.InitParameters()

Implements

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