Interface GetJobExecutionDetailsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getJobId()
      The job to get execution details for.
      com.google.protobuf.ByteString getJobIdBytes()
      The job to get execution details for.
      String getLocation()
      The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
      com.google.protobuf.ByteString getLocationBytes()
      The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
      int getPageSize()
      If specified, determines the maximum number of stages to return.
      String getPageToken()
      If supplied, this should be the value of next_page_token returned by an earlier call.
      com.google.protobuf.ByteString getPageTokenBytes()
      If supplied, this should be the value of next_page_token returned by an earlier call.
      String getProjectId()
      A project id.
      com.google.protobuf.ByteString getProjectIdBytes()
      A project id.
      • 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()
         A project id.
         
        string project_id = 1;
        Returns:
        The projectId.
      • getProjectIdBytes

        com.google.protobuf.ByteString getProjectIdBytes()
         A project id.
         
        string project_id = 1;
        Returns:
        The bytes for projectId.
      • getJobId

        String getJobId()
         The job to get execution details for.
         
        string job_id = 2;
        Returns:
        The jobId.
      • getJobIdBytes

        com.google.protobuf.ByteString getJobIdBytes()
         The job to get execution details for.
         
        string job_id = 2;
        Returns:
        The bytes for jobId.
      • getLocation

        String getLocation()
         The [regional endpoint]
         (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
         contains the job specified by job_id.
         
        string location = 3;
        Returns:
        The location.
      • getLocationBytes

        com.google.protobuf.ByteString getLocationBytes()
         The [regional endpoint]
         (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
         contains the job specified by job_id.
         
        string location = 3;
        Returns:
        The bytes for location.
      • getPageSize

        int getPageSize()
         If specified, determines the maximum number of stages to
         return.  If unspecified, the service may choose an appropriate
         default, or may return an arbitrarily large number of results.
         
        int32 page_size = 4;
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         If supplied, this should be the value of next_page_token returned
         by an earlier call. This will cause the next page of results to
         be returned.
         
        string page_token = 5;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         If supplied, this should be the value of next_page_token returned
         by an earlier call. This will cause the next page of results to
         be returned.
         
        string page_token = 5;
        Returns:
        The bytes for pageToken.