Interface CreateWorkstationConfigRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. Parent resource name.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. Parent resource name.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • getWorkstationConfigId

        String getWorkstationConfigId()
         Required. ID to use for the workstation configuration.
         
        string workstation_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The workstationConfigId.
      • getWorkstationConfigIdBytes

        com.google.protobuf.ByteString getWorkstationConfigIdBytes()
         Required. ID to use for the workstation configuration.
         
        string workstation_config_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for workstationConfigId.
      • hasWorkstationConfig

        boolean hasWorkstationConfig()
         Required. Config to create.
         
        .google.cloud.workstations.v1.WorkstationConfig workstation_config = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the workstationConfig field is set.
      • getWorkstationConfig

        WorkstationConfig getWorkstationConfig()
         Required. Config to create.
         
        .google.cloud.workstations.v1.WorkstationConfig workstation_config = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The workstationConfig.
      • getWorkstationConfigOrBuilder

        WorkstationConfigOrBuilder getWorkstationConfigOrBuilder()
         Required. Config to create.
         
        .google.cloud.workstations.v1.WorkstationConfig workstation_config = 3 [(.google.api.field_behavior) = REQUIRED];
      • getValidateOnly

        boolean getValidateOnly()
         Optional. If set, validate the request and preview the review, but do not
         actually apply it.
         
        bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The validateOnly.