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
This PR was generated using Autosynth. 🌈
<details><summary>Log from Synthtool</summary>
```
2020-04-03 03:37:53,765 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
2020-04-03 03:37:53,779 synthtool > Cloning https://github.com/googleapis/discovery-artifact-manager.git.
2020-04-03 03:37:54,394 synthtool > Cleaning output directory.
2020-04-03 03:37:54,396 synthtool > Installing dependencies.
2020-04-03 03:37:56,188 synthtool > Generating adexchangebuyer2 v2beta1.
2020-04-03 03:37:56,189 synthtool > 1.30.1
WARNING:root:object without properties CancelNegotiationRequest: OrderedDict([(u'description', u'Request to cancel an ongoing negotiation.'), (u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'CancelNegotiationRequest')])
WARNING:root:object without properties CompleteSetupRequest: OrderedDict([(u'properties', OrderedDict()), (u'id', u'CompleteSetupRequest'), (u'description', u"Request message for indicating that the proposal's setup step is complete."), (u'type', u'object')])
WARNING:root:object without properties Empty: OrderedDict([(u'properties', OrderedDict()), (u'id', u'Empty'), (u'description', u'A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.'), (u'type', u'object')])
WARNING:root:object without properties ResumeProposalRequest: OrderedDict([(u'description', u'Request message to resume (unpause) serving for an already-finalized\nproposal.'), (u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'ResumeProposalRequest')])
WARNING:root:object without properties StopWatchingCreativeRequest: OrderedDict([(u'id', u'StopWatchingCreativeRequest'), (u'description', u'A request for stopping notifications for changes to creative Status.'), (u'type', u'object'), (u'properties', OrderedDict())])
Writing json metadata to clients/google-api-services-adexchangebuyer2/v2beta1.metadata.json
2020-04-03 03:37:58,527 synthtool > Wrote metadata to clients/google-api-services-adexchangebuyer2/synth.metadata.
```
</details>
Copy file name to clipboardExpand all lines: clients/google-api-services-adexchangebuyer2/v2beta1/1.30.1/com/google/api/services/adexchangebuyer2/v2beta1/model/FilterSet.java
+33-6Lines changed: 33 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -76,8 +76,16 @@ public final class FilterSet extends com.google.api.client.json.GenericJson {
76
76
privatejava.lang.Stringenvironment;
77
77
78
78
/**
79
-
* The list of formats on which to filter; may be empty. The filters represented by multiple
80
-
* formats are ORed together (i.e., if non-empty, results must match any one of the formats).
79
+
* Creative format bidded on or allowed to bid on, can be empty.
80
+
* The value may be {@code null}.
81
+
*/
82
+
@com.google.api.client.util.Key
83
+
privatejava.lang.Stringformat;
84
+
85
+
/**
86
+
* Creative formats bidded on or allowed to bid on, can be empty. Although this field is a list,
87
+
* it can only be populated with a single item. A HTTP 400 bad request error will be returned in
88
+
* the response if you specify multiple items.
81
89
* The value may be {@code null}.
82
90
*/
83
91
@com.google.api.client.util.Key
@@ -245,17 +253,36 @@ public FilterSet setEnvironment(java.lang.String environment) {
245
253
}
246
254
247
255
/**
248
-
* The list of formats on which to filter; may be empty. The filters represented by multiple
249
-
* formats are ORed together (i.e., if non-empty, results must match any one of the formats).
256
+
* Creative format bidded on or allowed to bid on, can be empty.
257
+
* @return value or {@code null} for none
258
+
*/
259
+
publicjava.lang.StringgetFormat() {
260
+
returnformat;
261
+
}
262
+
263
+
/**
264
+
* Creative format bidded on or allowed to bid on, can be empty.
0 commit comments