Interface WorkstationConfig.HostOrBuilder

    • Method Detail

      • hasGceInstance

        boolean hasGceInstance()
         Specifies a Compute Engine instance as the host.
         
        .google.cloud.workstations.v1.WorkstationConfig.Host.GceInstance gce_instance = 1;
        Returns:
        Whether the gceInstance field is set.
      • getGceInstance

        WorkstationConfig.Host.GceInstance getGceInstance()
         Specifies a Compute Engine instance as the host.
         
        .google.cloud.workstations.v1.WorkstationConfig.Host.GceInstance gce_instance = 1;
        Returns:
        The gceInstance.
      • getGceInstanceOrBuilder

        WorkstationConfig.Host.GceInstanceOrBuilder getGceInstanceOrBuilder()
         Specifies a Compute Engine instance as the host.
         
        .google.cloud.workstations.v1.WorkstationConfig.Host.GceInstance gce_instance = 1;