pub struct ListNotebookExecutionJobsRequest {
pub parent: String,
pub filter: String,
pub page_size: i32,
pub page_token: String,
pub order_by: String,
pub view: i32,
}
Expand description
Request message for [NotebookService.ListNotebookExecutionJobs]
Fields§
§parent: String
Required. The resource name of the Location from which to list the
NotebookExecutionJobs.
Format: projects/{project}/locations/{location}
filter: String
Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported.
notebookExecutionJob
supports = and !=.notebookExecutionJob
represents the NotebookExecutionJob ID.displayName
supports = and != and regex.schedule
supports = and != and regex.
Some examples:
notebookExecutionJob="123"
notebookExecutionJob="my-execution-job"
displayName="myDisplayName"
anddisplayName=~"myDisplayNameRegex"
page_size: i32
Optional. The standard list page size.
page_token: String
Optional. The standard list page token. Typically obtained via [ListNotebookExecutionJobs.next_page_token][] of the previous [NotebookService.ListNotebookExecutionJobs][google.cloud.aiplatform.v1.NotebookService.ListNotebookExecutionJobs] call.
order_by: String
Optional. A comma-separated list of fields to order by, sorted in ascending order. Use “desc” after a field name for descending. Supported fields:
display_name
create_time
update_time
Example: display_name, create_time desc
.
view: i32
Optional. The NotebookExecutionJob view. Defaults to BASIC.
Implementations§
source§impl ListNotebookExecutionJobsRequest
impl ListNotebookExecutionJobsRequest
sourcepub fn view(&self) -> NotebookExecutionJobView
pub fn view(&self) -> NotebookExecutionJobView
Returns the enum value of view
, or the default if the field is set to an invalid enum value.
sourcepub fn set_view(&mut self, value: NotebookExecutionJobView)
pub fn set_view(&mut self, value: NotebookExecutionJobView)
Sets view
to the provided enum value.
Trait Implementations§
source§impl Clone for ListNotebookExecutionJobsRequest
impl Clone for ListNotebookExecutionJobsRequest
source§fn clone(&self) -> ListNotebookExecutionJobsRequest
fn clone(&self) -> ListNotebookExecutionJobsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for ListNotebookExecutionJobsRequest
impl Message for ListNotebookExecutionJobsRequest
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for ListNotebookExecutionJobsRequest
impl PartialEq for ListNotebookExecutionJobsRequest
source§fn eq(&self, other: &ListNotebookExecutionJobsRequest) -> bool
fn eq(&self, other: &ListNotebookExecutionJobsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListNotebookExecutionJobsRequest
Auto Trait Implementations§
impl Freeze for ListNotebookExecutionJobsRequest
impl RefUnwindSafe for ListNotebookExecutionJobsRequest
impl Send for ListNotebookExecutionJobsRequest
impl Sync for ListNotebookExecutionJobsRequest
impl Unpin for ListNotebookExecutionJobsRequest
impl UnwindSafe for ListNotebookExecutionJobsRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request