Package | Description |
---|---|
com.google.api.services.dataproc.v1beta2 | |
com.google.api.services.dataproc.v1beta2.model |
Modifier and Type | Method and Description |
---|---|
Dataproc.Projects.Regions.Clusters.InjectCredentials |
Dataproc.Projects.Regions.Clusters.injectCredentials(String project,
String region,
String cluster,
InjectCredentialsRequest content)
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.
|
Constructor and Description |
---|
InjectCredentials(String project,
String region,
String cluster,
InjectCredentialsRequest content)
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.
|
Modifier and Type | Method and Description |
---|---|
InjectCredentialsRequest |
InjectCredentialsRequest.clone() |
InjectCredentialsRequest |
InjectCredentialsRequest.set(String fieldName,
Object value) |
InjectCredentialsRequest |
InjectCredentialsRequest.setClusterUuid(String clusterUuid)
Required.
|
InjectCredentialsRequest |
InjectCredentialsRequest.setCredentialsCiphertext(String credentialsCiphertext)
Required.
|
Copyright © 2011–2021 Google. All rights reserved.