Skip to main content
No description provided.

Messages

Data models used across requests/responses.

CreateViewRequest

No description provided.
FieldTypeLabelDescription
viewView

CreateViewResponse

No description provided.
FieldTypeLabelDescription
viewView

DeleteViewRequest

No description provided.
FieldTypeLabelDescription
view_idstring

DeleteViewResponse

No description provided. This message has no fields.

GetViewRequest

No description provided.
FieldTypeLabelDescription
view_idstring

GetViewResponse

No description provided.
FieldTypeLabelDescription
viewView

ListApplicableViewsRequest

No description provided.
FieldTypeLabelDescription
page_sizeuint32The maximum number of views to return. The service may return fewer than this value. If unspecified, at most 50 views will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_tokenstringA page token, received from a previous ListApplicableViews call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListApplicableViews must match the call that provided the page token.
asset_idsstringrepeated
run_idsstringrepeated

ListApplicableViewsResponse

No description provided.
FieldTypeLabelDescription
viewsViewrepeated
next_page_tokenstringA token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

ListViewsRequest

No description provided.
FieldTypeLabelDescription
page_sizeuint32The maximum number of views to return. The service may return fewer than this value. If unspecified, at most 50 views will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_tokenstringA page token, received from a previous ListViews call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListViews must match the call that provided the page token.
filterstringA Common Expression Language (CEL) filter string Available fields to filter by are ‘name’, ‘createdDate’, and ‘modifiedDate’. For further information about how to use CELs, please refer to this guide. For more information about the fields used for filtering, please refer to this definition. Optional.

ListViewsResponse

No description provided.
FieldTypeLabelDescription
viewsViewrepeated
next_page_tokenstringA token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

PinViewRequest

No description provided.
FieldTypeLabelDescription
view_idstring

PinViewResponse

No description provided. This message has no fields.

UnpinViewRequest

No description provided.
FieldTypeLabelDescription
view_idstring

UnpinViewResponse

No description provided. This message has no fields.

UpdateViewRequest

No description provided.
FieldTypeLabelDescription
viewView
update_maskgoogle.protobuf.FieldMaskThe list of fields to update.

UpdateViewResponse

No description provided.
FieldTypeLabelDescription
viewView

View

No description provided.
FieldTypeLabelDescription
view_idstring
namestring
axis_groupsView.AxisGroups
channelsView.Channelrepeated
created_dategoogle.protobuf.Timestamp
modified_dategoogle.protobuf.Timestamp
created_by_user_idstring
modified_by_user_idstring
is_pinnedbool

View.AxisGroups

No description provided.
FieldTypeLabelDescription
leftstringrepeated
rightstringrepeated

View.Channel

No description provided.
FieldTypeLabelDescription
namestring
data_typestring
axis_groupstring
bit_field_namesstringrepeated
calculated_channel_configView.Channel.CalculatedChannelConfigoptional

View.Channel.CalculatedChannelConfig

No description provided.
FieldTypeLabelDescription
channel_keystring
channel_referencesView.Channel.CalculatedChannelConfig.ChannelReferencesEntryrepeated
expressionstring
unitstring

View.Channel.CalculatedChannelConfig.ChannelReferencesEntry

No description provided.
FieldTypeLabelDescription
keystring
valuestring

Enums

Allowed constant values used in message fields.

Services

RPC methods exposed by this API.

ViewService

No description provided.
MethodRequestResponseDescription
GetViewGetViewRequestGetViewResponseRetrieves a view.
CreateViewCreateViewRequestCreateViewResponseCreates a view.
UpdateViewUpdateViewRequestUpdateViewResponseUpdates an existing view using using the list of fields specified in update_mask.
ListViewsListViewsRequestListViewsResponseRetrieves views using an optional filter.
ListApplicableViewsListApplicableViewsRequestListApplicableViewsResponseLists views that apply to assets/runs.
DeleteViewDeleteViewRequestDeleteViewResponseDeletes a view.
PinViewPinViewRequestPinViewResponsePins a view.
UnpinViewUnpinViewRequestUnpinViewResponseUnpins a view.