public class StackdriverLoggingConfig extends Object
Constructor and Description |
---|
StackdriverLoggingConfig() |
Modifier and Type | Method and Description |
---|---|
StackdriverLoggingConfig |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
Boolean |
getEnabled()
Get enabled
|
String |
getLogId()
The log ID that will recieve the log items (see https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry).
|
GoogleServiceAccountKey |
getServiceAccountKey()
Get serviceAccountKey
|
int |
hashCode() |
StackdriverLoggingConfig |
logId(String logId) |
StackdriverLoggingConfig |
serviceAccountKey(GoogleServiceAccountKey serviceAccountKey) |
void |
setEnabled(Boolean enabled) |
void |
setLogId(String logId) |
void |
setServiceAccountKey(GoogleServiceAccountKey serviceAccountKey) |
String |
toString() |
public StackdriverLoggingConfig logId(String logId)
public String getLogId()
public void setLogId(String logId)
public StackdriverLoggingConfig serviceAccountKey(GoogleServiceAccountKey serviceAccountKey)
public GoogleServiceAccountKey getServiceAccountKey()
public void setServiceAccountKey(GoogleServiceAccountKey serviceAccountKey)
public StackdriverLoggingConfig enabled(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved