Class ProjectsResource.LocationsResource.ConnectionsResource.UpdateCredentialRequest
Sets the credential for the specified connection.
Inheritance
ProjectsResource.LocationsResource.ConnectionsResource.UpdateCredentialRequest
Inherited Members
Namespace: Google.Apis.BigQueryConnectionService.v1beta1
Assembly: Google.Apis.BigQueryConnectionService.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectionsResource.UpdateCredentialRequest : BigQueryConnectionServiceBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
UpdateCredentialRequest(IClientService, ConnectionCredential, string)
Constructs a new UpdateCredential request.
Declaration
public UpdateCredentialRequest(IClientService service, ConnectionCredential body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ConnectionCredential | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryConnectionService.v1beta1.Data.Empty>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryConnectionService.v1beta1.Data.Empty>.MethodName
Name
Required. Name of the connection, for example:
projects/{project_id}/locations/{location_id}/connections/{connection_id}/credential
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryConnectionService.v1beta1.Data.Empty>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryConnectionService.v1beta1.Data.Empty>.GetBody()
InitParameters()
Initializes UpdateCredential parameter list.
Declaration
protected override void InitParameters()