public class StackdriverLoggingConfigRequest extends Object
Constructor and Description |
---|
StackdriverLoggingConfigRequest() |
Modifier and Type | Method and Description |
---|---|
StackdriverLoggingConfigRequest |
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() |
StackdriverLoggingConfigRequest |
logId(String logId) |
StackdriverLoggingConfigRequest |
serviceAccountKey(GoogleServiceAccountKey serviceAccountKey) |
void |
setEnabled(Boolean enabled) |
void |
setLogId(String logId) |
void |
setServiceAccountKey(GoogleServiceAccountKey serviceAccountKey) |
String |
toString() |
public StackdriverLoggingConfigRequest logId(String logId)
public String getLogId()
public void setLogId(String logId)
public StackdriverLoggingConfigRequest serviceAccountKey(GoogleServiceAccountKey serviceAccountKey)
public GoogleServiceAccountKey getServiceAccountKey()
public void setServiceAccountKey(GoogleServiceAccountKey serviceAccountKey)
public StackdriverLoggingConfigRequest enabled(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved