google-apis-cloudsearch_v1 0.50.0 → 0.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f38ca74e8a9f2bc177fd76791e2df20a7d4b52c2c110019519a8836038bb1a0
|
|
4
|
+
data.tar.gz: 62567ff944525f5359699adf5574369cf5acfefd878a2400b541c07f90f4996f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eeea6f7cbbeee571223b16bf9d865c02fe6ff6cf6ad7cf0b90e515ab57e07f36ef8b03e05f9f78a04cac0104e70d195aed8459c90acd90076966f153bff51709
|
|
7
|
+
data.tar.gz: 0f04968cb88d197c72de4b4d467b95b4ad43cb590c5f9ff5559c8686a4e8664544e69a9fc1bf867fa384ddaad0072fd56cce0385556b1220e7d056245eae396a
|
data/CHANGELOG.md
CHANGED
|
@@ -943,7 +943,7 @@ module Google
|
|
|
943
943
|
end
|
|
944
944
|
end
|
|
945
945
|
|
|
946
|
-
# Metadata used only in Dynamite backend for uploaded attachments.
|
|
946
|
+
# Metadata used only in Dynamite backend for uploaded attachments. NEXT ID: 20
|
|
947
947
|
class AppsDynamiteSharedBackendUploadMetadata
|
|
948
948
|
include Google::Apis::Core::Hashable
|
|
949
949
|
|
|
@@ -982,7 +982,7 @@ module Google
|
|
|
982
982
|
# @return [Google::Apis::CloudsearchV1::DlpScanSummary]
|
|
983
983
|
attr_accessor :dlp_scan_summary
|
|
984
984
|
|
|
985
|
-
# The list of experiments this video is enabled for
|
|
985
|
+
# The list of experiments this video is enabled for
|
|
986
986
|
# Corresponds to the JSON property `experiment`
|
|
987
987
|
# @return [Array<String>]
|
|
988
988
|
attr_accessor :experiment
|
|
@@ -999,6 +999,11 @@ module Google
|
|
|
999
999
|
attr_accessor :is_client_side_transcoded_video
|
|
1000
1000
|
alias_method :is_client_side_transcoded_video?, :is_client_side_transcoded_video
|
|
1001
1001
|
|
|
1002
|
+
# Metadata for attachments migrated from Hangouts
|
|
1003
|
+
# Corresponds to the JSON property `migratedFromHangoutsMetadata`
|
|
1004
|
+
# @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadata]
|
|
1005
|
+
attr_accessor :migrated_from_hangouts_metadata
|
|
1006
|
+
|
|
1002
1007
|
# Dimension for the uploaded attachments.
|
|
1003
1008
|
# Corresponds to the JSON property `originalDimension`
|
|
1004
1009
|
# @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedDimension]
|
|
@@ -1056,6 +1061,7 @@ module Google
|
|
|
1056
1061
|
@experiment = args[:experiment] if args.key?(:experiment)
|
|
1057
1062
|
@group_id = args[:group_id] if args.key?(:group_id)
|
|
1058
1063
|
@is_client_side_transcoded_video = args[:is_client_side_transcoded_video] if args.key?(:is_client_side_transcoded_video)
|
|
1064
|
+
@migrated_from_hangouts_metadata = args[:migrated_from_hangouts_metadata] if args.key?(:migrated_from_hangouts_metadata)
|
|
1059
1065
|
@original_dimension = args[:original_dimension] if args.key?(:original_dimension)
|
|
1060
1066
|
@quote_reply_message_id = args[:quote_reply_message_id] if args.key?(:quote_reply_message_id)
|
|
1061
1067
|
@sha256 = args[:sha256] if args.key?(:sha256)
|
|
@@ -1067,6 +1073,56 @@ module Google
|
|
|
1067
1073
|
end
|
|
1068
1074
|
end
|
|
1069
1075
|
|
|
1076
|
+
# Metadata for attachments migrated from Hangouts
|
|
1077
|
+
class AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadata
|
|
1078
|
+
include Google::Apis::Core::Hashable
|
|
1079
|
+
|
|
1080
|
+
#
|
|
1081
|
+
# Corresponds to the JSON property `photoId`
|
|
1082
|
+
# @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadataPhotoId]
|
|
1083
|
+
attr_accessor :photo_id
|
|
1084
|
+
|
|
1085
|
+
#
|
|
1086
|
+
# Corresponds to the JSON property `updateTimestampUsec`
|
|
1087
|
+
# @return [Fixnum]
|
|
1088
|
+
attr_accessor :update_timestamp_usec
|
|
1089
|
+
|
|
1090
|
+
def initialize(**args)
|
|
1091
|
+
update!(**args)
|
|
1092
|
+
end
|
|
1093
|
+
|
|
1094
|
+
# Update properties of this object
|
|
1095
|
+
def update!(**args)
|
|
1096
|
+
@photo_id = args[:photo_id] if args.key?(:photo_id)
|
|
1097
|
+
@update_timestamp_usec = args[:update_timestamp_usec] if args.key?(:update_timestamp_usec)
|
|
1098
|
+
end
|
|
1099
|
+
end
|
|
1100
|
+
|
|
1101
|
+
#
|
|
1102
|
+
class AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadataPhotoId
|
|
1103
|
+
include Google::Apis::Core::Hashable
|
|
1104
|
+
|
|
1105
|
+
#
|
|
1106
|
+
# Corresponds to the JSON property `photoId`
|
|
1107
|
+
# @return [Fixnum]
|
|
1108
|
+
attr_accessor :photo_id
|
|
1109
|
+
|
|
1110
|
+
#
|
|
1111
|
+
# Corresponds to the JSON property `userId`
|
|
1112
|
+
# @return [Fixnum]
|
|
1113
|
+
attr_accessor :user_id
|
|
1114
|
+
|
|
1115
|
+
def initialize(**args)
|
|
1116
|
+
update!(**args)
|
|
1117
|
+
end
|
|
1118
|
+
|
|
1119
|
+
# Update properties of this object
|
|
1120
|
+
def update!(**args)
|
|
1121
|
+
@photo_id = args[:photo_id] if args.key?(:photo_id)
|
|
1122
|
+
@user_id = args[:user_id] if args.key?(:user_id)
|
|
1123
|
+
end
|
|
1124
|
+
end
|
|
1125
|
+
|
|
1070
1126
|
#
|
|
1071
1127
|
class AppsDynamiteSharedCalendarEventAnnotationData
|
|
1072
1128
|
include Google::Apis::Core::Hashable
|
|
@@ -1960,9 +2016,11 @@ module Google
|
|
|
1960
2016
|
class AppsDynamiteSharedMessageSearchInfo
|
|
1961
2017
|
include Google::Apis::Core::Hashable
|
|
1962
2018
|
|
|
1963
|
-
#
|
|
1964
|
-
#
|
|
1965
|
-
# message.
|
|
2019
|
+
# Current usage: - DescriptionType=KEYWORD_MATCH is populated in this field to
|
|
2020
|
+
# return metadata for keyword matches, which clients can use to highlight
|
|
2021
|
+
# matched segments in a message's text_body. - DescriptionType=SNIPPET can be
|
|
2022
|
+
# used to return metadata describing how a message's text_body can be broken up
|
|
2023
|
+
# to provide a snippet.
|
|
1966
2024
|
# Corresponds to the JSON property `matchedSegmentsInTextBody`
|
|
1967
2025
|
# @return [Array<Google::Apis::CloudsearchV1::AppsDynamiteSharedTextSegmentsWithDescription>]
|
|
1968
2026
|
attr_accessor :matched_segments_in_text_body
|
|
@@ -2717,18 +2775,18 @@ module Google
|
|
|
2717
2775
|
attr_accessor :corner_radius
|
|
2718
2776
|
|
|
2719
2777
|
# Represents a color in the RGBA color space. This representation is designed
|
|
2720
|
-
# for simplicity of conversion to
|
|
2778
|
+
# for simplicity of conversion to and from color representations in various
|
|
2721
2779
|
# languages over compactness. For example, the fields of this representation can
|
|
2722
2780
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
2723
2781
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
2724
2782
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
2725
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
2783
|
+
# CSS `rgba()` string in JavaScript. This reference page does not have
|
|
2726
2784
|
# information about the absolute color space that should be used to interpret
|
|
2727
|
-
# the RGB value
|
|
2785
|
+
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
2728
2786
|
# applications should assume the sRGB color space. When color equality needs to
|
|
2729
2787
|
# be decided, implementations, unless documented otherwise, treat two colors as
|
|
2730
|
-
# equal if all their red, green, blue, and alpha values each differ by at most
|
|
2731
|
-
# 1e-5
|
|
2788
|
+
# equal if all their red, green, blue, and alpha values each differ by at most `
|
|
2789
|
+
# 1e-5`. Example (Java): import com.google.type.Color; // ... public static java.
|
|
2732
2790
|
# awt.Color fromProto(Color protocolor) ` float alpha = protocolor.hasAlpha() ?
|
|
2733
2791
|
# protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.
|
|
2734
2792
|
# getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); ` public static
|
|
@@ -2793,18 +2851,18 @@ module Google
|
|
|
2793
2851
|
attr_accessor :alt_text
|
|
2794
2852
|
|
|
2795
2853
|
# Represents a color in the RGBA color space. This representation is designed
|
|
2796
|
-
# for simplicity of conversion to
|
|
2854
|
+
# for simplicity of conversion to and from color representations in various
|
|
2797
2855
|
# languages over compactness. For example, the fields of this representation can
|
|
2798
2856
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
2799
2857
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
2800
2858
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
2801
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
2859
|
+
# CSS `rgba()` string in JavaScript. This reference page does not have
|
|
2802
2860
|
# information about the absolute color space that should be used to interpret
|
|
2803
|
-
# the RGB value
|
|
2861
|
+
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
2804
2862
|
# applications should assume the sRGB color space. When color equality needs to
|
|
2805
2863
|
# be decided, implementations, unless documented otherwise, treat two colors as
|
|
2806
|
-
# equal if all their red, green, blue, and alpha values each differ by at most
|
|
2807
|
-
# 1e-5
|
|
2864
|
+
# equal if all their red, green, blue, and alpha values each differ by at most `
|
|
2865
|
+
# 1e-5`. Example (Java): import com.google.type.Color; // ... public static java.
|
|
2808
2866
|
# awt.Color fromProto(Color protocolor) ` float alpha = protocolor.hasAlpha() ?
|
|
2809
2867
|
# protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.
|
|
2810
2868
|
# getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); ` public static
|
|
@@ -5197,6 +5255,11 @@ module Google
|
|
|
5197
5255
|
# @return [Array<String>]
|
|
5198
5256
|
attr_accessor :supported_uses
|
|
5199
5257
|
|
|
5258
|
+
# Determine how uninstall is permitted for this app.
|
|
5259
|
+
# Corresponds to the JSON property `uninstallCapability`
|
|
5260
|
+
# @return [String]
|
|
5261
|
+
attr_accessor :uninstall_capability
|
|
5262
|
+
|
|
5200
5263
|
def initialize(**args)
|
|
5201
5264
|
update!(**args)
|
|
5202
5265
|
end
|
|
@@ -5214,6 +5277,7 @@ module Google
|
|
|
5214
5277
|
@support_home_screen = args[:support_home_screen] if args.key?(:support_home_screen)
|
|
5215
5278
|
@support_urls = args[:support_urls] if args.key?(:support_urls)
|
|
5216
5279
|
@supported_uses = args[:supported_uses] if args.key?(:supported_uses)
|
|
5280
|
+
@uninstall_capability = args[:uninstall_capability] if args.key?(:uninstall_capability)
|
|
5217
5281
|
end
|
|
5218
5282
|
end
|
|
5219
5283
|
|
|
@@ -6452,18 +6516,18 @@ module Google
|
|
|
6452
6516
|
end
|
|
6453
6517
|
|
|
6454
6518
|
# Represents a color in the RGBA color space. This representation is designed
|
|
6455
|
-
# for simplicity of conversion to
|
|
6519
|
+
# for simplicity of conversion to and from color representations in various
|
|
6456
6520
|
# languages over compactness. For example, the fields of this representation can
|
|
6457
6521
|
# be trivially provided to the constructor of `java.awt.Color` in Java; it can
|
|
6458
6522
|
# also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
|
|
6459
6523
|
# method in iOS; and, with just a little work, it can be easily formatted into a
|
|
6460
|
-
# CSS `rgba()` string in JavaScript. This reference page
|
|
6524
|
+
# CSS `rgba()` string in JavaScript. This reference page does not have
|
|
6461
6525
|
# information about the absolute color space that should be used to interpret
|
|
6462
|
-
# the RGB value
|
|
6526
|
+
# the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
|
|
6463
6527
|
# applications should assume the sRGB color space. When color equality needs to
|
|
6464
6528
|
# be decided, implementations, unless documented otherwise, treat two colors as
|
|
6465
|
-
# equal if all their red, green, blue, and alpha values each differ by at most
|
|
6466
|
-
# 1e-5
|
|
6529
|
+
# equal if all their red, green, blue, and alpha values each differ by at most `
|
|
6530
|
+
# 1e-5`. Example (Java): import com.google.type.Color; // ... public static java.
|
|
6467
6531
|
# awt.Color fromProto(Color protocolor) ` float alpha = protocolor.hasAlpha() ?
|
|
6468
6532
|
# protocolor.getAlpha().getValue() : 1.0; return new java.awt.Color( protocolor.
|
|
6469
6533
|
# getRed(), protocolor.getGreen(), protocolor.getBlue(), alpha); ` public static
|
|
@@ -10018,7 +10082,7 @@ module Google
|
|
|
10018
10082
|
end
|
|
10019
10083
|
end
|
|
10020
10084
|
|
|
10021
|
-
# A card is a UI element that can contain UI widgets such as
|
|
10085
|
+
# A card is a UI element that can contain UI widgets such as text and images.
|
|
10022
10086
|
class GoogleChatV1ContextualAddOnMarkupCard
|
|
10023
10087
|
include Google::Apis::Core::Hashable
|
|
10024
10088
|
|
|
@@ -10066,7 +10130,7 @@ module Google
|
|
|
10066
10130
|
# @return [String]
|
|
10067
10131
|
attr_accessor :action_label
|
|
10068
10132
|
|
|
10069
|
-
# An onclick action (
|
|
10133
|
+
# An `onclick` action (for example, open a link).
|
|
10070
10134
|
# Corresponds to the JSON property `onClick`
|
|
10071
10135
|
# @return [Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupOnClick]
|
|
10072
10136
|
attr_accessor :on_click
|
|
@@ -10086,7 +10150,7 @@ module Google
|
|
|
10086
10150
|
class GoogleChatV1ContextualAddOnMarkupCardCardHeader
|
|
10087
10151
|
include Google::Apis::Core::Hashable
|
|
10088
10152
|
|
|
10089
|
-
# The image's type (
|
|
10153
|
+
# The image's type (for example, square border or circular border).
|
|
10090
10154
|
# Corresponds to the JSON property `imageStyle`
|
|
10091
10155
|
# @return [String]
|
|
10092
10156
|
attr_accessor :image_style
|
|
@@ -10102,8 +10166,8 @@ module Google
|
|
|
10102
10166
|
attr_accessor :subtitle
|
|
10103
10167
|
|
|
10104
10168
|
# The title must be specified. The header has a fixed height: if both a title
|
|
10105
|
-
# and subtitle is specified, each
|
|
10106
|
-
# specified, it
|
|
10169
|
+
# and subtitle is specified, each takes up one line. If only the title is
|
|
10170
|
+
# specified, it takes up both lines.
|
|
10107
10171
|
# Corresponds to the JSON property `title`
|
|
10108
10172
|
# @return [String]
|
|
10109
10173
|
attr_accessor :title
|
|
@@ -10123,18 +10187,21 @@ module Google
|
|
|
10123
10187
|
|
|
10124
10188
|
# A section contains a collection of widgets that are rendered (vertically) in
|
|
10125
10189
|
# the order that they are specified. Across all platforms, cards have a narrow
|
|
10126
|
-
# fixed width, so there
|
|
10190
|
+
# fixed width, so there's currently no need for layout properties (for example,
|
|
10191
|
+
# float).
|
|
10127
10192
|
class GoogleChatV1ContextualAddOnMarkupCardSection
|
|
10128
10193
|
include Google::Apis::Core::Hashable
|
|
10129
10194
|
|
|
10130
10195
|
# The header of the section. Formatted text is supported. For more information
|
|
10131
|
-
# about formatting text, see Formatting text in Google Chat apps
|
|
10132
|
-
#
|
|
10196
|
+
# about formatting text, see [Formatting text in Google Chat apps](https://
|
|
10197
|
+
# developers.google.com/chat/api/guides/message-formats/cards#
|
|
10198
|
+
# card_text_formatting) and [Formatting text in Google Workspace Add-ons](https:/
|
|
10199
|
+
# /developers.google.com/apps-script/add-ons/concepts/widgets#text_formatting).
|
|
10133
10200
|
# Corresponds to the JSON property `header`
|
|
10134
10201
|
# @return [String]
|
|
10135
10202
|
attr_accessor :header
|
|
10136
10203
|
|
|
10137
|
-
# A section must contain at least
|
|
10204
|
+
# A section must contain at least one widget.
|
|
10138
10205
|
# Corresponds to the JSON property `widgets`
|
|
10139
10206
|
# @return [Array<Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkup>]
|
|
10140
10207
|
attr_accessor :widgets
|
|
@@ -10150,7 +10217,7 @@ module Google
|
|
|
10150
10217
|
end
|
|
10151
10218
|
end
|
|
10152
10219
|
|
|
10153
|
-
# A widget is a UI element that presents
|
|
10220
|
+
# A widget is a UI element that presents text and images.
|
|
10154
10221
|
class GoogleChatV1WidgetMarkup
|
|
10155
10222
|
include Google::Apis::Core::Hashable
|
|
10156
10223
|
|
|
@@ -10160,20 +10227,22 @@ module Google
|
|
|
10160
10227
|
# @return [Array<Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupButton>]
|
|
10161
10228
|
attr_accessor :buttons
|
|
10162
10229
|
|
|
10163
|
-
# An image that
|
|
10230
|
+
# An image that's specified by a URL and can have an `onclick` action.
|
|
10164
10231
|
# Corresponds to the JSON property `image`
|
|
10165
10232
|
# @return [Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupImage]
|
|
10166
10233
|
attr_accessor :image
|
|
10167
10234
|
|
|
10168
|
-
# A UI element contains a key (label) and a value (content).
|
|
10169
|
-
#
|
|
10235
|
+
# A UI element contains a key (label) and a value (content). This element can
|
|
10236
|
+
# also contain some actions such as `onclick` button.
|
|
10170
10237
|
# Corresponds to the JSON property `keyValue`
|
|
10171
10238
|
# @return [Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupKeyValue]
|
|
10172
10239
|
attr_accessor :key_value
|
|
10173
10240
|
|
|
10174
10241
|
# A paragraph of text. Formatted text supported. For more information about
|
|
10175
|
-
# formatting text, see Formatting text in Google Chat apps
|
|
10176
|
-
#
|
|
10242
|
+
# formatting text, see [Formatting text in Google Chat apps](https://developers.
|
|
10243
|
+
# google.com/chat/api/guides/message-formats/cards#card_text_formatting) and [
|
|
10244
|
+
# Formatting text in Google Workspace Add-ons](https://developers.google.com/
|
|
10245
|
+
# apps-script/add-ons/concepts/widgets#text_formatting).
|
|
10177
10246
|
# Corresponds to the JSON property `textParagraph`
|
|
10178
10247
|
# @return [Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupTextParagraph]
|
|
10179
10248
|
attr_accessor :text_paragraph
|
|
@@ -10195,12 +10264,12 @@ module Google
|
|
|
10195
10264
|
class GoogleChatV1WidgetMarkupButton
|
|
10196
10265
|
include Google::Apis::Core::Hashable
|
|
10197
10266
|
|
|
10198
|
-
# An image button with an onclick action.
|
|
10267
|
+
# An image button with an `onclick` action.
|
|
10199
10268
|
# Corresponds to the JSON property `imageButton`
|
|
10200
10269
|
# @return [Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupImageButton]
|
|
10201
10270
|
attr_accessor :image_button
|
|
10202
10271
|
|
|
10203
|
-
# A button with text and onclick action.
|
|
10272
|
+
# A button with text and `onclick` action.
|
|
10204
10273
|
# Corresponds to the JSON property `textButton`
|
|
10205
10274
|
# @return [Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupTextButton]
|
|
10206
10275
|
attr_accessor :text_button
|
|
@@ -10217,14 +10286,14 @@ module Google
|
|
|
10217
10286
|
end
|
|
10218
10287
|
|
|
10219
10288
|
# A form action describes the behavior when the form is submitted. For example,
|
|
10220
|
-
#
|
|
10289
|
+
# you can invoke Apps Script to handle the form.
|
|
10221
10290
|
class GoogleChatV1WidgetMarkupFormAction
|
|
10222
10291
|
include Google::Apis::Core::Hashable
|
|
10223
10292
|
|
|
10224
10293
|
# The method name is used to identify which part of the form triggered the form
|
|
10225
10294
|
# submission. This information is echoed back to the Chat app as part of the
|
|
10226
|
-
# card click event.
|
|
10227
|
-
# trigger a common behavior
|
|
10295
|
+
# card click event. You can use the same method name for several elements that
|
|
10296
|
+
# trigger a common behavior.
|
|
10228
10297
|
# Corresponds to the JSON property `actionMethodName`
|
|
10229
10298
|
# @return [String]
|
|
10230
10299
|
attr_accessor :action_method_name
|
|
@@ -10246,9 +10315,9 @@ module Google
|
|
|
10246
10315
|
end
|
|
10247
10316
|
|
|
10248
10317
|
# List of string parameters to supply when the action method is invoked. For
|
|
10249
|
-
# example, consider three snooze buttons: snooze now, snooze
|
|
10250
|
-
# week. You might use action method = snooze()
|
|
10251
|
-
# snooze time in the list of string parameters.
|
|
10318
|
+
# example, consider three snooze buttons: snooze now, snooze one day, snooze
|
|
10319
|
+
# next week. You might use `action method = snooze()`, passing the snooze type
|
|
10320
|
+
# and snooze time in the list of string parameters.
|
|
10252
10321
|
class GoogleChatV1WidgetMarkupFormActionActionParameter
|
|
10253
10322
|
include Google::Apis::Core::Hashable
|
|
10254
10323
|
|
|
@@ -10273,14 +10342,14 @@ module Google
|
|
|
10273
10342
|
end
|
|
10274
10343
|
end
|
|
10275
10344
|
|
|
10276
|
-
# An image that
|
|
10345
|
+
# An image that's specified by a URL and can have an `onclick` action.
|
|
10277
10346
|
class GoogleChatV1WidgetMarkupImage
|
|
10278
10347
|
include Google::Apis::Core::Hashable
|
|
10279
10348
|
|
|
10280
|
-
# The aspect ratio of this image (width
|
|
10281
|
-
#
|
|
10282
|
-
#
|
|
10283
|
-
#
|
|
10349
|
+
# The aspect ratio of this image (width and height). This field lets you reserve
|
|
10350
|
+
# the right height for the image while waiting for it to load. It's not meant to
|
|
10351
|
+
# override the built-in aspect ratio of the image. If unset, the server fills it
|
|
10352
|
+
# by prefetching the image.
|
|
10284
10353
|
# Corresponds to the JSON property `aspectRatio`
|
|
10285
10354
|
# @return [Float]
|
|
10286
10355
|
attr_accessor :aspect_ratio
|
|
@@ -10290,7 +10359,7 @@ module Google
|
|
|
10290
10359
|
# @return [String]
|
|
10291
10360
|
attr_accessor :image_url
|
|
10292
10361
|
|
|
10293
|
-
# An onclick action (
|
|
10362
|
+
# An `onclick` action (for example, open a link).
|
|
10294
10363
|
# Corresponds to the JSON property `onClick`
|
|
10295
10364
|
# @return [Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupOnClick]
|
|
10296
10365
|
attr_accessor :on_click
|
|
@@ -10307,11 +10376,11 @@ module Google
|
|
|
10307
10376
|
end
|
|
10308
10377
|
end
|
|
10309
10378
|
|
|
10310
|
-
# An image button with an onclick action.
|
|
10379
|
+
# An image button with an `onclick` action.
|
|
10311
10380
|
class GoogleChatV1WidgetMarkupImageButton
|
|
10312
10381
|
include Google::Apis::Core::Hashable
|
|
10313
10382
|
|
|
10314
|
-
# The icon specified by an enum that indices to an icon provided by Chat API.
|
|
10383
|
+
# The icon specified by an `enum` that indices to an icon provided by Chat API.
|
|
10315
10384
|
# Corresponds to the JSON property `icon`
|
|
10316
10385
|
# @return [String]
|
|
10317
10386
|
attr_accessor :icon
|
|
@@ -10321,13 +10390,13 @@ module Google
|
|
|
10321
10390
|
# @return [String]
|
|
10322
10391
|
attr_accessor :icon_url
|
|
10323
10392
|
|
|
10324
|
-
# The name of this image_button
|
|
10325
|
-
#
|
|
10393
|
+
# The name of this `image_button` that's used for accessibility. Default value
|
|
10394
|
+
# is provided if this name isn't specified.
|
|
10326
10395
|
# Corresponds to the JSON property `name`
|
|
10327
10396
|
# @return [String]
|
|
10328
10397
|
attr_accessor :name
|
|
10329
10398
|
|
|
10330
|
-
# An onclick action (
|
|
10399
|
+
# An `onclick` action (for example, open a link).
|
|
10331
10400
|
# Corresponds to the JSON property `onClick`
|
|
10332
10401
|
# @return [Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupOnClick]
|
|
10333
10402
|
attr_accessor :on_click
|
|
@@ -10345,14 +10414,16 @@ module Google
|
|
|
10345
10414
|
end
|
|
10346
10415
|
end
|
|
10347
10416
|
|
|
10348
|
-
# A UI element contains a key (label) and a value (content).
|
|
10349
|
-
#
|
|
10417
|
+
# A UI element contains a key (label) and a value (content). This element can
|
|
10418
|
+
# also contain some actions such as `onclick` button.
|
|
10350
10419
|
class GoogleChatV1WidgetMarkupKeyValue
|
|
10351
10420
|
include Google::Apis::Core::Hashable
|
|
10352
10421
|
|
|
10353
10422
|
# The text of the bottom label. Formatted text supported. For more information
|
|
10354
|
-
# about formatting text, see Formatting text in Google Chat apps
|
|
10355
|
-
#
|
|
10423
|
+
# about formatting text, see [Formatting text in Google Chat apps](https://
|
|
10424
|
+
# developers.google.com/chat/api/guides/message-formats/cards#
|
|
10425
|
+
# card_text_formatting) and [Formatting text in Google Workspace Add-ons](https:/
|
|
10426
|
+
# /developers.google.com/apps-script/add-ons/concepts/widgets#text_formatting).
|
|
10356
10427
|
# Corresponds to the JSON property `bottomLabel`
|
|
10357
10428
|
# @return [String]
|
|
10358
10429
|
attr_accessor :bottom_label
|
|
@@ -10363,8 +10434,10 @@ module Google
|
|
|
10363
10434
|
attr_accessor :button
|
|
10364
10435
|
|
|
10365
10436
|
# The text of the content. Formatted text supported and always required. For
|
|
10366
|
-
# more information about formatting text, see Formatting text in Google Chat
|
|
10367
|
-
# apps
|
|
10437
|
+
# more information about formatting text, see [Formatting text in Google Chat
|
|
10438
|
+
# apps](https://developers.google.com/chat/api/guides/message-formats/cards#
|
|
10439
|
+
# card_text_formatting) and [Formatting text in Google Workspace Add-ons](https:/
|
|
10440
|
+
# /developers.google.com/apps-script/add-ons/concepts/widgets#text_formatting).
|
|
10368
10441
|
# Corresponds to the JSON property `content`
|
|
10369
10442
|
# @return [String]
|
|
10370
10443
|
attr_accessor :content
|
|
@@ -10375,8 +10448,8 @@ module Google
|
|
|
10375
10448
|
attr_accessor :content_multiline
|
|
10376
10449
|
alias_method :content_multiline?, :content_multiline
|
|
10377
10450
|
|
|
10378
|
-
# An enum value that
|
|
10379
|
-
#
|
|
10451
|
+
# An enum value that's replaced by the Chat API with the corresponding icon
|
|
10452
|
+
# image.
|
|
10380
10453
|
# Corresponds to the JSON property `icon`
|
|
10381
10454
|
# @return [String]
|
|
10382
10455
|
attr_accessor :icon
|
|
@@ -10386,14 +10459,16 @@ module Google
|
|
|
10386
10459
|
# @return [String]
|
|
10387
10460
|
attr_accessor :icon_url
|
|
10388
10461
|
|
|
10389
|
-
# An onclick action (
|
|
10462
|
+
# An `onclick` action (for example, open a link).
|
|
10390
10463
|
# Corresponds to the JSON property `onClick`
|
|
10391
10464
|
# @return [Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupOnClick]
|
|
10392
10465
|
attr_accessor :on_click
|
|
10393
10466
|
|
|
10394
10467
|
# The text of the top label. Formatted text supported. For more information
|
|
10395
|
-
# about formatting text, see Formatting text in Google Chat apps
|
|
10396
|
-
#
|
|
10468
|
+
# about formatting text, see [Formatting text in Google Chat apps](https://
|
|
10469
|
+
# developers.google.com/chat/api/guides/message-formats/cards#
|
|
10470
|
+
# card_text_formatting) and [Formatting text in Google Workspace Add-ons](https:/
|
|
10471
|
+
# /developers.google.com/apps-script/add-ons/concepts/widgets#text_formatting).
|
|
10397
10472
|
# Corresponds to the JSON property `topLabel`
|
|
10398
10473
|
# @return [String]
|
|
10399
10474
|
attr_accessor :top_label
|
|
@@ -10415,12 +10490,12 @@ module Google
|
|
|
10415
10490
|
end
|
|
10416
10491
|
end
|
|
10417
10492
|
|
|
10418
|
-
# An onclick action (
|
|
10493
|
+
# An `onclick` action (for example, open a link).
|
|
10419
10494
|
class GoogleChatV1WidgetMarkupOnClick
|
|
10420
10495
|
include Google::Apis::Core::Hashable
|
|
10421
10496
|
|
|
10422
10497
|
# A form action describes the behavior when the form is submitted. For example,
|
|
10423
|
-
#
|
|
10498
|
+
# you can invoke Apps Script to handle the form.
|
|
10424
10499
|
# Corresponds to the JSON property `action`
|
|
10425
10500
|
# @return [Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupFormAction]
|
|
10426
10501
|
attr_accessor :action
|
|
@@ -10460,11 +10535,11 @@ module Google
|
|
|
10460
10535
|
end
|
|
10461
10536
|
end
|
|
10462
10537
|
|
|
10463
|
-
# A button with text and onclick action.
|
|
10538
|
+
# A button with text and `onclick` action.
|
|
10464
10539
|
class GoogleChatV1WidgetMarkupTextButton
|
|
10465
10540
|
include Google::Apis::Core::Hashable
|
|
10466
10541
|
|
|
10467
|
-
# An onclick action (
|
|
10542
|
+
# An `onclick` action (for example, open a link).
|
|
10468
10543
|
# Corresponds to the JSON property `onClick`
|
|
10469
10544
|
# @return [Google::Apis::CloudsearchV1::GoogleChatV1WidgetMarkupOnClick]
|
|
10470
10545
|
attr_accessor :on_click
|
|
@@ -10486,8 +10561,10 @@ module Google
|
|
|
10486
10561
|
end
|
|
10487
10562
|
|
|
10488
10563
|
# A paragraph of text. Formatted text supported. For more information about
|
|
10489
|
-
# formatting text, see Formatting text in Google Chat apps
|
|
10490
|
-
#
|
|
10564
|
+
# formatting text, see [Formatting text in Google Chat apps](https://developers.
|
|
10565
|
+
# google.com/chat/api/guides/message-formats/cards#card_text_formatting) and [
|
|
10566
|
+
# Formatting text in Google Workspace Add-ons](https://developers.google.com/
|
|
10567
|
+
# apps-script/add-ons/concepts/widgets#text_formatting).
|
|
10491
10568
|
class GoogleChatV1WidgetMarkupTextParagraph
|
|
10492
10569
|
include Google::Apis::Core::Hashable
|
|
10493
10570
|
|
|
@@ -16366,6 +16443,25 @@ module Google
|
|
|
16366
16443
|
end
|
|
16367
16444
|
end
|
|
16368
16445
|
|
|
16446
|
+
# Details about a user's query activity.
|
|
16447
|
+
class QueryActivity
|
|
16448
|
+
include Google::Apis::Core::Hashable
|
|
16449
|
+
|
|
16450
|
+
# User input query to be logged/removed.
|
|
16451
|
+
# Corresponds to the JSON property `query`
|
|
16452
|
+
# @return [String]
|
|
16453
|
+
attr_accessor :query
|
|
16454
|
+
|
|
16455
|
+
def initialize(**args)
|
|
16456
|
+
update!(**args)
|
|
16457
|
+
end
|
|
16458
|
+
|
|
16459
|
+
# Update properties of this object
|
|
16460
|
+
def update!(**args)
|
|
16461
|
+
@query = args[:query] if args.key?(:query)
|
|
16462
|
+
end
|
|
16463
|
+
end
|
|
16464
|
+
|
|
16369
16465
|
#
|
|
16370
16466
|
class QueryCountByStatus
|
|
16371
16467
|
include Google::Apis::Core::Hashable
|
|
@@ -17114,6 +17210,46 @@ module Google
|
|
|
17114
17210
|
end
|
|
17115
17211
|
end
|
|
17116
17212
|
|
|
17213
|
+
# Remove Logged Activity Request.
|
|
17214
|
+
class RemoveActivityRequest
|
|
17215
|
+
include Google::Apis::Core::Hashable
|
|
17216
|
+
|
|
17217
|
+
# Shared request options for all RPC methods.
|
|
17218
|
+
# Corresponds to the JSON property `requestOptions`
|
|
17219
|
+
# @return [Google::Apis::CloudsearchV1::RequestOptions]
|
|
17220
|
+
attr_accessor :request_options
|
|
17221
|
+
|
|
17222
|
+
# User's single or bulk query activity. This can be a logging query or deletion
|
|
17223
|
+
# query.
|
|
17224
|
+
# Corresponds to the JSON property `userActivity`
|
|
17225
|
+
# @return [Google::Apis::CloudsearchV1::UserActivity]
|
|
17226
|
+
attr_accessor :user_activity
|
|
17227
|
+
|
|
17228
|
+
def initialize(**args)
|
|
17229
|
+
update!(**args)
|
|
17230
|
+
end
|
|
17231
|
+
|
|
17232
|
+
# Update properties of this object
|
|
17233
|
+
def update!(**args)
|
|
17234
|
+
@request_options = args[:request_options] if args.key?(:request_options)
|
|
17235
|
+
@user_activity = args[:user_activity] if args.key?(:user_activity)
|
|
17236
|
+
end
|
|
17237
|
+
end
|
|
17238
|
+
|
|
17239
|
+
# Remove Logged Activity Response. will return an empty response for now. Will
|
|
17240
|
+
# be revisited in later phases.
|
|
17241
|
+
class RemoveActivityResponse
|
|
17242
|
+
include Google::Apis::Core::Hashable
|
|
17243
|
+
|
|
17244
|
+
def initialize(**args)
|
|
17245
|
+
update!(**args)
|
|
17246
|
+
end
|
|
17247
|
+
|
|
17248
|
+
# Update properties of this object
|
|
17249
|
+
def update!(**args)
|
|
17250
|
+
end
|
|
17251
|
+
end
|
|
17252
|
+
|
|
17117
17253
|
#
|
|
17118
17254
|
class RenameEvent
|
|
17119
17255
|
include Google::Apis::Core::Hashable
|
|
@@ -19293,6 +19429,11 @@ module Google
|
|
|
19293
19429
|
# @return [String]
|
|
19294
19430
|
attr_accessor :suggested_query
|
|
19295
19431
|
|
|
19432
|
+
# Suggestion triggered for the current query.
|
|
19433
|
+
# Corresponds to the JSON property `suggestionType`
|
|
19434
|
+
# @return [String]
|
|
19435
|
+
attr_accessor :suggestion_type
|
|
19436
|
+
|
|
19296
19437
|
def initialize(**args)
|
|
19297
19438
|
update!(**args)
|
|
19298
19439
|
end
|
|
@@ -19300,6 +19441,7 @@ module Google
|
|
|
19300
19441
|
# Update properties of this object
|
|
19301
19442
|
def update!(**args)
|
|
19302
19443
|
@suggested_query = args[:suggested_query] if args.key?(:suggested_query)
|
|
19444
|
+
@suggestion_type = args[:suggestion_type] if args.key?(:suggestion_type)
|
|
19303
19445
|
end
|
|
19304
19446
|
end
|
|
19305
19447
|
|
|
@@ -21096,7 +21238,7 @@ module Google
|
|
|
21096
21238
|
# @return [String]
|
|
21097
21239
|
attr_accessor :attachment_token
|
|
21098
21240
|
|
|
21099
|
-
# Metadata used only in Dynamite backend for uploaded attachments.
|
|
21241
|
+
# Metadata used only in Dynamite backend for uploaded attachments. NEXT ID: 20
|
|
21100
21242
|
# Corresponds to the JSON property `backendUploadMetadata`
|
|
21101
21243
|
# @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedBackendUploadMetadata]
|
|
21102
21244
|
attr_accessor :backend_upload_metadata
|
|
@@ -21140,6 +21282,12 @@ module Google
|
|
|
21140
21282
|
# @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedDlpMetricsMetadata]
|
|
21141
21283
|
attr_accessor :dlp_metrics_metadata
|
|
21142
21284
|
|
|
21285
|
+
# Metadata used to describe search information in a specific component of a chat
|
|
21286
|
+
# message, for example an annotation or an attachment.
|
|
21287
|
+
# Corresponds to the JSON property `internalOnlyComponentSearchInfo`
|
|
21288
|
+
# @return [Google::Apis::CloudsearchV1::AppsDynamiteSharedMessageComponentSearchInfo]
|
|
21289
|
+
attr_accessor :internal_only_component_search_info
|
|
21290
|
+
|
|
21143
21291
|
# The timestamp of the most recent virus scan completed (in microseconds).
|
|
21144
21292
|
# Corresponds to the JSON property `latestVirusScanTimestamp`
|
|
21145
21293
|
# @return [Fixnum]
|
|
@@ -21181,6 +21329,7 @@ module Google
|
|
|
21181
21329
|
@content_name = args[:content_name] if args.key?(:content_name)
|
|
21182
21330
|
@content_type = args[:content_type] if args.key?(:content_type)
|
|
21183
21331
|
@dlp_metrics_metadata = args[:dlp_metrics_metadata] if args.key?(:dlp_metrics_metadata)
|
|
21332
|
+
@internal_only_component_search_info = args[:internal_only_component_search_info] if args.key?(:internal_only_component_search_info)
|
|
21184
21333
|
@latest_virus_scan_timestamp = args[:latest_virus_scan_timestamp] if args.key?(:latest_virus_scan_timestamp)
|
|
21185
21334
|
@local_id = args[:local_id] if args.key?(:local_id)
|
|
21186
21335
|
@original_dimension = args[:original_dimension] if args.key?(:original_dimension)
|
|
@@ -21417,6 +21566,26 @@ module Google
|
|
|
21417
21566
|
end
|
|
21418
21567
|
end
|
|
21419
21568
|
|
|
21569
|
+
# User's single or bulk query activity. This can be a logging query or deletion
|
|
21570
|
+
# query.
|
|
21571
|
+
class UserActivity
|
|
21572
|
+
include Google::Apis::Core::Hashable
|
|
21573
|
+
|
|
21574
|
+
# Details about a user's query activity.
|
|
21575
|
+
# Corresponds to the JSON property `queryActivity`
|
|
21576
|
+
# @return [Google::Apis::CloudsearchV1::QueryActivity]
|
|
21577
|
+
attr_accessor :query_activity
|
|
21578
|
+
|
|
21579
|
+
def initialize(**args)
|
|
21580
|
+
update!(**args)
|
|
21581
|
+
end
|
|
21582
|
+
|
|
21583
|
+
# Update properties of this object
|
|
21584
|
+
def update!(**args)
|
|
21585
|
+
@query_activity = args[:query_activity] if args.key?(:query_activity)
|
|
21586
|
+
end
|
|
21587
|
+
end
|
|
21588
|
+
|
|
21420
21589
|
# Resource for displaying user info
|
|
21421
21590
|
class UserDisplayInfo
|
|
21422
21591
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudsearchV1
|
|
18
18
|
# Version of the google-apis-cloudsearch_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.51.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230524"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -178,6 +178,18 @@ module Google
|
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
|
179
179
|
end
|
|
180
180
|
|
|
181
|
+
class AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadata
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadataPhotoId
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
+
|
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
+
end
|
|
192
|
+
|
|
181
193
|
class AppsDynamiteSharedCalendarEventAnnotationData
|
|
182
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
195
|
|
|
@@ -2626,6 +2638,12 @@ module Google
|
|
|
2626
2638
|
include Google::Apis::Core::JsonObjectSupport
|
|
2627
2639
|
end
|
|
2628
2640
|
|
|
2641
|
+
class QueryActivity
|
|
2642
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2643
|
+
|
|
2644
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2645
|
+
end
|
|
2646
|
+
|
|
2629
2647
|
class QueryCountByStatus
|
|
2630
2648
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2631
2649
|
|
|
@@ -2746,6 +2764,18 @@ module Google
|
|
|
2746
2764
|
include Google::Apis::Core::JsonObjectSupport
|
|
2747
2765
|
end
|
|
2748
2766
|
|
|
2767
|
+
class RemoveActivityRequest
|
|
2768
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2769
|
+
|
|
2770
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2771
|
+
end
|
|
2772
|
+
|
|
2773
|
+
class RemoveActivityResponse
|
|
2774
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2775
|
+
|
|
2776
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2777
|
+
end
|
|
2778
|
+
|
|
2749
2779
|
class RenameEvent
|
|
2750
2780
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2751
2781
|
|
|
@@ -3448,6 +3478,12 @@ module Google
|
|
|
3448
3478
|
include Google::Apis::Core::JsonObjectSupport
|
|
3449
3479
|
end
|
|
3450
3480
|
|
|
3481
|
+
class UserActivity
|
|
3482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3483
|
+
|
|
3484
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3485
|
+
end
|
|
3486
|
+
|
|
3451
3487
|
class UserDisplayInfo
|
|
3452
3488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3453
3489
|
|
|
@@ -3872,6 +3908,8 @@ module Google
|
|
|
3872
3908
|
property :group_id, as: 'groupId', class: Google::Apis::CloudsearchV1::GroupId, decorator: Google::Apis::CloudsearchV1::GroupId::Representation
|
|
3873
3909
|
|
|
3874
3910
|
property :is_client_side_transcoded_video, as: 'isClientSideTranscodedVideo'
|
|
3911
|
+
property :migrated_from_hangouts_metadata, as: 'migratedFromHangoutsMetadata', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadata, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadata::Representation
|
|
3912
|
+
|
|
3875
3913
|
property :original_dimension, as: 'originalDimension', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedDimension, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedDimension::Representation
|
|
3876
3914
|
|
|
3877
3915
|
property :quote_reply_message_id, as: 'quoteReplyMessageId', class: Google::Apis::CloudsearchV1::MessageId, decorator: Google::Apis::CloudsearchV1::MessageId::Representation
|
|
@@ -3885,6 +3923,23 @@ module Google
|
|
|
3885
3923
|
end
|
|
3886
3924
|
end
|
|
3887
3925
|
|
|
3926
|
+
class AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadata
|
|
3927
|
+
# @private
|
|
3928
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3929
|
+
property :photo_id, as: 'photoId', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadataPhotoId, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadataPhotoId::Representation
|
|
3930
|
+
|
|
3931
|
+
property :update_timestamp_usec, :numeric_string => true, as: 'updateTimestampUsec'
|
|
3932
|
+
end
|
|
3933
|
+
end
|
|
3934
|
+
|
|
3935
|
+
class AppsDynamiteSharedBackendUploadMetadataMigratedFromHangoutsMetadataPhotoId
|
|
3936
|
+
# @private
|
|
3937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3938
|
+
property :photo_id, :numeric_string => true, as: 'photoId'
|
|
3939
|
+
property :user_id, :numeric_string => true, as: 'userId'
|
|
3940
|
+
end
|
|
3941
|
+
end
|
|
3942
|
+
|
|
3888
3943
|
class AppsDynamiteSharedCalendarEventAnnotationData
|
|
3889
3944
|
# @private
|
|
3890
3945
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5080,6 +5135,7 @@ module Google
|
|
|
5080
5135
|
property :support_urls, as: 'supportUrls', class: Google::Apis::CloudsearchV1::SupportUrls, decorator: Google::Apis::CloudsearchV1::SupportUrls::Representation
|
|
5081
5136
|
|
|
5082
5137
|
collection :supported_uses, as: 'supportedUses'
|
|
5138
|
+
property :uninstall_capability, as: 'uninstallCapability'
|
|
5083
5139
|
end
|
|
5084
5140
|
end
|
|
5085
5141
|
|
|
@@ -8223,6 +8279,13 @@ module Google
|
|
|
8223
8279
|
end
|
|
8224
8280
|
end
|
|
8225
8281
|
|
|
8282
|
+
class QueryActivity
|
|
8283
|
+
# @private
|
|
8284
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8285
|
+
property :query, as: 'query'
|
|
8286
|
+
end
|
|
8287
|
+
end
|
|
8288
|
+
|
|
8226
8289
|
class QueryCountByStatus
|
|
8227
8290
|
# @private
|
|
8228
8291
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8423,6 +8486,22 @@ module Google
|
|
|
8423
8486
|
end
|
|
8424
8487
|
end
|
|
8425
8488
|
|
|
8489
|
+
class RemoveActivityRequest
|
|
8490
|
+
# @private
|
|
8491
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8492
|
+
property :request_options, as: 'requestOptions', class: Google::Apis::CloudsearchV1::RequestOptions, decorator: Google::Apis::CloudsearchV1::RequestOptions::Representation
|
|
8493
|
+
|
|
8494
|
+
property :user_activity, as: 'userActivity', class: Google::Apis::CloudsearchV1::UserActivity, decorator: Google::Apis::CloudsearchV1::UserActivity::Representation
|
|
8495
|
+
|
|
8496
|
+
end
|
|
8497
|
+
end
|
|
8498
|
+
|
|
8499
|
+
class RemoveActivityResponse
|
|
8500
|
+
# @private
|
|
8501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8502
|
+
end
|
|
8503
|
+
end
|
|
8504
|
+
|
|
8426
8505
|
class RenameEvent
|
|
8427
8506
|
# @private
|
|
8428
8507
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9050,6 +9129,7 @@ module Google
|
|
|
9050
9129
|
# @private
|
|
9051
9130
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9052
9131
|
property :suggested_query, as: 'suggestedQuery'
|
|
9132
|
+
property :suggestion_type, as: 'suggestionType'
|
|
9053
9133
|
end
|
|
9054
9134
|
end
|
|
9055
9135
|
|
|
@@ -9585,6 +9665,8 @@ module Google
|
|
|
9585
9665
|
property :content_type, as: 'contentType'
|
|
9586
9666
|
property :dlp_metrics_metadata, as: 'dlpMetricsMetadata', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedDlpMetricsMetadata, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedDlpMetricsMetadata::Representation
|
|
9587
9667
|
|
|
9668
|
+
property :internal_only_component_search_info, as: 'internalOnlyComponentSearchInfo', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedMessageComponentSearchInfo, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedMessageComponentSearchInfo::Representation
|
|
9669
|
+
|
|
9588
9670
|
property :latest_virus_scan_timestamp, :numeric_string => true, as: 'latestVirusScanTimestamp'
|
|
9589
9671
|
property :local_id, as: 'localId'
|
|
9590
9672
|
property :original_dimension, as: 'originalDimension', class: Google::Apis::CloudsearchV1::AppsDynamiteSharedDimension, decorator: Google::Apis::CloudsearchV1::AppsDynamiteSharedDimension::Representation
|
|
@@ -9645,6 +9727,14 @@ module Google
|
|
|
9645
9727
|
end
|
|
9646
9728
|
end
|
|
9647
9729
|
|
|
9730
|
+
class UserActivity
|
|
9731
|
+
# @private
|
|
9732
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9733
|
+
property :query_activity, as: 'queryActivity', class: Google::Apis::CloudsearchV1::QueryActivity, decorator: Google::Apis::CloudsearchV1::QueryActivity::Representation
|
|
9734
|
+
|
|
9735
|
+
end
|
|
9736
|
+
end
|
|
9737
|
+
|
|
9648
9738
|
class UserDisplayInfo
|
|
9649
9739
|
# @private
|
|
9650
9740
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -868,6 +868,41 @@ module Google
|
|
|
868
868
|
execute_or_queue_command(command, &block)
|
|
869
869
|
end
|
|
870
870
|
|
|
871
|
+
# Provides functionality to remove logged activity for a user. Currently to be
|
|
872
|
+
# used only for dynamite 1p clients **Note:** This API requires a standard end
|
|
873
|
+
# user account to execute. A service account can't perform Remove Activity
|
|
874
|
+
# requests directly; to use a service account to perform queries, set up [Google
|
|
875
|
+
# Workspace domain-wide delegation of authority](https://developers.google.com/
|
|
876
|
+
# cloud-search/docs/guides/delegation/).
|
|
877
|
+
# @param [Google::Apis::CloudsearchV1::RemoveActivityRequest] remove_activity_request_object
|
|
878
|
+
# @param [String] fields
|
|
879
|
+
# Selector specifying which fields to include in a partial response.
|
|
880
|
+
# @param [String] quota_user
|
|
881
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
882
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
883
|
+
# @param [Google::Apis::RequestOptions] options
|
|
884
|
+
# Request-specific options
|
|
885
|
+
#
|
|
886
|
+
# @yield [result, err] Result & error if block supplied
|
|
887
|
+
# @yieldparam result [Google::Apis::CloudsearchV1::RemoveActivityResponse] parsed result object
|
|
888
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
889
|
+
#
|
|
890
|
+
# @return [Google::Apis::CloudsearchV1::RemoveActivityResponse]
|
|
891
|
+
#
|
|
892
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
893
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
894
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
895
|
+
def remove_query_activity(remove_activity_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
896
|
+
command = make_simple_command(:post, 'v1/query:removeActivity', options)
|
|
897
|
+
command.request_representation = Google::Apis::CloudsearchV1::RemoveActivityRequest::Representation
|
|
898
|
+
command.request_object = remove_activity_request_object
|
|
899
|
+
command.response_representation = Google::Apis::CloudsearchV1::RemoveActivityResponse::Representation
|
|
900
|
+
command.response_class = Google::Apis::CloudsearchV1::RemoveActivityResponse
|
|
901
|
+
command.query['fields'] = fields unless fields.nil?
|
|
902
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
903
|
+
execute_or_queue_command(command, &block)
|
|
904
|
+
end
|
|
905
|
+
|
|
871
906
|
# The Cloud Search Query API provides the search method, which returns the most
|
|
872
907
|
# relevant results from a user query. The results can come from Google Workspace
|
|
873
908
|
# apps, such as Gmail or Google Drive, or they can come from data that you have
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudsearch_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.51.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.51.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|