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
- (::String) — The regional endpoint that contains the job specified by job_id.
#location=
def location=(value) -> ::String Parameter
- value (::String) — The regional endpoint that contains the job specified by job_id.
Returns
- (::String) — The regional endpoint that contains the job specified by job_id.
#minimum_importance
def minimum_importance() -> ::Google::Cloud::Dataflow::V1beta3::JobMessageImportance Returns
- (::Google::Cloud::Dataflow::V1beta3::JobMessageImportance) — Filter to only get messages with importance >= level
#minimum_importance=
def minimum_importance=(value) -> ::Google::Cloud::Dataflow::V1beta3::JobMessageImportance Parameter
- value (::Google::Cloud::Dataflow::V1beta3::JobMessageImportance) — Filter to only get messages with importance >= level
Returns
- (::Google::Cloud::Dataflow::V1beta3::JobMessageImportance) — Filter to only get messages with importance >= level
#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).