Class ProjectsResource.LocationsResource.GetServerConfigRequest
Returns configuration info about the Google Kubernetes Engine service.
Inheritance
ProjectsResource.LocationsResource.GetServerConfigRequest
Inherited Members
Namespace: Google.Apis.Container.v1
Assembly: Google.Apis.Container.v1.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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
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
Zone
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()