Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::ListJobMessagesRequest (v0.3.0)

Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::ListJobMessagesRequest.

Request to list job messages. Up to max_results messages will be returned in the time range specified starting with the oldest messages first. If no time range is specified the results with start with the oldest message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — Return only messages with timestamps < end_time. The default is now (i.e. return up to the latest messages available).

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — Return only messages with timestamps < end_time. The default is now (i.e. return up to the latest messages available).
Returns
  • (::Google::Protobuf::Timestamp) — Return only messages with timestamps < end_time. The default is now (i.e. return up to the latest messages available).

#job_id

def job_id() -> ::String
Returns
  • (::String) — The job to get messages about.

#job_id=

def job_id=(value) -> ::String
Parameter
  • value (::String) — The job to get messages about.
Returns
  • (::String) — The job to get messages about.

#location

def location() -> ::String
Returns

#location=

def location=(value) -> ::String
Parameter
  • value (::String) — The regional endpoint that contains the job specified by job_id.
Returns

#minimum_importance

def minimum_importance() -> ::Google::Cloud::Dataflow::V1beta3::JobMessageImportance
Returns

#minimum_importance=

def minimum_importance=(value) -> ::Google::Cloud::Dataflow::V1beta3::JobMessageImportance
Parameter
Returns

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — If specified, determines the maximum number of messages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — If specified, determines the maximum number of messages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.
Returns
  • (::Integer) — If specified, determines the maximum number of messages to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results.

#page_token

def page_token() -> ::String
Returns
  • (::String) — 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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#project_id

def project_id() -> ::String
Returns
  • (::String) — A project id.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — A project id.
Returns
  • (::String) — A project id.

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — If specified, return only messages with timestamps >= start_time. The default is the job creation time (i.e. beginning of messages).

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — If specified, return only messages with timestamps >= start_time. The default is the job creation time (i.e. beginning of messages).
Returns
  • (::Google::Protobuf::Timestamp) — If specified, return only messages with timestamps >= start_time. The default is the job creation time (i.e. beginning of messages).