Interface CreateJobRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CreateJobRequest, CreateJobRequest.Builder

    public interface CreateJobRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Job getJob()
      Required.
      JobOrBuilder getJobOrBuilder()
      Required.
      String getParent()
      Required.
      com.google.protobuf.ByteString getParentBytes()
      Required.
      boolean hasJob()
      Required.
      • 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

      • getParent

        String getParent()
         Required. The parent location to create and process this job.
         Format: `projects/{project}/locations/{location}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent location to create and process this job.
         Format: `projects/{project}/locations/{location}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasJob

        boolean hasJob()
         Required. Parameters for creating transcoding job.
         
        .google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the job field is set.
      • getJob

        Job getJob()
         Required. Parameters for creating transcoding job.
         
        .google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The job.
      • getJobOrBuilder

        JobOrBuilder getJobOrBuilder()
         Required. Parameters for creating transcoding job.
         
        .google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];