Interface JobReferenceOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getJobId()
      Optional.
      com.google.protobuf.ByteString getJobIdBytes()
      Optional.
      String getProjectId()
      Optional.
      com.google.protobuf.ByteString getProjectIdBytes()
      Optional.
      • 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

      • getProjectId

        String getProjectId()
         Optional. The ID of the Google Cloud Platform project that the job belongs
         to. If specified, must match the request project ID.
         
        string project_id = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The projectId.
      • getProjectIdBytes

        com.google.protobuf.ByteString getProjectIdBytes()
         Optional. The ID of the Google Cloud Platform project that the job belongs
         to. If specified, must match the request project ID.
         
        string project_id = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for projectId.
      • getJobId

        String getJobId()
         Optional. The job ID, which must be unique within the project.
        
         The ID must contain only letters (a-z, A-Z), numbers (0-9),
         underscores (_), or hyphens (-). The maximum length is 100 characters.
        
         If not specified by the caller, the job ID will be provided by the server.
         
        string job_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The jobId.
      • getJobIdBytes

        com.google.protobuf.ByteString getJobIdBytes()
         Optional. The job ID, which must be unique within the project.
        
         The ID must contain only letters (a-z, A-Z), numbers (0-9),
         underscores (_), or hyphens (-). The maximum length is 100 characters.
        
         If not specified by the caller, the job ID will be provided by the server.
         
        string job_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for jobId.