Interface WorkstationConfig.EphemeralDirectoryOrBuilder

    • Method Detail

      • hasGcePd

        boolean hasGcePd()
         An EphemeralDirectory backed by a Compute Engine persistent disk.
         
        .google.cloud.workstations.v1beta.WorkstationConfig.EphemeralDirectory.GcePersistentDisk gce_pd = 3;
        Returns:
        Whether the gcePd field is set.
      • getMountPath

        String getMountPath()
         Required. Location of this directory in the running workstation.
         
        string mount_path = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The mountPath.
      • getMountPathBytes

        com.google.protobuf.ByteString getMountPathBytes()
         Required. Location of this directory in the running workstation.
         
        string mount_path = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for mountPath.