Interface SearchMigratableResourcesRequestOrBuilder

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

@Generated public interface SearchMigratableResourcesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A filter for your search.
    com.google.protobuf.ByteString
    A filter for your search.
    int
    The standard page size.
    The standard page token.
    com.google.protobuf.ByteString
    The standard page token.
    Required.
    com.google.protobuf.ByteString
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getParent

      String getParent()
       Required. The location that the migratable resources should be searched
       from. It's the Vertex AI location that the resources can be migrated to,
       not the resources' original location. Format:
       `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
       Required. The location that the migratable resources should be searched
       from. It's the Vertex AI location that the resources can be migrated to,
       not the resources' original location. Format:
       `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • getPageSize

      int getPageSize()
       The standard page size.
       The default and maximum value is 100.
       
      int32 page_size = 2;
      Returns:
      The pageSize.
    • getPageToken

      String getPageToken()
       The standard page token.
       
      string page_token = 3;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       The standard page token.
       
      string page_token = 3;
      Returns:
      The bytes for pageToken.
    • getFilter

      String getFilter()
       A filter for your search. You can use the following types of filters:
      
       *   Resource type filters. The following strings filter for a specific type
       of [MigratableResource][google.cloud.aiplatform.v1.MigratableResource]:
       *   `ml_engine_model_version:*`
       *   `automl_model:*`
       *   `automl_dataset:*`
       *   `data_labeling_dataset:*`
       *   "Migrated or not" filters. The following strings filter for resources
       that either have or have not already been migrated:
       *   `last_migrate_time:*` filters for migrated resources.
       *   `NOT last_migrate_time:*` filters for not yet migrated resources.
       
      string filter = 4;
      Returns:
      The filter.
    • getFilterBytes

      com.google.protobuf.ByteString getFilterBytes()
       A filter for your search. You can use the following types of filters:
      
       *   Resource type filters. The following strings filter for a specific type
       of [MigratableResource][google.cloud.aiplatform.v1.MigratableResource]:
       *   `ml_engine_model_version:*`
       *   `automl_model:*`
       *   `automl_dataset:*`
       *   `data_labeling_dataset:*`
       *   "Migrated or not" filters. The following strings filter for resources
       that either have or have not already been migrated:
       *   `last_migrate_time:*` filters for migrated resources.
       *   `NOT last_migrate_time:*` filters for not yet migrated resources.
       
      string filter = 4;
      Returns:
      The bytes for filter.