Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GetServerConfigRequest

Returns configuration info about the Google Kubernetes Engine service.

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

Constructors

GetServerConfigRequest(IClientService, string)

Constructs a new GetServerConfig request.

Declaration
public GetServerConfigRequest(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<ServerConfig>.HttpMethod

MethodName

Gets the method name.

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

Name

The name (project and location) of the server config to get, specified in the format projects/*/locations/*.

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

ProjectId

Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

Declaration
[RequestParameter("projectId", RequestParameterType.Query)]
public virtual string ProjectId { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Zone

Required. Deprecated. The name of the Google Compute Engine zone to return operations for. This field has been deprecated and replaced by the name field.

Declaration
[RequestParameter("zone", RequestParameterType.Query)]
public virtual string Zone { get; set; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes GetServerConfig parameter list.

Declaration
protected override void InitParameters()
Overrides
ContainerBaseServiceRequest<ServerConfig>.InitParameters()

Implements

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