Class SearchMigratableResourcesResponse.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<SearchMigratableResourcesResponse.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<SearchMigratableResourcesResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public SearchMigratableResourcesResponse.Builder setMigratableResources​(int index,
                                                                                MigratableResource value)
         All migratable resources that can be migrated to the
         location specified in the request.
         
        repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;
      • addMigratableResources

        public SearchMigratableResourcesResponse.Builder addMigratableResources​(MigratableResource value)
         All migratable resources that can be migrated to the
         location specified in the request.
         
        repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;
      • addMigratableResources

        public SearchMigratableResourcesResponse.Builder addMigratableResources​(int index,
                                                                                MigratableResource value)
         All migratable resources that can be migrated to the
         location specified in the request.
         
        repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;
      • clearMigratableResources

        public SearchMigratableResourcesResponse.Builder clearMigratableResources()
         All migratable resources that can be migrated to the
         location specified in the request.
         
        repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;
      • removeMigratableResources

        public SearchMigratableResourcesResponse.Builder removeMigratableResources​(int index)
         All migratable resources that can be migrated to the
         location specified in the request.
         
        repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;
      • getMigratableResourcesBuilder

        public MigratableResource.Builder getMigratableResourcesBuilder​(int index)
         All migratable resources that can be migrated to the
         location specified in the request.
         
        repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;
      • addMigratableResourcesBuilder

        public MigratableResource.Builder addMigratableResourcesBuilder()
         All migratable resources that can be migrated to the
         location specified in the request.
         
        repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;
      • addMigratableResourcesBuilder

        public MigratableResource.Builder addMigratableResourcesBuilder​(int index)
         All migratable resources that can be migrated to the
         location specified in the request.
         
        repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;
      • getMigratableResourcesBuilderList

        public List<MigratableResource.Builder> getMigratableResourcesBuilderList()
         All migratable resources that can be migrated to the
         location specified in the request.
         
        repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;
      • getNextPageToken

        public String getNextPageToken()
         The standard next-page token.
         The migratable_resources may not fill page_size in
         SearchMigratableResourcesRequest even when there are subsequent pages.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface SearchMigratableResourcesResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         The standard next-page token.
         The migratable_resources may not fill page_size in
         SearchMigratableResourcesRequest even when there are subsequent pages.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface SearchMigratableResourcesResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public SearchMigratableResourcesResponse.Builder setNextPageToken​(String value)
         The standard next-page token.
         The migratable_resources may not fill page_size in
         SearchMigratableResourcesRequest even when there are subsequent pages.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public SearchMigratableResourcesResponse.Builder clearNextPageToken()
         The standard next-page token.
         The migratable_resources may not fill page_size in
         SearchMigratableResourcesRequest even when there are subsequent pages.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public SearchMigratableResourcesResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         The standard next-page token.
         The migratable_resources may not fill page_size in
         SearchMigratableResourcesRequest even when there are subsequent pages.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.