The enum numeric value on the wire for destination.
getLogsPath()
publicabstractStringgetLogsPath()
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface LogsPolicyOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.batch.v1.LogsPolicyOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.batch.v1.LogsPolicyOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.batch.v1.LogsPolicyOrBuilder) \n\n public interface LogsPolicyOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getDestination()\n\n public abstract LogsPolicy.Destination getDestination()\n\nWhere logs should be saved.\n\n`.google.events.cloud.batch.v1.LogsPolicy.Destination destination = 1;`\n\n### getDestinationValue()\n\n public abstract int getDestinationValue()\n\nWhere logs should be saved.\n\n`.google.events.cloud.batch.v1.LogsPolicy.Destination destination = 1;`\n\n### getLogsPath()\n\n public abstract String getLogsPath()\n\nThe path to which logs are saved when the destination = PATH. This can be a\nlocal file path on the VM, or under the mount point of a Persistent Disk or\nFilestore, or a Cloud Storage path.\n\n`string logs_path = 2;`\n\n### getLogsPathBytes()\n\n public abstract ByteString getLogsPathBytes()\n\nThe path to which logs are saved when the destination = PATH. This can be a\nlocal file path on the VM, or under the mount point of a Persistent Disk or\nFilestore, or a Cloud Storage path.\n\n`string logs_path = 2;`"]]