Interface LogsPolicyOrBuilder (0.10.0)

public interface LogsPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestination()

public abstract LogsPolicy.Destination getDestination()

Where logs should be saved.

.google.cloud.batch.v1alpha.LogsPolicy.Destination destination = 1;

Returns
TypeDescription
LogsPolicy.Destination

The destination.

getDestinationValue()

public abstract int getDestinationValue()

Where logs should be saved.

.google.cloud.batch.v1alpha.LogsPolicy.Destination destination = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for logsPath.