Interface MigratableResourceOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MigratableResource, MigratableResource.Builder

    public interface MigratableResourceOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasMlEngineModelVersion

        boolean hasMlEngineModelVersion()
         Output only. Represents one Version in ml.googleapis.com.
         
        .google.cloud.aiplatform.v1beta1.MigratableResource.MlEngineModelVersion ml_engine_model_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the mlEngineModelVersion field is set.
      • getMlEngineModelVersion

        MigratableResource.MlEngineModelVersion getMlEngineModelVersion()
         Output only. Represents one Version in ml.googleapis.com.
         
        .google.cloud.aiplatform.v1beta1.MigratableResource.MlEngineModelVersion ml_engine_model_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The mlEngineModelVersion.
      • getMlEngineModelVersionOrBuilder

        MigratableResource.MlEngineModelVersionOrBuilder getMlEngineModelVersionOrBuilder()
         Output only. Represents one Version in ml.googleapis.com.
         
        .google.cloud.aiplatform.v1beta1.MigratableResource.MlEngineModelVersion ml_engine_model_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasAutomlModel

        boolean hasAutomlModel()
         Output only. Represents one Model in automl.googleapis.com.
         
        .google.cloud.aiplatform.v1beta1.MigratableResource.AutomlModel automl_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the automlModel field is set.
      • getAutomlModel

        MigratableResource.AutomlModel getAutomlModel()
         Output only. Represents one Model in automl.googleapis.com.
         
        .google.cloud.aiplatform.v1beta1.MigratableResource.AutomlModel automl_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The automlModel.
      • getAutomlModelOrBuilder

        MigratableResource.AutomlModelOrBuilder getAutomlModelOrBuilder()
         Output only. Represents one Model in automl.googleapis.com.
         
        .google.cloud.aiplatform.v1beta1.MigratableResource.AutomlModel automl_model = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasAutomlDataset

        boolean hasAutomlDataset()
         Output only. Represents one Dataset in automl.googleapis.com.
         
        .google.cloud.aiplatform.v1beta1.MigratableResource.AutomlDataset automl_dataset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the automlDataset field is set.
      • getAutomlDataset

        MigratableResource.AutomlDataset getAutomlDataset()
         Output only. Represents one Dataset in automl.googleapis.com.
         
        .google.cloud.aiplatform.v1beta1.MigratableResource.AutomlDataset automl_dataset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The automlDataset.
      • getAutomlDatasetOrBuilder

        MigratableResource.AutomlDatasetOrBuilder getAutomlDatasetOrBuilder()
         Output only. Represents one Dataset in automl.googleapis.com.
         
        .google.cloud.aiplatform.v1beta1.MigratableResource.AutomlDataset automl_dataset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasDataLabelingDataset

        boolean hasDataLabelingDataset()
         Output only. Represents one Dataset in datalabeling.googleapis.com.
         
        .google.cloud.aiplatform.v1beta1.MigratableResource.DataLabelingDataset data_labeling_dataset = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the dataLabelingDataset field is set.
      • getDataLabelingDataset

        MigratableResource.DataLabelingDataset getDataLabelingDataset()
         Output only. Represents one Dataset in datalabeling.googleapis.com.
         
        .google.cloud.aiplatform.v1beta1.MigratableResource.DataLabelingDataset data_labeling_dataset = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The dataLabelingDataset.
      • getDataLabelingDatasetOrBuilder

        MigratableResource.DataLabelingDatasetOrBuilder getDataLabelingDatasetOrBuilder()
         Output only. Represents one Dataset in datalabeling.googleapis.com.
         
        .google.cloud.aiplatform.v1beta1.MigratableResource.DataLabelingDataset data_labeling_dataset = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasLastMigrateTime

        boolean hasLastMigrateTime()
         Output only. Timestamp when the last migration attempt on this
         MigratableResource started. Will not be set if there's no migration attempt
         on this MigratableResource.
         
        .google.protobuf.Timestamp last_migrate_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the lastMigrateTime field is set.
      • getLastMigrateTime

        com.google.protobuf.Timestamp getLastMigrateTime()
         Output only. Timestamp when the last migration attempt on this
         MigratableResource started. Will not be set if there's no migration attempt
         on this MigratableResource.
         
        .google.protobuf.Timestamp last_migrate_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The lastMigrateTime.
      • getLastMigrateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastMigrateTimeOrBuilder()
         Output only. Timestamp when the last migration attempt on this
         MigratableResource started. Will not be set if there's no migration attempt
         on this MigratableResource.
         
        .google.protobuf.Timestamp last_migrate_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasLastUpdateTime

        boolean hasLastUpdateTime()
         Output only. Timestamp when this MigratableResource was last updated.
         
        .google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the lastUpdateTime field is set.
      • getLastUpdateTime

        com.google.protobuf.Timestamp getLastUpdateTime()
         Output only. Timestamp when this MigratableResource was last updated.
         
        .google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The lastUpdateTime.
      • getLastUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder()
         Output only. Timestamp when this MigratableResource was last updated.
         
        .google.protobuf.Timestamp last_update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];