Interface LogsPolicyOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    LogsPolicy, LogsPolicy.Builder

    public interface LogsPolicyOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LogsPolicy.Destination getDestination()
      Where logs should be saved.
      int getDestinationValue()
      Where logs should be saved.
      String getLogsPath()
      The path to which logs are saved when the destination = PATH.
      com.google.protobuf.ByteString getLogsPathBytes()
      The path to which logs are saved when the destination = PATH.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDestinationValue

        int getDestinationValue()
         Where logs should be saved.
         
        .google.cloud.batch.v1alpha.LogsPolicy.Destination destination = 1;
        Returns:
        The enum numeric value on the wire for destination.
      • getDestination

        LogsPolicy.Destination getDestination()
         Where logs should be saved.
         
        .google.cloud.batch.v1alpha.LogsPolicy.Destination destination = 1;
        Returns:
        The destination.
      • getLogsPath

        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:
        The logsPath.
      • getLogsPathBytes

        com.google.protobuf.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:
        The bytes for logsPath.