public class GoogleServiceAccountKey extends Object
Constructor and Description |
---|
GoogleServiceAccountKey() |
Modifier and Type | Method and Description |
---|---|
GoogleServiceAccountKey |
clientEmail(String clientEmail) |
boolean |
equals(Object o) |
String |
getClientEmail()
Get clientEmail
|
String |
getPrivateKey()
Get privateKey
|
String |
getPrivateKeyId()
Get privateKeyId
|
String |
getProjectId()
Get projectId
|
String |
getType()
Must be \"service_account\"
|
int |
hashCode() |
GoogleServiceAccountKey |
privateKey(String privateKey) |
GoogleServiceAccountKey |
privateKeyId(String privateKeyId) |
GoogleServiceAccountKey |
projectId(String projectId) |
void |
setClientEmail(String clientEmail) |
void |
setPrivateKey(String privateKey) |
void |
setPrivateKeyId(String privateKeyId) |
void |
setProjectId(String projectId) |
void |
setType(String type) |
String |
toString() |
GoogleServiceAccountKey |
type(String type) |
public GoogleServiceAccountKey type(String type)
public String getType()
public void setType(String type)
public GoogleServiceAccountKey projectId(String projectId)
public String getProjectId()
public void setProjectId(String projectId)
public GoogleServiceAccountKey privateKeyId(String privateKeyId)
public String getPrivateKeyId()
public void setPrivateKeyId(String privateKeyId)
public GoogleServiceAccountKey privateKey(String privateKey)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public GoogleServiceAccountKey clientEmail(String clientEmail)
public String getClientEmail()
public void setClientEmail(String clientEmail)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved