public interface LogsPolicyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDestination()
public abstract LogsPolicy.Destination getDestination()
Where logs should be saved.
.google.events.cloud.batch.v1.LogsPolicy.Destination destination = 1;
Returns | |
---|---|
Type | Description |
LogsPolicy.Destination |
The destination. |
getDestinationValue()
public abstract int getDestinationValue()
Where logs should be saved.
.google.events.cloud.batch.v1.LogsPolicy.Destination destination = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for destination. |
getLogsPath()
public abstract String getLogsPath()
The path to which logs are saved when the destination = PATH. This can be a local file path on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.
string logs_path = 2;
Returns | |
---|---|
Type | Description |
String |
The logsPath. |
getLogsPathBytes()
public abstract ByteString getLogsPathBytes()
The path to which logs are saved when the destination = PATH. This can be a local file path on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.
string logs_path = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for logsPath. |