Class SearchMigratableResourcesRequest.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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

        public SearchMigratableResourcesRequest 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
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SearchMigratableResourcesRequest.Builder>
      • 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

        public SearchMigratableResourcesRequest.Builder setParent​(String 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 parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public SearchMigratableResourcesRequest.Builder 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.
      • 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

        public SearchMigratableResourcesRequest.Builder clearPageSize()
         The standard page size.
         The default and maximum value is 100.
         
        int32 page_size = 2;
        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

        public SearchMigratableResourcesRequest.Builder setFilter​(String 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 filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public SearchMigratableResourcesRequest.Builder 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.