Interface WorkstationConfig.PersistentDirectoryOrBuilder

    • Method Detail

      • hasGcePd

        boolean hasGcePd()
         A PersistentDirectory backed by a Compute Engine persistent disk.
         
        .google.cloud.workstations.v1.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk gce_pd = 2;
        Returns:
        Whether the gcePd field is set.
      • getMountPath

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

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