Interface BatchMigrateResourcesOperationMetadata.PartialResultOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDataset()
      Migrated dataset resource name.
      com.google.protobuf.ByteString getDatasetBytes()
      Migrated dataset resource name.
      com.google.rpc.Status getError()
      The error result of the migration request in case of failure.
      com.google.rpc.StatusOrBuilder getErrorOrBuilder()
      The error result of the migration request in case of failure.
      String getModel()
      Migrated model resource name.
      com.google.protobuf.ByteString getModelBytes()
      Migrated model resource name.
      MigrateResourceRequest getRequest()
      It's the same as the value in [MigrateResourceRequest.migrate_resource_requests][].
      MigrateResourceRequestOrBuilder getRequestOrBuilder()
      It's the same as the value in [MigrateResourceRequest.migrate_resource_requests][].
      BatchMigrateResourcesOperationMetadata.PartialResult.ResultCase getResultCase()  
      boolean hasDataset()
      Migrated dataset resource name.
      boolean hasError()
      The error result of the migration request in case of failure.
      boolean hasModel()
      Migrated model resource name.
      boolean hasRequest()
      It's the same as the value in [MigrateResourceRequest.migrate_resource_requests][].
      • 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 Detail

      • hasError

        boolean hasError()
         The error result of the migration request in case of failure.
         
        .google.rpc.Status error = 2;
        Returns:
        Whether the error field is set.
      • getError

        com.google.rpc.Status getError()
         The error result of the migration request in case of failure.
         
        .google.rpc.Status error = 2;
        Returns:
        The error.
      • getErrorOrBuilder

        com.google.rpc.StatusOrBuilder getErrorOrBuilder()
         The error result of the migration request in case of failure.
         
        .google.rpc.Status error = 2;
      • hasModel

        boolean hasModel()
         Migrated model resource name.
         
        string model = 3 [(.google.api.resource_reference) = { ... }
        Returns:
        Whether the model field is set.
      • getModel

        String getModel()
         Migrated model resource name.
         
        string model = 3 [(.google.api.resource_reference) = { ... }
        Returns:
        The model.
      • getModelBytes

        com.google.protobuf.ByteString getModelBytes()
         Migrated model resource name.
         
        string model = 3 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for model.
      • hasDataset

        boolean hasDataset()
         Migrated dataset resource name.
         
        string dataset = 4 [(.google.api.resource_reference) = { ... }
        Returns:
        Whether the dataset field is set.
      • getDataset

        String getDataset()
         Migrated dataset resource name.
         
        string dataset = 4 [(.google.api.resource_reference) = { ... }
        Returns:
        The dataset.
      • getDatasetBytes

        com.google.protobuf.ByteString getDatasetBytes()
         Migrated dataset resource name.
         
        string dataset = 4 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for dataset.
      • hasRequest

        boolean hasRequest()
         It's the same as the value in
         [MigrateResourceRequest.migrate_resource_requests][].
         
        .google.cloud.aiplatform.v1beta1.MigrateResourceRequest request = 1;
        Returns:
        Whether the request field is set.
      • getRequest

        MigrateResourceRequest getRequest()
         It's the same as the value in
         [MigrateResourceRequest.migrate_resource_requests][].
         
        .google.cloud.aiplatform.v1beta1.MigrateResourceRequest request = 1;
        Returns:
        The request.
      • getRequestOrBuilder

        MigrateResourceRequestOrBuilder getRequestOrBuilder()
         It's the same as the value in
         [MigrateResourceRequest.migrate_resource_requests][].
         
        .google.cloud.aiplatform.v1beta1.MigrateResourceRequest request = 1;