You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/logging_v2.billingAccounts.buckets.views.html
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -105,19 +105,6 @@ <h3>Method Details</h3>
105
105
"description": "A String", # Describes this view.
106
106
"filter": "A String", # Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
107
107
"name": "A String", # The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
108
-
"schema": { # Schema of a table containing logs. # Describes the schema of the logs stored in the bucket that are accessible via this view.This field is only populated for views in analytics-enabled buckets.
109
-
"fields": [ # Describes the fields in a table.
110
-
{ # A field in TableSchema. The fields describe the static fields in the LogEntry. Any dynamic fields generated by the customer in fields like labels and jsonPayload are not listed in the schema as they use a native JSON type field.
111
-
"description": "A String", # Optional. The field description.
112
-
"fields": [ # Optional. Describes the nested schema fields if the type property is set to RECORD.
113
-
# Object with schema name: TableFieldSchema
114
-
],
115
-
"mode": "A String", # Optional. The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
116
-
"name": "A String", # Required. The field name corresponding to fields in the LogEntry.
117
-
"type": "A String", # Required. The field data type. Possible values include: STRING INTEGER (or INT64) FLOAT (or FLOAT64) BOOLEAN (or BOOL) TIMESTAMP RECORD (or STRUCT)Use of RECORD/STRUT indicates that the field contains a nested schema.
118
-
},
119
-
],
120
-
},
121
108
"updateTime": "A String", # Output only. The last update timestamp of the view.
<pclass="firstline">Deletes a view on a log bucket.</p>
85
+
<pclass="firstline">Deletes a view on a log bucket. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can delete the view. If this occurs, please try again in a few minutes.</p>
<pclass="firstline">Updates a view on a log bucket. This method replaces the following fields in the existing view with values from the new view: filter.</p>
94
+
<pclass="firstline">Updates a view on a log bucket. This method replaces the following fields in the existing view with values from the new view: filter. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can update the view. If this occurs, please try again in a few minutes.</p>
95
95
<h3>Method Details</h3>
96
96
<divclass="method">
97
97
<codeclass="details" id="close">close()</code>
@@ -112,19 +112,6 @@ <h3>Method Details</h3>
112
112
"description": "A String", # Describes this view.
113
113
"filter": "A String", # Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
114
114
"name": "A String", # The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
115
-
"schema": { # Schema of a table containing logs. # Describes the schema of the logs stored in the bucket that are accessible via this view.This field is only populated for views in analytics-enabled buckets.
116
-
"fields": [ # Describes the fields in a table.
117
-
{ # A field in TableSchema. The fields describe the static fields in the LogEntry. Any dynamic fields generated by the customer in fields like labels and jsonPayload are not listed in the schema as they use a native JSON type field.
118
-
"description": "A String", # Optional. The field description.
119
-
"fields": [ # Optional. Describes the nested schema fields if the type property is set to RECORD.
120
-
# Object with schema name: TableFieldSchema
121
-
],
122
-
"mode": "A String", # Optional. The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
123
-
"name": "A String", # Required. The field name corresponding to fields in the LogEntry.
124
-
"type": "A String", # Required. The field data type. Possible values include: STRING INTEGER (or INT64) FLOAT (or FLOAT64) BOOLEAN (or BOOL) TIMESTAMP RECORD (or STRUCT)Use of RECORD/STRUT indicates that the field contains a nested schema.
125
-
},
126
-
],
127
-
},
128
115
"updateTime": "A String", # Output only. The last update timestamp of the view.
129
116
}
130
117
@@ -142,26 +129,13 @@ <h3>Method Details</h3>
142
129
"description": "A String", # Describes this view.
143
130
"filter": "A String", # Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
144
131
"name": "A String", # The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
145
-
"schema": { # Schema of a table containing logs. # Describes the schema of the logs stored in the bucket that are accessible via this view.This field is only populated for views in analytics-enabled buckets.
146
-
"fields": [ # Describes the fields in a table.
147
-
{ # A field in TableSchema. The fields describe the static fields in the LogEntry. Any dynamic fields generated by the customer in fields like labels and jsonPayload are not listed in the schema as they use a native JSON type field.
148
-
"description": "A String", # Optional. The field description.
149
-
"fields": [ # Optional. Describes the nested schema fields if the type property is set to RECORD.
150
-
# Object with schema name: TableFieldSchema
151
-
],
152
-
"mode": "A String", # Optional. The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
153
-
"name": "A String", # Required. The field name corresponding to fields in the LogEntry.
154
-
"type": "A String", # Required. The field data type. Possible values include: STRING INTEGER (or INT64) FLOAT (or FLOAT64) BOOLEAN (or BOOL) TIMESTAMP RECORD (or STRUCT)Use of RECORD/STRUT indicates that the field contains a nested schema.
155
-
},
156
-
],
157
-
},
158
132
"updateTime": "A String", # Output only. The last update timestamp of the view.
<pre>Deletes a view on a log bucket. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can delete the view. If this occurs, please try again in a few minutes.
165
139
166
140
Args:
167
141
name: string, Required. The full resource name of the view to delete: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-project/locations/global/buckets/my-bucket/views/my-view" (required)
@@ -201,19 +175,6 @@ <h3>Method Details</h3>
201
175
"description": "A String", # Describes this view.
202
176
"filter": "A String", # Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
203
177
"name": "A String", # The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
204
-
"schema": { # Schema of a table containing logs. # Describes the schema of the logs stored in the bucket that are accessible via this view.This field is only populated for views in analytics-enabled buckets.
205
-
"fields": [ # Describes the fields in a table.
206
-
{ # A field in TableSchema. The fields describe the static fields in the LogEntry. Any dynamic fields generated by the customer in fields like labels and jsonPayload are not listed in the schema as they use a native JSON type field.
207
-
"description": "A String", # Optional. The field description.
208
-
"fields": [ # Optional. Describes the nested schema fields if the type property is set to RECORD.
209
-
# Object with schema name: TableFieldSchema
210
-
],
211
-
"mode": "A String", # Optional. The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
212
-
"name": "A String", # Required. The field name corresponding to fields in the LogEntry.
213
-
"type": "A String", # Required. The field data type. Possible values include: STRING INTEGER (or INT64) FLOAT (or FLOAT64) BOOLEAN (or BOOL) TIMESTAMP RECORD (or STRUCT)Use of RECORD/STRUT indicates that the field contains a nested schema.
214
-
},
215
-
],
216
-
},
217
178
"updateTime": "A String", # Output only. The last update timestamp of the view.
<pre>Updates a view on a log bucket. This method replaces the following fields in the existing view with values from the new view: filter.
200
+
<pre>Updates a view on a log bucket. This method replaces the following fields in the existing view with values from the new view: filter. If an UNAVAILABLE error is returned, this indicates that system is not in a state where it can update the view. If this occurs, please try again in a few minutes.
240
201
241
202
Args:
242
203
name: string, Required. The full resource name of the view to update "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-project/locations/global/buckets/my-bucket/views/my-view" (required)
@@ -248,19 +209,6 @@ <h3>Method Details</h3>
248
209
"description": "A String", # Describes this view.
249
210
"filter": "A String", # Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
250
211
"name": "A String", # The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
251
-
"schema": { # Schema of a table containing logs. # Describes the schema of the logs stored in the bucket that are accessible via this view.This field is only populated for views in analytics-enabled buckets.
252
-
"fields": [ # Describes the fields in a table.
253
-
{ # A field in TableSchema. The fields describe the static fields in the LogEntry. Any dynamic fields generated by the customer in fields like labels and jsonPayload are not listed in the schema as they use a native JSON type field.
254
-
"description": "A String", # Optional. The field description.
255
-
"fields": [ # Optional. Describes the nested schema fields if the type property is set to RECORD.
256
-
# Object with schema name: TableFieldSchema
257
-
],
258
-
"mode": "A String", # Optional. The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
259
-
"name": "A String", # Required. The field name corresponding to fields in the LogEntry.
260
-
"type": "A String", # Required. The field data type. Possible values include: STRING INTEGER (or INT64) FLOAT (or FLOAT64) BOOLEAN (or BOOL) TIMESTAMP RECORD (or STRUCT)Use of RECORD/STRUT indicates that the field contains a nested schema.
261
-
},
262
-
],
263
-
},
264
212
"updateTime": "A String", # Output only. The last update timestamp of the view.
265
213
}
266
214
@@ -278,19 +226,6 @@ <h3>Method Details</h3>
278
226
"description": "A String", # Describes this view.
279
227
"filter": "A String", # Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")
280
228
"name": "A String", # The resource name of the view.For example:projects/my-project/locations/global/buckets/my-bucket/views/my-view
281
-
"schema": { # Schema of a table containing logs. # Describes the schema of the logs stored in the bucket that are accessible via this view.This field is only populated for views in analytics-enabled buckets.
282
-
"fields": [ # Describes the fields in a table.
283
-
{ # A field in TableSchema. The fields describe the static fields in the LogEntry. Any dynamic fields generated by the customer in fields like labels and jsonPayload are not listed in the schema as they use a native JSON type field.
284
-
"description": "A String", # Optional. The field description.
285
-
"fields": [ # Optional. Describes the nested schema fields if the type property is set to RECORD.
286
-
# Object with schema name: TableFieldSchema
287
-
],
288
-
"mode": "A String", # Optional. The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
289
-
"name": "A String", # Required. The field name corresponding to fields in the LogEntry.
290
-
"type": "A String", # Required. The field data type. Possible values include: STRING INTEGER (or INT64) FLOAT (or FLOAT64) BOOLEAN (or BOOL) TIMESTAMP RECORD (or STRUCT)Use of RECORD/STRUT indicates that the field contains a nested schema.
291
-
},
292
-
],
293
-
},
294
229
"updateTime": "A String", # Output only. The last update timestamp of the view.
0 commit comments