Class SearchMigratableResourcesRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<SearchMigratableResourcesRequest.Builder>
com.google.cloud.aiplatform.v1.SearchMigratableResourcesRequest.Builder
All Implemented Interfaces:
SearchMigratableResourcesRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
SearchMigratableResourcesRequest

public static final class SearchMigratableResourcesRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<SearchMigratableResourcesRequest.Builder> implements SearchMigratableResourcesRequestOrBuilder
 Request message for
 [MigrationService.SearchMigratableResources][google.cloud.aiplatform.v1.MigrationService.SearchMigratableResources].
 
Protobuf type google.cloud.aiplatform.v1.SearchMigratableResourcesRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<SearchMigratableResourcesRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<SearchMigratableResourcesRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<SearchMigratableResourcesRequest.Builder>
    • getDefaultInstanceForType

      public SearchMigratableResourcesRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public SearchMigratableResourcesRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public SearchMigratableResourcesRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SearchMigratableResourcesRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<SearchMigratableResourcesRequest.Builder>
    • mergeFrom

      public SearchMigratableResourcesRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SearchMigratableResourcesRequest.Builder>
      Throws:
      IOException
    • getParent

      public 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) = { ... }
      Specified by:
      getParent in interface SearchMigratableResourcesRequestOrBuilder
      Returns:
      The parent.
    • getParentBytes

      public 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) = { ... }
      Specified by:
      getParentBytes in interface SearchMigratableResourcesRequestOrBuilder
      Returns:
      The bytes for parent.
    • setParent

       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) = { ... }
      Parameters:
      value - The parent to set.
      Returns:
      This builder for chaining.
    • clearParent

       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:
      This builder for chaining.
    • setParentBytes

      public SearchMigratableResourcesRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
       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) = { ... }
      Parameters:
      value - The bytes for parent to set.
      Returns:
      This builder for chaining.
    • getPageSize

      public int getPageSize()
       The standard page size.
       The default and maximum value is 100.
       
      int32 page_size = 2;
      Specified by:
      getPageSize in interface SearchMigratableResourcesRequestOrBuilder
      Returns:
      The pageSize.
    • setPageSize

      public SearchMigratableResourcesRequest.Builder setPageSize(int value)
       The standard page size.
       The default and maximum value is 100.
       
      int32 page_size = 2;
      Parameters:
      value - The pageSize to set.
      Returns:
      This builder for chaining.
    • clearPageSize

       The standard page size.
       The default and maximum value is 100.
       
      int32 page_size = 2;
      Returns:
      This builder for chaining.
    • getPageToken

      public String getPageToken()
       The standard page token.
       
      string page_token = 3;
      Specified by:
      getPageToken in interface SearchMigratableResourcesRequestOrBuilder
      Returns:
      The pageToken.
    • getPageTokenBytes

      public com.google.protobuf.ByteString getPageTokenBytes()
       The standard page token.
       
      string page_token = 3;
      Specified by:
      getPageTokenBytes in interface SearchMigratableResourcesRequestOrBuilder
      Returns:
      The bytes for pageToken.
    • setPageToken

      public SearchMigratableResourcesRequest.Builder setPageToken(String value)
       The standard page token.
       
      string page_token = 3;
      Parameters:
      value - The pageToken to set.
      Returns:
      This builder for chaining.
    • clearPageToken

       The standard page token.
       
      string page_token = 3;
      Returns:
      This builder for chaining.
    • setPageTokenBytes

      public SearchMigratableResourcesRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
       The standard page token.
       
      string page_token = 3;
      Parameters:
      value - The bytes for pageToken to set.
      Returns:
      This builder for chaining.
    • getFilter

      public 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;
      Specified by:
      getFilter in interface SearchMigratableResourcesRequestOrBuilder
      Returns:
      The filter.
    • getFilterBytes

      public 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;
      Specified by:
      getFilterBytes in interface SearchMigratableResourcesRequestOrBuilder
      Returns:
      The bytes for filter.
    • setFilter

       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;
      Parameters:
      value - The filter to set.
      Returns:
      This builder for chaining.
    • clearFilter

       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:
      This builder for chaining.
    • setFilterBytes

      public SearchMigratableResourcesRequest.Builder setFilterBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for filter to set.
      Returns:
      This builder for chaining.