Show / Hide Table of Contents

Class ProjectsResource.RegionsResource.ClustersResource.InjectCredentialsRequest

Inject encrypted credentials into all of the VMs in a cluster.The target cluster must be a personal auth cluster assigned to the user who is issuing the RPC.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Operation>
DataprocBaseServiceRequest<Operation>
ProjectsResource.RegionsResource.ClustersResource.InjectCredentialsRequest
Implements
IClientServiceRequest<Operation>
IClientServiceRequest
Inherited Members
DataprocBaseServiceRequest<Operation>.Xgafv
DataprocBaseServiceRequest<Operation>.AccessToken
DataprocBaseServiceRequest<Operation>.Alt
DataprocBaseServiceRequest<Operation>.Callback
DataprocBaseServiceRequest<Operation>.Fields
DataprocBaseServiceRequest<Operation>.Key
DataprocBaseServiceRequest<Operation>.OauthToken
DataprocBaseServiceRequest<Operation>.PrettyPrint
DataprocBaseServiceRequest<Operation>.QuotaUser
DataprocBaseServiceRequest<Operation>.UploadType
DataprocBaseServiceRequest<Operation>.UploadProtocol
ClientServiceRequest<Operation>.Execute()
ClientServiceRequest<Operation>.ExecuteAsStream()
ClientServiceRequest<Operation>.ExecuteAsync()
ClientServiceRequest<Operation>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Operation>.ExecuteAsStreamAsync()
ClientServiceRequest<Operation>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Operation>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Operation>.GenerateRequestUri()
ClientServiceRequest<Operation>.GetDefaultETagAction(String)
ClientServiceRequest<Operation>.ETagAction
ClientServiceRequest<Operation>.ModifyRequest
ClientServiceRequest<Operation>.ValidateParameters
ClientServiceRequest<Operation>.RequestParameters
ClientServiceRequest<Operation>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dataproc.v1
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class InjectCredentialsRequest : DataprocBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest

Constructors

InjectCredentialsRequest(IClientService, InjectCredentialsRequest, String, String, String)

Constructs a new InjectCredentials request.

Declaration
public InjectCredentialsRequest(IClientService service, InjectCredentialsRequest body, string project, string region, string cluster)
Parameters
Type Name Description
IClientService service
InjectCredentialsRequest body
System.String project
System.String region
System.String cluster

Properties

Cluster

Required. The cluster, in the form clusters/.

Declaration
[RequestParameter("cluster", RequestParameterType.Path)]
public virtual string Cluster { get; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dataproc.v1.Data.Operation>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dataproc.v1.Data.Operation>.MethodName

Project

Required. The ID of the Google Cloud Platform project the cluster belongs to, of the form projects/.

Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type Description
System.String

Region

Required. The region containing the cluster, of the form regions/.

Declaration
[RequestParameter("region", RequestParameterType.Path)]
public virtual string Region { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dataproc.v1.Data.Operation>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dataproc.v1.Data.Operation>.GetBody()

InitParameters()

Initializes InjectCredentials parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dataproc.v1.DataprocBaseServiceRequest<Google.Apis.Dataproc.v1.Data.Operation>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top