Interface UpdateSpecialistPoolRequestOrBuilder

    • Method Detail

      • hasSpecialistPool

        boolean hasSpecialistPool()
         Required. The SpecialistPool which replaces the resource on the server.
         
        .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pool = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the specialistPool field is set.
      • getSpecialistPool

        SpecialistPool getSpecialistPool()
         Required. The SpecialistPool which replaces the resource on the server.
         
        .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pool = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The specialistPool.
      • getSpecialistPoolOrBuilder

        SpecialistPoolOrBuilder getSpecialistPoolOrBuilder()
         Required. The SpecialistPool which replaces the resource on the server.
         
        .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pool = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         Required. The update mask applies to the resource.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Required. The update mask applies to the resource.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. The update mask applies to the resource.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];