public class GcpComputeAuthenticationOptions extends Object
GcpComputeAuthentication
.
Authentication options provide the path, role and an optional service account
identifier. Instances of this class are immutable once constructed.GcpComputeAuthentication
,
builder()
Modifier and Type | Class and Description |
---|---|
static class |
GcpComputeAuthenticationOptions.GcpComputeAuthenticationOptionsBuilder
Builder for
GcpComputeAuthenticationOptions . |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_GCP_AUTHENTICATION_PATH |
Modifier and Type | Method and Description |
---|---|
static GcpComputeAuthenticationOptions.GcpComputeAuthenticationOptionsBuilder |
builder() |
String |
getPath() |
String |
getRole() |
String |
getServiceAccount() |
public static final String DEFAULT_GCP_AUTHENTICATION_PATH
public static GcpComputeAuthenticationOptions.GcpComputeAuthenticationOptionsBuilder builder()
public String getPath()
public String getServiceAccount()
public String getRole()
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.