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

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

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

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

        public String getParent()
         Required. The resource name of the Location to create the
         BatchPredictionJob in. Format: `projects/{project}/locations/{location}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface CreateBatchPredictionJobRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The resource name of the Location to create the
         BatchPredictionJob in. Format: `projects/{project}/locations/{location}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface CreateBatchPredictionJobRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public CreateBatchPredictionJobRequest.Builder setParent​(String value)
         Required. The resource name of the Location to create the
         BatchPredictionJob in. 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 CreateBatchPredictionJobRequest.Builder clearParent()
         Required. The resource name of the Location to create the
         BatchPredictionJob in. Format: `projects/{project}/locations/{location}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public CreateBatchPredictionJobRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the Location to create the
         BatchPredictionJob in. 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.
      • hasBatchPredictionJob

        public boolean hasBatchPredictionJob()
         Required. The BatchPredictionJob to create.
         
        .google.cloud.aiplatform.v1beta1.BatchPredictionJob batch_prediction_job = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasBatchPredictionJob in interface CreateBatchPredictionJobRequestOrBuilder
        Returns:
        Whether the batchPredictionJob field is set.
      • setBatchPredictionJob

        public CreateBatchPredictionJobRequest.Builder setBatchPredictionJob​(BatchPredictionJob value)
         Required. The BatchPredictionJob to create.
         
        .google.cloud.aiplatform.v1beta1.BatchPredictionJob batch_prediction_job = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeBatchPredictionJob

        public CreateBatchPredictionJobRequest.Builder mergeBatchPredictionJob​(BatchPredictionJob value)
         Required. The BatchPredictionJob to create.
         
        .google.cloud.aiplatform.v1beta1.BatchPredictionJob batch_prediction_job = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearBatchPredictionJob

        public CreateBatchPredictionJobRequest.Builder clearBatchPredictionJob()
         Required. The BatchPredictionJob to create.
         
        .google.cloud.aiplatform.v1beta1.BatchPredictionJob batch_prediction_job = 2 [(.google.api.field_behavior) = REQUIRED];
      • getBatchPredictionJobBuilder

        public BatchPredictionJob.Builder getBatchPredictionJobBuilder()
         Required. The BatchPredictionJob to create.
         
        .google.cloud.aiplatform.v1beta1.BatchPredictionJob batch_prediction_job = 2 [(.google.api.field_behavior) = REQUIRED];