generate googlapis (#181)
diff --git a/generated/googleapis/README.md b/generated/googleapis/README.md
index 3283917..1751642 100644
--- a/generated/googleapis/README.md
+++ b/generated/googleapis/README.md
@@ -191,7 +191,7 @@
#### Apigee API - apigee v1
-Use the Apigee API to programmatically develop and manage APIs with a set of RESTful operations. Develop and secure API proxies, deploy and undeploy API proxy revisions, monitor APIs, configure environments, manage users, and more. Get started using the APIs. *Note:* This product is available as a free trial for a time period of 60 days.
+Use the Apigee API to programmatically develop and manage APIs with a set of RESTful operations. Develop and secure API proxies, deploy and undeploy API proxy revisions, monitor APIs, configure environments, manage users, and more. Note: This product is available as a free trial for a time period of 60 days.
Official API documentation: https://cloud.google.com/apigee-api-management/
diff --git a/generated/googleapis/lib/admob/v1.dart b/generated/googleapis/lib/admob/v1.dart
index e8e02dc..d7b85dd 100644
--- a/generated/googleapis/lib/admob/v1.dart
+++ b/generated/googleapis/lib/admob/v1.dart
@@ -107,9 +107,11 @@
_response as core.Map<core.String, core.dynamic>);
}
- /// List the AdMob publisher account accessible with the client credential.
+ /// Lists the AdMob publisher account that was most recently signed in to from
+ /// the AdMob UI.
///
- /// Currently, all credentials have access to at most one AdMob account.
+ /// For more information, see
+ /// https://support.google.com/admob/answer/10243672.
///
/// Request parameters:
///
diff --git a/generated/googleapis/lib/apigee/v1.dart b/generated/googleapis/lib/apigee/v1.dart
index d5674c1..6e962b7 100644
--- a/generated/googleapis/lib/apigee/v1.dart
+++ b/generated/googleapis/lib/apigee/v1.dart
@@ -17,8 +17,8 @@
/// Use the Apigee API to programmatically develop and manage APIs with a set of
/// RESTful operations. Develop and secure API proxies, deploy and undeploy API
/// proxy revisions, monitor APIs, configure environments, manage users, and
-/// more. Get started using the APIs. *Note:* This product is available as a
-/// free trial for a time period of 60 days.
+/// more. Note: This product is available as a free trial for a time period of
+/// 60 days.
///
/// For more information, see <https://cloud.google.com/apigee-api-management/>
///
@@ -108,9 +108,8 @@
/// RESTful operations.
///
/// Develop and secure API proxies, deploy and undeploy API proxy revisions,
-/// monitor APIs, configure environments, manage users, and more. Get started
-/// using the APIs. *Note:* This product is available as a free trial for a time
-/// period of 60 days.
+/// monitor APIs, configure environments, manage users, and more. Note: This
+/// product is available as a free trial for a time period of 60 days.
class ApigeeApi {
/// View and manage your data across Google Cloud Platform services
static const cloudPlatformScope =
@@ -5170,22 +5169,24 @@
/// `^organizations/\[^/\]+/environments/\[^/\]+/apis/\[^/\]+/revisions/\[^/\]+$`.
///
/// [override] - Flag that specifies whether the new deployment replaces other
- /// deployed revisions of the API proxy in the environment. Set override to
- /// true to replace other deployed revisions. By default, override is false
- /// and the deployment is rejected if other revisions of the API proxy are
- /// deployed in the environment.
+ /// deployed revisions of the API proxy in the environment. Set `override` to
+ /// `true` to replace other deployed revisions. By default, `override` is
+ /// `false` and the deployment is rejected if other revisions of the API proxy
+ /// are deployed in the environment.
///
- /// [sequencedRollout] - If true, a best-effort attempt will be made to roll
- /// out the routing rules corresponding to this deployment and the environment
+ /// [sequencedRollout] - Flag that specifies whether to enable sequenced
+ /// rollout. If set to `true`, a best-effort attempt will be made to roll out
+ /// the routing rules corresponding to this deployment and the environment
/// changes to add this deployment in a safe order. This reduces the risk of
/// downtime that could be caused by changing the environment group's routing
/// before the new destination for the affected traffic is ready to receive
/// it. This should only be necessary if the new deployment will be capturing
/// traffic from another environment under a shared environment group or if
- /// traffic will be rerouted to a different environment due to a basepath
- /// removal. The GenerateDeployChangeReport API may be used to examine routing
- /// changes before issuing the deployment request, and its response will
- /// indicate if a sequenced rollout is recommended for the deployment.
+ /// traffic will be rerouted to a different environment due to a base path
+ /// removal. The \[GenerateDeployChangeReport
+ /// API\](GenerateDeployChangeReport) may be used to examine routing changes
+ /// before issuing the deployment request, and its response will indicate if a
+ /// sequenced rollout is recommended for the deployment.
///
/// [$fields] - Selector specifying which fields to include in a partial
/// response.
@@ -5277,15 +5278,17 @@
/// Value must have pattern
/// `^organizations/\[^/\]+/environments/\[^/\]+/apis/\[^/\]+/revisions/\[^/\]+$`.
///
- /// [sequencedRollout] - If true, a best-effort attempt will be made to remove
+ /// [sequencedRollout] - Flag that specifies whether to enable sequenced
+ /// rollout. If set to `true`, a best-effort attempt will be made to remove
/// the environment group routing rules corresponding to this deployment
/// before removing the deployment from the runtime. This is likely to be a
/// rare use case; it is only needed when the intended effect of undeploying
/// this proxy is to cause the traffic it currently handles to be rerouted to
/// some other existing proxy in the environment group. The
- /// GenerateUndeployChangeReport API may be used to examine routing changes
- /// before issuing the undeployment request, and its response will indicate if
- /// a sequenced rollout is recommended for the undeployment.
+ /// \[GenerateUndeployChangeReport API\](GenerateUndeployChangeReport) may be
+ /// used to examine routing changes before issuing the undeployment request,
+ /// and its response will indicate if a sequenced rollout is recommended for
+ /// the undeployment.
///
/// [$fields] - Selector specifying which fields to include in a partial
/// response.
@@ -7357,13 +7360,11 @@
/// Value must have pattern
/// `^organizations/\[^/\]+/environments/\[^/\]+/sharedflows/\[^/\]+/revisions/\[^/\]+$`.
///
- /// [override] - Flag that specifies whether to force the deployment of the
- /// new revision over the currently deployed revision by overriding conflict
- /// checks. If an existing shared flow revision is deployed, to ensure
- /// seamless deployment with no downtime, set this parameter to `true`. In
- /// this case, hybrid deploys the new revision fully before undeploying the
- /// existing revision. If set to `false`, you must undeploy the existing
- /// revision before deploying the new revision.
+ /// [override] - Flag that specifies whether the new deployment replaces other
+ /// deployed revisions of the shared flow in the environment. Set `override`
+ /// to `true` to replace other deployed revisions. By default, `override` is
+ /// `false` and the deployment is rejected if other revisions of the shared
+ /// flow are deployed in the environment.
///
/// [$fields] - Selector specifying which fields to include in a partial
/// response.
@@ -12509,7 +12510,9 @@
/// Status reported by runtime pods.
///
- /// This field is not populated for List APIs.
+ /// This field is not populated for List APIs. **Note**: **This field is
+ /// deprecated**. Runtime versions 1.3 and above report instance level status
+ /// rather than pod status.
core.List<GoogleCloudApigeeV1PodStatus>? pods;
/// API proxy revision.
@@ -12517,11 +12520,11 @@
/// Conflicts in the desired state routing configuration.
///
- /// The presence of conflicts does not cause the state to be ERROR, but it
- /// will mean that some of the deployments basepaths are not routed to its
+ /// The presence of conflicts does not cause the state to be `ERROR`, but it
+ /// will mean that some of the deployment's base paths are not routed to its
/// environment. If the conflicts change, the state will transition to
- /// PROGRESSING until the latest configuration is rolled out to all instances.
- /// This field is not populated in List APIs.
+ /// `PROGRESSING` until the latest configuration is rolled out to all
+ /// instances. This field is not populated in List APIs.
core.List<GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>?
routeConflicts;
@@ -12530,9 +12533,9 @@
/// This field is not populated in List APIs.
/// Possible string values are:
/// - "RUNTIME_STATE_UNSPECIFIED" : This value should never be returned.
- /// - "READY" : The runtime has loaded the deployment.
- /// - "PROGRESSING" : The deployment is not fully ready in the runtime.
- /// - "ERROR" : There is an error with the deployment that requires
+ /// - "READY" : Runtime has loaded the deployment.
+ /// - "PROGRESSING" : Deployment is not fully ready in the runtime.
+ /// - "ERROR" : Encountered an error with the deployment that requires
/// intervention.
core.String? state;
@@ -12610,16 +12613,16 @@
/// of the deployment request is to effect a routing change. The primary
/// purposes of the routing messages are: 1) To inform users of routing changes
/// that may have an effect on traffic currently being routed to other existing
-/// deployments. 2) To warn users if some basepath in the proxy will not receive
-/// traffic due to an existing deployment having already claimed that basepath.
-/// The presence of routing conflicts/changes will not cause non-dry-run
-/// DeployApiProxy/UndeployApiProxy requests to be rejected.
+/// deployments. 2) To warn users if some base path in the proxy will not
+/// receive traffic due to an existing deployment having already claimed that
+/// base path. The presence of routing conflicts/changes will not cause
+/// non-dry-run DeployApiProxy/UndeployApiProxy requests to be rejected.
class GoogleCloudApigeeV1DeploymentChangeReport {
/// All routing changes that may result from a deployment request.
core.List<GoogleCloudApigeeV1DeploymentChangeReportRoutingChange>?
routingChanges;
- /// All basepath conflicts detected for a deployment request.
+ /// All base path conflicts detected for a deployment request.
core.List<GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>?
routingConflicts;
@@ -12666,22 +12669,23 @@
/// Describes a potential routing change that may occur as a result of some
/// deployment operation.
class GoogleCloudApigeeV1DeploymentChangeReportRoutingChange {
- /// A human-readable description of this routing change.
+ /// Human-readable description of this routing change.
core.String? description;
- /// The name of the environment group affected by this routing change.
+ /// Name of the environment group affected by this routing change.
core.String? environmentGroup;
- /// The basepath/deployment that may stop receiving some traffic.
+ /// Base path/deployment that may stop receiving some traffic.
GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment? fromDeployment;
- /// True if using sequenced rollout would make this routing change safer.
+ /// Set to `true` if using sequenced rollout would make this routing change
+ /// safer.
///
- /// Note: this does not necessarily imply that automated sequenced rollout
+ /// **Note**: This does not necessarily imply that automated sequenced rollout
/// mode is supported for the operation.
core.bool? shouldSequenceRollout;
- /// The basepath/deployment that may start receiving that traffic.
+ /// Base path/deployment that may start receiving that traffic.
///
/// May be null if no deployment is able to receive the traffic.
GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment? toDeployment;
@@ -12722,16 +12726,16 @@
}
/// Describes a routing conflict that may cause a deployment not to receive
-/// traffic at some basepath.
+/// traffic at some base path.
class GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict {
- /// The existing basepath/deployment causing the conflict.
+ /// Existing base path/deployment causing the conflict.
GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment?
conflictingDeployment;
- /// A human-readable description of this conflict.
+ /// Human-readable description of this conflict.
core.String? description;
- /// The name of the environment group in which this conflict exists.
+ /// Name of the environment group in which this conflict exists.
core.String? environmentGroup;
GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict();
@@ -12760,18 +12764,18 @@
};
}
-/// A tuple representing a basepath and the deployment containing it.
+/// Tuple representing a base path and the deployment containing it.
class GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment {
- /// The name of the deployed proxy revision containing the basepath.
+ /// Name of the deployed API proxy revision containing the base path.
core.String? apiProxy;
- /// The basepath receiving traffic.
+ /// Base path receiving traffic.
core.String? basepath;
- /// The name of the environment in which the proxy is deployed.
+ /// Name of the environment in which the proxy is deployed.
core.String? environment;
- /// The name of the deployed proxy revision containing the basepath.
+ /// Name of the deployed API proxy revision containing the base path.
core.String? revision;
GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment();
@@ -13911,7 +13915,7 @@
/// throws an exception.
///
/// Set to `true` to continue execution. Set to `false` to stop execution if
- /// the flow hook throws an exception.Defaults to `true`.
+ /// the flow hook throws an exception. Defaults to `true`.
///
/// Optional.
core.bool? continueOnError;
@@ -14086,7 +14090,7 @@
/// Optional.
core.String? displayName;
- /// Hostname or IP address of the exposed Apigee endpoint used by clients to
+ /// Internal hostname or IP address of the Apigee endpoint used by clients to
/// connect to the service.
///
/// Output only.
@@ -14109,15 +14113,16 @@
/// Required.
core.String? name;
- /// The size of the CIDR block range that will be reserved by the instance.
+ /// Size of the CIDR block range that will be reserved by the instance.
///
- /// If not specified, default to SLASH_16.
+ /// PAID organizations support `SLASH_16` to `SLASH_20` and defaults to
+ /// `SLASH_16`. Evaluation organizations support only `SLASH_23`.
///
/// Optional.
/// Possible string values are:
/// - "CIDR_RANGE_UNSPECIFIED" : Range not specified.
- /// - "SLASH_16" : The "/16" CIDR range.
- /// - "SLASH_20" : The "/20" CIDR range.
+ /// - "SLASH_16" : `/16` CIDR range.
+ /// - "SLASH_20" : `/20` CIDR range.
core.String? peeringCidrRange;
/// Port number of the exposed Apigee endpoint.
@@ -14127,7 +14132,7 @@
/// State of the instance.
///
- /// Values other than ACTIVE means the resource is not ready to use.
+ /// Values other than `ACTIVE` means the resource is not ready to use.
///
/// Output only.
/// Possible string values are:
@@ -14234,9 +14239,9 @@
core.List<GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision>?
deployedRevisions;
- /// The current routes deployed in the ingress routing table.
+ /// Current routes deployed in the ingress routing table.
///
- /// A route which is missing will appear in missing_routes.
+ /// A route which is missing will appear in `missing_routes`.
core.List<GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute>?
deployedRoutes;
@@ -14280,10 +14285,10 @@
/// Revisions deployed in the MPs.
class GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision {
- /// The percentage of MP replicas reporting this revision
+ /// Percentage of MP replicas reporting this revision.
core.int? percentage;
- /// The proxy revision reported as deployed.
+ /// API proxy revision reported as deployed.
core.String? revision;
GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision();
@@ -14304,20 +14309,20 @@
};
}
-/// A route deployed in the ingress routing table.
+/// Route deployed in the ingress routing table.
class GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute {
- /// The basepath in the routing table.
+ /// Base path in the routing table.
core.String? basepath;
- /// The envgroup where this route is installed.
+ /// Environment group where this route is installed.
core.String? envgroup;
- /// The destination environment.
+ /// Destination environment.
///
/// This will be empty if the route is not yet reported.
core.String? environment;
- /// The percentage of ingress replicas reporting this route.
+ /// Percentage of ingress replicas reporting this route.
core.int? percentage;
GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute();
@@ -15139,7 +15144,7 @@
class GoogleCloudApigeeV1NatAddress {
/// The static IPV4 address.
///
- /// Required.
+ /// Output only.
core.String? ipAddress;
/// Resource ID of the NAT address.
@@ -15149,7 +15154,7 @@
/// State of the nat address.
///
- /// Required.
+ /// Output only.
/// Possible string values are:
/// - "STATE_UNSPECIFIED" : The resource is in an unspecified state.
/// - "CREATING" : The NAT address is being created.
@@ -15538,6 +15543,11 @@
/// Output only.
core.List<core.String>? environments;
+ /// Time that the Apigee organization is scheduled for deletion.
+ ///
+ /// Output only.
+ core.String? expiresAt;
+
/// Time that the Apigee organization was last modified in milliseconds since
/// epoch.
///
@@ -15649,6 +15659,9 @@
.map<core.String>((value) => value as core.String)
.toList();
}
+ if (_json.containsKey('expiresAt')) {
+ expiresAt = _json['expiresAt'] as core.String;
+ }
if (_json.containsKey('lastModifiedAt')) {
lastModifiedAt = _json['lastModifiedAt'] as core.String;
}
@@ -15691,6 +15704,7 @@
if (description != null) 'description': description!,
if (displayName != null) 'displayName': displayName!,
if (environments != null) 'environments': environments!,
+ if (expiresAt != null) 'expiresAt': expiresAt!,
if (lastModifiedAt != null) 'lastModifiedAt': lastModifiedAt!,
if (name != null) 'name': name!,
if (projectId != null) 'projectId': projectId!,
diff --git a/generated/googleapis/lib/bigquery/v2.dart b/generated/googleapis/lib/bigquery/v2.dart
index 1984018..1382b4f 100644
--- a/generated/googleapis/lib/bigquery/v2.dart
+++ b/generated/googleapis/lib/bigquery/v2.dart
@@ -2435,7 +2435,11 @@
/// Repeated because multiple periods are supported for one time series.
core.List<core.String>? seasonalPeriods;
- /// The id to indicate different time series.
+ /// The time_series_id value for this time series.
+ ///
+ /// It will be one of the unique values from the time_series_id_column
+ /// specified during ARIMA model training. Only present when
+ /// time_series_id_column training option was used.
core.String? timeSeriesId;
ArimaModelInfo();
@@ -2569,7 +2573,11 @@
/// Repeated because multiple periods are supported for one time series.
core.List<core.String>? seasonalPeriods;
- /// The id to indicate different time series.
+ /// The time_series_id value for this time series.
+ ///
+ /// It will be one of the unique values from the time_series_id_column
+ /// specified during ARIMA model training. Only present when
+ /// time_series_id_column training option was used.
core.String? timeSeriesId;
ArimaSingleModelForecastingMetrics();
@@ -4902,6 +4910,9 @@
/// Optional.
core.int? maxBadRecords;
+ /// Additional properties to set if sourceFormat is set to Parquet.
+ ParquetOptions? parquetOptions;
+
/// The schema for the data.
///
/// Schema is required for CSV and JSON formats. Schema is disallowed for
@@ -4969,6 +4980,10 @@
if (_json.containsKey('maxBadRecords')) {
maxBadRecords = _json['maxBadRecords'] as core.int;
}
+ if (_json.containsKey('parquetOptions')) {
+ parquetOptions = ParquetOptions.fromJson(
+ _json['parquetOptions'] as core.Map<core.String, core.dynamic>);
+ }
if (_json.containsKey('schema')) {
schema = TableSchema.fromJson(
_json['schema'] as core.Map<core.String, core.dynamic>);
@@ -4997,6 +5012,7 @@
if (ignoreUnknownValues != null)
'ignoreUnknownValues': ignoreUnknownValues!,
if (maxBadRecords != null) 'maxBadRecords': maxBadRecords!,
+ if (parquetOptions != null) 'parquetOptions': parquetOptions!.toJson(),
if (schema != null) 'schema': schema!.toJson(),
if (sourceFormat != null) 'sourceFormat': sourceFormat!,
if (sourceUris != null) 'sourceUris': sourceUris!,
@@ -5916,6 +5932,11 @@
/// Optional.
core.String? nullMarker;
+ /// Options to configure parquet support.
+ ///
+ /// Optional.
+ ParquetOptions? parquetOptions;
+
/// If sourceFormat is set to "DATASTORE_BACKUP", indicates which entity
/// properties to load into BigQuery from a Cloud Datastore backup.
///
@@ -6096,6 +6117,10 @@
if (_json.containsKey('nullMarker')) {
nullMarker = _json['nullMarker'] as core.String;
}
+ if (_json.containsKey('parquetOptions')) {
+ parquetOptions = ParquetOptions.fromJson(
+ _json['parquetOptions'] as core.Map<core.String, core.dynamic>);
+ }
if (_json.containsKey('projectionFields')) {
projectionFields = (_json['projectionFields'] as core.List)
.map<core.String>((value) => value as core.String)
@@ -6171,6 +6196,7 @@
if (jsonExtension != null) 'jsonExtension': jsonExtension!,
if (maxBadRecords != null) 'maxBadRecords': maxBadRecords!,
if (nullMarker != null) 'nullMarker': nullMarker!,
+ if (parquetOptions != null) 'parquetOptions': parquetOptions!.toJson(),
if (projectionFields != null) 'projectionFields': projectionFields!,
if (quote != null) 'quote': quote!,
if (rangePartitioning != null)
@@ -7968,6 +7994,37 @@
};
}
+class ParquetOptions {
+ /// Indicates whether to use schema inference specifically for Parquet LIST
+ /// logical type.
+ ///
+ /// Optional.
+ core.bool? enableListInference;
+
+ /// Indicates whether to infer Parquet ENUM logical type as STRING instead of
+ /// BYTES by default.
+ ///
+ /// Optional.
+ core.bool? enumAsString;
+
+ ParquetOptions();
+
+ ParquetOptions.fromJson(core.Map _json) {
+ if (_json.containsKey('enableListInference')) {
+ enableListInference = _json['enableListInference'] as core.bool;
+ }
+ if (_json.containsKey('enumAsString')) {
+ enumAsString = _json['enumAsString'] as core.bool;
+ }
+ }
+
+ core.Map<core.String, core.dynamic> toJson() => {
+ if (enableListInference != null)
+ 'enableListInference': enableListInference!,
+ if (enumAsString != null) 'enumAsString': enumAsString!,
+ };
+}
+
/// An Identity and Access Management (IAM) policy, which specifies access
/// controls for Google Cloud resources.
///
@@ -10967,8 +11024,7 @@
/// Column to be designated as time series data for ARIMA model.
core.String? timeSeriesDataColumn;
- /// The id column that will be used to indicate different time series to
- /// forecast in parallel.
+ /// The time series id column that was used during ARIMA model training.
core.String? timeSeriesIdColumn;
/// Column to be designated as time series timestamp for ARIMA model.
diff --git a/generated/googleapis/lib/chromemanagement/v1.dart b/generated/googleapis/lib/chromemanagement/v1.dart
index 0b412bb..4df5105 100644
--- a/generated/googleapis/lib/chromemanagement/v1.dart
+++ b/generated/googleapis/lib/chromemanagement/v1.dart
@@ -45,6 +45,11 @@
/// administrators to view, manage and gain insights on their Chrome OS and
/// Chrome Browser devices and users.
class ChromeManagementApi {
+ /// See reports about devices and Chrome browsers managed within your
+ /// organization
+ static const chromeManagementReportsReadonlyScope =
+ 'https://www.googleapis.com/auth/chrome.management.reports.readonly';
+
final commons.ApiRequester _requester;
CustomersResource get customers => CustomersResource(_requester);
diff --git a/generated/googleapis/lib/cloudchannel/v1.dart b/generated/googleapis/lib/cloudchannel/v1.dart
index 2306f7c..2574a7b 100644
--- a/generated/googleapis/lib/cloudchannel/v1.dart
+++ b/generated/googleapis/lib/cloudchannel/v1.dart
@@ -4267,10 +4267,9 @@
///
/// Describes how to make a payment.
class GoogleCloudChannelV1Plan {
- /// Reseller Billing account that will be charged when this offer is
- /// transacted.
+ /// Reseller Billing account to charge after an offer transaction.
///
- /// Only present for GCP offers.
+ /// Only present for Google Cloud Platform offers.
core.String? billingAccount;
/// Describes how frequently the reseller will be billed, such as once per
diff --git a/generated/googleapis/lib/eventarc/v1.dart b/generated/googleapis/lib/eventarc/v1.dart
index cb5a24f..afa3ac5 100644
--- a/generated/googleapis/lib/eventarc/v1.dart
+++ b/generated/googleapis/lib/eventarc/v1.dart
@@ -1770,7 +1770,7 @@
/// Output only.
core.String? etag;
- /// The list of filters that applies to event attributes.
+ /// null The list of filters that applies to event attributes.
///
/// Only events that match all the provided filters will be sent to the
/// destination.
@@ -1778,6 +1778,11 @@
/// Required.
core.List<EventFilter>? eventFilters;
+ /// User labels attached to the triggers that can be used to group resources.
+ ///
+ /// Optional.
+ core.Map<core.String, core.String>? labels;
+
/// The resource name of the trigger.
///
/// Must be unique within the location on the project and must be in
@@ -1797,7 +1802,7 @@
/// https://cloud.google.com/run/docs/triggering/pubsub-push#create-service-account
/// for information on how to invoke authenticated Cloud Run services. In
/// order to create Audit Log triggers, the service account should also have
- /// 'eventarc.events.receiveAuditLogV1Written' permission.
+ /// `roles/eventarc.eventReceiver` IAM role.
///
/// Optional.
core.String? serviceAccount;
@@ -1843,6 +1848,14 @@
value as core.Map<core.String, core.dynamic>))
.toList();
}
+ if (_json.containsKey('labels')) {
+ labels = (_json['labels'] as core.Map<core.String, core.dynamic>).map(
+ (key, item) => core.MapEntry(
+ key,
+ item as core.String,
+ ),
+ );
+ }
if (_json.containsKey('name')) {
name = _json['name'] as core.String;
}
@@ -1867,6 +1880,7 @@
if (etag != null) 'etag': etag!,
if (eventFilters != null)
'eventFilters': eventFilters!.map((value) => value.toJson()).toList(),
+ if (labels != null) 'labels': labels!,
if (name != null) 'name': name!,
if (serviceAccount != null) 'serviceAccount': serviceAccount!,
if (transport != null) 'transport': transport!.toJson(),
diff --git a/generated/googleapis/lib/notebooks/v1.dart b/generated/googleapis/lib/notebooks/v1.dart
index d85a94b..d21c033 100644
--- a/generated/googleapis/lib/notebooks/v1.dart
+++ b/generated/googleapis/lib/notebooks/v1.dart
@@ -2306,6 +2306,9 @@
/// gs://{project_id}/{folder} Ex: gs://notebook_user/scheduled_notebooks
core.String? outputNotebookFolder;
+ /// Parameters used within the 'input_notebook_file' notebook.
+ core.String? parameters;
+
/// Parameters to be overridden in the notebook during execution.
///
/// Ref https://papermill.readthedocs.io/en/latest/usage-parameterize.html on
@@ -2371,6 +2374,9 @@
if (_json.containsKey('outputNotebookFolder')) {
outputNotebookFolder = _json['outputNotebookFolder'] as core.String;
}
+ if (_json.containsKey('parameters')) {
+ parameters = _json['parameters'] as core.String;
+ }
if (_json.containsKey('paramsYamlFile')) {
paramsYamlFile = _json['paramsYamlFile'] as core.String;
}
@@ -2388,6 +2394,7 @@
if (masterType != null) 'masterType': masterType!,
if (outputNotebookFolder != null)
'outputNotebookFolder': outputNotebookFolder!,
+ if (parameters != null) 'parameters': parameters!,
if (paramsYamlFile != null) 'paramsYamlFile': paramsYamlFile!,
if (scaleTier != null) 'scaleTier': scaleTier!,
};
@@ -3610,6 +3617,12 @@
/// Output only.
core.String? name;
+ /// The most recent execution names triggered from this schedule and their
+ /// corresponding states.
+ ///
+ /// Output only.
+ core.List<Execution>? recentExecutions;
+
///
/// Possible string values are:
/// - "STATE_UNSPECIFIED" : Unspecified state.
@@ -3633,7 +3646,7 @@
/// will be in UTC (also known as GMT).
core.String? timeZone;
- /// TIme the schedule was last updated.
+ /// Time the schedule was last updated.
///
/// Output only.
core.String? updateTime;
@@ -3660,6 +3673,12 @@
if (_json.containsKey('name')) {
name = _json['name'] as core.String;
}
+ if (_json.containsKey('recentExecutions')) {
+ recentExecutions = (_json['recentExecutions'] as core.List)
+ .map<Execution>((value) =>
+ Execution.fromJson(value as core.Map<core.String, core.dynamic>))
+ .toList();
+ }
if (_json.containsKey('state')) {
state = _json['state'] as core.String;
}
@@ -3679,6 +3698,9 @@
if (executionTemplate != null)
'executionTemplate': executionTemplate!.toJson(),
if (name != null) 'name': name!,
+ if (recentExecutions != null)
+ 'recentExecutions':
+ recentExecutions!.map((value) => value.toJson()).toList(),
if (state != null) 'state': state!,
if (timeZone != null) 'timeZone': timeZone!,
if (updateTime != null) 'updateTime': updateTime!,
@@ -4057,6 +4079,9 @@
/// Format: ainotebooks-vm/project/image-name/name.
core.String? targetImage;
+ /// Target VM Version, like m63.
+ core.String? targetVersion;
+
/// The version of the notebook instance before this upgrade.
core.String? version;
@@ -4087,6 +4112,9 @@
if (_json.containsKey('targetImage')) {
targetImage = _json['targetImage'] as core.String;
}
+ if (_json.containsKey('targetVersion')) {
+ targetVersion = _json['targetVersion'] as core.String;
+ }
if (_json.containsKey('version')) {
version = _json['version'] as core.String;
}
@@ -4103,6 +4131,7 @@
if (snapshot != null) 'snapshot': snapshot!,
if (state != null) 'state': state!,
if (targetImage != null) 'targetImage': targetImage!,
+ if (targetVersion != null) 'targetVersion': targetVersion!,
if (version != null) 'version': version!,
if (vmImage != null) 'vmImage': vmImage!,
};
diff --git a/generated/googleapis/lib/pubsublite/v1.dart b/generated/googleapis/lib/pubsublite/v1.dart
index b9a4237..40b3fcc 100644
--- a/generated/googleapis/lib/pubsublite/v1.dart
+++ b/generated/googleapis/lib/pubsublite/v1.dart
@@ -1228,7 +1228,10 @@
/// The number of partitions in the topic.
///
- /// Must be at least 1.
+ /// Must be at least 1. Once a topic has been created the number of partitions
+ /// can be increased but not decreased. Message ordering is not guaranteed
+ /// across a topic resize. For more information see
+ /// https://cloud.google.com/pubsub/lite/docs/topics#scaling_capacity
core.String? count;
/// DEPRECATED: Use capacity instead which can express a superset of
diff --git a/generated/googleapis/lib/redis/v1.dart b/generated/googleapis/lib/redis/v1.dart
index 1fad545..da9ad49 100644
--- a/generated/googleapis/lib/redis/v1.dart
+++ b/generated/googleapis/lib/redis/v1.dart
@@ -1223,7 +1223,7 @@
/// If not provided, latest supported version will be used. Currently, the
/// supported values are: * `REDIS_3_2` for Redis 3.2 compatibility *
/// `REDIS_4_0` for Redis 4.0 compatibility (default) * `REDIS_5_0` for Redis
- /// 5.0 compatibility
+ /// 5.0 compatibility * `REDIS_6_0` for Redis 6.0 compatibility
///
/// Optional.
core.String? redisVersion;
diff --git a/generated/googleapis/lib/remotebuildexecution/v2.dart b/generated/googleapis/lib/remotebuildexecution/v2.dart
index 9b95059..2cf16b2 100644
--- a/generated/googleapis/lib/remotebuildexecution/v2.dart
+++ b/generated/googleapis/lib/remotebuildexecution/v2.dart
@@ -70,8 +70,8 @@
///
/// Implementations SHOULD ensure that any blobs referenced from the
/// ContentAddressableStorage are available at the time of returning the
- /// ActionResult and will be for some period of time afterwards. The TTLs of
- /// the referenced blobs SHOULD be increased if necessary and applicable.
+ /// ActionResult and will be for some period of time afterwards. The lifetimes
+ /// of the referenced blobs SHOULD be increased if necessary and applicable.
/// Errors: * `NOT_FOUND`: The requested `ActionResult` is not in the cache.
///
/// Request parameters:
@@ -89,8 +89,9 @@
/// [sizeBytes] - The size of the blob, in bytes.
///
/// [inlineOutputFiles] - A hint to the server to inline the contents of the
- /// listed output files. Each path needs to exactly match one path in
- /// `output_files` in the Command message.
+ /// listed output files. Each path needs to exactly match one file path in
+ /// either `output_paths` or `output_files` (DEPRECATED since v2.1) in the
+ /// Command message.
///
/// [inlineStderr] - A hint to the server to request inlining stderr in the
/// ActionResult message.
@@ -145,11 +146,12 @@
/// In order to allow the server to perform access control based on the type
/// of action, and to assist with client debugging, the client MUST first
/// upload the Action that produced the result, along with its Command, into
- /// the `ContentAddressableStorage`. Errors: * `INVALID_ARGUMENT`: One or more
- /// arguments are invalid. * `FAILED_PRECONDITION`: One or more errors
- /// occurred in updating the action result, such as a missing command or
- /// action. * `RESOURCE_EXHAUSTED`: There is insufficient storage space to add
- /// the entry to the cache.
+ /// the `ContentAddressableStorage`. Server implementations MAY modify the
+ /// `UpdateActionResultRequest.action_result` and return an equivalent value.
+ /// Errors: * `INVALID_ARGUMENT`: One or more arguments are invalid. *
+ /// `FAILED_PRECONDITION`: One or more errors occurred in updating the action
+ /// result, such as a missing command or action. * `RESOURCE_EXHAUSTED`: There
+ /// is insufficient storage space to add the entry to the cache.
///
/// [request] - The metadata request object.
///
@@ -265,7 +267,11 @@
/// command, the server SHOULD additionally send a PreconditionFailure error
/// detail where, for each requested blob not present in the CAS, there is a
/// `Violation` with a `type` of `MISSING` and a `subject` of
- /// `"blobs/{hash}/{size}"` indicating the digest of the missing blob.
+ /// `"blobs/{hash}/{size}"` indicating the digest of the missing blob. The
+ /// server does not need to guarantee that a call to this method leads to at
+ /// most one execution of the action. The server MAY execute the action
+ /// multiple times, potentially in parallel. These redundant executions MAY
+ /// continue to run, even if the operation is completed.
///
/// [request] - The metadata request object.
///
@@ -435,8 +441,8 @@
///
/// Clients can use this API before uploading blobs to determine which ones
/// are already present in the CAS and do not need to be uploaded again.
- /// Servers SHOULD increase the TTLs of the referenced blobs if necessary and
- /// applicable. There are no method-specific errors.
+ /// Servers SHOULD increase the lifetimes of the referenced blobs if necessary
+ /// and applicable. There are no method-specific errors.
///
/// [request] - The metadata request object.
///
@@ -702,15 +708,31 @@
/// ContentAddressableStorage.
BuildBazelRemoteExecutionV2Digest? inputRootDigest;
- /// List of required supported NodeProperty keys.
+ /// The optional platform requirements for the execution environment.
///
- /// In order to ensure that equivalent `Action`s always hash to the same
- /// value, the supported node properties MUST be lexicographically sorted by
- /// name. Sorting of strings is done by code point, equivalently, by the UTF-8
- /// bytes. The interpretation of these properties is server-dependent. If a
- /// property is not recognized by the server, the server will return an
- /// `INVALID_ARGUMENT` error.
- core.List<core.String>? outputNodeProperties;
+ /// The server MAY choose to execute the action on any worker satisfying the
+ /// requirements, so the client SHOULD ensure that running the action on any
+ /// such worker will have the same result. A detailed lexicon for this can be
+ /// found in the accompanying platform.md. New in version 2.2: clients SHOULD
+ /// set these platform properties as well as those in the Command. Servers
+ /// SHOULD prefer those set here.
+ BuildBazelRemoteExecutionV2Platform? platform;
+
+ /// An optional additional salt value used to place this `Action` into a
+ /// separate cache namespace from other instances having the same field
+ /// contents.
+ ///
+ /// This salt typically comes from operational configuration specific to
+ /// sources such as repo and service configuration, and allows disowning an
+ /// entire set of ActionResults that might have been poisoned by buggy
+ /// software or tool failures.
+ core.String? salt;
+ core.List<core.int> get saltAsBytes => convert.base64.decode(salt!);
+
+ set saltAsBytes(core.List<core.int> _bytes) {
+ salt =
+ convert.base64.encode(_bytes).replaceAll('/', '_').replaceAll('+', '-');
+ }
/// A timeout after which the execution should be killed.
///
@@ -743,10 +765,12 @@
inputRootDigest = BuildBazelRemoteExecutionV2Digest.fromJson(
_json['inputRootDigest'] as core.Map<core.String, core.dynamic>);
}
- if (_json.containsKey('outputNodeProperties')) {
- outputNodeProperties = (_json['outputNodeProperties'] as core.List)
- .map<core.String>((value) => value as core.String)
- .toList();
+ if (_json.containsKey('platform')) {
+ platform = BuildBazelRemoteExecutionV2Platform.fromJson(
+ _json['platform'] as core.Map<core.String, core.dynamic>);
+ }
+ if (_json.containsKey('salt')) {
+ salt = _json['salt'] as core.String;
}
if (_json.containsKey('timeout')) {
timeout = _json['timeout'] as core.String;
@@ -758,8 +782,8 @@
if (doNotCache != null) 'doNotCache': doNotCache!,
if (inputRootDigest != null)
'inputRootDigest': inputRootDigest!.toJson(),
- if (outputNodeProperties != null)
- 'outputNodeProperties': outputNodeProperties!,
+ if (platform != null) 'platform': platform!.toJson(),
+ if (salt != null) 'salt': salt!,
if (timeout != null) 'timeout': timeout!,
};
}
@@ -783,6 +807,11 @@
}
/// An ActionResult represents the result of an Action being run.
+///
+/// It is advised that at least one field (for example
+/// `ActionResult.execution_metadata.Worker`) have a non-default value, to
+/// ensure that the serialized value is non-empty, which can then be used as a
+/// basic data sanity check.
class BuildBazelRemoteExecutionV2ActionResult {
/// The details of the execution that originally produced this result.
BuildBazelRemoteExecutionV2ExecutedActionMetadata? executionMetadata;
@@ -1348,6 +1377,18 @@
/// `output_paths` instead.
core.List<core.String>? outputFiles;
+ /// A list of keys for node properties the client expects to retrieve for
+ /// output files and directories.
+ ///
+ /// Keys are either names of string-based NodeProperty or names of fields in
+ /// NodeProperties. In order to ensure that equivalent `Action`s always hash
+ /// to the same value, the node properties MUST be lexicographically sorted by
+ /// name. Sorting of strings is done by code point, equivalently, by the UTF-8
+ /// bytes. The interpretation of string-based properties is server-dependent.
+ /// If a property is not recognized by the server, the server will return an
+ /// `INVALID_ARGUMENT`.
+ core.List<core.String>? outputNodeProperties;
+
/// A list of the output paths that the client expects to retrieve from the
/// action.
///
@@ -1377,7 +1418,9 @@
/// The server MAY choose to execute the action on any worker satisfying the
/// requirements, so the client SHOULD ensure that running the action on any
/// such worker will have the same result. A detailed lexicon for this can be
- /// found in the accompanying platform.md.
+ /// found in the accompanying platform.md. DEPRECATED as of v2.2: platform
+ /// properties are now specified directly in the action. See documentation
+ /// note in the Action for migration.
BuildBazelRemoteExecutionV2Platform? platform;
/// The working directory, relative to the input root, for the command to run
@@ -1412,6 +1455,11 @@
.map<core.String>((value) => value as core.String)
.toList();
}
+ if (_json.containsKey('outputNodeProperties')) {
+ outputNodeProperties = (_json['outputNodeProperties'] as core.List)
+ .map<core.String>((value) => value as core.String)
+ .toList();
+ }
if (_json.containsKey('outputPaths')) {
outputPaths = (_json['outputPaths'] as core.List)
.map<core.String>((value) => value as core.String)
@@ -1433,6 +1481,8 @@
environmentVariables!.map((value) => value.toJson()).toList(),
if (outputDirectories != null) 'outputDirectories': outputDirectories!,
if (outputFiles != null) 'outputFiles': outputFiles!,
+ if (outputNodeProperties != null)
+ 'outputNodeProperties': outputNodeProperties!,
if (outputPaths != null) 'outputPaths': outputPaths!,
if (platform != null) 'platform': platform!.toJson(),
if (workingDirectory != null) 'workingDirectory': workingDirectory!,
@@ -1554,9 +1604,7 @@
/// The files in the directory.
core.List<BuildBazelRemoteExecutionV2FileNode>? files;
-
- /// The node properties of the Directory.
- core.List<BuildBazelRemoteExecutionV2NodeProperty>? nodeProperties;
+ BuildBazelRemoteExecutionV2NodeProperties? nodeProperties;
/// The symlinks in the directory.
core.List<BuildBazelRemoteExecutionV2SymlinkNode>? symlinks;
@@ -1579,11 +1627,8 @@
.toList();
}
if (_json.containsKey('nodeProperties')) {
- nodeProperties = (_json['nodeProperties'] as core.List)
- .map<BuildBazelRemoteExecutionV2NodeProperty>((value) =>
- BuildBazelRemoteExecutionV2NodeProperty.fromJson(
- value as core.Map<core.String, core.dynamic>))
- .toList();
+ nodeProperties = BuildBazelRemoteExecutionV2NodeProperties.fromJson(
+ _json['nodeProperties'] as core.Map<core.String, core.dynamic>);
}
if (_json.containsKey('symlinks')) {
symlinks = (_json['symlinks'] as core.List)
@@ -1599,9 +1644,7 @@
'directories': directories!.map((value) => value.toJson()).toList(),
if (files != null)
'files': files!.map((value) => value.toJson()).toList(),
- if (nodeProperties != null)
- 'nodeProperties':
- nodeProperties!.map((value) => value.toJson()).toList(),
+ if (nodeProperties != null) 'nodeProperties': nodeProperties!.toJson(),
if (symlinks != null)
'symlinks': symlinks!.map((value) => value.toJson()).toList(),
};
@@ -1652,12 +1695,12 @@
/// - "COMPLETED" : Finished execution.
core.String? stage;
- /// If set, the client can use this name with ByteStream.Read to stream the
- /// standard error.
+ /// If set, the client can use this resource name with ByteStream.Read to
+ /// stream the standard error from the endpoint hosting streamed responses.
core.String? stderrStreamName;
- /// If set, the client can use this name with ByteStream.Read to stream the
- /// standard output.
+ /// If set, the client can use this resource name with ByteStream.Read to
+ /// stream the standard output from the endpoint hosting streamed responses.
core.String? stdoutStreamName;
BuildBazelRemoteExecutionV2ExecuteOperationMetadata();
@@ -1828,6 +1871,15 @@
/// ExecutedActionMetadata contains details about a completed execution.
class BuildBazelRemoteExecutionV2ExecutedActionMetadata {
+ /// Details that are specific to the kind of worker used.
+ ///
+ /// For example, on POSIX-like systems this could contain a message with
+ /// getrusage(2) statistics.
+ ///
+ /// The values for Object must be JSON objects. It can consist of `num`,
+ /// `String`, `bool` and `null` as well as `Map` and `List` values.
+ core.List<core.Map<core.String, core.Object>>? auxiliaryMetadata;
+
/// When the worker completed executing the action command.
core.String? executionCompletedTimestamp;
@@ -1861,6 +1913,17 @@
BuildBazelRemoteExecutionV2ExecutedActionMetadata();
BuildBazelRemoteExecutionV2ExecutedActionMetadata.fromJson(core.Map _json) {
+ if (_json.containsKey('auxiliaryMetadata')) {
+ auxiliaryMetadata = (_json['auxiliaryMetadata'] as core.List)
+ .map<core.Map<core.String, core.Object>>(
+ (value) => (value as core.Map<core.String, core.dynamic>).map(
+ (key, item) => core.MapEntry(
+ key,
+ item as core.Object,
+ ),
+ ))
+ .toList();
+ }
if (_json.containsKey('executionCompletedTimestamp')) {
executionCompletedTimestamp =
_json['executionCompletedTimestamp'] as core.String;
@@ -1900,6 +1963,7 @@
}
core.Map<core.String, core.dynamic> toJson() => {
+ if (auxiliaryMetadata != null) 'auxiliaryMetadata': auxiliaryMetadata!,
if (executionCompletedTimestamp != null)
'executionCompletedTimestamp': executionCompletedTimestamp!,
if (executionStartTimestamp != null)
@@ -1934,6 +1998,10 @@
/// .
/// - "SHA384" : The SHA-384 digest function.
/// - "SHA512" : The SHA-512 digest function.
+ /// - "MURMUR3" : Murmur3 128-bit digest function, x64 variant. Note that this
+ /// is not a cryptographic hash function and its collision properties are not
+ /// strongly guaranteed. See
+ /// https://github.com/aappleby/smhasher/wiki/MurmurHash3 .
core.String? digestFunction;
/// Whether remote execution is enabled for the particular server/instance.
@@ -2016,9 +2084,7 @@
/// The name of the file.
core.String? name;
-
- /// The node properties of the FileNode.
- core.List<BuildBazelRemoteExecutionV2NodeProperty>? nodeProperties;
+ BuildBazelRemoteExecutionV2NodeProperties? nodeProperties;
BuildBazelRemoteExecutionV2FileNode();
@@ -2034,11 +2100,8 @@
name = _json['name'] as core.String;
}
if (_json.containsKey('nodeProperties')) {
- nodeProperties = (_json['nodeProperties'] as core.List)
- .map<BuildBazelRemoteExecutionV2NodeProperty>((value) =>
- BuildBazelRemoteExecutionV2NodeProperty.fromJson(
- value as core.Map<core.String, core.dynamic>))
- .toList();
+ nodeProperties = BuildBazelRemoteExecutionV2NodeProperties.fromJson(
+ _json['nodeProperties'] as core.Map<core.String, core.dynamic>);
}
}
@@ -2046,9 +2109,7 @@
if (digest != null) 'digest': digest!.toJson(),
if (isExecutable != null) 'isExecutable': isExecutable!,
if (name != null) 'name': name!,
- if (nodeProperties != null)
- 'nodeProperties':
- nodeProperties!.map((value) => value.toJson()).toList(),
+ if (nodeProperties != null) 'nodeProperties': nodeProperties!.toJson(),
};
}
@@ -2164,6 +2225,45 @@
};
}
+/// Node properties for FileNodes, DirectoryNodes, and SymlinkNodes.
+///
+/// The server is responsible for specifying the properties that it accepts.
+class BuildBazelRemoteExecutionV2NodeProperties {
+ /// The file's last modification timestamp.
+ core.String? mtime;
+
+ /// A list of string-based NodeProperties.
+ core.List<BuildBazelRemoteExecutionV2NodeProperty>? properties;
+
+ /// The UNIX file mode, e.g., 0755.
+ core.int? unixMode;
+
+ BuildBazelRemoteExecutionV2NodeProperties();
+
+ BuildBazelRemoteExecutionV2NodeProperties.fromJson(core.Map _json) {
+ if (_json.containsKey('mtime')) {
+ mtime = _json['mtime'] as core.String;
+ }
+ if (_json.containsKey('properties')) {
+ properties = (_json['properties'] as core.List)
+ .map<BuildBazelRemoteExecutionV2NodeProperty>((value) =>
+ BuildBazelRemoteExecutionV2NodeProperty.fromJson(
+ value as core.Map<core.String, core.dynamic>))
+ .toList();
+ }
+ if (_json.containsKey('unixMode')) {
+ unixMode = _json['unixMode'] as core.int;
+ }
+ }
+
+ core.Map<core.String, core.dynamic> toJson() => {
+ if (mtime != null) 'mtime': mtime!,
+ if (properties != null)
+ 'properties': properties!.map((value) => value.toJson()).toList(),
+ if (unixMode != null) 'unixMode': unixMode!,
+ };
+}
+
/// A single property for FileNodes, DirectoryNodes, and SymlinkNodes.
///
/// The server is responsible for specifying the property `name`s that it
@@ -2248,10 +2348,7 @@
/// True if file is executable, false otherwise.
core.bool? isExecutable;
-
- /// The supported node properties of the OutputFile, if requested by the
- /// Action.
- core.List<BuildBazelRemoteExecutionV2NodeProperty>? nodeProperties;
+ BuildBazelRemoteExecutionV2NodeProperties? nodeProperties;
/// The full path of the file relative to the working directory, including the
/// filename.
@@ -2274,11 +2371,8 @@
isExecutable = _json['isExecutable'] as core.bool;
}
if (_json.containsKey('nodeProperties')) {
- nodeProperties = (_json['nodeProperties'] as core.List)
- .map<BuildBazelRemoteExecutionV2NodeProperty>((value) =>
- BuildBazelRemoteExecutionV2NodeProperty.fromJson(
- value as core.Map<core.String, core.dynamic>))
- .toList();
+ nodeProperties = BuildBazelRemoteExecutionV2NodeProperties.fromJson(
+ _json['nodeProperties'] as core.Map<core.String, core.dynamic>);
}
if (_json.containsKey('path')) {
path = _json['path'] as core.String;
@@ -2289,9 +2383,7 @@
if (contents != null) 'contents': contents!,
if (digest != null) 'digest': digest!.toJson(),
if (isExecutable != null) 'isExecutable': isExecutable!,
- if (nodeProperties != null)
- 'nodeProperties':
- nodeProperties!.map((value) => value.toJson()).toList(),
+ if (nodeProperties != null) 'nodeProperties': nodeProperties!.toJson(),
if (path != null) 'path': path!,
};
}
@@ -2301,9 +2393,7 @@
///
/// `OutputSymlink` is binary-compatible with `SymlinkNode`.
class BuildBazelRemoteExecutionV2OutputSymlink {
- /// The supported node properties of the OutputSymlink, if requested by the
- /// Action.
- core.List<BuildBazelRemoteExecutionV2NodeProperty>? nodeProperties;
+ BuildBazelRemoteExecutionV2NodeProperties? nodeProperties;
/// The full path of the symlink relative to the working directory, including
/// the filename.
@@ -2317,20 +2407,15 @@
/// The path separator is a forward slash `/`. The target path can be relative
/// to the parent directory of the symlink or it can be an absolute path
/// starting with `/`. Support for absolute paths can be checked using the
- /// Capabilities API. The canonical form forbids the substrings `/./` and `//`
- /// in the target path. `..` components are allowed anywhere in the target
- /// path.
+ /// Capabilities API. `..` components are allowed anywhere in the target path.
core.String? target;
BuildBazelRemoteExecutionV2OutputSymlink();
BuildBazelRemoteExecutionV2OutputSymlink.fromJson(core.Map _json) {
if (_json.containsKey('nodeProperties')) {
- nodeProperties = (_json['nodeProperties'] as core.List)
- .map<BuildBazelRemoteExecutionV2NodeProperty>((value) =>
- BuildBazelRemoteExecutionV2NodeProperty.fromJson(
- value as core.Map<core.String, core.dynamic>))
- .toList();
+ nodeProperties = BuildBazelRemoteExecutionV2NodeProperties.fromJson(
+ _json['nodeProperties'] as core.Map<core.String, core.dynamic>);
}
if (_json.containsKey('path')) {
path = _json['path'] as core.String;
@@ -2341,9 +2426,7 @@
}
core.Map<core.String, core.dynamic> toJson() => {
- if (nodeProperties != null)
- 'nodeProperties':
- nodeProperties!.map((value) => value.toJson()).toList(),
+ if (nodeProperties != null) 'nodeProperties': nodeProperties!.toJson(),
if (path != null) 'path': path!,
if (target != null) 'target': target!,
};
@@ -2393,7 +2476,10 @@
/// the OS environment on which the action must be performed may require an
/// exact match with the worker's OS. The server MAY use the `value` of one or
/// more properties to determine how it sets up the execution environment, such
-/// as by making specific system files available to the worker.
+/// as by making specific system files available to the worker. Both names and
+/// values are typically case-sensitive. Note that the platform is implicitly
+/// part of the action digest, so even tiny changes in the names or values (like
+/// changing case) may result in different action cache entries.
class BuildBazelRemoteExecutionV2PlatformProperty {
/// The property name.
core.String? name;
@@ -2418,8 +2504,8 @@
};
}
-/// Allowed values for priority in ResultsCachePolicy Used for querying both
-/// cache and execution valid priority ranges.
+/// Allowed values for priority in ResultsCachePolicy and ExecutionPolicy Used
+/// for querying both cache and execution valid priority ranges.
class BuildBazelRemoteExecutionV2PriorityCapabilities {
core.List<BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange>?
priorities;
@@ -2445,7 +2531,12 @@
/// Supported range of priorities, including boundaries.
class BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange {
+ /// The maximum numeric value for this priority range, which represents the
+ /// least urgent task or shortest retained item.
core.int? maxPriority;
+
+ /// The minimum numeric value for this priority range, which represents the
+ /// most urgent task or longest retained item.
core.int? minPriority;
BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange();
@@ -2612,18 +2703,18 @@
class BuildBazelRemoteExecutionV2SymlinkNode {
/// The name of the symlink.
core.String? name;
-
- /// The node properties of the SymlinkNode.
- core.List<BuildBazelRemoteExecutionV2NodeProperty>? nodeProperties;
+ BuildBazelRemoteExecutionV2NodeProperties? nodeProperties;
/// The target path of the symlink.
///
/// The path separator is a forward slash `/`. The target path can be relative
/// to the parent directory of the symlink or it can be an absolute path
/// starting with `/`. Support for absolute paths can be checked using the
- /// Capabilities API. The canonical form forbids the substrings `/./` and `//`
- /// in the target path. `..` components are allowed anywhere in the target
- /// path.
+ /// Capabilities API. `..` components are allowed anywhere in the target path
+ /// as logical canonicalization may lead to different behavior in the presence
+ /// of directory symlinks (e.g. `foo/../bar` may not be the same as `bar`). To
+ /// reduce potential cache misses, canonicalization is still recommended where
+ /// this is possible without impacting correctness.
core.String? target;
BuildBazelRemoteExecutionV2SymlinkNode();
@@ -2633,11 +2724,8 @@
name = _json['name'] as core.String;
}
if (_json.containsKey('nodeProperties')) {
- nodeProperties = (_json['nodeProperties'] as core.List)
- .map<BuildBazelRemoteExecutionV2NodeProperty>((value) =>
- BuildBazelRemoteExecutionV2NodeProperty.fromJson(
- value as core.Map<core.String, core.dynamic>))
- .toList();
+ nodeProperties = BuildBazelRemoteExecutionV2NodeProperties.fromJson(
+ _json['nodeProperties'] as core.Map<core.String, core.dynamic>);
}
if (_json.containsKey('target')) {
target = _json['target'] as core.String;
@@ -2646,9 +2734,7 @@
core.Map<core.String, core.dynamic> toJson() => {
if (name != null) 'name': name!,
- if (nodeProperties != null)
- 'nodeProperties':
- nodeProperties!.map((value) => value.toJson()).toList(),
+ if (nodeProperties != null) 'nodeProperties': nodeProperties!.toJson(),
if (target != null) 'target': target!,
};
}
@@ -2772,6 +2858,9 @@
/// CommandDuration contains the various duration metrics tracked when a bot
/// performs a command.
class GoogleDevtoolsRemotebuildbotCommandDurations {
+ /// The time spent to release the CAS blobs used by the task.
+ core.String? casRelease;
+
/// The time spent waiting for Container Manager to assign an asynchronous
/// container for execution.
core.String? cmWaitForAssignment;
@@ -2814,6 +2903,9 @@
GoogleDevtoolsRemotebuildbotCommandDurations();
GoogleDevtoolsRemotebuildbotCommandDurations.fromJson(core.Map _json) {
+ if (_json.containsKey('casRelease')) {
+ casRelease = _json['casRelease'] as core.String;
+ }
if (_json.containsKey('cmWaitForAssignment')) {
cmWaitForAssignment = _json['cmWaitForAssignment'] as core.String;
}
@@ -2853,6 +2945,7 @@
}
core.Map<core.String, core.dynamic> toJson() => {
+ if (casRelease != null) 'casRelease': casRelease!,
if (cmWaitForAssignment != null)
'cmWaitForAssignment': cmWaitForAssignment!,
if (dockerPrep != null) 'dockerPrep': dockerPrep!,
diff --git a/generated/googleapis/lib/slides/v1.dart b/generated/googleapis/lib/slides/v1.dart
index ce9a71a..01da2a6 100644
--- a/generated/googleapis/lib/slides/v1.dart
+++ b/generated/googleapis/lib/slides/v1.dart
@@ -446,33 +446,33 @@
class Autofit {
/// The autofit type of the shape.
///
- /// If unspecified, the autofit type is inherited from a parent placeholder if
- /// it exists. The field will be automatically set to NONE if a request is
- /// made that may affect text fitting within its bounding text box. In this
- /// case the font_scale will be applied to the font_size and the
- /// line_spacing_reduction will be applied to the line_spacing. Both
- /// properties would also be reset to default values.
+ /// If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit type is
+ /// inherited from a parent placeholder if it exists. The field is
+ /// automatically set to NONE if a request is made that might affect text
+ /// fitting within its bounding text box. In this case the font_scale is
+ /// applied to the font_size and the line_spacing_reduction is applied to the
+ /// line_spacing. Both properties are also reset to default values.
/// Possible string values are:
/// - "AUTOFIT_TYPE_UNSPECIFIED" : The autofit type is unspecified.
/// - "NONE" : Do not autofit.
- /// - "TEXT_AUTOFIT" : Shrink text on overflow to fit shape.
- /// - "SHAPE_AUTOFIT" : Resize shape to fit text.
+ /// - "TEXT_AUTOFIT" : Shrink text on overflow to fit the shape.
+ /// - "SHAPE_AUTOFIT" : Resize the shape to fit the text.
core.String? autofitType;
/// The font scale applied to the shape.
///
- /// For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value will be the
+ /// For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the
/// default value of 1. For TEXT_AUTOFIT, this value multiplied by the
- /// font_size will give the font size that is rendered in the editor. This
+ /// font_size gives the font size that is rendered in the editor. This
/// property is read-only.
core.double? fontScale;
/// The line spacing reduction applied to the shape.
///
- /// For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value will be the
+ /// For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the
/// default value of 0. For TEXT_AUTOFIT, this value subtracted from the
- /// line_spacing will give the line spacing that is rendered in the editor.
- /// This property is read-only.
+ /// line_spacing gives the line spacing that is rendered in the editor. This
+ /// property is read-only.
core.double? lineSpacingReduction;
Autofit();
diff --git a/generated/googleapis/lib/storagetransfer/v1.dart b/generated/googleapis/lib/storagetransfer/v1.dart
index 1be4c73..b123ac4 100644
--- a/generated/googleapis/lib/storagetransfer/v1.dart
+++ b/generated/googleapis/lib/storagetransfer/v1.dart
@@ -1847,7 +1847,11 @@
/// The ID of the Google Cloud Platform Project that owns the job.
core.String? projectId;
- /// Schedule specification.
+ /// Specifies schedule for the transfer job.
+ ///
+ /// This is an optional field. When the field is not set, the job will never
+ /// execute a transfer, unless you invoke RunTransferJob or update the job to
+ /// have a non-empty schedule.
Schedule? schedule;
/// Status of the job.
@@ -2168,8 +2172,8 @@
///
/// `transferJob` is expected to specify only four fields: description,
/// transfer_spec, notification_config, and status. An
- /// `UpdateTransferJobRequest` that specifies other fields will be rejected
- /// with the error INVALID_ARGUMENT. Updating a job satus to DELETED requires
+ /// `UpdateTransferJobRequest` that specifies other fields are rejected with
+ /// the error INVALID_ARGUMENT. Updating a job satus to DELETED requires
/// `storagetransfer.jobs.delete` permissions.
///
/// Required.
@@ -2181,7 +2185,7 @@
/// Fields in `transferJob` that can be updated are: description,
/// transfer_spec, notification_config, and status. To update the
/// `transfer_spec` of the job, a complete transfer specification must be
- /// provided. An incomplete specification missing any required fields will be
+ /// provided. An incomplete specification missing any required fields is
/// rejected with the error INVALID_ARGUMENT.
core.String? updateTransferJobFieldMask;
diff --git a/generated/googleapis/test/abusiveexperiencereport/v1_test.dart b/generated/googleapis/test/abusiveexperiencereport/v1_test.dart
index 3b404b6..bb0ef7b 100644
--- a/generated/googleapis/test/abusiveexperiencereport/v1_test.dart
+++ b/generated/googleapis/test/abusiveexperiencereport/v1_test.dart
@@ -76,14 +76,14 @@
buildCounterSiteSummaryResponse--;
}
-core.List<api.SiteSummaryResponse> buildUnnamed5417() {
+core.List<api.SiteSummaryResponse> buildUnnamed5419() {
var o = <api.SiteSummaryResponse>[];
o.add(buildSiteSummaryResponse());
o.add(buildSiteSummaryResponse());
return o;
}
-void checkUnnamed5417(core.List<api.SiteSummaryResponse> o) {
+void checkUnnamed5419(core.List<api.SiteSummaryResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkSiteSummaryResponse(o[0] as api.SiteSummaryResponse);
checkSiteSummaryResponse(o[1] as api.SiteSummaryResponse);
@@ -94,7 +94,7 @@
var o = api.ViolatingSitesResponse();
buildCounterViolatingSitesResponse++;
if (buildCounterViolatingSitesResponse < 3) {
- o.violatingSites = buildUnnamed5417();
+ o.violatingSites = buildUnnamed5419();
}
buildCounterViolatingSitesResponse--;
return o;
@@ -103,7 +103,7 @@
void checkViolatingSitesResponse(api.ViolatingSitesResponse o) {
buildCounterViolatingSitesResponse++;
if (buildCounterViolatingSitesResponse < 3) {
- checkUnnamed5417(o.violatingSites!);
+ checkUnnamed5419(o.violatingSites!);
}
buildCounterViolatingSitesResponse--;
}
diff --git a/generated/googleapis/test/acceleratedmobilepageurl/v1_test.dart b/generated/googleapis/test/acceleratedmobilepageurl/v1_test.dart
index 6d81691..fdad885 100644
--- a/generated/googleapis/test/acceleratedmobilepageurl/v1_test.dart
+++ b/generated/googleapis/test/acceleratedmobilepageurl/v1_test.dart
@@ -91,14 +91,14 @@
buildCounterAmpUrlError--;
}
-core.List<core.String> buildUnnamed3682() {
+core.List<core.String> buildUnnamed3683() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3682(core.List<core.String> o) {
+void checkUnnamed3683(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -116,7 +116,7 @@
buildCounterBatchGetAmpUrlsRequest++;
if (buildCounterBatchGetAmpUrlsRequest < 3) {
o.lookupStrategy = 'foo';
- o.urls = buildUnnamed3682();
+ o.urls = buildUnnamed3683();
}
buildCounterBatchGetAmpUrlsRequest--;
return o;
@@ -129,32 +129,32 @@
o.lookupStrategy!,
unittest.equals('foo'),
);
- checkUnnamed3682(o.urls!);
+ checkUnnamed3683(o.urls!);
}
buildCounterBatchGetAmpUrlsRequest--;
}
-core.List<api.AmpUrl> buildUnnamed3683() {
+core.List<api.AmpUrl> buildUnnamed3684() {
var o = <api.AmpUrl>[];
o.add(buildAmpUrl());
o.add(buildAmpUrl());
return o;
}
-void checkUnnamed3683(core.List<api.AmpUrl> o) {
+void checkUnnamed3684(core.List<api.AmpUrl> o) {
unittest.expect(o, unittest.hasLength(2));
checkAmpUrl(o[0] as api.AmpUrl);
checkAmpUrl(o[1] as api.AmpUrl);
}
-core.List<api.AmpUrlError> buildUnnamed3684() {
+core.List<api.AmpUrlError> buildUnnamed3685() {
var o = <api.AmpUrlError>[];
o.add(buildAmpUrlError());
o.add(buildAmpUrlError());
return o;
}
-void checkUnnamed3684(core.List<api.AmpUrlError> o) {
+void checkUnnamed3685(core.List<api.AmpUrlError> o) {
unittest.expect(o, unittest.hasLength(2));
checkAmpUrlError(o[0] as api.AmpUrlError);
checkAmpUrlError(o[1] as api.AmpUrlError);
@@ -165,8 +165,8 @@
var o = api.BatchGetAmpUrlsResponse();
buildCounterBatchGetAmpUrlsResponse++;
if (buildCounterBatchGetAmpUrlsResponse < 3) {
- o.ampUrls = buildUnnamed3683();
- o.urlErrors = buildUnnamed3684();
+ o.ampUrls = buildUnnamed3684();
+ o.urlErrors = buildUnnamed3685();
}
buildCounterBatchGetAmpUrlsResponse--;
return o;
@@ -175,8 +175,8 @@
void checkBatchGetAmpUrlsResponse(api.BatchGetAmpUrlsResponse o) {
buildCounterBatchGetAmpUrlsResponse++;
if (buildCounterBatchGetAmpUrlsResponse < 3) {
- checkUnnamed3683(o.ampUrls!);
- checkUnnamed3684(o.urlErrors!);
+ checkUnnamed3684(o.ampUrls!);
+ checkUnnamed3685(o.urlErrors!);
}
buildCounterBatchGetAmpUrlsResponse--;
}
diff --git a/generated/googleapis/test/accessapproval/v1_test.dart b/generated/googleapis/test/accessapproval/v1_test.dart
index affe26d..44a0228 100644
--- a/generated/googleapis/test/accessapproval/v1_test.dart
+++ b/generated/googleapis/test/accessapproval/v1_test.dart
@@ -27,27 +27,27 @@
import '../test_shared.dart';
-core.List<api.EnrolledService> buildUnnamed4886() {
+core.List<api.EnrolledService> buildUnnamed4887() {
var o = <api.EnrolledService>[];
o.add(buildEnrolledService());
o.add(buildEnrolledService());
return o;
}
-void checkUnnamed4886(core.List<api.EnrolledService> o) {
+void checkUnnamed4887(core.List<api.EnrolledService> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnrolledService(o[0] as api.EnrolledService);
checkEnrolledService(o[1] as api.EnrolledService);
}
-core.List<core.String> buildUnnamed4887() {
+core.List<core.String> buildUnnamed4888() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4887(core.List<core.String> o) {
+void checkUnnamed4888(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -65,9 +65,9 @@
buildCounterAccessApprovalSettings++;
if (buildCounterAccessApprovalSettings < 3) {
o.enrolledAncestor = true;
- o.enrolledServices = buildUnnamed4886();
+ o.enrolledServices = buildUnnamed4887();
o.name = 'foo';
- o.notificationEmails = buildUnnamed4887();
+ o.notificationEmails = buildUnnamed4888();
}
buildCounterAccessApprovalSettings--;
return o;
@@ -77,12 +77,12 @@
buildCounterAccessApprovalSettings++;
if (buildCounterAccessApprovalSettings < 3) {
unittest.expect(o.enrolledAncestor!, unittest.isTrue);
- checkUnnamed4886(o.enrolledServices!);
+ checkUnnamed4887(o.enrolledServices!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4887(o.notificationEmails!);
+ checkUnnamed4888(o.notificationEmails!);
}
buildCounterAccessApprovalSettings--;
}
@@ -319,14 +319,14 @@
buildCounterEnrolledService--;
}
-core.List<api.ApprovalRequest> buildUnnamed4888() {
+core.List<api.ApprovalRequest> buildUnnamed4889() {
var o = <api.ApprovalRequest>[];
o.add(buildApprovalRequest());
o.add(buildApprovalRequest());
return o;
}
-void checkUnnamed4888(core.List<api.ApprovalRequest> o) {
+void checkUnnamed4889(core.List<api.ApprovalRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkApprovalRequest(o[0] as api.ApprovalRequest);
checkApprovalRequest(o[1] as api.ApprovalRequest);
@@ -337,7 +337,7 @@
var o = api.ListApprovalRequestsResponse();
buildCounterListApprovalRequestsResponse++;
if (buildCounterListApprovalRequestsResponse < 3) {
- o.approvalRequests = buildUnnamed4888();
+ o.approvalRequests = buildUnnamed4889();
o.nextPageToken = 'foo';
}
buildCounterListApprovalRequestsResponse--;
@@ -347,7 +347,7 @@
void checkListApprovalRequestsResponse(api.ListApprovalRequestsResponse o) {
buildCounterListApprovalRequestsResponse++;
if (buildCounterListApprovalRequestsResponse < 3) {
- checkUnnamed4888(o.approvalRequests!);
+ checkUnnamed4889(o.approvalRequests!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/adexperiencereport/v1_test.dart b/generated/googleapis/test/adexperiencereport/v1_test.dart
index 9e1d829..9c2b677 100644
--- a/generated/googleapis/test/adexperiencereport/v1_test.dart
+++ b/generated/googleapis/test/adexperiencereport/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed2998() {
+core.List<core.String> buildUnnamed2999() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2998(core.List<core.String> o) {
+void checkUnnamed2999(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -55,7 +55,7 @@
o.enforcementTime = 'foo';
o.filterStatus = 'foo';
o.lastChangeTime = 'foo';
- o.region = buildUnnamed2998();
+ o.region = buildUnnamed2999();
o.reportUrl = 'foo';
o.underReview = true;
}
@@ -82,7 +82,7 @@
o.lastChangeTime!,
unittest.equals('foo'),
);
- checkUnnamed2998(o.region!);
+ checkUnnamed2999(o.region!);
unittest.expect(
o.reportUrl!,
unittest.equals('foo'),
@@ -118,14 +118,14 @@
buildCounterSiteSummaryResponse--;
}
-core.List<api.SiteSummaryResponse> buildUnnamed2999() {
+core.List<api.SiteSummaryResponse> buildUnnamed3000() {
var o = <api.SiteSummaryResponse>[];
o.add(buildSiteSummaryResponse());
o.add(buildSiteSummaryResponse());
return o;
}
-void checkUnnamed2999(core.List<api.SiteSummaryResponse> o) {
+void checkUnnamed3000(core.List<api.SiteSummaryResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkSiteSummaryResponse(o[0] as api.SiteSummaryResponse);
checkSiteSummaryResponse(o[1] as api.SiteSummaryResponse);
@@ -136,7 +136,7 @@
var o = api.ViolatingSitesResponse();
buildCounterViolatingSitesResponse++;
if (buildCounterViolatingSitesResponse < 3) {
- o.violatingSites = buildUnnamed2999();
+ o.violatingSites = buildUnnamed3000();
}
buildCounterViolatingSitesResponse--;
return o;
@@ -145,7 +145,7 @@
void checkViolatingSitesResponse(api.ViolatingSitesResponse o) {
buildCounterViolatingSitesResponse++;
if (buildCounterViolatingSitesResponse < 3) {
- checkUnnamed2999(o.violatingSites!);
+ checkUnnamed3000(o.violatingSites!);
}
buildCounterViolatingSitesResponse--;
}
diff --git a/generated/googleapis/test/admin/datatransfer_v1_test.dart b/generated/googleapis/test/admin/datatransfer_v1_test.dart
index 6d4ab91..f68d104 100644
--- a/generated/googleapis/test/admin/datatransfer_v1_test.dart
+++ b/generated/googleapis/test/admin/datatransfer_v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.ApplicationTransferParam> buildUnnamed5356() {
+core.List<api.ApplicationTransferParam> buildUnnamed5358() {
var o = <api.ApplicationTransferParam>[];
o.add(buildApplicationTransferParam());
o.add(buildApplicationTransferParam());
return o;
}
-void checkUnnamed5356(core.List<api.ApplicationTransferParam> o) {
+void checkUnnamed5358(core.List<api.ApplicationTransferParam> o) {
unittest.expect(o, unittest.hasLength(2));
checkApplicationTransferParam(o[0] as api.ApplicationTransferParam);
checkApplicationTransferParam(o[1] as api.ApplicationTransferParam);
@@ -49,7 +49,7 @@
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.transferParams = buildUnnamed5356();
+ o.transferParams = buildUnnamed5358();
}
buildCounterApplication--;
return o;
@@ -74,19 +74,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5356(o.transferParams!);
+ checkUnnamed5358(o.transferParams!);
}
buildCounterApplication--;
}
-core.List<api.ApplicationTransferParam> buildUnnamed5357() {
+core.List<api.ApplicationTransferParam> buildUnnamed5359() {
var o = <api.ApplicationTransferParam>[];
o.add(buildApplicationTransferParam());
o.add(buildApplicationTransferParam());
return o;
}
-void checkUnnamed5357(core.List<api.ApplicationTransferParam> o) {
+void checkUnnamed5359(core.List<api.ApplicationTransferParam> o) {
unittest.expect(o, unittest.hasLength(2));
checkApplicationTransferParam(o[0] as api.ApplicationTransferParam);
checkApplicationTransferParam(o[1] as api.ApplicationTransferParam);
@@ -98,7 +98,7 @@
buildCounterApplicationDataTransfer++;
if (buildCounterApplicationDataTransfer < 3) {
o.applicationId = 'foo';
- o.applicationTransferParams = buildUnnamed5357();
+ o.applicationTransferParams = buildUnnamed5359();
o.applicationTransferStatus = 'foo';
}
buildCounterApplicationDataTransfer--;
@@ -112,7 +112,7 @@
o.applicationId!,
unittest.equals('foo'),
);
- checkUnnamed5357(o.applicationTransferParams!);
+ checkUnnamed5359(o.applicationTransferParams!);
unittest.expect(
o.applicationTransferStatus!,
unittest.equals('foo'),
@@ -121,14 +121,14 @@
buildCounterApplicationDataTransfer--;
}
-core.List<core.String> buildUnnamed5358() {
+core.List<core.String> buildUnnamed5360() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5358(core.List<core.String> o) {
+void checkUnnamed5360(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -146,7 +146,7 @@
buildCounterApplicationTransferParam++;
if (buildCounterApplicationTransferParam < 3) {
o.key = 'foo';
- o.value = buildUnnamed5358();
+ o.value = buildUnnamed5360();
}
buildCounterApplicationTransferParam--;
return o;
@@ -159,19 +159,19 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed5358(o.value!);
+ checkUnnamed5360(o.value!);
}
buildCounterApplicationTransferParam--;
}
-core.List<api.Application> buildUnnamed5359() {
+core.List<api.Application> buildUnnamed5361() {
var o = <api.Application>[];
o.add(buildApplication());
o.add(buildApplication());
return o;
}
-void checkUnnamed5359(core.List<api.Application> o) {
+void checkUnnamed5361(core.List<api.Application> o) {
unittest.expect(o, unittest.hasLength(2));
checkApplication(o[0] as api.Application);
checkApplication(o[1] as api.Application);
@@ -182,7 +182,7 @@
var o = api.ApplicationsListResponse();
buildCounterApplicationsListResponse++;
if (buildCounterApplicationsListResponse < 3) {
- o.applications = buildUnnamed5359();
+ o.applications = buildUnnamed5361();
o.etag = 'foo';
o.kind = 'foo';
o.nextPageToken = 'foo';
@@ -194,7 +194,7 @@
void checkApplicationsListResponse(api.ApplicationsListResponse o) {
buildCounterApplicationsListResponse++;
if (buildCounterApplicationsListResponse < 3) {
- checkUnnamed5359(o.applications!);
+ checkUnnamed5361(o.applications!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -211,14 +211,14 @@
buildCounterApplicationsListResponse--;
}
-core.List<api.ApplicationDataTransfer> buildUnnamed5360() {
+core.List<api.ApplicationDataTransfer> buildUnnamed5362() {
var o = <api.ApplicationDataTransfer>[];
o.add(buildApplicationDataTransfer());
o.add(buildApplicationDataTransfer());
return o;
}
-void checkUnnamed5360(core.List<api.ApplicationDataTransfer> o) {
+void checkUnnamed5362(core.List<api.ApplicationDataTransfer> o) {
unittest.expect(o, unittest.hasLength(2));
checkApplicationDataTransfer(o[0] as api.ApplicationDataTransfer);
checkApplicationDataTransfer(o[1] as api.ApplicationDataTransfer);
@@ -229,7 +229,7 @@
var o = api.DataTransfer();
buildCounterDataTransfer++;
if (buildCounterDataTransfer < 3) {
- o.applicationDataTransfers = buildUnnamed5360();
+ o.applicationDataTransfers = buildUnnamed5362();
o.etag = 'foo';
o.id = 'foo';
o.kind = 'foo';
@@ -245,7 +245,7 @@
void checkDataTransfer(api.DataTransfer o) {
buildCounterDataTransfer++;
if (buildCounterDataTransfer < 3) {
- checkUnnamed5360(o.applicationDataTransfers!);
+ checkUnnamed5362(o.applicationDataTransfers!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -278,14 +278,14 @@
buildCounterDataTransfer--;
}
-core.List<api.DataTransfer> buildUnnamed5361() {
+core.List<api.DataTransfer> buildUnnamed5363() {
var o = <api.DataTransfer>[];
o.add(buildDataTransfer());
o.add(buildDataTransfer());
return o;
}
-void checkUnnamed5361(core.List<api.DataTransfer> o) {
+void checkUnnamed5363(core.List<api.DataTransfer> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataTransfer(o[0] as api.DataTransfer);
checkDataTransfer(o[1] as api.DataTransfer);
@@ -296,7 +296,7 @@
var o = api.DataTransfersListResponse();
buildCounterDataTransfersListResponse++;
if (buildCounterDataTransfersListResponse < 3) {
- o.dataTransfers = buildUnnamed5361();
+ o.dataTransfers = buildUnnamed5363();
o.etag = 'foo';
o.kind = 'foo';
o.nextPageToken = 'foo';
@@ -308,7 +308,7 @@
void checkDataTransfersListResponse(api.DataTransfersListResponse o) {
buildCounterDataTransfersListResponse++;
if (buildCounterDataTransfersListResponse < 3) {
- checkUnnamed5361(o.dataTransfers!);
+ checkUnnamed5363(o.dataTransfers!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/admin/reports_v1_test.dart b/generated/googleapis/test/admin/reports_v1_test.dart
index ca19b5c..5b06f4a 100644
--- a/generated/googleapis/test/admin/reports_v1_test.dart
+++ b/generated/googleapis/test/admin/reports_v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Activity> buildUnnamed5399() {
+core.List<api.Activity> buildUnnamed5401() {
var o = <api.Activity>[];
o.add(buildActivity());
o.add(buildActivity());
return o;
}
-void checkUnnamed5399(core.List<api.Activity> o) {
+void checkUnnamed5401(core.List<api.Activity> o) {
unittest.expect(o, unittest.hasLength(2));
checkActivity(o[0] as api.Activity);
checkActivity(o[1] as api.Activity);
@@ -46,7 +46,7 @@
buildCounterActivities++;
if (buildCounterActivities < 3) {
o.etag = 'foo';
- o.items = buildUnnamed5399();
+ o.items = buildUnnamed5401();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -61,7 +61,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5399(o.items!);
+ checkUnnamed5401(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -111,59 +111,6 @@
buildCounterActivityActor--;
}
-core.List<api.NestedParameter> buildUnnamed5400() {
- var o = <api.NestedParameter>[];
- o.add(buildNestedParameter());
- o.add(buildNestedParameter());
- return o;
-}
-
-void checkUnnamed5400(core.List<api.NestedParameter> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkNestedParameter(o[0] as api.NestedParameter);
- checkNestedParameter(o[1] as api.NestedParameter);
-}
-
-core.int buildCounterActivityEventsParametersMessageValue = 0;
-api.ActivityEventsParametersMessageValue
- buildActivityEventsParametersMessageValue() {
- var o = api.ActivityEventsParametersMessageValue();
- buildCounterActivityEventsParametersMessageValue++;
- if (buildCounterActivityEventsParametersMessageValue < 3) {
- o.parameter = buildUnnamed5400();
- }
- buildCounterActivityEventsParametersMessageValue--;
- return o;
-}
-
-void checkActivityEventsParametersMessageValue(
- api.ActivityEventsParametersMessageValue o) {
- buildCounterActivityEventsParametersMessageValue++;
- if (buildCounterActivityEventsParametersMessageValue < 3) {
- checkUnnamed5400(o.parameter!);
- }
- buildCounterActivityEventsParametersMessageValue--;
-}
-
-core.List<core.String> buildUnnamed5401() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5401(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<api.NestedParameter> buildUnnamed5402() {
var o = <api.NestedParameter>[];
o.add(buildNestedParameter());
@@ -177,13 +124,66 @@
checkNestedParameter(o[1] as api.NestedParameter);
}
+core.int buildCounterActivityEventsParametersMessageValue = 0;
+api.ActivityEventsParametersMessageValue
+ buildActivityEventsParametersMessageValue() {
+ var o = api.ActivityEventsParametersMessageValue();
+ buildCounterActivityEventsParametersMessageValue++;
+ if (buildCounterActivityEventsParametersMessageValue < 3) {
+ o.parameter = buildUnnamed5402();
+ }
+ buildCounterActivityEventsParametersMessageValue--;
+ return o;
+}
+
+void checkActivityEventsParametersMessageValue(
+ api.ActivityEventsParametersMessageValue o) {
+ buildCounterActivityEventsParametersMessageValue++;
+ if (buildCounterActivityEventsParametersMessageValue < 3) {
+ checkUnnamed5402(o.parameter!);
+ }
+ buildCounterActivityEventsParametersMessageValue--;
+}
+
+core.List<core.String> buildUnnamed5403() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5403(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.NestedParameter> buildUnnamed5404() {
+ var o = <api.NestedParameter>[];
+ o.add(buildNestedParameter());
+ o.add(buildNestedParameter());
+ return o;
+}
+
+void checkUnnamed5404(core.List<api.NestedParameter> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkNestedParameter(o[0] as api.NestedParameter);
+ checkNestedParameter(o[1] as api.NestedParameter);
+}
+
core.int buildCounterActivityEventsParametersMultiMessageValue = 0;
api.ActivityEventsParametersMultiMessageValue
buildActivityEventsParametersMultiMessageValue() {
var o = api.ActivityEventsParametersMultiMessageValue();
buildCounterActivityEventsParametersMultiMessageValue++;
if (buildCounterActivityEventsParametersMultiMessageValue < 3) {
- o.parameter = buildUnnamed5402();
+ o.parameter = buildUnnamed5404();
}
buildCounterActivityEventsParametersMultiMessageValue--;
return o;
@@ -193,19 +193,19 @@
api.ActivityEventsParametersMultiMessageValue o) {
buildCounterActivityEventsParametersMultiMessageValue++;
if (buildCounterActivityEventsParametersMultiMessageValue < 3) {
- checkUnnamed5402(o.parameter!);
+ checkUnnamed5404(o.parameter!);
}
buildCounterActivityEventsParametersMultiMessageValue--;
}
-core.List<api.ActivityEventsParametersMultiMessageValue> buildUnnamed5403() {
+core.List<api.ActivityEventsParametersMultiMessageValue> buildUnnamed5405() {
var o = <api.ActivityEventsParametersMultiMessageValue>[];
o.add(buildActivityEventsParametersMultiMessageValue());
o.add(buildActivityEventsParametersMultiMessageValue());
return o;
}
-void checkUnnamed5403(
+void checkUnnamed5405(
core.List<api.ActivityEventsParametersMultiMessageValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkActivityEventsParametersMultiMessageValue(
@@ -214,14 +214,14 @@
o[1] as api.ActivityEventsParametersMultiMessageValue);
}
-core.List<core.String> buildUnnamed5404() {
+core.List<core.String> buildUnnamed5406() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5404(core.List<core.String> o) {
+void checkUnnamed5406(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -241,9 +241,9 @@
o.boolValue = true;
o.intValue = 'foo';
o.messageValue = buildActivityEventsParametersMessageValue();
- o.multiIntValue = buildUnnamed5401();
- o.multiMessageValue = buildUnnamed5403();
- o.multiValue = buildUnnamed5404();
+ o.multiIntValue = buildUnnamed5403();
+ o.multiMessageValue = buildUnnamed5405();
+ o.multiValue = buildUnnamed5406();
o.name = 'foo';
o.value = 'foo';
}
@@ -261,9 +261,9 @@
);
checkActivityEventsParametersMessageValue(
o.messageValue! as api.ActivityEventsParametersMessageValue);
- checkUnnamed5401(o.multiIntValue!);
- checkUnnamed5403(o.multiMessageValue!);
- checkUnnamed5404(o.multiValue!);
+ checkUnnamed5403(o.multiIntValue!);
+ checkUnnamed5405(o.multiMessageValue!);
+ checkUnnamed5406(o.multiValue!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -276,14 +276,14 @@
buildCounterActivityEventsParameters--;
}
-core.List<api.ActivityEventsParameters> buildUnnamed5405() {
+core.List<api.ActivityEventsParameters> buildUnnamed5407() {
var o = <api.ActivityEventsParameters>[];
o.add(buildActivityEventsParameters());
o.add(buildActivityEventsParameters());
return o;
}
-void checkUnnamed5405(core.List<api.ActivityEventsParameters> o) {
+void checkUnnamed5407(core.List<api.ActivityEventsParameters> o) {
unittest.expect(o, unittest.hasLength(2));
checkActivityEventsParameters(o[0] as api.ActivityEventsParameters);
checkActivityEventsParameters(o[1] as api.ActivityEventsParameters);
@@ -295,7 +295,7 @@
buildCounterActivityEvents++;
if (buildCounterActivityEvents < 3) {
o.name = 'foo';
- o.parameters = buildUnnamed5405();
+ o.parameters = buildUnnamed5407();
o.type = 'foo';
}
buildCounterActivityEvents--;
@@ -309,7 +309,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5405(o.parameters!);
+ checkUnnamed5407(o.parameters!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -318,14 +318,14 @@
buildCounterActivityEvents--;
}
-core.List<api.ActivityEvents> buildUnnamed5406() {
+core.List<api.ActivityEvents> buildUnnamed5408() {
var o = <api.ActivityEvents>[];
o.add(buildActivityEvents());
o.add(buildActivityEvents());
return o;
}
-void checkUnnamed5406(core.List<api.ActivityEvents> o) {
+void checkUnnamed5408(core.List<api.ActivityEvents> o) {
unittest.expect(o, unittest.hasLength(2));
checkActivityEvents(o[0] as api.ActivityEvents);
checkActivityEvents(o[1] as api.ActivityEvents);
@@ -375,7 +375,7 @@
if (buildCounterActivity < 3) {
o.actor = buildActivityActor();
o.etag = 'foo';
- o.events = buildUnnamed5406();
+ o.events = buildUnnamed5408();
o.id = buildActivityId();
o.ipAddress = 'foo';
o.kind = 'foo';
@@ -393,7 +393,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5406(o.events!);
+ checkUnnamed5408(o.events!);
checkActivityId(o.id! as api.ActivityId);
unittest.expect(
o.ipAddress!,
@@ -411,14 +411,14 @@
buildCounterActivity--;
}
-core.Map<core.String, core.String> buildUnnamed5407() {
+core.Map<core.String, core.String> buildUnnamed5409() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5407(core.Map<core.String, core.String> o) {
+void checkUnnamed5409(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -439,7 +439,7 @@
o.expiration = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.params = buildUnnamed5407();
+ o.params = buildUnnamed5409();
o.payload = true;
o.resourceId = 'foo';
o.resourceUri = 'foo';
@@ -469,7 +469,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5407(o.params!);
+ checkUnnamed5409(o.params!);
unittest.expect(o.payload!, unittest.isTrue);
unittest.expect(
o.resourceId!,
@@ -491,27 +491,27 @@
buildCounterChannel--;
}
-core.List<core.bool> buildUnnamed5408() {
+core.List<core.bool> buildUnnamed5410() {
var o = <core.bool>[];
o.add(true);
o.add(true);
return o;
}
-void checkUnnamed5408(core.List<core.bool> o) {
+void checkUnnamed5410(core.List<core.bool> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.isTrue);
unittest.expect(o[1], unittest.isTrue);
}
-core.List<core.String> buildUnnamed5409() {
+core.List<core.String> buildUnnamed5411() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5409(core.List<core.String> o) {
+void checkUnnamed5411(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -523,14 +523,14 @@
);
}
-core.List<core.String> buildUnnamed5410() {
+core.List<core.String> buildUnnamed5412() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5410(core.List<core.String> o) {
+void checkUnnamed5412(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -549,9 +549,9 @@
if (buildCounterNestedParameter < 3) {
o.boolValue = true;
o.intValue = 'foo';
- o.multiBoolValue = buildUnnamed5408();
- o.multiIntValue = buildUnnamed5409();
- o.multiValue = buildUnnamed5410();
+ o.multiBoolValue = buildUnnamed5410();
+ o.multiIntValue = buildUnnamed5411();
+ o.multiValue = buildUnnamed5412();
o.name = 'foo';
o.value = 'foo';
}
@@ -567,9 +567,9 @@
o.intValue!,
unittest.equals('foo'),
);
- checkUnnamed5408(o.multiBoolValue!);
- checkUnnamed5409(o.multiIntValue!);
- checkUnnamed5410(o.multiValue!);
+ checkUnnamed5410(o.multiBoolValue!);
+ checkUnnamed5411(o.multiIntValue!);
+ checkUnnamed5412(o.multiValue!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -624,7 +624,7 @@
buildCounterUsageReportEntity--;
}
-core.Map<core.String, core.Object> buildUnnamed5411() {
+core.Map<core.String, core.Object> buildUnnamed5413() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -639,7 +639,7 @@
return o;
}
-void checkUnnamed5411(core.Map<core.String, core.Object> o) {
+void checkUnnamed5413(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -671,17 +671,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5412() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5414() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5411());
- o.add(buildUnnamed5411());
+ o.add(buildUnnamed5413());
+ o.add(buildUnnamed5413());
return o;
}
-void checkUnnamed5412(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5414(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5411(o[0]);
- checkUnnamed5411(o[1]);
+ checkUnnamed5413(o[0]);
+ checkUnnamed5413(o[1]);
}
core.int buildCounterUsageReportParameters = 0;
@@ -692,7 +692,7 @@
o.boolValue = true;
o.datetimeValue = core.DateTime.parse("2002-02-27T14:01:02");
o.intValue = 'foo';
- o.msgValue = buildUnnamed5412();
+ o.msgValue = buildUnnamed5414();
o.name = 'foo';
o.stringValue = 'foo';
}
@@ -712,7 +712,7 @@
o.intValue!,
unittest.equals('foo'),
);
- checkUnnamed5412(o.msgValue!);
+ checkUnnamed5414(o.msgValue!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -725,14 +725,14 @@
buildCounterUsageReportParameters--;
}
-core.List<api.UsageReportParameters> buildUnnamed5413() {
+core.List<api.UsageReportParameters> buildUnnamed5415() {
var o = <api.UsageReportParameters>[];
o.add(buildUsageReportParameters());
o.add(buildUsageReportParameters());
return o;
}
-void checkUnnamed5413(core.List<api.UsageReportParameters> o) {
+void checkUnnamed5415(core.List<api.UsageReportParameters> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageReportParameters(o[0] as api.UsageReportParameters);
checkUsageReportParameters(o[1] as api.UsageReportParameters);
@@ -747,7 +747,7 @@
o.entity = buildUsageReportEntity();
o.etag = 'foo';
o.kind = 'foo';
- o.parameters = buildUnnamed5413();
+ o.parameters = buildUnnamed5415();
}
buildCounterUsageReport--;
return o;
@@ -769,19 +769,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5413(o.parameters!);
+ checkUnnamed5415(o.parameters!);
}
buildCounterUsageReport--;
}
-core.List<api.UsageReport> buildUnnamed5414() {
+core.List<api.UsageReport> buildUnnamed5416() {
var o = <api.UsageReport>[];
o.add(buildUsageReport());
o.add(buildUsageReport());
return o;
}
-void checkUnnamed5414(core.List<api.UsageReport> o) {
+void checkUnnamed5416(core.List<api.UsageReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageReport(o[0] as api.UsageReport);
checkUsageReport(o[1] as api.UsageReport);
@@ -814,14 +814,14 @@
buildCounterUsageReportsWarningsData--;
}
-core.List<api.UsageReportsWarningsData> buildUnnamed5415() {
+core.List<api.UsageReportsWarningsData> buildUnnamed5417() {
var o = <api.UsageReportsWarningsData>[];
o.add(buildUsageReportsWarningsData());
o.add(buildUsageReportsWarningsData());
return o;
}
-void checkUnnamed5415(core.List<api.UsageReportsWarningsData> o) {
+void checkUnnamed5417(core.List<api.UsageReportsWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageReportsWarningsData(o[0] as api.UsageReportsWarningsData);
checkUsageReportsWarningsData(o[1] as api.UsageReportsWarningsData);
@@ -833,7 +833,7 @@
buildCounterUsageReportsWarnings++;
if (buildCounterUsageReportsWarnings < 3) {
o.code = 'foo';
- o.data = buildUnnamed5415();
+ o.data = buildUnnamed5417();
o.message = 'foo';
}
buildCounterUsageReportsWarnings--;
@@ -847,7 +847,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed5415(o.data!);
+ checkUnnamed5417(o.data!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -856,14 +856,14 @@
buildCounterUsageReportsWarnings--;
}
-core.List<api.UsageReportsWarnings> buildUnnamed5416() {
+core.List<api.UsageReportsWarnings> buildUnnamed5418() {
var o = <api.UsageReportsWarnings>[];
o.add(buildUsageReportsWarnings());
o.add(buildUsageReportsWarnings());
return o;
}
-void checkUnnamed5416(core.List<api.UsageReportsWarnings> o) {
+void checkUnnamed5418(core.List<api.UsageReportsWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageReportsWarnings(o[0] as api.UsageReportsWarnings);
checkUsageReportsWarnings(o[1] as api.UsageReportsWarnings);
@@ -877,8 +877,8 @@
o.etag = 'foo';
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.usageReports = buildUnnamed5414();
- o.warnings = buildUnnamed5416();
+ o.usageReports = buildUnnamed5416();
+ o.warnings = buildUnnamed5418();
}
buildCounterUsageReports--;
return o;
@@ -899,8 +899,8 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5414(o.usageReports!);
- checkUnnamed5416(o.warnings!);
+ checkUnnamed5416(o.usageReports!);
+ checkUnnamed5418(o.warnings!);
}
buildCounterUsageReports--;
}
diff --git a/generated/googleapis/test/adsense/v1_4_test.dart b/generated/googleapis/test/adsense/v1_4_test.dart
index fcd9c9c..3513105 100644
--- a/generated/googleapis/test/adsense/v1_4_test.dart
+++ b/generated/googleapis/test/adsense/v1_4_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Account> buildUnnamed4154() {
+core.List<api.Account> buildUnnamed4155() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed4154(core.List<api.Account> o) {
+void checkUnnamed4155(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -50,7 +50,7 @@
o.kind = 'foo';
o.name = 'foo';
o.premium = true;
- o.subAccounts = buildUnnamed4154();
+ o.subAccounts = buildUnnamed4155();
o.timezone = 'foo';
}
buildCounterAccount--;
@@ -77,7 +77,7 @@
unittest.equals('foo'),
);
unittest.expect(o.premium!, unittest.isTrue);
- checkUnnamed4154(o.subAccounts!);
+ checkUnnamed4155(o.subAccounts!);
unittest.expect(
o.timezone!,
unittest.equals('foo'),
@@ -86,14 +86,14 @@
buildCounterAccount--;
}
-core.List<api.Account> buildUnnamed4155() {
+core.List<api.Account> buildUnnamed4156() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed4155(core.List<api.Account> o) {
+void checkUnnamed4156(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -105,7 +105,7 @@
buildCounterAccounts++;
if (buildCounterAccounts < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4155();
+ o.items = buildUnnamed4156();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -120,7 +120,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4155(o.items!);
+ checkUnnamed4156(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -169,14 +169,14 @@
buildCounterAdClient--;
}
-core.List<api.AdClient> buildUnnamed4156() {
+core.List<api.AdClient> buildUnnamed4157() {
var o = <api.AdClient>[];
o.add(buildAdClient());
o.add(buildAdClient());
return o;
}
-void checkUnnamed4156(core.List<api.AdClient> o) {
+void checkUnnamed4157(core.List<api.AdClient> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdClient(o[0] as api.AdClient);
checkAdClient(o[1] as api.AdClient);
@@ -188,7 +188,7 @@
buildCounterAdClients++;
if (buildCounterAdClients < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4156();
+ o.items = buildUnnamed4157();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -203,7 +203,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4156(o.items!);
+ checkUnnamed4157(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -548,14 +548,14 @@
buildCounterAdUnit--;
}
-core.List<api.AdUnit> buildUnnamed4157() {
+core.List<api.AdUnit> buildUnnamed4158() {
var o = <api.AdUnit>[];
o.add(buildAdUnit());
o.add(buildAdUnit());
return o;
}
-void checkUnnamed4157(core.List<api.AdUnit> o) {
+void checkUnnamed4158(core.List<api.AdUnit> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdUnit(o[0] as api.AdUnit);
checkAdUnit(o[1] as api.AdUnit);
@@ -567,7 +567,7 @@
buildCounterAdUnits++;
if (buildCounterAdUnits < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4157();
+ o.items = buildUnnamed4158();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -582,7 +582,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4157(o.items!);
+ checkUnnamed4158(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -595,14 +595,14 @@
buildCounterAdUnits--;
}
-core.List<core.String> buildUnnamed4158() {
+core.List<core.String> buildUnnamed4159() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4158(core.List<core.String> o) {
+void checkUnnamed4159(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -648,14 +648,14 @@
buildCounterAdsenseReportsGenerateResponseHeaders--;
}
-core.List<api.AdsenseReportsGenerateResponseHeaders> buildUnnamed4159() {
+core.List<api.AdsenseReportsGenerateResponseHeaders> buildUnnamed4160() {
var o = <api.AdsenseReportsGenerateResponseHeaders>[];
o.add(buildAdsenseReportsGenerateResponseHeaders());
o.add(buildAdsenseReportsGenerateResponseHeaders());
return o;
}
-void checkUnnamed4159(core.List<api.AdsenseReportsGenerateResponseHeaders> o) {
+void checkUnnamed4160(core.List<api.AdsenseReportsGenerateResponseHeaders> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdsenseReportsGenerateResponseHeaders(
o[0] as api.AdsenseReportsGenerateResponseHeaders);
@@ -663,14 +663,14 @@
o[1] as api.AdsenseReportsGenerateResponseHeaders);
}
-core.List<core.String> buildUnnamed4160() {
+core.List<core.String> buildUnnamed4161() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4160(core.List<core.String> o) {
+void checkUnnamed4161(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -682,36 +682,17 @@
);
}
-core.List<core.List<core.String>> buildUnnamed4161() {
+core.List<core.List<core.String>> buildUnnamed4162() {
var o = <core.List<core.String>>[];
- o.add(buildUnnamed4160());
- o.add(buildUnnamed4160());
+ o.add(buildUnnamed4161());
+ o.add(buildUnnamed4161());
return o;
}
-void checkUnnamed4161(core.List<core.List<core.String>> o) {
+void checkUnnamed4162(core.List<core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4160(o[0]);
- checkUnnamed4160(o[1]);
-}
-
-core.List<core.String> buildUnnamed4162() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4162(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
+ checkUnnamed4161(o[0]);
+ checkUnnamed4161(o[1]);
}
core.List<core.String> buildUnnamed4163() {
@@ -733,20 +714,39 @@
);
}
+core.List<core.String> buildUnnamed4164() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4164(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterAdsenseReportsGenerateResponse = 0;
api.AdsenseReportsGenerateResponse buildAdsenseReportsGenerateResponse() {
var o = api.AdsenseReportsGenerateResponse();
buildCounterAdsenseReportsGenerateResponse++;
if (buildCounterAdsenseReportsGenerateResponse < 3) {
- o.averages = buildUnnamed4158();
+ o.averages = buildUnnamed4159();
o.endDate = 'foo';
- o.headers = buildUnnamed4159();
+ o.headers = buildUnnamed4160();
o.kind = 'foo';
- o.rows = buildUnnamed4161();
+ o.rows = buildUnnamed4162();
o.startDate = 'foo';
o.totalMatchedRows = 'foo';
- o.totals = buildUnnamed4162();
- o.warnings = buildUnnamed4163();
+ o.totals = buildUnnamed4163();
+ o.warnings = buildUnnamed4164();
}
buildCounterAdsenseReportsGenerateResponse--;
return o;
@@ -755,17 +755,17 @@
void checkAdsenseReportsGenerateResponse(api.AdsenseReportsGenerateResponse o) {
buildCounterAdsenseReportsGenerateResponse++;
if (buildCounterAdsenseReportsGenerateResponse < 3) {
- checkUnnamed4158(o.averages!);
+ checkUnnamed4159(o.averages!);
unittest.expect(
o.endDate!,
unittest.equals('foo'),
);
- checkUnnamed4159(o.headers!);
+ checkUnnamed4160(o.headers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4161(o.rows!);
+ checkUnnamed4162(o.rows!);
unittest.expect(
o.startDate!,
unittest.equals('foo'),
@@ -774,8 +774,8 @@
o.totalMatchedRows!,
unittest.equals('foo'),
);
- checkUnnamed4162(o.totals!);
- checkUnnamed4163(o.warnings!);
+ checkUnnamed4163(o.totals!);
+ checkUnnamed4164(o.warnings!);
}
buildCounterAdsenseReportsGenerateResponse--;
}
@@ -824,14 +824,14 @@
buildCounterAlert--;
}
-core.List<api.Alert> buildUnnamed4164() {
+core.List<api.Alert> buildUnnamed4165() {
var o = <api.Alert>[];
o.add(buildAlert());
o.add(buildAlert());
return o;
}
-void checkUnnamed4164(core.List<api.Alert> o) {
+void checkUnnamed4165(core.List<api.Alert> o) {
unittest.expect(o, unittest.hasLength(2));
checkAlert(o[0] as api.Alert);
checkAlert(o[1] as api.Alert);
@@ -842,7 +842,7 @@
var o = api.Alerts();
buildCounterAlerts++;
if (buildCounterAlerts < 3) {
- o.items = buildUnnamed4164();
+ o.items = buildUnnamed4165();
o.kind = 'foo';
}
buildCounterAlerts--;
@@ -852,7 +852,7 @@
void checkAlerts(api.Alerts o) {
buildCounterAlerts++;
if (buildCounterAlerts < 3) {
- checkUnnamed4164(o.items!);
+ checkUnnamed4165(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -938,14 +938,14 @@
buildCounterCustomChannel--;
}
-core.List<api.CustomChannel> buildUnnamed4165() {
+core.List<api.CustomChannel> buildUnnamed4166() {
var o = <api.CustomChannel>[];
o.add(buildCustomChannel());
o.add(buildCustomChannel());
return o;
}
-void checkUnnamed4165(core.List<api.CustomChannel> o) {
+void checkUnnamed4166(core.List<api.CustomChannel> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomChannel(o[0] as api.CustomChannel);
checkCustomChannel(o[1] as api.CustomChannel);
@@ -957,7 +957,7 @@
buildCounterCustomChannels++;
if (buildCounterCustomChannels < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4165();
+ o.items = buildUnnamed4166();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -972,7 +972,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4165(o.items!);
+ checkUnnamed4166(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -985,14 +985,14 @@
buildCounterCustomChannels--;
}
-core.List<api.ReportingMetadataEntry> buildUnnamed4166() {
+core.List<api.ReportingMetadataEntry> buildUnnamed4167() {
var o = <api.ReportingMetadataEntry>[];
o.add(buildReportingMetadataEntry());
o.add(buildReportingMetadataEntry());
return o;
}
-void checkUnnamed4166(core.List<api.ReportingMetadataEntry> o) {
+void checkUnnamed4167(core.List<api.ReportingMetadataEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportingMetadataEntry(o[0] as api.ReportingMetadataEntry);
checkReportingMetadataEntry(o[1] as api.ReportingMetadataEntry);
@@ -1003,7 +1003,7 @@
var o = api.Metadata();
buildCounterMetadata++;
if (buildCounterMetadata < 3) {
- o.items = buildUnnamed4166();
+ o.items = buildUnnamed4167();
o.kind = 'foo';
}
buildCounterMetadata--;
@@ -1013,7 +1013,7 @@
void checkMetadata(api.Metadata o) {
buildCounterMetadata++;
if (buildCounterMetadata < 3) {
- checkUnnamed4166(o.items!);
+ checkUnnamed4167(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1064,14 +1064,14 @@
buildCounterPayment--;
}
-core.List<api.Payment> buildUnnamed4167() {
+core.List<api.Payment> buildUnnamed4168() {
var o = <api.Payment>[];
o.add(buildPayment());
o.add(buildPayment());
return o;
}
-void checkUnnamed4167(core.List<api.Payment> o) {
+void checkUnnamed4168(core.List<api.Payment> o) {
unittest.expect(o, unittest.hasLength(2));
checkPayment(o[0] as api.Payment);
checkPayment(o[1] as api.Payment);
@@ -1082,7 +1082,7 @@
var o = api.Payments();
buildCounterPayments++;
if (buildCounterPayments < 3) {
- o.items = buildUnnamed4167();
+ o.items = buildUnnamed4168();
o.kind = 'foo';
}
buildCounterPayments--;
@@ -1092,7 +1092,7 @@
void checkPayments(api.Payments o) {
buildCounterPayments++;
if (buildCounterPayments < 3) {
- checkUnnamed4167(o.items!);
+ checkUnnamed4168(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1101,25 +1101,6 @@
buildCounterPayments--;
}
-core.List<core.String> buildUnnamed4168() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4168(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4169() {
var o = <core.String>[];
o.add('foo');
@@ -1196,18 +1177,37 @@
);
}
+core.List<core.String> buildUnnamed4173() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4173(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterReportingMetadataEntry = 0;
api.ReportingMetadataEntry buildReportingMetadataEntry() {
var o = api.ReportingMetadataEntry();
buildCounterReportingMetadataEntry++;
if (buildCounterReportingMetadataEntry < 3) {
- o.compatibleDimensions = buildUnnamed4168();
- o.compatibleMetrics = buildUnnamed4169();
+ o.compatibleDimensions = buildUnnamed4169();
+ o.compatibleMetrics = buildUnnamed4170();
o.id = 'foo';
o.kind = 'foo';
- o.requiredDimensions = buildUnnamed4170();
- o.requiredMetrics = buildUnnamed4171();
- o.supportedProducts = buildUnnamed4172();
+ o.requiredDimensions = buildUnnamed4171();
+ o.requiredMetrics = buildUnnamed4172();
+ o.supportedProducts = buildUnnamed4173();
}
buildCounterReportingMetadataEntry--;
return o;
@@ -1216,8 +1216,8 @@
void checkReportingMetadataEntry(api.ReportingMetadataEntry o) {
buildCounterReportingMetadataEntry++;
if (buildCounterReportingMetadataEntry < 3) {
- checkUnnamed4168(o.compatibleDimensions!);
- checkUnnamed4169(o.compatibleMetrics!);
+ checkUnnamed4169(o.compatibleDimensions!);
+ checkUnnamed4170(o.compatibleMetrics!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -1226,9 +1226,9 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4170(o.requiredDimensions!);
- checkUnnamed4171(o.requiredMetrics!);
- checkUnnamed4172(o.supportedProducts!);
+ checkUnnamed4171(o.requiredDimensions!);
+ checkUnnamed4172(o.requiredMetrics!);
+ checkUnnamed4173(o.supportedProducts!);
}
buildCounterReportingMetadataEntry--;
}
@@ -1267,14 +1267,14 @@
buildCounterSavedAdStyle--;
}
-core.List<api.SavedAdStyle> buildUnnamed4173() {
+core.List<api.SavedAdStyle> buildUnnamed4174() {
var o = <api.SavedAdStyle>[];
o.add(buildSavedAdStyle());
o.add(buildSavedAdStyle());
return o;
}
-void checkUnnamed4173(core.List<api.SavedAdStyle> o) {
+void checkUnnamed4174(core.List<api.SavedAdStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSavedAdStyle(o[0] as api.SavedAdStyle);
checkSavedAdStyle(o[1] as api.SavedAdStyle);
@@ -1286,7 +1286,7 @@
buildCounterSavedAdStyles++;
if (buildCounterSavedAdStyles < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4173();
+ o.items = buildUnnamed4174();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1301,7 +1301,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4173(o.items!);
+ checkUnnamed4174(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1346,14 +1346,14 @@
buildCounterSavedReport--;
}
-core.List<api.SavedReport> buildUnnamed4174() {
+core.List<api.SavedReport> buildUnnamed4175() {
var o = <api.SavedReport>[];
o.add(buildSavedReport());
o.add(buildSavedReport());
return o;
}
-void checkUnnamed4174(core.List<api.SavedReport> o) {
+void checkUnnamed4175(core.List<api.SavedReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkSavedReport(o[0] as api.SavedReport);
checkSavedReport(o[1] as api.SavedReport);
@@ -1365,7 +1365,7 @@
buildCounterSavedReports++;
if (buildCounterSavedReports < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4174();
+ o.items = buildUnnamed4175();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1380,7 +1380,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4174(o.items!);
+ checkUnnamed4175(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1425,14 +1425,14 @@
buildCounterUrlChannel--;
}
-core.List<api.UrlChannel> buildUnnamed4175() {
+core.List<api.UrlChannel> buildUnnamed4176() {
var o = <api.UrlChannel>[];
o.add(buildUrlChannel());
o.add(buildUrlChannel());
return o;
}
-void checkUnnamed4175(core.List<api.UrlChannel> o) {
+void checkUnnamed4176(core.List<api.UrlChannel> o) {
unittest.expect(o, unittest.hasLength(2));
checkUrlChannel(o[0] as api.UrlChannel);
checkUrlChannel(o[1] as api.UrlChannel);
@@ -1444,7 +1444,7 @@
buildCounterUrlChannels++;
if (buildCounterUrlChannels < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4175();
+ o.items = buildUnnamed4176();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1459,7 +1459,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4175(o.items!);
+ checkUnnamed4176(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1472,25 +1472,6 @@
buildCounterUrlChannels--;
}
-core.List<core.String> buildUnnamed4176() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4176(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4177() {
var o = <core.String>[];
o.add('foo');
@@ -1643,6 +1624,25 @@
);
}
+core.List<core.String> buildUnnamed4185() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4185(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-Account', () {
unittest.test('to-json--from-json', () async {
@@ -3242,12 +3242,12 @@
var arg_startDate = 'foo';
var arg_endDate = 'foo';
var arg_currency = 'foo';
- var arg_dimension = buildUnnamed4176();
- var arg_filter = buildUnnamed4177();
+ var arg_dimension = buildUnnamed4177();
+ var arg_filter = buildUnnamed4178();
var arg_locale = 'foo';
var arg_maxResults = 42;
- var arg_metric = buildUnnamed4178();
- var arg_sort = buildUnnamed4179();
+ var arg_metric = buildUnnamed4179();
+ var arg_sort = buildUnnamed4180();
var arg_startIndex = 42;
var arg_useTimezoneReporting = true;
var arg_$fields = 'foo';
@@ -4815,14 +4815,14 @@
var res = api.AdSenseApi(mock).reports;
var arg_startDate = 'foo';
var arg_endDate = 'foo';
- var arg_accountId = buildUnnamed4180();
+ var arg_accountId = buildUnnamed4181();
var arg_currency = 'foo';
- var arg_dimension = buildUnnamed4181();
- var arg_filter = buildUnnamed4182();
+ var arg_dimension = buildUnnamed4182();
+ var arg_filter = buildUnnamed4183();
var arg_locale = 'foo';
var arg_maxResults = 42;
- var arg_metric = buildUnnamed4183();
- var arg_sort = buildUnnamed4184();
+ var arg_metric = buildUnnamed4184();
+ var arg_sort = buildUnnamed4185();
var arg_startIndex = 42;
var arg_useTimezoneReporting = true;
var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/adsensehost/v4_1_test.dart b/generated/googleapis/test/adsensehost/v4_1_test.dart
index a60ad40..0540b61 100644
--- a/generated/googleapis/test/adsensehost/v4_1_test.dart
+++ b/generated/googleapis/test/adsensehost/v4_1_test.dart
@@ -64,14 +64,14 @@
buildCounterAccount--;
}
-core.List<api.Account> buildUnnamed4854() {
+core.List<api.Account> buildUnnamed4855() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed4854(core.List<api.Account> o) {
+void checkUnnamed4855(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -83,7 +83,7 @@
buildCounterAccounts++;
if (buildCounterAccounts < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4854();
+ o.items = buildUnnamed4855();
o.kind = 'foo';
}
buildCounterAccounts--;
@@ -97,7 +97,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4854(o.items!);
+ checkUnnamed4855(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -142,14 +142,14 @@
buildCounterAdClient--;
}
-core.List<api.AdClient> buildUnnamed4855() {
+core.List<api.AdClient> buildUnnamed4856() {
var o = <api.AdClient>[];
o.add(buildAdClient());
o.add(buildAdClient());
return o;
}
-void checkUnnamed4855(core.List<api.AdClient> o) {
+void checkUnnamed4856(core.List<api.AdClient> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdClient(o[0] as api.AdClient);
checkAdClient(o[1] as api.AdClient);
@@ -161,7 +161,7 @@
buildCounterAdClients++;
if (buildCounterAdClients < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4855();
+ o.items = buildUnnamed4856();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -176,7 +176,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4855(o.items!);
+ checkUnnamed4856(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -467,14 +467,14 @@
buildCounterAdUnit--;
}
-core.List<api.AdUnit> buildUnnamed4856() {
+core.List<api.AdUnit> buildUnnamed4857() {
var o = <api.AdUnit>[];
o.add(buildAdUnit());
o.add(buildAdUnit());
return o;
}
-void checkUnnamed4856(core.List<api.AdUnit> o) {
+void checkUnnamed4857(core.List<api.AdUnit> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdUnit(o[0] as api.AdUnit);
checkAdUnit(o[1] as api.AdUnit);
@@ -486,7 +486,7 @@
buildCounterAdUnits++;
if (buildCounterAdUnits < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4856();
+ o.items = buildUnnamed4857();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -501,7 +501,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4856(o.items!);
+ checkUnnamed4857(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -514,14 +514,14 @@
buildCounterAdUnits--;
}
-core.List<core.String> buildUnnamed4857() {
+core.List<core.String> buildUnnamed4858() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4857(core.List<core.String> o) {
+void checkUnnamed4858(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -541,7 +541,7 @@
o.accountId = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.productCodes = buildUnnamed4857();
+ o.productCodes = buildUnnamed4858();
o.redirectUrl = 'foo';
o.status = 'foo';
o.userLocale = 'foo';
@@ -567,7 +567,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4857(o.productCodes!);
+ checkUnnamed4858(o.productCodes!);
unittest.expect(
o.redirectUrl!,
unittest.equals('foo'),
@@ -629,14 +629,14 @@
buildCounterCustomChannel--;
}
-core.List<api.CustomChannel> buildUnnamed4858() {
+core.List<api.CustomChannel> buildUnnamed4859() {
var o = <api.CustomChannel>[];
o.add(buildCustomChannel());
o.add(buildCustomChannel());
return o;
}
-void checkUnnamed4858(core.List<api.CustomChannel> o) {
+void checkUnnamed4859(core.List<api.CustomChannel> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomChannel(o[0] as api.CustomChannel);
checkCustomChannel(o[1] as api.CustomChannel);
@@ -648,7 +648,7 @@
buildCounterCustomChannels++;
if (buildCounterCustomChannels < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4858();
+ o.items = buildUnnamed4859();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -663,7 +663,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4858(o.items!);
+ checkUnnamed4859(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -676,14 +676,14 @@
buildCounterCustomChannels--;
}
-core.List<core.String> buildUnnamed4859() {
+core.List<core.String> buildUnnamed4860() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4859(core.List<core.String> o) {
+void checkUnnamed4860(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -727,27 +727,27 @@
buildCounterReportHeaders--;
}
-core.List<api.ReportHeaders> buildUnnamed4860() {
+core.List<api.ReportHeaders> buildUnnamed4861() {
var o = <api.ReportHeaders>[];
o.add(buildReportHeaders());
o.add(buildReportHeaders());
return o;
}
-void checkUnnamed4860(core.List<api.ReportHeaders> o) {
+void checkUnnamed4861(core.List<api.ReportHeaders> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportHeaders(o[0] as api.ReportHeaders);
checkReportHeaders(o[1] as api.ReportHeaders);
}
-core.List<core.String> buildUnnamed4861() {
+core.List<core.String> buildUnnamed4862() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4861(core.List<core.String> o) {
+void checkUnnamed4862(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -759,36 +759,17 @@
);
}
-core.List<core.List<core.String>> buildUnnamed4862() {
+core.List<core.List<core.String>> buildUnnamed4863() {
var o = <core.List<core.String>>[];
- o.add(buildUnnamed4861());
- o.add(buildUnnamed4861());
+ o.add(buildUnnamed4862());
+ o.add(buildUnnamed4862());
return o;
}
-void checkUnnamed4862(core.List<core.List<core.String>> o) {
+void checkUnnamed4863(core.List<core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4861(o[0]);
- checkUnnamed4861(o[1]);
-}
-
-core.List<core.String> buildUnnamed4863() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4863(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
+ checkUnnamed4862(o[0]);
+ checkUnnamed4862(o[1]);
}
core.List<core.String> buildUnnamed4864() {
@@ -810,18 +791,37 @@
);
}
+core.List<core.String> buildUnnamed4865() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4865(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterReport = 0;
api.Report buildReport() {
var o = api.Report();
buildCounterReport++;
if (buildCounterReport < 3) {
- o.averages = buildUnnamed4859();
- o.headers = buildUnnamed4860();
+ o.averages = buildUnnamed4860();
+ o.headers = buildUnnamed4861();
o.kind = 'foo';
- o.rows = buildUnnamed4862();
+ o.rows = buildUnnamed4863();
o.totalMatchedRows = 'foo';
- o.totals = buildUnnamed4863();
- o.warnings = buildUnnamed4864();
+ o.totals = buildUnnamed4864();
+ o.warnings = buildUnnamed4865();
}
buildCounterReport--;
return o;
@@ -830,19 +830,19 @@
void checkReport(api.Report o) {
buildCounterReport++;
if (buildCounterReport < 3) {
- checkUnnamed4859(o.averages!);
- checkUnnamed4860(o.headers!);
+ checkUnnamed4860(o.averages!);
+ checkUnnamed4861(o.headers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4862(o.rows!);
+ checkUnnamed4863(o.rows!);
unittest.expect(
o.totalMatchedRows!,
unittest.equals('foo'),
);
- checkUnnamed4863(o.totals!);
- checkUnnamed4864(o.warnings!);
+ checkUnnamed4864(o.totals!);
+ checkUnnamed4865(o.warnings!);
}
buildCounterReport--;
}
@@ -879,14 +879,14 @@
buildCounterUrlChannel--;
}
-core.List<api.UrlChannel> buildUnnamed4865() {
+core.List<api.UrlChannel> buildUnnamed4866() {
var o = <api.UrlChannel>[];
o.add(buildUrlChannel());
o.add(buildUrlChannel());
return o;
}
-void checkUnnamed4865(core.List<api.UrlChannel> o) {
+void checkUnnamed4866(core.List<api.UrlChannel> o) {
unittest.expect(o, unittest.hasLength(2));
checkUrlChannel(o[0] as api.UrlChannel);
checkUrlChannel(o[1] as api.UrlChannel);
@@ -898,7 +898,7 @@
buildCounterUrlChannels++;
if (buildCounterUrlChannels < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4865();
+ o.items = buildUnnamed4866();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -913,7 +913,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4865(o.items!);
+ checkUnnamed4866(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -926,25 +926,6 @@
buildCounterUrlChannels--;
}
-core.List<core.String> buildUnnamed4866() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4866(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4867() {
var o = <core.String>[];
o.add('foo');
@@ -1135,6 +1116,25 @@
);
}
+core.List<core.String> buildUnnamed4877() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4877(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-Account', () {
unittest.test('to-json--from-json', () async {
@@ -1404,7 +1404,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.AdSenseHostApi(mock).accounts;
- var arg_filterAdClientId = buildUnnamed4866();
+ var arg_filterAdClientId = buildUnnamed4867();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -1821,7 +1821,7 @@
var arg_accountId = 'foo';
var arg_adClientId = 'foo';
var arg_adUnitId = 'foo';
- var arg_hostCustomChannelId = buildUnnamed4867();
+ var arg_hostCustomChannelId = buildUnnamed4868();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -2315,12 +2315,12 @@
var arg_accountId = 'foo';
var arg_startDate = 'foo';
var arg_endDate = 'foo';
- var arg_dimension = buildUnnamed4868();
- var arg_filter = buildUnnamed4869();
+ var arg_dimension = buildUnnamed4869();
+ var arg_filter = buildUnnamed4870();
var arg_locale = 'foo';
var arg_maxResults = 42;
- var arg_metric = buildUnnamed4870();
- var arg_sort = buildUnnamed4871();
+ var arg_metric = buildUnnamed4871();
+ var arg_sort = buildUnnamed4872();
var arg_startIndex = 42;
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2570,7 +2570,7 @@
unittest.test('method--start', () async {
var mock = HttpServerMock();
var res = api.AdSenseHostApi(mock).associationsessions;
- var arg_productCode = buildUnnamed4872();
+ var arg_productCode = buildUnnamed4873();
var arg_websiteUrl = 'foo';
var arg_callbackUrl = 'foo';
var arg_userLocale = 'foo';
@@ -3193,12 +3193,12 @@
var res = api.AdSenseHostApi(mock).reports;
var arg_startDate = 'foo';
var arg_endDate = 'foo';
- var arg_dimension = buildUnnamed4873();
- var arg_filter = buildUnnamed4874();
+ var arg_dimension = buildUnnamed4874();
+ var arg_filter = buildUnnamed4875();
var arg_locale = 'foo';
var arg_maxResults = 42;
- var arg_metric = buildUnnamed4875();
- var arg_sort = buildUnnamed4876();
+ var arg_metric = buildUnnamed4876();
+ var arg_sort = buildUnnamed4877();
var arg_startIndex = 42;
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/analytics/v3_test.dart b/generated/googleapis/test/analytics/v3_test.dart
index f05c288..0a51700 100644
--- a/generated/googleapis/test/analytics/v3_test.dart
+++ b/generated/googleapis/test/analytics/v3_test.dart
@@ -54,14 +54,14 @@
buildCounterAccountChildLink--;
}
-core.List<core.String> buildUnnamed4947() {
+core.List<core.String> buildUnnamed4948() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4947(core.List<core.String> o) {
+void checkUnnamed4948(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -78,7 +78,7 @@
var o = api.AccountPermissions();
buildCounterAccountPermissions++;
if (buildCounterAccountPermissions < 3) {
- o.effective = buildUnnamed4947();
+ o.effective = buildUnnamed4948();
}
buildCounterAccountPermissions--;
return o;
@@ -87,7 +87,7 @@
void checkAccountPermissions(api.AccountPermissions o) {
buildCounterAccountPermissions++;
if (buildCounterAccountPermissions < 3) {
- checkUnnamed4947(o.effective!);
+ checkUnnamed4948(o.effective!);
}
buildCounterAccountPermissions--;
}
@@ -182,14 +182,14 @@
buildCounterAccountRef--;
}
-core.List<api.AccountSummary> buildUnnamed4948() {
+core.List<api.AccountSummary> buildUnnamed4949() {
var o = <api.AccountSummary>[];
o.add(buildAccountSummary());
o.add(buildAccountSummary());
return o;
}
-void checkUnnamed4948(core.List<api.AccountSummary> o) {
+void checkUnnamed4949(core.List<api.AccountSummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountSummary(o[0] as api.AccountSummary);
checkAccountSummary(o[1] as api.AccountSummary);
@@ -200,7 +200,7 @@
var o = api.AccountSummaries();
buildCounterAccountSummaries++;
if (buildCounterAccountSummaries < 3) {
- o.items = buildUnnamed4948();
+ o.items = buildUnnamed4949();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -216,7 +216,7 @@
void checkAccountSummaries(api.AccountSummaries o) {
buildCounterAccountSummaries++;
if (buildCounterAccountSummaries < 3) {
- checkUnnamed4948(o.items!);
+ checkUnnamed4949(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -249,14 +249,14 @@
buildCounterAccountSummaries--;
}
-core.List<api.WebPropertySummary> buildUnnamed4949() {
+core.List<api.WebPropertySummary> buildUnnamed4950() {
var o = <api.WebPropertySummary>[];
o.add(buildWebPropertySummary());
o.add(buildWebPropertySummary());
return o;
}
-void checkUnnamed4949(core.List<api.WebPropertySummary> o) {
+void checkUnnamed4950(core.List<api.WebPropertySummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebPropertySummary(o[0] as api.WebPropertySummary);
checkWebPropertySummary(o[1] as api.WebPropertySummary);
@@ -271,7 +271,7 @@
o.kind = 'foo';
o.name = 'foo';
o.starred = true;
- o.webProperties = buildUnnamed4949();
+ o.webProperties = buildUnnamed4950();
}
buildCounterAccountSummary--;
return o;
@@ -293,7 +293,7 @@
unittest.equals('foo'),
);
unittest.expect(o.starred!, unittest.isTrue);
- checkUnnamed4949(o.webProperties!);
+ checkUnnamed4950(o.webProperties!);
}
buildCounterAccountSummary--;
}
@@ -411,14 +411,14 @@
buildCounterAccountTreeResponse--;
}
-core.List<api.Account> buildUnnamed4950() {
+core.List<api.Account> buildUnnamed4951() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed4950(core.List<api.Account> o) {
+void checkUnnamed4951(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -429,7 +429,7 @@
var o = api.Accounts();
buildCounterAccounts++;
if (buildCounterAccounts < 3) {
- o.items = buildUnnamed4950();
+ o.items = buildUnnamed4951();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -445,7 +445,7 @@
void checkAccounts(api.Accounts o) {
buildCounterAccounts++;
if (buildCounterAccounts < 3) {
- checkUnnamed4950(o.items!);
+ checkUnnamed4951(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -507,14 +507,14 @@
buildCounterAdWordsAccount--;
}
-core.List<core.String> buildUnnamed4951() {
+core.List<core.String> buildUnnamed4952() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4951(core.List<core.String> o) {
+void checkUnnamed4952(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -532,7 +532,7 @@
var o = api.AnalyticsDataimportDeleteUploadDataRequest();
buildCounterAnalyticsDataimportDeleteUploadDataRequest++;
if (buildCounterAnalyticsDataimportDeleteUploadDataRequest < 3) {
- o.customDataImportUids = buildUnnamed4951();
+ o.customDataImportUids = buildUnnamed4952();
}
buildCounterAnalyticsDataimportDeleteUploadDataRequest--;
return o;
@@ -542,19 +542,19 @@
api.AnalyticsDataimportDeleteUploadDataRequest o) {
buildCounterAnalyticsDataimportDeleteUploadDataRequest++;
if (buildCounterAnalyticsDataimportDeleteUploadDataRequest < 3) {
- checkUnnamed4951(o.customDataImportUids!);
+ checkUnnamed4952(o.customDataImportUids!);
}
buildCounterAnalyticsDataimportDeleteUploadDataRequest--;
}
-core.Map<core.String, core.String> buildUnnamed4952() {
+core.Map<core.String, core.String> buildUnnamed4953() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4952(core.Map<core.String, core.String> o) {
+void checkUnnamed4953(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -571,7 +571,7 @@
var o = api.Column();
buildCounterColumn++;
if (buildCounterColumn < 3) {
- o.attributes = buildUnnamed4952();
+ o.attributes = buildUnnamed4953();
o.id = 'foo';
o.kind = 'foo';
}
@@ -582,7 +582,7 @@
void checkColumn(api.Column o) {
buildCounterColumn++;
if (buildCounterColumn < 3) {
- checkUnnamed4952(o.attributes!);
+ checkUnnamed4953(o.attributes!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -595,14 +595,14 @@
buildCounterColumn--;
}
-core.List<core.String> buildUnnamed4953() {
+core.List<core.String> buildUnnamed4954() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4953(core.List<core.String> o) {
+void checkUnnamed4954(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -614,14 +614,14 @@
);
}
-core.List<api.Column> buildUnnamed4954() {
+core.List<api.Column> buildUnnamed4955() {
var o = <api.Column>[];
o.add(buildColumn());
o.add(buildColumn());
return o;
}
-void checkUnnamed4954(core.List<api.Column> o) {
+void checkUnnamed4955(core.List<api.Column> o) {
unittest.expect(o, unittest.hasLength(2));
checkColumn(o[0] as api.Column);
checkColumn(o[1] as api.Column);
@@ -632,9 +632,9 @@
var o = api.Columns();
buildCounterColumns++;
if (buildCounterColumns < 3) {
- o.attributeNames = buildUnnamed4953();
+ o.attributeNames = buildUnnamed4954();
o.etag = 'foo';
- o.items = buildUnnamed4954();
+ o.items = buildUnnamed4955();
o.kind = 'foo';
o.totalResults = 42;
}
@@ -645,12 +645,12 @@
void checkColumns(api.Columns o) {
buildCounterColumns++;
if (buildCounterColumns < 3) {
- checkUnnamed4953(o.attributeNames!);
+ checkUnnamed4954(o.attributeNames!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4954(o.items!);
+ checkUnnamed4955(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -717,14 +717,14 @@
buildCounterCustomDataSourceParentLink--;
}
-core.List<core.String> buildUnnamed4955() {
+core.List<core.String> buildUnnamed4956() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4955(core.List<core.String> o) {
+void checkUnnamed4956(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -736,14 +736,14 @@
);
}
-core.List<core.String> buildUnnamed4956() {
+core.List<core.String> buildUnnamed4957() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4956(core.List<core.String> o) {
+void checkUnnamed4957(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -769,8 +769,8 @@
o.kind = 'foo';
o.name = 'foo';
o.parentLink = buildCustomDataSourceParentLink();
- o.profilesLinked = buildUnnamed4955();
- o.schema = buildUnnamed4956();
+ o.profilesLinked = buildUnnamed4956();
+ o.schema = buildUnnamed4957();
o.selfLink = 'foo';
o.type = 'foo';
o.updated = core.DateTime.parse("2002-02-27T14:01:02");
@@ -816,8 +816,8 @@
);
checkCustomDataSourceParentLink(
o.parentLink! as api.CustomDataSourceParentLink);
- checkUnnamed4955(o.profilesLinked!);
- checkUnnamed4956(o.schema!);
+ checkUnnamed4956(o.profilesLinked!);
+ checkUnnamed4957(o.schema!);
unittest.expect(
o.selfLink!,
unittest.equals('foo'),
@@ -842,14 +842,14 @@
buildCounterCustomDataSource--;
}
-core.List<api.CustomDataSource> buildUnnamed4957() {
+core.List<api.CustomDataSource> buildUnnamed4958() {
var o = <api.CustomDataSource>[];
o.add(buildCustomDataSource());
o.add(buildCustomDataSource());
return o;
}
-void checkUnnamed4957(core.List<api.CustomDataSource> o) {
+void checkUnnamed4958(core.List<api.CustomDataSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomDataSource(o[0] as api.CustomDataSource);
checkCustomDataSource(o[1] as api.CustomDataSource);
@@ -860,7 +860,7 @@
var o = api.CustomDataSources();
buildCounterCustomDataSources++;
if (buildCounterCustomDataSources < 3) {
- o.items = buildUnnamed4957();
+ o.items = buildUnnamed4958();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -876,7 +876,7 @@
void checkCustomDataSources(api.CustomDataSources o) {
buildCounterCustomDataSources++;
if (buildCounterCustomDataSources < 3) {
- checkUnnamed4957(o.items!);
+ checkUnnamed4958(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -1008,14 +1008,14 @@
buildCounterCustomDimension--;
}
-core.List<api.CustomDimension> buildUnnamed4958() {
+core.List<api.CustomDimension> buildUnnamed4959() {
var o = <api.CustomDimension>[];
o.add(buildCustomDimension());
o.add(buildCustomDimension());
return o;
}
-void checkUnnamed4958(core.List<api.CustomDimension> o) {
+void checkUnnamed4959(core.List<api.CustomDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomDimension(o[0] as api.CustomDimension);
checkCustomDimension(o[1] as api.CustomDimension);
@@ -1026,7 +1026,7 @@
var o = api.CustomDimensions();
buildCounterCustomDimensions++;
if (buildCounterCustomDimensions < 3) {
- o.items = buildUnnamed4958();
+ o.items = buildUnnamed4959();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -1042,7 +1042,7 @@
void checkCustomDimensions(api.CustomDimensions o) {
buildCounterCustomDimensions++;
if (buildCounterCustomDimensions < 3) {
- checkUnnamed4958(o.items!);
+ checkUnnamed4959(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -1188,14 +1188,14 @@
buildCounterCustomMetric--;
}
-core.List<api.CustomMetric> buildUnnamed4959() {
+core.List<api.CustomMetric> buildUnnamed4960() {
var o = <api.CustomMetric>[];
o.add(buildCustomMetric());
o.add(buildCustomMetric());
return o;
}
-void checkUnnamed4959(core.List<api.CustomMetric> o) {
+void checkUnnamed4960(core.List<api.CustomMetric> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomMetric(o[0] as api.CustomMetric);
checkCustomMetric(o[1] as api.CustomMetric);
@@ -1206,7 +1206,7 @@
var o = api.CustomMetrics();
buildCounterCustomMetrics++;
if (buildCounterCustomMetrics < 3) {
- o.items = buildUnnamed4959();
+ o.items = buildUnnamed4960();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -1222,7 +1222,7 @@
void checkCustomMetrics(api.CustomMetrics o) {
buildCounterCustomMetrics++;
if (buildCounterCustomMetrics < 3) {
- checkUnnamed4959(o.items!);
+ checkUnnamed4960(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -1255,14 +1255,14 @@
buildCounterCustomMetrics--;
}
-core.List<api.AdWordsAccount> buildUnnamed4960() {
+core.List<api.AdWordsAccount> buildUnnamed4961() {
var o = <api.AdWordsAccount>[];
o.add(buildAdWordsAccount());
o.add(buildAdWordsAccount());
return o;
}
-void checkUnnamed4960(core.List<api.AdWordsAccount> o) {
+void checkUnnamed4961(core.List<api.AdWordsAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdWordsAccount(o[0] as api.AdWordsAccount);
checkAdWordsAccount(o[1] as api.AdWordsAccount);
@@ -1287,14 +1287,14 @@
buildCounterEntityAdWordsLinkEntity--;
}
-core.List<core.String> buildUnnamed4961() {
+core.List<core.String> buildUnnamed4962() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4961(core.List<core.String> o) {
+void checkUnnamed4962(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1311,12 +1311,12 @@
var o = api.EntityAdWordsLink();
buildCounterEntityAdWordsLink++;
if (buildCounterEntityAdWordsLink < 3) {
- o.adWordsAccounts = buildUnnamed4960();
+ o.adWordsAccounts = buildUnnamed4961();
o.entity = buildEntityAdWordsLinkEntity();
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.profileIds = buildUnnamed4961();
+ o.profileIds = buildUnnamed4962();
o.selfLink = 'foo';
}
buildCounterEntityAdWordsLink--;
@@ -1326,7 +1326,7 @@
void checkEntityAdWordsLink(api.EntityAdWordsLink o) {
buildCounterEntityAdWordsLink++;
if (buildCounterEntityAdWordsLink < 3) {
- checkUnnamed4960(o.adWordsAccounts!);
+ checkUnnamed4961(o.adWordsAccounts!);
checkEntityAdWordsLinkEntity(o.entity! as api.EntityAdWordsLinkEntity);
unittest.expect(
o.id!,
@@ -1340,7 +1340,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4961(o.profileIds!);
+ checkUnnamed4962(o.profileIds!);
unittest.expect(
o.selfLink!,
unittest.equals('foo'),
@@ -1349,14 +1349,14 @@
buildCounterEntityAdWordsLink--;
}
-core.List<api.EntityAdWordsLink> buildUnnamed4962() {
+core.List<api.EntityAdWordsLink> buildUnnamed4963() {
var o = <api.EntityAdWordsLink>[];
o.add(buildEntityAdWordsLink());
o.add(buildEntityAdWordsLink());
return o;
}
-void checkUnnamed4962(core.List<api.EntityAdWordsLink> o) {
+void checkUnnamed4963(core.List<api.EntityAdWordsLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityAdWordsLink(o[0] as api.EntityAdWordsLink);
checkEntityAdWordsLink(o[1] as api.EntityAdWordsLink);
@@ -1367,7 +1367,7 @@
var o = api.EntityAdWordsLinks();
buildCounterEntityAdWordsLinks++;
if (buildCounterEntityAdWordsLinks < 3) {
- o.items = buildUnnamed4962();
+ o.items = buildUnnamed4963();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -1382,7 +1382,7 @@
void checkEntityAdWordsLinks(api.EntityAdWordsLinks o) {
buildCounterEntityAdWordsLinks++;
if (buildCounterEntityAdWordsLinks < 3) {
- checkUnnamed4962(o.items!);
+ checkUnnamed4963(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -1434,25 +1434,6 @@
buildCounterEntityUserLinkEntity--;
}
-core.List<core.String> buildUnnamed4963() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4963(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4964() {
var o = <core.String>[];
o.add('foo');
@@ -1472,13 +1453,32 @@
);
}
+core.List<core.String> buildUnnamed4965() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4965(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterEntityUserLinkPermissions = 0;
api.EntityUserLinkPermissions buildEntityUserLinkPermissions() {
var o = api.EntityUserLinkPermissions();
buildCounterEntityUserLinkPermissions++;
if (buildCounterEntityUserLinkPermissions < 3) {
- o.effective = buildUnnamed4963();
- o.local = buildUnnamed4964();
+ o.effective = buildUnnamed4964();
+ o.local = buildUnnamed4965();
}
buildCounterEntityUserLinkPermissions--;
return o;
@@ -1487,8 +1487,8 @@
void checkEntityUserLinkPermissions(api.EntityUserLinkPermissions o) {
buildCounterEntityUserLinkPermissions++;
if (buildCounterEntityUserLinkPermissions < 3) {
- checkUnnamed4963(o.effective!);
- checkUnnamed4964(o.local!);
+ checkUnnamed4964(o.effective!);
+ checkUnnamed4965(o.local!);
}
buildCounterEntityUserLinkPermissions--;
}
@@ -1532,14 +1532,14 @@
buildCounterEntityUserLink--;
}
-core.List<api.EntityUserLink> buildUnnamed4965() {
+core.List<api.EntityUserLink> buildUnnamed4966() {
var o = <api.EntityUserLink>[];
o.add(buildEntityUserLink());
o.add(buildEntityUserLink());
return o;
}
-void checkUnnamed4965(core.List<api.EntityUserLink> o) {
+void checkUnnamed4966(core.List<api.EntityUserLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityUserLink(o[0] as api.EntityUserLink);
checkEntityUserLink(o[1] as api.EntityUserLink);
@@ -1550,7 +1550,7 @@
var o = api.EntityUserLinks();
buildCounterEntityUserLinks++;
if (buildCounterEntityUserLinks < 3) {
- o.items = buildUnnamed4965();
+ o.items = buildUnnamed4966();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -1565,7 +1565,7 @@
void checkEntityUserLinks(api.EntityUserLinks o) {
buildCounterEntityUserLinks++;
if (buildCounterEntityUserLinks < 3) {
- checkUnnamed4965(o.items!);
+ checkUnnamed4966(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -1660,14 +1660,14 @@
buildCounterExperimentVariations--;
}
-core.List<api.ExperimentVariations> buildUnnamed4966() {
+core.List<api.ExperimentVariations> buildUnnamed4967() {
var o = <api.ExperimentVariations>[];
o.add(buildExperimentVariations());
o.add(buildExperimentVariations());
return o;
}
-void checkUnnamed4966(core.List<api.ExperimentVariations> o) {
+void checkUnnamed4967(core.List<api.ExperimentVariations> o) {
unittest.expect(o, unittest.hasLength(2));
checkExperimentVariations(o[0] as api.ExperimentVariations);
checkExperimentVariations(o[1] as api.ExperimentVariations);
@@ -1702,7 +1702,7 @@
o.status = 'foo';
o.trafficCoverage = 42.0;
o.updated = core.DateTime.parse("2002-02-27T14:01:02");
- o.variations = buildUnnamed4966();
+ o.variations = buildUnnamed4967();
o.webPropertyId = 'foo';
o.winnerConfidenceLevel = 42.0;
o.winnerFound = true;
@@ -1798,7 +1798,7 @@
o.updated!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed4966(o.variations!);
+ checkUnnamed4967(o.variations!);
unittest.expect(
o.webPropertyId!,
unittest.equals('foo'),
@@ -1812,14 +1812,14 @@
buildCounterExperiment--;
}
-core.List<api.Experiment> buildUnnamed4967() {
+core.List<api.Experiment> buildUnnamed4968() {
var o = <api.Experiment>[];
o.add(buildExperiment());
o.add(buildExperiment());
return o;
}
-void checkUnnamed4967(core.List<api.Experiment> o) {
+void checkUnnamed4968(core.List<api.Experiment> o) {
unittest.expect(o, unittest.hasLength(2));
checkExperiment(o[0] as api.Experiment);
checkExperiment(o[1] as api.Experiment);
@@ -1830,7 +1830,7 @@
var o = api.Experiments();
buildCounterExperiments++;
if (buildCounterExperiments < 3) {
- o.items = buildUnnamed4967();
+ o.items = buildUnnamed4968();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -1846,7 +1846,7 @@
void checkExperiments(api.Experiments o) {
buildCounterExperiments++;
if (buildCounterExperiments < 3) {
- checkUnnamed4967(o.items!);
+ checkUnnamed4968(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -2229,14 +2229,14 @@
buildCounterFilterRef--;
}
-core.List<api.Filter> buildUnnamed4968() {
+core.List<api.Filter> buildUnnamed4969() {
var o = <api.Filter>[];
o.add(buildFilter());
o.add(buildFilter());
return o;
}
-void checkUnnamed4968(core.List<api.Filter> o) {
+void checkUnnamed4969(core.List<api.Filter> o) {
unittest.expect(o, unittest.hasLength(2));
checkFilter(o[0] as api.Filter);
checkFilter(o[1] as api.Filter);
@@ -2247,7 +2247,7 @@
var o = api.Filters();
buildCounterFilters++;
if (buildCounterFilters < 3) {
- o.items = buildUnnamed4968();
+ o.items = buildUnnamed4969();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -2263,7 +2263,7 @@
void checkFilters(api.Filters o) {
buildCounterFilters++;
if (buildCounterFilters < 3) {
- checkUnnamed4968(o.items!);
+ checkUnnamed4969(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -2328,14 +2328,14 @@
buildCounterGaDataColumnHeaders--;
}
-core.List<api.GaDataColumnHeaders> buildUnnamed4969() {
+core.List<api.GaDataColumnHeaders> buildUnnamed4970() {
var o = <api.GaDataColumnHeaders>[];
o.add(buildGaDataColumnHeaders());
o.add(buildGaDataColumnHeaders());
return o;
}
-void checkUnnamed4969(core.List<api.GaDataColumnHeaders> o) {
+void checkUnnamed4970(core.List<api.GaDataColumnHeaders> o) {
unittest.expect(o, unittest.hasLength(2));
checkGaDataColumnHeaders(o[0] as api.GaDataColumnHeaders);
checkGaDataColumnHeaders(o[1] as api.GaDataColumnHeaders);
@@ -2373,14 +2373,14 @@
buildCounterGaDataDataTableCols--;
}
-core.List<api.GaDataDataTableCols> buildUnnamed4970() {
+core.List<api.GaDataDataTableCols> buildUnnamed4971() {
var o = <api.GaDataDataTableCols>[];
o.add(buildGaDataDataTableCols());
o.add(buildGaDataDataTableCols());
return o;
}
-void checkUnnamed4970(core.List<api.GaDataDataTableCols> o) {
+void checkUnnamed4971(core.List<api.GaDataDataTableCols> o) {
unittest.expect(o, unittest.hasLength(2));
checkGaDataDataTableCols(o[0] as api.GaDataDataTableCols);
checkGaDataDataTableCols(o[1] as api.GaDataDataTableCols);
@@ -2408,14 +2408,14 @@
buildCounterGaDataDataTableRowsC--;
}
-core.List<api.GaDataDataTableRowsC> buildUnnamed4971() {
+core.List<api.GaDataDataTableRowsC> buildUnnamed4972() {
var o = <api.GaDataDataTableRowsC>[];
o.add(buildGaDataDataTableRowsC());
o.add(buildGaDataDataTableRowsC());
return o;
}
-void checkUnnamed4971(core.List<api.GaDataDataTableRowsC> o) {
+void checkUnnamed4972(core.List<api.GaDataDataTableRowsC> o) {
unittest.expect(o, unittest.hasLength(2));
checkGaDataDataTableRowsC(o[0] as api.GaDataDataTableRowsC);
checkGaDataDataTableRowsC(o[1] as api.GaDataDataTableRowsC);
@@ -2426,7 +2426,7 @@
var o = api.GaDataDataTableRows();
buildCounterGaDataDataTableRows++;
if (buildCounterGaDataDataTableRows < 3) {
- o.c = buildUnnamed4971();
+ o.c = buildUnnamed4972();
}
buildCounterGaDataDataTableRows--;
return o;
@@ -2435,19 +2435,19 @@
void checkGaDataDataTableRows(api.GaDataDataTableRows o) {
buildCounterGaDataDataTableRows++;
if (buildCounterGaDataDataTableRows < 3) {
- checkUnnamed4971(o.c!);
+ checkUnnamed4972(o.c!);
}
buildCounterGaDataDataTableRows--;
}
-core.List<api.GaDataDataTableRows> buildUnnamed4972() {
+core.List<api.GaDataDataTableRows> buildUnnamed4973() {
var o = <api.GaDataDataTableRows>[];
o.add(buildGaDataDataTableRows());
o.add(buildGaDataDataTableRows());
return o;
}
-void checkUnnamed4972(core.List<api.GaDataDataTableRows> o) {
+void checkUnnamed4973(core.List<api.GaDataDataTableRows> o) {
unittest.expect(o, unittest.hasLength(2));
checkGaDataDataTableRows(o[0] as api.GaDataDataTableRows);
checkGaDataDataTableRows(o[1] as api.GaDataDataTableRows);
@@ -2458,8 +2458,8 @@
var o = api.GaDataDataTable();
buildCounterGaDataDataTable++;
if (buildCounterGaDataDataTable < 3) {
- o.cols = buildUnnamed4970();
- o.rows = buildUnnamed4972();
+ o.cols = buildUnnamed4971();
+ o.rows = buildUnnamed4973();
}
buildCounterGaDataDataTable--;
return o;
@@ -2468,8 +2468,8 @@
void checkGaDataDataTable(api.GaDataDataTable o) {
buildCounterGaDataDataTable++;
if (buildCounterGaDataDataTable < 3) {
- checkUnnamed4970(o.cols!);
- checkUnnamed4972(o.rows!);
+ checkUnnamed4971(o.cols!);
+ checkUnnamed4973(o.rows!);
}
buildCounterGaDataDataTable--;
}
@@ -2521,14 +2521,14 @@
buildCounterGaDataProfileInfo--;
}
-core.List<core.String> buildUnnamed4973() {
+core.List<core.String> buildUnnamed4974() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4973(core.List<core.String> o) {
+void checkUnnamed4974(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2540,14 +2540,14 @@
);
}
-core.List<core.String> buildUnnamed4974() {
+core.List<core.String> buildUnnamed4975() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4974(core.List<core.String> o) {
+void checkUnnamed4975(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2569,10 +2569,10 @@
o.filters = 'foo';
o.ids = 'foo';
o.maxResults = 42;
- o.metrics = buildUnnamed4973();
+ o.metrics = buildUnnamed4974();
o.samplingLevel = 'foo';
o.segment = 'foo';
- o.sort = buildUnnamed4974();
+ o.sort = buildUnnamed4975();
o.startDate = 'foo';
o.startIndex = 42;
}
@@ -2603,7 +2603,7 @@
o.maxResults!,
unittest.equals(42),
);
- checkUnnamed4973(o.metrics!);
+ checkUnnamed4974(o.metrics!);
unittest.expect(
o.samplingLevel!,
unittest.equals('foo'),
@@ -2612,7 +2612,7 @@
o.segment!,
unittest.equals('foo'),
);
- checkUnnamed4974(o.sort!);
+ checkUnnamed4975(o.sort!);
unittest.expect(
o.startDate!,
unittest.equals('foo'),
@@ -2625,14 +2625,14 @@
buildCounterGaDataQuery--;
}
-core.List<core.String> buildUnnamed4975() {
+core.List<core.String> buildUnnamed4976() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4975(core.List<core.String> o) {
+void checkUnnamed4976(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2644,27 +2644,27 @@
);
}
-core.List<core.List<core.String>> buildUnnamed4976() {
+core.List<core.List<core.String>> buildUnnamed4977() {
var o = <core.List<core.String>>[];
- o.add(buildUnnamed4975());
- o.add(buildUnnamed4975());
+ o.add(buildUnnamed4976());
+ o.add(buildUnnamed4976());
return o;
}
-void checkUnnamed4976(core.List<core.List<core.String>> o) {
+void checkUnnamed4977(core.List<core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4975(o[0]);
- checkUnnamed4975(o[1]);
+ checkUnnamed4976(o[0]);
+ checkUnnamed4976(o[1]);
}
-core.Map<core.String, core.String> buildUnnamed4977() {
+core.Map<core.String, core.String> buildUnnamed4978() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4977(core.Map<core.String, core.String> o) {
+void checkUnnamed4978(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2681,7 +2681,7 @@
var o = api.GaData();
buildCounterGaData++;
if (buildCounterGaData < 3) {
- o.columnHeaders = buildUnnamed4969();
+ o.columnHeaders = buildUnnamed4970();
o.containsSampledData = true;
o.dataLastRefreshed = 'foo';
o.dataTable = buildGaDataDataTable();
@@ -2692,12 +2692,12 @@
o.previousLink = 'foo';
o.profileInfo = buildGaDataProfileInfo();
o.query = buildGaDataQuery();
- o.rows = buildUnnamed4976();
+ o.rows = buildUnnamed4977();
o.sampleSize = 'foo';
o.sampleSpace = 'foo';
o.selfLink = 'foo';
o.totalResults = 42;
- o.totalsForAllResults = buildUnnamed4977();
+ o.totalsForAllResults = buildUnnamed4978();
}
buildCounterGaData--;
return o;
@@ -2706,7 +2706,7 @@
void checkGaData(api.GaData o) {
buildCounterGaData++;
if (buildCounterGaData < 3) {
- checkUnnamed4969(o.columnHeaders!);
+ checkUnnamed4970(o.columnHeaders!);
unittest.expect(o.containsSampledData!, unittest.isTrue);
unittest.expect(
o.dataLastRefreshed!,
@@ -2735,7 +2735,7 @@
);
checkGaDataProfileInfo(o.profileInfo! as api.GaDataProfileInfo);
checkGaDataQuery(o.query! as api.GaDataQuery);
- checkUnnamed4976(o.rows!);
+ checkUnnamed4977(o.rows!);
unittest.expect(
o.sampleSize!,
unittest.equals('foo'),
@@ -2752,7 +2752,7 @@
o.totalResults!,
unittest.equals(42),
);
- checkUnnamed4977(o.totalsForAllResults!);
+ checkUnnamed4978(o.totalsForAllResults!);
}
buildCounterGaData--;
}
@@ -2800,14 +2800,14 @@
buildCounterGoalEventDetailsEventConditions--;
}
-core.List<api.GoalEventDetailsEventConditions> buildUnnamed4978() {
+core.List<api.GoalEventDetailsEventConditions> buildUnnamed4979() {
var o = <api.GoalEventDetailsEventConditions>[];
o.add(buildGoalEventDetailsEventConditions());
o.add(buildGoalEventDetailsEventConditions());
return o;
}
-void checkUnnamed4978(core.List<api.GoalEventDetailsEventConditions> o) {
+void checkUnnamed4979(core.List<api.GoalEventDetailsEventConditions> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoalEventDetailsEventConditions(
o[0] as api.GoalEventDetailsEventConditions);
@@ -2820,7 +2820,7 @@
var o = api.GoalEventDetails();
buildCounterGoalEventDetails++;
if (buildCounterGoalEventDetails < 3) {
- o.eventConditions = buildUnnamed4978();
+ o.eventConditions = buildUnnamed4979();
o.useEventValue = true;
}
buildCounterGoalEventDetails--;
@@ -2830,7 +2830,7 @@
void checkGoalEventDetails(api.GoalEventDetails o) {
buildCounterGoalEventDetails++;
if (buildCounterGoalEventDetails < 3) {
- checkUnnamed4978(o.eventConditions!);
+ checkUnnamed4979(o.eventConditions!);
unittest.expect(o.useEventValue!, unittest.isTrue);
}
buildCounterGoalEventDetails--;
@@ -2895,14 +2895,14 @@
buildCounterGoalUrlDestinationDetailsSteps--;
}
-core.List<api.GoalUrlDestinationDetailsSteps> buildUnnamed4979() {
+core.List<api.GoalUrlDestinationDetailsSteps> buildUnnamed4980() {
var o = <api.GoalUrlDestinationDetailsSteps>[];
o.add(buildGoalUrlDestinationDetailsSteps());
o.add(buildGoalUrlDestinationDetailsSteps());
return o;
}
-void checkUnnamed4979(core.List<api.GoalUrlDestinationDetailsSteps> o) {
+void checkUnnamed4980(core.List<api.GoalUrlDestinationDetailsSteps> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoalUrlDestinationDetailsSteps(
o[0] as api.GoalUrlDestinationDetailsSteps);
@@ -2918,7 +2918,7 @@
o.caseSensitive = true;
o.firstStepRequired = true;
o.matchType = 'foo';
- o.steps = buildUnnamed4979();
+ o.steps = buildUnnamed4980();
o.url = 'foo';
}
buildCounterGoalUrlDestinationDetails--;
@@ -2934,7 +2934,7 @@
o.matchType!,
unittest.equals('foo'),
);
- checkUnnamed4979(o.steps!);
+ checkUnnamed4980(o.steps!);
unittest.expect(
o.url!,
unittest.equals('foo'),
@@ -3089,14 +3089,14 @@
buildCounterGoal--;
}
-core.List<api.Goal> buildUnnamed4980() {
+core.List<api.Goal> buildUnnamed4981() {
var o = <api.Goal>[];
o.add(buildGoal());
o.add(buildGoal());
return o;
}
-void checkUnnamed4980(core.List<api.Goal> o) {
+void checkUnnamed4981(core.List<api.Goal> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoal(o[0] as api.Goal);
checkGoal(o[1] as api.Goal);
@@ -3107,7 +3107,7 @@
var o = api.Goals();
buildCounterGoals++;
if (buildCounterGoals < 3) {
- o.items = buildUnnamed4980();
+ o.items = buildUnnamed4981();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -3123,7 +3123,7 @@
void checkGoals(api.Goals o) {
buildCounterGoals++;
if (buildCounterGoals < 3) {
- checkUnnamed4980(o.items!);
+ checkUnnamed4981(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -3360,14 +3360,14 @@
buildCounterMcfDataColumnHeaders--;
}
-core.List<api.McfDataColumnHeaders> buildUnnamed4981() {
+core.List<api.McfDataColumnHeaders> buildUnnamed4982() {
var o = <api.McfDataColumnHeaders>[];
o.add(buildMcfDataColumnHeaders());
o.add(buildMcfDataColumnHeaders());
return o;
}
-void checkUnnamed4981(core.List<api.McfDataColumnHeaders> o) {
+void checkUnnamed4982(core.List<api.McfDataColumnHeaders> o) {
unittest.expect(o, unittest.hasLength(2));
checkMcfDataColumnHeaders(o[0] as api.McfDataColumnHeaders);
checkMcfDataColumnHeaders(o[1] as api.McfDataColumnHeaders);
@@ -3420,14 +3420,14 @@
buildCounterMcfDataProfileInfo--;
}
-core.List<core.String> buildUnnamed4982() {
+core.List<core.String> buildUnnamed4983() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4982(core.List<core.String> o) {
+void checkUnnamed4983(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3439,14 +3439,14 @@
);
}
-core.List<core.String> buildUnnamed4983() {
+core.List<core.String> buildUnnamed4984() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4983(core.List<core.String> o) {
+void checkUnnamed4984(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3468,10 +3468,10 @@
o.filters = 'foo';
o.ids = 'foo';
o.maxResults = 42;
- o.metrics = buildUnnamed4982();
+ o.metrics = buildUnnamed4983();
o.samplingLevel = 'foo';
o.segment = 'foo';
- o.sort = buildUnnamed4983();
+ o.sort = buildUnnamed4984();
o.startDate = 'foo';
o.startIndex = 42;
}
@@ -3502,7 +3502,7 @@
o.maxResults!,
unittest.equals(42),
);
- checkUnnamed4982(o.metrics!);
+ checkUnnamed4983(o.metrics!);
unittest.expect(
o.samplingLevel!,
unittest.equals('foo'),
@@ -3511,7 +3511,7 @@
o.segment!,
unittest.equals('foo'),
);
- checkUnnamed4983(o.sort!);
+ checkUnnamed4984(o.sort!);
unittest.expect(
o.startDate!,
unittest.equals('foo'),
@@ -3551,14 +3551,14 @@
buildCounterMcfDataRowsConversionPathValue--;
}
-core.List<api.McfDataRowsConversionPathValue> buildUnnamed4984() {
+core.List<api.McfDataRowsConversionPathValue> buildUnnamed4985() {
var o = <api.McfDataRowsConversionPathValue>[];
o.add(buildMcfDataRowsConversionPathValue());
o.add(buildMcfDataRowsConversionPathValue());
return o;
}
-void checkUnnamed4984(core.List<api.McfDataRowsConversionPathValue> o) {
+void checkUnnamed4985(core.List<api.McfDataRowsConversionPathValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkMcfDataRowsConversionPathValue(
o[0] as api.McfDataRowsConversionPathValue);
@@ -3571,7 +3571,7 @@
var o = api.McfDataRows();
buildCounterMcfDataRows++;
if (buildCounterMcfDataRows < 3) {
- o.conversionPathValue = buildUnnamed4984();
+ o.conversionPathValue = buildUnnamed4985();
o.primitiveValue = 'foo';
}
buildCounterMcfDataRows--;
@@ -3581,7 +3581,7 @@
void checkMcfDataRows(api.McfDataRows o) {
buildCounterMcfDataRows++;
if (buildCounterMcfDataRows < 3) {
- checkUnnamed4984(o.conversionPathValue!);
+ checkUnnamed4985(o.conversionPathValue!);
unittest.expect(
o.primitiveValue!,
unittest.equals('foo'),
@@ -3590,40 +3590,40 @@
buildCounterMcfDataRows--;
}
-core.List<api.McfDataRows> buildUnnamed4985() {
+core.List<api.McfDataRows> buildUnnamed4986() {
var o = <api.McfDataRows>[];
o.add(buildMcfDataRows());
o.add(buildMcfDataRows());
return o;
}
-void checkUnnamed4985(core.List<api.McfDataRows> o) {
+void checkUnnamed4986(core.List<api.McfDataRows> o) {
unittest.expect(o, unittest.hasLength(2));
checkMcfDataRows(o[0] as api.McfDataRows);
checkMcfDataRows(o[1] as api.McfDataRows);
}
-core.List<core.List<api.McfDataRows>> buildUnnamed4986() {
+core.List<core.List<api.McfDataRows>> buildUnnamed4987() {
var o = <core.List<api.McfDataRows>>[];
- o.add(buildUnnamed4985());
- o.add(buildUnnamed4985());
+ o.add(buildUnnamed4986());
+ o.add(buildUnnamed4986());
return o;
}
-void checkUnnamed4986(core.List<core.List<api.McfDataRows>> o) {
+void checkUnnamed4987(core.List<core.List<api.McfDataRows>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4985(o[0]);
- checkUnnamed4985(o[1]);
+ checkUnnamed4986(o[0]);
+ checkUnnamed4986(o[1]);
}
-core.Map<core.String, core.String> buildUnnamed4987() {
+core.Map<core.String, core.String> buildUnnamed4988() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4987(core.Map<core.String, core.String> o) {
+void checkUnnamed4988(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3640,7 +3640,7 @@
var o = api.McfData();
buildCounterMcfData++;
if (buildCounterMcfData < 3) {
- o.columnHeaders = buildUnnamed4981();
+ o.columnHeaders = buildUnnamed4982();
o.containsSampledData = true;
o.id = 'foo';
o.itemsPerPage = 42;
@@ -3649,12 +3649,12 @@
o.previousLink = 'foo';
o.profileInfo = buildMcfDataProfileInfo();
o.query = buildMcfDataQuery();
- o.rows = buildUnnamed4986();
+ o.rows = buildUnnamed4987();
o.sampleSize = 'foo';
o.sampleSpace = 'foo';
o.selfLink = 'foo';
o.totalResults = 42;
- o.totalsForAllResults = buildUnnamed4987();
+ o.totalsForAllResults = buildUnnamed4988();
}
buildCounterMcfData--;
return o;
@@ -3663,7 +3663,7 @@
void checkMcfData(api.McfData o) {
buildCounterMcfData++;
if (buildCounterMcfData < 3) {
- checkUnnamed4981(o.columnHeaders!);
+ checkUnnamed4982(o.columnHeaders!);
unittest.expect(o.containsSampledData!, unittest.isTrue);
unittest.expect(
o.id!,
@@ -3687,7 +3687,7 @@
);
checkMcfDataProfileInfo(o.profileInfo! as api.McfDataProfileInfo);
checkMcfDataQuery(o.query! as api.McfDataQuery);
- checkUnnamed4986(o.rows!);
+ checkUnnamed4987(o.rows!);
unittest.expect(
o.sampleSize!,
unittest.equals('foo'),
@@ -3704,7 +3704,7 @@
o.totalResults!,
unittest.equals(42),
);
- checkUnnamed4987(o.totalsForAllResults!);
+ checkUnnamed4988(o.totalsForAllResults!);
}
buildCounterMcfData--;
}
@@ -3763,14 +3763,14 @@
buildCounterProfileParentLink--;
}
-core.List<core.String> buildUnnamed4988() {
+core.List<core.String> buildUnnamed4989() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4988(core.List<core.String> o) {
+void checkUnnamed4989(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3787,7 +3787,7 @@
var o = api.ProfilePermissions();
buildCounterProfilePermissions++;
if (buildCounterProfilePermissions < 3) {
- o.effective = buildUnnamed4988();
+ o.effective = buildUnnamed4989();
}
buildCounterProfilePermissions--;
return o;
@@ -3796,7 +3796,7 @@
void checkProfilePermissions(api.ProfilePermissions o) {
buildCounterProfilePermissions++;
if (buildCounterProfilePermissions < 3) {
- checkUnnamed4988(o.effective!);
+ checkUnnamed4989(o.effective!);
}
buildCounterProfilePermissions--;
}
@@ -3962,14 +3962,14 @@
buildCounterProfileFilterLink--;
}
-core.List<api.ProfileFilterLink> buildUnnamed4989() {
+core.List<api.ProfileFilterLink> buildUnnamed4990() {
var o = <api.ProfileFilterLink>[];
o.add(buildProfileFilterLink());
o.add(buildProfileFilterLink());
return o;
}
-void checkUnnamed4989(core.List<api.ProfileFilterLink> o) {
+void checkUnnamed4990(core.List<api.ProfileFilterLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkProfileFilterLink(o[0] as api.ProfileFilterLink);
checkProfileFilterLink(o[1] as api.ProfileFilterLink);
@@ -3980,7 +3980,7 @@
var o = api.ProfileFilterLinks();
buildCounterProfileFilterLinks++;
if (buildCounterProfileFilterLinks < 3) {
- o.items = buildUnnamed4989();
+ o.items = buildUnnamed4990();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -3996,7 +3996,7 @@
void checkProfileFilterLinks(api.ProfileFilterLinks o) {
buildCounterProfileFilterLinks++;
if (buildCounterProfileFilterLinks < 3) {
- checkUnnamed4989(o.items!);
+ checkUnnamed4990(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -4120,14 +4120,14 @@
buildCounterProfileSummary--;
}
-core.List<api.Profile> buildUnnamed4990() {
+core.List<api.Profile> buildUnnamed4991() {
var o = <api.Profile>[];
o.add(buildProfile());
o.add(buildProfile());
return o;
}
-void checkUnnamed4990(core.List<api.Profile> o) {
+void checkUnnamed4991(core.List<api.Profile> o) {
unittest.expect(o, unittest.hasLength(2));
checkProfile(o[0] as api.Profile);
checkProfile(o[1] as api.Profile);
@@ -4138,7 +4138,7 @@
var o = api.Profiles();
buildCounterProfiles++;
if (buildCounterProfiles < 3) {
- o.items = buildUnnamed4990();
+ o.items = buildUnnamed4991();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -4154,7 +4154,7 @@
void checkProfiles(api.Profiles o) {
buildCounterProfiles++;
if (buildCounterProfiles < 3) {
- checkUnnamed4990(o.items!);
+ checkUnnamed4991(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -4219,14 +4219,14 @@
buildCounterRealtimeDataColumnHeaders--;
}
-core.List<api.RealtimeDataColumnHeaders> buildUnnamed4991() {
+core.List<api.RealtimeDataColumnHeaders> buildUnnamed4992() {
var o = <api.RealtimeDataColumnHeaders>[];
o.add(buildRealtimeDataColumnHeaders());
o.add(buildRealtimeDataColumnHeaders());
return o;
}
-void checkUnnamed4991(core.List<api.RealtimeDataColumnHeaders> o) {
+void checkUnnamed4992(core.List<api.RealtimeDataColumnHeaders> o) {
unittest.expect(o, unittest.hasLength(2));
checkRealtimeDataColumnHeaders(o[0] as api.RealtimeDataColumnHeaders);
checkRealtimeDataColumnHeaders(o[1] as api.RealtimeDataColumnHeaders);
@@ -4279,14 +4279,14 @@
buildCounterRealtimeDataProfileInfo--;
}
-core.List<core.String> buildUnnamed4992() {
+core.List<core.String> buildUnnamed4993() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4992(core.List<core.String> o) {
+void checkUnnamed4993(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4298,14 +4298,14 @@
);
}
-core.List<core.String> buildUnnamed4993() {
+core.List<core.String> buildUnnamed4994() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4993(core.List<core.String> o) {
+void checkUnnamed4994(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4326,8 +4326,8 @@
o.filters = 'foo';
o.ids = 'foo';
o.maxResults = 42;
- o.metrics = buildUnnamed4992();
- o.sort = buildUnnamed4993();
+ o.metrics = buildUnnamed4993();
+ o.sort = buildUnnamed4994();
}
buildCounterRealtimeDataQuery--;
return o;
@@ -4352,20 +4352,20 @@
o.maxResults!,
unittest.equals(42),
);
- checkUnnamed4992(o.metrics!);
- checkUnnamed4993(o.sort!);
+ checkUnnamed4993(o.metrics!);
+ checkUnnamed4994(o.sort!);
}
buildCounterRealtimeDataQuery--;
}
-core.List<core.String> buildUnnamed4994() {
+core.List<core.String> buildUnnamed4995() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4994(core.List<core.String> o) {
+void checkUnnamed4995(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4377,27 +4377,27 @@
);
}
-core.List<core.List<core.String>> buildUnnamed4995() {
+core.List<core.List<core.String>> buildUnnamed4996() {
var o = <core.List<core.String>>[];
- o.add(buildUnnamed4994());
- o.add(buildUnnamed4994());
+ o.add(buildUnnamed4995());
+ o.add(buildUnnamed4995());
return o;
}
-void checkUnnamed4995(core.List<core.List<core.String>> o) {
+void checkUnnamed4996(core.List<core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4994(o[0]);
- checkUnnamed4994(o[1]);
+ checkUnnamed4995(o[0]);
+ checkUnnamed4995(o[1]);
}
-core.Map<core.String, core.String> buildUnnamed4996() {
+core.Map<core.String, core.String> buildUnnamed4997() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4996(core.Map<core.String, core.String> o) {
+void checkUnnamed4997(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -4414,15 +4414,15 @@
var o = api.RealtimeData();
buildCounterRealtimeData++;
if (buildCounterRealtimeData < 3) {
- o.columnHeaders = buildUnnamed4991();
+ o.columnHeaders = buildUnnamed4992();
o.id = 'foo';
o.kind = 'foo';
o.profileInfo = buildRealtimeDataProfileInfo();
o.query = buildRealtimeDataQuery();
- o.rows = buildUnnamed4995();
+ o.rows = buildUnnamed4996();
o.selfLink = 'foo';
o.totalResults = 42;
- o.totalsForAllResults = buildUnnamed4996();
+ o.totalsForAllResults = buildUnnamed4997();
}
buildCounterRealtimeData--;
return o;
@@ -4431,7 +4431,7 @@
void checkRealtimeData(api.RealtimeData o) {
buildCounterRealtimeData++;
if (buildCounterRealtimeData < 3) {
- checkUnnamed4991(o.columnHeaders!);
+ checkUnnamed4992(o.columnHeaders!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -4442,7 +4442,7 @@
);
checkRealtimeDataProfileInfo(o.profileInfo! as api.RealtimeDataProfileInfo);
checkRealtimeDataQuery(o.query! as api.RealtimeDataQuery);
- checkUnnamed4995(o.rows!);
+ checkUnnamed4996(o.rows!);
unittest.expect(
o.selfLink!,
unittest.equals('foo'),
@@ -4451,7 +4451,7 @@
o.totalResults!,
unittest.equals(42),
);
- checkUnnamed4996(o.totalsForAllResults!);
+ checkUnnamed4997(o.totalsForAllResults!);
}
buildCounterRealtimeData--;
}
@@ -4477,27 +4477,27 @@
buildCounterRemarketingAudienceAudienceDefinition--;
}
-core.List<api.LinkedForeignAccount> buildUnnamed4997() {
+core.List<api.LinkedForeignAccount> buildUnnamed4998() {
var o = <api.LinkedForeignAccount>[];
o.add(buildLinkedForeignAccount());
o.add(buildLinkedForeignAccount());
return o;
}
-void checkUnnamed4997(core.List<api.LinkedForeignAccount> o) {
+void checkUnnamed4998(core.List<api.LinkedForeignAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkLinkedForeignAccount(o[0] as api.LinkedForeignAccount);
checkLinkedForeignAccount(o[1] as api.LinkedForeignAccount);
}
-core.List<core.String> buildUnnamed4998() {
+core.List<core.String> buildUnnamed4999() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4998(core.List<core.String> o) {
+void checkUnnamed4999(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4582,8 +4582,8 @@
o.id = 'foo';
o.internalWebPropertyId = 'foo';
o.kind = 'foo';
- o.linkedAdAccounts = buildUnnamed4997();
- o.linkedViews = buildUnnamed4998();
+ o.linkedAdAccounts = buildUnnamed4998();
+ o.linkedViews = buildUnnamed4999();
o.name = 'foo';
o.stateBasedAudienceDefinition =
buildRemarketingAudienceStateBasedAudienceDefinition();
@@ -4627,8 +4627,8 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4997(o.linkedAdAccounts!);
- checkUnnamed4998(o.linkedViews!);
+ checkUnnamed4998(o.linkedAdAccounts!);
+ checkUnnamed4999(o.linkedViews!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -4648,14 +4648,14 @@
buildCounterRemarketingAudience--;
}
-core.List<api.RemarketingAudience> buildUnnamed4999() {
+core.List<api.RemarketingAudience> buildUnnamed5000() {
var o = <api.RemarketingAudience>[];
o.add(buildRemarketingAudience());
o.add(buildRemarketingAudience());
return o;
}
-void checkUnnamed4999(core.List<api.RemarketingAudience> o) {
+void checkUnnamed5000(core.List<api.RemarketingAudience> o) {
unittest.expect(o, unittest.hasLength(2));
checkRemarketingAudience(o[0] as api.RemarketingAudience);
checkRemarketingAudience(o[1] as api.RemarketingAudience);
@@ -4666,7 +4666,7 @@
var o = api.RemarketingAudiences();
buildCounterRemarketingAudiences++;
if (buildCounterRemarketingAudiences < 3) {
- o.items = buildUnnamed4999();
+ o.items = buildUnnamed5000();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -4682,7 +4682,7 @@
void checkRemarketingAudiences(api.RemarketingAudiences o) {
buildCounterRemarketingAudiences++;
if (buildCounterRemarketingAudiences < 3) {
- checkUnnamed4999(o.items!);
+ checkUnnamed5000(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -4777,14 +4777,14 @@
buildCounterSegment--;
}
-core.List<api.Segment> buildUnnamed5000() {
+core.List<api.Segment> buildUnnamed5001() {
var o = <api.Segment>[];
o.add(buildSegment());
o.add(buildSegment());
return o;
}
-void checkUnnamed5000(core.List<api.Segment> o) {
+void checkUnnamed5001(core.List<api.Segment> o) {
unittest.expect(o, unittest.hasLength(2));
checkSegment(o[0] as api.Segment);
checkSegment(o[1] as api.Segment);
@@ -4795,7 +4795,7 @@
var o = api.Segments();
buildCounterSegments++;
if (buildCounterSegments < 3) {
- o.items = buildUnnamed5000();
+ o.items = buildUnnamed5001();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -4811,7 +4811,7 @@
void checkSegments(api.Segments o) {
buildCounterSegments++;
if (buildCounterSegments < 3) {
- checkUnnamed5000(o.items!);
+ checkUnnamed5001(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -5007,14 +5007,14 @@
buildCounterUnsampledReport--;
}
-core.List<api.UnsampledReport> buildUnnamed5001() {
+core.List<api.UnsampledReport> buildUnnamed5002() {
var o = <api.UnsampledReport>[];
o.add(buildUnsampledReport());
o.add(buildUnsampledReport());
return o;
}
-void checkUnnamed5001(core.List<api.UnsampledReport> o) {
+void checkUnnamed5002(core.List<api.UnsampledReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkUnsampledReport(o[0] as api.UnsampledReport);
checkUnsampledReport(o[1] as api.UnsampledReport);
@@ -5025,7 +5025,7 @@
var o = api.UnsampledReports();
buildCounterUnsampledReports++;
if (buildCounterUnsampledReports < 3) {
- o.items = buildUnnamed5001();
+ o.items = buildUnnamed5002();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -5041,7 +5041,7 @@
void checkUnsampledReports(api.UnsampledReports o) {
buildCounterUnsampledReports++;
if (buildCounterUnsampledReports < 3) {
- checkUnnamed5001(o.items!);
+ checkUnnamed5002(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -5074,14 +5074,14 @@
buildCounterUnsampledReports--;
}
-core.List<core.String> buildUnnamed5002() {
+core.List<core.String> buildUnnamed5003() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5002(core.List<core.String> o) {
+void checkUnnamed5003(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5100,7 +5100,7 @@
if (buildCounterUpload < 3) {
o.accountId = 'foo';
o.customDataSourceId = 'foo';
- o.errors = buildUnnamed5002();
+ o.errors = buildUnnamed5003();
o.id = 'foo';
o.kind = 'foo';
o.status = 'foo';
@@ -5121,7 +5121,7 @@
o.customDataSourceId!,
unittest.equals('foo'),
);
- checkUnnamed5002(o.errors!);
+ checkUnnamed5003(o.errors!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -5142,14 +5142,14 @@
buildCounterUpload--;
}
-core.List<api.Upload> buildUnnamed5003() {
+core.List<api.Upload> buildUnnamed5004() {
var o = <api.Upload>[];
o.add(buildUpload());
o.add(buildUpload());
return o;
}
-void checkUnnamed5003(core.List<api.Upload> o) {
+void checkUnnamed5004(core.List<api.Upload> o) {
unittest.expect(o, unittest.hasLength(2));
checkUpload(o[0] as api.Upload);
checkUpload(o[1] as api.Upload);
@@ -5160,7 +5160,7 @@
var o = api.Uploads();
buildCounterUploads++;
if (buildCounterUploads < 3) {
- o.items = buildUnnamed5003();
+ o.items = buildUnnamed5004();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -5175,7 +5175,7 @@
void checkUploads(api.Uploads o) {
buildCounterUploads++;
if (buildCounterUploads < 3) {
- checkUnnamed5003(o.items!);
+ checkUnnamed5004(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -5354,14 +5354,14 @@
buildCounterWebPropertyRef--;
}
-core.List<api.ProfileSummary> buildUnnamed5004() {
+core.List<api.ProfileSummary> buildUnnamed5005() {
var o = <api.ProfileSummary>[];
o.add(buildProfileSummary());
o.add(buildProfileSummary());
return o;
}
-void checkUnnamed5004(core.List<api.ProfileSummary> o) {
+void checkUnnamed5005(core.List<api.ProfileSummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkProfileSummary(o[0] as api.ProfileSummary);
checkProfileSummary(o[1] as api.ProfileSummary);
@@ -5377,7 +5377,7 @@
o.kind = 'foo';
o.level = 'foo';
o.name = 'foo';
- o.profiles = buildUnnamed5004();
+ o.profiles = buildUnnamed5005();
o.starred = true;
o.websiteUrl = 'foo';
}
@@ -5408,7 +5408,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5004(o.profiles!);
+ checkUnnamed5005(o.profiles!);
unittest.expect(o.starred!, unittest.isTrue);
unittest.expect(
o.websiteUrl!,
@@ -5418,14 +5418,14 @@
buildCounterWebPropertySummary--;
}
-core.List<api.Webproperty> buildUnnamed5005() {
+core.List<api.Webproperty> buildUnnamed5006() {
var o = <api.Webproperty>[];
o.add(buildWebproperty());
o.add(buildWebproperty());
return o;
}
-void checkUnnamed5005(core.List<api.Webproperty> o) {
+void checkUnnamed5006(core.List<api.Webproperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebproperty(o[0] as api.Webproperty);
checkWebproperty(o[1] as api.Webproperty);
@@ -5436,7 +5436,7 @@
var o = api.Webproperties();
buildCounterWebproperties++;
if (buildCounterWebproperties < 3) {
- o.items = buildUnnamed5005();
+ o.items = buildUnnamed5006();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -5452,7 +5452,7 @@
void checkWebproperties(api.Webproperties o) {
buildCounterWebproperties++;
if (buildCounterWebproperties < 3) {
- checkUnnamed5005(o.items!);
+ checkUnnamed5006(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -5539,14 +5539,14 @@
buildCounterWebpropertyParentLink--;
}
-core.List<core.String> buildUnnamed5006() {
+core.List<core.String> buildUnnamed5007() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5006(core.List<core.String> o) {
+void checkUnnamed5007(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5563,7 +5563,7 @@
var o = api.WebpropertyPermissions();
buildCounterWebpropertyPermissions++;
if (buildCounterWebpropertyPermissions < 3) {
- o.effective = buildUnnamed5006();
+ o.effective = buildUnnamed5007();
}
buildCounterWebpropertyPermissions--;
return o;
@@ -5572,7 +5572,7 @@
void checkWebpropertyPermissions(api.WebpropertyPermissions o) {
buildCounterWebpropertyPermissions++;
if (buildCounterWebpropertyPermissions < 3) {
- checkUnnamed5006(o.effective!);
+ checkUnnamed5007(o.effective!);
}
buildCounterWebpropertyPermissions--;
}
diff --git a/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart b/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart
index 357383d..3d868f3 100644
--- a/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart
+++ b/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart
@@ -85,14 +85,14 @@
buildCounterClaimDeviceResponse--;
}
-core.List<api.PartnerClaim> buildUnnamed3656() {
+core.List<api.PartnerClaim> buildUnnamed3657() {
var o = <api.PartnerClaim>[];
o.add(buildPartnerClaim());
o.add(buildPartnerClaim());
return o;
}
-void checkUnnamed3656(core.List<api.PartnerClaim> o) {
+void checkUnnamed3657(core.List<api.PartnerClaim> o) {
unittest.expect(o, unittest.hasLength(2));
checkPartnerClaim(o[0] as api.PartnerClaim);
checkPartnerClaim(o[1] as api.PartnerClaim);
@@ -103,7 +103,7 @@
var o = api.ClaimDevicesRequest();
buildCounterClaimDevicesRequest++;
if (buildCounterClaimDevicesRequest < 3) {
- o.claims = buildUnnamed3656();
+ o.claims = buildUnnamed3657();
}
buildCounterClaimDevicesRequest--;
return o;
@@ -112,30 +112,11 @@
void checkClaimDevicesRequest(api.ClaimDevicesRequest o) {
buildCounterClaimDevicesRequest++;
if (buildCounterClaimDevicesRequest < 3) {
- checkUnnamed3656(o.claims!);
+ checkUnnamed3657(o.claims!);
}
buildCounterClaimDevicesRequest--;
}
-core.List<core.String> buildUnnamed3657() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3657(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3658() {
var o = <core.String>[];
o.add('foo');
@@ -155,16 +136,35 @@
);
}
+core.List<core.String> buildUnnamed3659() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3659(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterCompany = 0;
api.Company buildCompany() {
var o = api.Company();
buildCounterCompany++;
if (buildCounterCompany < 3) {
- o.adminEmails = buildUnnamed3657();
+ o.adminEmails = buildUnnamed3658();
o.companyId = 'foo';
o.companyName = 'foo';
o.name = 'foo';
- o.ownerEmails = buildUnnamed3658();
+ o.ownerEmails = buildUnnamed3659();
o.termsStatus = 'foo';
}
buildCounterCompany--;
@@ -174,7 +174,7 @@
void checkCompany(api.Company o) {
buildCounterCompany++;
if (buildCounterCompany < 3) {
- checkUnnamed3657(o.adminEmails!);
+ checkUnnamed3658(o.adminEmails!);
unittest.expect(
o.companyId!,
unittest.equals('foo'),
@@ -187,7 +187,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3658(o.ownerEmails!);
+ checkUnnamed3659(o.ownerEmails!);
unittest.expect(
o.termsStatus!,
unittest.equals('foo'),
@@ -304,14 +304,14 @@
buildCounterCustomerApplyConfigurationRequest--;
}
-core.List<api.Configuration> buildUnnamed3659() {
+core.List<api.Configuration> buildUnnamed3660() {
var o = <api.Configuration>[];
o.add(buildConfiguration());
o.add(buildConfiguration());
return o;
}
-void checkUnnamed3659(core.List<api.Configuration> o) {
+void checkUnnamed3660(core.List<api.Configuration> o) {
unittest.expect(o, unittest.hasLength(2));
checkConfiguration(o[0] as api.Configuration);
checkConfiguration(o[1] as api.Configuration);
@@ -323,7 +323,7 @@
var o = api.CustomerListConfigurationsResponse();
buildCounterCustomerListConfigurationsResponse++;
if (buildCounterCustomerListConfigurationsResponse < 3) {
- o.configurations = buildUnnamed3659();
+ o.configurations = buildUnnamed3660();
}
buildCounterCustomerListConfigurationsResponse--;
return o;
@@ -333,19 +333,19 @@
api.CustomerListConfigurationsResponse o) {
buildCounterCustomerListConfigurationsResponse++;
if (buildCounterCustomerListConfigurationsResponse < 3) {
- checkUnnamed3659(o.configurations!);
+ checkUnnamed3660(o.configurations!);
}
buildCounterCustomerListConfigurationsResponse--;
}
-core.List<api.Company> buildUnnamed3660() {
+core.List<api.Company> buildUnnamed3661() {
var o = <api.Company>[];
o.add(buildCompany());
o.add(buildCompany());
return o;
}
-void checkUnnamed3660(core.List<api.Company> o) {
+void checkUnnamed3661(core.List<api.Company> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompany(o[0] as api.Company);
checkCompany(o[1] as api.Company);
@@ -356,7 +356,7 @@
var o = api.CustomerListCustomersResponse();
buildCounterCustomerListCustomersResponse++;
if (buildCounterCustomerListCustomersResponse < 3) {
- o.customers = buildUnnamed3660();
+ o.customers = buildUnnamed3661();
o.nextPageToken = 'foo';
}
buildCounterCustomerListCustomersResponse--;
@@ -366,7 +366,7 @@
void checkCustomerListCustomersResponse(api.CustomerListCustomersResponse o) {
buildCounterCustomerListCustomersResponse++;
if (buildCounterCustomerListCustomersResponse < 3) {
- checkUnnamed3660(o.customers!);
+ checkUnnamed3661(o.customers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -375,14 +375,14 @@
buildCounterCustomerListCustomersResponse--;
}
-core.List<api.Device> buildUnnamed3661() {
+core.List<api.Device> buildUnnamed3662() {
var o = <api.Device>[];
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-void checkUnnamed3661(core.List<api.Device> o) {
+void checkUnnamed3662(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0] as api.Device);
checkDevice(o[1] as api.Device);
@@ -393,7 +393,7 @@
var o = api.CustomerListDevicesResponse();
buildCounterCustomerListDevicesResponse++;
if (buildCounterCustomerListDevicesResponse < 3) {
- o.devices = buildUnnamed3661();
+ o.devices = buildUnnamed3662();
o.nextPageToken = 'foo';
}
buildCounterCustomerListDevicesResponse--;
@@ -403,7 +403,7 @@
void checkCustomerListDevicesResponse(api.CustomerListDevicesResponse o) {
buildCounterCustomerListDevicesResponse++;
if (buildCounterCustomerListDevicesResponse < 3) {
- checkUnnamed3661(o.devices!);
+ checkUnnamed3662(o.devices!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -412,14 +412,14 @@
buildCounterCustomerListDevicesResponse--;
}
-core.List<api.Dpc> buildUnnamed3662() {
+core.List<api.Dpc> buildUnnamed3663() {
var o = <api.Dpc>[];
o.add(buildDpc());
o.add(buildDpc());
return o;
}
-void checkUnnamed3662(core.List<api.Dpc> o) {
+void checkUnnamed3663(core.List<api.Dpc> o) {
unittest.expect(o, unittest.hasLength(2));
checkDpc(o[0] as api.Dpc);
checkDpc(o[1] as api.Dpc);
@@ -430,7 +430,7 @@
var o = api.CustomerListDpcsResponse();
buildCounterCustomerListDpcsResponse++;
if (buildCounterCustomerListDpcsResponse < 3) {
- o.dpcs = buildUnnamed3662();
+ o.dpcs = buildUnnamed3663();
}
buildCounterCustomerListDpcsResponse--;
return o;
@@ -439,7 +439,7 @@
void checkCustomerListDpcsResponse(api.CustomerListDpcsResponse o) {
buildCounterCustomerListDpcsResponse++;
if (buildCounterCustomerListDpcsResponse < 3) {
- checkUnnamed3662(o.dpcs!);
+ checkUnnamed3663(o.dpcs!);
}
buildCounterCustomerListDpcsResponse--;
}
@@ -484,14 +484,14 @@
buildCounterCustomerUnclaimDeviceRequest--;
}
-core.List<api.DeviceClaim> buildUnnamed3663() {
+core.List<api.DeviceClaim> buildUnnamed3664() {
var o = <api.DeviceClaim>[];
o.add(buildDeviceClaim());
o.add(buildDeviceClaim());
return o;
}
-void checkUnnamed3663(core.List<api.DeviceClaim> o) {
+void checkUnnamed3664(core.List<api.DeviceClaim> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeviceClaim(o[0] as api.DeviceClaim);
checkDeviceClaim(o[1] as api.DeviceClaim);
@@ -502,7 +502,7 @@
var o = api.Device();
buildCounterDevice++;
if (buildCounterDevice < 3) {
- o.claims = buildUnnamed3663();
+ o.claims = buildUnnamed3664();
o.configuration = 'foo';
o.deviceId = 'foo';
o.deviceIdentifier = buildDeviceIdentifier();
@@ -516,7 +516,7 @@
void checkDevice(api.Device o) {
buildCounterDevice++;
if (buildCounterDevice < 3) {
- checkUnnamed3663(o.claims!);
+ checkUnnamed3664(o.claims!);
unittest.expect(
o.configuration!,
unittest.equals('foo'),
@@ -619,14 +619,14 @@
buildCounterDeviceIdentifier--;
}
-core.Map<core.String, core.String> buildUnnamed3664() {
+core.Map<core.String, core.String> buildUnnamed3665() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3664(core.Map<core.String, core.String> o) {
+void checkUnnamed3665(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -643,7 +643,7 @@
var o = api.DeviceMetadata();
buildCounterDeviceMetadata++;
if (buildCounterDeviceMetadata < 3) {
- o.entries = buildUnnamed3664();
+ o.entries = buildUnnamed3665();
}
buildCounterDeviceMetadata--;
return o;
@@ -652,7 +652,7 @@
void checkDeviceMetadata(api.DeviceMetadata o) {
buildCounterDeviceMetadata++;
if (buildCounterDeviceMetadata < 3) {
- checkUnnamed3664(o.entries!);
+ checkUnnamed3665(o.entries!);
}
buildCounterDeviceMetadata--;
}
@@ -715,14 +715,14 @@
buildCounterDevicesLongRunningOperationMetadata--;
}
-core.List<api.OperationPerDevice> buildUnnamed3665() {
+core.List<api.OperationPerDevice> buildUnnamed3666() {
var o = <api.OperationPerDevice>[];
o.add(buildOperationPerDevice());
o.add(buildOperationPerDevice());
return o;
}
-void checkUnnamed3665(core.List<api.OperationPerDevice> o) {
+void checkUnnamed3666(core.List<api.OperationPerDevice> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationPerDevice(o[0] as api.OperationPerDevice);
checkOperationPerDevice(o[1] as api.OperationPerDevice);
@@ -734,7 +734,7 @@
var o = api.DevicesLongRunningOperationResponse();
buildCounterDevicesLongRunningOperationResponse++;
if (buildCounterDevicesLongRunningOperationResponse < 3) {
- o.perDeviceStatus = buildUnnamed3665();
+ o.perDeviceStatus = buildUnnamed3666();
o.successCount = 42;
}
buildCounterDevicesLongRunningOperationResponse--;
@@ -745,7 +745,7 @@
api.DevicesLongRunningOperationResponse o) {
buildCounterDevicesLongRunningOperationResponse++;
if (buildCounterDevicesLongRunningOperationResponse < 3) {
- checkUnnamed3665(o.perDeviceStatus!);
+ checkUnnamed3666(o.perDeviceStatus!);
unittest.expect(
o.successCount!,
unittest.equals(42),
@@ -832,14 +832,14 @@
buildCounterFindDevicesByDeviceIdentifierRequest--;
}
-core.List<api.Device> buildUnnamed3666() {
+core.List<api.Device> buildUnnamed3667() {
var o = <api.Device>[];
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-void checkUnnamed3666(core.List<api.Device> o) {
+void checkUnnamed3667(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0] as api.Device);
checkDevice(o[1] as api.Device);
@@ -851,7 +851,7 @@
var o = api.FindDevicesByDeviceIdentifierResponse();
buildCounterFindDevicesByDeviceIdentifierResponse++;
if (buildCounterFindDevicesByDeviceIdentifierResponse < 3) {
- o.devices = buildUnnamed3666();
+ o.devices = buildUnnamed3667();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -863,7 +863,7 @@
api.FindDevicesByDeviceIdentifierResponse o) {
buildCounterFindDevicesByDeviceIdentifierResponse++;
if (buildCounterFindDevicesByDeviceIdentifierResponse < 3) {
- checkUnnamed3666(o.devices!);
+ checkUnnamed3667(o.devices!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -876,14 +876,14 @@
buildCounterFindDevicesByDeviceIdentifierResponse--;
}
-core.List<core.String> buildUnnamed3667() {
+core.List<core.String> buildUnnamed3668() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3667(core.List<core.String> o) {
+void checkUnnamed3668(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -900,7 +900,7 @@
var o = api.FindDevicesByOwnerRequest();
buildCounterFindDevicesByOwnerRequest++;
if (buildCounterFindDevicesByOwnerRequest < 3) {
- o.customerId = buildUnnamed3667();
+ o.customerId = buildUnnamed3668();
o.limit = 'foo';
o.pageToken = 'foo';
o.sectionType = 'foo';
@@ -912,7 +912,7 @@
void checkFindDevicesByOwnerRequest(api.FindDevicesByOwnerRequest o) {
buildCounterFindDevicesByOwnerRequest++;
if (buildCounterFindDevicesByOwnerRequest < 3) {
- checkUnnamed3667(o.customerId!);
+ checkUnnamed3668(o.customerId!);
unittest.expect(
o.limit!,
unittest.equals('foo'),
@@ -929,14 +929,14 @@
buildCounterFindDevicesByOwnerRequest--;
}
-core.List<api.Device> buildUnnamed3668() {
+core.List<api.Device> buildUnnamed3669() {
var o = <api.Device>[];
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-void checkUnnamed3668(core.List<api.Device> o) {
+void checkUnnamed3669(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0] as api.Device);
checkDevice(o[1] as api.Device);
@@ -947,7 +947,7 @@
var o = api.FindDevicesByOwnerResponse();
buildCounterFindDevicesByOwnerResponse++;
if (buildCounterFindDevicesByOwnerResponse < 3) {
- o.devices = buildUnnamed3668();
+ o.devices = buildUnnamed3669();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -958,7 +958,7 @@
void checkFindDevicesByOwnerResponse(api.FindDevicesByOwnerResponse o) {
buildCounterFindDevicesByOwnerResponse++;
if (buildCounterFindDevicesByOwnerResponse < 3) {
- checkUnnamed3668(o.devices!);
+ checkUnnamed3669(o.devices!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -971,48 +971,6 @@
buildCounterFindDevicesByOwnerResponse--;
}
-core.List<api.Company> buildUnnamed3669() {
- var o = <api.Company>[];
- o.add(buildCompany());
- o.add(buildCompany());
- return o;
-}
-
-void checkUnnamed3669(core.List<api.Company> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkCompany(o[0] as api.Company);
- checkCompany(o[1] as api.Company);
-}
-
-core.int buildCounterListCustomersResponse = 0;
-api.ListCustomersResponse buildListCustomersResponse() {
- var o = api.ListCustomersResponse();
- buildCounterListCustomersResponse++;
- if (buildCounterListCustomersResponse < 3) {
- o.customers = buildUnnamed3669();
- o.nextPageToken = 'foo';
- o.totalSize = 42;
- }
- buildCounterListCustomersResponse--;
- return o;
-}
-
-void checkListCustomersResponse(api.ListCustomersResponse o) {
- buildCounterListCustomersResponse++;
- if (buildCounterListCustomersResponse < 3) {
- checkUnnamed3669(o.customers!);
- unittest.expect(
- o.nextPageToken!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.totalSize!,
- unittest.equals(42),
- );
- }
- buildCounterListCustomersResponse--;
-}
-
core.List<api.Company> buildUnnamed3670() {
var o = <api.Company>[];
o.add(buildCompany());
@@ -1026,22 +984,22 @@
checkCompany(o[1] as api.Company);
}
-core.int buildCounterListVendorCustomersResponse = 0;
-api.ListVendorCustomersResponse buildListVendorCustomersResponse() {
- var o = api.ListVendorCustomersResponse();
- buildCounterListVendorCustomersResponse++;
- if (buildCounterListVendorCustomersResponse < 3) {
+core.int buildCounterListCustomersResponse = 0;
+api.ListCustomersResponse buildListCustomersResponse() {
+ var o = api.ListCustomersResponse();
+ buildCounterListCustomersResponse++;
+ if (buildCounterListCustomersResponse < 3) {
o.customers = buildUnnamed3670();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
- buildCounterListVendorCustomersResponse--;
+ buildCounterListCustomersResponse--;
return o;
}
-void checkListVendorCustomersResponse(api.ListVendorCustomersResponse o) {
- buildCounterListVendorCustomersResponse++;
- if (buildCounterListVendorCustomersResponse < 3) {
+void checkListCustomersResponse(api.ListCustomersResponse o) {
+ buildCounterListCustomersResponse++;
+ if (buildCounterListCustomersResponse < 3) {
checkUnnamed3670(o.customers!);
unittest.expect(
o.nextPageToken!,
@@ -1052,7 +1010,7 @@
unittest.equals(42),
);
}
- buildCounterListVendorCustomersResponse--;
+ buildCounterListCustomersResponse--;
}
core.List<api.Company> buildUnnamed3671() {
@@ -1068,6 +1026,48 @@
checkCompany(o[1] as api.Company);
}
+core.int buildCounterListVendorCustomersResponse = 0;
+api.ListVendorCustomersResponse buildListVendorCustomersResponse() {
+ var o = api.ListVendorCustomersResponse();
+ buildCounterListVendorCustomersResponse++;
+ if (buildCounterListVendorCustomersResponse < 3) {
+ o.customers = buildUnnamed3671();
+ o.nextPageToken = 'foo';
+ o.totalSize = 42;
+ }
+ buildCounterListVendorCustomersResponse--;
+ return o;
+}
+
+void checkListVendorCustomersResponse(api.ListVendorCustomersResponse o) {
+ buildCounterListVendorCustomersResponse++;
+ if (buildCounterListVendorCustomersResponse < 3) {
+ checkUnnamed3671(o.customers!);
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.totalSize!,
+ unittest.equals(42),
+ );
+ }
+ buildCounterListVendorCustomersResponse--;
+}
+
+core.List<api.Company> buildUnnamed3672() {
+ var o = <api.Company>[];
+ o.add(buildCompany());
+ o.add(buildCompany());
+ return o;
+}
+
+void checkUnnamed3672(core.List<api.Company> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkCompany(o[0] as api.Company);
+ checkCompany(o[1] as api.Company);
+}
+
core.int buildCounterListVendorsResponse = 0;
api.ListVendorsResponse buildListVendorsResponse() {
var o = api.ListVendorsResponse();
@@ -1075,7 +1075,7 @@
if (buildCounterListVendorsResponse < 3) {
o.nextPageToken = 'foo';
o.totalSize = 42;
- o.vendors = buildUnnamed3671();
+ o.vendors = buildUnnamed3672();
}
buildCounterListVendorsResponse--;
return o;
@@ -1092,12 +1092,12 @@
o.totalSize!,
unittest.equals(42),
);
- checkUnnamed3671(o.vendors!);
+ checkUnnamed3672(o.vendors!);
}
buildCounterListVendorsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed3672() {
+core.Map<core.String, core.Object> buildUnnamed3673() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1112,7 +1112,7 @@
return o;
}
-void checkUnnamed3672(core.Map<core.String, core.Object> o) {
+void checkUnnamed3673(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1144,7 +1144,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3673() {
+core.Map<core.String, core.Object> buildUnnamed3674() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1159,7 +1159,7 @@
return o;
}
-void checkUnnamed3673(core.Map<core.String, core.Object> o) {
+void checkUnnamed3674(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1198,9 +1198,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3672();
+ o.metadata = buildUnnamed3673();
o.name = 'foo';
- o.response = buildUnnamed3673();
+ o.response = buildUnnamed3674();
}
buildCounterOperation--;
return o;
@@ -1211,12 +1211,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3672(o.metadata!);
+ checkUnnamed3673(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3673(o.response!);
+ checkUnnamed3674(o.response!);
}
buildCounterOperation--;
}
@@ -1354,7 +1354,7 @@
buildCounterPerDeviceStatusInBatch--;
}
-core.Map<core.String, core.Object> buildUnnamed3674() {
+core.Map<core.String, core.Object> buildUnnamed3675() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1369,7 +1369,7 @@
return o;
}
-void checkUnnamed3674(core.Map<core.String, core.Object> o) {
+void checkUnnamed3675(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1401,17 +1401,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3675() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3676() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3674());
- o.add(buildUnnamed3674());
+ o.add(buildUnnamed3675());
+ o.add(buildUnnamed3675());
return o;
}
-void checkUnnamed3675(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3676(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3674(o[0]);
- checkUnnamed3674(o[1]);
+ checkUnnamed3675(o[0]);
+ checkUnnamed3675(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1420,7 +1420,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3675();
+ o.details = buildUnnamed3676();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1434,7 +1434,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3675(o.details!);
+ checkUnnamed3676(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1482,14 +1482,14 @@
buildCounterUnclaimDeviceRequest--;
}
-core.List<api.PartnerUnclaim> buildUnnamed3676() {
+core.List<api.PartnerUnclaim> buildUnnamed3677() {
var o = <api.PartnerUnclaim>[];
o.add(buildPartnerUnclaim());
o.add(buildPartnerUnclaim());
return o;
}
-void checkUnnamed3676(core.List<api.PartnerUnclaim> o) {
+void checkUnnamed3677(core.List<api.PartnerUnclaim> o) {
unittest.expect(o, unittest.hasLength(2));
checkPartnerUnclaim(o[0] as api.PartnerUnclaim);
checkPartnerUnclaim(o[1] as api.PartnerUnclaim);
@@ -1500,7 +1500,7 @@
var o = api.UnclaimDevicesRequest();
buildCounterUnclaimDevicesRequest++;
if (buildCounterUnclaimDevicesRequest < 3) {
- o.unclaims = buildUnnamed3676();
+ o.unclaims = buildUnnamed3677();
}
buildCounterUnclaimDevicesRequest--;
return o;
@@ -1509,19 +1509,19 @@
void checkUnclaimDevicesRequest(api.UnclaimDevicesRequest o) {
buildCounterUnclaimDevicesRequest++;
if (buildCounterUnclaimDevicesRequest < 3) {
- checkUnnamed3676(o.unclaims!);
+ checkUnnamed3677(o.unclaims!);
}
buildCounterUnclaimDevicesRequest--;
}
-core.List<api.UpdateMetadataArguments> buildUnnamed3677() {
+core.List<api.UpdateMetadataArguments> buildUnnamed3678() {
var o = <api.UpdateMetadataArguments>[];
o.add(buildUpdateMetadataArguments());
o.add(buildUpdateMetadataArguments());
return o;
}
-void checkUnnamed3677(core.List<api.UpdateMetadataArguments> o) {
+void checkUnnamed3678(core.List<api.UpdateMetadataArguments> o) {
unittest.expect(o, unittest.hasLength(2));
checkUpdateMetadataArguments(o[0] as api.UpdateMetadataArguments);
checkUpdateMetadataArguments(o[1] as api.UpdateMetadataArguments);
@@ -1533,7 +1533,7 @@
var o = api.UpdateDeviceMetadataInBatchRequest();
buildCounterUpdateDeviceMetadataInBatchRequest++;
if (buildCounterUpdateDeviceMetadataInBatchRequest < 3) {
- o.updates = buildUnnamed3677();
+ o.updates = buildUnnamed3678();
}
buildCounterUpdateDeviceMetadataInBatchRequest--;
return o;
@@ -1543,7 +1543,7 @@
api.UpdateDeviceMetadataInBatchRequest o) {
buildCounterUpdateDeviceMetadataInBatchRequest++;
if (buildCounterUpdateDeviceMetadataInBatchRequest < 3) {
- checkUnnamed3677(o.updates!);
+ checkUnnamed3678(o.updates!);
}
buildCounterUpdateDeviceMetadataInBatchRequest--;
}
diff --git a/generated/googleapis/test/androidenterprise/v1_test.dart b/generated/googleapis/test/androidenterprise/v1_test.dart
index e248343..9111eec 100644
--- a/generated/googleapis/test/androidenterprise/v1_test.dart
+++ b/generated/googleapis/test/androidenterprise/v1_test.dart
@@ -71,14 +71,14 @@
buildCounterAdministratorWebToken--;
}
-core.List<core.String> buildUnnamed4029() {
+core.List<core.String> buildUnnamed4030() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4029(core.List<core.String> o) {
+void checkUnnamed4030(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -98,7 +98,7 @@
o.managedConfigurations =
buildAdministratorWebTokenSpecManagedConfigurations();
o.parent = 'foo';
- o.permission = buildUnnamed4029();
+ o.permission = buildUnnamed4030();
o.playSearch = buildAdministratorWebTokenSpecPlaySearch();
o.privateApps = buildAdministratorWebTokenSpecPrivateApps();
o.storeBuilder = buildAdministratorWebTokenSpecStoreBuilder();
@@ -117,7 +117,7 @@
o.parent!,
unittest.equals('foo'),
);
- checkUnnamed4029(o.permission!);
+ checkUnnamed4030(o.permission!);
checkAdministratorWebTokenSpecPlaySearch(
o.playSearch! as api.AdministratorWebTokenSpecPlaySearch);
checkAdministratorWebTokenSpecPrivateApps(
@@ -236,14 +236,14 @@
buildCounterAdministratorWebTokenSpecWebApps--;
}
-core.List<api.AppRestrictionsSchemaRestriction> buildUnnamed4030() {
+core.List<api.AppRestrictionsSchemaRestriction> buildUnnamed4031() {
var o = <api.AppRestrictionsSchemaRestriction>[];
o.add(buildAppRestrictionsSchemaRestriction());
o.add(buildAppRestrictionsSchemaRestriction());
return o;
}
-void checkUnnamed4030(core.List<api.AppRestrictionsSchemaRestriction> o) {
+void checkUnnamed4031(core.List<api.AppRestrictionsSchemaRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppRestrictionsSchemaRestriction(
o[0] as api.AppRestrictionsSchemaRestriction);
@@ -257,7 +257,7 @@
buildCounterAppRestrictionsSchema++;
if (buildCounterAppRestrictionsSchema < 3) {
o.kind = 'foo';
- o.restrictions = buildUnnamed4030();
+ o.restrictions = buildUnnamed4031();
}
buildCounterAppRestrictionsSchema--;
return o;
@@ -270,7 +270,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4030(o.restrictions!);
+ checkUnnamed4031(o.restrictions!);
}
buildCounterAppRestrictionsSchema--;
}
@@ -298,25 +298,6 @@
buildCounterAppRestrictionsSchemaChangeEvent--;
}
-core.List<core.String> buildUnnamed4031() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4031(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4032() {
var o = <core.String>[];
o.add('foo');
@@ -336,14 +317,33 @@
);
}
-core.List<api.AppRestrictionsSchemaRestriction> buildUnnamed4033() {
+core.List<core.String> buildUnnamed4033() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4033(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.AppRestrictionsSchemaRestriction> buildUnnamed4034() {
var o = <api.AppRestrictionsSchemaRestriction>[];
o.add(buildAppRestrictionsSchemaRestriction());
o.add(buildAppRestrictionsSchemaRestriction());
return o;
}
-void checkUnnamed4033(core.List<api.AppRestrictionsSchemaRestriction> o) {
+void checkUnnamed4034(core.List<api.AppRestrictionsSchemaRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppRestrictionsSchemaRestriction(
o[0] as api.AppRestrictionsSchemaRestriction);
@@ -358,10 +358,10 @@
if (buildCounterAppRestrictionsSchemaRestriction < 3) {
o.defaultValue = buildAppRestrictionsSchemaRestrictionRestrictionValue();
o.description = 'foo';
- o.entry = buildUnnamed4031();
- o.entryValue = buildUnnamed4032();
+ o.entry = buildUnnamed4032();
+ o.entryValue = buildUnnamed4033();
o.key = 'foo';
- o.nestedRestriction = buildUnnamed4033();
+ o.nestedRestriction = buildUnnamed4034();
o.restrictionType = 'foo';
o.title = 'foo';
}
@@ -379,13 +379,13 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed4031(o.entry!);
- checkUnnamed4032(o.entryValue!);
+ checkUnnamed4032(o.entry!);
+ checkUnnamed4033(o.entryValue!);
unittest.expect(
o.key!,
unittest.equals('foo'),
);
- checkUnnamed4033(o.nestedRestriction!);
+ checkUnnamed4034(o.nestedRestriction!);
unittest.expect(
o.restrictionType!,
unittest.equals('foo'),
@@ -398,14 +398,14 @@
buildCounterAppRestrictionsSchemaRestriction--;
}
-core.List<core.String> buildUnnamed4034() {
+core.List<core.String> buildUnnamed4035() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4034(core.List<core.String> o) {
+void checkUnnamed4035(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -426,7 +426,7 @@
o.type = 'foo';
o.valueBool = true;
o.valueInteger = 42;
- o.valueMultiselect = buildUnnamed4034();
+ o.valueMultiselect = buildUnnamed4035();
o.valueString = 'foo';
}
buildCounterAppRestrictionsSchemaRestrictionRestrictionValue--;
@@ -446,7 +446,7 @@
o.valueInteger!,
unittest.equals(42),
);
- checkUnnamed4034(o.valueMultiselect!);
+ checkUnnamed4035(o.valueMultiselect!);
unittest.expect(
o.valueString!,
unittest.equals('foo'),
@@ -455,14 +455,14 @@
buildCounterAppRestrictionsSchemaRestrictionRestrictionValue--;
}
-core.List<api.KeyedAppState> buildUnnamed4035() {
+core.List<api.KeyedAppState> buildUnnamed4036() {
var o = <api.KeyedAppState>[];
o.add(buildKeyedAppState());
o.add(buildKeyedAppState());
return o;
}
-void checkUnnamed4035(core.List<api.KeyedAppState> o) {
+void checkUnnamed4036(core.List<api.KeyedAppState> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyedAppState(o[0] as api.KeyedAppState);
checkKeyedAppState(o[1] as api.KeyedAppState);
@@ -473,7 +473,7 @@
var o = api.AppState();
buildCounterAppState++;
if (buildCounterAppState < 3) {
- o.keyedAppState = buildUnnamed4035();
+ o.keyedAppState = buildUnnamed4036();
o.packageName = 'foo';
}
buildCounterAppState--;
@@ -483,7 +483,7 @@
void checkAppState(api.AppState o) {
buildCounterAppState++;
if (buildCounterAppState < 3) {
- checkUnnamed4035(o.keyedAppState!);
+ checkUnnamed4036(o.keyedAppState!);
unittest.expect(
o.packageName!,
unittest.equals('foo'),
@@ -514,14 +514,14 @@
buildCounterAppUpdateEvent--;
}
-core.List<core.String> buildUnnamed4036() {
+core.List<core.String> buildUnnamed4037() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4036(core.List<core.String> o) {
+void checkUnnamed4037(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -540,7 +540,7 @@
if (buildCounterAppVersion < 3) {
o.isProduction = true;
o.track = 'foo';
- o.trackId = buildUnnamed4036();
+ o.trackId = buildUnnamed4037();
o.versionCode = 42;
o.versionString = 'foo';
}
@@ -556,7 +556,7 @@
o.track!,
unittest.equals('foo'),
);
- checkUnnamed4036(o.trackId!);
+ checkUnnamed4037(o.trackId!);
unittest.expect(
o.versionCode!,
unittest.equals(42),
@@ -645,14 +645,14 @@
buildCounterAutoInstallConstraint--;
}
-core.List<api.AutoInstallConstraint> buildUnnamed4037() {
+core.List<api.AutoInstallConstraint> buildUnnamed4038() {
var o = <api.AutoInstallConstraint>[];
o.add(buildAutoInstallConstraint());
o.add(buildAutoInstallConstraint());
return o;
}
-void checkUnnamed4037(core.List<api.AutoInstallConstraint> o) {
+void checkUnnamed4038(core.List<api.AutoInstallConstraint> o) {
unittest.expect(o, unittest.hasLength(2));
checkAutoInstallConstraint(o[0] as api.AutoInstallConstraint);
checkAutoInstallConstraint(o[1] as api.AutoInstallConstraint);
@@ -663,7 +663,7 @@
var o = api.AutoInstallPolicy();
buildCounterAutoInstallPolicy++;
if (buildCounterAutoInstallPolicy < 3) {
- o.autoInstallConstraint = buildUnnamed4037();
+ o.autoInstallConstraint = buildUnnamed4038();
o.autoInstallMode = 'foo';
o.autoInstallPriority = 42;
o.minimumVersionCode = 42;
@@ -675,7 +675,7 @@
void checkAutoInstallPolicy(api.AutoInstallPolicy o) {
buildCounterAutoInstallPolicy++;
if (buildCounterAutoInstallPolicy < 3) {
- checkUnnamed4037(o.autoInstallConstraint!);
+ checkUnnamed4038(o.autoInstallConstraint!);
unittest.expect(
o.autoInstallMode!,
unittest.equals('foo'),
@@ -692,14 +692,14 @@
buildCounterAutoInstallPolicy--;
}
-core.List<api.VariableSet> buildUnnamed4038() {
+core.List<api.VariableSet> buildUnnamed4039() {
var o = <api.VariableSet>[];
o.add(buildVariableSet());
o.add(buildVariableSet());
return o;
}
-void checkUnnamed4038(core.List<api.VariableSet> o) {
+void checkUnnamed4039(core.List<api.VariableSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariableSet(o[0] as api.VariableSet);
checkVariableSet(o[1] as api.VariableSet);
@@ -711,7 +711,7 @@
buildCounterConfigurationVariables++;
if (buildCounterConfigurationVariables < 3) {
o.mcmId = 'foo';
- o.variableSet = buildUnnamed4038();
+ o.variableSet = buildUnnamed4039();
}
buildCounterConfigurationVariables--;
return o;
@@ -724,7 +724,7 @@
o.mcmId!,
unittest.equals('foo'),
);
- checkUnnamed4038(o.variableSet!);
+ checkUnnamed4039(o.variableSet!);
}
buildCounterConfigurationVariables--;
}
@@ -760,14 +760,14 @@
buildCounterDevice--;
}
-core.List<api.AppState> buildUnnamed4039() {
+core.List<api.AppState> buildUnnamed4040() {
var o = <api.AppState>[];
o.add(buildAppState());
o.add(buildAppState());
return o;
}
-void checkUnnamed4039(core.List<api.AppState> o) {
+void checkUnnamed4040(core.List<api.AppState> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppState(o[0] as api.AppState);
checkAppState(o[1] as api.AppState);
@@ -778,7 +778,7 @@
var o = api.DeviceReport();
buildCounterDeviceReport++;
if (buildCounterDeviceReport < 3) {
- o.appState = buildUnnamed4039();
+ o.appState = buildUnnamed4040();
o.lastUpdatedTimestampMillis = 'foo';
}
buildCounterDeviceReport--;
@@ -788,7 +788,7 @@
void checkDeviceReport(api.DeviceReport o) {
buildCounterDeviceReport++;
if (buildCounterDeviceReport < 3) {
- checkUnnamed4039(o.appState!);
+ checkUnnamed4040(o.appState!);
unittest.expect(
o.lastUpdatedTimestampMillis!,
unittest.equals('foo'),
@@ -848,14 +848,14 @@
buildCounterDeviceState--;
}
-core.List<api.Device> buildUnnamed4040() {
+core.List<api.Device> buildUnnamed4041() {
var o = <api.Device>[];
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-void checkUnnamed4040(core.List<api.Device> o) {
+void checkUnnamed4041(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0] as api.Device);
checkDevice(o[1] as api.Device);
@@ -866,7 +866,7 @@
var o = api.DevicesListResponse();
buildCounterDevicesListResponse++;
if (buildCounterDevicesListResponse < 3) {
- o.device = buildUnnamed4040();
+ o.device = buildUnnamed4041();
}
buildCounterDevicesListResponse--;
return o;
@@ -875,19 +875,19 @@
void checkDevicesListResponse(api.DevicesListResponse o) {
buildCounterDevicesListResponse++;
if (buildCounterDevicesListResponse < 3) {
- checkUnnamed4040(o.device!);
+ checkUnnamed4041(o.device!);
}
buildCounterDevicesListResponse--;
}
-core.List<api.Administrator> buildUnnamed4041() {
+core.List<api.Administrator> buildUnnamed4042() {
var o = <api.Administrator>[];
o.add(buildAdministrator());
o.add(buildAdministrator());
return o;
}
-void checkUnnamed4041(core.List<api.Administrator> o) {
+void checkUnnamed4042(core.List<api.Administrator> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdministrator(o[0] as api.Administrator);
checkAdministrator(o[1] as api.Administrator);
@@ -898,7 +898,7 @@
var o = api.Enterprise();
buildCounterEnterprise++;
if (buildCounterEnterprise < 3) {
- o.administrator = buildUnnamed4041();
+ o.administrator = buildUnnamed4042();
o.id = 'foo';
o.name = 'foo';
o.primaryDomain = 'foo';
@@ -910,7 +910,7 @@
void checkEnterprise(api.Enterprise o) {
buildCounterEnterprise++;
if (buildCounterEnterprise < 3) {
- checkUnnamed4041(o.administrator!);
+ checkUnnamed4042(o.administrator!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -949,14 +949,14 @@
buildCounterEnterpriseAccount--;
}
-core.List<api.Enterprise> buildUnnamed4042() {
+core.List<api.Enterprise> buildUnnamed4043() {
var o = <api.Enterprise>[];
o.add(buildEnterprise());
o.add(buildEnterprise());
return o;
}
-void checkUnnamed4042(core.List<api.Enterprise> o) {
+void checkUnnamed4043(core.List<api.Enterprise> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnterprise(o[0] as api.Enterprise);
checkEnterprise(o[1] as api.Enterprise);
@@ -967,7 +967,7 @@
var o = api.EnterprisesListResponse();
buildCounterEnterprisesListResponse++;
if (buildCounterEnterprisesListResponse < 3) {
- o.enterprise = buildUnnamed4042();
+ o.enterprise = buildUnnamed4043();
}
buildCounterEnterprisesListResponse--;
return o;
@@ -976,7 +976,7 @@
void checkEnterprisesListResponse(api.EnterprisesListResponse o) {
buildCounterEnterprisesListResponse++;
if (buildCounterEnterprisesListResponse < 3) {
- checkUnnamed4042(o.enterprise!);
+ checkUnnamed4043(o.enterprise!);
}
buildCounterEnterprisesListResponse--;
}
@@ -1037,14 +1037,14 @@
buildCounterEntitlement--;
}
-core.List<api.Entitlement> buildUnnamed4043() {
+core.List<api.Entitlement> buildUnnamed4044() {
var o = <api.Entitlement>[];
o.add(buildEntitlement());
o.add(buildEntitlement());
return o;
}
-void checkUnnamed4043(core.List<api.Entitlement> o) {
+void checkUnnamed4044(core.List<api.Entitlement> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntitlement(o[0] as api.Entitlement);
checkEntitlement(o[1] as api.Entitlement);
@@ -1055,7 +1055,7 @@
var o = api.EntitlementsListResponse();
buildCounterEntitlementsListResponse++;
if (buildCounterEntitlementsListResponse < 3) {
- o.entitlement = buildUnnamed4043();
+ o.entitlement = buildUnnamed4044();
}
buildCounterEntitlementsListResponse--;
return o;
@@ -1064,7 +1064,7 @@
void checkEntitlementsListResponse(api.EntitlementsListResponse o) {
buildCounterEntitlementsListResponse++;
if (buildCounterEntitlementsListResponse < 3) {
- checkUnnamed4043(o.entitlement!);
+ checkUnnamed4044(o.entitlement!);
}
buildCounterEntitlementsListResponse--;
}
@@ -1116,14 +1116,14 @@
buildCounterGroupLicense--;
}
-core.List<api.User> buildUnnamed4044() {
+core.List<api.User> buildUnnamed4045() {
var o = <api.User>[];
o.add(buildUser());
o.add(buildUser());
return o;
}
-void checkUnnamed4044(core.List<api.User> o) {
+void checkUnnamed4045(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0] as api.User);
checkUser(o[1] as api.User);
@@ -1134,7 +1134,7 @@
var o = api.GroupLicenseUsersListResponse();
buildCounterGroupLicenseUsersListResponse++;
if (buildCounterGroupLicenseUsersListResponse < 3) {
- o.user = buildUnnamed4044();
+ o.user = buildUnnamed4045();
}
buildCounterGroupLicenseUsersListResponse--;
return o;
@@ -1143,19 +1143,19 @@
void checkGroupLicenseUsersListResponse(api.GroupLicenseUsersListResponse o) {
buildCounterGroupLicenseUsersListResponse++;
if (buildCounterGroupLicenseUsersListResponse < 3) {
- checkUnnamed4044(o.user!);
+ checkUnnamed4045(o.user!);
}
buildCounterGroupLicenseUsersListResponse--;
}
-core.List<api.GroupLicense> buildUnnamed4045() {
+core.List<api.GroupLicense> buildUnnamed4046() {
var o = <api.GroupLicense>[];
o.add(buildGroupLicense());
o.add(buildGroupLicense());
return o;
}
-void checkUnnamed4045(core.List<api.GroupLicense> o) {
+void checkUnnamed4046(core.List<api.GroupLicense> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupLicense(o[0] as api.GroupLicense);
checkGroupLicense(o[1] as api.GroupLicense);
@@ -1166,7 +1166,7 @@
var o = api.GroupLicensesListResponse();
buildCounterGroupLicensesListResponse++;
if (buildCounterGroupLicensesListResponse < 3) {
- o.groupLicense = buildUnnamed4045();
+ o.groupLicense = buildUnnamed4046();
}
buildCounterGroupLicensesListResponse--;
return o;
@@ -1175,7 +1175,7 @@
void checkGroupLicensesListResponse(api.GroupLicensesListResponse o) {
buildCounterGroupLicensesListResponse++;
if (buildCounterGroupLicensesListResponse < 3) {
- checkUnnamed4045(o.groupLicense!);
+ checkUnnamed4046(o.groupLicense!);
}
buildCounterGroupLicensesListResponse--;
}
@@ -1254,14 +1254,14 @@
buildCounterInstallFailureEvent--;
}
-core.List<api.Install> buildUnnamed4046() {
+core.List<api.Install> buildUnnamed4047() {
var o = <api.Install>[];
o.add(buildInstall());
o.add(buildInstall());
return o;
}
-void checkUnnamed4046(core.List<api.Install> o) {
+void checkUnnamed4047(core.List<api.Install> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstall(o[0] as api.Install);
checkInstall(o[1] as api.Install);
@@ -1272,7 +1272,7 @@
var o = api.InstallsListResponse();
buildCounterInstallsListResponse++;
if (buildCounterInstallsListResponse < 3) {
- o.install = buildUnnamed4046();
+ o.install = buildUnnamed4047();
}
buildCounterInstallsListResponse--;
return o;
@@ -1281,7 +1281,7 @@
void checkInstallsListResponse(api.InstallsListResponse o) {
buildCounterInstallsListResponse++;
if (buildCounterInstallsListResponse < 3) {
- checkUnnamed4046(o.install!);
+ checkUnnamed4047(o.install!);
}
buildCounterInstallsListResponse--;
}
@@ -1382,14 +1382,14 @@
buildCounterMaintenanceWindow--;
}
-core.List<api.ManagedProperty> buildUnnamed4047() {
+core.List<api.ManagedProperty> buildUnnamed4048() {
var o = <api.ManagedProperty>[];
o.add(buildManagedProperty());
o.add(buildManagedProperty());
return o;
}
-void checkUnnamed4047(core.List<api.ManagedProperty> o) {
+void checkUnnamed4048(core.List<api.ManagedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedProperty(o[0] as api.ManagedProperty);
checkManagedProperty(o[1] as api.ManagedProperty);
@@ -1402,7 +1402,7 @@
if (buildCounterManagedConfiguration < 3) {
o.configurationVariables = buildConfigurationVariables();
o.kind = 'foo';
- o.managedProperty = buildUnnamed4047();
+ o.managedProperty = buildUnnamed4048();
o.productId = 'foo';
}
buildCounterManagedConfiguration--;
@@ -1418,7 +1418,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4047(o.managedProperty!);
+ checkUnnamed4048(o.managedProperty!);
unittest.expect(
o.productId!,
unittest.equals('foo'),
@@ -1427,40 +1427,6 @@
buildCounterManagedConfiguration--;
}
-core.List<api.ManagedConfiguration> buildUnnamed4048() {
- var o = <api.ManagedConfiguration>[];
- o.add(buildManagedConfiguration());
- o.add(buildManagedConfiguration());
- return o;
-}
-
-void checkUnnamed4048(core.List<api.ManagedConfiguration> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkManagedConfiguration(o[0] as api.ManagedConfiguration);
- checkManagedConfiguration(o[1] as api.ManagedConfiguration);
-}
-
-core.int buildCounterManagedConfigurationsForDeviceListResponse = 0;
-api.ManagedConfigurationsForDeviceListResponse
- buildManagedConfigurationsForDeviceListResponse() {
- var o = api.ManagedConfigurationsForDeviceListResponse();
- buildCounterManagedConfigurationsForDeviceListResponse++;
- if (buildCounterManagedConfigurationsForDeviceListResponse < 3) {
- o.managedConfigurationForDevice = buildUnnamed4048();
- }
- buildCounterManagedConfigurationsForDeviceListResponse--;
- return o;
-}
-
-void checkManagedConfigurationsForDeviceListResponse(
- api.ManagedConfigurationsForDeviceListResponse o) {
- buildCounterManagedConfigurationsForDeviceListResponse++;
- if (buildCounterManagedConfigurationsForDeviceListResponse < 3) {
- checkUnnamed4048(o.managedConfigurationForDevice!);
- }
- buildCounterManagedConfigurationsForDeviceListResponse--;
-}
-
core.List<api.ManagedConfiguration> buildUnnamed4049() {
var o = <api.ManagedConfiguration>[];
o.add(buildManagedConfiguration());
@@ -1474,13 +1440,47 @@
checkManagedConfiguration(o[1] as api.ManagedConfiguration);
}
+core.int buildCounterManagedConfigurationsForDeviceListResponse = 0;
+api.ManagedConfigurationsForDeviceListResponse
+ buildManagedConfigurationsForDeviceListResponse() {
+ var o = api.ManagedConfigurationsForDeviceListResponse();
+ buildCounterManagedConfigurationsForDeviceListResponse++;
+ if (buildCounterManagedConfigurationsForDeviceListResponse < 3) {
+ o.managedConfigurationForDevice = buildUnnamed4049();
+ }
+ buildCounterManagedConfigurationsForDeviceListResponse--;
+ return o;
+}
+
+void checkManagedConfigurationsForDeviceListResponse(
+ api.ManagedConfigurationsForDeviceListResponse o) {
+ buildCounterManagedConfigurationsForDeviceListResponse++;
+ if (buildCounterManagedConfigurationsForDeviceListResponse < 3) {
+ checkUnnamed4049(o.managedConfigurationForDevice!);
+ }
+ buildCounterManagedConfigurationsForDeviceListResponse--;
+}
+
+core.List<api.ManagedConfiguration> buildUnnamed4050() {
+ var o = <api.ManagedConfiguration>[];
+ o.add(buildManagedConfiguration());
+ o.add(buildManagedConfiguration());
+ return o;
+}
+
+void checkUnnamed4050(core.List<api.ManagedConfiguration> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkManagedConfiguration(o[0] as api.ManagedConfiguration);
+ checkManagedConfiguration(o[1] as api.ManagedConfiguration);
+}
+
core.int buildCounterManagedConfigurationsForUserListResponse = 0;
api.ManagedConfigurationsForUserListResponse
buildManagedConfigurationsForUserListResponse() {
var o = api.ManagedConfigurationsForUserListResponse();
buildCounterManagedConfigurationsForUserListResponse++;
if (buildCounterManagedConfigurationsForUserListResponse < 3) {
- o.managedConfigurationForUser = buildUnnamed4049();
+ o.managedConfigurationForUser = buildUnnamed4050();
}
buildCounterManagedConfigurationsForUserListResponse--;
return o;
@@ -1490,7 +1490,7 @@
api.ManagedConfigurationsForUserListResponse o) {
buildCounterManagedConfigurationsForUserListResponse++;
if (buildCounterManagedConfigurationsForUserListResponse < 3) {
- checkUnnamed4049(o.managedConfigurationForUser!);
+ checkUnnamed4050(o.managedConfigurationForUser!);
}
buildCounterManagedConfigurationsForUserListResponse--;
}
@@ -1527,14 +1527,14 @@
buildCounterManagedConfigurationsSettings--;
}
-core.List<api.ManagedConfigurationsSettings> buildUnnamed4050() {
+core.List<api.ManagedConfigurationsSettings> buildUnnamed4051() {
var o = <api.ManagedConfigurationsSettings>[];
o.add(buildManagedConfigurationsSettings());
o.add(buildManagedConfigurationsSettings());
return o;
}
-void checkUnnamed4050(core.List<api.ManagedConfigurationsSettings> o) {
+void checkUnnamed4051(core.List<api.ManagedConfigurationsSettings> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedConfigurationsSettings(o[0] as api.ManagedConfigurationsSettings);
checkManagedConfigurationsSettings(o[1] as api.ManagedConfigurationsSettings);
@@ -1546,7 +1546,7 @@
var o = api.ManagedConfigurationsSettingsListResponse();
buildCounterManagedConfigurationsSettingsListResponse++;
if (buildCounterManagedConfigurationsSettingsListResponse < 3) {
- o.managedConfigurationsSettings = buildUnnamed4050();
+ o.managedConfigurationsSettings = buildUnnamed4051();
}
buildCounterManagedConfigurationsSettingsListResponse--;
return o;
@@ -1556,32 +1556,32 @@
api.ManagedConfigurationsSettingsListResponse o) {
buildCounterManagedConfigurationsSettingsListResponse++;
if (buildCounterManagedConfigurationsSettingsListResponse < 3) {
- checkUnnamed4050(o.managedConfigurationsSettings!);
+ checkUnnamed4051(o.managedConfigurationsSettings!);
}
buildCounterManagedConfigurationsSettingsListResponse--;
}
-core.List<api.ManagedPropertyBundle> buildUnnamed4051() {
+core.List<api.ManagedPropertyBundle> buildUnnamed4052() {
var o = <api.ManagedPropertyBundle>[];
o.add(buildManagedPropertyBundle());
o.add(buildManagedPropertyBundle());
return o;
}
-void checkUnnamed4051(core.List<api.ManagedPropertyBundle> o) {
+void checkUnnamed4052(core.List<api.ManagedPropertyBundle> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedPropertyBundle(o[0] as api.ManagedPropertyBundle);
checkManagedPropertyBundle(o[1] as api.ManagedPropertyBundle);
}
-core.List<core.String> buildUnnamed4052() {
+core.List<core.String> buildUnnamed4053() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4052(core.List<core.String> o) {
+void checkUnnamed4053(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1601,10 +1601,10 @@
o.key = 'foo';
o.valueBool = true;
o.valueBundle = buildManagedPropertyBundle();
- o.valueBundleArray = buildUnnamed4051();
+ o.valueBundleArray = buildUnnamed4052();
o.valueInteger = 42;
o.valueString = 'foo';
- o.valueStringArray = buildUnnamed4052();
+ o.valueStringArray = buildUnnamed4053();
}
buildCounterManagedProperty--;
return o;
@@ -1619,7 +1619,7 @@
);
unittest.expect(o.valueBool!, unittest.isTrue);
checkManagedPropertyBundle(o.valueBundle! as api.ManagedPropertyBundle);
- checkUnnamed4051(o.valueBundleArray!);
+ checkUnnamed4052(o.valueBundleArray!);
unittest.expect(
o.valueInteger!,
unittest.equals(42),
@@ -1628,19 +1628,19 @@
o.valueString!,
unittest.equals('foo'),
);
- checkUnnamed4052(o.valueStringArray!);
+ checkUnnamed4053(o.valueStringArray!);
}
buildCounterManagedProperty--;
}
-core.List<api.ManagedProperty> buildUnnamed4053() {
+core.List<api.ManagedProperty> buildUnnamed4054() {
var o = <api.ManagedProperty>[];
o.add(buildManagedProperty());
o.add(buildManagedProperty());
return o;
}
-void checkUnnamed4053(core.List<api.ManagedProperty> o) {
+void checkUnnamed4054(core.List<api.ManagedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedProperty(o[0] as api.ManagedProperty);
checkManagedProperty(o[1] as api.ManagedProperty);
@@ -1651,7 +1651,7 @@
var o = api.ManagedPropertyBundle();
buildCounterManagedPropertyBundle++;
if (buildCounterManagedPropertyBundle < 3) {
- o.managedProperty = buildUnnamed4053();
+ o.managedProperty = buildUnnamed4054();
}
buildCounterManagedPropertyBundle--;
return o;
@@ -1660,7 +1660,7 @@
void checkManagedPropertyBundle(api.ManagedPropertyBundle o) {
buildCounterManagedPropertyBundle++;
if (buildCounterManagedPropertyBundle < 3) {
- checkUnnamed4053(o.managedProperty!);
+ checkUnnamed4054(o.managedProperty!);
}
buildCounterManagedPropertyBundle--;
}
@@ -1702,25 +1702,6 @@
buildCounterNewDeviceEvent--;
}
-core.List<core.String> buildUnnamed4054() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4054(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4055() {
var o = <core.String>[];
o.add('foo');
@@ -1740,14 +1721,33 @@
);
}
+core.List<core.String> buildUnnamed4056() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4056(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterNewPermissionsEvent = 0;
api.NewPermissionsEvent buildNewPermissionsEvent() {
var o = api.NewPermissionsEvent();
buildCounterNewPermissionsEvent++;
if (buildCounterNewPermissionsEvent < 3) {
- o.approvedPermissions = buildUnnamed4054();
+ o.approvedPermissions = buildUnnamed4055();
o.productId = 'foo';
- o.requestedPermissions = buildUnnamed4055();
+ o.requestedPermissions = buildUnnamed4056();
}
buildCounterNewPermissionsEvent--;
return o;
@@ -1756,12 +1756,12 @@
void checkNewPermissionsEvent(api.NewPermissionsEvent o) {
buildCounterNewPermissionsEvent++;
if (buildCounterNewPermissionsEvent < 3) {
- checkUnnamed4054(o.approvedPermissions!);
+ checkUnnamed4055(o.approvedPermissions!);
unittest.expect(
o.productId!,
unittest.equals('foo'),
);
- checkUnnamed4055(o.requestedPermissions!);
+ checkUnnamed4056(o.requestedPermissions!);
}
buildCounterNewPermissionsEvent--;
}
@@ -1819,14 +1819,14 @@
buildCounterNotification--;
}
-core.List<api.Notification> buildUnnamed4056() {
+core.List<api.Notification> buildUnnamed4057() {
var o = <api.Notification>[];
o.add(buildNotification());
o.add(buildNotification());
return o;
}
-void checkUnnamed4056(core.List<api.Notification> o) {
+void checkUnnamed4057(core.List<api.Notification> o) {
unittest.expect(o, unittest.hasLength(2));
checkNotification(o[0] as api.Notification);
checkNotification(o[1] as api.Notification);
@@ -1837,7 +1837,7 @@
var o = api.NotificationSet();
buildCounterNotificationSet++;
if (buildCounterNotificationSet < 3) {
- o.notification = buildUnnamed4056();
+ o.notification = buildUnnamed4057();
o.notificationSetId = 'foo';
}
buildCounterNotificationSet--;
@@ -1847,7 +1847,7 @@
void checkNotificationSet(api.NotificationSet o) {
buildCounterNotificationSet++;
if (buildCounterNotificationSet < 3) {
- checkUnnamed4056(o.notification!);
+ checkUnnamed4057(o.notification!);
unittest.expect(
o.notificationSetId!,
unittest.equals('foo'),
@@ -1920,14 +1920,14 @@
buildCounterPermission--;
}
-core.List<api.ProductPolicy> buildUnnamed4057() {
+core.List<api.ProductPolicy> buildUnnamed4058() {
var o = <api.ProductPolicy>[];
o.add(buildProductPolicy());
o.add(buildProductPolicy());
return o;
}
-void checkUnnamed4057(core.List<api.ProductPolicy> o) {
+void checkUnnamed4058(core.List<api.ProductPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductPolicy(o[0] as api.ProductPolicy);
checkProductPolicy(o[1] as api.ProductPolicy);
@@ -1942,7 +1942,7 @@
o.deviceReportPolicy = 'foo';
o.maintenanceWindow = buildMaintenanceWindow();
o.productAvailabilityPolicy = 'foo';
- o.productPolicy = buildUnnamed4057();
+ o.productPolicy = buildUnnamed4058();
}
buildCounterPolicy--;
return o;
@@ -1964,56 +1964,37 @@
o.productAvailabilityPolicy!,
unittest.equals('foo'),
);
- checkUnnamed4057(o.productPolicy!);
+ checkUnnamed4058(o.productPolicy!);
}
buildCounterPolicy--;
}
-core.List<api.TrackInfo> buildUnnamed4058() {
+core.List<api.TrackInfo> buildUnnamed4059() {
var o = <api.TrackInfo>[];
o.add(buildTrackInfo());
o.add(buildTrackInfo());
return o;
}
-void checkUnnamed4058(core.List<api.TrackInfo> o) {
+void checkUnnamed4059(core.List<api.TrackInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrackInfo(o[0] as api.TrackInfo);
checkTrackInfo(o[1] as api.TrackInfo);
}
-core.List<api.AppVersion> buildUnnamed4059() {
+core.List<api.AppVersion> buildUnnamed4060() {
var o = <api.AppVersion>[];
o.add(buildAppVersion());
o.add(buildAppVersion());
return o;
}
-void checkUnnamed4059(core.List<api.AppVersion> o) {
+void checkUnnamed4060(core.List<api.AppVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppVersion(o[0] as api.AppVersion);
checkAppVersion(o[1] as api.AppVersion);
}
-core.List<core.String> buildUnnamed4060() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4060(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4061() {
var o = <core.String>[];
o.add('foo');
@@ -2052,27 +2033,46 @@
);
}
-core.List<api.ProductPermission> buildUnnamed4063() {
- var o = <api.ProductPermission>[];
- o.add(buildProductPermission());
- o.add(buildProductPermission());
- return o;
-}
-
-void checkUnnamed4063(core.List<api.ProductPermission> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkProductPermission(o[0] as api.ProductPermission);
- checkProductPermission(o[1] as api.ProductPermission);
-}
-
-core.List<core.String> buildUnnamed4064() {
+core.List<core.String> buildUnnamed4063() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4064(core.List<core.String> o) {
+void checkUnnamed4063(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.ProductPermission> buildUnnamed4064() {
+ var o = <api.ProductPermission>[];
+ o.add(buildProductPermission());
+ o.add(buildProductPermission());
+ return o;
+}
+
+void checkUnnamed4064(core.List<api.ProductPermission> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkProductPermission(o[0] as api.ProductPermission);
+ checkProductPermission(o[1] as api.ProductPermission);
+}
+
+core.List<core.String> buildUnnamed4065() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4065(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2089,26 +2089,26 @@
var o = api.Product();
buildCounterProduct++;
if (buildCounterProduct < 3) {
- o.appTracks = buildUnnamed4058();
- o.appVersion = buildUnnamed4059();
+ o.appTracks = buildUnnamed4059();
+ o.appVersion = buildUnnamed4060();
o.authorName = 'foo';
- o.availableCountries = buildUnnamed4060();
- o.availableTracks = buildUnnamed4061();
+ o.availableCountries = buildUnnamed4061();
+ o.availableTracks = buildUnnamed4062();
o.category = 'foo';
o.contentRating = 'foo';
o.description = 'foo';
o.detailsUrl = 'foo';
o.distributionChannel = 'foo';
- o.features = buildUnnamed4062();
+ o.features = buildUnnamed4063();
o.iconUrl = 'foo';
o.lastUpdatedTimestampMillis = 'foo';
o.minAndroidSdkVersion = 42;
- o.permissions = buildUnnamed4063();
+ o.permissions = buildUnnamed4064();
o.productId = 'foo';
o.productPricing = 'foo';
o.recentChanges = 'foo';
o.requiresContainerApp = true;
- o.screenshotUrls = buildUnnamed4064();
+ o.screenshotUrls = buildUnnamed4065();
o.signingCertificate = buildProductSigningCertificate();
o.smallIconUrl = 'foo';
o.title = 'foo';
@@ -2121,14 +2121,14 @@
void checkProduct(api.Product o) {
buildCounterProduct++;
if (buildCounterProduct < 3) {
- checkUnnamed4058(o.appTracks!);
- checkUnnamed4059(o.appVersion!);
+ checkUnnamed4059(o.appTracks!);
+ checkUnnamed4060(o.appVersion!);
unittest.expect(
o.authorName!,
unittest.equals('foo'),
);
- checkUnnamed4060(o.availableCountries!);
- checkUnnamed4061(o.availableTracks!);
+ checkUnnamed4061(o.availableCountries!);
+ checkUnnamed4062(o.availableTracks!);
unittest.expect(
o.category!,
unittest.equals('foo'),
@@ -2149,7 +2149,7 @@
o.distributionChannel!,
unittest.equals('foo'),
);
- checkUnnamed4062(o.features!);
+ checkUnnamed4063(o.features!);
unittest.expect(
o.iconUrl!,
unittest.equals('foo'),
@@ -2162,7 +2162,7 @@
o.minAndroidSdkVersion!,
unittest.equals(42),
);
- checkUnnamed4063(o.permissions!);
+ checkUnnamed4064(o.permissions!);
unittest.expect(
o.productId!,
unittest.equals('foo'),
@@ -2176,7 +2176,7 @@
unittest.equals('foo'),
);
unittest.expect(o.requiresContainerApp!, unittest.isTrue);
- checkUnnamed4064(o.screenshotUrls!);
+ checkUnnamed4065(o.screenshotUrls!);
checkProductSigningCertificate(
o.signingCertificate! as api.ProductSigningCertificate);
unittest.expect(
@@ -2276,14 +2276,14 @@
buildCounterProductPermission--;
}
-core.List<api.ProductPermission> buildUnnamed4065() {
+core.List<api.ProductPermission> buildUnnamed4066() {
var o = <api.ProductPermission>[];
o.add(buildProductPermission());
o.add(buildProductPermission());
return o;
}
-void checkUnnamed4065(core.List<api.ProductPermission> o) {
+void checkUnnamed4066(core.List<api.ProductPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductPermission(o[0] as api.ProductPermission);
checkProductPermission(o[1] as api.ProductPermission);
@@ -2294,7 +2294,7 @@
var o = api.ProductPermissions();
buildCounterProductPermissions++;
if (buildCounterProductPermissions < 3) {
- o.permission = buildUnnamed4065();
+ o.permission = buildUnnamed4066();
o.productId = 'foo';
}
buildCounterProductPermissions--;
@@ -2304,7 +2304,7 @@
void checkProductPermissions(api.ProductPermissions o) {
buildCounterProductPermissions++;
if (buildCounterProductPermissions < 3) {
- checkUnnamed4065(o.permission!);
+ checkUnnamed4066(o.permission!);
unittest.expect(
o.productId!,
unittest.equals('foo'),
@@ -2313,25 +2313,6 @@
buildCounterProductPermissions--;
}
-core.List<core.String> buildUnnamed4066() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4066(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4067() {
var o = <core.String>[];
o.add('foo');
@@ -2351,42 +2332,6 @@
);
}
-core.int buildCounterProductPolicy = 0;
-api.ProductPolicy buildProductPolicy() {
- var o = api.ProductPolicy();
- buildCounterProductPolicy++;
- if (buildCounterProductPolicy < 3) {
- o.autoInstallPolicy = buildAutoInstallPolicy();
- o.autoUpdateMode = 'foo';
- o.managedConfiguration = buildManagedConfiguration();
- o.productId = 'foo';
- o.trackIds = buildUnnamed4066();
- o.tracks = buildUnnamed4067();
- }
- buildCounterProductPolicy--;
- return o;
-}
-
-void checkProductPolicy(api.ProductPolicy o) {
- buildCounterProductPolicy++;
- if (buildCounterProductPolicy < 3) {
- checkAutoInstallPolicy(o.autoInstallPolicy! as api.AutoInstallPolicy);
- unittest.expect(
- o.autoUpdateMode!,
- unittest.equals('foo'),
- );
- checkManagedConfiguration(
- o.managedConfiguration! as api.ManagedConfiguration);
- unittest.expect(
- o.productId!,
- unittest.equals('foo'),
- );
- checkUnnamed4066(o.trackIds!);
- checkUnnamed4067(o.tracks!);
- }
- buildCounterProductPolicy--;
-}
-
core.List<core.String> buildUnnamed4068() {
var o = <core.String>[];
o.add('foo');
@@ -2406,14 +2351,69 @@
);
}
-core.List<api.ProductVisibility> buildUnnamed4069() {
+core.int buildCounterProductPolicy = 0;
+api.ProductPolicy buildProductPolicy() {
+ var o = api.ProductPolicy();
+ buildCounterProductPolicy++;
+ if (buildCounterProductPolicy < 3) {
+ o.autoInstallPolicy = buildAutoInstallPolicy();
+ o.autoUpdateMode = 'foo';
+ o.managedConfiguration = buildManagedConfiguration();
+ o.productId = 'foo';
+ o.trackIds = buildUnnamed4067();
+ o.tracks = buildUnnamed4068();
+ }
+ buildCounterProductPolicy--;
+ return o;
+}
+
+void checkProductPolicy(api.ProductPolicy o) {
+ buildCounterProductPolicy++;
+ if (buildCounterProductPolicy < 3) {
+ checkAutoInstallPolicy(o.autoInstallPolicy! as api.AutoInstallPolicy);
+ unittest.expect(
+ o.autoUpdateMode!,
+ unittest.equals('foo'),
+ );
+ checkManagedConfiguration(
+ o.managedConfiguration! as api.ManagedConfiguration);
+ unittest.expect(
+ o.productId!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4067(o.trackIds!);
+ checkUnnamed4068(o.tracks!);
+ }
+ buildCounterProductPolicy--;
+}
+
+core.List<core.String> buildUnnamed4069() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4069(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.ProductVisibility> buildUnnamed4070() {
var o = <api.ProductVisibility>[];
o.add(buildProductVisibility());
o.add(buildProductVisibility());
return o;
}
-void checkUnnamed4069(core.List<api.ProductVisibility> o) {
+void checkUnnamed4070(core.List<api.ProductVisibility> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductVisibility(o[0] as api.ProductVisibility);
checkProductVisibility(o[1] as api.ProductVisibility);
@@ -2424,9 +2424,9 @@
var o = api.ProductSet();
buildCounterProductSet++;
if (buildCounterProductSet < 3) {
- o.productId = buildUnnamed4068();
+ o.productId = buildUnnamed4069();
o.productSetBehavior = 'foo';
- o.productVisibility = buildUnnamed4069();
+ o.productVisibility = buildUnnamed4070();
}
buildCounterProductSet--;
return o;
@@ -2435,12 +2435,12 @@
void checkProductSet(api.ProductSet o) {
buildCounterProductSet++;
if (buildCounterProductSet < 3) {
- checkUnnamed4068(o.productId!);
+ checkUnnamed4069(o.productId!);
unittest.expect(
o.productSetBehavior!,
unittest.equals('foo'),
);
- checkUnnamed4069(o.productVisibility!);
+ checkUnnamed4070(o.productVisibility!);
}
buildCounterProductSet--;
}
@@ -2472,25 +2472,6 @@
buildCounterProductSigningCertificate--;
}
-core.List<core.String> buildUnnamed4070() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4070(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4071() {
var o = <core.String>[];
o.add('foo');
@@ -2510,14 +2491,33 @@
);
}
+core.List<core.String> buildUnnamed4072() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4072(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterProductVisibility = 0;
api.ProductVisibility buildProductVisibility() {
var o = api.ProductVisibility();
buildCounterProductVisibility++;
if (buildCounterProductVisibility < 3) {
o.productId = 'foo';
- o.trackIds = buildUnnamed4070();
- o.tracks = buildUnnamed4071();
+ o.trackIds = buildUnnamed4071();
+ o.tracks = buildUnnamed4072();
}
buildCounterProductVisibility--;
return o;
@@ -2530,8 +2530,8 @@
o.productId!,
unittest.equals('foo'),
);
- checkUnnamed4070(o.trackIds!);
- checkUnnamed4071(o.tracks!);
+ checkUnnamed4071(o.trackIds!);
+ checkUnnamed4072(o.tracks!);
}
buildCounterProductVisibility--;
}
@@ -2584,14 +2584,14 @@
buildCounterProductsGenerateApprovalUrlResponse--;
}
-core.List<api.Product> buildUnnamed4072() {
+core.List<api.Product> buildUnnamed4073() {
var o = <api.Product>[];
o.add(buildProduct());
o.add(buildProduct());
return o;
}
-void checkUnnamed4072(core.List<api.Product> o) {
+void checkUnnamed4073(core.List<api.Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkProduct(o[0] as api.Product);
checkProduct(o[1] as api.Product);
@@ -2603,7 +2603,7 @@
buildCounterProductsListResponse++;
if (buildCounterProductsListResponse < 3) {
o.pageInfo = buildPageInfo();
- o.product = buildUnnamed4072();
+ o.product = buildUnnamed4073();
o.tokenPagination = buildTokenPagination();
}
buildCounterProductsListResponse--;
@@ -2614,7 +2614,7 @@
buildCounterProductsListResponse++;
if (buildCounterProductsListResponse < 3) {
checkPageInfo(o.pageInfo! as api.PageInfo);
- checkUnnamed4072(o.product!);
+ checkUnnamed4073(o.product!);
checkTokenPagination(o.tokenPagination! as api.TokenPagination);
}
buildCounterProductsListResponse--;
@@ -2681,14 +2681,14 @@
buildCounterServiceAccountKey--;
}
-core.List<api.ServiceAccountKey> buildUnnamed4073() {
+core.List<api.ServiceAccountKey> buildUnnamed4074() {
var o = <api.ServiceAccountKey>[];
o.add(buildServiceAccountKey());
o.add(buildServiceAccountKey());
return o;
}
-void checkUnnamed4073(core.List<api.ServiceAccountKey> o) {
+void checkUnnamed4074(core.List<api.ServiceAccountKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkServiceAccountKey(o[0] as api.ServiceAccountKey);
checkServiceAccountKey(o[1] as api.ServiceAccountKey);
@@ -2699,7 +2699,7 @@
var o = api.ServiceAccountKeysListResponse();
buildCounterServiceAccountKeysListResponse++;
if (buildCounterServiceAccountKeysListResponse < 3) {
- o.serviceAccountKey = buildUnnamed4073();
+ o.serviceAccountKey = buildUnnamed4074();
}
buildCounterServiceAccountKeysListResponse--;
return o;
@@ -2708,7 +2708,7 @@
void checkServiceAccountKeysListResponse(api.ServiceAccountKeysListResponse o) {
buildCounterServiceAccountKeysListResponse++;
if (buildCounterServiceAccountKeysListResponse < 3) {
- checkUnnamed4073(o.serviceAccountKey!);
+ checkUnnamed4074(o.serviceAccountKey!);
}
buildCounterServiceAccountKeysListResponse--;
}
@@ -2745,27 +2745,27 @@
buildCounterSignupInfo--;
}
-core.List<api.LocalizedText> buildUnnamed4074() {
+core.List<api.LocalizedText> buildUnnamed4075() {
var o = <api.LocalizedText>[];
o.add(buildLocalizedText());
o.add(buildLocalizedText());
return o;
}
-void checkUnnamed4074(core.List<api.LocalizedText> o) {
+void checkUnnamed4075(core.List<api.LocalizedText> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedText(o[0] as api.LocalizedText);
checkLocalizedText(o[1] as api.LocalizedText);
}
-core.List<core.String> buildUnnamed4075() {
+core.List<core.String> buildUnnamed4076() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4075(core.List<core.String> o) {
+void checkUnnamed4076(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2783,9 +2783,9 @@
buildCounterStoreCluster++;
if (buildCounterStoreCluster < 3) {
o.id = 'foo';
- o.name = buildUnnamed4074();
+ o.name = buildUnnamed4075();
o.orderInPage = 'foo';
- o.productId = buildUnnamed4075();
+ o.productId = buildUnnamed4076();
}
buildCounterStoreCluster--;
return o;
@@ -2798,12 +2798,12 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed4074(o.name!);
+ checkUnnamed4075(o.name!);
unittest.expect(
o.orderInPage!,
unittest.equals('foo'),
);
- checkUnnamed4075(o.productId!);
+ checkUnnamed4076(o.productId!);
}
buildCounterStoreCluster--;
}
@@ -2835,14 +2835,14 @@
buildCounterStoreLayout--;
}
-core.List<api.StoreCluster> buildUnnamed4076() {
+core.List<api.StoreCluster> buildUnnamed4077() {
var o = <api.StoreCluster>[];
o.add(buildStoreCluster());
o.add(buildStoreCluster());
return o;
}
-void checkUnnamed4076(core.List<api.StoreCluster> o) {
+void checkUnnamed4077(core.List<api.StoreCluster> o) {
unittest.expect(o, unittest.hasLength(2));
checkStoreCluster(o[0] as api.StoreCluster);
checkStoreCluster(o[1] as api.StoreCluster);
@@ -2853,7 +2853,7 @@
var o = api.StoreLayoutClustersListResponse();
buildCounterStoreLayoutClustersListResponse++;
if (buildCounterStoreLayoutClustersListResponse < 3) {
- o.cluster = buildUnnamed4076();
+ o.cluster = buildUnnamed4077();
}
buildCounterStoreLayoutClustersListResponse--;
return o;
@@ -2863,19 +2863,19 @@
api.StoreLayoutClustersListResponse o) {
buildCounterStoreLayoutClustersListResponse++;
if (buildCounterStoreLayoutClustersListResponse < 3) {
- checkUnnamed4076(o.cluster!);
+ checkUnnamed4077(o.cluster!);
}
buildCounterStoreLayoutClustersListResponse--;
}
-core.List<api.StorePage> buildUnnamed4077() {
+core.List<api.StorePage> buildUnnamed4078() {
var o = <api.StorePage>[];
o.add(buildStorePage());
o.add(buildStorePage());
return o;
}
-void checkUnnamed4077(core.List<api.StorePage> o) {
+void checkUnnamed4078(core.List<api.StorePage> o) {
unittest.expect(o, unittest.hasLength(2));
checkStorePage(o[0] as api.StorePage);
checkStorePage(o[1] as api.StorePage);
@@ -2886,7 +2886,7 @@
var o = api.StoreLayoutPagesListResponse();
buildCounterStoreLayoutPagesListResponse++;
if (buildCounterStoreLayoutPagesListResponse < 3) {
- o.page = buildUnnamed4077();
+ o.page = buildUnnamed4078();
}
buildCounterStoreLayoutPagesListResponse--;
return o;
@@ -2895,19 +2895,19 @@
void checkStoreLayoutPagesListResponse(api.StoreLayoutPagesListResponse o) {
buildCounterStoreLayoutPagesListResponse++;
if (buildCounterStoreLayoutPagesListResponse < 3) {
- checkUnnamed4077(o.page!);
+ checkUnnamed4078(o.page!);
}
buildCounterStoreLayoutPagesListResponse--;
}
-core.List<core.String> buildUnnamed4078() {
+core.List<core.String> buildUnnamed4079() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4078(core.List<core.String> o) {
+void checkUnnamed4079(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2919,14 +2919,14 @@
);
}
-core.List<api.LocalizedText> buildUnnamed4079() {
+core.List<api.LocalizedText> buildUnnamed4080() {
var o = <api.LocalizedText>[];
o.add(buildLocalizedText());
o.add(buildLocalizedText());
return o;
}
-void checkUnnamed4079(core.List<api.LocalizedText> o) {
+void checkUnnamed4080(core.List<api.LocalizedText> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedText(o[0] as api.LocalizedText);
checkLocalizedText(o[1] as api.LocalizedText);
@@ -2938,8 +2938,8 @@
buildCounterStorePage++;
if (buildCounterStorePage < 3) {
o.id = 'foo';
- o.link = buildUnnamed4078();
- o.name = buildUnnamed4079();
+ o.link = buildUnnamed4079();
+ o.name = buildUnnamed4080();
}
buildCounterStorePage--;
return o;
@@ -2952,8 +2952,8 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed4078(o.link!);
- checkUnnamed4079(o.name!);
+ checkUnnamed4079(o.link!);
+ checkUnnamed4080(o.name!);
}
buildCounterStorePage--;
}
@@ -3059,14 +3059,14 @@
buildCounterUser--;
}
-core.List<api.User> buildUnnamed4080() {
+core.List<api.User> buildUnnamed4081() {
var o = <api.User>[];
o.add(buildUser());
o.add(buildUser());
return o;
}
-void checkUnnamed4080(core.List<api.User> o) {
+void checkUnnamed4081(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0] as api.User);
checkUser(o[1] as api.User);
@@ -3077,7 +3077,7 @@
var o = api.UsersListResponse();
buildCounterUsersListResponse++;
if (buildCounterUsersListResponse < 3) {
- o.user = buildUnnamed4080();
+ o.user = buildUnnamed4081();
}
buildCounterUsersListResponse--;
return o;
@@ -3086,7 +3086,7 @@
void checkUsersListResponse(api.UsersListResponse o) {
buildCounterUsersListResponse++;
if (buildCounterUsersListResponse < 3) {
- checkUnnamed4080(o.user!);
+ checkUnnamed4081(o.user!);
}
buildCounterUsersListResponse--;
}
@@ -3118,14 +3118,14 @@
buildCounterVariableSet--;
}
-core.List<api.WebAppIcon> buildUnnamed4081() {
+core.List<api.WebAppIcon> buildUnnamed4082() {
var o = <api.WebAppIcon>[];
o.add(buildWebAppIcon());
o.add(buildWebAppIcon());
return o;
}
-void checkUnnamed4081(core.List<api.WebAppIcon> o) {
+void checkUnnamed4082(core.List<api.WebAppIcon> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebAppIcon(o[0] as api.WebAppIcon);
checkWebAppIcon(o[1] as api.WebAppIcon);
@@ -3137,7 +3137,7 @@
buildCounterWebApp++;
if (buildCounterWebApp < 3) {
o.displayMode = 'foo';
- o.icons = buildUnnamed4081();
+ o.icons = buildUnnamed4082();
o.isPublished = true;
o.startUrl = 'foo';
o.title = 'foo';
@@ -3155,7 +3155,7 @@
o.displayMode!,
unittest.equals('foo'),
);
- checkUnnamed4081(o.icons!);
+ checkUnnamed4082(o.icons!);
unittest.expect(o.isPublished!, unittest.isTrue);
unittest.expect(
o.startUrl!,
@@ -3199,14 +3199,14 @@
buildCounterWebAppIcon--;
}
-core.List<api.WebApp> buildUnnamed4082() {
+core.List<api.WebApp> buildUnnamed4083() {
var o = <api.WebApp>[];
o.add(buildWebApp());
o.add(buildWebApp());
return o;
}
-void checkUnnamed4082(core.List<api.WebApp> o) {
+void checkUnnamed4083(core.List<api.WebApp> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebApp(o[0] as api.WebApp);
checkWebApp(o[1] as api.WebApp);
@@ -3217,7 +3217,7 @@
var o = api.WebAppsListResponse();
buildCounterWebAppsListResponse++;
if (buildCounterWebAppsListResponse < 3) {
- o.webApp = buildUnnamed4082();
+ o.webApp = buildUnnamed4083();
}
buildCounterWebAppsListResponse--;
return o;
@@ -3226,7 +3226,7 @@
void checkWebAppsListResponse(api.WebAppsListResponse o) {
buildCounterWebAppsListResponse++;
if (buildCounterWebAppsListResponse < 3) {
- checkUnnamed4082(o.webApp!);
+ checkUnnamed4083(o.webApp!);
}
buildCounterWebAppsListResponse--;
}
diff --git a/generated/googleapis/test/apigateway/v1_test.dart b/generated/googleapis/test/apigateway/v1_test.dart
index 59c4293..0886cc6 100644
--- a/generated/googleapis/test/apigateway/v1_test.dart
+++ b/generated/googleapis/test/apigateway/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.Map<core.String, core.String> buildUnnamed5007() {
+core.Map<core.String, core.String> buildUnnamed5008() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5007(core.Map<core.String, core.String> o) {
+void checkUnnamed5008(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -53,7 +53,7 @@
if (buildCounterApigatewayApi < 3) {
o.createTime = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed5007();
+ o.labels = buildUnnamed5008();
o.managedService = 'foo';
o.name = 'foo';
o.state = 'foo';
@@ -74,7 +74,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5007(o.labels!);
+ checkUnnamed5008(o.labels!);
unittest.expect(
o.managedService!,
unittest.equals('foo'),
@@ -95,14 +95,14 @@
buildCounterApigatewayApi--;
}
-core.List<api.ApigatewayApiConfigGrpcServiceDefinition> buildUnnamed5008() {
+core.List<api.ApigatewayApiConfigGrpcServiceDefinition> buildUnnamed5009() {
var o = <api.ApigatewayApiConfigGrpcServiceDefinition>[];
o.add(buildApigatewayApiConfigGrpcServiceDefinition());
o.add(buildApigatewayApiConfigGrpcServiceDefinition());
return o;
}
-void checkUnnamed5008(
+void checkUnnamed5009(
core.List<api.ApigatewayApiConfigGrpcServiceDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayApiConfigGrpcServiceDefinition(
@@ -111,14 +111,14 @@
o[1] as api.ApigatewayApiConfigGrpcServiceDefinition);
}
-core.Map<core.String, core.String> buildUnnamed5009() {
+core.Map<core.String, core.String> buildUnnamed5010() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5009(core.Map<core.String, core.String> o) {
+void checkUnnamed5010(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -130,27 +130,27 @@
);
}
-core.List<api.ApigatewayApiConfigFile> buildUnnamed5010() {
+core.List<api.ApigatewayApiConfigFile> buildUnnamed5011() {
var o = <api.ApigatewayApiConfigFile>[];
o.add(buildApigatewayApiConfigFile());
o.add(buildApigatewayApiConfigFile());
return o;
}
-void checkUnnamed5010(core.List<api.ApigatewayApiConfigFile> o) {
+void checkUnnamed5011(core.List<api.ApigatewayApiConfigFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayApiConfigFile(o[0] as api.ApigatewayApiConfigFile);
checkApigatewayApiConfigFile(o[1] as api.ApigatewayApiConfigFile);
}
-core.List<api.ApigatewayApiConfigOpenApiDocument> buildUnnamed5011() {
+core.List<api.ApigatewayApiConfigOpenApiDocument> buildUnnamed5012() {
var o = <api.ApigatewayApiConfigOpenApiDocument>[];
o.add(buildApigatewayApiConfigOpenApiDocument());
o.add(buildApigatewayApiConfigOpenApiDocument());
return o;
}
-void checkUnnamed5011(core.List<api.ApigatewayApiConfigOpenApiDocument> o) {
+void checkUnnamed5012(core.List<api.ApigatewayApiConfigOpenApiDocument> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayApiConfigOpenApiDocument(
o[0] as api.ApigatewayApiConfigOpenApiDocument);
@@ -166,11 +166,11 @@
o.createTime = 'foo';
o.displayName = 'foo';
o.gatewayServiceAccount = 'foo';
- o.grpcServices = buildUnnamed5008();
- o.labels = buildUnnamed5009();
- o.managedServiceConfigs = buildUnnamed5010();
+ o.grpcServices = buildUnnamed5009();
+ o.labels = buildUnnamed5010();
+ o.managedServiceConfigs = buildUnnamed5011();
o.name = 'foo';
- o.openapiDocuments = buildUnnamed5011();
+ o.openapiDocuments = buildUnnamed5012();
o.serviceConfigId = 'foo';
o.state = 'foo';
o.updateTime = 'foo';
@@ -194,14 +194,14 @@
o.gatewayServiceAccount!,
unittest.equals('foo'),
);
- checkUnnamed5008(o.grpcServices!);
- checkUnnamed5009(o.labels!);
- checkUnnamed5010(o.managedServiceConfigs!);
+ checkUnnamed5009(o.grpcServices!);
+ checkUnnamed5010(o.labels!);
+ checkUnnamed5011(o.managedServiceConfigs!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5011(o.openapiDocuments!);
+ checkUnnamed5012(o.openapiDocuments!);
unittest.expect(
o.serviceConfigId!,
unittest.equals('foo'),
@@ -245,14 +245,14 @@
buildCounterApigatewayApiConfigFile--;
}
-core.List<api.ApigatewayApiConfigFile> buildUnnamed5012() {
+core.List<api.ApigatewayApiConfigFile> buildUnnamed5013() {
var o = <api.ApigatewayApiConfigFile>[];
o.add(buildApigatewayApiConfigFile());
o.add(buildApigatewayApiConfigFile());
return o;
}
-void checkUnnamed5012(core.List<api.ApigatewayApiConfigFile> o) {
+void checkUnnamed5013(core.List<api.ApigatewayApiConfigFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayApiConfigFile(o[0] as api.ApigatewayApiConfigFile);
checkApigatewayApiConfigFile(o[1] as api.ApigatewayApiConfigFile);
@@ -265,7 +265,7 @@
buildCounterApigatewayApiConfigGrpcServiceDefinition++;
if (buildCounterApigatewayApiConfigGrpcServiceDefinition < 3) {
o.fileDescriptorSet = buildApigatewayApiConfigFile();
- o.source = buildUnnamed5012();
+ o.source = buildUnnamed5013();
}
buildCounterApigatewayApiConfigGrpcServiceDefinition--;
return o;
@@ -277,7 +277,7 @@
if (buildCounterApigatewayApiConfigGrpcServiceDefinition < 3) {
checkApigatewayApiConfigFile(
o.fileDescriptorSet! as api.ApigatewayApiConfigFile);
- checkUnnamed5012(o.source!);
+ checkUnnamed5013(o.source!);
}
buildCounterApigatewayApiConfigGrpcServiceDefinition--;
}
@@ -303,14 +303,14 @@
buildCounterApigatewayApiConfigOpenApiDocument--;
}
-core.List<api.ApigatewayAuditLogConfig> buildUnnamed5013() {
+core.List<api.ApigatewayAuditLogConfig> buildUnnamed5014() {
var o = <api.ApigatewayAuditLogConfig>[];
o.add(buildApigatewayAuditLogConfig());
o.add(buildApigatewayAuditLogConfig());
return o;
}
-void checkUnnamed5013(core.List<api.ApigatewayAuditLogConfig> o) {
+void checkUnnamed5014(core.List<api.ApigatewayAuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayAuditLogConfig(o[0] as api.ApigatewayAuditLogConfig);
checkApigatewayAuditLogConfig(o[1] as api.ApigatewayAuditLogConfig);
@@ -321,7 +321,7 @@
var o = api.ApigatewayAuditConfig();
buildCounterApigatewayAuditConfig++;
if (buildCounterApigatewayAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed5013();
+ o.auditLogConfigs = buildUnnamed5014();
o.service = 'foo';
}
buildCounterApigatewayAuditConfig--;
@@ -331,7 +331,7 @@
void checkApigatewayAuditConfig(api.ApigatewayAuditConfig o) {
buildCounterApigatewayAuditConfig++;
if (buildCounterApigatewayAuditConfig < 3) {
- checkUnnamed5013(o.auditLogConfigs!);
+ checkUnnamed5014(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -340,49 +340,6 @@
buildCounterApigatewayAuditConfig--;
}
-core.List<core.String> buildUnnamed5014() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5014(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterApigatewayAuditLogConfig = 0;
-api.ApigatewayAuditLogConfig buildApigatewayAuditLogConfig() {
- var o = api.ApigatewayAuditLogConfig();
- buildCounterApigatewayAuditLogConfig++;
- if (buildCounterApigatewayAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed5014();
- o.logType = 'foo';
- }
- buildCounterApigatewayAuditLogConfig--;
- return o;
-}
-
-void checkApigatewayAuditLogConfig(api.ApigatewayAuditLogConfig o) {
- buildCounterApigatewayAuditLogConfig++;
- if (buildCounterApigatewayAuditLogConfig < 3) {
- checkUnnamed5014(o.exemptedMembers!);
- unittest.expect(
- o.logType!,
- unittest.equals('foo'),
- );
- }
- buildCounterApigatewayAuditLogConfig--;
-}
-
core.List<core.String> buildUnnamed5015() {
var o = <core.String>[];
o.add('foo');
@@ -402,13 +359,56 @@
);
}
+core.int buildCounterApigatewayAuditLogConfig = 0;
+api.ApigatewayAuditLogConfig buildApigatewayAuditLogConfig() {
+ var o = api.ApigatewayAuditLogConfig();
+ buildCounterApigatewayAuditLogConfig++;
+ if (buildCounterApigatewayAuditLogConfig < 3) {
+ o.exemptedMembers = buildUnnamed5015();
+ o.logType = 'foo';
+ }
+ buildCounterApigatewayAuditLogConfig--;
+ return o;
+}
+
+void checkApigatewayAuditLogConfig(api.ApigatewayAuditLogConfig o) {
+ buildCounterApigatewayAuditLogConfig++;
+ if (buildCounterApigatewayAuditLogConfig < 3) {
+ checkUnnamed5015(o.exemptedMembers!);
+ unittest.expect(
+ o.logType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterApigatewayAuditLogConfig--;
+}
+
+core.List<core.String> buildUnnamed5016() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5016(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterApigatewayBinding = 0;
api.ApigatewayBinding buildApigatewayBinding() {
var o = api.ApigatewayBinding();
buildCounterApigatewayBinding++;
if (buildCounterApigatewayBinding < 3) {
o.condition = buildApigatewayExpr();
- o.members = buildUnnamed5015();
+ o.members = buildUnnamed5016();
o.role = 'foo';
}
buildCounterApigatewayBinding--;
@@ -419,7 +419,7 @@
buildCounterApigatewayBinding++;
if (buildCounterApigatewayBinding < 3) {
checkApigatewayExpr(o.condition! as api.ApigatewayExpr);
- checkUnnamed5015(o.members!);
+ checkUnnamed5016(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -481,14 +481,14 @@
buildCounterApigatewayExpr--;
}
-core.Map<core.String, core.String> buildUnnamed5016() {
+core.Map<core.String, core.String> buildUnnamed5017() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5016(core.Map<core.String, core.String> o) {
+void checkUnnamed5017(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -509,7 +509,7 @@
o.createTime = 'foo';
o.defaultHostname = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed5016();
+ o.labels = buildUnnamed5017();
o.name = 'foo';
o.state = 'foo';
o.updateTime = 'foo';
@@ -537,7 +537,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5016(o.labels!);
+ checkUnnamed5017(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -554,27 +554,27 @@
buildCounterApigatewayGateway--;
}
-core.List<api.ApigatewayApiConfig> buildUnnamed5017() {
+core.List<api.ApigatewayApiConfig> buildUnnamed5018() {
var o = <api.ApigatewayApiConfig>[];
o.add(buildApigatewayApiConfig());
o.add(buildApigatewayApiConfig());
return o;
}
-void checkUnnamed5017(core.List<api.ApigatewayApiConfig> o) {
+void checkUnnamed5018(core.List<api.ApigatewayApiConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayApiConfig(o[0] as api.ApigatewayApiConfig);
checkApigatewayApiConfig(o[1] as api.ApigatewayApiConfig);
}
-core.List<core.String> buildUnnamed5018() {
+core.List<core.String> buildUnnamed5019() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5018(core.List<core.String> o) {
+void checkUnnamed5019(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -591,9 +591,9 @@
var o = api.ApigatewayListApiConfigsResponse();
buildCounterApigatewayListApiConfigsResponse++;
if (buildCounterApigatewayListApiConfigsResponse < 3) {
- o.apiConfigs = buildUnnamed5017();
+ o.apiConfigs = buildUnnamed5018();
o.nextPageToken = 'foo';
- o.unreachableLocations = buildUnnamed5018();
+ o.unreachableLocations = buildUnnamed5019();
}
buildCounterApigatewayListApiConfigsResponse--;
return o;
@@ -603,37 +603,37 @@
api.ApigatewayListApiConfigsResponse o) {
buildCounterApigatewayListApiConfigsResponse++;
if (buildCounterApigatewayListApiConfigsResponse < 3) {
- checkUnnamed5017(o.apiConfigs!);
+ checkUnnamed5018(o.apiConfigs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5018(o.unreachableLocations!);
+ checkUnnamed5019(o.unreachableLocations!);
}
buildCounterApigatewayListApiConfigsResponse--;
}
-core.List<api.ApigatewayApi> buildUnnamed5019() {
+core.List<api.ApigatewayApi> buildUnnamed5020() {
var o = <api.ApigatewayApi>[];
o.add(buildApigatewayApi());
o.add(buildApigatewayApi());
return o;
}
-void checkUnnamed5019(core.List<api.ApigatewayApi> o) {
+void checkUnnamed5020(core.List<api.ApigatewayApi> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayApi(o[0] as api.ApigatewayApi);
checkApigatewayApi(o[1] as api.ApigatewayApi);
}
-core.List<core.String> buildUnnamed5020() {
+core.List<core.String> buildUnnamed5021() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5020(core.List<core.String> o) {
+void checkUnnamed5021(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -650,9 +650,9 @@
var o = api.ApigatewayListApisResponse();
buildCounterApigatewayListApisResponse++;
if (buildCounterApigatewayListApisResponse < 3) {
- o.apis = buildUnnamed5019();
+ o.apis = buildUnnamed5020();
o.nextPageToken = 'foo';
- o.unreachableLocations = buildUnnamed5020();
+ o.unreachableLocations = buildUnnamed5021();
}
buildCounterApigatewayListApisResponse--;
return o;
@@ -661,37 +661,37 @@
void checkApigatewayListApisResponse(api.ApigatewayListApisResponse o) {
buildCounterApigatewayListApisResponse++;
if (buildCounterApigatewayListApisResponse < 3) {
- checkUnnamed5019(o.apis!);
+ checkUnnamed5020(o.apis!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5020(o.unreachableLocations!);
+ checkUnnamed5021(o.unreachableLocations!);
}
buildCounterApigatewayListApisResponse--;
}
-core.List<api.ApigatewayGateway> buildUnnamed5021() {
+core.List<api.ApigatewayGateway> buildUnnamed5022() {
var o = <api.ApigatewayGateway>[];
o.add(buildApigatewayGateway());
o.add(buildApigatewayGateway());
return o;
}
-void checkUnnamed5021(core.List<api.ApigatewayGateway> o) {
+void checkUnnamed5022(core.List<api.ApigatewayGateway> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayGateway(o[0] as api.ApigatewayGateway);
checkApigatewayGateway(o[1] as api.ApigatewayGateway);
}
-core.List<core.String> buildUnnamed5022() {
+core.List<core.String> buildUnnamed5023() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5022(core.List<core.String> o) {
+void checkUnnamed5023(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -708,9 +708,9 @@
var o = api.ApigatewayListGatewaysResponse();
buildCounterApigatewayListGatewaysResponse++;
if (buildCounterApigatewayListGatewaysResponse < 3) {
- o.gateways = buildUnnamed5021();
+ o.gateways = buildUnnamed5022();
o.nextPageToken = 'foo';
- o.unreachableLocations = buildUnnamed5022();
+ o.unreachableLocations = buildUnnamed5023();
}
buildCounterApigatewayListGatewaysResponse--;
return o;
@@ -719,24 +719,24 @@
void checkApigatewayListGatewaysResponse(api.ApigatewayListGatewaysResponse o) {
buildCounterApigatewayListGatewaysResponse++;
if (buildCounterApigatewayListGatewaysResponse < 3) {
- checkUnnamed5021(o.gateways!);
+ checkUnnamed5022(o.gateways!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5022(o.unreachableLocations!);
+ checkUnnamed5023(o.unreachableLocations!);
}
buildCounterApigatewayListGatewaysResponse--;
}
-core.List<api.ApigatewayLocation> buildUnnamed5023() {
+core.List<api.ApigatewayLocation> buildUnnamed5024() {
var o = <api.ApigatewayLocation>[];
o.add(buildApigatewayLocation());
o.add(buildApigatewayLocation());
return o;
}
-void checkUnnamed5023(core.List<api.ApigatewayLocation> o) {
+void checkUnnamed5024(core.List<api.ApigatewayLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayLocation(o[0] as api.ApigatewayLocation);
checkApigatewayLocation(o[1] as api.ApigatewayLocation);
@@ -747,7 +747,7 @@
var o = api.ApigatewayListLocationsResponse();
buildCounterApigatewayListLocationsResponse++;
if (buildCounterApigatewayListLocationsResponse < 3) {
- o.locations = buildUnnamed5023();
+ o.locations = buildUnnamed5024();
o.nextPageToken = 'foo';
}
buildCounterApigatewayListLocationsResponse--;
@@ -758,7 +758,7 @@
api.ApigatewayListLocationsResponse o) {
buildCounterApigatewayListLocationsResponse++;
if (buildCounterApigatewayListLocationsResponse < 3) {
- checkUnnamed5023(o.locations!);
+ checkUnnamed5024(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -767,14 +767,14 @@
buildCounterApigatewayListLocationsResponse--;
}
-core.List<api.ApigatewayOperation> buildUnnamed5024() {
+core.List<api.ApigatewayOperation> buildUnnamed5025() {
var o = <api.ApigatewayOperation>[];
o.add(buildApigatewayOperation());
o.add(buildApigatewayOperation());
return o;
}
-void checkUnnamed5024(core.List<api.ApigatewayOperation> o) {
+void checkUnnamed5025(core.List<api.ApigatewayOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayOperation(o[0] as api.ApigatewayOperation);
checkApigatewayOperation(o[1] as api.ApigatewayOperation);
@@ -786,7 +786,7 @@
buildCounterApigatewayListOperationsResponse++;
if (buildCounterApigatewayListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed5024();
+ o.operations = buildUnnamed5025();
}
buildCounterApigatewayListOperationsResponse--;
return o;
@@ -800,19 +800,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5024(o.operations!);
+ checkUnnamed5025(o.operations!);
}
buildCounterApigatewayListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed5025() {
+core.Map<core.String, core.String> buildUnnamed5026() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5025(core.Map<core.String, core.String> o) {
+void checkUnnamed5026(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -824,7 +824,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5026() {
+core.Map<core.String, core.Object> buildUnnamed5027() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -839,7 +839,7 @@
return o;
}
-void checkUnnamed5026(core.Map<core.String, core.Object> o) {
+void checkUnnamed5027(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -877,9 +877,9 @@
buildCounterApigatewayLocation++;
if (buildCounterApigatewayLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed5025();
+ o.labels = buildUnnamed5026();
o.locationId = 'foo';
- o.metadata = buildUnnamed5026();
+ o.metadata = buildUnnamed5027();
o.name = 'foo';
}
buildCounterApigatewayLocation--;
@@ -893,12 +893,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5025(o.labels!);
+ checkUnnamed5026(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed5026(o.metadata!);
+ checkUnnamed5027(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -907,7 +907,7 @@
buildCounterApigatewayLocation--;
}
-core.Map<core.String, core.Object> buildUnnamed5027() {
+core.Map<core.String, core.Object> buildUnnamed5028() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -922,7 +922,7 @@
return o;
}
-void checkUnnamed5027(core.Map<core.String, core.Object> o) {
+void checkUnnamed5028(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -954,7 +954,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5028() {
+core.Map<core.String, core.Object> buildUnnamed5029() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -969,7 +969,7 @@
return o;
}
-void checkUnnamed5028(core.Map<core.String, core.Object> o) {
+void checkUnnamed5029(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1008,9 +1008,9 @@
if (buildCounterApigatewayOperation < 3) {
o.done = true;
o.error = buildApigatewayStatus();
- o.metadata = buildUnnamed5027();
+ o.metadata = buildUnnamed5028();
o.name = 'foo';
- o.response = buildUnnamed5028();
+ o.response = buildUnnamed5029();
}
buildCounterApigatewayOperation--;
return o;
@@ -1021,24 +1021,24 @@
if (buildCounterApigatewayOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkApigatewayStatus(o.error! as api.ApigatewayStatus);
- checkUnnamed5027(o.metadata!);
+ checkUnnamed5028(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5028(o.response!);
+ checkUnnamed5029(o.response!);
}
buildCounterApigatewayOperation--;
}
-core.List<api.ApigatewayOperationMetadataDiagnostic> buildUnnamed5029() {
+core.List<api.ApigatewayOperationMetadataDiagnostic> buildUnnamed5030() {
var o = <api.ApigatewayOperationMetadataDiagnostic>[];
o.add(buildApigatewayOperationMetadataDiagnostic());
o.add(buildApigatewayOperationMetadataDiagnostic());
return o;
}
-void checkUnnamed5029(core.List<api.ApigatewayOperationMetadataDiagnostic> o) {
+void checkUnnamed5030(core.List<api.ApigatewayOperationMetadataDiagnostic> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayOperationMetadataDiagnostic(
o[0] as api.ApigatewayOperationMetadataDiagnostic);
@@ -1053,7 +1053,7 @@
if (buildCounterApigatewayOperationMetadata < 3) {
o.apiVersion = 'foo';
o.createTime = 'foo';
- o.diagnostics = buildUnnamed5029();
+ o.diagnostics = buildUnnamed5030();
o.endTime = 'foo';
o.requestedCancellation = true;
o.statusMessage = 'foo';
@@ -1075,7 +1075,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed5029(o.diagnostics!);
+ checkUnnamed5030(o.diagnostics!);
unittest.expect(
o.endTime!,
unittest.equals('foo'),
@@ -1126,27 +1126,27 @@
buildCounterApigatewayOperationMetadataDiagnostic--;
}
-core.List<api.ApigatewayAuditConfig> buildUnnamed5030() {
+core.List<api.ApigatewayAuditConfig> buildUnnamed5031() {
var o = <api.ApigatewayAuditConfig>[];
o.add(buildApigatewayAuditConfig());
o.add(buildApigatewayAuditConfig());
return o;
}
-void checkUnnamed5030(core.List<api.ApigatewayAuditConfig> o) {
+void checkUnnamed5031(core.List<api.ApigatewayAuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayAuditConfig(o[0] as api.ApigatewayAuditConfig);
checkApigatewayAuditConfig(o[1] as api.ApigatewayAuditConfig);
}
-core.List<api.ApigatewayBinding> buildUnnamed5031() {
+core.List<api.ApigatewayBinding> buildUnnamed5032() {
var o = <api.ApigatewayBinding>[];
o.add(buildApigatewayBinding());
o.add(buildApigatewayBinding());
return o;
}
-void checkUnnamed5031(core.List<api.ApigatewayBinding> o) {
+void checkUnnamed5032(core.List<api.ApigatewayBinding> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayBinding(o[0] as api.ApigatewayBinding);
checkApigatewayBinding(o[1] as api.ApigatewayBinding);
@@ -1157,8 +1157,8 @@
var o = api.ApigatewayPolicy();
buildCounterApigatewayPolicy++;
if (buildCounterApigatewayPolicy < 3) {
- o.auditConfigs = buildUnnamed5030();
- o.bindings = buildUnnamed5031();
+ o.auditConfigs = buildUnnamed5031();
+ o.bindings = buildUnnamed5032();
o.etag = 'foo';
o.version = 42;
}
@@ -1169,8 +1169,8 @@
void checkApigatewayPolicy(api.ApigatewayPolicy o) {
buildCounterApigatewayPolicy++;
if (buildCounterApigatewayPolicy < 3) {
- checkUnnamed5030(o.auditConfigs!);
- checkUnnamed5031(o.bindings!);
+ checkUnnamed5031(o.auditConfigs!);
+ checkUnnamed5032(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1207,7 +1207,7 @@
buildCounterApigatewaySetIamPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed5032() {
+core.Map<core.String, core.Object> buildUnnamed5033() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1222,7 +1222,7 @@
return o;
}
-void checkUnnamed5032(core.Map<core.String, core.Object> o) {
+void checkUnnamed5033(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1254,17 +1254,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5033() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5034() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5032());
- o.add(buildUnnamed5032());
+ o.add(buildUnnamed5033());
+ o.add(buildUnnamed5033());
return o;
}
-void checkUnnamed5033(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5034(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5032(o[0]);
- checkUnnamed5032(o[1]);
+ checkUnnamed5033(o[0]);
+ checkUnnamed5033(o[1]);
}
core.int buildCounterApigatewayStatus = 0;
@@ -1273,7 +1273,7 @@
buildCounterApigatewayStatus++;
if (buildCounterApigatewayStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5033();
+ o.details = buildUnnamed5034();
o.message = 'foo';
}
buildCounterApigatewayStatus--;
@@ -1287,7 +1287,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5033(o.details!);
+ checkUnnamed5034(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1296,46 +1296,6 @@
buildCounterApigatewayStatus--;
}
-core.List<core.String> buildUnnamed5034() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5034(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterApigatewayTestIamPermissionsRequest = 0;
-api.ApigatewayTestIamPermissionsRequest
- buildApigatewayTestIamPermissionsRequest() {
- var o = api.ApigatewayTestIamPermissionsRequest();
- buildCounterApigatewayTestIamPermissionsRequest++;
- if (buildCounterApigatewayTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed5034();
- }
- buildCounterApigatewayTestIamPermissionsRequest--;
- return o;
-}
-
-void checkApigatewayTestIamPermissionsRequest(
- api.ApigatewayTestIamPermissionsRequest o) {
- buildCounterApigatewayTestIamPermissionsRequest++;
- if (buildCounterApigatewayTestIamPermissionsRequest < 3) {
- checkUnnamed5034(o.permissions!);
- }
- buildCounterApigatewayTestIamPermissionsRequest--;
-}
-
core.List<core.String> buildUnnamed5035() {
var o = <core.String>[];
o.add('foo');
@@ -1355,13 +1315,53 @@
);
}
+core.int buildCounterApigatewayTestIamPermissionsRequest = 0;
+api.ApigatewayTestIamPermissionsRequest
+ buildApigatewayTestIamPermissionsRequest() {
+ var o = api.ApigatewayTestIamPermissionsRequest();
+ buildCounterApigatewayTestIamPermissionsRequest++;
+ if (buildCounterApigatewayTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed5035();
+ }
+ buildCounterApigatewayTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkApigatewayTestIamPermissionsRequest(
+ api.ApigatewayTestIamPermissionsRequest o) {
+ buildCounterApigatewayTestIamPermissionsRequest++;
+ if (buildCounterApigatewayTestIamPermissionsRequest < 3) {
+ checkUnnamed5035(o.permissions!);
+ }
+ buildCounterApigatewayTestIamPermissionsRequest--;
+}
+
+core.List<core.String> buildUnnamed5036() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5036(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterApigatewayTestIamPermissionsResponse = 0;
api.ApigatewayTestIamPermissionsResponse
buildApigatewayTestIamPermissionsResponse() {
var o = api.ApigatewayTestIamPermissionsResponse();
buildCounterApigatewayTestIamPermissionsResponse++;
if (buildCounterApigatewayTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed5035();
+ o.permissions = buildUnnamed5036();
}
buildCounterApigatewayTestIamPermissionsResponse--;
return o;
@@ -1371,7 +1371,7 @@
api.ApigatewayTestIamPermissionsResponse o) {
buildCounterApigatewayTestIamPermissionsResponse++;
if (buildCounterApigatewayTestIamPermissionsResponse < 3) {
- checkUnnamed5035(o.permissions!);
+ checkUnnamed5036(o.permissions!);
}
buildCounterApigatewayTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/apigee/v1_test.dart b/generated/googleapis/test/apigee/v1_test.dart
index 669a5aa..69b2758 100644
--- a/generated/googleapis/test/apigee/v1_test.dart
+++ b/generated/googleapis/test/apigee/v1_test.dart
@@ -27,7 +27,7 @@
import '../test_shared.dart';
-core.Map<core.String, core.Object> buildUnnamed5504() {
+core.Map<core.String, core.Object> buildUnnamed5506() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -42,7 +42,7 @@
return o;
}
-void checkUnnamed5504(core.Map<core.String, core.Object> o) {
+void checkUnnamed5506(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -74,17 +74,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5505() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5507() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5504());
- o.add(buildUnnamed5504());
+ o.add(buildUnnamed5506());
+ o.add(buildUnnamed5506());
return o;
}
-void checkUnnamed5505(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5507(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5504(o[0]);
- checkUnnamed5504(o[1]);
+ checkUnnamed5506(o[0]);
+ checkUnnamed5506(o[1]);
}
core.int buildCounterGoogleApiHttpBody = 0;
@@ -94,7 +94,7 @@
if (buildCounterGoogleApiHttpBody < 3) {
o.contentType = 'foo';
o.data = 'foo';
- o.extensions = buildUnnamed5505();
+ o.extensions = buildUnnamed5507();
}
buildCounterGoogleApiHttpBody--;
return o;
@@ -111,7 +111,7 @@
o.data!,
unittest.equals('foo'),
);
- checkUnnamed5505(o.extensions!);
+ checkUnnamed5507(o.extensions!);
}
buildCounterGoogleApiHttpBody--;
}
@@ -383,38 +383,6 @@
buildCounterGoogleCloudApigeeV1ApiCategoryData--;
}
-core.List<core.String> buildUnnamed5506() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5506(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5507() {
- var o = <api.GoogleCloudApigeeV1Attribute>[];
- o.add(buildGoogleCloudApigeeV1Attribute());
- o.add(buildGoogleCloudApigeeV1Attribute());
- return o;
-}
-
-void checkUnnamed5507(core.List<api.GoogleCloudApigeeV1Attribute> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
- checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
-}
-
core.List<core.String> buildUnnamed5508() {
var o = <core.String>[];
o.add('foo');
@@ -434,23 +402,17 @@
);
}
-core.List<core.String> buildUnnamed5509() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5509() {
+ var o = <api.GoogleCloudApigeeV1Attribute>[];
+ o.add(buildGoogleCloudApigeeV1Attribute());
+ o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed5509(core.List<core.String> o) {
+void checkUnnamed5509(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
+ checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
+ checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
core.List<core.String> buildUnnamed5510() {
@@ -472,26 +434,64 @@
);
}
+core.List<core.String> buildUnnamed5511() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5511(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5512() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5512(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleCloudApigeeV1ApiProduct = 0;
api.GoogleCloudApigeeV1ApiProduct buildGoogleCloudApigeeV1ApiProduct() {
var o = api.GoogleCloudApigeeV1ApiProduct();
buildCounterGoogleCloudApigeeV1ApiProduct++;
if (buildCounterGoogleCloudApigeeV1ApiProduct < 3) {
- o.apiResources = buildUnnamed5506();
+ o.apiResources = buildUnnamed5508();
o.approvalType = 'foo';
- o.attributes = buildUnnamed5507();
+ o.attributes = buildUnnamed5509();
o.createdAt = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.environments = buildUnnamed5508();
+ o.environments = buildUnnamed5510();
o.lastModifiedAt = 'foo';
o.name = 'foo';
o.operationGroup = buildGoogleCloudApigeeV1OperationGroup();
- o.proxies = buildUnnamed5509();
+ o.proxies = buildUnnamed5511();
o.quota = 'foo';
o.quotaInterval = 'foo';
o.quotaTimeUnit = 'foo';
- o.scopes = buildUnnamed5510();
+ o.scopes = buildUnnamed5512();
}
buildCounterGoogleCloudApigeeV1ApiProduct--;
return o;
@@ -500,12 +500,12 @@
void checkGoogleCloudApigeeV1ApiProduct(api.GoogleCloudApigeeV1ApiProduct o) {
buildCounterGoogleCloudApigeeV1ApiProduct++;
if (buildCounterGoogleCloudApigeeV1ApiProduct < 3) {
- checkUnnamed5506(o.apiResources!);
+ checkUnnamed5508(o.apiResources!);
unittest.expect(
o.approvalType!,
unittest.equals('foo'),
);
- checkUnnamed5507(o.attributes!);
+ checkUnnamed5509(o.attributes!);
unittest.expect(
o.createdAt!,
unittest.equals('foo'),
@@ -518,7 +518,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5508(o.environments!);
+ checkUnnamed5510(o.environments!);
unittest.expect(
o.lastModifiedAt!,
unittest.equals('foo'),
@@ -529,7 +529,7 @@
);
checkGoogleCloudApigeeV1OperationGroup(
o.operationGroup! as api.GoogleCloudApigeeV1OperationGroup);
- checkUnnamed5509(o.proxies!);
+ checkUnnamed5511(o.proxies!);
unittest.expect(
o.quota!,
unittest.equals('foo'),
@@ -542,7 +542,7 @@
o.quotaTimeUnit!,
unittest.equals('foo'),
);
- checkUnnamed5510(o.scopes!);
+ checkUnnamed5512(o.scopes!);
}
buildCounterGoogleCloudApigeeV1ApiProduct--;
}
@@ -575,14 +575,14 @@
buildCounterGoogleCloudApigeeV1ApiProductRef--;
}
-core.List<core.String> buildUnnamed5511() {
+core.List<core.String> buildUnnamed5513() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5511(core.List<core.String> o) {
+void checkUnnamed5513(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -602,7 +602,7 @@
o.latestRevisionId = 'foo';
o.metaData = buildGoogleCloudApigeeV1EntityMetadata();
o.name = 'foo';
- o.revision = buildUnnamed5511();
+ o.revision = buildUnnamed5513();
}
buildCounterGoogleCloudApigeeV1ApiProxy--;
return o;
@@ -621,49 +621,11 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5511(o.revision!);
+ checkUnnamed5513(o.revision!);
}
buildCounterGoogleCloudApigeeV1ApiProxy--;
}
-core.List<core.String> buildUnnamed5512() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5512(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.Map<core.String, core.String> buildUnnamed5513() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed5513(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5514() {
var o = <core.String>[];
o.add('foo');
@@ -683,21 +645,21 @@
);
}
-core.List<core.String> buildUnnamed5515() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
+core.Map<core.String, core.String> buildUnnamed5515() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
return o;
}
-void checkUnnamed5515(core.List<core.String> o) {
+void checkUnnamed5515(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
- o[0],
+ o['x']!,
unittest.equals('foo'),
);
unittest.expect(
- o[1],
+ o['y']!,
unittest.equals('foo'),
);
}
@@ -835,33 +797,71 @@
);
}
+core.List<core.String> buildUnnamed5523() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5523(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5524() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5524(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleCloudApigeeV1ApiProxyRevision = 0;
api.GoogleCloudApigeeV1ApiProxyRevision
buildGoogleCloudApigeeV1ApiProxyRevision() {
var o = api.GoogleCloudApigeeV1ApiProxyRevision();
buildCounterGoogleCloudApigeeV1ApiProxyRevision++;
if (buildCounterGoogleCloudApigeeV1ApiProxyRevision < 3) {
- o.basepaths = buildUnnamed5512();
+ o.basepaths = buildUnnamed5514();
o.configurationVersion = buildGoogleCloudApigeeV1ConfigVersion();
o.contextInfo = 'foo';
o.createdAt = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.entityMetaDataAsProperties = buildUnnamed5513();
+ o.entityMetaDataAsProperties = buildUnnamed5515();
o.lastModifiedAt = 'foo';
o.name = 'foo';
- o.policies = buildUnnamed5514();
- o.proxies = buildUnnamed5515();
- o.proxyEndpoints = buildUnnamed5516();
+ o.policies = buildUnnamed5516();
+ o.proxies = buildUnnamed5517();
+ o.proxyEndpoints = buildUnnamed5518();
o.resourceFiles = buildGoogleCloudApigeeV1ResourceFiles();
- o.resources = buildUnnamed5517();
+ o.resources = buildUnnamed5519();
o.revision = 'foo';
- o.sharedFlows = buildUnnamed5518();
+ o.sharedFlows = buildUnnamed5520();
o.spec = 'foo';
- o.targetEndpoints = buildUnnamed5519();
- o.targetServers = buildUnnamed5520();
- o.targets = buildUnnamed5521();
- o.teams = buildUnnamed5522();
+ o.targetEndpoints = buildUnnamed5521();
+ o.targetServers = buildUnnamed5522();
+ o.targets = buildUnnamed5523();
+ o.teams = buildUnnamed5524();
o.type = 'foo';
}
buildCounterGoogleCloudApigeeV1ApiProxyRevision--;
@@ -872,7 +872,7 @@
api.GoogleCloudApigeeV1ApiProxyRevision o) {
buildCounterGoogleCloudApigeeV1ApiProxyRevision++;
if (buildCounterGoogleCloudApigeeV1ApiProxyRevision < 3) {
- checkUnnamed5512(o.basepaths!);
+ checkUnnamed5514(o.basepaths!);
checkGoogleCloudApigeeV1ConfigVersion(
o.configurationVersion! as api.GoogleCloudApigeeV1ConfigVersion);
unittest.expect(
@@ -891,7 +891,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5513(o.entityMetaDataAsProperties!);
+ checkUnnamed5515(o.entityMetaDataAsProperties!);
unittest.expect(
o.lastModifiedAt!,
unittest.equals('foo'),
@@ -900,25 +900,25 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5514(o.policies!);
- checkUnnamed5515(o.proxies!);
- checkUnnamed5516(o.proxyEndpoints!);
+ checkUnnamed5516(o.policies!);
+ checkUnnamed5517(o.proxies!);
+ checkUnnamed5518(o.proxyEndpoints!);
checkGoogleCloudApigeeV1ResourceFiles(
o.resourceFiles! as api.GoogleCloudApigeeV1ResourceFiles);
- checkUnnamed5517(o.resources!);
+ checkUnnamed5519(o.resources!);
unittest.expect(
o.revision!,
unittest.equals('foo'),
);
- checkUnnamed5518(o.sharedFlows!);
+ checkUnnamed5520(o.sharedFlows!);
unittest.expect(
o.spec!,
unittest.equals('foo'),
);
- checkUnnamed5519(o.targetEndpoints!);
- checkUnnamed5520(o.targetServers!);
- checkUnnamed5521(o.targets!);
- checkUnnamed5522(o.teams!);
+ checkUnnamed5521(o.targetEndpoints!);
+ checkUnnamed5522(o.targetServers!);
+ checkUnnamed5523(o.targets!);
+ checkUnnamed5524(o.teams!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -966,14 +966,14 @@
buildCounterGoogleCloudApigeeV1ApiResponseWrapper--;
}
-core.List<api.GoogleCloudApigeeV1ApiProductRef> buildUnnamed5523() {
+core.List<api.GoogleCloudApigeeV1ApiProductRef> buildUnnamed5525() {
var o = <api.GoogleCloudApigeeV1ApiProductRef>[];
o.add(buildGoogleCloudApigeeV1ApiProductRef());
o.add(buildGoogleCloudApigeeV1ApiProductRef());
return o;
}
-void checkUnnamed5523(core.List<api.GoogleCloudApigeeV1ApiProductRef> o) {
+void checkUnnamed5525(core.List<api.GoogleCloudApigeeV1ApiProductRef> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ApiProductRef(
o[0] as api.GoogleCloudApigeeV1ApiProductRef);
@@ -981,40 +981,40 @@
o[1] as api.GoogleCloudApigeeV1ApiProductRef);
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5524() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5526() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed5524(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed5526(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
-core.List<api.GoogleCloudApigeeV1Credential> buildUnnamed5525() {
+core.List<api.GoogleCloudApigeeV1Credential> buildUnnamed5527() {
var o = <api.GoogleCloudApigeeV1Credential>[];
o.add(buildGoogleCloudApigeeV1Credential());
o.add(buildGoogleCloudApigeeV1Credential());
return o;
}
-void checkUnnamed5525(core.List<api.GoogleCloudApigeeV1Credential> o) {
+void checkUnnamed5527(core.List<api.GoogleCloudApigeeV1Credential> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Credential(o[0] as api.GoogleCloudApigeeV1Credential);
checkGoogleCloudApigeeV1Credential(o[1] as api.GoogleCloudApigeeV1Credential);
}
-core.List<core.String> buildUnnamed5526() {
+core.List<core.String> buildUnnamed5528() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5526(core.List<core.String> o) {
+void checkUnnamed5528(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1031,18 +1031,18 @@
var o = api.GoogleCloudApigeeV1App();
buildCounterGoogleCloudApigeeV1App++;
if (buildCounterGoogleCloudApigeeV1App < 3) {
- o.apiProducts = buildUnnamed5523();
+ o.apiProducts = buildUnnamed5525();
o.appId = 'foo';
- o.attributes = buildUnnamed5524();
+ o.attributes = buildUnnamed5526();
o.callbackUrl = 'foo';
o.companyName = 'foo';
o.createdAt = 'foo';
- o.credentials = buildUnnamed5525();
+ o.credentials = buildUnnamed5527();
o.developerId = 'foo';
o.keyExpiresIn = 'foo';
o.lastModifiedAt = 'foo';
o.name = 'foo';
- o.scopes = buildUnnamed5526();
+ o.scopes = buildUnnamed5528();
o.status = 'foo';
}
buildCounterGoogleCloudApigeeV1App--;
@@ -1052,12 +1052,12 @@
void checkGoogleCloudApigeeV1App(api.GoogleCloudApigeeV1App o) {
buildCounterGoogleCloudApigeeV1App++;
if (buildCounterGoogleCloudApigeeV1App < 3) {
- checkUnnamed5523(o.apiProducts!);
+ checkUnnamed5525(o.apiProducts!);
unittest.expect(
o.appId!,
unittest.equals('foo'),
);
- checkUnnamed5524(o.attributes!);
+ checkUnnamed5526(o.attributes!);
unittest.expect(
o.callbackUrl!,
unittest.equals('foo'),
@@ -1070,7 +1070,7 @@
o.createdAt!,
unittest.equals('foo'),
);
- checkUnnamed5525(o.credentials!);
+ checkUnnamed5527(o.credentials!);
unittest.expect(
o.developerId!,
unittest.equals('foo'),
@@ -1087,7 +1087,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5526(o.scopes!);
+ checkUnnamed5528(o.scopes!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -1203,7 +1203,7 @@
buildCounterGoogleCloudApigeeV1AsyncQueryResult--;
}
-core.List<core.Object> buildUnnamed5527() {
+core.List<core.Object> buildUnnamed5529() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -1218,7 +1218,7 @@
return o;
}
-void checkUnnamed5527(core.List<core.Object> o) {
+void checkUnnamed5529(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o[0]) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1259,7 +1259,7 @@
o.code = 42;
o.error = 'foo';
o.metadata = buildGoogleCloudApigeeV1QueryMetadata();
- o.rows = buildUnnamed5527();
+ o.rows = buildUnnamed5529();
o.state = 'foo';
}
buildCounterGoogleCloudApigeeV1AsyncQueryResultView--;
@@ -1280,7 +1280,7 @@
);
checkGoogleCloudApigeeV1QueryMetadata(
o.metadata! as api.GoogleCloudApigeeV1QueryMetadata);
- checkUnnamed5527(o.rows!);
+ checkUnnamed5529(o.rows!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -1316,14 +1316,14 @@
buildCounterGoogleCloudApigeeV1Attribute--;
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5528() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5530() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed5528(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed5530(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
@@ -1334,7 +1334,7 @@
var o = api.GoogleCloudApigeeV1Attributes();
buildCounterGoogleCloudApigeeV1Attributes++;
if (buildCounterGoogleCloudApigeeV1Attributes < 3) {
- o.attribute = buildUnnamed5528();
+ o.attribute = buildUnnamed5530();
}
buildCounterGoogleCloudApigeeV1Attributes--;
return o;
@@ -1343,7 +1343,7 @@
void checkGoogleCloudApigeeV1Attributes(api.GoogleCloudApigeeV1Attributes o) {
buildCounterGoogleCloudApigeeV1Attributes++;
if (buildCounterGoogleCloudApigeeV1Attributes < 3) {
- checkUnnamed5528(o.attribute!);
+ checkUnnamed5530(o.attribute!);
}
buildCounterGoogleCloudApigeeV1Attributes--;
}
@@ -1444,14 +1444,14 @@
buildCounterGoogleCloudApigeeV1CanaryEvaluationMetricLabels--;
}
-core.List<core.String> buildUnnamed5529() {
+core.List<core.String> buildUnnamed5531() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5529(core.List<core.String> o) {
+void checkUnnamed5531(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1476,7 +1476,7 @@
o.serialNumber = 'foo';
o.sigAlgName = 'foo';
o.subject = 'foo';
- o.subjectAlternativeNames = buildUnnamed5529();
+ o.subjectAlternativeNames = buildUnnamed5531();
o.validFrom = 'foo';
o.version = 42;
}
@@ -1519,7 +1519,7 @@
o.subject!,
unittest.equals('foo'),
);
- checkUnnamed5529(o.subjectAlternativeNames!);
+ checkUnnamed5531(o.subjectAlternativeNames!);
unittest.expect(
o.validFrom!,
unittest.equals('foo'),
@@ -1532,14 +1532,14 @@
buildCounterGoogleCloudApigeeV1CertInfo--;
}
-core.List<api.GoogleCloudApigeeV1CertInfo> buildUnnamed5530() {
+core.List<api.GoogleCloudApigeeV1CertInfo> buildUnnamed5532() {
var o = <api.GoogleCloudApigeeV1CertInfo>[];
o.add(buildGoogleCloudApigeeV1CertInfo());
o.add(buildGoogleCloudApigeeV1CertInfo());
return o;
}
-void checkUnnamed5530(core.List<api.GoogleCloudApigeeV1CertInfo> o) {
+void checkUnnamed5532(core.List<api.GoogleCloudApigeeV1CertInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1CertInfo(o[0] as api.GoogleCloudApigeeV1CertInfo);
checkGoogleCloudApigeeV1CertInfo(o[1] as api.GoogleCloudApigeeV1CertInfo);
@@ -1550,7 +1550,7 @@
var o = api.GoogleCloudApigeeV1Certificate();
buildCounterGoogleCloudApigeeV1Certificate++;
if (buildCounterGoogleCloudApigeeV1Certificate < 3) {
- o.certInfo = buildUnnamed5530();
+ o.certInfo = buildUnnamed5532();
}
buildCounterGoogleCloudApigeeV1Certificate--;
return o;
@@ -1559,7 +1559,7 @@
void checkGoogleCloudApigeeV1Certificate(api.GoogleCloudApigeeV1Certificate o) {
buildCounterGoogleCloudApigeeV1Certificate++;
if (buildCounterGoogleCloudApigeeV1Certificate < 3) {
- checkUnnamed5530(o.certInfo!);
+ checkUnnamed5532(o.certInfo!);
}
buildCounterGoogleCloudApigeeV1Certificate--;
}
@@ -1618,14 +1618,14 @@
buildCounterGoogleCloudApigeeV1ConfigVersion--;
}
-core.List<api.GoogleCloudApigeeV1ApiProductRef> buildUnnamed5531() {
+core.List<api.GoogleCloudApigeeV1ApiProductRef> buildUnnamed5533() {
var o = <api.GoogleCloudApigeeV1ApiProductRef>[];
o.add(buildGoogleCloudApigeeV1ApiProductRef());
o.add(buildGoogleCloudApigeeV1ApiProductRef());
return o;
}
-void checkUnnamed5531(core.List<api.GoogleCloudApigeeV1ApiProductRef> o) {
+void checkUnnamed5533(core.List<api.GoogleCloudApigeeV1ApiProductRef> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ApiProductRef(
o[0] as api.GoogleCloudApigeeV1ApiProductRef);
@@ -1633,105 +1633,19 @@
o[1] as api.GoogleCloudApigeeV1ApiProductRef);
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5532() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5534() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed5532(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed5534(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
-core.List<core.String> buildUnnamed5533() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5533(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterGoogleCloudApigeeV1Credential = 0;
-api.GoogleCloudApigeeV1Credential buildGoogleCloudApigeeV1Credential() {
- var o = api.GoogleCloudApigeeV1Credential();
- buildCounterGoogleCloudApigeeV1Credential++;
- if (buildCounterGoogleCloudApigeeV1Credential < 3) {
- o.apiProducts = buildUnnamed5531();
- o.attributes = buildUnnamed5532();
- o.consumerKey = 'foo';
- o.consumerSecret = 'foo';
- o.expiresAt = 'foo';
- o.issuedAt = 'foo';
- o.scopes = buildUnnamed5533();
- o.status = 'foo';
- }
- buildCounterGoogleCloudApigeeV1Credential--;
- return o;
-}
-
-void checkGoogleCloudApigeeV1Credential(api.GoogleCloudApigeeV1Credential o) {
- buildCounterGoogleCloudApigeeV1Credential++;
- if (buildCounterGoogleCloudApigeeV1Credential < 3) {
- checkUnnamed5531(o.apiProducts!);
- checkUnnamed5532(o.attributes!);
- unittest.expect(
- o.consumerKey!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.consumerSecret!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.expiresAt!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.issuedAt!,
- unittest.equals('foo'),
- );
- checkUnnamed5533(o.scopes!);
- unittest.expect(
- o.status!,
- unittest.equals('foo'),
- );
- }
- buildCounterGoogleCloudApigeeV1Credential--;
-}
-
-core.List<core.String> buildUnnamed5534() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5534(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5535() {
var o = <core.String>[];
o.add('foo');
@@ -1751,44 +1665,62 @@
);
}
-core.List<api.GoogleCloudApigeeV1CustomReportMetric> buildUnnamed5536() {
- var o = <api.GoogleCloudApigeeV1CustomReportMetric>[];
- o.add(buildGoogleCloudApigeeV1CustomReportMetric());
- o.add(buildGoogleCloudApigeeV1CustomReportMetric());
+core.int buildCounterGoogleCloudApigeeV1Credential = 0;
+api.GoogleCloudApigeeV1Credential buildGoogleCloudApigeeV1Credential() {
+ var o = api.GoogleCloudApigeeV1Credential();
+ buildCounterGoogleCloudApigeeV1Credential++;
+ if (buildCounterGoogleCloudApigeeV1Credential < 3) {
+ o.apiProducts = buildUnnamed5533();
+ o.attributes = buildUnnamed5534();
+ o.consumerKey = 'foo';
+ o.consumerSecret = 'foo';
+ o.expiresAt = 'foo';
+ o.issuedAt = 'foo';
+ o.scopes = buildUnnamed5535();
+ o.status = 'foo';
+ }
+ buildCounterGoogleCloudApigeeV1Credential--;
return o;
}
-void checkUnnamed5536(core.List<api.GoogleCloudApigeeV1CustomReportMetric> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudApigeeV1CustomReportMetric(
- o[0] as api.GoogleCloudApigeeV1CustomReportMetric);
- checkGoogleCloudApigeeV1CustomReportMetric(
- o[1] as api.GoogleCloudApigeeV1CustomReportMetric);
+void checkGoogleCloudApigeeV1Credential(api.GoogleCloudApigeeV1Credential o) {
+ buildCounterGoogleCloudApigeeV1Credential++;
+ if (buildCounterGoogleCloudApigeeV1Credential < 3) {
+ checkUnnamed5533(o.apiProducts!);
+ checkUnnamed5534(o.attributes!);
+ unittest.expect(
+ o.consumerKey!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.consumerSecret!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.expiresAt!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.issuedAt!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed5535(o.scopes!);
+ unittest.expect(
+ o.status!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudApigeeV1Credential--;
}
-core.List<api.GoogleCloudApigeeV1ReportProperty> buildUnnamed5537() {
- var o = <api.GoogleCloudApigeeV1ReportProperty>[];
- o.add(buildGoogleCloudApigeeV1ReportProperty());
- o.add(buildGoogleCloudApigeeV1ReportProperty());
- return o;
-}
-
-void checkUnnamed5537(core.List<api.GoogleCloudApigeeV1ReportProperty> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudApigeeV1ReportProperty(
- o[0] as api.GoogleCloudApigeeV1ReportProperty);
- checkGoogleCloudApigeeV1ReportProperty(
- o[1] as api.GoogleCloudApigeeV1ReportProperty);
-}
-
-core.List<core.String> buildUnnamed5538() {
+core.List<core.String> buildUnnamed5536() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5538(core.List<core.String> o) {
+void checkUnnamed5536(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1800,14 +1732,82 @@
);
}
-core.List<core.String> buildUnnamed5539() {
+core.List<core.String> buildUnnamed5537() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5539(core.List<core.String> o) {
+void checkUnnamed5537(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.GoogleCloudApigeeV1CustomReportMetric> buildUnnamed5538() {
+ var o = <api.GoogleCloudApigeeV1CustomReportMetric>[];
+ o.add(buildGoogleCloudApigeeV1CustomReportMetric());
+ o.add(buildGoogleCloudApigeeV1CustomReportMetric());
+ return o;
+}
+
+void checkUnnamed5538(core.List<api.GoogleCloudApigeeV1CustomReportMetric> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudApigeeV1CustomReportMetric(
+ o[0] as api.GoogleCloudApigeeV1CustomReportMetric);
+ checkGoogleCloudApigeeV1CustomReportMetric(
+ o[1] as api.GoogleCloudApigeeV1CustomReportMetric);
+}
+
+core.List<api.GoogleCloudApigeeV1ReportProperty> buildUnnamed5539() {
+ var o = <api.GoogleCloudApigeeV1ReportProperty>[];
+ o.add(buildGoogleCloudApigeeV1ReportProperty());
+ o.add(buildGoogleCloudApigeeV1ReportProperty());
+ return o;
+}
+
+void checkUnnamed5539(core.List<api.GoogleCloudApigeeV1ReportProperty> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudApigeeV1ReportProperty(
+ o[0] as api.GoogleCloudApigeeV1ReportProperty);
+ checkGoogleCloudApigeeV1ReportProperty(
+ o[1] as api.GoogleCloudApigeeV1ReportProperty);
+}
+
+core.List<core.String> buildUnnamed5540() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5540(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5541() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5541(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1825,9 +1825,9 @@
buildCounterGoogleCloudApigeeV1CustomReport++;
if (buildCounterGoogleCloudApigeeV1CustomReport < 3) {
o.chartType = 'foo';
- o.comments = buildUnnamed5534();
+ o.comments = buildUnnamed5536();
o.createdAt = 'foo';
- o.dimensions = buildUnnamed5535();
+ o.dimensions = buildUnnamed5537();
o.displayName = 'foo';
o.environment = 'foo';
o.filter = 'foo';
@@ -1835,14 +1835,14 @@
o.lastModifiedAt = 'foo';
o.lastViewedAt = 'foo';
o.limit = 'foo';
- o.metrics = buildUnnamed5536();
+ o.metrics = buildUnnamed5538();
o.name = 'foo';
o.offset = 'foo';
o.organization = 'foo';
- o.properties = buildUnnamed5537();
- o.sortByCols = buildUnnamed5538();
+ o.properties = buildUnnamed5539();
+ o.sortByCols = buildUnnamed5540();
o.sortOrder = 'foo';
- o.tags = buildUnnamed5539();
+ o.tags = buildUnnamed5541();
o.timeUnit = 'foo';
o.toTime = 'foo';
o.topk = 'foo';
@@ -1859,12 +1859,12 @@
o.chartType!,
unittest.equals('foo'),
);
- checkUnnamed5534(o.comments!);
+ checkUnnamed5536(o.comments!);
unittest.expect(
o.createdAt!,
unittest.equals('foo'),
);
- checkUnnamed5535(o.dimensions!);
+ checkUnnamed5537(o.dimensions!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
@@ -1893,7 +1893,7 @@
o.limit!,
unittest.equals('foo'),
);
- checkUnnamed5536(o.metrics!);
+ checkUnnamed5538(o.metrics!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1906,13 +1906,13 @@
o.organization!,
unittest.equals('foo'),
);
- checkUnnamed5537(o.properties!);
- checkUnnamed5538(o.sortByCols!);
+ checkUnnamed5539(o.properties!);
+ checkUnnamed5540(o.sortByCols!);
unittest.expect(
o.sortOrder!,
unittest.equals('foo'),
);
- checkUnnamed5539(o.tags!);
+ checkUnnamed5541(o.tags!);
unittest.expect(
o.timeUnit!,
unittest.equals('foo'),
@@ -2151,14 +2151,14 @@
buildCounterGoogleCloudApigeeV1DateRange--;
}
-core.List<core.String> buildUnnamed5540() {
+core.List<core.String> buildUnnamed5542() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5540(core.List<core.String> o) {
+void checkUnnamed5542(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2170,44 +2170,6 @@
);
}
-core.List<core.String> buildUnnamed5541() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5541(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.Map<core.String, core.String> buildUnnamed5542() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed5542(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5543() {
var o = <core.String>[];
o.add('foo');
@@ -2227,21 +2189,21 @@
);
}
-core.List<core.String> buildUnnamed5544() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
+core.Map<core.String, core.String> buildUnnamed5544() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
return o;
}
-void checkUnnamed5544(core.List<core.String> o) {
+void checkUnnamed5544(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
- o[0],
+ o['x']!,
unittest.equals('foo'),
);
unittest.expect(
- o[1],
+ o['y']!,
unittest.equals('foo'),
);
}
@@ -2303,20 +2265,58 @@
);
}
+core.List<core.String> buildUnnamed5548() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5548(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5549() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5549(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleCloudApigeeV1DebugMask = 0;
api.GoogleCloudApigeeV1DebugMask buildGoogleCloudApigeeV1DebugMask() {
var o = api.GoogleCloudApigeeV1DebugMask();
buildCounterGoogleCloudApigeeV1DebugMask++;
if (buildCounterGoogleCloudApigeeV1DebugMask < 3) {
- o.faultJSONPaths = buildUnnamed5540();
- o.faultXPaths = buildUnnamed5541();
+ o.faultJSONPaths = buildUnnamed5542();
+ o.faultXPaths = buildUnnamed5543();
o.name = 'foo';
- o.namespaces = buildUnnamed5542();
- o.requestJSONPaths = buildUnnamed5543();
- o.requestXPaths = buildUnnamed5544();
- o.responseJSONPaths = buildUnnamed5545();
- o.responseXPaths = buildUnnamed5546();
- o.variables = buildUnnamed5547();
+ o.namespaces = buildUnnamed5544();
+ o.requestJSONPaths = buildUnnamed5545();
+ o.requestXPaths = buildUnnamed5546();
+ o.responseJSONPaths = buildUnnamed5547();
+ o.responseXPaths = buildUnnamed5548();
+ o.variables = buildUnnamed5549();
}
buildCounterGoogleCloudApigeeV1DebugMask--;
return o;
@@ -2325,18 +2325,18 @@
void checkGoogleCloudApigeeV1DebugMask(api.GoogleCloudApigeeV1DebugMask o) {
buildCounterGoogleCloudApigeeV1DebugMask++;
if (buildCounterGoogleCloudApigeeV1DebugMask < 3) {
- checkUnnamed5540(o.faultJSONPaths!);
- checkUnnamed5541(o.faultXPaths!);
+ checkUnnamed5542(o.faultJSONPaths!);
+ checkUnnamed5543(o.faultXPaths!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5542(o.namespaces!);
- checkUnnamed5543(o.requestJSONPaths!);
- checkUnnamed5544(o.requestXPaths!);
- checkUnnamed5545(o.responseJSONPaths!);
- checkUnnamed5546(o.responseXPaths!);
- checkUnnamed5547(o.variables!);
+ checkUnnamed5544(o.namespaces!);
+ checkUnnamed5545(o.requestJSONPaths!);
+ checkUnnamed5546(o.requestXPaths!);
+ checkUnnamed5547(o.responseJSONPaths!);
+ checkUnnamed5548(o.responseXPaths!);
+ checkUnnamed5549(o.variables!);
}
buildCounterGoogleCloudApigeeV1DebugMask--;
}
@@ -2389,14 +2389,14 @@
buildCounterGoogleCloudApigeeV1DebugSession--;
}
-core.List<api.GoogleCloudApigeeV1Point> buildUnnamed5548() {
+core.List<api.GoogleCloudApigeeV1Point> buildUnnamed5550() {
var o = <api.GoogleCloudApigeeV1Point>[];
o.add(buildGoogleCloudApigeeV1Point());
o.add(buildGoogleCloudApigeeV1Point());
return o;
}
-void checkUnnamed5548(core.List<api.GoogleCloudApigeeV1Point> o) {
+void checkUnnamed5550(core.List<api.GoogleCloudApigeeV1Point> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Point(o[0] as api.GoogleCloudApigeeV1Point);
checkGoogleCloudApigeeV1Point(o[1] as api.GoogleCloudApigeeV1Point);
@@ -2409,7 +2409,7 @@
buildCounterGoogleCloudApigeeV1DebugSessionTransaction++;
if (buildCounterGoogleCloudApigeeV1DebugSessionTransaction < 3) {
o.completed = true;
- o.point = buildUnnamed5548();
+ o.point = buildUnnamed5550();
}
buildCounterGoogleCloudApigeeV1DebugSessionTransaction--;
return o;
@@ -2420,7 +2420,7 @@
buildCounterGoogleCloudApigeeV1DebugSessionTransaction++;
if (buildCounterGoogleCloudApigeeV1DebugSessionTransaction < 3) {
unittest.expect(o.completed!, unittest.isTrue);
- checkUnnamed5548(o.point!);
+ checkUnnamed5550(o.point!);
}
buildCounterGoogleCloudApigeeV1DebugSessionTransaction--;
}
@@ -2449,27 +2449,27 @@
buildCounterGoogleCloudApigeeV1DeleteCustomReportResponse--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed5549() {
+core.List<api.GoogleRpcStatus> buildUnnamed5551() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed5549(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed5551(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
}
-core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatus> buildUnnamed5550() {
+core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatus> buildUnnamed5552() {
var o = <api.GoogleCloudApigeeV1InstanceDeploymentStatus>[];
o.add(buildGoogleCloudApigeeV1InstanceDeploymentStatus());
o.add(buildGoogleCloudApigeeV1InstanceDeploymentStatus());
return o;
}
-void checkUnnamed5550(
+void checkUnnamed5552(
core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1InstanceDeploymentStatus(
@@ -2478,28 +2478,28 @@
o[1] as api.GoogleCloudApigeeV1InstanceDeploymentStatus);
}
-core.List<api.GoogleCloudApigeeV1PodStatus> buildUnnamed5551() {
+core.List<api.GoogleCloudApigeeV1PodStatus> buildUnnamed5553() {
var o = <api.GoogleCloudApigeeV1PodStatus>[];
o.add(buildGoogleCloudApigeeV1PodStatus());
o.add(buildGoogleCloudApigeeV1PodStatus());
return o;
}
-void checkUnnamed5551(core.List<api.GoogleCloudApigeeV1PodStatus> o) {
+void checkUnnamed5553(core.List<api.GoogleCloudApigeeV1PodStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1PodStatus(o[0] as api.GoogleCloudApigeeV1PodStatus);
checkGoogleCloudApigeeV1PodStatus(o[1] as api.GoogleCloudApigeeV1PodStatus);
}
core.List<api.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>
- buildUnnamed5552() {
+ buildUnnamed5554() {
var o = <api.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>[];
o.add(buildGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict());
o.add(buildGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict());
return o;
}
-void checkUnnamed5552(
+void checkUnnamed5554(
core.List<api.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict(
@@ -2516,11 +2516,11 @@
o.apiProxy = 'foo';
o.deployStartTime = 'foo';
o.environment = 'foo';
- o.errors = buildUnnamed5549();
- o.instances = buildUnnamed5550();
- o.pods = buildUnnamed5551();
+ o.errors = buildUnnamed5551();
+ o.instances = buildUnnamed5552();
+ o.pods = buildUnnamed5553();
o.revision = 'foo';
- o.routeConflicts = buildUnnamed5552();
+ o.routeConflicts = buildUnnamed5554();
o.state = 'foo';
}
buildCounterGoogleCloudApigeeV1Deployment--;
@@ -2542,14 +2542,14 @@
o.environment!,
unittest.equals('foo'),
);
- checkUnnamed5549(o.errors!);
- checkUnnamed5550(o.instances!);
- checkUnnamed5551(o.pods!);
+ checkUnnamed5551(o.errors!);
+ checkUnnamed5552(o.instances!);
+ checkUnnamed5553(o.pods!);
unittest.expect(
o.revision!,
unittest.equals('foo'),
);
- checkUnnamed5552(o.routeConflicts!);
+ checkUnnamed5554(o.routeConflicts!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -2559,14 +2559,14 @@
}
core.List<api.GoogleCloudApigeeV1DeploymentChangeReportRoutingChange>
- buildUnnamed5553() {
+ buildUnnamed5555() {
var o = <api.GoogleCloudApigeeV1DeploymentChangeReportRoutingChange>[];
o.add(buildGoogleCloudApigeeV1DeploymentChangeReportRoutingChange());
o.add(buildGoogleCloudApigeeV1DeploymentChangeReportRoutingChange());
return o;
}
-void checkUnnamed5553(
+void checkUnnamed5555(
core.List<api.GoogleCloudApigeeV1DeploymentChangeReportRoutingChange> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DeploymentChangeReportRoutingChange(
@@ -2576,14 +2576,14 @@
}
core.List<api.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>
- buildUnnamed5554() {
+ buildUnnamed5556() {
var o = <api.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>[];
o.add(buildGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict());
o.add(buildGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict());
return o;
}
-void checkUnnamed5554(
+void checkUnnamed5556(
core.List<api.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict(
@@ -2598,8 +2598,8 @@
var o = api.GoogleCloudApigeeV1DeploymentChangeReport();
buildCounterGoogleCloudApigeeV1DeploymentChangeReport++;
if (buildCounterGoogleCloudApigeeV1DeploymentChangeReport < 3) {
- o.routingChanges = buildUnnamed5553();
- o.routingConflicts = buildUnnamed5554();
+ o.routingChanges = buildUnnamed5555();
+ o.routingConflicts = buildUnnamed5556();
o.validationErrors = buildGoogleRpcPreconditionFailure();
}
buildCounterGoogleCloudApigeeV1DeploymentChangeReport--;
@@ -2610,8 +2610,8 @@
api.GoogleCloudApigeeV1DeploymentChangeReport o) {
buildCounterGoogleCloudApigeeV1DeploymentChangeReport++;
if (buildCounterGoogleCloudApigeeV1DeploymentChangeReport < 3) {
- checkUnnamed5553(o.routingChanges!);
- checkUnnamed5554(o.routingConflicts!);
+ checkUnnamed5555(o.routingChanges!);
+ checkUnnamed5556(o.routingConflicts!);
checkGoogleRpcPreconditionFailure(
o.validationErrors! as api.GoogleRpcPreconditionFailure);
}
@@ -2738,14 +2738,14 @@
buildCounterGoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment--;
}
-core.Map<core.String, core.String> buildUnnamed5555() {
+core.Map<core.String, core.String> buildUnnamed5557() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5555(core.Map<core.String, core.String> o) {
+void checkUnnamed5557(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2763,7 +2763,7 @@
var o = api.GoogleCloudApigeeV1DeploymentConfig();
buildCounterGoogleCloudApigeeV1DeploymentConfig++;
if (buildCounterGoogleCloudApigeeV1DeploymentConfig < 3) {
- o.attributes = buildUnnamed5555();
+ o.attributes = buildUnnamed5557();
o.basePath = 'foo';
o.location = 'foo';
o.name = 'foo';
@@ -2778,7 +2778,7 @@
api.GoogleCloudApigeeV1DeploymentConfig o) {
buildCounterGoogleCloudApigeeV1DeploymentConfig++;
if (buildCounterGoogleCloudApigeeV1DeploymentConfig < 3) {
- checkUnnamed5555(o.attributes!);
+ checkUnnamed5557(o.attributes!);
unittest.expect(
o.basePath!,
unittest.equals('foo'),
@@ -2803,38 +2803,6 @@
buildCounterGoogleCloudApigeeV1DeploymentConfig--;
}
-core.List<core.String> buildUnnamed5556() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5556(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5557() {
- var o = <api.GoogleCloudApigeeV1Attribute>[];
- o.add(buildGoogleCloudApigeeV1Attribute());
- o.add(buildGoogleCloudApigeeV1Attribute());
- return o;
-}
-
-void checkUnnamed5557(core.List<api.GoogleCloudApigeeV1Attribute> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
- checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
-}
-
core.List<core.String> buildUnnamed5558() {
var o = <core.String>[];
o.add('foo');
@@ -2854,6 +2822,38 @@
);
}
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5559() {
+ var o = <api.GoogleCloudApigeeV1Attribute>[];
+ o.add(buildGoogleCloudApigeeV1Attribute());
+ o.add(buildGoogleCloudApigeeV1Attribute());
+ return o;
+}
+
+void checkUnnamed5559(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
+ checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
+}
+
+core.List<core.String> buildUnnamed5560() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5560(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleCloudApigeeV1Developer = 0;
api.GoogleCloudApigeeV1Developer buildGoogleCloudApigeeV1Developer() {
var o = api.GoogleCloudApigeeV1Developer();
@@ -2861,9 +2861,9 @@
if (buildCounterGoogleCloudApigeeV1Developer < 3) {
o.accessType = 'foo';
o.appFamily = 'foo';
- o.apps = buildUnnamed5556();
- o.attributes = buildUnnamed5557();
- o.companies = buildUnnamed5558();
+ o.apps = buildUnnamed5558();
+ o.attributes = buildUnnamed5559();
+ o.companies = buildUnnamed5560();
o.createdAt = 'foo';
o.developerId = 'foo';
o.email = 'foo';
@@ -2889,9 +2889,9 @@
o.appFamily!,
unittest.equals('foo'),
);
- checkUnnamed5556(o.apps!);
- checkUnnamed5557(o.attributes!);
- checkUnnamed5558(o.companies!);
+ checkUnnamed5558(o.apps!);
+ checkUnnamed5559(o.attributes!);
+ checkUnnamed5560(o.companies!);
unittest.expect(
o.createdAt!,
unittest.equals('foo'),
@@ -2932,14 +2932,14 @@
buildCounterGoogleCloudApigeeV1Developer--;
}
-core.List<core.String> buildUnnamed5559() {
+core.List<core.String> buildUnnamed5561() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5559(core.List<core.String> o) {
+void checkUnnamed5561(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2951,40 +2951,40 @@
);
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5560() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5562() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed5560(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed5562(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
-core.List<api.GoogleCloudApigeeV1Credential> buildUnnamed5561() {
+core.List<api.GoogleCloudApigeeV1Credential> buildUnnamed5563() {
var o = <api.GoogleCloudApigeeV1Credential>[];
o.add(buildGoogleCloudApigeeV1Credential());
o.add(buildGoogleCloudApigeeV1Credential());
return o;
}
-void checkUnnamed5561(core.List<api.GoogleCloudApigeeV1Credential> o) {
+void checkUnnamed5563(core.List<api.GoogleCloudApigeeV1Credential> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Credential(o[0] as api.GoogleCloudApigeeV1Credential);
checkGoogleCloudApigeeV1Credential(o[1] as api.GoogleCloudApigeeV1Credential);
}
-core.List<core.String> buildUnnamed5562() {
+core.List<core.String> buildUnnamed5564() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5562(core.List<core.String> o) {
+void checkUnnamed5564(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3001,18 +3001,18 @@
var o = api.GoogleCloudApigeeV1DeveloperApp();
buildCounterGoogleCloudApigeeV1DeveloperApp++;
if (buildCounterGoogleCloudApigeeV1DeveloperApp < 3) {
- o.apiProducts = buildUnnamed5559();
+ o.apiProducts = buildUnnamed5561();
o.appFamily = 'foo';
o.appId = 'foo';
- o.attributes = buildUnnamed5560();
+ o.attributes = buildUnnamed5562();
o.callbackUrl = 'foo';
o.createdAt = 'foo';
- o.credentials = buildUnnamed5561();
+ o.credentials = buildUnnamed5563();
o.developerId = 'foo';
o.keyExpiresIn = 'foo';
o.lastModifiedAt = 'foo';
o.name = 'foo';
- o.scopes = buildUnnamed5562();
+ o.scopes = buildUnnamed5564();
o.status = 'foo';
}
buildCounterGoogleCloudApigeeV1DeveloperApp--;
@@ -3023,7 +3023,7 @@
api.GoogleCloudApigeeV1DeveloperApp o) {
buildCounterGoogleCloudApigeeV1DeveloperApp++;
if (buildCounterGoogleCloudApigeeV1DeveloperApp < 3) {
- checkUnnamed5559(o.apiProducts!);
+ checkUnnamed5561(o.apiProducts!);
unittest.expect(
o.appFamily!,
unittest.equals('foo'),
@@ -3032,7 +3032,7 @@
o.appId!,
unittest.equals('foo'),
);
- checkUnnamed5560(o.attributes!);
+ checkUnnamed5562(o.attributes!);
unittest.expect(
o.callbackUrl!,
unittest.equals('foo'),
@@ -3041,7 +3041,7 @@
o.createdAt!,
unittest.equals('foo'),
);
- checkUnnamed5561(o.credentials!);
+ checkUnnamed5563(o.credentials!);
unittest.expect(
o.developerId!,
unittest.equals('foo'),
@@ -3058,7 +3058,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5562(o.scopes!);
+ checkUnnamed5564(o.scopes!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -3067,7 +3067,7 @@
buildCounterGoogleCloudApigeeV1DeveloperApp--;
}
-core.List<core.Object> buildUnnamed5563() {
+core.List<core.Object> buildUnnamed5565() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -3082,7 +3082,7 @@
return o;
}
-void checkUnnamed5563(core.List<core.Object> o) {
+void checkUnnamed5565(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o[0]) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -3114,27 +3114,27 @@
);
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5564() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5566() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed5564(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed5566(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
-core.List<core.String> buildUnnamed5565() {
+core.List<core.String> buildUnnamed5567() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5565(core.List<core.String> o) {
+void checkUnnamed5567(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3152,14 +3152,14 @@
var o = api.GoogleCloudApigeeV1DeveloperAppKey();
buildCounterGoogleCloudApigeeV1DeveloperAppKey++;
if (buildCounterGoogleCloudApigeeV1DeveloperAppKey < 3) {
- o.apiProducts = buildUnnamed5563();
- o.attributes = buildUnnamed5564();
+ o.apiProducts = buildUnnamed5565();
+ o.attributes = buildUnnamed5566();
o.consumerKey = 'foo';
o.consumerSecret = 'foo';
o.expiresAt = 'foo';
o.expiresInSeconds = 'foo';
o.issuedAt = 'foo';
- o.scopes = buildUnnamed5565();
+ o.scopes = buildUnnamed5567();
o.status = 'foo';
}
buildCounterGoogleCloudApigeeV1DeveloperAppKey--;
@@ -3170,8 +3170,8 @@
api.GoogleCloudApigeeV1DeveloperAppKey o) {
buildCounterGoogleCloudApigeeV1DeveloperAppKey++;
if (buildCounterGoogleCloudApigeeV1DeveloperAppKey < 3) {
- checkUnnamed5563(o.apiProducts!);
- checkUnnamed5564(o.attributes!);
+ checkUnnamed5565(o.apiProducts!);
+ checkUnnamed5566(o.attributes!);
unittest.expect(
o.consumerKey!,
unittest.equals('foo'),
@@ -3192,7 +3192,7 @@
o.issuedAt!,
unittest.equals('foo'),
);
- checkUnnamed5565(o.scopes!);
+ checkUnnamed5567(o.scopes!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -3201,14 +3201,14 @@
buildCounterGoogleCloudApigeeV1DeveloperAppKey--;
}
-core.List<api.GoogleCloudApigeeV1Metric> buildUnnamed5566() {
+core.List<api.GoogleCloudApigeeV1Metric> buildUnnamed5568() {
var o = <api.GoogleCloudApigeeV1Metric>[];
o.add(buildGoogleCloudApigeeV1Metric());
o.add(buildGoogleCloudApigeeV1Metric());
return o;
}
-void checkUnnamed5566(core.List<api.GoogleCloudApigeeV1Metric> o) {
+void checkUnnamed5568(core.List<api.GoogleCloudApigeeV1Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Metric(o[0] as api.GoogleCloudApigeeV1Metric);
checkGoogleCloudApigeeV1Metric(o[1] as api.GoogleCloudApigeeV1Metric);
@@ -3220,7 +3220,7 @@
var o = api.GoogleCloudApigeeV1DimensionMetric();
buildCounterGoogleCloudApigeeV1DimensionMetric++;
if (buildCounterGoogleCloudApigeeV1DimensionMetric < 3) {
- o.metrics = buildUnnamed5566();
+ o.metrics = buildUnnamed5568();
o.name = 'foo';
}
buildCounterGoogleCloudApigeeV1DimensionMetric--;
@@ -3231,7 +3231,7 @@
api.GoogleCloudApigeeV1DimensionMetric o) {
buildCounterGoogleCloudApigeeV1DimensionMetric++;
if (buildCounterGoogleCloudApigeeV1DimensionMetric < 3) {
- checkUnnamed5566(o.metrics!);
+ checkUnnamed5568(o.metrics!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -3323,14 +3323,14 @@
buildCounterGoogleCloudApigeeV1Environment--;
}
-core.List<api.GoogleCloudApigeeV1DataCollectorConfig> buildUnnamed5567() {
+core.List<api.GoogleCloudApigeeV1DataCollectorConfig> buildUnnamed5569() {
var o = <api.GoogleCloudApigeeV1DataCollectorConfig>[];
o.add(buildGoogleCloudApigeeV1DataCollectorConfig());
o.add(buildGoogleCloudApigeeV1DataCollectorConfig());
return o;
}
-void checkUnnamed5567(core.List<api.GoogleCloudApigeeV1DataCollectorConfig> o) {
+void checkUnnamed5569(core.List<api.GoogleCloudApigeeV1DataCollectorConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DataCollectorConfig(
o[0] as api.GoogleCloudApigeeV1DataCollectorConfig);
@@ -3338,14 +3338,14 @@
o[1] as api.GoogleCloudApigeeV1DataCollectorConfig);
}
-core.List<api.GoogleCloudApigeeV1DeploymentConfig> buildUnnamed5568() {
+core.List<api.GoogleCloudApigeeV1DeploymentConfig> buildUnnamed5570() {
var o = <api.GoogleCloudApigeeV1DeploymentConfig>[];
o.add(buildGoogleCloudApigeeV1DeploymentConfig());
o.add(buildGoogleCloudApigeeV1DeploymentConfig());
return o;
}
-void checkUnnamed5568(core.List<api.GoogleCloudApigeeV1DeploymentConfig> o) {
+void checkUnnamed5570(core.List<api.GoogleCloudApigeeV1DeploymentConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DeploymentConfig(
o[0] as api.GoogleCloudApigeeV1DeploymentConfig);
@@ -3353,14 +3353,14 @@
o[1] as api.GoogleCloudApigeeV1DeploymentConfig);
}
-core.Map<core.String, core.String> buildUnnamed5569() {
+core.Map<core.String, core.String> buildUnnamed5571() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5569(core.Map<core.String, core.String> o) {
+void checkUnnamed5571(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3372,14 +3372,14 @@
);
}
-core.List<api.GoogleCloudApigeeV1FlowHookConfig> buildUnnamed5570() {
+core.List<api.GoogleCloudApigeeV1FlowHookConfig> buildUnnamed5572() {
var o = <api.GoogleCloudApigeeV1FlowHookConfig>[];
o.add(buildGoogleCloudApigeeV1FlowHookConfig());
o.add(buildGoogleCloudApigeeV1FlowHookConfig());
return o;
}
-void checkUnnamed5570(core.List<api.GoogleCloudApigeeV1FlowHookConfig> o) {
+void checkUnnamed5572(core.List<api.GoogleCloudApigeeV1FlowHookConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1FlowHookConfig(
o[0] as api.GoogleCloudApigeeV1FlowHookConfig);
@@ -3387,14 +3387,14 @@
o[1] as api.GoogleCloudApigeeV1FlowHookConfig);
}
-core.List<api.GoogleCloudApigeeV1KeystoreConfig> buildUnnamed5571() {
+core.List<api.GoogleCloudApigeeV1KeystoreConfig> buildUnnamed5573() {
var o = <api.GoogleCloudApigeeV1KeystoreConfig>[];
o.add(buildGoogleCloudApigeeV1KeystoreConfig());
o.add(buildGoogleCloudApigeeV1KeystoreConfig());
return o;
}
-void checkUnnamed5571(core.List<api.GoogleCloudApigeeV1KeystoreConfig> o) {
+void checkUnnamed5573(core.List<api.GoogleCloudApigeeV1KeystoreConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1KeystoreConfig(
o[0] as api.GoogleCloudApigeeV1KeystoreConfig);
@@ -3402,14 +3402,14 @@
o[1] as api.GoogleCloudApigeeV1KeystoreConfig);
}
-core.List<api.GoogleCloudApigeeV1ReferenceConfig> buildUnnamed5572() {
+core.List<api.GoogleCloudApigeeV1ReferenceConfig> buildUnnamed5574() {
var o = <api.GoogleCloudApigeeV1ReferenceConfig>[];
o.add(buildGoogleCloudApigeeV1ReferenceConfig());
o.add(buildGoogleCloudApigeeV1ReferenceConfig());
return o;
}
-void checkUnnamed5572(core.List<api.GoogleCloudApigeeV1ReferenceConfig> o) {
+void checkUnnamed5574(core.List<api.GoogleCloudApigeeV1ReferenceConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ReferenceConfig(
o[0] as api.GoogleCloudApigeeV1ReferenceConfig);
@@ -3417,14 +3417,14 @@
o[1] as api.GoogleCloudApigeeV1ReferenceConfig);
}
-core.List<api.GoogleCloudApigeeV1ResourceConfig> buildUnnamed5573() {
+core.List<api.GoogleCloudApigeeV1ResourceConfig> buildUnnamed5575() {
var o = <api.GoogleCloudApigeeV1ResourceConfig>[];
o.add(buildGoogleCloudApigeeV1ResourceConfig());
o.add(buildGoogleCloudApigeeV1ResourceConfig());
return o;
}
-void checkUnnamed5573(core.List<api.GoogleCloudApigeeV1ResourceConfig> o) {
+void checkUnnamed5575(core.List<api.GoogleCloudApigeeV1ResourceConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ResourceConfig(
o[0] as api.GoogleCloudApigeeV1ResourceConfig);
@@ -3432,14 +3432,14 @@
o[1] as api.GoogleCloudApigeeV1ResourceConfig);
}
-core.List<api.GoogleCloudApigeeV1TargetServerConfig> buildUnnamed5574() {
+core.List<api.GoogleCloudApigeeV1TargetServerConfig> buildUnnamed5576() {
var o = <api.GoogleCloudApigeeV1TargetServerConfig>[];
o.add(buildGoogleCloudApigeeV1TargetServerConfig());
o.add(buildGoogleCloudApigeeV1TargetServerConfig());
return o;
}
-void checkUnnamed5574(core.List<api.GoogleCloudApigeeV1TargetServerConfig> o) {
+void checkUnnamed5576(core.List<api.GoogleCloudApigeeV1TargetServerConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1TargetServerConfig(
o[0] as api.GoogleCloudApigeeV1TargetServerConfig);
@@ -3454,20 +3454,20 @@
buildCounterGoogleCloudApigeeV1EnvironmentConfig++;
if (buildCounterGoogleCloudApigeeV1EnvironmentConfig < 3) {
o.createTime = 'foo';
- o.dataCollectors = buildUnnamed5567();
+ o.dataCollectors = buildUnnamed5569();
o.debugMask = buildGoogleCloudApigeeV1DebugMask();
- o.deployments = buildUnnamed5568();
- o.featureFlags = buildUnnamed5569();
- o.flowhooks = buildUnnamed5570();
- o.keystores = buildUnnamed5571();
+ o.deployments = buildUnnamed5570();
+ o.featureFlags = buildUnnamed5571();
+ o.flowhooks = buildUnnamed5572();
+ o.keystores = buildUnnamed5573();
o.name = 'foo';
o.provider = 'foo';
o.pubsubTopic = 'foo';
- o.resourceReferences = buildUnnamed5572();
- o.resources = buildUnnamed5573();
+ o.resourceReferences = buildUnnamed5574();
+ o.resources = buildUnnamed5575();
o.revisionId = 'foo';
o.sequenceNumber = 'foo';
- o.targets = buildUnnamed5574();
+ o.targets = buildUnnamed5576();
o.traceConfig = buildGoogleCloudApigeeV1RuntimeTraceConfig();
o.uid = 'foo';
}
@@ -3483,13 +3483,13 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed5567(o.dataCollectors!);
+ checkUnnamed5569(o.dataCollectors!);
checkGoogleCloudApigeeV1DebugMask(
o.debugMask! as api.GoogleCloudApigeeV1DebugMask);
- checkUnnamed5568(o.deployments!);
- checkUnnamed5569(o.featureFlags!);
- checkUnnamed5570(o.flowhooks!);
- checkUnnamed5571(o.keystores!);
+ checkUnnamed5570(o.deployments!);
+ checkUnnamed5571(o.featureFlags!);
+ checkUnnamed5572(o.flowhooks!);
+ checkUnnamed5573(o.keystores!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -3502,8 +3502,8 @@
o.pubsubTopic!,
unittest.equals('foo'),
);
- checkUnnamed5572(o.resourceReferences!);
- checkUnnamed5573(o.resources!);
+ checkUnnamed5574(o.resourceReferences!);
+ checkUnnamed5575(o.resources!);
unittest.expect(
o.revisionId!,
unittest.equals('foo'),
@@ -3512,7 +3512,7 @@
o.sequenceNumber!,
unittest.equals('foo'),
);
- checkUnnamed5574(o.targets!);
+ checkUnnamed5576(o.targets!);
checkGoogleCloudApigeeV1RuntimeTraceConfig(
o.traceConfig! as api.GoogleCloudApigeeV1RuntimeTraceConfig);
unittest.expect(
@@ -3523,14 +3523,14 @@
buildCounterGoogleCloudApigeeV1EnvironmentConfig--;
}
-core.List<core.String> buildUnnamed5575() {
+core.List<core.String> buildUnnamed5577() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5575(core.List<core.String> o) {
+void checkUnnamed5577(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3549,7 +3549,7 @@
buildCounterGoogleCloudApigeeV1EnvironmentGroup++;
if (buildCounterGoogleCloudApigeeV1EnvironmentGroup < 3) {
o.createdAt = 'foo';
- o.hostnames = buildUnnamed5575();
+ o.hostnames = buildUnnamed5577();
o.lastModifiedAt = 'foo';
o.name = 'foo';
o.state = 'foo';
@@ -3566,7 +3566,7 @@
o.createdAt!,
unittest.equals('foo'),
);
- checkUnnamed5575(o.hostnames!);
+ checkUnnamed5577(o.hostnames!);
unittest.expect(
o.lastModifiedAt!,
unittest.equals('foo'),
@@ -3617,14 +3617,14 @@
buildCounterGoogleCloudApigeeV1EnvironmentGroupAttachment--;
}
-core.List<core.String> buildUnnamed5576() {
+core.List<core.String> buildUnnamed5578() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5576(core.List<core.String> o) {
+void checkUnnamed5578(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3636,14 +3636,14 @@
);
}
-core.List<api.GoogleCloudApigeeV1RoutingRule> buildUnnamed5577() {
+core.List<api.GoogleCloudApigeeV1RoutingRule> buildUnnamed5579() {
var o = <api.GoogleCloudApigeeV1RoutingRule>[];
o.add(buildGoogleCloudApigeeV1RoutingRule());
o.add(buildGoogleCloudApigeeV1RoutingRule());
return o;
}
-void checkUnnamed5577(core.List<api.GoogleCloudApigeeV1RoutingRule> o) {
+void checkUnnamed5579(core.List<api.GoogleCloudApigeeV1RoutingRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1RoutingRule(
o[0] as api.GoogleCloudApigeeV1RoutingRule);
@@ -3657,10 +3657,10 @@
var o = api.GoogleCloudApigeeV1EnvironmentGroupConfig();
buildCounterGoogleCloudApigeeV1EnvironmentGroupConfig++;
if (buildCounterGoogleCloudApigeeV1EnvironmentGroupConfig < 3) {
- o.hostnames = buildUnnamed5576();
+ o.hostnames = buildUnnamed5578();
o.name = 'foo';
o.revisionId = 'foo';
- o.routingRules = buildUnnamed5577();
+ o.routingRules = buildUnnamed5579();
o.uid = 'foo';
}
buildCounterGoogleCloudApigeeV1EnvironmentGroupConfig--;
@@ -3671,7 +3671,7 @@
api.GoogleCloudApigeeV1EnvironmentGroupConfig o) {
buildCounterGoogleCloudApigeeV1EnvironmentGroupConfig++;
if (buildCounterGoogleCloudApigeeV1EnvironmentGroupConfig < 3) {
- checkUnnamed5576(o.hostnames!);
+ checkUnnamed5578(o.hostnames!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -3680,7 +3680,7 @@
o.revisionId!,
unittest.equals('foo'),
);
- checkUnnamed5577(o.routingRules!);
+ checkUnnamed5579(o.routingRules!);
unittest.expect(
o.uid!,
unittest.equals('foo'),
@@ -3878,14 +3878,14 @@
buildCounterGoogleCloudApigeeV1GetSyncAuthorizationRequest--;
}
-core.List<api.GoogleCloudApigeeV1EnvironmentGroupConfig> buildUnnamed5578() {
+core.List<api.GoogleCloudApigeeV1EnvironmentGroupConfig> buildUnnamed5580() {
var o = <api.GoogleCloudApigeeV1EnvironmentGroupConfig>[];
o.add(buildGoogleCloudApigeeV1EnvironmentGroupConfig());
o.add(buildGoogleCloudApigeeV1EnvironmentGroupConfig());
return o;
}
-void checkUnnamed5578(
+void checkUnnamed5580(
core.List<api.GoogleCloudApigeeV1EnvironmentGroupConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1EnvironmentGroupConfig(
@@ -3899,7 +3899,7 @@
var o = api.GoogleCloudApigeeV1IngressConfig();
buildCounterGoogleCloudApigeeV1IngressConfig++;
if (buildCounterGoogleCloudApigeeV1IngressConfig < 3) {
- o.environmentGroups = buildUnnamed5578();
+ o.environmentGroups = buildUnnamed5580();
o.name = 'foo';
o.revisionCreateTime = 'foo';
o.revisionId = 'foo';
@@ -3913,7 +3913,7 @@
api.GoogleCloudApigeeV1IngressConfig o) {
buildCounterGoogleCloudApigeeV1IngressConfig++;
if (buildCounterGoogleCloudApigeeV1IngressConfig < 3) {
- checkUnnamed5578(o.environmentGroups!);
+ checkUnnamed5580(o.environmentGroups!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -4041,14 +4041,14 @@
}
core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision>
- buildUnnamed5579() {
+ buildUnnamed5581() {
var o = <api.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision>[];
o.add(buildGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision());
o.add(buildGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision());
return o;
}
-void checkUnnamed5579(
+void checkUnnamed5581(
core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -4059,14 +4059,14 @@
}
core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute>
- buildUnnamed5580() {
+ buildUnnamed5582() {
var o = <api.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute>[];
o.add(buildGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute());
o.add(buildGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute());
return o;
}
-void checkUnnamed5580(
+void checkUnnamed5582(
core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute(
@@ -4081,8 +4081,8 @@
var o = api.GoogleCloudApigeeV1InstanceDeploymentStatus();
buildCounterGoogleCloudApigeeV1InstanceDeploymentStatus++;
if (buildCounterGoogleCloudApigeeV1InstanceDeploymentStatus < 3) {
- o.deployedRevisions = buildUnnamed5579();
- o.deployedRoutes = buildUnnamed5580();
+ o.deployedRevisions = buildUnnamed5581();
+ o.deployedRoutes = buildUnnamed5582();
o.instance = 'foo';
}
buildCounterGoogleCloudApigeeV1InstanceDeploymentStatus--;
@@ -4093,8 +4093,8 @@
api.GoogleCloudApigeeV1InstanceDeploymentStatus o) {
buildCounterGoogleCloudApigeeV1InstanceDeploymentStatus++;
if (buildCounterGoogleCloudApigeeV1InstanceDeploymentStatus < 3) {
- checkUnnamed5579(o.deployedRevisions!);
- checkUnnamed5580(o.deployedRoutes!);
+ checkUnnamed5581(o.deployedRevisions!);
+ checkUnnamed5582(o.deployedRoutes!);
unittest.expect(
o.instance!,
unittest.equals('foo'),
@@ -4230,14 +4230,14 @@
buildCounterGoogleCloudApigeeV1KeyValueMap--;
}
-core.List<core.String> buildUnnamed5581() {
+core.List<core.String> buildUnnamed5583() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5581(core.List<core.String> o) {
+void checkUnnamed5583(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4254,7 +4254,7 @@
var o = api.GoogleCloudApigeeV1Keystore();
buildCounterGoogleCloudApigeeV1Keystore++;
if (buildCounterGoogleCloudApigeeV1Keystore < 3) {
- o.aliases = buildUnnamed5581();
+ o.aliases = buildUnnamed5583();
o.name = 'foo';
}
buildCounterGoogleCloudApigeeV1Keystore--;
@@ -4264,7 +4264,7 @@
void checkGoogleCloudApigeeV1Keystore(api.GoogleCloudApigeeV1Keystore o) {
buildCounterGoogleCloudApigeeV1Keystore++;
if (buildCounterGoogleCloudApigeeV1Keystore < 3) {
- checkUnnamed5581(o.aliases!);
+ checkUnnamed5583(o.aliases!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -4273,14 +4273,14 @@
buildCounterGoogleCloudApigeeV1Keystore--;
}
-core.List<api.GoogleCloudApigeeV1AliasRevisionConfig> buildUnnamed5582() {
+core.List<api.GoogleCloudApigeeV1AliasRevisionConfig> buildUnnamed5584() {
var o = <api.GoogleCloudApigeeV1AliasRevisionConfig>[];
o.add(buildGoogleCloudApigeeV1AliasRevisionConfig());
o.add(buildGoogleCloudApigeeV1AliasRevisionConfig());
return o;
}
-void checkUnnamed5582(core.List<api.GoogleCloudApigeeV1AliasRevisionConfig> o) {
+void checkUnnamed5584(core.List<api.GoogleCloudApigeeV1AliasRevisionConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1AliasRevisionConfig(
o[0] as api.GoogleCloudApigeeV1AliasRevisionConfig);
@@ -4293,7 +4293,7 @@
var o = api.GoogleCloudApigeeV1KeystoreConfig();
buildCounterGoogleCloudApigeeV1KeystoreConfig++;
if (buildCounterGoogleCloudApigeeV1KeystoreConfig < 3) {
- o.aliases = buildUnnamed5582();
+ o.aliases = buildUnnamed5584();
o.name = 'foo';
}
buildCounterGoogleCloudApigeeV1KeystoreConfig--;
@@ -4304,7 +4304,7 @@
api.GoogleCloudApigeeV1KeystoreConfig o) {
buildCounterGoogleCloudApigeeV1KeystoreConfig++;
if (buildCounterGoogleCloudApigeeV1KeystoreConfig < 3) {
- checkUnnamed5582(o.aliases!);
+ checkUnnamed5584(o.aliases!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -4313,14 +4313,14 @@
buildCounterGoogleCloudApigeeV1KeystoreConfig--;
}
-core.List<api.GoogleCloudApigeeV1ApiCategoryData> buildUnnamed5583() {
+core.List<api.GoogleCloudApigeeV1ApiCategoryData> buildUnnamed5585() {
var o = <api.GoogleCloudApigeeV1ApiCategoryData>[];
o.add(buildGoogleCloudApigeeV1ApiCategoryData());
o.add(buildGoogleCloudApigeeV1ApiCategoryData());
return o;
}
-void checkUnnamed5583(core.List<api.GoogleCloudApigeeV1ApiCategoryData> o) {
+void checkUnnamed5585(core.List<api.GoogleCloudApigeeV1ApiCategoryData> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ApiCategoryData(
o[0] as api.GoogleCloudApigeeV1ApiCategoryData);
@@ -4334,7 +4334,7 @@
var o = api.GoogleCloudApigeeV1ListApiCategoriesResponse();
buildCounterGoogleCloudApigeeV1ListApiCategoriesResponse++;
if (buildCounterGoogleCloudApigeeV1ListApiCategoriesResponse < 3) {
- o.data = buildUnnamed5583();
+ o.data = buildUnnamed5585();
o.errorCode = 'foo';
o.message = 'foo';
o.requestId = 'foo';
@@ -4348,7 +4348,7 @@
api.GoogleCloudApigeeV1ListApiCategoriesResponse o) {
buildCounterGoogleCloudApigeeV1ListApiCategoriesResponse++;
if (buildCounterGoogleCloudApigeeV1ListApiCategoriesResponse < 3) {
- checkUnnamed5583(o.data!);
+ checkUnnamed5585(o.data!);
unittest.expect(
o.errorCode!,
unittest.equals('foo'),
@@ -4369,14 +4369,14 @@
buildCounterGoogleCloudApigeeV1ListApiCategoriesResponse--;
}
-core.List<api.GoogleCloudApigeeV1ApiProduct> buildUnnamed5584() {
+core.List<api.GoogleCloudApigeeV1ApiProduct> buildUnnamed5586() {
var o = <api.GoogleCloudApigeeV1ApiProduct>[];
o.add(buildGoogleCloudApigeeV1ApiProduct());
o.add(buildGoogleCloudApigeeV1ApiProduct());
return o;
}
-void checkUnnamed5584(core.List<api.GoogleCloudApigeeV1ApiProduct> o) {
+void checkUnnamed5586(core.List<api.GoogleCloudApigeeV1ApiProduct> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ApiProduct(o[0] as api.GoogleCloudApigeeV1ApiProduct);
checkGoogleCloudApigeeV1ApiProduct(o[1] as api.GoogleCloudApigeeV1ApiProduct);
@@ -4388,7 +4388,7 @@
var o = api.GoogleCloudApigeeV1ListApiProductsResponse();
buildCounterGoogleCloudApigeeV1ListApiProductsResponse++;
if (buildCounterGoogleCloudApigeeV1ListApiProductsResponse < 3) {
- o.apiProduct = buildUnnamed5584();
+ o.apiProduct = buildUnnamed5586();
}
buildCounterGoogleCloudApigeeV1ListApiProductsResponse--;
return o;
@@ -4398,19 +4398,19 @@
api.GoogleCloudApigeeV1ListApiProductsResponse o) {
buildCounterGoogleCloudApigeeV1ListApiProductsResponse++;
if (buildCounterGoogleCloudApigeeV1ListApiProductsResponse < 3) {
- checkUnnamed5584(o.apiProduct!);
+ checkUnnamed5586(o.apiProduct!);
}
buildCounterGoogleCloudApigeeV1ListApiProductsResponse--;
}
-core.List<api.GoogleCloudApigeeV1ApiProxy> buildUnnamed5585() {
+core.List<api.GoogleCloudApigeeV1ApiProxy> buildUnnamed5587() {
var o = <api.GoogleCloudApigeeV1ApiProxy>[];
o.add(buildGoogleCloudApigeeV1ApiProxy());
o.add(buildGoogleCloudApigeeV1ApiProxy());
return o;
}
-void checkUnnamed5585(core.List<api.GoogleCloudApigeeV1ApiProxy> o) {
+void checkUnnamed5587(core.List<api.GoogleCloudApigeeV1ApiProxy> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ApiProxy(o[0] as api.GoogleCloudApigeeV1ApiProxy);
checkGoogleCloudApigeeV1ApiProxy(o[1] as api.GoogleCloudApigeeV1ApiProxy);
@@ -4422,7 +4422,7 @@
var o = api.GoogleCloudApigeeV1ListApiProxiesResponse();
buildCounterGoogleCloudApigeeV1ListApiProxiesResponse++;
if (buildCounterGoogleCloudApigeeV1ListApiProxiesResponse < 3) {
- o.proxies = buildUnnamed5585();
+ o.proxies = buildUnnamed5587();
}
buildCounterGoogleCloudApigeeV1ListApiProxiesResponse--;
return o;
@@ -4432,19 +4432,19 @@
api.GoogleCloudApigeeV1ListApiProxiesResponse o) {
buildCounterGoogleCloudApigeeV1ListApiProxiesResponse++;
if (buildCounterGoogleCloudApigeeV1ListApiProxiesResponse < 3) {
- checkUnnamed5585(o.proxies!);
+ checkUnnamed5587(o.proxies!);
}
buildCounterGoogleCloudApigeeV1ListApiProxiesResponse--;
}
-core.List<api.GoogleCloudApigeeV1App> buildUnnamed5586() {
+core.List<api.GoogleCloudApigeeV1App> buildUnnamed5588() {
var o = <api.GoogleCloudApigeeV1App>[];
o.add(buildGoogleCloudApigeeV1App());
o.add(buildGoogleCloudApigeeV1App());
return o;
}
-void checkUnnamed5586(core.List<api.GoogleCloudApigeeV1App> o) {
+void checkUnnamed5588(core.List<api.GoogleCloudApigeeV1App> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1App(o[0] as api.GoogleCloudApigeeV1App);
checkGoogleCloudApigeeV1App(o[1] as api.GoogleCloudApigeeV1App);
@@ -4456,7 +4456,7 @@
var o = api.GoogleCloudApigeeV1ListAppsResponse();
buildCounterGoogleCloudApigeeV1ListAppsResponse++;
if (buildCounterGoogleCloudApigeeV1ListAppsResponse < 3) {
- o.app = buildUnnamed5586();
+ o.app = buildUnnamed5588();
}
buildCounterGoogleCloudApigeeV1ListAppsResponse--;
return o;
@@ -4466,19 +4466,19 @@
api.GoogleCloudApigeeV1ListAppsResponse o) {
buildCounterGoogleCloudApigeeV1ListAppsResponse++;
if (buildCounterGoogleCloudApigeeV1ListAppsResponse < 3) {
- checkUnnamed5586(o.app!);
+ checkUnnamed5588(o.app!);
}
buildCounterGoogleCloudApigeeV1ListAppsResponse--;
}
-core.List<api.GoogleCloudApigeeV1AsyncQuery> buildUnnamed5587() {
+core.List<api.GoogleCloudApigeeV1AsyncQuery> buildUnnamed5589() {
var o = <api.GoogleCloudApigeeV1AsyncQuery>[];
o.add(buildGoogleCloudApigeeV1AsyncQuery());
o.add(buildGoogleCloudApigeeV1AsyncQuery());
return o;
}
-void checkUnnamed5587(core.List<api.GoogleCloudApigeeV1AsyncQuery> o) {
+void checkUnnamed5589(core.List<api.GoogleCloudApigeeV1AsyncQuery> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1AsyncQuery(o[0] as api.GoogleCloudApigeeV1AsyncQuery);
checkGoogleCloudApigeeV1AsyncQuery(o[1] as api.GoogleCloudApigeeV1AsyncQuery);
@@ -4490,7 +4490,7 @@
var o = api.GoogleCloudApigeeV1ListAsyncQueriesResponse();
buildCounterGoogleCloudApigeeV1ListAsyncQueriesResponse++;
if (buildCounterGoogleCloudApigeeV1ListAsyncQueriesResponse < 3) {
- o.queries = buildUnnamed5587();
+ o.queries = buildUnnamed5589();
}
buildCounterGoogleCloudApigeeV1ListAsyncQueriesResponse--;
return o;
@@ -4500,19 +4500,19 @@
api.GoogleCloudApigeeV1ListAsyncQueriesResponse o) {
buildCounterGoogleCloudApigeeV1ListAsyncQueriesResponse++;
if (buildCounterGoogleCloudApigeeV1ListAsyncQueriesResponse < 3) {
- checkUnnamed5587(o.queries!);
+ checkUnnamed5589(o.queries!);
}
buildCounterGoogleCloudApigeeV1ListAsyncQueriesResponse--;
}
-core.List<api.GoogleCloudApigeeV1CustomReport> buildUnnamed5588() {
+core.List<api.GoogleCloudApigeeV1CustomReport> buildUnnamed5590() {
var o = <api.GoogleCloudApigeeV1CustomReport>[];
o.add(buildGoogleCloudApigeeV1CustomReport());
o.add(buildGoogleCloudApigeeV1CustomReport());
return o;
}
-void checkUnnamed5588(core.List<api.GoogleCloudApigeeV1CustomReport> o) {
+void checkUnnamed5590(core.List<api.GoogleCloudApigeeV1CustomReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1CustomReport(
o[0] as api.GoogleCloudApigeeV1CustomReport);
@@ -4526,7 +4526,7 @@
var o = api.GoogleCloudApigeeV1ListCustomReportsResponse();
buildCounterGoogleCloudApigeeV1ListCustomReportsResponse++;
if (buildCounterGoogleCloudApigeeV1ListCustomReportsResponse < 3) {
- o.qualifier = buildUnnamed5588();
+ o.qualifier = buildUnnamed5590();
}
buildCounterGoogleCloudApigeeV1ListCustomReportsResponse--;
return o;
@@ -4536,19 +4536,19 @@
api.GoogleCloudApigeeV1ListCustomReportsResponse o) {
buildCounterGoogleCloudApigeeV1ListCustomReportsResponse++;
if (buildCounterGoogleCloudApigeeV1ListCustomReportsResponse < 3) {
- checkUnnamed5588(o.qualifier!);
+ checkUnnamed5590(o.qualifier!);
}
buildCounterGoogleCloudApigeeV1ListCustomReportsResponse--;
}
-core.List<api.GoogleCloudApigeeV1DataCollector> buildUnnamed5589() {
+core.List<api.GoogleCloudApigeeV1DataCollector> buildUnnamed5591() {
var o = <api.GoogleCloudApigeeV1DataCollector>[];
o.add(buildGoogleCloudApigeeV1DataCollector());
o.add(buildGoogleCloudApigeeV1DataCollector());
return o;
}
-void checkUnnamed5589(core.List<api.GoogleCloudApigeeV1DataCollector> o) {
+void checkUnnamed5591(core.List<api.GoogleCloudApigeeV1DataCollector> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DataCollector(
o[0] as api.GoogleCloudApigeeV1DataCollector);
@@ -4562,7 +4562,7 @@
var o = api.GoogleCloudApigeeV1ListDataCollectorsResponse();
buildCounterGoogleCloudApigeeV1ListDataCollectorsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDataCollectorsResponse < 3) {
- o.dataCollectors = buildUnnamed5589();
+ o.dataCollectors = buildUnnamed5591();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudApigeeV1ListDataCollectorsResponse--;
@@ -4573,7 +4573,7 @@
api.GoogleCloudApigeeV1ListDataCollectorsResponse o) {
buildCounterGoogleCloudApigeeV1ListDataCollectorsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDataCollectorsResponse < 3) {
- checkUnnamed5589(o.dataCollectors!);
+ checkUnnamed5591(o.dataCollectors!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4582,14 +4582,14 @@
buildCounterGoogleCloudApigeeV1ListDataCollectorsResponse--;
}
-core.List<api.GoogleCloudApigeeV1Datastore> buildUnnamed5590() {
+core.List<api.GoogleCloudApigeeV1Datastore> buildUnnamed5592() {
var o = <api.GoogleCloudApigeeV1Datastore>[];
o.add(buildGoogleCloudApigeeV1Datastore());
o.add(buildGoogleCloudApigeeV1Datastore());
return o;
}
-void checkUnnamed5590(core.List<api.GoogleCloudApigeeV1Datastore> o) {
+void checkUnnamed5592(core.List<api.GoogleCloudApigeeV1Datastore> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Datastore(o[0] as api.GoogleCloudApigeeV1Datastore);
checkGoogleCloudApigeeV1Datastore(o[1] as api.GoogleCloudApigeeV1Datastore);
@@ -4601,7 +4601,7 @@
var o = api.GoogleCloudApigeeV1ListDatastoresResponse();
buildCounterGoogleCloudApigeeV1ListDatastoresResponse++;
if (buildCounterGoogleCloudApigeeV1ListDatastoresResponse < 3) {
- o.datastores = buildUnnamed5590();
+ o.datastores = buildUnnamed5592();
}
buildCounterGoogleCloudApigeeV1ListDatastoresResponse--;
return o;
@@ -4611,19 +4611,19 @@
api.GoogleCloudApigeeV1ListDatastoresResponse o) {
buildCounterGoogleCloudApigeeV1ListDatastoresResponse++;
if (buildCounterGoogleCloudApigeeV1ListDatastoresResponse < 3) {
- checkUnnamed5590(o.datastores!);
+ checkUnnamed5592(o.datastores!);
}
buildCounterGoogleCloudApigeeV1ListDatastoresResponse--;
}
-core.List<api.GoogleCloudApigeeV1Session> buildUnnamed5591() {
+core.List<api.GoogleCloudApigeeV1Session> buildUnnamed5593() {
var o = <api.GoogleCloudApigeeV1Session>[];
o.add(buildGoogleCloudApigeeV1Session());
o.add(buildGoogleCloudApigeeV1Session());
return o;
}
-void checkUnnamed5591(core.List<api.GoogleCloudApigeeV1Session> o) {
+void checkUnnamed5593(core.List<api.GoogleCloudApigeeV1Session> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Session(o[0] as api.GoogleCloudApigeeV1Session);
checkGoogleCloudApigeeV1Session(o[1] as api.GoogleCloudApigeeV1Session);
@@ -4636,7 +4636,7 @@
buildCounterGoogleCloudApigeeV1ListDebugSessionsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDebugSessionsResponse < 3) {
o.nextPageToken = 'foo';
- o.sessions = buildUnnamed5591();
+ o.sessions = buildUnnamed5593();
}
buildCounterGoogleCloudApigeeV1ListDebugSessionsResponse--;
return o;
@@ -4650,19 +4650,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5591(o.sessions!);
+ checkUnnamed5593(o.sessions!);
}
buildCounterGoogleCloudApigeeV1ListDebugSessionsResponse--;
}
-core.List<api.GoogleCloudApigeeV1Deployment> buildUnnamed5592() {
+core.List<api.GoogleCloudApigeeV1Deployment> buildUnnamed5594() {
var o = <api.GoogleCloudApigeeV1Deployment>[];
o.add(buildGoogleCloudApigeeV1Deployment());
o.add(buildGoogleCloudApigeeV1Deployment());
return o;
}
-void checkUnnamed5592(core.List<api.GoogleCloudApigeeV1Deployment> o) {
+void checkUnnamed5594(core.List<api.GoogleCloudApigeeV1Deployment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Deployment(o[0] as api.GoogleCloudApigeeV1Deployment);
checkGoogleCloudApigeeV1Deployment(o[1] as api.GoogleCloudApigeeV1Deployment);
@@ -4674,7 +4674,7 @@
var o = api.GoogleCloudApigeeV1ListDeploymentsResponse();
buildCounterGoogleCloudApigeeV1ListDeploymentsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDeploymentsResponse < 3) {
- o.deployments = buildUnnamed5592();
+ o.deployments = buildUnnamed5594();
}
buildCounterGoogleCloudApigeeV1ListDeploymentsResponse--;
return o;
@@ -4684,19 +4684,19 @@
api.GoogleCloudApigeeV1ListDeploymentsResponse o) {
buildCounterGoogleCloudApigeeV1ListDeploymentsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDeploymentsResponse < 3) {
- checkUnnamed5592(o.deployments!);
+ checkUnnamed5594(o.deployments!);
}
buildCounterGoogleCloudApigeeV1ListDeploymentsResponse--;
}
-core.List<api.GoogleCloudApigeeV1DeveloperApp> buildUnnamed5593() {
+core.List<api.GoogleCloudApigeeV1DeveloperApp> buildUnnamed5595() {
var o = <api.GoogleCloudApigeeV1DeveloperApp>[];
o.add(buildGoogleCloudApigeeV1DeveloperApp());
o.add(buildGoogleCloudApigeeV1DeveloperApp());
return o;
}
-void checkUnnamed5593(core.List<api.GoogleCloudApigeeV1DeveloperApp> o) {
+void checkUnnamed5595(core.List<api.GoogleCloudApigeeV1DeveloperApp> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DeveloperApp(
o[0] as api.GoogleCloudApigeeV1DeveloperApp);
@@ -4710,7 +4710,7 @@
var o = api.GoogleCloudApigeeV1ListDeveloperAppsResponse();
buildCounterGoogleCloudApigeeV1ListDeveloperAppsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDeveloperAppsResponse < 3) {
- o.app = buildUnnamed5593();
+ o.app = buildUnnamed5595();
}
buildCounterGoogleCloudApigeeV1ListDeveloperAppsResponse--;
return o;
@@ -4720,20 +4720,20 @@
api.GoogleCloudApigeeV1ListDeveloperAppsResponse o) {
buildCounterGoogleCloudApigeeV1ListDeveloperAppsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDeveloperAppsResponse < 3) {
- checkUnnamed5593(o.app!);
+ checkUnnamed5595(o.app!);
}
buildCounterGoogleCloudApigeeV1ListDeveloperAppsResponse--;
}
core.List<api.GoogleCloudApigeeV1EnvironmentGroupAttachment>
- buildUnnamed5594() {
+ buildUnnamed5596() {
var o = <api.GoogleCloudApigeeV1EnvironmentGroupAttachment>[];
o.add(buildGoogleCloudApigeeV1EnvironmentGroupAttachment());
o.add(buildGoogleCloudApigeeV1EnvironmentGroupAttachment());
return o;
}
-void checkUnnamed5594(
+void checkUnnamed5596(
core.List<api.GoogleCloudApigeeV1EnvironmentGroupAttachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1EnvironmentGroupAttachment(
@@ -4750,7 +4750,7 @@
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse++;
if (buildCounterGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse <
3) {
- o.environmentGroupAttachments = buildUnnamed5594();
+ o.environmentGroupAttachments = buildUnnamed5596();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse--;
@@ -4762,7 +4762,7 @@
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse++;
if (buildCounterGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse <
3) {
- checkUnnamed5594(o.environmentGroupAttachments!);
+ checkUnnamed5596(o.environmentGroupAttachments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4771,14 +4771,14 @@
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse--;
}
-core.List<api.GoogleCloudApigeeV1EnvironmentGroup> buildUnnamed5595() {
+core.List<api.GoogleCloudApigeeV1EnvironmentGroup> buildUnnamed5597() {
var o = <api.GoogleCloudApigeeV1EnvironmentGroup>[];
o.add(buildGoogleCloudApigeeV1EnvironmentGroup());
o.add(buildGoogleCloudApigeeV1EnvironmentGroup());
return o;
}
-void checkUnnamed5595(core.List<api.GoogleCloudApigeeV1EnvironmentGroup> o) {
+void checkUnnamed5597(core.List<api.GoogleCloudApigeeV1EnvironmentGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1EnvironmentGroup(
o[0] as api.GoogleCloudApigeeV1EnvironmentGroup);
@@ -4792,7 +4792,7 @@
var o = api.GoogleCloudApigeeV1ListEnvironmentGroupsResponse();
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupsResponse++;
if (buildCounterGoogleCloudApigeeV1ListEnvironmentGroupsResponse < 3) {
- o.environmentGroups = buildUnnamed5595();
+ o.environmentGroups = buildUnnamed5597();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupsResponse--;
@@ -4803,7 +4803,7 @@
api.GoogleCloudApigeeV1ListEnvironmentGroupsResponse o) {
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupsResponse++;
if (buildCounterGoogleCloudApigeeV1ListEnvironmentGroupsResponse < 3) {
- checkUnnamed5595(o.environmentGroups!);
+ checkUnnamed5597(o.environmentGroups!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4812,14 +4812,14 @@
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupsResponse--;
}
-core.List<api.GoogleCloudApigeeV1ResourceFile> buildUnnamed5596() {
+core.List<api.GoogleCloudApigeeV1ResourceFile> buildUnnamed5598() {
var o = <api.GoogleCloudApigeeV1ResourceFile>[];
o.add(buildGoogleCloudApigeeV1ResourceFile());
o.add(buildGoogleCloudApigeeV1ResourceFile());
return o;
}
-void checkUnnamed5596(core.List<api.GoogleCloudApigeeV1ResourceFile> o) {
+void checkUnnamed5598(core.List<api.GoogleCloudApigeeV1ResourceFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ResourceFile(
o[0] as api.GoogleCloudApigeeV1ResourceFile);
@@ -4833,7 +4833,7 @@
var o = api.GoogleCloudApigeeV1ListEnvironmentResourcesResponse();
buildCounterGoogleCloudApigeeV1ListEnvironmentResourcesResponse++;
if (buildCounterGoogleCloudApigeeV1ListEnvironmentResourcesResponse < 3) {
- o.resourceFile = buildUnnamed5596();
+ o.resourceFile = buildUnnamed5598();
}
buildCounterGoogleCloudApigeeV1ListEnvironmentResourcesResponse--;
return o;
@@ -4843,19 +4843,19 @@
api.GoogleCloudApigeeV1ListEnvironmentResourcesResponse o) {
buildCounterGoogleCloudApigeeV1ListEnvironmentResourcesResponse++;
if (buildCounterGoogleCloudApigeeV1ListEnvironmentResourcesResponse < 3) {
- checkUnnamed5596(o.resourceFile!);
+ checkUnnamed5598(o.resourceFile!);
}
buildCounterGoogleCloudApigeeV1ListEnvironmentResourcesResponse--;
}
-core.List<api.GoogleCloudApigeeV1Export> buildUnnamed5597() {
+core.List<api.GoogleCloudApigeeV1Export> buildUnnamed5599() {
var o = <api.GoogleCloudApigeeV1Export>[];
o.add(buildGoogleCloudApigeeV1Export());
o.add(buildGoogleCloudApigeeV1Export());
return o;
}
-void checkUnnamed5597(core.List<api.GoogleCloudApigeeV1Export> o) {
+void checkUnnamed5599(core.List<api.GoogleCloudApigeeV1Export> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Export(o[0] as api.GoogleCloudApigeeV1Export);
checkGoogleCloudApigeeV1Export(o[1] as api.GoogleCloudApigeeV1Export);
@@ -4867,7 +4867,7 @@
var o = api.GoogleCloudApigeeV1ListExportsResponse();
buildCounterGoogleCloudApigeeV1ListExportsResponse++;
if (buildCounterGoogleCloudApigeeV1ListExportsResponse < 3) {
- o.exports = buildUnnamed5597();
+ o.exports = buildUnnamed5599();
}
buildCounterGoogleCloudApigeeV1ListExportsResponse--;
return o;
@@ -4877,19 +4877,19 @@
api.GoogleCloudApigeeV1ListExportsResponse o) {
buildCounterGoogleCloudApigeeV1ListExportsResponse++;
if (buildCounterGoogleCloudApigeeV1ListExportsResponse < 3) {
- checkUnnamed5597(o.exports!);
+ checkUnnamed5599(o.exports!);
}
buildCounterGoogleCloudApigeeV1ListExportsResponse--;
}
-core.List<api.GoogleCloudApigeeV1ServiceIssuersMapping> buildUnnamed5598() {
+core.List<api.GoogleCloudApigeeV1ServiceIssuersMapping> buildUnnamed5600() {
var o = <api.GoogleCloudApigeeV1ServiceIssuersMapping>[];
o.add(buildGoogleCloudApigeeV1ServiceIssuersMapping());
o.add(buildGoogleCloudApigeeV1ServiceIssuersMapping());
return o;
}
-void checkUnnamed5598(
+void checkUnnamed5600(
core.List<api.GoogleCloudApigeeV1ServiceIssuersMapping> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ServiceIssuersMapping(
@@ -4904,7 +4904,7 @@
var o = api.GoogleCloudApigeeV1ListHybridIssuersResponse();
buildCounterGoogleCloudApigeeV1ListHybridIssuersResponse++;
if (buildCounterGoogleCloudApigeeV1ListHybridIssuersResponse < 3) {
- o.issuers = buildUnnamed5598();
+ o.issuers = buildUnnamed5600();
}
buildCounterGoogleCloudApigeeV1ListHybridIssuersResponse--;
return o;
@@ -4914,19 +4914,19 @@
api.GoogleCloudApigeeV1ListHybridIssuersResponse o) {
buildCounterGoogleCloudApigeeV1ListHybridIssuersResponse++;
if (buildCounterGoogleCloudApigeeV1ListHybridIssuersResponse < 3) {
- checkUnnamed5598(o.issuers!);
+ checkUnnamed5600(o.issuers!);
}
buildCounterGoogleCloudApigeeV1ListHybridIssuersResponse--;
}
-core.List<api.GoogleCloudApigeeV1InstanceAttachment> buildUnnamed5599() {
+core.List<api.GoogleCloudApigeeV1InstanceAttachment> buildUnnamed5601() {
var o = <api.GoogleCloudApigeeV1InstanceAttachment>[];
o.add(buildGoogleCloudApigeeV1InstanceAttachment());
o.add(buildGoogleCloudApigeeV1InstanceAttachment());
return o;
}
-void checkUnnamed5599(core.List<api.GoogleCloudApigeeV1InstanceAttachment> o) {
+void checkUnnamed5601(core.List<api.GoogleCloudApigeeV1InstanceAttachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1InstanceAttachment(
o[0] as api.GoogleCloudApigeeV1InstanceAttachment);
@@ -4940,7 +4940,7 @@
var o = api.GoogleCloudApigeeV1ListInstanceAttachmentsResponse();
buildCounterGoogleCloudApigeeV1ListInstanceAttachmentsResponse++;
if (buildCounterGoogleCloudApigeeV1ListInstanceAttachmentsResponse < 3) {
- o.attachments = buildUnnamed5599();
+ o.attachments = buildUnnamed5601();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudApigeeV1ListInstanceAttachmentsResponse--;
@@ -4951,7 +4951,7 @@
api.GoogleCloudApigeeV1ListInstanceAttachmentsResponse o) {
buildCounterGoogleCloudApigeeV1ListInstanceAttachmentsResponse++;
if (buildCounterGoogleCloudApigeeV1ListInstanceAttachmentsResponse < 3) {
- checkUnnamed5599(o.attachments!);
+ checkUnnamed5601(o.attachments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4960,14 +4960,14 @@
buildCounterGoogleCloudApigeeV1ListInstanceAttachmentsResponse--;
}
-core.List<api.GoogleCloudApigeeV1Instance> buildUnnamed5600() {
+core.List<api.GoogleCloudApigeeV1Instance> buildUnnamed5602() {
var o = <api.GoogleCloudApigeeV1Instance>[];
o.add(buildGoogleCloudApigeeV1Instance());
o.add(buildGoogleCloudApigeeV1Instance());
return o;
}
-void checkUnnamed5600(core.List<api.GoogleCloudApigeeV1Instance> o) {
+void checkUnnamed5602(core.List<api.GoogleCloudApigeeV1Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Instance(o[0] as api.GoogleCloudApigeeV1Instance);
checkGoogleCloudApigeeV1Instance(o[1] as api.GoogleCloudApigeeV1Instance);
@@ -4979,7 +4979,7 @@
var o = api.GoogleCloudApigeeV1ListInstancesResponse();
buildCounterGoogleCloudApigeeV1ListInstancesResponse++;
if (buildCounterGoogleCloudApigeeV1ListInstancesResponse < 3) {
- o.instances = buildUnnamed5600();
+ o.instances = buildUnnamed5602();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudApigeeV1ListInstancesResponse--;
@@ -4990,7 +4990,7 @@
api.GoogleCloudApigeeV1ListInstancesResponse o) {
buildCounterGoogleCloudApigeeV1ListInstancesResponse++;
if (buildCounterGoogleCloudApigeeV1ListInstancesResponse < 3) {
- checkUnnamed5600(o.instances!);
+ checkUnnamed5602(o.instances!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4999,14 +4999,14 @@
buildCounterGoogleCloudApigeeV1ListInstancesResponse--;
}
-core.List<api.GoogleCloudApigeeV1NatAddress> buildUnnamed5601() {
+core.List<api.GoogleCloudApigeeV1NatAddress> buildUnnamed5603() {
var o = <api.GoogleCloudApigeeV1NatAddress>[];
o.add(buildGoogleCloudApigeeV1NatAddress());
o.add(buildGoogleCloudApigeeV1NatAddress());
return o;
}
-void checkUnnamed5601(core.List<api.GoogleCloudApigeeV1NatAddress> o) {
+void checkUnnamed5603(core.List<api.GoogleCloudApigeeV1NatAddress> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1NatAddress(o[0] as api.GoogleCloudApigeeV1NatAddress);
checkGoogleCloudApigeeV1NatAddress(o[1] as api.GoogleCloudApigeeV1NatAddress);
@@ -5018,7 +5018,7 @@
var o = api.GoogleCloudApigeeV1ListNatAddressesResponse();
buildCounterGoogleCloudApigeeV1ListNatAddressesResponse++;
if (buildCounterGoogleCloudApigeeV1ListNatAddressesResponse < 3) {
- o.natAddresses = buildUnnamed5601();
+ o.natAddresses = buildUnnamed5603();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudApigeeV1ListNatAddressesResponse--;
@@ -5029,7 +5029,7 @@
api.GoogleCloudApigeeV1ListNatAddressesResponse o) {
buildCounterGoogleCloudApigeeV1ListNatAddressesResponse++;
if (buildCounterGoogleCloudApigeeV1ListNatAddressesResponse < 3) {
- checkUnnamed5601(o.natAddresses!);
+ checkUnnamed5603(o.natAddresses!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5038,14 +5038,14 @@
buildCounterGoogleCloudApigeeV1ListNatAddressesResponse--;
}
-core.List<api.GoogleCloudApigeeV1Developer> buildUnnamed5602() {
+core.List<api.GoogleCloudApigeeV1Developer> buildUnnamed5604() {
var o = <api.GoogleCloudApigeeV1Developer>[];
o.add(buildGoogleCloudApigeeV1Developer());
o.add(buildGoogleCloudApigeeV1Developer());
return o;
}
-void checkUnnamed5602(core.List<api.GoogleCloudApigeeV1Developer> o) {
+void checkUnnamed5604(core.List<api.GoogleCloudApigeeV1Developer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Developer(o[0] as api.GoogleCloudApigeeV1Developer);
checkGoogleCloudApigeeV1Developer(o[1] as api.GoogleCloudApigeeV1Developer);
@@ -5057,7 +5057,7 @@
var o = api.GoogleCloudApigeeV1ListOfDevelopersResponse();
buildCounterGoogleCloudApigeeV1ListOfDevelopersResponse++;
if (buildCounterGoogleCloudApigeeV1ListOfDevelopersResponse < 3) {
- o.developer = buildUnnamed5602();
+ o.developer = buildUnnamed5604();
}
buildCounterGoogleCloudApigeeV1ListOfDevelopersResponse--;
return o;
@@ -5067,20 +5067,20 @@
api.GoogleCloudApigeeV1ListOfDevelopersResponse o) {
buildCounterGoogleCloudApigeeV1ListOfDevelopersResponse++;
if (buildCounterGoogleCloudApigeeV1ListOfDevelopersResponse < 3) {
- checkUnnamed5602(o.developer!);
+ checkUnnamed5604(o.developer!);
}
buildCounterGoogleCloudApigeeV1ListOfDevelopersResponse--;
}
core.List<api.GoogleCloudApigeeV1OrganizationProjectMapping>
- buildUnnamed5603() {
+ buildUnnamed5605() {
var o = <api.GoogleCloudApigeeV1OrganizationProjectMapping>[];
o.add(buildGoogleCloudApigeeV1OrganizationProjectMapping());
o.add(buildGoogleCloudApigeeV1OrganizationProjectMapping());
return o;
}
-void checkUnnamed5603(
+void checkUnnamed5605(
core.List<api.GoogleCloudApigeeV1OrganizationProjectMapping> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1OrganizationProjectMapping(
@@ -5095,7 +5095,7 @@
var o = api.GoogleCloudApigeeV1ListOrganizationsResponse();
buildCounterGoogleCloudApigeeV1ListOrganizationsResponse++;
if (buildCounterGoogleCloudApigeeV1ListOrganizationsResponse < 3) {
- o.organizations = buildUnnamed5603();
+ o.organizations = buildUnnamed5605();
}
buildCounterGoogleCloudApigeeV1ListOrganizationsResponse--;
return o;
@@ -5105,19 +5105,19 @@
api.GoogleCloudApigeeV1ListOrganizationsResponse o) {
buildCounterGoogleCloudApigeeV1ListOrganizationsResponse++;
if (buildCounterGoogleCloudApigeeV1ListOrganizationsResponse < 3) {
- checkUnnamed5603(o.organizations!);
+ checkUnnamed5605(o.organizations!);
}
buildCounterGoogleCloudApigeeV1ListOrganizationsResponse--;
}
-core.List<api.GoogleCloudApigeeV1SharedFlow> buildUnnamed5604() {
+core.List<api.GoogleCloudApigeeV1SharedFlow> buildUnnamed5606() {
var o = <api.GoogleCloudApigeeV1SharedFlow>[];
o.add(buildGoogleCloudApigeeV1SharedFlow());
o.add(buildGoogleCloudApigeeV1SharedFlow());
return o;
}
-void checkUnnamed5604(core.List<api.GoogleCloudApigeeV1SharedFlow> o) {
+void checkUnnamed5606(core.List<api.GoogleCloudApigeeV1SharedFlow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1SharedFlow(o[0] as api.GoogleCloudApigeeV1SharedFlow);
checkGoogleCloudApigeeV1SharedFlow(o[1] as api.GoogleCloudApigeeV1SharedFlow);
@@ -5129,7 +5129,7 @@
var o = api.GoogleCloudApigeeV1ListSharedFlowsResponse();
buildCounterGoogleCloudApigeeV1ListSharedFlowsResponse++;
if (buildCounterGoogleCloudApigeeV1ListSharedFlowsResponse < 3) {
- o.sharedFlows = buildUnnamed5604();
+ o.sharedFlows = buildUnnamed5606();
}
buildCounterGoogleCloudApigeeV1ListSharedFlowsResponse--;
return o;
@@ -5139,19 +5139,19 @@
api.GoogleCloudApigeeV1ListSharedFlowsResponse o) {
buildCounterGoogleCloudApigeeV1ListSharedFlowsResponse++;
if (buildCounterGoogleCloudApigeeV1ListSharedFlowsResponse < 3) {
- checkUnnamed5604(o.sharedFlows!);
+ checkUnnamed5606(o.sharedFlows!);
}
buildCounterGoogleCloudApigeeV1ListSharedFlowsResponse--;
}
-core.List<core.String> buildUnnamed5605() {
+core.List<core.String> buildUnnamed5607() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5605(core.List<core.String> o) {
+void checkUnnamed5607(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5163,14 +5163,14 @@
);
}
-core.List<core.String> buildUnnamed5606() {
+core.List<core.String> buildUnnamed5608() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5606(core.List<core.String> o) {
+void checkUnnamed5608(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5187,8 +5187,8 @@
var o = api.GoogleCloudApigeeV1Metadata();
buildCounterGoogleCloudApigeeV1Metadata++;
if (buildCounterGoogleCloudApigeeV1Metadata < 3) {
- o.errors = buildUnnamed5605();
- o.notices = buildUnnamed5606();
+ o.errors = buildUnnamed5607();
+ o.notices = buildUnnamed5608();
}
buildCounterGoogleCloudApigeeV1Metadata--;
return o;
@@ -5197,13 +5197,13 @@
void checkGoogleCloudApigeeV1Metadata(api.GoogleCloudApigeeV1Metadata o) {
buildCounterGoogleCloudApigeeV1Metadata++;
if (buildCounterGoogleCloudApigeeV1Metadata < 3) {
- checkUnnamed5605(o.errors!);
- checkUnnamed5606(o.notices!);
+ checkUnnamed5607(o.errors!);
+ checkUnnamed5608(o.notices!);
}
buildCounterGoogleCloudApigeeV1Metadata--;
}
-core.List<core.Object> buildUnnamed5607() {
+core.List<core.Object> buildUnnamed5609() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -5218,7 +5218,7 @@
return o;
}
-void checkUnnamed5607(core.List<core.Object> o) {
+void checkUnnamed5609(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o[0]) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -5256,7 +5256,7 @@
buildCounterGoogleCloudApigeeV1Metric++;
if (buildCounterGoogleCloudApigeeV1Metric < 3) {
o.name = 'foo';
- o.values = buildUnnamed5607();
+ o.values = buildUnnamed5609();
}
buildCounterGoogleCloudApigeeV1Metric--;
return o;
@@ -5269,7 +5269,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5607(o.values!);
+ checkUnnamed5609(o.values!);
}
buildCounterGoogleCloudApigeeV1Metric--;
}
@@ -5306,14 +5306,14 @@
buildCounterGoogleCloudApigeeV1NatAddress--;
}
-core.List<core.String> buildUnnamed5608() {
+core.List<core.String> buildUnnamed5610() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5608(core.List<core.String> o) {
+void checkUnnamed5610(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5330,7 +5330,7 @@
var o = api.GoogleCloudApigeeV1Operation();
buildCounterGoogleCloudApigeeV1Operation++;
if (buildCounterGoogleCloudApigeeV1Operation < 3) {
- o.methods = buildUnnamed5608();
+ o.methods = buildUnnamed5610();
o.resource = 'foo';
}
buildCounterGoogleCloudApigeeV1Operation--;
@@ -5340,7 +5340,7 @@
void checkGoogleCloudApigeeV1Operation(api.GoogleCloudApigeeV1Operation o) {
buildCounterGoogleCloudApigeeV1Operation++;
if (buildCounterGoogleCloudApigeeV1Operation < 3) {
- checkUnnamed5608(o.methods!);
+ checkUnnamed5610(o.methods!);
unittest.expect(
o.resource!,
unittest.equals('foo'),
@@ -5349,27 +5349,27 @@
buildCounterGoogleCloudApigeeV1Operation--;
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5609() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5611() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed5609(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed5611(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
-core.List<api.GoogleCloudApigeeV1Operation> buildUnnamed5610() {
+core.List<api.GoogleCloudApigeeV1Operation> buildUnnamed5612() {
var o = <api.GoogleCloudApigeeV1Operation>[];
o.add(buildGoogleCloudApigeeV1Operation());
o.add(buildGoogleCloudApigeeV1Operation());
return o;
}
-void checkUnnamed5610(core.List<api.GoogleCloudApigeeV1Operation> o) {
+void checkUnnamed5612(core.List<api.GoogleCloudApigeeV1Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Operation(o[0] as api.GoogleCloudApigeeV1Operation);
checkGoogleCloudApigeeV1Operation(o[1] as api.GoogleCloudApigeeV1Operation);
@@ -5382,8 +5382,8 @@
buildCounterGoogleCloudApigeeV1OperationConfig++;
if (buildCounterGoogleCloudApigeeV1OperationConfig < 3) {
o.apiSource = 'foo';
- o.attributes = buildUnnamed5609();
- o.operations = buildUnnamed5610();
+ o.attributes = buildUnnamed5611();
+ o.operations = buildUnnamed5612();
o.quota = buildGoogleCloudApigeeV1Quota();
}
buildCounterGoogleCloudApigeeV1OperationConfig--;
@@ -5398,21 +5398,21 @@
o.apiSource!,
unittest.equals('foo'),
);
- checkUnnamed5609(o.attributes!);
- checkUnnamed5610(o.operations!);
+ checkUnnamed5611(o.attributes!);
+ checkUnnamed5612(o.operations!);
checkGoogleCloudApigeeV1Quota(o.quota! as api.GoogleCloudApigeeV1Quota);
}
buildCounterGoogleCloudApigeeV1OperationConfig--;
}
-core.List<api.GoogleCloudApigeeV1OperationConfig> buildUnnamed5611() {
+core.List<api.GoogleCloudApigeeV1OperationConfig> buildUnnamed5613() {
var o = <api.GoogleCloudApigeeV1OperationConfig>[];
o.add(buildGoogleCloudApigeeV1OperationConfig());
o.add(buildGoogleCloudApigeeV1OperationConfig());
return o;
}
-void checkUnnamed5611(core.List<api.GoogleCloudApigeeV1OperationConfig> o) {
+void checkUnnamed5613(core.List<api.GoogleCloudApigeeV1OperationConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1OperationConfig(
o[0] as api.GoogleCloudApigeeV1OperationConfig);
@@ -5426,7 +5426,7 @@
buildCounterGoogleCloudApigeeV1OperationGroup++;
if (buildCounterGoogleCloudApigeeV1OperationGroup < 3) {
o.operationConfigType = 'foo';
- o.operationConfigs = buildUnnamed5611();
+ o.operationConfigs = buildUnnamed5613();
}
buildCounterGoogleCloudApigeeV1OperationGroup--;
return o;
@@ -5440,7 +5440,7 @@
o.operationConfigType!,
unittest.equals('foo'),
);
- checkUnnamed5611(o.operationConfigs!);
+ checkUnnamed5613(o.operationConfigs!);
}
buildCounterGoogleCloudApigeeV1OperationGroup--;
}
@@ -5500,7 +5500,7 @@
buildCounterGoogleCloudApigeeV1OptimizedStats--;
}
-core.List<core.Object> buildUnnamed5612() {
+core.List<core.Object> buildUnnamed5614() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -5515,7 +5515,7 @@
return o;
}
-void checkUnnamed5612(core.List<core.Object> o) {
+void checkUnnamed5614(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o[0]) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -5553,7 +5553,7 @@
var o = api.GoogleCloudApigeeV1OptimizedStatsNode();
buildCounterGoogleCloudApigeeV1OptimizedStatsNode++;
if (buildCounterGoogleCloudApigeeV1OptimizedStatsNode < 3) {
- o.data = buildUnnamed5612();
+ o.data = buildUnnamed5614();
}
buildCounterGoogleCloudApigeeV1OptimizedStatsNode--;
return o;
@@ -5563,78 +5563,11 @@
api.GoogleCloudApigeeV1OptimizedStatsNode o) {
buildCounterGoogleCloudApigeeV1OptimizedStatsNode++;
if (buildCounterGoogleCloudApigeeV1OptimizedStatsNode < 3) {
- checkUnnamed5612(o.data!);
+ checkUnnamed5614(o.data!);
}
buildCounterGoogleCloudApigeeV1OptimizedStatsNode--;
}
-core.List<core.String> buildUnnamed5613() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5613(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterGoogleCloudApigeeV1OptimizedStatsResponse = 0;
-api.GoogleCloudApigeeV1OptimizedStatsResponse
- buildGoogleCloudApigeeV1OptimizedStatsResponse() {
- var o = api.GoogleCloudApigeeV1OptimizedStatsResponse();
- buildCounterGoogleCloudApigeeV1OptimizedStatsResponse++;
- if (buildCounterGoogleCloudApigeeV1OptimizedStatsResponse < 3) {
- o.TimeUnit = buildUnnamed5613();
- o.metaData = buildGoogleCloudApigeeV1Metadata();
- o.resultTruncated = true;
- o.stats = buildGoogleCloudApigeeV1OptimizedStatsNode();
- }
- buildCounterGoogleCloudApigeeV1OptimizedStatsResponse--;
- return o;
-}
-
-void checkGoogleCloudApigeeV1OptimizedStatsResponse(
- api.GoogleCloudApigeeV1OptimizedStatsResponse o) {
- buildCounterGoogleCloudApigeeV1OptimizedStatsResponse++;
- if (buildCounterGoogleCloudApigeeV1OptimizedStatsResponse < 3) {
- checkUnnamed5613(o.TimeUnit!);
- checkGoogleCloudApigeeV1Metadata(
- o.metaData! as api.GoogleCloudApigeeV1Metadata);
- unittest.expect(o.resultTruncated!, unittest.isTrue);
- checkGoogleCloudApigeeV1OptimizedStatsNode(
- o.stats! as api.GoogleCloudApigeeV1OptimizedStatsNode);
- }
- buildCounterGoogleCloudApigeeV1OptimizedStatsResponse--;
-}
-
-core.List<core.String> buildUnnamed5614() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5614(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5615() {
var o = <core.String>[];
o.add('foo');
@@ -5654,13 +5587,80 @@
);
}
+core.int buildCounterGoogleCloudApigeeV1OptimizedStatsResponse = 0;
+api.GoogleCloudApigeeV1OptimizedStatsResponse
+ buildGoogleCloudApigeeV1OptimizedStatsResponse() {
+ var o = api.GoogleCloudApigeeV1OptimizedStatsResponse();
+ buildCounterGoogleCloudApigeeV1OptimizedStatsResponse++;
+ if (buildCounterGoogleCloudApigeeV1OptimizedStatsResponse < 3) {
+ o.TimeUnit = buildUnnamed5615();
+ o.metaData = buildGoogleCloudApigeeV1Metadata();
+ o.resultTruncated = true;
+ o.stats = buildGoogleCloudApigeeV1OptimizedStatsNode();
+ }
+ buildCounterGoogleCloudApigeeV1OptimizedStatsResponse--;
+ return o;
+}
+
+void checkGoogleCloudApigeeV1OptimizedStatsResponse(
+ api.GoogleCloudApigeeV1OptimizedStatsResponse o) {
+ buildCounterGoogleCloudApigeeV1OptimizedStatsResponse++;
+ if (buildCounterGoogleCloudApigeeV1OptimizedStatsResponse < 3) {
+ checkUnnamed5615(o.TimeUnit!);
+ checkGoogleCloudApigeeV1Metadata(
+ o.metaData! as api.GoogleCloudApigeeV1Metadata);
+ unittest.expect(o.resultTruncated!, unittest.isTrue);
+ checkGoogleCloudApigeeV1OptimizedStatsNode(
+ o.stats! as api.GoogleCloudApigeeV1OptimizedStatsNode);
+ }
+ buildCounterGoogleCloudApigeeV1OptimizedStatsResponse--;
+}
+
+core.List<core.String> buildUnnamed5616() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5616(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5617() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5617(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleCloudApigeeV1Organization = 0;
api.GoogleCloudApigeeV1Organization buildGoogleCloudApigeeV1Organization() {
var o = api.GoogleCloudApigeeV1Organization();
buildCounterGoogleCloudApigeeV1Organization++;
if (buildCounterGoogleCloudApigeeV1Organization < 3) {
o.analyticsRegion = 'foo';
- o.attributes = buildUnnamed5614();
+ o.attributes = buildUnnamed5616();
o.authorizedNetwork = 'foo';
o.billingType = 'foo';
o.caCertificate = 'foo';
@@ -5668,7 +5668,8 @@
o.customerName = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.environments = buildUnnamed5615();
+ o.environments = buildUnnamed5617();
+ o.expiresAt = 'foo';
o.lastModifiedAt = 'foo';
o.name = 'foo';
o.projectId = 'foo';
@@ -5691,7 +5692,7 @@
o.analyticsRegion!,
unittest.equals('foo'),
);
- checkUnnamed5614(o.attributes!);
+ checkUnnamed5616(o.attributes!);
unittest.expect(
o.authorizedNetwork!,
unittest.equals('foo'),
@@ -5720,7 +5721,11 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5615(o.environments!);
+ checkUnnamed5617(o.environments!);
+ unittest.expect(
+ o.expiresAt!,
+ unittest.equals('foo'),
+ );
unittest.expect(
o.lastModifiedAt!,
unittest.equals('foo'),
@@ -5759,14 +5764,14 @@
buildCounterGoogleCloudApigeeV1Organization--;
}
-core.List<core.String> buildUnnamed5616() {
+core.List<core.String> buildUnnamed5618() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5616(core.List<core.String> o) {
+void checkUnnamed5618(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5785,7 +5790,7 @@
buildCounterGoogleCloudApigeeV1OrganizationProjectMapping++;
if (buildCounterGoogleCloudApigeeV1OrganizationProjectMapping < 3) {
o.organization = 'foo';
- o.projectIds = buildUnnamed5616();
+ o.projectIds = buildUnnamed5618();
}
buildCounterGoogleCloudApigeeV1OrganizationProjectMapping--;
return o;
@@ -5799,7 +5804,7 @@
o.organization!,
unittest.equals('foo'),
);
- checkUnnamed5616(o.projectIds!);
+ checkUnnamed5618(o.projectIds!);
}
buildCounterGoogleCloudApigeeV1OrganizationProjectMapping--;
}
@@ -5866,14 +5871,14 @@
buildCounterGoogleCloudApigeeV1PodStatus--;
}
-core.List<api.GoogleCloudApigeeV1Result> buildUnnamed5617() {
+core.List<api.GoogleCloudApigeeV1Result> buildUnnamed5619() {
var o = <api.GoogleCloudApigeeV1Result>[];
o.add(buildGoogleCloudApigeeV1Result());
o.add(buildGoogleCloudApigeeV1Result());
return o;
}
-void checkUnnamed5617(core.List<api.GoogleCloudApigeeV1Result> o) {
+void checkUnnamed5619(core.List<api.GoogleCloudApigeeV1Result> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Result(o[0] as api.GoogleCloudApigeeV1Result);
checkGoogleCloudApigeeV1Result(o[1] as api.GoogleCloudApigeeV1Result);
@@ -5885,7 +5890,7 @@
buildCounterGoogleCloudApigeeV1Point++;
if (buildCounterGoogleCloudApigeeV1Point < 3) {
o.id = 'foo';
- o.results = buildUnnamed5617();
+ o.results = buildUnnamed5619();
}
buildCounterGoogleCloudApigeeV1Point--;
return o;
@@ -5898,19 +5903,19 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed5617(o.results!);
+ checkUnnamed5619(o.results!);
}
buildCounterGoogleCloudApigeeV1Point--;
}
-core.List<api.GoogleCloudApigeeV1Property> buildUnnamed5618() {
+core.List<api.GoogleCloudApigeeV1Property> buildUnnamed5620() {
var o = <api.GoogleCloudApigeeV1Property>[];
o.add(buildGoogleCloudApigeeV1Property());
o.add(buildGoogleCloudApigeeV1Property());
return o;
}
-void checkUnnamed5618(core.List<api.GoogleCloudApigeeV1Property> o) {
+void checkUnnamed5620(core.List<api.GoogleCloudApigeeV1Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Property(o[0] as api.GoogleCloudApigeeV1Property);
checkGoogleCloudApigeeV1Property(o[1] as api.GoogleCloudApigeeV1Property);
@@ -5921,7 +5926,7 @@
var o = api.GoogleCloudApigeeV1Properties();
buildCounterGoogleCloudApigeeV1Properties++;
if (buildCounterGoogleCloudApigeeV1Properties < 3) {
- o.property = buildUnnamed5618();
+ o.property = buildUnnamed5620();
}
buildCounterGoogleCloudApigeeV1Properties--;
return o;
@@ -5930,7 +5935,7 @@
void checkGoogleCloudApigeeV1Properties(api.GoogleCloudApigeeV1Properties o) {
buildCounterGoogleCloudApigeeV1Properties++;
if (buildCounterGoogleCloudApigeeV1Properties < 3) {
- checkUnnamed5618(o.property!);
+ checkUnnamed5620(o.property!);
}
buildCounterGoogleCloudApigeeV1Properties--;
}
@@ -5996,14 +6001,14 @@
buildCounterGoogleCloudApigeeV1ProvisionOrganizationRequest--;
}
-core.List<core.String> buildUnnamed5619() {
+core.List<core.String> buildUnnamed5621() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5619(core.List<core.String> o) {
+void checkUnnamed5621(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6015,14 +6020,14 @@
);
}
-core.List<api.GoogleCloudApigeeV1QueryMetric> buildUnnamed5620() {
+core.List<api.GoogleCloudApigeeV1QueryMetric> buildUnnamed5622() {
var o = <api.GoogleCloudApigeeV1QueryMetric>[];
o.add(buildGoogleCloudApigeeV1QueryMetric());
o.add(buildGoogleCloudApigeeV1QueryMetric());
return o;
}
-void checkUnnamed5620(core.List<api.GoogleCloudApigeeV1QueryMetric> o) {
+void checkUnnamed5622(core.List<api.GoogleCloudApigeeV1QueryMetric> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1QueryMetric(
o[0] as api.GoogleCloudApigeeV1QueryMetric);
@@ -6036,12 +6041,12 @@
buildCounterGoogleCloudApigeeV1Query++;
if (buildCounterGoogleCloudApigeeV1Query < 3) {
o.csvDelimiter = 'foo';
- o.dimensions = buildUnnamed5619();
+ o.dimensions = buildUnnamed5621();
o.envgroupHostname = 'foo';
o.filter = 'foo';
o.groupByTimeUnit = 'foo';
o.limit = 42;
- o.metrics = buildUnnamed5620();
+ o.metrics = buildUnnamed5622();
o.name = 'foo';
o.outputFormat = 'foo';
o.reportDefinitionId = 'foo';
@@ -6062,7 +6067,7 @@
o.csvDelimiter!,
unittest.equals('foo'),
);
- checkUnnamed5619(o.dimensions!);
+ checkUnnamed5621(o.dimensions!);
unittest.expect(
o.envgroupHostname!,
unittest.equals('foo'),
@@ -6079,7 +6084,7 @@
o.limit!,
unittest.equals(42),
);
- checkUnnamed5620(o.metrics!);
+ checkUnnamed5622(o.metrics!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -6110,14 +6115,14 @@
buildCounterGoogleCloudApigeeV1Query--;
}
-core.List<core.String> buildUnnamed5621() {
+core.List<core.String> buildUnnamed5623() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5621(core.List<core.String> o) {
+void checkUnnamed5623(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6129,14 +6134,14 @@
);
}
-core.List<core.String> buildUnnamed5622() {
+core.List<core.String> buildUnnamed5624() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5622(core.List<core.String> o) {
+void checkUnnamed5624(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6153,9 +6158,9 @@
var o = api.GoogleCloudApigeeV1QueryMetadata();
buildCounterGoogleCloudApigeeV1QueryMetadata++;
if (buildCounterGoogleCloudApigeeV1QueryMetadata < 3) {
- o.dimensions = buildUnnamed5621();
+ o.dimensions = buildUnnamed5623();
o.endTimestamp = 'foo';
- o.metrics = buildUnnamed5622();
+ o.metrics = buildUnnamed5624();
o.outputFormat = 'foo';
o.startTimestamp = 'foo';
o.timeUnit = 'foo';
@@ -6168,12 +6173,12 @@
api.GoogleCloudApigeeV1QueryMetadata o) {
buildCounterGoogleCloudApigeeV1QueryMetadata++;
if (buildCounterGoogleCloudApigeeV1QueryMetadata < 3) {
- checkUnnamed5621(o.dimensions!);
+ checkUnnamed5623(o.dimensions!);
unittest.expect(
o.endTimestamp!,
unittest.equals('foo'),
);
- checkUnnamed5622(o.metrics!);
+ checkUnnamed5624(o.metrics!);
unittest.expect(
o.outputFormat!,
unittest.equals('foo'),
@@ -6330,14 +6335,14 @@
buildCounterGoogleCloudApigeeV1ReferenceConfig--;
}
-core.List<api.GoogleCloudApigeeV1ResourceStatus> buildUnnamed5623() {
+core.List<api.GoogleCloudApigeeV1ResourceStatus> buildUnnamed5625() {
var o = <api.GoogleCloudApigeeV1ResourceStatus>[];
o.add(buildGoogleCloudApigeeV1ResourceStatus());
o.add(buildGoogleCloudApigeeV1ResourceStatus());
return o;
}
-void checkUnnamed5623(core.List<api.GoogleCloudApigeeV1ResourceStatus> o) {
+void checkUnnamed5625(core.List<api.GoogleCloudApigeeV1ResourceStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ResourceStatus(
o[0] as api.GoogleCloudApigeeV1ResourceStatus);
@@ -6353,7 +6358,7 @@
if (buildCounterGoogleCloudApigeeV1ReportInstanceStatusRequest < 3) {
o.instanceUid = 'foo';
o.reportTime = 'foo';
- o.resources = buildUnnamed5623();
+ o.resources = buildUnnamed5625();
}
buildCounterGoogleCloudApigeeV1ReportInstanceStatusRequest--;
return o;
@@ -6371,7 +6376,7 @@
o.reportTime!,
unittest.equals('foo'),
);
- checkUnnamed5623(o.resources!);
+ checkUnnamed5625(o.resources!);
}
buildCounterGoogleCloudApigeeV1ReportInstanceStatusRequest--;
}
@@ -6393,14 +6398,14 @@
buildCounterGoogleCloudApigeeV1ReportInstanceStatusResponse--;
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5624() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed5626() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed5624(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed5626(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
@@ -6412,7 +6417,7 @@
buildCounterGoogleCloudApigeeV1ReportProperty++;
if (buildCounterGoogleCloudApigeeV1ReportProperty < 3) {
o.property = 'foo';
- o.value = buildUnnamed5624();
+ o.value = buildUnnamed5626();
}
buildCounterGoogleCloudApigeeV1ReportProperty--;
return o;
@@ -6426,7 +6431,7 @@
o.property!,
unittest.equals('foo'),
);
- checkUnnamed5624(o.value!);
+ checkUnnamed5626(o.value!);
}
buildCounterGoogleCloudApigeeV1ReportProperty--;
}
@@ -6487,14 +6492,14 @@
buildCounterGoogleCloudApigeeV1ResourceFile--;
}
-core.List<api.GoogleCloudApigeeV1ResourceFile> buildUnnamed5625() {
+core.List<api.GoogleCloudApigeeV1ResourceFile> buildUnnamed5627() {
var o = <api.GoogleCloudApigeeV1ResourceFile>[];
o.add(buildGoogleCloudApigeeV1ResourceFile());
o.add(buildGoogleCloudApigeeV1ResourceFile());
return o;
}
-void checkUnnamed5625(core.List<api.GoogleCloudApigeeV1ResourceFile> o) {
+void checkUnnamed5627(core.List<api.GoogleCloudApigeeV1ResourceFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ResourceFile(
o[0] as api.GoogleCloudApigeeV1ResourceFile);
@@ -6507,7 +6512,7 @@
var o = api.GoogleCloudApigeeV1ResourceFiles();
buildCounterGoogleCloudApigeeV1ResourceFiles++;
if (buildCounterGoogleCloudApigeeV1ResourceFiles < 3) {
- o.resourceFile = buildUnnamed5625();
+ o.resourceFile = buildUnnamed5627();
}
buildCounterGoogleCloudApigeeV1ResourceFiles--;
return o;
@@ -6517,19 +6522,19 @@
api.GoogleCloudApigeeV1ResourceFiles o) {
buildCounterGoogleCloudApigeeV1ResourceFiles++;
if (buildCounterGoogleCloudApigeeV1ResourceFiles < 3) {
- checkUnnamed5625(o.resourceFile!);
+ checkUnnamed5627(o.resourceFile!);
}
buildCounterGoogleCloudApigeeV1ResourceFiles--;
}
-core.List<api.GoogleCloudApigeeV1RevisionStatus> buildUnnamed5626() {
+core.List<api.GoogleCloudApigeeV1RevisionStatus> buildUnnamed5628() {
var o = <api.GoogleCloudApigeeV1RevisionStatus>[];
o.add(buildGoogleCloudApigeeV1RevisionStatus());
o.add(buildGoogleCloudApigeeV1RevisionStatus());
return o;
}
-void checkUnnamed5626(core.List<api.GoogleCloudApigeeV1RevisionStatus> o) {
+void checkUnnamed5628(core.List<api.GoogleCloudApigeeV1RevisionStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1RevisionStatus(
o[0] as api.GoogleCloudApigeeV1RevisionStatus);
@@ -6543,7 +6548,7 @@
buildCounterGoogleCloudApigeeV1ResourceStatus++;
if (buildCounterGoogleCloudApigeeV1ResourceStatus < 3) {
o.resource = 'foo';
- o.revisions = buildUnnamed5626();
+ o.revisions = buildUnnamed5628();
o.totalReplicas = 42;
o.uid = 'foo';
}
@@ -6559,7 +6564,7 @@
o.resource!,
unittest.equals('foo'),
);
- checkUnnamed5626(o.revisions!);
+ checkUnnamed5628(o.revisions!);
unittest.expect(
o.totalReplicas!,
unittest.equals(42),
@@ -6572,27 +6577,27 @@
buildCounterGoogleCloudApigeeV1ResourceStatus--;
}
-core.List<api.GoogleCloudApigeeV1Access> buildUnnamed5627() {
+core.List<api.GoogleCloudApigeeV1Access> buildUnnamed5629() {
var o = <api.GoogleCloudApigeeV1Access>[];
o.add(buildGoogleCloudApigeeV1Access());
o.add(buildGoogleCloudApigeeV1Access());
return o;
}
-void checkUnnamed5627(core.List<api.GoogleCloudApigeeV1Access> o) {
+void checkUnnamed5629(core.List<api.GoogleCloudApigeeV1Access> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Access(o[0] as api.GoogleCloudApigeeV1Access);
checkGoogleCloudApigeeV1Access(o[1] as api.GoogleCloudApigeeV1Access);
}
-core.List<api.GoogleCloudApigeeV1Property> buildUnnamed5628() {
+core.List<api.GoogleCloudApigeeV1Property> buildUnnamed5630() {
var o = <api.GoogleCloudApigeeV1Property>[];
o.add(buildGoogleCloudApigeeV1Property());
o.add(buildGoogleCloudApigeeV1Property());
return o;
}
-void checkUnnamed5628(core.List<api.GoogleCloudApigeeV1Property> o) {
+void checkUnnamed5630(core.List<api.GoogleCloudApigeeV1Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Property(o[0] as api.GoogleCloudApigeeV1Property);
checkGoogleCloudApigeeV1Property(o[1] as api.GoogleCloudApigeeV1Property);
@@ -6604,9 +6609,9 @@
buildCounterGoogleCloudApigeeV1Result++;
if (buildCounterGoogleCloudApigeeV1Result < 3) {
o.ActionResult = 'foo';
- o.accessList = buildUnnamed5627();
+ o.accessList = buildUnnamed5629();
o.content = 'foo';
- o.headers = buildUnnamed5628();
+ o.headers = buildUnnamed5630();
o.properties = buildGoogleCloudApigeeV1Properties();
o.reasonPhrase = 'foo';
o.statusCode = 'foo';
@@ -6625,12 +6630,12 @@
o.ActionResult!,
unittest.equals('foo'),
);
- checkUnnamed5627(o.accessList!);
+ checkUnnamed5629(o.accessList!);
unittest.expect(
o.content!,
unittest.equals('foo'),
);
- checkUnnamed5628(o.headers!);
+ checkUnnamed5630(o.headers!);
checkGoogleCloudApigeeV1Properties(
o.properties! as api.GoogleCloudApigeeV1Properties);
unittest.expect(
@@ -6657,14 +6662,14 @@
buildCounterGoogleCloudApigeeV1Result--;
}
-core.List<api.GoogleCloudApigeeV1UpdateError> buildUnnamed5629() {
+core.List<api.GoogleCloudApigeeV1UpdateError> buildUnnamed5631() {
var o = <api.GoogleCloudApigeeV1UpdateError>[];
o.add(buildGoogleCloudApigeeV1UpdateError());
o.add(buildGoogleCloudApigeeV1UpdateError());
return o;
}
-void checkUnnamed5629(core.List<api.GoogleCloudApigeeV1UpdateError> o) {
+void checkUnnamed5631(core.List<api.GoogleCloudApigeeV1UpdateError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1UpdateError(
o[0] as api.GoogleCloudApigeeV1UpdateError);
@@ -6677,7 +6682,7 @@
var o = api.GoogleCloudApigeeV1RevisionStatus();
buildCounterGoogleCloudApigeeV1RevisionStatus++;
if (buildCounterGoogleCloudApigeeV1RevisionStatus < 3) {
- o.errors = buildUnnamed5629();
+ o.errors = buildUnnamed5631();
o.jsonSpec = 'foo';
o.replicas = 42;
o.revisionId = 'foo';
@@ -6690,7 +6695,7 @@
api.GoogleCloudApigeeV1RevisionStatus o) {
buildCounterGoogleCloudApigeeV1RevisionStatus++;
if (buildCounterGoogleCloudApigeeV1RevisionStatus < 3) {
- checkUnnamed5629(o.errors!);
+ checkUnnamed5631(o.errors!);
unittest.expect(
o.jsonSpec!,
unittest.equals('foo'),
@@ -6750,14 +6755,14 @@
}
core.List<api.GoogleCloudApigeeV1RuntimeTraceConfigOverride>
- buildUnnamed5630() {
+ buildUnnamed5632() {
var o = <api.GoogleCloudApigeeV1RuntimeTraceConfigOverride>[];
o.add(buildGoogleCloudApigeeV1RuntimeTraceConfigOverride());
o.add(buildGoogleCloudApigeeV1RuntimeTraceConfigOverride());
return o;
}
-void checkUnnamed5630(
+void checkUnnamed5632(
core.List<api.GoogleCloudApigeeV1RuntimeTraceConfigOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1RuntimeTraceConfigOverride(
@@ -6775,7 +6780,7 @@
o.endpoint = 'foo';
o.exporter = 'foo';
o.name = 'foo';
- o.overrides = buildUnnamed5630();
+ o.overrides = buildUnnamed5632();
o.revisionCreateTime = 'foo';
o.revisionId = 'foo';
o.samplingConfig = buildGoogleCloudApigeeV1RuntimeTraceSamplingConfig();
@@ -6800,7 +6805,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5630(o.overrides!);
+ checkUnnamed5632(o.overrides!);
unittest.expect(
o.revisionCreateTime!,
unittest.equals('foo'),
@@ -6891,40 +6896,6 @@
buildCounterGoogleCloudApigeeV1RuntimeTraceSamplingConfig--;
}
-core.List<api.GoogleCloudApigeeV1SchemaSchemaElement> buildUnnamed5631() {
- var o = <api.GoogleCloudApigeeV1SchemaSchemaElement>[];
- o.add(buildGoogleCloudApigeeV1SchemaSchemaElement());
- o.add(buildGoogleCloudApigeeV1SchemaSchemaElement());
- return o;
-}
-
-void checkUnnamed5631(core.List<api.GoogleCloudApigeeV1SchemaSchemaElement> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudApigeeV1SchemaSchemaElement(
- o[0] as api.GoogleCloudApigeeV1SchemaSchemaElement);
- checkGoogleCloudApigeeV1SchemaSchemaElement(
- o[1] as api.GoogleCloudApigeeV1SchemaSchemaElement);
-}
-
-core.List<core.String> buildUnnamed5632() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5632(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<api.GoogleCloudApigeeV1SchemaSchemaElement> buildUnnamed5633() {
var o = <api.GoogleCloudApigeeV1SchemaSchemaElement>[];
o.add(buildGoogleCloudApigeeV1SchemaSchemaElement());
@@ -6940,14 +6911,48 @@
o[1] as api.GoogleCloudApigeeV1SchemaSchemaElement);
}
+core.List<core.String> buildUnnamed5634() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5634(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.GoogleCloudApigeeV1SchemaSchemaElement> buildUnnamed5635() {
+ var o = <api.GoogleCloudApigeeV1SchemaSchemaElement>[];
+ o.add(buildGoogleCloudApigeeV1SchemaSchemaElement());
+ o.add(buildGoogleCloudApigeeV1SchemaSchemaElement());
+ return o;
+}
+
+void checkUnnamed5635(core.List<api.GoogleCloudApigeeV1SchemaSchemaElement> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudApigeeV1SchemaSchemaElement(
+ o[0] as api.GoogleCloudApigeeV1SchemaSchemaElement);
+ checkGoogleCloudApigeeV1SchemaSchemaElement(
+ o[1] as api.GoogleCloudApigeeV1SchemaSchemaElement);
+}
+
core.int buildCounterGoogleCloudApigeeV1Schema = 0;
api.GoogleCloudApigeeV1Schema buildGoogleCloudApigeeV1Schema() {
var o = api.GoogleCloudApigeeV1Schema();
buildCounterGoogleCloudApigeeV1Schema++;
if (buildCounterGoogleCloudApigeeV1Schema < 3) {
- o.dimensions = buildUnnamed5631();
- o.meta = buildUnnamed5632();
- o.metrics = buildUnnamed5633();
+ o.dimensions = buildUnnamed5633();
+ o.meta = buildUnnamed5634();
+ o.metrics = buildUnnamed5635();
}
buildCounterGoogleCloudApigeeV1Schema--;
return o;
@@ -6956,9 +6961,9 @@
void checkGoogleCloudApigeeV1Schema(api.GoogleCloudApigeeV1Schema o) {
buildCounterGoogleCloudApigeeV1Schema++;
if (buildCounterGoogleCloudApigeeV1Schema < 3) {
- checkUnnamed5631(o.dimensions!);
- checkUnnamed5632(o.meta!);
- checkUnnamed5633(o.metrics!);
+ checkUnnamed5633(o.dimensions!);
+ checkUnnamed5634(o.meta!);
+ checkUnnamed5635(o.metrics!);
}
buildCounterGoogleCloudApigeeV1Schema--;
}
@@ -7024,14 +7029,14 @@
buildCounterGoogleCloudApigeeV1SchemaSchemaProperty--;
}
-core.List<core.String> buildUnnamed5634() {
+core.List<core.String> buildUnnamed5636() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5634(core.List<core.String> o) {
+void checkUnnamed5636(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7049,7 +7054,7 @@
var o = api.GoogleCloudApigeeV1ServiceIssuersMapping();
buildCounterGoogleCloudApigeeV1ServiceIssuersMapping++;
if (buildCounterGoogleCloudApigeeV1ServiceIssuersMapping < 3) {
- o.emailIds = buildUnnamed5634();
+ o.emailIds = buildUnnamed5636();
o.service = 'foo';
}
buildCounterGoogleCloudApigeeV1ServiceIssuersMapping--;
@@ -7060,7 +7065,7 @@
api.GoogleCloudApigeeV1ServiceIssuersMapping o) {
buildCounterGoogleCloudApigeeV1ServiceIssuersMapping++;
if (buildCounterGoogleCloudApigeeV1ServiceIssuersMapping < 3) {
- checkUnnamed5634(o.emailIds!);
+ checkUnnamed5636(o.emailIds!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -7096,76 +7101,6 @@
buildCounterGoogleCloudApigeeV1Session--;
}
-core.List<core.String> buildUnnamed5635() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5635(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterGoogleCloudApigeeV1SharedFlow = 0;
-api.GoogleCloudApigeeV1SharedFlow buildGoogleCloudApigeeV1SharedFlow() {
- var o = api.GoogleCloudApigeeV1SharedFlow();
- buildCounterGoogleCloudApigeeV1SharedFlow++;
- if (buildCounterGoogleCloudApigeeV1SharedFlow < 3) {
- o.latestRevisionId = 'foo';
- o.metaData = buildGoogleCloudApigeeV1EntityMetadata();
- o.name = 'foo';
- o.revision = buildUnnamed5635();
- }
- buildCounterGoogleCloudApigeeV1SharedFlow--;
- return o;
-}
-
-void checkGoogleCloudApigeeV1SharedFlow(api.GoogleCloudApigeeV1SharedFlow o) {
- buildCounterGoogleCloudApigeeV1SharedFlow++;
- if (buildCounterGoogleCloudApigeeV1SharedFlow < 3) {
- unittest.expect(
- o.latestRevisionId!,
- unittest.equals('foo'),
- );
- checkGoogleCloudApigeeV1EntityMetadata(
- o.metaData! as api.GoogleCloudApigeeV1EntityMetadata);
- unittest.expect(
- o.name!,
- unittest.equals('foo'),
- );
- checkUnnamed5635(o.revision!);
- }
- buildCounterGoogleCloudApigeeV1SharedFlow--;
-}
-
-core.Map<core.String, core.String> buildUnnamed5636() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed5636(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5637() {
var o = <core.String>[];
o.add('foo');
@@ -7185,21 +7120,53 @@
);
}
-core.List<core.String> buildUnnamed5638() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
+core.int buildCounterGoogleCloudApigeeV1SharedFlow = 0;
+api.GoogleCloudApigeeV1SharedFlow buildGoogleCloudApigeeV1SharedFlow() {
+ var o = api.GoogleCloudApigeeV1SharedFlow();
+ buildCounterGoogleCloudApigeeV1SharedFlow++;
+ if (buildCounterGoogleCloudApigeeV1SharedFlow < 3) {
+ o.latestRevisionId = 'foo';
+ o.metaData = buildGoogleCloudApigeeV1EntityMetadata();
+ o.name = 'foo';
+ o.revision = buildUnnamed5637();
+ }
+ buildCounterGoogleCloudApigeeV1SharedFlow--;
return o;
}
-void checkUnnamed5638(core.List<core.String> o) {
+void checkGoogleCloudApigeeV1SharedFlow(api.GoogleCloudApigeeV1SharedFlow o) {
+ buildCounterGoogleCloudApigeeV1SharedFlow++;
+ if (buildCounterGoogleCloudApigeeV1SharedFlow < 3) {
+ unittest.expect(
+ o.latestRevisionId!,
+ unittest.equals('foo'),
+ );
+ checkGoogleCloudApigeeV1EntityMetadata(
+ o.metaData! as api.GoogleCloudApigeeV1EntityMetadata);
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed5637(o.revision!);
+ }
+ buildCounterGoogleCloudApigeeV1SharedFlow--;
+}
+
+core.Map<core.String, core.String> buildUnnamed5638() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed5638(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
- o[0],
+ o['x']!,
unittest.equals('foo'),
);
unittest.expect(
- o[1],
+ o['y']!,
unittest.equals('foo'),
);
}
@@ -7223,6 +7190,44 @@
);
}
+core.List<core.String> buildUnnamed5640() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5640(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5641() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5641(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleCloudApigeeV1SharedFlowRevision = 0;
api.GoogleCloudApigeeV1SharedFlowRevision
buildGoogleCloudApigeeV1SharedFlowRevision() {
@@ -7234,14 +7239,14 @@
o.createdAt = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.entityMetaDataAsProperties = buildUnnamed5636();
+ o.entityMetaDataAsProperties = buildUnnamed5638();
o.lastModifiedAt = 'foo';
o.name = 'foo';
- o.policies = buildUnnamed5637();
+ o.policies = buildUnnamed5639();
o.resourceFiles = buildGoogleCloudApigeeV1ResourceFiles();
- o.resources = buildUnnamed5638();
+ o.resources = buildUnnamed5640();
o.revision = 'foo';
- o.sharedFlows = buildUnnamed5639();
+ o.sharedFlows = buildUnnamed5641();
o.type = 'foo';
}
buildCounterGoogleCloudApigeeV1SharedFlowRevision--;
@@ -7270,7 +7275,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5636(o.entityMetaDataAsProperties!);
+ checkUnnamed5638(o.entityMetaDataAsProperties!);
unittest.expect(
o.lastModifiedAt!,
unittest.equals('foo'),
@@ -7279,15 +7284,15 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5637(o.policies!);
+ checkUnnamed5639(o.policies!);
checkGoogleCloudApigeeV1ResourceFiles(
o.resourceFiles! as api.GoogleCloudApigeeV1ResourceFiles);
- checkUnnamed5638(o.resources!);
+ checkUnnamed5640(o.resources!);
unittest.expect(
o.revision!,
unittest.equals('foo'),
);
- checkUnnamed5639(o.sharedFlows!);
+ checkUnnamed5641(o.sharedFlows!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -7296,14 +7301,14 @@
buildCounterGoogleCloudApigeeV1SharedFlowRevision--;
}
-core.List<api.GoogleCloudApigeeV1StatsEnvironmentStats> buildUnnamed5640() {
+core.List<api.GoogleCloudApigeeV1StatsEnvironmentStats> buildUnnamed5642() {
var o = <api.GoogleCloudApigeeV1StatsEnvironmentStats>[];
o.add(buildGoogleCloudApigeeV1StatsEnvironmentStats());
o.add(buildGoogleCloudApigeeV1StatsEnvironmentStats());
return o;
}
-void checkUnnamed5640(
+void checkUnnamed5642(
core.List<api.GoogleCloudApigeeV1StatsEnvironmentStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1StatsEnvironmentStats(
@@ -7312,14 +7317,14 @@
o[1] as api.GoogleCloudApigeeV1StatsEnvironmentStats);
}
-core.List<api.GoogleCloudApigeeV1StatsHostStats> buildUnnamed5641() {
+core.List<api.GoogleCloudApigeeV1StatsHostStats> buildUnnamed5643() {
var o = <api.GoogleCloudApigeeV1StatsHostStats>[];
o.add(buildGoogleCloudApigeeV1StatsHostStats());
o.add(buildGoogleCloudApigeeV1StatsHostStats());
return o;
}
-void checkUnnamed5641(core.List<api.GoogleCloudApigeeV1StatsHostStats> o) {
+void checkUnnamed5643(core.List<api.GoogleCloudApigeeV1StatsHostStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1StatsHostStats(
o[0] as api.GoogleCloudApigeeV1StatsHostStats);
@@ -7332,8 +7337,8 @@
var o = api.GoogleCloudApigeeV1Stats();
buildCounterGoogleCloudApigeeV1Stats++;
if (buildCounterGoogleCloudApigeeV1Stats < 3) {
- o.environments = buildUnnamed5640();
- o.hosts = buildUnnamed5641();
+ o.environments = buildUnnamed5642();
+ o.hosts = buildUnnamed5643();
o.metaData = buildGoogleCloudApigeeV1Metadata();
}
buildCounterGoogleCloudApigeeV1Stats--;
@@ -7343,70 +7348,14 @@
void checkGoogleCloudApigeeV1Stats(api.GoogleCloudApigeeV1Stats o) {
buildCounterGoogleCloudApigeeV1Stats++;
if (buildCounterGoogleCloudApigeeV1Stats < 3) {
- checkUnnamed5640(o.environments!);
- checkUnnamed5641(o.hosts!);
+ checkUnnamed5642(o.environments!);
+ checkUnnamed5643(o.hosts!);
checkGoogleCloudApigeeV1Metadata(
o.metaData! as api.GoogleCloudApigeeV1Metadata);
}
buildCounterGoogleCloudApigeeV1Stats--;
}
-core.List<api.GoogleCloudApigeeV1DimensionMetric> buildUnnamed5642() {
- var o = <api.GoogleCloudApigeeV1DimensionMetric>[];
- o.add(buildGoogleCloudApigeeV1DimensionMetric());
- o.add(buildGoogleCloudApigeeV1DimensionMetric());
- return o;
-}
-
-void checkUnnamed5642(core.List<api.GoogleCloudApigeeV1DimensionMetric> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudApigeeV1DimensionMetric(
- o[0] as api.GoogleCloudApigeeV1DimensionMetric);
- checkGoogleCloudApigeeV1DimensionMetric(
- o[1] as api.GoogleCloudApigeeV1DimensionMetric);
-}
-
-core.List<api.GoogleCloudApigeeV1Metric> buildUnnamed5643() {
- var o = <api.GoogleCloudApigeeV1Metric>[];
- o.add(buildGoogleCloudApigeeV1Metric());
- o.add(buildGoogleCloudApigeeV1Metric());
- return o;
-}
-
-void checkUnnamed5643(core.List<api.GoogleCloudApigeeV1Metric> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudApigeeV1Metric(o[0] as api.GoogleCloudApigeeV1Metric);
- checkGoogleCloudApigeeV1Metric(o[1] as api.GoogleCloudApigeeV1Metric);
-}
-
-core.int buildCounterGoogleCloudApigeeV1StatsEnvironmentStats = 0;
-api.GoogleCloudApigeeV1StatsEnvironmentStats
- buildGoogleCloudApigeeV1StatsEnvironmentStats() {
- var o = api.GoogleCloudApigeeV1StatsEnvironmentStats();
- buildCounterGoogleCloudApigeeV1StatsEnvironmentStats++;
- if (buildCounterGoogleCloudApigeeV1StatsEnvironmentStats < 3) {
- o.dimensions = buildUnnamed5642();
- o.metrics = buildUnnamed5643();
- o.name = 'foo';
- }
- buildCounterGoogleCloudApigeeV1StatsEnvironmentStats--;
- return o;
-}
-
-void checkGoogleCloudApigeeV1StatsEnvironmentStats(
- api.GoogleCloudApigeeV1StatsEnvironmentStats o) {
- buildCounterGoogleCloudApigeeV1StatsEnvironmentStats++;
- if (buildCounterGoogleCloudApigeeV1StatsEnvironmentStats < 3) {
- checkUnnamed5642(o.dimensions!);
- checkUnnamed5643(o.metrics!);
- unittest.expect(
- o.name!,
- unittest.equals('foo'),
- );
- }
- buildCounterGoogleCloudApigeeV1StatsEnvironmentStats--;
-}
-
core.List<api.GoogleCloudApigeeV1DimensionMetric> buildUnnamed5644() {
var o = <api.GoogleCloudApigeeV1DimensionMetric>[];
o.add(buildGoogleCloudApigeeV1DimensionMetric());
@@ -7435,13 +7384,69 @@
checkGoogleCloudApigeeV1Metric(o[1] as api.GoogleCloudApigeeV1Metric);
}
+core.int buildCounterGoogleCloudApigeeV1StatsEnvironmentStats = 0;
+api.GoogleCloudApigeeV1StatsEnvironmentStats
+ buildGoogleCloudApigeeV1StatsEnvironmentStats() {
+ var o = api.GoogleCloudApigeeV1StatsEnvironmentStats();
+ buildCounterGoogleCloudApigeeV1StatsEnvironmentStats++;
+ if (buildCounterGoogleCloudApigeeV1StatsEnvironmentStats < 3) {
+ o.dimensions = buildUnnamed5644();
+ o.metrics = buildUnnamed5645();
+ o.name = 'foo';
+ }
+ buildCounterGoogleCloudApigeeV1StatsEnvironmentStats--;
+ return o;
+}
+
+void checkGoogleCloudApigeeV1StatsEnvironmentStats(
+ api.GoogleCloudApigeeV1StatsEnvironmentStats o) {
+ buildCounterGoogleCloudApigeeV1StatsEnvironmentStats++;
+ if (buildCounterGoogleCloudApigeeV1StatsEnvironmentStats < 3) {
+ checkUnnamed5644(o.dimensions!);
+ checkUnnamed5645(o.metrics!);
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudApigeeV1StatsEnvironmentStats--;
+}
+
+core.List<api.GoogleCloudApigeeV1DimensionMetric> buildUnnamed5646() {
+ var o = <api.GoogleCloudApigeeV1DimensionMetric>[];
+ o.add(buildGoogleCloudApigeeV1DimensionMetric());
+ o.add(buildGoogleCloudApigeeV1DimensionMetric());
+ return o;
+}
+
+void checkUnnamed5646(core.List<api.GoogleCloudApigeeV1DimensionMetric> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudApigeeV1DimensionMetric(
+ o[0] as api.GoogleCloudApigeeV1DimensionMetric);
+ checkGoogleCloudApigeeV1DimensionMetric(
+ o[1] as api.GoogleCloudApigeeV1DimensionMetric);
+}
+
+core.List<api.GoogleCloudApigeeV1Metric> buildUnnamed5647() {
+ var o = <api.GoogleCloudApigeeV1Metric>[];
+ o.add(buildGoogleCloudApigeeV1Metric());
+ o.add(buildGoogleCloudApigeeV1Metric());
+ return o;
+}
+
+void checkUnnamed5647(core.List<api.GoogleCloudApigeeV1Metric> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudApigeeV1Metric(o[0] as api.GoogleCloudApigeeV1Metric);
+ checkGoogleCloudApigeeV1Metric(o[1] as api.GoogleCloudApigeeV1Metric);
+}
+
core.int buildCounterGoogleCloudApigeeV1StatsHostStats = 0;
api.GoogleCloudApigeeV1StatsHostStats buildGoogleCloudApigeeV1StatsHostStats() {
var o = api.GoogleCloudApigeeV1StatsHostStats();
buildCounterGoogleCloudApigeeV1StatsHostStats++;
if (buildCounterGoogleCloudApigeeV1StatsHostStats < 3) {
- o.dimensions = buildUnnamed5644();
- o.metrics = buildUnnamed5645();
+ o.dimensions = buildUnnamed5646();
+ o.metrics = buildUnnamed5647();
o.name = 'foo';
}
buildCounterGoogleCloudApigeeV1StatsHostStats--;
@@ -7452,8 +7457,8 @@
api.GoogleCloudApigeeV1StatsHostStats o) {
buildCounterGoogleCloudApigeeV1StatsHostStats++;
if (buildCounterGoogleCloudApigeeV1StatsHostStats < 3) {
- checkUnnamed5644(o.dimensions!);
- checkUnnamed5645(o.metrics!);
+ checkUnnamed5646(o.dimensions!);
+ checkUnnamed5647(o.metrics!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -7485,14 +7490,14 @@
buildCounterGoogleCloudApigeeV1Subscription--;
}
-core.List<core.String> buildUnnamed5646() {
+core.List<core.String> buildUnnamed5648() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5646(core.List<core.String> o) {
+void checkUnnamed5648(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7511,7 +7516,7 @@
buildCounterGoogleCloudApigeeV1SyncAuthorization++;
if (buildCounterGoogleCloudApigeeV1SyncAuthorization < 3) {
o.etag = 'foo';
- o.identities = buildUnnamed5646();
+ o.identities = buildUnnamed5648();
}
buildCounterGoogleCloudApigeeV1SyncAuthorization--;
return o;
@@ -7525,7 +7530,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5646(o.identities!);
+ checkUnnamed5648(o.identities!);
}
buildCounterGoogleCloudApigeeV1SyncAuthorization--;
}
@@ -7639,115 +7644,6 @@
buildCounterGoogleCloudApigeeV1TestDatastoreResponse--;
}
-core.List<core.String> buildUnnamed5647() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5647(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.List<core.String> buildUnnamed5648() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5648(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterGoogleCloudApigeeV1TlsInfo = 0;
-api.GoogleCloudApigeeV1TlsInfo buildGoogleCloudApigeeV1TlsInfo() {
- var o = api.GoogleCloudApigeeV1TlsInfo();
- buildCounterGoogleCloudApigeeV1TlsInfo++;
- if (buildCounterGoogleCloudApigeeV1TlsInfo < 3) {
- o.ciphers = buildUnnamed5647();
- o.clientAuthEnabled = true;
- o.commonName = buildGoogleCloudApigeeV1TlsInfoCommonName();
- o.enabled = true;
- o.ignoreValidationErrors = true;
- o.keyAlias = 'foo';
- o.keyStore = 'foo';
- o.protocols = buildUnnamed5648();
- o.trustStore = 'foo';
- }
- buildCounterGoogleCloudApigeeV1TlsInfo--;
- return o;
-}
-
-void checkGoogleCloudApigeeV1TlsInfo(api.GoogleCloudApigeeV1TlsInfo o) {
- buildCounterGoogleCloudApigeeV1TlsInfo++;
- if (buildCounterGoogleCloudApigeeV1TlsInfo < 3) {
- checkUnnamed5647(o.ciphers!);
- unittest.expect(o.clientAuthEnabled!, unittest.isTrue);
- checkGoogleCloudApigeeV1TlsInfoCommonName(
- o.commonName! as api.GoogleCloudApigeeV1TlsInfoCommonName);
- unittest.expect(o.enabled!, unittest.isTrue);
- unittest.expect(o.ignoreValidationErrors!, unittest.isTrue);
- unittest.expect(
- o.keyAlias!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.keyStore!,
- unittest.equals('foo'),
- );
- checkUnnamed5648(o.protocols!);
- unittest.expect(
- o.trustStore!,
- unittest.equals('foo'),
- );
- }
- buildCounterGoogleCloudApigeeV1TlsInfo--;
-}
-
-core.int buildCounterGoogleCloudApigeeV1TlsInfoCommonName = 0;
-api.GoogleCloudApigeeV1TlsInfoCommonName
- buildGoogleCloudApigeeV1TlsInfoCommonName() {
- var o = api.GoogleCloudApigeeV1TlsInfoCommonName();
- buildCounterGoogleCloudApigeeV1TlsInfoCommonName++;
- if (buildCounterGoogleCloudApigeeV1TlsInfoCommonName < 3) {
- o.value = 'foo';
- o.wildcardMatch = true;
- }
- buildCounterGoogleCloudApigeeV1TlsInfoCommonName--;
- return o;
-}
-
-void checkGoogleCloudApigeeV1TlsInfoCommonName(
- api.GoogleCloudApigeeV1TlsInfoCommonName o) {
- buildCounterGoogleCloudApigeeV1TlsInfoCommonName++;
- if (buildCounterGoogleCloudApigeeV1TlsInfoCommonName < 3) {
- unittest.expect(
- o.value!,
- unittest.equals('foo'),
- );
- unittest.expect(o.wildcardMatch!, unittest.isTrue);
- }
- buildCounterGoogleCloudApigeeV1TlsInfoCommonName--;
-}
-
core.List<core.String> buildUnnamed5649() {
var o = <core.String>[];
o.add('foo');
@@ -7786,19 +7682,128 @@
);
}
+core.int buildCounterGoogleCloudApigeeV1TlsInfo = 0;
+api.GoogleCloudApigeeV1TlsInfo buildGoogleCloudApigeeV1TlsInfo() {
+ var o = api.GoogleCloudApigeeV1TlsInfo();
+ buildCounterGoogleCloudApigeeV1TlsInfo++;
+ if (buildCounterGoogleCloudApigeeV1TlsInfo < 3) {
+ o.ciphers = buildUnnamed5649();
+ o.clientAuthEnabled = true;
+ o.commonName = buildGoogleCloudApigeeV1TlsInfoCommonName();
+ o.enabled = true;
+ o.ignoreValidationErrors = true;
+ o.keyAlias = 'foo';
+ o.keyStore = 'foo';
+ o.protocols = buildUnnamed5650();
+ o.trustStore = 'foo';
+ }
+ buildCounterGoogleCloudApigeeV1TlsInfo--;
+ return o;
+}
+
+void checkGoogleCloudApigeeV1TlsInfo(api.GoogleCloudApigeeV1TlsInfo o) {
+ buildCounterGoogleCloudApigeeV1TlsInfo++;
+ if (buildCounterGoogleCloudApigeeV1TlsInfo < 3) {
+ checkUnnamed5649(o.ciphers!);
+ unittest.expect(o.clientAuthEnabled!, unittest.isTrue);
+ checkGoogleCloudApigeeV1TlsInfoCommonName(
+ o.commonName! as api.GoogleCloudApigeeV1TlsInfoCommonName);
+ unittest.expect(o.enabled!, unittest.isTrue);
+ unittest.expect(o.ignoreValidationErrors!, unittest.isTrue);
+ unittest.expect(
+ o.keyAlias!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.keyStore!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed5650(o.protocols!);
+ unittest.expect(
+ o.trustStore!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudApigeeV1TlsInfo--;
+}
+
+core.int buildCounterGoogleCloudApigeeV1TlsInfoCommonName = 0;
+api.GoogleCloudApigeeV1TlsInfoCommonName
+ buildGoogleCloudApigeeV1TlsInfoCommonName() {
+ var o = api.GoogleCloudApigeeV1TlsInfoCommonName();
+ buildCounterGoogleCloudApigeeV1TlsInfoCommonName++;
+ if (buildCounterGoogleCloudApigeeV1TlsInfoCommonName < 3) {
+ o.value = 'foo';
+ o.wildcardMatch = true;
+ }
+ buildCounterGoogleCloudApigeeV1TlsInfoCommonName--;
+ return o;
+}
+
+void checkGoogleCloudApigeeV1TlsInfoCommonName(
+ api.GoogleCloudApigeeV1TlsInfoCommonName o) {
+ buildCounterGoogleCloudApigeeV1TlsInfoCommonName++;
+ if (buildCounterGoogleCloudApigeeV1TlsInfoCommonName < 3) {
+ unittest.expect(
+ o.value!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(o.wildcardMatch!, unittest.isTrue);
+ }
+ buildCounterGoogleCloudApigeeV1TlsInfoCommonName--;
+}
+
+core.List<core.String> buildUnnamed5651() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5651(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5652() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5652(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleCloudApigeeV1TlsInfoConfig = 0;
api.GoogleCloudApigeeV1TlsInfoConfig buildGoogleCloudApigeeV1TlsInfoConfig() {
var o = api.GoogleCloudApigeeV1TlsInfoConfig();
buildCounterGoogleCloudApigeeV1TlsInfoConfig++;
if (buildCounterGoogleCloudApigeeV1TlsInfoConfig < 3) {
- o.ciphers = buildUnnamed5649();
+ o.ciphers = buildUnnamed5651();
o.clientAuthEnabled = true;
o.commonName = buildGoogleCloudApigeeV1CommonNameConfig();
o.enabled = true;
o.ignoreValidationErrors = true;
o.keyAlias = 'foo';
o.keyAliasReference = buildGoogleCloudApigeeV1KeyAliasReference();
- o.protocols = buildUnnamed5650();
+ o.protocols = buildUnnamed5652();
o.trustStore = 'foo';
}
buildCounterGoogleCloudApigeeV1TlsInfoConfig--;
@@ -7809,7 +7814,7 @@
api.GoogleCloudApigeeV1TlsInfoConfig o) {
buildCounterGoogleCloudApigeeV1TlsInfoConfig++;
if (buildCounterGoogleCloudApigeeV1TlsInfoConfig < 3) {
- checkUnnamed5649(o.ciphers!);
+ checkUnnamed5651(o.ciphers!);
unittest.expect(o.clientAuthEnabled!, unittest.isTrue);
checkGoogleCloudApigeeV1CommonNameConfig(
o.commonName! as api.GoogleCloudApigeeV1CommonNameConfig);
@@ -7821,7 +7826,7 @@
);
checkGoogleCloudApigeeV1KeyAliasReference(
o.keyAliasReference! as api.GoogleCloudApigeeV1KeyAliasReference);
- checkUnnamed5650(o.protocols!);
+ checkUnnamed5652(o.protocols!);
unittest.expect(
o.trustStore!,
unittest.equals('foo'),
@@ -7867,14 +7872,14 @@
buildCounterGoogleCloudApigeeV1UpdateError--;
}
-core.List<api.GoogleIamV1AuditLogConfig> buildUnnamed5651() {
+core.List<api.GoogleIamV1AuditLogConfig> buildUnnamed5653() {
var o = <api.GoogleIamV1AuditLogConfig>[];
o.add(buildGoogleIamV1AuditLogConfig());
o.add(buildGoogleIamV1AuditLogConfig());
return o;
}
-void checkUnnamed5651(core.List<api.GoogleIamV1AuditLogConfig> o) {
+void checkUnnamed5653(core.List<api.GoogleIamV1AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIamV1AuditLogConfig(o[0] as api.GoogleIamV1AuditLogConfig);
checkGoogleIamV1AuditLogConfig(o[1] as api.GoogleIamV1AuditLogConfig);
@@ -7885,7 +7890,7 @@
var o = api.GoogleIamV1AuditConfig();
buildCounterGoogleIamV1AuditConfig++;
if (buildCounterGoogleIamV1AuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed5651();
+ o.auditLogConfigs = buildUnnamed5653();
o.service = 'foo';
}
buildCounterGoogleIamV1AuditConfig--;
@@ -7895,7 +7900,7 @@
void checkGoogleIamV1AuditConfig(api.GoogleIamV1AuditConfig o) {
buildCounterGoogleIamV1AuditConfig++;
if (buildCounterGoogleIamV1AuditConfig < 3) {
- checkUnnamed5651(o.auditLogConfigs!);
+ checkUnnamed5653(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -7904,14 +7909,14 @@
buildCounterGoogleIamV1AuditConfig--;
}
-core.List<core.String> buildUnnamed5652() {
+core.List<core.String> buildUnnamed5654() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5652(core.List<core.String> o) {
+void checkUnnamed5654(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7928,7 +7933,7 @@
var o = api.GoogleIamV1AuditLogConfig();
buildCounterGoogleIamV1AuditLogConfig++;
if (buildCounterGoogleIamV1AuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed5652();
+ o.exemptedMembers = buildUnnamed5654();
o.logType = 'foo';
}
buildCounterGoogleIamV1AuditLogConfig--;
@@ -7938,7 +7943,7 @@
void checkGoogleIamV1AuditLogConfig(api.GoogleIamV1AuditLogConfig o) {
buildCounterGoogleIamV1AuditLogConfig++;
if (buildCounterGoogleIamV1AuditLogConfig < 3) {
- checkUnnamed5652(o.exemptedMembers!);
+ checkUnnamed5654(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -7947,14 +7952,14 @@
buildCounterGoogleIamV1AuditLogConfig--;
}
-core.List<core.String> buildUnnamed5653() {
+core.List<core.String> buildUnnamed5655() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5653(core.List<core.String> o) {
+void checkUnnamed5655(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7972,7 +7977,7 @@
buildCounterGoogleIamV1Binding++;
if (buildCounterGoogleIamV1Binding < 3) {
o.condition = buildGoogleTypeExpr();
- o.members = buildUnnamed5653();
+ o.members = buildUnnamed5655();
o.role = 'foo';
}
buildCounterGoogleIamV1Binding--;
@@ -7983,7 +7988,7 @@
buildCounterGoogleIamV1Binding++;
if (buildCounterGoogleIamV1Binding < 3) {
checkGoogleTypeExpr(o.condition! as api.GoogleTypeExpr);
- checkUnnamed5653(o.members!);
+ checkUnnamed5655(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -7992,27 +7997,27 @@
buildCounterGoogleIamV1Binding--;
}
-core.List<api.GoogleIamV1AuditConfig> buildUnnamed5654() {
+core.List<api.GoogleIamV1AuditConfig> buildUnnamed5656() {
var o = <api.GoogleIamV1AuditConfig>[];
o.add(buildGoogleIamV1AuditConfig());
o.add(buildGoogleIamV1AuditConfig());
return o;
}
-void checkUnnamed5654(core.List<api.GoogleIamV1AuditConfig> o) {
+void checkUnnamed5656(core.List<api.GoogleIamV1AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIamV1AuditConfig(o[0] as api.GoogleIamV1AuditConfig);
checkGoogleIamV1AuditConfig(o[1] as api.GoogleIamV1AuditConfig);
}
-core.List<api.GoogleIamV1Binding> buildUnnamed5655() {
+core.List<api.GoogleIamV1Binding> buildUnnamed5657() {
var o = <api.GoogleIamV1Binding>[];
o.add(buildGoogleIamV1Binding());
o.add(buildGoogleIamV1Binding());
return o;
}
-void checkUnnamed5655(core.List<api.GoogleIamV1Binding> o) {
+void checkUnnamed5657(core.List<api.GoogleIamV1Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIamV1Binding(o[0] as api.GoogleIamV1Binding);
checkGoogleIamV1Binding(o[1] as api.GoogleIamV1Binding);
@@ -8023,8 +8028,8 @@
var o = api.GoogleIamV1Policy();
buildCounterGoogleIamV1Policy++;
if (buildCounterGoogleIamV1Policy < 3) {
- o.auditConfigs = buildUnnamed5654();
- o.bindings = buildUnnamed5655();
+ o.auditConfigs = buildUnnamed5656();
+ o.bindings = buildUnnamed5657();
o.etag = 'foo';
o.version = 42;
}
@@ -8035,8 +8040,8 @@
void checkGoogleIamV1Policy(api.GoogleIamV1Policy o) {
buildCounterGoogleIamV1Policy++;
if (buildCounterGoogleIamV1Policy < 3) {
- checkUnnamed5654(o.auditConfigs!);
- checkUnnamed5655(o.bindings!);
+ checkUnnamed5656(o.auditConfigs!);
+ checkUnnamed5657(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -8073,14 +8078,14 @@
buildCounterGoogleIamV1SetIamPolicyRequest--;
}
-core.List<core.String> buildUnnamed5656() {
+core.List<core.String> buildUnnamed5658() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5656(core.List<core.String> o) {
+void checkUnnamed5658(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8098,7 +8103,7 @@
var o = api.GoogleIamV1TestIamPermissionsRequest();
buildCounterGoogleIamV1TestIamPermissionsRequest++;
if (buildCounterGoogleIamV1TestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed5656();
+ o.permissions = buildUnnamed5658();
}
buildCounterGoogleIamV1TestIamPermissionsRequest--;
return o;
@@ -8108,19 +8113,19 @@
api.GoogleIamV1TestIamPermissionsRequest o) {
buildCounterGoogleIamV1TestIamPermissionsRequest++;
if (buildCounterGoogleIamV1TestIamPermissionsRequest < 3) {
- checkUnnamed5656(o.permissions!);
+ checkUnnamed5658(o.permissions!);
}
buildCounterGoogleIamV1TestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed5657() {
+core.List<core.String> buildUnnamed5659() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5657(core.List<core.String> o) {
+void checkUnnamed5659(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8138,7 +8143,7 @@
var o = api.GoogleIamV1TestIamPermissionsResponse();
buildCounterGoogleIamV1TestIamPermissionsResponse++;
if (buildCounterGoogleIamV1TestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed5657();
+ o.permissions = buildUnnamed5659();
}
buildCounterGoogleIamV1TestIamPermissionsResponse--;
return o;
@@ -8148,19 +8153,19 @@
api.GoogleIamV1TestIamPermissionsResponse o) {
buildCounterGoogleIamV1TestIamPermissionsResponse++;
if (buildCounterGoogleIamV1TestIamPermissionsResponse < 3) {
- checkUnnamed5657(o.permissions!);
+ checkUnnamed5659(o.permissions!);
}
buildCounterGoogleIamV1TestIamPermissionsResponse--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed5658() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed5660() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed5658(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed5660(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -8173,7 +8178,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed5658();
+ o.operations = buildUnnamed5660();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -8187,12 +8192,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5658(o.operations!);
+ checkUnnamed5660(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed5659() {
+core.Map<core.String, core.Object> buildUnnamed5661() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8207,7 +8212,7 @@
return o;
}
-void checkUnnamed5659(core.Map<core.String, core.Object> o) {
+void checkUnnamed5661(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted12 = (o['x']!) as core.Map;
unittest.expect(casted12, unittest.hasLength(3));
@@ -8239,7 +8244,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5660() {
+core.Map<core.String, core.Object> buildUnnamed5662() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8254,7 +8259,7 @@
return o;
}
-void checkUnnamed5660(core.Map<core.String, core.Object> o) {
+void checkUnnamed5662(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted14 = (o['x']!) as core.Map;
unittest.expect(casted14, unittest.hasLength(3));
@@ -8293,9 +8298,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed5659();
+ o.metadata = buildUnnamed5661();
o.name = 'foo';
- o.response = buildUnnamed5660();
+ o.response = buildUnnamed5662();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -8306,12 +8311,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed5659(o.metadata!);
+ checkUnnamed5661(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5660(o.response!);
+ checkUnnamed5662(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -8331,14 +8336,14 @@
buildCounterGoogleProtobufEmpty--;
}
-core.List<api.GoogleRpcPreconditionFailureViolation> buildUnnamed5661() {
+core.List<api.GoogleRpcPreconditionFailureViolation> buildUnnamed5663() {
var o = <api.GoogleRpcPreconditionFailureViolation>[];
o.add(buildGoogleRpcPreconditionFailureViolation());
o.add(buildGoogleRpcPreconditionFailureViolation());
return o;
}
-void checkUnnamed5661(core.List<api.GoogleRpcPreconditionFailureViolation> o) {
+void checkUnnamed5663(core.List<api.GoogleRpcPreconditionFailureViolation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcPreconditionFailureViolation(
o[0] as api.GoogleRpcPreconditionFailureViolation);
@@ -8351,7 +8356,7 @@
var o = api.GoogleRpcPreconditionFailure();
buildCounterGoogleRpcPreconditionFailure++;
if (buildCounterGoogleRpcPreconditionFailure < 3) {
- o.violations = buildUnnamed5661();
+ o.violations = buildUnnamed5663();
}
buildCounterGoogleRpcPreconditionFailure--;
return o;
@@ -8360,7 +8365,7 @@
void checkGoogleRpcPreconditionFailure(api.GoogleRpcPreconditionFailure o) {
buildCounterGoogleRpcPreconditionFailure++;
if (buildCounterGoogleRpcPreconditionFailure < 3) {
- checkUnnamed5661(o.violations!);
+ checkUnnamed5663(o.violations!);
}
buildCounterGoogleRpcPreconditionFailure--;
}
@@ -8399,7 +8404,7 @@
buildCounterGoogleRpcPreconditionFailureViolation--;
}
-core.Map<core.String, core.Object> buildUnnamed5662() {
+core.Map<core.String, core.Object> buildUnnamed5664() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8414,7 +8419,7 @@
return o;
}
-void checkUnnamed5662(core.Map<core.String, core.Object> o) {
+void checkUnnamed5664(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted16 = (o['x']!) as core.Map;
unittest.expect(casted16, unittest.hasLength(3));
@@ -8446,17 +8451,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5663() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5665() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5662());
- o.add(buildUnnamed5662());
+ o.add(buildUnnamed5664());
+ o.add(buildUnnamed5664());
return o;
}
-void checkUnnamed5663(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5665(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5662(o[0]);
- checkUnnamed5662(o[1]);
+ checkUnnamed5664(o[0]);
+ checkUnnamed5664(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -8465,7 +8470,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5663();
+ o.details = buildUnnamed5665();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -8479,7 +8484,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5663(o.details!);
+ checkUnnamed5665(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/artifactregistry/v1_test.dart b/generated/googleapis/test/artifactregistry/v1_test.dart
index e6a0f3e..656f3c1 100644
--- a/generated/googleapis/test/artifactregistry/v1_test.dart
+++ b/generated/googleapis/test/artifactregistry/v1_test.dart
@@ -42,14 +42,14 @@
buildCounterCancelOperationRequest--;
}
-core.List<core.String> buildUnnamed4185() {
+core.List<core.String> buildUnnamed4186() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4185(core.List<core.String> o) {
+void checkUnnamed4186(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -69,7 +69,7 @@
o.imageSizeBytes = 'foo';
o.mediaType = 'foo';
o.name = 'foo';
- o.tags = buildUnnamed4185();
+ o.tags = buildUnnamed4186();
o.uploadTime = 'foo';
o.uri = 'foo';
}
@@ -92,7 +92,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4185(o.tags!);
+ checkUnnamed4186(o.tags!);
unittest.expect(
o.uploadTime!,
unittest.equals('foo'),
@@ -120,14 +120,14 @@
buildCounterEmpty--;
}
-core.List<api.Operation> buildUnnamed4186() {
+core.List<api.Operation> buildUnnamed4187() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed4186(core.List<api.Operation> o) {
+void checkUnnamed4187(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -139,7 +139,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed4186();
+ o.operations = buildUnnamed4187();
}
buildCounterListOperationsResponse--;
return o;
@@ -152,12 +152,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4186(o.operations!);
+ checkUnnamed4187(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed4187() {
+core.Map<core.String, core.Object> buildUnnamed4188() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -172,7 +172,7 @@
return o;
}
-void checkUnnamed4187(core.Map<core.String, core.Object> o) {
+void checkUnnamed4188(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -204,7 +204,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4188() {
+core.Map<core.String, core.Object> buildUnnamed4189() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -219,7 +219,7 @@
return o;
}
-void checkUnnamed4188(core.Map<core.String, core.Object> o) {
+void checkUnnamed4189(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -258,9 +258,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4187();
+ o.metadata = buildUnnamed4188();
o.name = 'foo';
- o.response = buildUnnamed4188();
+ o.response = buildUnnamed4189();
}
buildCounterOperation--;
return o;
@@ -271,17 +271,17 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4187(o.metadata!);
+ checkUnnamed4188(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4188(o.response!);
+ checkUnnamed4189(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.Object> buildUnnamed4189() {
+core.Map<core.String, core.Object> buildUnnamed4190() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -296,7 +296,7 @@
return o;
}
-void checkUnnamed4189(core.Map<core.String, core.Object> o) {
+void checkUnnamed4190(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -328,17 +328,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4190() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4191() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4189());
- o.add(buildUnnamed4189());
+ o.add(buildUnnamed4190());
+ o.add(buildUnnamed4190());
return o;
}
-void checkUnnamed4190(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4191(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4189(o[0]);
- checkUnnamed4189(o[1]);
+ checkUnnamed4190(o[0]);
+ checkUnnamed4190(o[1]);
}
core.int buildCounterStatus = 0;
@@ -347,7 +347,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4190();
+ o.details = buildUnnamed4191();
o.message = 'foo';
}
buildCounterStatus--;
@@ -361,7 +361,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4190(o.details!);
+ checkUnnamed4191(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/bigquery/v2_test.dart b/generated/googleapis/test/bigquery/v2_test.dart
index 8ba8af6..187fee3 100644
--- a/generated/googleapis/test/bigquery/v2_test.dart
+++ b/generated/googleapis/test/bigquery/v2_test.dart
@@ -2269,6 +2269,7 @@
o.hivePartitioningOptions = buildHivePartitioningOptions();
o.ignoreUnknownValues = true;
o.maxBadRecords = 42;
+ o.parquetOptions = buildParquetOptions();
o.schema = buildTableSchema();
o.sourceFormat = 'foo';
o.sourceUris = buildUnnamed1393();
@@ -2299,6 +2300,7 @@
o.maxBadRecords!,
unittest.equals(42),
);
+ checkParquetOptions(o.parquetOptions! as api.ParquetOptions);
checkTableSchema(o.schema! as api.TableSchema);
unittest.expect(
o.sourceFormat!,
@@ -2953,6 +2955,7 @@
o.jsonExtension = 'foo';
o.maxBadRecords = 42;
o.nullMarker = 'foo';
+ o.parquetOptions = buildParquetOptions();
o.projectionFields = buildUnnamed1402();
o.quote = 'foo';
o.rangePartitioning = buildRangePartitioning();
@@ -3011,6 +3014,7 @@
o.nullMarker!,
unittest.equals('foo'),
);
+ checkParquetOptions(o.parquetOptions! as api.ParquetOptions);
checkUnnamed1402(o.projectionFields!);
unittest.expect(
o.quote!,
@@ -4372,6 +4376,27 @@
buildCounterMultiClassClassificationMetrics--;
}
+core.int buildCounterParquetOptions = 0;
+api.ParquetOptions buildParquetOptions() {
+ var o = api.ParquetOptions();
+ buildCounterParquetOptions++;
+ if (buildCounterParquetOptions < 3) {
+ o.enableListInference = true;
+ o.enumAsString = true;
+ }
+ buildCounterParquetOptions--;
+ return o;
+}
+
+void checkParquetOptions(api.ParquetOptions o) {
+ buildCounterParquetOptions++;
+ if (buildCounterParquetOptions < 3) {
+ unittest.expect(o.enableListInference!, unittest.isTrue);
+ unittest.expect(o.enumAsString!, unittest.isTrue);
+ }
+ buildCounterParquetOptions--;
+}
+
core.List<api.AuditConfig> buildUnnamed1432() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
@@ -7768,6 +7793,16 @@
});
});
+ unittest.group('obj-schema-ParquetOptions', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildParquetOptions();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.ParquetOptions.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkParquetOptions(od as api.ParquetOptions);
+ });
+ });
+
unittest.group('obj-schema-Policy', () {
unittest.test('to-json--from-json', () async {
var o = buildPolicy();
diff --git a/generated/googleapis/test/bigquerydatatransfer/v1_test.dart b/generated/googleapis/test/bigquerydatatransfer/v1_test.dart
index edd98bb..e3c5d05 100644
--- a/generated/googleapis/test/bigquerydatatransfer/v1_test.dart
+++ b/generated/googleapis/test/bigquerydatatransfer/v1_test.dart
@@ -61,27 +61,27 @@
buildCounterCheckValidCredsResponse--;
}
-core.List<api.DataSourceParameter> buildUnnamed2584() {
+core.List<api.DataSourceParameter> buildUnnamed2585() {
var o = <api.DataSourceParameter>[];
o.add(buildDataSourceParameter());
o.add(buildDataSourceParameter());
return o;
}
-void checkUnnamed2584(core.List<api.DataSourceParameter> o) {
+void checkUnnamed2585(core.List<api.DataSourceParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSourceParameter(o[0] as api.DataSourceParameter);
checkDataSourceParameter(o[1] as api.DataSourceParameter);
}
-core.List<core.String> buildUnnamed2585() {
+core.List<core.String> buildUnnamed2586() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2585(core.List<core.String> o) {
+void checkUnnamed2586(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -110,8 +110,8 @@
o.manualRunsDisabled = true;
o.minimumScheduleInterval = 'foo';
o.name = 'foo';
- o.parameters = buildUnnamed2584();
- o.scopes = buildUnnamed2585();
+ o.parameters = buildUnnamed2585();
+ o.scopes = buildUnnamed2586();
o.supportsCustomSchedule = true;
o.supportsMultipleTransfers = true;
o.transferType = 'foo';
@@ -169,8 +169,8 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2584(o.parameters!);
- checkUnnamed2585(o.scopes!);
+ checkUnnamed2585(o.parameters!);
+ checkUnnamed2586(o.scopes!);
unittest.expect(o.supportsCustomSchedule!, unittest.isTrue);
unittest.expect(o.supportsMultipleTransfers!, unittest.isTrue);
unittest.expect(
@@ -185,14 +185,14 @@
buildCounterDataSource--;
}
-core.List<core.String> buildUnnamed2586() {
+core.List<core.String> buildUnnamed2587() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2586(core.List<core.String> o) {
+void checkUnnamed2587(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -204,14 +204,14 @@
);
}
-core.List<api.DataSourceParameter> buildUnnamed2587() {
+core.List<api.DataSourceParameter> buildUnnamed2588() {
var o = <api.DataSourceParameter>[];
o.add(buildDataSourceParameter());
o.add(buildDataSourceParameter());
return o;
}
-void checkUnnamed2587(core.List<api.DataSourceParameter> o) {
+void checkUnnamed2588(core.List<api.DataSourceParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSourceParameter(o[0] as api.DataSourceParameter);
checkDataSourceParameter(o[1] as api.DataSourceParameter);
@@ -222,11 +222,11 @@
var o = api.DataSourceParameter();
buildCounterDataSourceParameter++;
if (buildCounterDataSourceParameter < 3) {
- o.allowedValues = buildUnnamed2586();
+ o.allowedValues = buildUnnamed2587();
o.deprecated = true;
o.description = 'foo';
o.displayName = 'foo';
- o.fields = buildUnnamed2587();
+ o.fields = buildUnnamed2588();
o.immutable = true;
o.maxValue = 42.0;
o.minValue = 42.0;
@@ -246,7 +246,7 @@
void checkDataSourceParameter(api.DataSourceParameter o) {
buildCounterDataSourceParameter++;
if (buildCounterDataSourceParameter < 3) {
- checkUnnamed2586(o.allowedValues!);
+ checkUnnamed2587(o.allowedValues!);
unittest.expect(o.deprecated!, unittest.isTrue);
unittest.expect(
o.description!,
@@ -256,7 +256,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2587(o.fields!);
+ checkUnnamed2588(o.fields!);
unittest.expect(o.immutable!, unittest.isTrue);
unittest.expect(
o.maxValue!,
@@ -327,14 +327,14 @@
buildCounterEmpty--;
}
-core.List<api.DataSource> buildUnnamed2588() {
+core.List<api.DataSource> buildUnnamed2589() {
var o = <api.DataSource>[];
o.add(buildDataSource());
o.add(buildDataSource());
return o;
}
-void checkUnnamed2588(core.List<api.DataSource> o) {
+void checkUnnamed2589(core.List<api.DataSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSource(o[0] as api.DataSource);
checkDataSource(o[1] as api.DataSource);
@@ -345,7 +345,7 @@
var o = api.ListDataSourcesResponse();
buildCounterListDataSourcesResponse++;
if (buildCounterListDataSourcesResponse < 3) {
- o.dataSources = buildUnnamed2588();
+ o.dataSources = buildUnnamed2589();
o.nextPageToken = 'foo';
}
buildCounterListDataSourcesResponse--;
@@ -355,7 +355,7 @@
void checkListDataSourcesResponse(api.ListDataSourcesResponse o) {
buildCounterListDataSourcesResponse++;
if (buildCounterListDataSourcesResponse < 3) {
- checkUnnamed2588(o.dataSources!);
+ checkUnnamed2589(o.dataSources!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -364,14 +364,14 @@
buildCounterListDataSourcesResponse--;
}
-core.List<api.Location> buildUnnamed2589() {
+core.List<api.Location> buildUnnamed2590() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed2589(core.List<api.Location> o) {
+void checkUnnamed2590(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -382,7 +382,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed2589();
+ o.locations = buildUnnamed2590();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -392,7 +392,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed2589(o.locations!);
+ checkUnnamed2590(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -401,14 +401,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.TransferConfig> buildUnnamed2590() {
+core.List<api.TransferConfig> buildUnnamed2591() {
var o = <api.TransferConfig>[];
o.add(buildTransferConfig());
o.add(buildTransferConfig());
return o;
}
-void checkUnnamed2590(core.List<api.TransferConfig> o) {
+void checkUnnamed2591(core.List<api.TransferConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransferConfig(o[0] as api.TransferConfig);
checkTransferConfig(o[1] as api.TransferConfig);
@@ -420,7 +420,7 @@
buildCounterListTransferConfigsResponse++;
if (buildCounterListTransferConfigsResponse < 3) {
o.nextPageToken = 'foo';
- o.transferConfigs = buildUnnamed2590();
+ o.transferConfigs = buildUnnamed2591();
}
buildCounterListTransferConfigsResponse--;
return o;
@@ -433,19 +433,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2590(o.transferConfigs!);
+ checkUnnamed2591(o.transferConfigs!);
}
buildCounterListTransferConfigsResponse--;
}
-core.List<api.TransferMessage> buildUnnamed2591() {
+core.List<api.TransferMessage> buildUnnamed2592() {
var o = <api.TransferMessage>[];
o.add(buildTransferMessage());
o.add(buildTransferMessage());
return o;
}
-void checkUnnamed2591(core.List<api.TransferMessage> o) {
+void checkUnnamed2592(core.List<api.TransferMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransferMessage(o[0] as api.TransferMessage);
checkTransferMessage(o[1] as api.TransferMessage);
@@ -457,7 +457,7 @@
buildCounterListTransferLogsResponse++;
if (buildCounterListTransferLogsResponse < 3) {
o.nextPageToken = 'foo';
- o.transferMessages = buildUnnamed2591();
+ o.transferMessages = buildUnnamed2592();
}
buildCounterListTransferLogsResponse--;
return o;
@@ -470,19 +470,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2591(o.transferMessages!);
+ checkUnnamed2592(o.transferMessages!);
}
buildCounterListTransferLogsResponse--;
}
-core.List<api.TransferRun> buildUnnamed2592() {
+core.List<api.TransferRun> buildUnnamed2593() {
var o = <api.TransferRun>[];
o.add(buildTransferRun());
o.add(buildTransferRun());
return o;
}
-void checkUnnamed2592(core.List<api.TransferRun> o) {
+void checkUnnamed2593(core.List<api.TransferRun> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransferRun(o[0] as api.TransferRun);
checkTransferRun(o[1] as api.TransferRun);
@@ -494,7 +494,7 @@
buildCounterListTransferRunsResponse++;
if (buildCounterListTransferRunsResponse < 3) {
o.nextPageToken = 'foo';
- o.transferRuns = buildUnnamed2592();
+ o.transferRuns = buildUnnamed2593();
}
buildCounterListTransferRunsResponse--;
return o;
@@ -507,19 +507,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2592(o.transferRuns!);
+ checkUnnamed2593(o.transferRuns!);
}
buildCounterListTransferRunsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2593() {
+core.Map<core.String, core.String> buildUnnamed2594() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2593(core.Map<core.String, core.String> o) {
+void checkUnnamed2594(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -531,7 +531,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2594() {
+core.Map<core.String, core.Object> buildUnnamed2595() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -546,7 +546,7 @@
return o;
}
-void checkUnnamed2594(core.Map<core.String, core.Object> o) {
+void checkUnnamed2595(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -584,9 +584,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed2593();
+ o.labels = buildUnnamed2594();
o.locationId = 'foo';
- o.metadata = buildUnnamed2594();
+ o.metadata = buildUnnamed2595();
o.name = 'foo';
}
buildCounterLocation--;
@@ -600,12 +600,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2593(o.labels!);
+ checkUnnamed2594(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed2594(o.metadata!);
+ checkUnnamed2595(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -670,14 +670,14 @@
buildCounterScheduleTransferRunsRequest--;
}
-core.List<api.TransferRun> buildUnnamed2595() {
+core.List<api.TransferRun> buildUnnamed2596() {
var o = <api.TransferRun>[];
o.add(buildTransferRun());
o.add(buildTransferRun());
return o;
}
-void checkUnnamed2595(core.List<api.TransferRun> o) {
+void checkUnnamed2596(core.List<api.TransferRun> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransferRun(o[0] as api.TransferRun);
checkTransferRun(o[1] as api.TransferRun);
@@ -688,7 +688,7 @@
var o = api.ScheduleTransferRunsResponse();
buildCounterScheduleTransferRunsResponse++;
if (buildCounterScheduleTransferRunsResponse < 3) {
- o.runs = buildUnnamed2595();
+ o.runs = buildUnnamed2596();
}
buildCounterScheduleTransferRunsResponse--;
return o;
@@ -697,7 +697,7 @@
void checkScheduleTransferRunsResponse(api.ScheduleTransferRunsResponse o) {
buildCounterScheduleTransferRunsResponse++;
if (buildCounterScheduleTransferRunsResponse < 3) {
- checkUnnamed2595(o.runs!);
+ checkUnnamed2596(o.runs!);
}
buildCounterScheduleTransferRunsResponse--;
}
@@ -726,14 +726,14 @@
buildCounterStartManualTransferRunsRequest--;
}
-core.List<api.TransferRun> buildUnnamed2596() {
+core.List<api.TransferRun> buildUnnamed2597() {
var o = <api.TransferRun>[];
o.add(buildTransferRun());
o.add(buildTransferRun());
return o;
}
-void checkUnnamed2596(core.List<api.TransferRun> o) {
+void checkUnnamed2597(core.List<api.TransferRun> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransferRun(o[0] as api.TransferRun);
checkTransferRun(o[1] as api.TransferRun);
@@ -744,7 +744,7 @@
var o = api.StartManualTransferRunsResponse();
buildCounterStartManualTransferRunsResponse++;
if (buildCounterStartManualTransferRunsResponse < 3) {
- o.runs = buildUnnamed2596();
+ o.runs = buildUnnamed2597();
}
buildCounterStartManualTransferRunsResponse--;
return o;
@@ -754,12 +754,12 @@
api.StartManualTransferRunsResponse o) {
buildCounterStartManualTransferRunsResponse++;
if (buildCounterStartManualTransferRunsResponse < 3) {
- checkUnnamed2596(o.runs!);
+ checkUnnamed2597(o.runs!);
}
buildCounterStartManualTransferRunsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed2597() {
+core.Map<core.String, core.Object> buildUnnamed2598() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -774,7 +774,7 @@
return o;
}
-void checkUnnamed2597(core.Map<core.String, core.Object> o) {
+void checkUnnamed2598(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -806,17 +806,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2598() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2599() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2597());
- o.add(buildUnnamed2597());
+ o.add(buildUnnamed2598());
+ o.add(buildUnnamed2598());
return o;
}
-void checkUnnamed2598(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2599(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2597(o[0]);
- checkUnnamed2597(o[1]);
+ checkUnnamed2598(o[0]);
+ checkUnnamed2598(o[1]);
}
core.int buildCounterStatus = 0;
@@ -825,7 +825,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2598();
+ o.details = buildUnnamed2599();
o.message = 'foo';
}
buildCounterStatus--;
@@ -839,7 +839,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2598(o.details!);
+ checkUnnamed2599(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -875,7 +875,7 @@
buildCounterTimeRange--;
}
-core.Map<core.String, core.Object> buildUnnamed2599() {
+core.Map<core.String, core.Object> buildUnnamed2600() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -890,7 +890,7 @@
return o;
}
-void checkUnnamed2599(core.Map<core.String, core.Object> o) {
+void checkUnnamed2600(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -937,7 +937,7 @@
o.name = 'foo';
o.nextRunTime = 'foo';
o.notificationPubsubTopic = 'foo';
- o.params = buildUnnamed2599();
+ o.params = buildUnnamed2600();
o.schedule = 'foo';
o.scheduleOptions = buildScheduleOptions();
o.state = 'foo';
@@ -985,7 +985,7 @@
o.notificationPubsubTopic!,
unittest.equals('foo'),
);
- checkUnnamed2599(o.params!);
+ checkUnnamed2600(o.params!);
unittest.expect(
o.schedule!,
unittest.equals('foo'),
@@ -1039,7 +1039,7 @@
buildCounterTransferMessage--;
}
-core.Map<core.String, core.Object> buildUnnamed2600() {
+core.Map<core.String, core.Object> buildUnnamed2601() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1054,7 +1054,7 @@
return o;
}
-void checkUnnamed2600(core.Map<core.String, core.Object> o) {
+void checkUnnamed2601(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1098,7 +1098,7 @@
o.errorStatus = buildStatus();
o.name = 'foo';
o.notificationPubsubTopic = 'foo';
- o.params = buildUnnamed2600();
+ o.params = buildUnnamed2601();
o.runTime = 'foo';
o.schedule = 'foo';
o.scheduleTime = 'foo';
@@ -1136,7 +1136,7 @@
o.notificationPubsubTopic!,
unittest.equals('foo'),
);
- checkUnnamed2600(o.params!);
+ checkUnnamed2601(o.params!);
unittest.expect(
o.runTime!,
unittest.equals('foo'),
@@ -1169,25 +1169,6 @@
buildCounterTransferRun--;
}
-core.List<core.String> buildUnnamed2601() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2601(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2602() {
var o = <core.String>[];
o.add('foo');
@@ -1283,6 +1264,25 @@
);
}
+core.List<core.String> buildUnnamed2607() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2607(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-CheckValidCredsRequest', () {
unittest.test('to-json--from-json', () async {
@@ -2176,7 +2176,7 @@
var res =
api.BigQueryDataTransferApi(mock).projects.locations.transferConfigs;
var arg_parent = 'foo';
- var arg_dataSourceIds = buildUnnamed2601();
+ var arg_dataSourceIds = buildUnnamed2602();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
@@ -2574,7 +2574,7 @@
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_runAttempt = 'foo';
- var arg_states = buildUnnamed2602();
+ var arg_states = buildUnnamed2603();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -2656,7 +2656,7 @@
.runs
.transferLogs;
var arg_parent = 'foo';
- var arg_messageTypes = buildUnnamed2603();
+ var arg_messageTypes = buildUnnamed2604();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
@@ -2909,7 +2909,7 @@
var mock = HttpServerMock();
var res = api.BigQueryDataTransferApi(mock).projects.transferConfigs;
var arg_parent = 'foo';
- var arg_dataSourceIds = buildUnnamed2604();
+ var arg_dataSourceIds = buildUnnamed2605();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
@@ -3292,7 +3292,7 @@
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_runAttempt = 'foo';
- var arg_states = buildUnnamed2605();
+ var arg_states = buildUnnamed2606();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -3373,7 +3373,7 @@
.runs
.transferLogs;
var arg_parent = 'foo';
- var arg_messageTypes = buildUnnamed2606();
+ var arg_messageTypes = buildUnnamed2607();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/bigqueryreservation/v1_test.dart b/generated/googleapis/test/bigqueryreservation/v1_test.dart
index 1562730..c218b5f 100644
--- a/generated/googleapis/test/bigqueryreservation/v1_test.dart
+++ b/generated/googleapis/test/bigqueryreservation/v1_test.dart
@@ -187,14 +187,14 @@
buildCounterEmpty--;
}
-core.List<api.Assignment> buildUnnamed4436() {
+core.List<api.Assignment> buildUnnamed4437() {
var o = <api.Assignment>[];
o.add(buildAssignment());
o.add(buildAssignment());
return o;
}
-void checkUnnamed4436(core.List<api.Assignment> o) {
+void checkUnnamed4437(core.List<api.Assignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignment(o[0] as api.Assignment);
checkAssignment(o[1] as api.Assignment);
@@ -205,7 +205,7 @@
var o = api.ListAssignmentsResponse();
buildCounterListAssignmentsResponse++;
if (buildCounterListAssignmentsResponse < 3) {
- o.assignments = buildUnnamed4436();
+ o.assignments = buildUnnamed4437();
o.nextPageToken = 'foo';
}
buildCounterListAssignmentsResponse--;
@@ -215,7 +215,7 @@
void checkListAssignmentsResponse(api.ListAssignmentsResponse o) {
buildCounterListAssignmentsResponse++;
if (buildCounterListAssignmentsResponse < 3) {
- checkUnnamed4436(o.assignments!);
+ checkUnnamed4437(o.assignments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -224,14 +224,14 @@
buildCounterListAssignmentsResponse--;
}
-core.List<api.CapacityCommitment> buildUnnamed4437() {
+core.List<api.CapacityCommitment> buildUnnamed4438() {
var o = <api.CapacityCommitment>[];
o.add(buildCapacityCommitment());
o.add(buildCapacityCommitment());
return o;
}
-void checkUnnamed4437(core.List<api.CapacityCommitment> o) {
+void checkUnnamed4438(core.List<api.CapacityCommitment> o) {
unittest.expect(o, unittest.hasLength(2));
checkCapacityCommitment(o[0] as api.CapacityCommitment);
checkCapacityCommitment(o[1] as api.CapacityCommitment);
@@ -242,7 +242,7 @@
var o = api.ListCapacityCommitmentsResponse();
buildCounterListCapacityCommitmentsResponse++;
if (buildCounterListCapacityCommitmentsResponse < 3) {
- o.capacityCommitments = buildUnnamed4437();
+ o.capacityCommitments = buildUnnamed4438();
o.nextPageToken = 'foo';
}
buildCounterListCapacityCommitmentsResponse--;
@@ -253,7 +253,7 @@
api.ListCapacityCommitmentsResponse o) {
buildCounterListCapacityCommitmentsResponse++;
if (buildCounterListCapacityCommitmentsResponse < 3) {
- checkUnnamed4437(o.capacityCommitments!);
+ checkUnnamed4438(o.capacityCommitments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -262,14 +262,14 @@
buildCounterListCapacityCommitmentsResponse--;
}
-core.List<api.Operation> buildUnnamed4438() {
+core.List<api.Operation> buildUnnamed4439() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed4438(core.List<api.Operation> o) {
+void checkUnnamed4439(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -281,7 +281,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed4438();
+ o.operations = buildUnnamed4439();
}
buildCounterListOperationsResponse--;
return o;
@@ -294,19 +294,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4438(o.operations!);
+ checkUnnamed4439(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.Reservation> buildUnnamed4439() {
+core.List<api.Reservation> buildUnnamed4440() {
var o = <api.Reservation>[];
o.add(buildReservation());
o.add(buildReservation());
return o;
}
-void checkUnnamed4439(core.List<api.Reservation> o) {
+void checkUnnamed4440(core.List<api.Reservation> o) {
unittest.expect(o, unittest.hasLength(2));
checkReservation(o[0] as api.Reservation);
checkReservation(o[1] as api.Reservation);
@@ -318,7 +318,7 @@
buildCounterListReservationsResponse++;
if (buildCounterListReservationsResponse < 3) {
o.nextPageToken = 'foo';
- o.reservations = buildUnnamed4439();
+ o.reservations = buildUnnamed4440();
}
buildCounterListReservationsResponse--;
return o;
@@ -331,19 +331,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4439(o.reservations!);
+ checkUnnamed4440(o.reservations!);
}
buildCounterListReservationsResponse--;
}
-core.List<core.String> buildUnnamed4440() {
+core.List<core.String> buildUnnamed4441() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4440(core.List<core.String> o) {
+void checkUnnamed4441(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -360,7 +360,7 @@
var o = api.MergeCapacityCommitmentsRequest();
buildCounterMergeCapacityCommitmentsRequest++;
if (buildCounterMergeCapacityCommitmentsRequest < 3) {
- o.capacityCommitmentIds = buildUnnamed4440();
+ o.capacityCommitmentIds = buildUnnamed4441();
}
buildCounterMergeCapacityCommitmentsRequest--;
return o;
@@ -370,7 +370,7 @@
api.MergeCapacityCommitmentsRequest o) {
buildCounterMergeCapacityCommitmentsRequest++;
if (buildCounterMergeCapacityCommitmentsRequest < 3) {
- checkUnnamed4440(o.capacityCommitmentIds!);
+ checkUnnamed4441(o.capacityCommitmentIds!);
}
buildCounterMergeCapacityCommitmentsRequest--;
}
@@ -397,7 +397,7 @@
buildCounterMoveAssignmentRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed4441() {
+core.Map<core.String, core.Object> buildUnnamed4442() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -412,7 +412,7 @@
return o;
}
-void checkUnnamed4441(core.Map<core.String, core.Object> o) {
+void checkUnnamed4442(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -444,7 +444,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4442() {
+core.Map<core.String, core.Object> buildUnnamed4443() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -459,7 +459,7 @@
return o;
}
-void checkUnnamed4442(core.Map<core.String, core.Object> o) {
+void checkUnnamed4443(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -498,9 +498,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4441();
+ o.metadata = buildUnnamed4442();
o.name = 'foo';
- o.response = buildUnnamed4442();
+ o.response = buildUnnamed4443();
}
buildCounterOperation--;
return o;
@@ -511,12 +511,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4441(o.metadata!);
+ checkUnnamed4442(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4442(o.response!);
+ checkUnnamed4443(o.response!);
}
buildCounterOperation--;
}
@@ -560,43 +560,6 @@
buildCounterReservation--;
}
-core.List<api.Assignment> buildUnnamed4443() {
- var o = <api.Assignment>[];
- o.add(buildAssignment());
- o.add(buildAssignment());
- return o;
-}
-
-void checkUnnamed4443(core.List<api.Assignment> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkAssignment(o[0] as api.Assignment);
- checkAssignment(o[1] as api.Assignment);
-}
-
-core.int buildCounterSearchAllAssignmentsResponse = 0;
-api.SearchAllAssignmentsResponse buildSearchAllAssignmentsResponse() {
- var o = api.SearchAllAssignmentsResponse();
- buildCounterSearchAllAssignmentsResponse++;
- if (buildCounterSearchAllAssignmentsResponse < 3) {
- o.assignments = buildUnnamed4443();
- o.nextPageToken = 'foo';
- }
- buildCounterSearchAllAssignmentsResponse--;
- return o;
-}
-
-void checkSearchAllAssignmentsResponse(api.SearchAllAssignmentsResponse o) {
- buildCounterSearchAllAssignmentsResponse++;
- if (buildCounterSearchAllAssignmentsResponse < 3) {
- checkUnnamed4443(o.assignments!);
- unittest.expect(
- o.nextPageToken!,
- unittest.equals('foo'),
- );
- }
- buildCounterSearchAllAssignmentsResponse--;
-}
-
core.List<api.Assignment> buildUnnamed4444() {
var o = <api.Assignment>[];
o.add(buildAssignment());
@@ -610,12 +573,49 @@
checkAssignment(o[1] as api.Assignment);
}
+core.int buildCounterSearchAllAssignmentsResponse = 0;
+api.SearchAllAssignmentsResponse buildSearchAllAssignmentsResponse() {
+ var o = api.SearchAllAssignmentsResponse();
+ buildCounterSearchAllAssignmentsResponse++;
+ if (buildCounterSearchAllAssignmentsResponse < 3) {
+ o.assignments = buildUnnamed4444();
+ o.nextPageToken = 'foo';
+ }
+ buildCounterSearchAllAssignmentsResponse--;
+ return o;
+}
+
+void checkSearchAllAssignmentsResponse(api.SearchAllAssignmentsResponse o) {
+ buildCounterSearchAllAssignmentsResponse++;
+ if (buildCounterSearchAllAssignmentsResponse < 3) {
+ checkUnnamed4444(o.assignments!);
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterSearchAllAssignmentsResponse--;
+}
+
+core.List<api.Assignment> buildUnnamed4445() {
+ var o = <api.Assignment>[];
+ o.add(buildAssignment());
+ o.add(buildAssignment());
+ return o;
+}
+
+void checkUnnamed4445(core.List<api.Assignment> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkAssignment(o[0] as api.Assignment);
+ checkAssignment(o[1] as api.Assignment);
+}
+
core.int buildCounterSearchAssignmentsResponse = 0;
api.SearchAssignmentsResponse buildSearchAssignmentsResponse() {
var o = api.SearchAssignmentsResponse();
buildCounterSearchAssignmentsResponse++;
if (buildCounterSearchAssignmentsResponse < 3) {
- o.assignments = buildUnnamed4444();
+ o.assignments = buildUnnamed4445();
o.nextPageToken = 'foo';
}
buildCounterSearchAssignmentsResponse--;
@@ -625,7 +625,7 @@
void checkSearchAssignmentsResponse(api.SearchAssignmentsResponse o) {
buildCounterSearchAssignmentsResponse++;
if (buildCounterSearchAssignmentsResponse < 3) {
- checkUnnamed4444(o.assignments!);
+ checkUnnamed4445(o.assignments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -678,7 +678,7 @@
buildCounterSplitCapacityCommitmentResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed4445() {
+core.Map<core.String, core.Object> buildUnnamed4446() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -693,7 +693,7 @@
return o;
}
-void checkUnnamed4445(core.Map<core.String, core.Object> o) {
+void checkUnnamed4446(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -725,17 +725,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4446() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4447() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4445());
- o.add(buildUnnamed4445());
+ o.add(buildUnnamed4446());
+ o.add(buildUnnamed4446());
return o;
}
-void checkUnnamed4446(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4447(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4445(o[0]);
- checkUnnamed4445(o[1]);
+ checkUnnamed4446(o[0]);
+ checkUnnamed4446(o[1]);
}
core.int buildCounterStatus = 0;
@@ -744,7 +744,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4446();
+ o.details = buildUnnamed4447();
o.message = 'foo';
}
buildCounterStatus--;
@@ -758,7 +758,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4446(o.details!);
+ checkUnnamed4447(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/binaryauthorization/v1_test.dart b/generated/googleapis/test/binaryauthorization/v1_test.dart
index 999ce0c..a5ffc38 100644
--- a/generated/googleapis/test/binaryauthorization/v1_test.dart
+++ b/generated/googleapis/test/binaryauthorization/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed4140() {
+core.List<core.String> buildUnnamed4141() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4140(core.List<core.String> o) {
+void checkUnnamed4141(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -53,7 +53,7 @@
if (buildCounterAdmissionRule < 3) {
o.enforcementMode = 'foo';
o.evaluationMode = 'foo';
- o.requireAttestationsBy = buildUnnamed4140();
+ o.requireAttestationsBy = buildUnnamed4141();
}
buildCounterAdmissionRule--;
return o;
@@ -70,7 +70,7 @@
o.evaluationMode!,
unittest.equals('foo'),
);
- checkUnnamed4140(o.requireAttestationsBy!);
+ checkUnnamed4141(o.requireAttestationsBy!);
}
buildCounterAdmissionRule--;
}
@@ -97,27 +97,27 @@
buildCounterAdmissionWhitelistPattern--;
}
-core.List<api.Jwt> buildUnnamed4141() {
+core.List<api.Jwt> buildUnnamed4142() {
var o = <api.Jwt>[];
o.add(buildJwt());
o.add(buildJwt());
return o;
}
-void checkUnnamed4141(core.List<api.Jwt> o) {
+void checkUnnamed4142(core.List<api.Jwt> o) {
unittest.expect(o, unittest.hasLength(2));
checkJwt(o[0] as api.Jwt);
checkJwt(o[1] as api.Jwt);
}
-core.List<api.Signature> buildUnnamed4142() {
+core.List<api.Signature> buildUnnamed4143() {
var o = <api.Signature>[];
o.add(buildSignature());
o.add(buildSignature());
return o;
}
-void checkUnnamed4142(core.List<api.Signature> o) {
+void checkUnnamed4143(core.List<api.Signature> o) {
unittest.expect(o, unittest.hasLength(2));
checkSignature(o[0] as api.Signature);
checkSignature(o[1] as api.Signature);
@@ -128,9 +128,9 @@
var o = api.AttestationOccurrence();
buildCounterAttestationOccurrence++;
if (buildCounterAttestationOccurrence < 3) {
- o.jwts = buildUnnamed4141();
+ o.jwts = buildUnnamed4142();
o.serializedPayload = 'foo';
- o.signatures = buildUnnamed4142();
+ o.signatures = buildUnnamed4143();
}
buildCounterAttestationOccurrence--;
return o;
@@ -139,12 +139,12 @@
void checkAttestationOccurrence(api.AttestationOccurrence o) {
buildCounterAttestationOccurrence++;
if (buildCounterAttestationOccurrence < 3) {
- checkUnnamed4141(o.jwts!);
+ checkUnnamed4142(o.jwts!);
unittest.expect(
o.serializedPayload!,
unittest.equals('foo'),
);
- checkUnnamed4142(o.signatures!);
+ checkUnnamed4143(o.signatures!);
}
buildCounterAttestationOccurrence--;
}
@@ -218,14 +218,14 @@
buildCounterAttestorPublicKey--;
}
-core.List<core.String> buildUnnamed4143() {
+core.List<core.String> buildUnnamed4144() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4143(core.List<core.String> o) {
+void checkUnnamed4144(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -243,7 +243,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed4143();
+ o.members = buildUnnamed4144();
o.role = 'foo';
}
buildCounterBinding--;
@@ -254,7 +254,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed4143(o.members!);
+ checkUnnamed4144(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -315,14 +315,14 @@
buildCounterExpr--;
}
-core.List<api.Binding> buildUnnamed4144() {
+core.List<api.Binding> buildUnnamed4145() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed4144(core.List<api.Binding> o) {
+void checkUnnamed4145(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -333,7 +333,7 @@
var o = api.IamPolicy();
buildCounterIamPolicy++;
if (buildCounterIamPolicy < 3) {
- o.bindings = buildUnnamed4144();
+ o.bindings = buildUnnamed4145();
o.etag = 'foo';
o.version = 42;
}
@@ -344,7 +344,7 @@
void checkIamPolicy(api.IamPolicy o) {
buildCounterIamPolicy++;
if (buildCounterIamPolicy < 3) {
- checkUnnamed4144(o.bindings!);
+ checkUnnamed4145(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -379,14 +379,14 @@
buildCounterJwt--;
}
-core.List<api.Attestor> buildUnnamed4145() {
+core.List<api.Attestor> buildUnnamed4146() {
var o = <api.Attestor>[];
o.add(buildAttestor());
o.add(buildAttestor());
return o;
}
-void checkUnnamed4145(core.List<api.Attestor> o) {
+void checkUnnamed4146(core.List<api.Attestor> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttestor(o[0] as api.Attestor);
checkAttestor(o[1] as api.Attestor);
@@ -397,7 +397,7 @@
var o = api.ListAttestorsResponse();
buildCounterListAttestorsResponse++;
if (buildCounterListAttestorsResponse < 3) {
- o.attestors = buildUnnamed4145();
+ o.attestors = buildUnnamed4146();
o.nextPageToken = 'foo';
}
buildCounterListAttestorsResponse--;
@@ -407,7 +407,7 @@
void checkListAttestorsResponse(api.ListAttestorsResponse o) {
buildCounterListAttestorsResponse++;
if (buildCounterListAttestorsResponse < 3) {
- checkUnnamed4145(o.attestors!);
+ checkUnnamed4146(o.attestors!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -443,32 +443,19 @@
buildCounterPkixPublicKey--;
}
-core.List<api.AdmissionWhitelistPattern> buildUnnamed4146() {
+core.List<api.AdmissionWhitelistPattern> buildUnnamed4147() {
var o = <api.AdmissionWhitelistPattern>[];
o.add(buildAdmissionWhitelistPattern());
o.add(buildAdmissionWhitelistPattern());
return o;
}
-void checkUnnamed4146(core.List<api.AdmissionWhitelistPattern> o) {
+void checkUnnamed4147(core.List<api.AdmissionWhitelistPattern> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdmissionWhitelistPattern(o[0] as api.AdmissionWhitelistPattern);
checkAdmissionWhitelistPattern(o[1] as api.AdmissionWhitelistPattern);
}
-core.Map<core.String, api.AdmissionRule> buildUnnamed4147() {
- var o = <core.String, api.AdmissionRule>{};
- o['x'] = buildAdmissionRule();
- o['y'] = buildAdmissionRule();
- return o;
-}
-
-void checkUnnamed4147(core.Map<core.String, api.AdmissionRule> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkAdmissionRule(o['x']! as api.AdmissionRule);
- checkAdmissionRule(o['y']! as api.AdmissionRule);
-}
-
core.Map<core.String, api.AdmissionRule> buildUnnamed4148() {
var o = <core.String, api.AdmissionRule>{};
o['x'] = buildAdmissionRule();
@@ -508,19 +495,32 @@
checkAdmissionRule(o['y']! as api.AdmissionRule);
}
+core.Map<core.String, api.AdmissionRule> buildUnnamed4151() {
+ var o = <core.String, api.AdmissionRule>{};
+ o['x'] = buildAdmissionRule();
+ o['y'] = buildAdmissionRule();
+ return o;
+}
+
+void checkUnnamed4151(core.Map<core.String, api.AdmissionRule> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkAdmissionRule(o['x']! as api.AdmissionRule);
+ checkAdmissionRule(o['y']! as api.AdmissionRule);
+}
+
core.int buildCounterPolicy = 0;
api.Policy buildPolicy() {
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.admissionWhitelistPatterns = buildUnnamed4146();
- o.clusterAdmissionRules = buildUnnamed4147();
+ o.admissionWhitelistPatterns = buildUnnamed4147();
+ o.clusterAdmissionRules = buildUnnamed4148();
o.defaultAdmissionRule = buildAdmissionRule();
o.description = 'foo';
o.globalPolicyEvaluationMode = 'foo';
- o.istioServiceIdentityAdmissionRules = buildUnnamed4148();
- o.kubernetesNamespaceAdmissionRules = buildUnnamed4149();
- o.kubernetesServiceAccountAdmissionRules = buildUnnamed4150();
+ o.istioServiceIdentityAdmissionRules = buildUnnamed4149();
+ o.kubernetesNamespaceAdmissionRules = buildUnnamed4150();
+ o.kubernetesServiceAccountAdmissionRules = buildUnnamed4151();
o.name = 'foo';
o.updateTime = 'foo';
}
@@ -531,8 +531,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed4146(o.admissionWhitelistPatterns!);
- checkUnnamed4147(o.clusterAdmissionRules!);
+ checkUnnamed4147(o.admissionWhitelistPatterns!);
+ checkUnnamed4148(o.clusterAdmissionRules!);
checkAdmissionRule(o.defaultAdmissionRule! as api.AdmissionRule);
unittest.expect(
o.description!,
@@ -542,9 +542,9 @@
o.globalPolicyEvaluationMode!,
unittest.equals('foo'),
);
- checkUnnamed4148(o.istioServiceIdentityAdmissionRules!);
- checkUnnamed4149(o.kubernetesNamespaceAdmissionRules!);
- checkUnnamed4150(o.kubernetesServiceAccountAdmissionRules!);
+ checkUnnamed4149(o.istioServiceIdentityAdmissionRules!);
+ checkUnnamed4150(o.kubernetesNamespaceAdmissionRules!);
+ checkUnnamed4151(o.kubernetesServiceAccountAdmissionRules!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -603,44 +603,6 @@
buildCounterSignature--;
}
-core.List<core.String> buildUnnamed4151() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4151(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed4151();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed4151(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
core.List<core.String> buildUnnamed4152() {
var o = <core.String>[];
o.add('foo');
@@ -660,12 +622,50 @@
);
}
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed4152();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed4152(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
+core.List<core.String> buildUnnamed4153() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4153(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed4152();
+ o.permissions = buildUnnamed4153();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -674,19 +674,19 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed4152(o.permissions!);
+ checkUnnamed4153(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
-core.List<api.AttestorPublicKey> buildUnnamed4153() {
+core.List<api.AttestorPublicKey> buildUnnamed4154() {
var o = <api.AttestorPublicKey>[];
o.add(buildAttestorPublicKey());
o.add(buildAttestorPublicKey());
return o;
}
-void checkUnnamed4153(core.List<api.AttestorPublicKey> o) {
+void checkUnnamed4154(core.List<api.AttestorPublicKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttestorPublicKey(o[0] as api.AttestorPublicKey);
checkAttestorPublicKey(o[1] as api.AttestorPublicKey);
@@ -699,7 +699,7 @@
if (buildCounterUserOwnedGrafeasNote < 3) {
o.delegationServiceAccountEmail = 'foo';
o.noteReference = 'foo';
- o.publicKeys = buildUnnamed4153();
+ o.publicKeys = buildUnnamed4154();
}
buildCounterUserOwnedGrafeasNote--;
return o;
@@ -716,7 +716,7 @@
o.noteReference!,
unittest.equals('foo'),
);
- checkUnnamed4153(o.publicKeys!);
+ checkUnnamed4154(o.publicKeys!);
}
buildCounterUserOwnedGrafeasNote--;
}
diff --git a/generated/googleapis/test/calendar/v3_test.dart b/generated/googleapis/test/calendar/v3_test.dart
index 2ca1593..aa2b40c 100644
--- a/generated/googleapis/test/calendar/v3_test.dart
+++ b/generated/googleapis/test/calendar/v3_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AclRule> buildUnnamed4447() {
+core.List<api.AclRule> buildUnnamed4448() {
var o = <api.AclRule>[];
o.add(buildAclRule());
o.add(buildAclRule());
return o;
}
-void checkUnnamed4447(core.List<api.AclRule> o) {
+void checkUnnamed4448(core.List<api.AclRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAclRule(o[0] as api.AclRule);
checkAclRule(o[1] as api.AclRule);
@@ -46,7 +46,7 @@
buildCounterAcl++;
if (buildCounterAcl < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4447();
+ o.items = buildUnnamed4448();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
@@ -62,7 +62,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4447(o.items!);
+ checkUnnamed4448(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -200,14 +200,14 @@
buildCounterCalendar--;
}
-core.List<api.CalendarListEntry> buildUnnamed4448() {
+core.List<api.CalendarListEntry> buildUnnamed4449() {
var o = <api.CalendarListEntry>[];
o.add(buildCalendarListEntry());
o.add(buildCalendarListEntry());
return o;
}
-void checkUnnamed4448(core.List<api.CalendarListEntry> o) {
+void checkUnnamed4449(core.List<api.CalendarListEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkCalendarListEntry(o[0] as api.CalendarListEntry);
checkCalendarListEntry(o[1] as api.CalendarListEntry);
@@ -219,7 +219,7 @@
buildCounterCalendarList++;
if (buildCounterCalendarList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4448();
+ o.items = buildUnnamed4449();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
@@ -235,7 +235,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4448(o.items!);
+ checkUnnamed4449(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -252,27 +252,27 @@
buildCounterCalendarList--;
}
-core.List<api.EventReminder> buildUnnamed4449() {
+core.List<api.EventReminder> buildUnnamed4450() {
var o = <api.EventReminder>[];
o.add(buildEventReminder());
o.add(buildEventReminder());
return o;
}
-void checkUnnamed4449(core.List<api.EventReminder> o) {
+void checkUnnamed4450(core.List<api.EventReminder> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventReminder(o[0] as api.EventReminder);
checkEventReminder(o[1] as api.EventReminder);
}
-core.List<api.CalendarNotification> buildUnnamed4450() {
+core.List<api.CalendarNotification> buildUnnamed4451() {
var o = <api.CalendarNotification>[];
o.add(buildCalendarNotification());
o.add(buildCalendarNotification());
return o;
}
-void checkUnnamed4450(core.List<api.CalendarNotification> o) {
+void checkUnnamed4451(core.List<api.CalendarNotification> o) {
unittest.expect(o, unittest.hasLength(2));
checkCalendarNotification(o[0] as api.CalendarNotification);
checkCalendarNotification(o[1] as api.CalendarNotification);
@@ -284,7 +284,7 @@
var o = api.CalendarListEntryNotificationSettings();
buildCounterCalendarListEntryNotificationSettings++;
if (buildCounterCalendarListEntryNotificationSettings < 3) {
- o.notifications = buildUnnamed4450();
+ o.notifications = buildUnnamed4451();
}
buildCounterCalendarListEntryNotificationSettings--;
return o;
@@ -294,7 +294,7 @@
api.CalendarListEntryNotificationSettings o) {
buildCounterCalendarListEntryNotificationSettings++;
if (buildCounterCalendarListEntryNotificationSettings < 3) {
- checkUnnamed4450(o.notifications!);
+ checkUnnamed4451(o.notifications!);
}
buildCounterCalendarListEntryNotificationSettings--;
}
@@ -308,7 +308,7 @@
o.backgroundColor = 'foo';
o.colorId = 'foo';
o.conferenceProperties = buildConferenceProperties();
- o.defaultReminders = buildUnnamed4449();
+ o.defaultReminders = buildUnnamed4450();
o.deleted = true;
o.description = 'foo';
o.etag = 'foo';
@@ -345,7 +345,7 @@
);
checkConferenceProperties(
o.conferenceProperties! as api.ConferenceProperties);
- checkUnnamed4449(o.defaultReminders!);
+ checkUnnamed4450(o.defaultReminders!);
unittest.expect(o.deleted!, unittest.isTrue);
unittest.expect(
o.description!,
@@ -419,14 +419,14 @@
buildCounterCalendarNotification--;
}
-core.Map<core.String, core.String> buildUnnamed4451() {
+core.Map<core.String, core.String> buildUnnamed4452() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4451(core.Map<core.String, core.String> o) {
+void checkUnnamed4452(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -447,7 +447,7 @@
o.expiration = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.params = buildUnnamed4451();
+ o.params = buildUnnamed4452();
o.payload = true;
o.resourceId = 'foo';
o.resourceUri = 'foo';
@@ -477,7 +477,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4451(o.params!);
+ checkUnnamed4452(o.params!);
unittest.expect(o.payload!, unittest.isTrue);
unittest.expect(
o.resourceId!,
@@ -526,19 +526,6 @@
buildCounterColorDefinition--;
}
-core.Map<core.String, api.ColorDefinition> buildUnnamed4452() {
- var o = <core.String, api.ColorDefinition>{};
- o['x'] = buildColorDefinition();
- o['y'] = buildColorDefinition();
- return o;
-}
-
-void checkUnnamed4452(core.Map<core.String, api.ColorDefinition> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkColorDefinition(o['x']! as api.ColorDefinition);
- checkColorDefinition(o['y']! as api.ColorDefinition);
-}
-
core.Map<core.String, api.ColorDefinition> buildUnnamed4453() {
var o = <core.String, api.ColorDefinition>{};
o['x'] = buildColorDefinition();
@@ -552,13 +539,26 @@
checkColorDefinition(o['y']! as api.ColorDefinition);
}
+core.Map<core.String, api.ColorDefinition> buildUnnamed4454() {
+ var o = <core.String, api.ColorDefinition>{};
+ o['x'] = buildColorDefinition();
+ o['y'] = buildColorDefinition();
+ return o;
+}
+
+void checkUnnamed4454(core.Map<core.String, api.ColorDefinition> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkColorDefinition(o['x']! as api.ColorDefinition);
+ checkColorDefinition(o['y']! as api.ColorDefinition);
+}
+
core.int buildCounterColors = 0;
api.Colors buildColors() {
var o = api.Colors();
buildCounterColors++;
if (buildCounterColors < 3) {
- o.calendar = buildUnnamed4452();
- o.event = buildUnnamed4453();
+ o.calendar = buildUnnamed4453();
+ o.event = buildUnnamed4454();
o.kind = 'foo';
o.updated = core.DateTime.parse("2002-02-27T14:01:02");
}
@@ -569,8 +569,8 @@
void checkColors(api.Colors o) {
buildCounterColors++;
if (buildCounterColors < 3) {
- checkUnnamed4452(o.calendar!);
- checkUnnamed4453(o.event!);
+ checkUnnamed4453(o.calendar!);
+ checkUnnamed4454(o.event!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -583,14 +583,14 @@
buildCounterColors--;
}
-core.List<api.EntryPoint> buildUnnamed4454() {
+core.List<api.EntryPoint> buildUnnamed4455() {
var o = <api.EntryPoint>[];
o.add(buildEntryPoint());
o.add(buildEntryPoint());
return o;
}
-void checkUnnamed4454(core.List<api.EntryPoint> o) {
+void checkUnnamed4455(core.List<api.EntryPoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntryPoint(o[0] as api.EntryPoint);
checkEntryPoint(o[1] as api.EntryPoint);
@@ -604,7 +604,7 @@
o.conferenceId = 'foo';
o.conferenceSolution = buildConferenceSolution();
o.createRequest = buildCreateConferenceRequest();
- o.entryPoints = buildUnnamed4454();
+ o.entryPoints = buildUnnamed4455();
o.notes = 'foo';
o.parameters = buildConferenceParameters();
o.signature = 'foo';
@@ -623,7 +623,7 @@
checkConferenceSolution(o.conferenceSolution! as api.ConferenceSolution);
checkCreateConferenceRequest(
o.createRequest! as api.CreateConferenceRequest);
- checkUnnamed4454(o.entryPoints!);
+ checkUnnamed4455(o.entryPoints!);
unittest.expect(
o.notes!,
unittest.equals('foo'),
@@ -657,14 +657,14 @@
buildCounterConferenceParameters--;
}
-core.Map<core.String, core.String> buildUnnamed4455() {
+core.Map<core.String, core.String> buildUnnamed4456() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4455(core.Map<core.String, core.String> o) {
+void checkUnnamed4456(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -682,7 +682,7 @@
var o = api.ConferenceParametersAddOnParameters();
buildCounterConferenceParametersAddOnParameters++;
if (buildCounterConferenceParametersAddOnParameters < 3) {
- o.parameters = buildUnnamed4455();
+ o.parameters = buildUnnamed4456();
}
buildCounterConferenceParametersAddOnParameters--;
return o;
@@ -692,19 +692,19 @@
api.ConferenceParametersAddOnParameters o) {
buildCounterConferenceParametersAddOnParameters++;
if (buildCounterConferenceParametersAddOnParameters < 3) {
- checkUnnamed4455(o.parameters!);
+ checkUnnamed4456(o.parameters!);
}
buildCounterConferenceParametersAddOnParameters--;
}
-core.List<core.String> buildUnnamed4456() {
+core.List<core.String> buildUnnamed4457() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4456(core.List<core.String> o) {
+void checkUnnamed4457(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -721,7 +721,7 @@
var o = api.ConferenceProperties();
buildCounterConferenceProperties++;
if (buildCounterConferenceProperties < 3) {
- o.allowedConferenceSolutionTypes = buildUnnamed4456();
+ o.allowedConferenceSolutionTypes = buildUnnamed4457();
}
buildCounterConferenceProperties--;
return o;
@@ -730,7 +730,7 @@
void checkConferenceProperties(api.ConferenceProperties o) {
buildCounterConferenceProperties++;
if (buildCounterConferenceProperties < 3) {
- checkUnnamed4456(o.allowedConferenceSolutionTypes!);
+ checkUnnamed4457(o.allowedConferenceSolutionTypes!);
}
buildCounterConferenceProperties--;
}
@@ -835,14 +835,14 @@
buildCounterCreateConferenceRequest--;
}
-core.List<core.String> buildUnnamed4457() {
+core.List<core.String> buildUnnamed4458() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4457(core.List<core.String> o) {
+void checkUnnamed4458(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -860,7 +860,7 @@
buildCounterEntryPoint++;
if (buildCounterEntryPoint < 3) {
o.accessCode = 'foo';
- o.entryPointFeatures = buildUnnamed4457();
+ o.entryPointFeatures = buildUnnamed4458();
o.entryPointType = 'foo';
o.label = 'foo';
o.meetingCode = 'foo';
@@ -881,7 +881,7 @@
o.accessCode!,
unittest.equals('foo'),
);
- checkUnnamed4457(o.entryPointFeatures!);
+ checkUnnamed4458(o.entryPointFeatures!);
unittest.expect(
o.entryPointType!,
unittest.equals('foo'),
@@ -945,27 +945,27 @@
buildCounterError--;
}
-core.List<api.EventAttachment> buildUnnamed4458() {
+core.List<api.EventAttachment> buildUnnamed4459() {
var o = <api.EventAttachment>[];
o.add(buildEventAttachment());
o.add(buildEventAttachment());
return o;
}
-void checkUnnamed4458(core.List<api.EventAttachment> o) {
+void checkUnnamed4459(core.List<api.EventAttachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventAttachment(o[0] as api.EventAttachment);
checkEventAttachment(o[1] as api.EventAttachment);
}
-core.List<api.EventAttendee> buildUnnamed4459() {
+core.List<api.EventAttendee> buildUnnamed4460() {
var o = <api.EventAttendee>[];
o.add(buildEventAttendee());
o.add(buildEventAttendee());
return o;
}
-void checkUnnamed4459(core.List<api.EventAttendee> o) {
+void checkUnnamed4460(core.List<api.EventAttendee> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventAttendee(o[0] as api.EventAttendee);
checkEventAttendee(o[1] as api.EventAttendee);
@@ -1005,25 +1005,6 @@
buildCounterEventCreator--;
}
-core.Map<core.String, core.String> buildUnnamed4460() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed4460(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed4461() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -1043,27 +1024,6 @@
);
}
-core.int buildCounterEventExtendedProperties = 0;
-api.EventExtendedProperties buildEventExtendedProperties() {
- var o = api.EventExtendedProperties();
- buildCounterEventExtendedProperties++;
- if (buildCounterEventExtendedProperties < 3) {
- o.private = buildUnnamed4460();
- o.shared = buildUnnamed4461();
- }
- buildCounterEventExtendedProperties--;
- return o;
-}
-
-void checkEventExtendedProperties(api.EventExtendedProperties o) {
- buildCounterEventExtendedProperties++;
- if (buildCounterEventExtendedProperties < 3) {
- checkUnnamed4460(o.private!);
- checkUnnamed4461(o.shared!);
- }
- buildCounterEventExtendedProperties--;
-}
-
core.Map<core.String, core.String> buildUnnamed4462() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -1083,6 +1043,46 @@
);
}
+core.int buildCounterEventExtendedProperties = 0;
+api.EventExtendedProperties buildEventExtendedProperties() {
+ var o = api.EventExtendedProperties();
+ buildCounterEventExtendedProperties++;
+ if (buildCounterEventExtendedProperties < 3) {
+ o.private = buildUnnamed4461();
+ o.shared = buildUnnamed4462();
+ }
+ buildCounterEventExtendedProperties--;
+ return o;
+}
+
+void checkEventExtendedProperties(api.EventExtendedProperties o) {
+ buildCounterEventExtendedProperties++;
+ if (buildCounterEventExtendedProperties < 3) {
+ checkUnnamed4461(o.private!);
+ checkUnnamed4462(o.shared!);
+ }
+ buildCounterEventExtendedProperties--;
+}
+
+core.Map<core.String, core.String> buildUnnamed4463() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed4463(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterEventGadget = 0;
api.EventGadget buildEventGadget() {
var o = api.EventGadget();
@@ -1092,7 +1092,7 @@
o.height = 42;
o.iconLink = 'foo';
o.link = 'foo';
- o.preferences = buildUnnamed4462();
+ o.preferences = buildUnnamed4463();
o.title = 'foo';
o.type = 'foo';
o.width = 42;
@@ -1120,7 +1120,7 @@
o.link!,
unittest.equals('foo'),
);
- checkUnnamed4462(o.preferences!);
+ checkUnnamed4463(o.preferences!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -1171,14 +1171,14 @@
buildCounterEventOrganizer--;
}
-core.List<core.String> buildUnnamed4463() {
+core.List<core.String> buildUnnamed4464() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4463(core.List<core.String> o) {
+void checkUnnamed4464(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1190,14 +1190,14 @@
);
}
-core.List<api.EventReminder> buildUnnamed4464() {
+core.List<api.EventReminder> buildUnnamed4465() {
var o = <api.EventReminder>[];
o.add(buildEventReminder());
o.add(buildEventReminder());
return o;
}
-void checkUnnamed4464(core.List<api.EventReminder> o) {
+void checkUnnamed4465(core.List<api.EventReminder> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventReminder(o[0] as api.EventReminder);
checkEventReminder(o[1] as api.EventReminder);
@@ -1208,7 +1208,7 @@
var o = api.EventReminders();
buildCounterEventReminders++;
if (buildCounterEventReminders < 3) {
- o.overrides = buildUnnamed4464();
+ o.overrides = buildUnnamed4465();
o.useDefault = true;
}
buildCounterEventReminders--;
@@ -1218,7 +1218,7 @@
void checkEventReminders(api.EventReminders o) {
buildCounterEventReminders++;
if (buildCounterEventReminders < 3) {
- checkUnnamed4464(o.overrides!);
+ checkUnnamed4465(o.overrides!);
unittest.expect(o.useDefault!, unittest.isTrue);
}
buildCounterEventReminders--;
@@ -1257,8 +1257,8 @@
buildCounterEvent++;
if (buildCounterEvent < 3) {
o.anyoneCanAddSelf = true;
- o.attachments = buildUnnamed4458();
- o.attendees = buildUnnamed4459();
+ o.attachments = buildUnnamed4459();
+ o.attendees = buildUnnamed4460();
o.attendeesOmitted = true;
o.colorId = 'foo';
o.conferenceData = buildConferenceData();
@@ -1284,7 +1284,7 @@
o.organizer = buildEventOrganizer();
o.originalStartTime = buildEventDateTime();
o.privateCopy = true;
- o.recurrence = buildUnnamed4463();
+ o.recurrence = buildUnnamed4464();
o.recurringEventId = 'foo';
o.reminders = buildEventReminders();
o.sequence = 42;
@@ -1304,8 +1304,8 @@
buildCounterEvent++;
if (buildCounterEvent < 3) {
unittest.expect(o.anyoneCanAddSelf!, unittest.isTrue);
- checkUnnamed4458(o.attachments!);
- checkUnnamed4459(o.attendees!);
+ checkUnnamed4459(o.attachments!);
+ checkUnnamed4460(o.attendees!);
unittest.expect(o.attendeesOmitted!, unittest.isTrue);
unittest.expect(
o.colorId!,
@@ -1365,7 +1365,7 @@
checkEventOrganizer(o.organizer! as api.EventOrganizer);
checkEventDateTime(o.originalStartTime! as api.EventDateTime);
unittest.expect(o.privateCopy!, unittest.isTrue);
- checkUnnamed4463(o.recurrence!);
+ checkUnnamed4464(o.recurrence!);
unittest.expect(
o.recurringEventId!,
unittest.equals('foo'),
@@ -1557,27 +1557,27 @@
buildCounterEventReminder--;
}
-core.List<api.EventReminder> buildUnnamed4465() {
+core.List<api.EventReminder> buildUnnamed4466() {
var o = <api.EventReminder>[];
o.add(buildEventReminder());
o.add(buildEventReminder());
return o;
}
-void checkUnnamed4465(core.List<api.EventReminder> o) {
+void checkUnnamed4466(core.List<api.EventReminder> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventReminder(o[0] as api.EventReminder);
checkEventReminder(o[1] as api.EventReminder);
}
-core.List<api.Event> buildUnnamed4466() {
+core.List<api.Event> buildUnnamed4467() {
var o = <api.Event>[];
o.add(buildEvent());
o.add(buildEvent());
return o;
}
-void checkUnnamed4466(core.List<api.Event> o) {
+void checkUnnamed4467(core.List<api.Event> o) {
unittest.expect(o, unittest.hasLength(2));
checkEvent(o[0] as api.Event);
checkEvent(o[1] as api.Event);
@@ -1589,10 +1589,10 @@
buildCounterEvents++;
if (buildCounterEvents < 3) {
o.accessRole = 'foo';
- o.defaultReminders = buildUnnamed4465();
+ o.defaultReminders = buildUnnamed4466();
o.description = 'foo';
o.etag = 'foo';
- o.items = buildUnnamed4466();
+ o.items = buildUnnamed4467();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
@@ -1611,7 +1611,7 @@
o.accessRole!,
unittest.equals('foo'),
);
- checkUnnamed4465(o.defaultReminders!);
+ checkUnnamed4466(o.defaultReminders!);
unittest.expect(
o.description!,
unittest.equals('foo'),
@@ -1620,7 +1620,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4466(o.items!);
+ checkUnnamed4467(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1649,27 +1649,27 @@
buildCounterEvents--;
}
-core.List<api.TimePeriod> buildUnnamed4467() {
+core.List<api.TimePeriod> buildUnnamed4468() {
var o = <api.TimePeriod>[];
o.add(buildTimePeriod());
o.add(buildTimePeriod());
return o;
}
-void checkUnnamed4467(core.List<api.TimePeriod> o) {
+void checkUnnamed4468(core.List<api.TimePeriod> o) {
unittest.expect(o, unittest.hasLength(2));
checkTimePeriod(o[0] as api.TimePeriod);
checkTimePeriod(o[1] as api.TimePeriod);
}
-core.List<api.Error> buildUnnamed4468() {
+core.List<api.Error> buildUnnamed4469() {
var o = <api.Error>[];
o.add(buildError());
o.add(buildError());
return o;
}
-void checkUnnamed4468(core.List<api.Error> o) {
+void checkUnnamed4469(core.List<api.Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkError(o[0] as api.Error);
checkError(o[1] as api.Error);
@@ -1680,8 +1680,8 @@
var o = api.FreeBusyCalendar();
buildCounterFreeBusyCalendar++;
if (buildCounterFreeBusyCalendar < 3) {
- o.busy = buildUnnamed4467();
- o.errors = buildUnnamed4468();
+ o.busy = buildUnnamed4468();
+ o.errors = buildUnnamed4469();
}
buildCounterFreeBusyCalendar--;
return o;
@@ -1690,20 +1690,20 @@
void checkFreeBusyCalendar(api.FreeBusyCalendar o) {
buildCounterFreeBusyCalendar++;
if (buildCounterFreeBusyCalendar < 3) {
- checkUnnamed4467(o.busy!);
- checkUnnamed4468(o.errors!);
+ checkUnnamed4468(o.busy!);
+ checkUnnamed4469(o.errors!);
}
buildCounterFreeBusyCalendar--;
}
-core.List<core.String> buildUnnamed4469() {
+core.List<core.String> buildUnnamed4470() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4469(core.List<core.String> o) {
+void checkUnnamed4470(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1715,14 +1715,14 @@
);
}
-core.List<api.Error> buildUnnamed4470() {
+core.List<api.Error> buildUnnamed4471() {
var o = <api.Error>[];
o.add(buildError());
o.add(buildError());
return o;
}
-void checkUnnamed4470(core.List<api.Error> o) {
+void checkUnnamed4471(core.List<api.Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkError(o[0] as api.Error);
checkError(o[1] as api.Error);
@@ -1733,8 +1733,8 @@
var o = api.FreeBusyGroup();
buildCounterFreeBusyGroup++;
if (buildCounterFreeBusyGroup < 3) {
- o.calendars = buildUnnamed4469();
- o.errors = buildUnnamed4470();
+ o.calendars = buildUnnamed4470();
+ o.errors = buildUnnamed4471();
}
buildCounterFreeBusyGroup--;
return o;
@@ -1743,20 +1743,20 @@
void checkFreeBusyGroup(api.FreeBusyGroup o) {
buildCounterFreeBusyGroup++;
if (buildCounterFreeBusyGroup < 3) {
- checkUnnamed4469(o.calendars!);
- checkUnnamed4470(o.errors!);
+ checkUnnamed4470(o.calendars!);
+ checkUnnamed4471(o.errors!);
}
buildCounterFreeBusyGroup--;
}
-core.List<api.FreeBusyRequestItem> buildUnnamed4471() {
+core.List<api.FreeBusyRequestItem> buildUnnamed4472() {
var o = <api.FreeBusyRequestItem>[];
o.add(buildFreeBusyRequestItem());
o.add(buildFreeBusyRequestItem());
return o;
}
-void checkUnnamed4471(core.List<api.FreeBusyRequestItem> o) {
+void checkUnnamed4472(core.List<api.FreeBusyRequestItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkFreeBusyRequestItem(o[0] as api.FreeBusyRequestItem);
checkFreeBusyRequestItem(o[1] as api.FreeBusyRequestItem);
@@ -1769,7 +1769,7 @@
if (buildCounterFreeBusyRequest < 3) {
o.calendarExpansionMax = 42;
o.groupExpansionMax = 42;
- o.items = buildUnnamed4471();
+ o.items = buildUnnamed4472();
o.timeMax = core.DateTime.parse("2002-02-27T14:01:02");
o.timeMin = core.DateTime.parse("2002-02-27T14:01:02");
o.timeZone = 'foo';
@@ -1789,7 +1789,7 @@
o.groupExpansionMax!,
unittest.equals(42),
);
- checkUnnamed4471(o.items!);
+ checkUnnamed4472(o.items!);
unittest.expect(
o.timeMax!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
@@ -1828,27 +1828,27 @@
buildCounterFreeBusyRequestItem--;
}
-core.Map<core.String, api.FreeBusyCalendar> buildUnnamed4472() {
+core.Map<core.String, api.FreeBusyCalendar> buildUnnamed4473() {
var o = <core.String, api.FreeBusyCalendar>{};
o['x'] = buildFreeBusyCalendar();
o['y'] = buildFreeBusyCalendar();
return o;
}
-void checkUnnamed4472(core.Map<core.String, api.FreeBusyCalendar> o) {
+void checkUnnamed4473(core.Map<core.String, api.FreeBusyCalendar> o) {
unittest.expect(o, unittest.hasLength(2));
checkFreeBusyCalendar(o['x']! as api.FreeBusyCalendar);
checkFreeBusyCalendar(o['y']! as api.FreeBusyCalendar);
}
-core.Map<core.String, api.FreeBusyGroup> buildUnnamed4473() {
+core.Map<core.String, api.FreeBusyGroup> buildUnnamed4474() {
var o = <core.String, api.FreeBusyGroup>{};
o['x'] = buildFreeBusyGroup();
o['y'] = buildFreeBusyGroup();
return o;
}
-void checkUnnamed4473(core.Map<core.String, api.FreeBusyGroup> o) {
+void checkUnnamed4474(core.Map<core.String, api.FreeBusyGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkFreeBusyGroup(o['x']! as api.FreeBusyGroup);
checkFreeBusyGroup(o['y']! as api.FreeBusyGroup);
@@ -1859,8 +1859,8 @@
var o = api.FreeBusyResponse();
buildCounterFreeBusyResponse++;
if (buildCounterFreeBusyResponse < 3) {
- o.calendars = buildUnnamed4472();
- o.groups = buildUnnamed4473();
+ o.calendars = buildUnnamed4473();
+ o.groups = buildUnnamed4474();
o.kind = 'foo';
o.timeMax = core.DateTime.parse("2002-02-27T14:01:02");
o.timeMin = core.DateTime.parse("2002-02-27T14:01:02");
@@ -1872,8 +1872,8 @@
void checkFreeBusyResponse(api.FreeBusyResponse o) {
buildCounterFreeBusyResponse++;
if (buildCounterFreeBusyResponse < 3) {
- checkUnnamed4472(o.calendars!);
- checkUnnamed4473(o.groups!);
+ checkUnnamed4473(o.calendars!);
+ checkUnnamed4474(o.groups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1927,14 +1927,14 @@
buildCounterSetting--;
}
-core.List<api.Setting> buildUnnamed4474() {
+core.List<api.Setting> buildUnnamed4475() {
var o = <api.Setting>[];
o.add(buildSetting());
o.add(buildSetting());
return o;
}
-void checkUnnamed4474(core.List<api.Setting> o) {
+void checkUnnamed4475(core.List<api.Setting> o) {
unittest.expect(o, unittest.hasLength(2));
checkSetting(o[0] as api.Setting);
checkSetting(o[1] as api.Setting);
@@ -1946,7 +1946,7 @@
buildCounterSettings++;
if (buildCounterSettings < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4474();
+ o.items = buildUnnamed4475();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
@@ -1962,7 +1962,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4474(o.items!);
+ checkUnnamed4475(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2006,25 +2006,6 @@
buildCounterTimePeriod--;
}
-core.List<core.String> buildUnnamed4475() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4475(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4476() {
var o = <core.String>[];
o.add('foo');
@@ -2082,6 +2063,25 @@
);
}
+core.List<core.String> buildUnnamed4479() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4479(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-Acl', () {
unittest.test('to-json--from-json', () async {
@@ -4664,9 +4664,9 @@
var arg_maxResults = 42;
var arg_orderBy = 'foo';
var arg_pageToken = 'foo';
- var arg_privateExtendedProperty = buildUnnamed4475();
+ var arg_privateExtendedProperty = buildUnnamed4476();
var arg_q = 'foo';
- var arg_sharedExtendedProperty = buildUnnamed4476();
+ var arg_sharedExtendedProperty = buildUnnamed4477();
var arg_showDeleted = true;
var arg_showHiddenInvitations = true;
var arg_singleEvents = true;
@@ -5269,9 +5269,9 @@
var arg_maxResults = 42;
var arg_orderBy = 'foo';
var arg_pageToken = 'foo';
- var arg_privateExtendedProperty = buildUnnamed4477();
+ var arg_privateExtendedProperty = buildUnnamed4478();
var arg_q = 'foo';
- var arg_sharedExtendedProperty = buildUnnamed4478();
+ var arg_sharedExtendedProperty = buildUnnamed4479();
var arg_showDeleted = true;
var arg_showHiddenInvitations = true;
var arg_singleEvents = true;
diff --git a/generated/googleapis/test/chat/v1_test.dart b/generated/googleapis/test/chat/v1_test.dart
index 3da32fa..c1bd789 100644
--- a/generated/googleapis/test/chat/v1_test.dart
+++ b/generated/googleapis/test/chat/v1_test.dart
@@ -211,27 +211,27 @@
buildCounterButton--;
}
-core.List<api.CardAction> buildUnnamed3376() {
+core.List<api.CardAction> buildUnnamed3377() {
var o = <api.CardAction>[];
o.add(buildCardAction());
o.add(buildCardAction());
return o;
}
-void checkUnnamed3376(core.List<api.CardAction> o) {
+void checkUnnamed3377(core.List<api.CardAction> o) {
unittest.expect(o, unittest.hasLength(2));
checkCardAction(o[0] as api.CardAction);
checkCardAction(o[1] as api.CardAction);
}
-core.List<api.Section> buildUnnamed3377() {
+core.List<api.Section> buildUnnamed3378() {
var o = <api.Section>[];
o.add(buildSection());
o.add(buildSection());
return o;
}
-void checkUnnamed3377(core.List<api.Section> o) {
+void checkUnnamed3378(core.List<api.Section> o) {
unittest.expect(o, unittest.hasLength(2));
checkSection(o[0] as api.Section);
checkSection(o[1] as api.Section);
@@ -242,10 +242,10 @@
var o = api.Card();
buildCounterCard++;
if (buildCounterCard < 3) {
- o.cardActions = buildUnnamed3376();
+ o.cardActions = buildUnnamed3377();
o.header = buildCardHeader();
o.name = 'foo';
- o.sections = buildUnnamed3377();
+ o.sections = buildUnnamed3378();
}
buildCounterCard--;
return o;
@@ -254,13 +254,13 @@
void checkCard(api.Card o) {
buildCounterCard++;
if (buildCounterCard < 3) {
- checkUnnamed3376(o.cardActions!);
+ checkUnnamed3377(o.cardActions!);
checkCardHeader(o.header! as api.CardHeader);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3377(o.sections!);
+ checkUnnamed3378(o.sections!);
}
buildCounterCard--;
}
@@ -413,14 +413,14 @@
buildCounterEmpty--;
}
-core.List<api.ActionParameter> buildUnnamed3378() {
+core.List<api.ActionParameter> buildUnnamed3379() {
var o = <api.ActionParameter>[];
o.add(buildActionParameter());
o.add(buildActionParameter());
return o;
}
-void checkUnnamed3378(core.List<api.ActionParameter> o) {
+void checkUnnamed3379(core.List<api.ActionParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkActionParameter(o[0] as api.ActionParameter);
checkActionParameter(o[1] as api.ActionParameter);
@@ -432,7 +432,7 @@
buildCounterFormAction++;
if (buildCounterFormAction < 3) {
o.actionMethodName = 'foo';
- o.parameters = buildUnnamed3378();
+ o.parameters = buildUnnamed3379();
}
buildCounterFormAction--;
return o;
@@ -445,7 +445,7 @@
o.actionMethodName!,
unittest.equals('foo'),
);
- checkUnnamed3378(o.parameters!);
+ checkUnnamed3379(o.parameters!);
}
buildCounterFormAction--;
}
@@ -561,14 +561,14 @@
buildCounterKeyValue--;
}
-core.List<api.Membership> buildUnnamed3379() {
+core.List<api.Membership> buildUnnamed3380() {
var o = <api.Membership>[];
o.add(buildMembership());
o.add(buildMembership());
return o;
}
-void checkUnnamed3379(core.List<api.Membership> o) {
+void checkUnnamed3380(core.List<api.Membership> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembership(o[0] as api.Membership);
checkMembership(o[1] as api.Membership);
@@ -579,7 +579,7 @@
var o = api.ListMembershipsResponse();
buildCounterListMembershipsResponse++;
if (buildCounterListMembershipsResponse < 3) {
- o.memberships = buildUnnamed3379();
+ o.memberships = buildUnnamed3380();
o.nextPageToken = 'foo';
}
buildCounterListMembershipsResponse--;
@@ -589,7 +589,7 @@
void checkListMembershipsResponse(api.ListMembershipsResponse o) {
buildCounterListMembershipsResponse++;
if (buildCounterListMembershipsResponse < 3) {
- checkUnnamed3379(o.memberships!);
+ checkUnnamed3380(o.memberships!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -598,14 +598,14 @@
buildCounterListMembershipsResponse--;
}
-core.List<api.Space> buildUnnamed3380() {
+core.List<api.Space> buildUnnamed3381() {
var o = <api.Space>[];
o.add(buildSpace());
o.add(buildSpace());
return o;
}
-void checkUnnamed3380(core.List<api.Space> o) {
+void checkUnnamed3381(core.List<api.Space> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpace(o[0] as api.Space);
checkSpace(o[1] as api.Space);
@@ -617,7 +617,7 @@
buildCounterListSpacesResponse++;
if (buildCounterListSpacesResponse < 3) {
o.nextPageToken = 'foo';
- o.spaces = buildUnnamed3380();
+ o.spaces = buildUnnamed3381();
}
buildCounterListSpacesResponse--;
return o;
@@ -630,7 +630,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3380(o.spaces!);
+ checkUnnamed3381(o.spaces!);
}
buildCounterListSpacesResponse--;
}
@@ -691,40 +691,40 @@
buildCounterMembership--;
}
-core.List<api.Annotation> buildUnnamed3381() {
+core.List<api.Annotation> buildUnnamed3382() {
var o = <api.Annotation>[];
o.add(buildAnnotation());
o.add(buildAnnotation());
return o;
}
-void checkUnnamed3381(core.List<api.Annotation> o) {
+void checkUnnamed3382(core.List<api.Annotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotation(o[0] as api.Annotation);
checkAnnotation(o[1] as api.Annotation);
}
-core.List<api.Attachment> buildUnnamed3382() {
+core.List<api.Attachment> buildUnnamed3383() {
var o = <api.Attachment>[];
o.add(buildAttachment());
o.add(buildAttachment());
return o;
}
-void checkUnnamed3382(core.List<api.Attachment> o) {
+void checkUnnamed3383(core.List<api.Attachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttachment(o[0] as api.Attachment);
checkAttachment(o[1] as api.Attachment);
}
-core.List<api.Card> buildUnnamed3383() {
+core.List<api.Card> buildUnnamed3384() {
var o = <api.Card>[];
o.add(buildCard());
o.add(buildCard());
return o;
}
-void checkUnnamed3383(core.List<api.Card> o) {
+void checkUnnamed3384(core.List<api.Card> o) {
unittest.expect(o, unittest.hasLength(2));
checkCard(o[0] as api.Card);
checkCard(o[1] as api.Card);
@@ -736,10 +736,10 @@
buildCounterMessage++;
if (buildCounterMessage < 3) {
o.actionResponse = buildActionResponse();
- o.annotations = buildUnnamed3381();
+ o.annotations = buildUnnamed3382();
o.argumentText = 'foo';
- o.attachment = buildUnnamed3382();
- o.cards = buildUnnamed3383();
+ o.attachment = buildUnnamed3383();
+ o.cards = buildUnnamed3384();
o.createTime = 'foo';
o.fallbackText = 'foo';
o.name = 'foo';
@@ -758,13 +758,13 @@
buildCounterMessage++;
if (buildCounterMessage < 3) {
checkActionResponse(o.actionResponse! as api.ActionResponse);
- checkUnnamed3381(o.annotations!);
+ checkUnnamed3382(o.annotations!);
unittest.expect(
o.argumentText!,
unittest.equals('foo'),
);
- checkUnnamed3382(o.attachment!);
- checkUnnamed3383(o.cards!);
+ checkUnnamed3383(o.attachment!);
+ checkUnnamed3384(o.cards!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
@@ -836,14 +836,14 @@
buildCounterOpenLink--;
}
-core.List<api.WidgetMarkup> buildUnnamed3384() {
+core.List<api.WidgetMarkup> buildUnnamed3385() {
var o = <api.WidgetMarkup>[];
o.add(buildWidgetMarkup());
o.add(buildWidgetMarkup());
return o;
}
-void checkUnnamed3384(core.List<api.WidgetMarkup> o) {
+void checkUnnamed3385(core.List<api.WidgetMarkup> o) {
unittest.expect(o, unittest.hasLength(2));
checkWidgetMarkup(o[0] as api.WidgetMarkup);
checkWidgetMarkup(o[1] as api.WidgetMarkup);
@@ -855,7 +855,7 @@
buildCounterSection++;
if (buildCounterSection < 3) {
o.header = 'foo';
- o.widgets = buildUnnamed3384();
+ o.widgets = buildUnnamed3385();
}
buildCounterSection--;
return o;
@@ -868,7 +868,7 @@
o.header!,
unittest.equals('foo'),
);
- checkUnnamed3384(o.widgets!);
+ checkUnnamed3385(o.widgets!);
}
buildCounterSection--;
}
@@ -1098,14 +1098,14 @@
buildCounterUserMentionMetadata--;
}
-core.List<api.Button> buildUnnamed3385() {
+core.List<api.Button> buildUnnamed3386() {
var o = <api.Button>[];
o.add(buildButton());
o.add(buildButton());
return o;
}
-void checkUnnamed3385(core.List<api.Button> o) {
+void checkUnnamed3386(core.List<api.Button> o) {
unittest.expect(o, unittest.hasLength(2));
checkButton(o[0] as api.Button);
checkButton(o[1] as api.Button);
@@ -1116,7 +1116,7 @@
var o = api.WidgetMarkup();
buildCounterWidgetMarkup++;
if (buildCounterWidgetMarkup < 3) {
- o.buttons = buildUnnamed3385();
+ o.buttons = buildUnnamed3386();
o.image = buildImage();
o.keyValue = buildKeyValue();
o.textParagraph = buildTextParagraph();
@@ -1128,7 +1128,7 @@
void checkWidgetMarkup(api.WidgetMarkup o) {
buildCounterWidgetMarkup++;
if (buildCounterWidgetMarkup < 3) {
- checkUnnamed3385(o.buttons!);
+ checkUnnamed3386(o.buttons!);
checkImage(o.image! as api.Image);
checkKeyValue(o.keyValue! as api.KeyValue);
checkTextParagraph(o.textParagraph! as api.TextParagraph);
diff --git a/generated/googleapis/test/classroom/v1_test.dart b/generated/googleapis/test/classroom/v1_test.dart
index 5f8784a..ed31653 100644
--- a/generated/googleapis/test/classroom/v1_test.dart
+++ b/generated/googleapis/test/classroom/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Material> buildUnnamed5171() {
+core.List<api.Material> buildUnnamed5172() {
var o = <api.Material>[];
o.add(buildMaterial());
o.add(buildMaterial());
return o;
}
-void checkUnnamed5171(core.List<api.Material> o) {
+void checkUnnamed5172(core.List<api.Material> o) {
unittest.expect(o, unittest.hasLength(2));
checkMaterial(o[0] as api.Material);
checkMaterial(o[1] as api.Material);
@@ -52,7 +52,7 @@
o.creatorUserId = 'foo';
o.id = 'foo';
o.individualStudentsOptions = buildIndividualStudentsOptions();
- o.materials = buildUnnamed5171();
+ o.materials = buildUnnamed5172();
o.scheduledTime = 'foo';
o.state = 'foo';
o.text = 'foo';
@@ -91,7 +91,7 @@
);
checkIndividualStudentsOptions(
o.individualStudentsOptions! as api.IndividualStudentsOptions);
- checkUnnamed5171(o.materials!);
+ checkUnnamed5172(o.materials!);
unittest.expect(
o.scheduledTime!,
unittest.equals('foo'),
@@ -131,14 +131,14 @@
buildCounterAssignment--;
}
-core.List<api.Attachment> buildUnnamed5172() {
+core.List<api.Attachment> buildUnnamed5173() {
var o = <api.Attachment>[];
o.add(buildAttachment());
o.add(buildAttachment());
return o;
}
-void checkUnnamed5172(core.List<api.Attachment> o) {
+void checkUnnamed5173(core.List<api.Attachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttachment(o[0] as api.Attachment);
checkAttachment(o[1] as api.Attachment);
@@ -149,7 +149,7 @@
var o = api.AssignmentSubmission();
buildCounterAssignmentSubmission++;
if (buildCounterAssignmentSubmission < 3) {
- o.attachments = buildUnnamed5172();
+ o.attachments = buildUnnamed5173();
}
buildCounterAssignmentSubmission--;
return o;
@@ -158,7 +158,7 @@
void checkAssignmentSubmission(api.AssignmentSubmission o) {
buildCounterAssignmentSubmission++;
if (buildCounterAssignmentSubmission < 3) {
- checkUnnamed5172(o.attachments!);
+ checkUnnamed5173(o.attachments!);
}
buildCounterAssignmentSubmission--;
}
@@ -210,14 +210,14 @@
buildCounterCloudPubsubTopic--;
}
-core.List<api.CourseMaterialSet> buildUnnamed5173() {
+core.List<api.CourseMaterialSet> buildUnnamed5174() {
var o = <api.CourseMaterialSet>[];
o.add(buildCourseMaterialSet());
o.add(buildCourseMaterialSet());
return o;
}
-void checkUnnamed5173(core.List<api.CourseMaterialSet> o) {
+void checkUnnamed5174(core.List<api.CourseMaterialSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseMaterialSet(o[0] as api.CourseMaterialSet);
checkCourseMaterialSet(o[1] as api.CourseMaterialSet);
@@ -231,7 +231,7 @@
o.alternateLink = 'foo';
o.calendarId = 'foo';
o.courseGroupEmail = 'foo';
- o.courseMaterialSets = buildUnnamed5173();
+ o.courseMaterialSets = buildUnnamed5174();
o.courseState = 'foo';
o.creationTime = 'foo';
o.description = 'foo';
@@ -266,7 +266,7 @@
o.courseGroupEmail!,
unittest.equals('foo'),
);
- checkUnnamed5173(o.courseMaterialSets!);
+ checkUnnamed5174(o.courseMaterialSets!);
unittest.expect(
o.courseState!,
unittest.equals('foo'),
@@ -368,14 +368,14 @@
buildCounterCourseMaterial--;
}
-core.List<api.CourseMaterial> buildUnnamed5174() {
+core.List<api.CourseMaterial> buildUnnamed5175() {
var o = <api.CourseMaterial>[];
o.add(buildCourseMaterial());
o.add(buildCourseMaterial());
return o;
}
-void checkUnnamed5174(core.List<api.CourseMaterial> o) {
+void checkUnnamed5175(core.List<api.CourseMaterial> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseMaterial(o[0] as api.CourseMaterial);
checkCourseMaterial(o[1] as api.CourseMaterial);
@@ -386,7 +386,7 @@
var o = api.CourseMaterialSet();
buildCounterCourseMaterialSet++;
if (buildCounterCourseMaterialSet < 3) {
- o.materials = buildUnnamed5174();
+ o.materials = buildUnnamed5175();
o.title = 'foo';
}
buildCounterCourseMaterialSet--;
@@ -396,7 +396,7 @@
void checkCourseMaterialSet(api.CourseMaterialSet o) {
buildCounterCourseMaterialSet++;
if (buildCounterCourseMaterialSet < 3) {
- checkUnnamed5174(o.materials!);
+ checkUnnamed5175(o.materials!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -427,14 +427,14 @@
buildCounterCourseRosterChangesInfo--;
}
-core.List<api.Material> buildUnnamed5175() {
+core.List<api.Material> buildUnnamed5176() {
var o = <api.Material>[];
o.add(buildMaterial());
o.add(buildMaterial());
return o;
}
-void checkUnnamed5175(core.List<api.Material> o) {
+void checkUnnamed5176(core.List<api.Material> o) {
unittest.expect(o, unittest.hasLength(2));
checkMaterial(o[0] as api.Material);
checkMaterial(o[1] as api.Material);
@@ -457,7 +457,7 @@
o.dueTime = buildTimeOfDay();
o.id = 'foo';
o.individualStudentsOptions = buildIndividualStudentsOptions();
- o.materials = buildUnnamed5175();
+ o.materials = buildUnnamed5176();
o.maxPoints = 42.0;
o.multipleChoiceQuestion = buildMultipleChoiceQuestion();
o.scheduledTime = 'foo';
@@ -509,7 +509,7 @@
);
checkIndividualStudentsOptions(
o.individualStudentsOptions! as api.IndividualStudentsOptions);
- checkUnnamed5175(o.materials!);
+ checkUnnamed5176(o.materials!);
unittest.expect(
o.maxPoints!,
unittest.equals(42.0),
@@ -570,14 +570,14 @@
buildCounterCourseWorkChangesInfo--;
}
-core.List<api.Material> buildUnnamed5176() {
+core.List<api.Material> buildUnnamed5177() {
var o = <api.Material>[];
o.add(buildMaterial());
o.add(buildMaterial());
return o;
}
-void checkUnnamed5176(core.List<api.Material> o) {
+void checkUnnamed5177(core.List<api.Material> o) {
unittest.expect(o, unittest.hasLength(2));
checkMaterial(o[0] as api.Material);
checkMaterial(o[1] as api.Material);
@@ -596,7 +596,7 @@
o.description = 'foo';
o.id = 'foo';
o.individualStudentsOptions = buildIndividualStudentsOptions();
- o.materials = buildUnnamed5176();
+ o.materials = buildUnnamed5177();
o.scheduledTime = 'foo';
o.state = 'foo';
o.title = 'foo';
@@ -640,7 +640,7 @@
);
checkIndividualStudentsOptions(
o.individualStudentsOptions! as api.IndividualStudentsOptions);
- checkUnnamed5176(o.materials!);
+ checkUnnamed5177(o.materials!);
unittest.expect(
o.scheduledTime!,
unittest.equals('foo'),
@@ -986,14 +986,14 @@
buildCounterGuardianInvitation--;
}
-core.List<core.String> buildUnnamed5177() {
+core.List<core.String> buildUnnamed5178() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5177(core.List<core.String> o) {
+void checkUnnamed5178(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1010,7 +1010,7 @@
var o = api.IndividualStudentsOptions();
buildCounterIndividualStudentsOptions++;
if (buildCounterIndividualStudentsOptions < 3) {
- o.studentIds = buildUnnamed5177();
+ o.studentIds = buildUnnamed5178();
}
buildCounterIndividualStudentsOptions--;
return o;
@@ -1019,7 +1019,7 @@
void checkIndividualStudentsOptions(api.IndividualStudentsOptions o) {
buildCounterIndividualStudentsOptions++;
if (buildCounterIndividualStudentsOptions < 3) {
- checkUnnamed5177(o.studentIds!);
+ checkUnnamed5178(o.studentIds!);
}
buildCounterIndividualStudentsOptions--;
}
@@ -1093,14 +1093,14 @@
buildCounterLink--;
}
-core.List<api.Announcement> buildUnnamed5178() {
+core.List<api.Announcement> buildUnnamed5179() {
var o = <api.Announcement>[];
o.add(buildAnnouncement());
o.add(buildAnnouncement());
return o;
}
-void checkUnnamed5178(core.List<api.Announcement> o) {
+void checkUnnamed5179(core.List<api.Announcement> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnouncement(o[0] as api.Announcement);
checkAnnouncement(o[1] as api.Announcement);
@@ -1111,7 +1111,7 @@
var o = api.ListAnnouncementsResponse();
buildCounterListAnnouncementsResponse++;
if (buildCounterListAnnouncementsResponse < 3) {
- o.announcements = buildUnnamed5178();
+ o.announcements = buildUnnamed5179();
o.nextPageToken = 'foo';
}
buildCounterListAnnouncementsResponse--;
@@ -1121,7 +1121,7 @@
void checkListAnnouncementsResponse(api.ListAnnouncementsResponse o) {
buildCounterListAnnouncementsResponse++;
if (buildCounterListAnnouncementsResponse < 3) {
- checkUnnamed5178(o.announcements!);
+ checkUnnamed5179(o.announcements!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1130,14 +1130,14 @@
buildCounterListAnnouncementsResponse--;
}
-core.List<api.CourseAlias> buildUnnamed5179() {
+core.List<api.CourseAlias> buildUnnamed5180() {
var o = <api.CourseAlias>[];
o.add(buildCourseAlias());
o.add(buildCourseAlias());
return o;
}
-void checkUnnamed5179(core.List<api.CourseAlias> o) {
+void checkUnnamed5180(core.List<api.CourseAlias> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseAlias(o[0] as api.CourseAlias);
checkCourseAlias(o[1] as api.CourseAlias);
@@ -1148,7 +1148,7 @@
var o = api.ListCourseAliasesResponse();
buildCounterListCourseAliasesResponse++;
if (buildCounterListCourseAliasesResponse < 3) {
- o.aliases = buildUnnamed5179();
+ o.aliases = buildUnnamed5180();
o.nextPageToken = 'foo';
}
buildCounterListCourseAliasesResponse--;
@@ -1158,7 +1158,7 @@
void checkListCourseAliasesResponse(api.ListCourseAliasesResponse o) {
buildCounterListCourseAliasesResponse++;
if (buildCounterListCourseAliasesResponse < 3) {
- checkUnnamed5179(o.aliases!);
+ checkUnnamed5180(o.aliases!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1167,14 +1167,14 @@
buildCounterListCourseAliasesResponse--;
}
-core.List<api.CourseWorkMaterial> buildUnnamed5180() {
+core.List<api.CourseWorkMaterial> buildUnnamed5181() {
var o = <api.CourseWorkMaterial>[];
o.add(buildCourseWorkMaterial());
o.add(buildCourseWorkMaterial());
return o;
}
-void checkUnnamed5180(core.List<api.CourseWorkMaterial> o) {
+void checkUnnamed5181(core.List<api.CourseWorkMaterial> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseWorkMaterial(o[0] as api.CourseWorkMaterial);
checkCourseWorkMaterial(o[1] as api.CourseWorkMaterial);
@@ -1185,7 +1185,7 @@
var o = api.ListCourseWorkMaterialResponse();
buildCounterListCourseWorkMaterialResponse++;
if (buildCounterListCourseWorkMaterialResponse < 3) {
- o.courseWorkMaterial = buildUnnamed5180();
+ o.courseWorkMaterial = buildUnnamed5181();
o.nextPageToken = 'foo';
}
buildCounterListCourseWorkMaterialResponse--;
@@ -1195,7 +1195,7 @@
void checkListCourseWorkMaterialResponse(api.ListCourseWorkMaterialResponse o) {
buildCounterListCourseWorkMaterialResponse++;
if (buildCounterListCourseWorkMaterialResponse < 3) {
- checkUnnamed5180(o.courseWorkMaterial!);
+ checkUnnamed5181(o.courseWorkMaterial!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1204,14 +1204,14 @@
buildCounterListCourseWorkMaterialResponse--;
}
-core.List<api.CourseWork> buildUnnamed5181() {
+core.List<api.CourseWork> buildUnnamed5182() {
var o = <api.CourseWork>[];
o.add(buildCourseWork());
o.add(buildCourseWork());
return o;
}
-void checkUnnamed5181(core.List<api.CourseWork> o) {
+void checkUnnamed5182(core.List<api.CourseWork> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseWork(o[0] as api.CourseWork);
checkCourseWork(o[1] as api.CourseWork);
@@ -1222,7 +1222,7 @@
var o = api.ListCourseWorkResponse();
buildCounterListCourseWorkResponse++;
if (buildCounterListCourseWorkResponse < 3) {
- o.courseWork = buildUnnamed5181();
+ o.courseWork = buildUnnamed5182();
o.nextPageToken = 'foo';
}
buildCounterListCourseWorkResponse--;
@@ -1232,7 +1232,7 @@
void checkListCourseWorkResponse(api.ListCourseWorkResponse o) {
buildCounterListCourseWorkResponse++;
if (buildCounterListCourseWorkResponse < 3) {
- checkUnnamed5181(o.courseWork!);
+ checkUnnamed5182(o.courseWork!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1241,14 +1241,14 @@
buildCounterListCourseWorkResponse--;
}
-core.List<api.Course> buildUnnamed5182() {
+core.List<api.Course> buildUnnamed5183() {
var o = <api.Course>[];
o.add(buildCourse());
o.add(buildCourse());
return o;
}
-void checkUnnamed5182(core.List<api.Course> o) {
+void checkUnnamed5183(core.List<api.Course> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourse(o[0] as api.Course);
checkCourse(o[1] as api.Course);
@@ -1259,7 +1259,7 @@
var o = api.ListCoursesResponse();
buildCounterListCoursesResponse++;
if (buildCounterListCoursesResponse < 3) {
- o.courses = buildUnnamed5182();
+ o.courses = buildUnnamed5183();
o.nextPageToken = 'foo';
}
buildCounterListCoursesResponse--;
@@ -1269,7 +1269,7 @@
void checkListCoursesResponse(api.ListCoursesResponse o) {
buildCounterListCoursesResponse++;
if (buildCounterListCoursesResponse < 3) {
- checkUnnamed5182(o.courses!);
+ checkUnnamed5183(o.courses!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1278,14 +1278,14 @@
buildCounterListCoursesResponse--;
}
-core.List<api.GuardianInvitation> buildUnnamed5183() {
+core.List<api.GuardianInvitation> buildUnnamed5184() {
var o = <api.GuardianInvitation>[];
o.add(buildGuardianInvitation());
o.add(buildGuardianInvitation());
return o;
}
-void checkUnnamed5183(core.List<api.GuardianInvitation> o) {
+void checkUnnamed5184(core.List<api.GuardianInvitation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGuardianInvitation(o[0] as api.GuardianInvitation);
checkGuardianInvitation(o[1] as api.GuardianInvitation);
@@ -1296,7 +1296,7 @@
var o = api.ListGuardianInvitationsResponse();
buildCounterListGuardianInvitationsResponse++;
if (buildCounterListGuardianInvitationsResponse < 3) {
- o.guardianInvitations = buildUnnamed5183();
+ o.guardianInvitations = buildUnnamed5184();
o.nextPageToken = 'foo';
}
buildCounterListGuardianInvitationsResponse--;
@@ -1307,7 +1307,7 @@
api.ListGuardianInvitationsResponse o) {
buildCounterListGuardianInvitationsResponse++;
if (buildCounterListGuardianInvitationsResponse < 3) {
- checkUnnamed5183(o.guardianInvitations!);
+ checkUnnamed5184(o.guardianInvitations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1316,14 +1316,14 @@
buildCounterListGuardianInvitationsResponse--;
}
-core.List<api.Guardian> buildUnnamed5184() {
+core.List<api.Guardian> buildUnnamed5185() {
var o = <api.Guardian>[];
o.add(buildGuardian());
o.add(buildGuardian());
return o;
}
-void checkUnnamed5184(core.List<api.Guardian> o) {
+void checkUnnamed5185(core.List<api.Guardian> o) {
unittest.expect(o, unittest.hasLength(2));
checkGuardian(o[0] as api.Guardian);
checkGuardian(o[1] as api.Guardian);
@@ -1334,7 +1334,7 @@
var o = api.ListGuardiansResponse();
buildCounterListGuardiansResponse++;
if (buildCounterListGuardiansResponse < 3) {
- o.guardians = buildUnnamed5184();
+ o.guardians = buildUnnamed5185();
o.nextPageToken = 'foo';
}
buildCounterListGuardiansResponse--;
@@ -1344,7 +1344,7 @@
void checkListGuardiansResponse(api.ListGuardiansResponse o) {
buildCounterListGuardiansResponse++;
if (buildCounterListGuardiansResponse < 3) {
- checkUnnamed5184(o.guardians!);
+ checkUnnamed5185(o.guardians!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1353,14 +1353,14 @@
buildCounterListGuardiansResponse--;
}
-core.List<api.Invitation> buildUnnamed5185() {
+core.List<api.Invitation> buildUnnamed5186() {
var o = <api.Invitation>[];
o.add(buildInvitation());
o.add(buildInvitation());
return o;
}
-void checkUnnamed5185(core.List<api.Invitation> o) {
+void checkUnnamed5186(core.List<api.Invitation> o) {
unittest.expect(o, unittest.hasLength(2));
checkInvitation(o[0] as api.Invitation);
checkInvitation(o[1] as api.Invitation);
@@ -1371,7 +1371,7 @@
var o = api.ListInvitationsResponse();
buildCounterListInvitationsResponse++;
if (buildCounterListInvitationsResponse < 3) {
- o.invitations = buildUnnamed5185();
+ o.invitations = buildUnnamed5186();
o.nextPageToken = 'foo';
}
buildCounterListInvitationsResponse--;
@@ -1381,7 +1381,7 @@
void checkListInvitationsResponse(api.ListInvitationsResponse o) {
buildCounterListInvitationsResponse++;
if (buildCounterListInvitationsResponse < 3) {
- checkUnnamed5185(o.invitations!);
+ checkUnnamed5186(o.invitations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1390,14 +1390,14 @@
buildCounterListInvitationsResponse--;
}
-core.List<api.StudentSubmission> buildUnnamed5186() {
+core.List<api.StudentSubmission> buildUnnamed5187() {
var o = <api.StudentSubmission>[];
o.add(buildStudentSubmission());
o.add(buildStudentSubmission());
return o;
}
-void checkUnnamed5186(core.List<api.StudentSubmission> o) {
+void checkUnnamed5187(core.List<api.StudentSubmission> o) {
unittest.expect(o, unittest.hasLength(2));
checkStudentSubmission(o[0] as api.StudentSubmission);
checkStudentSubmission(o[1] as api.StudentSubmission);
@@ -1409,7 +1409,7 @@
buildCounterListStudentSubmissionsResponse++;
if (buildCounterListStudentSubmissionsResponse < 3) {
o.nextPageToken = 'foo';
- o.studentSubmissions = buildUnnamed5186();
+ o.studentSubmissions = buildUnnamed5187();
}
buildCounterListStudentSubmissionsResponse--;
return o;
@@ -1422,19 +1422,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5186(o.studentSubmissions!);
+ checkUnnamed5187(o.studentSubmissions!);
}
buildCounterListStudentSubmissionsResponse--;
}
-core.List<api.Student> buildUnnamed5187() {
+core.List<api.Student> buildUnnamed5188() {
var o = <api.Student>[];
o.add(buildStudent());
o.add(buildStudent());
return o;
}
-void checkUnnamed5187(core.List<api.Student> o) {
+void checkUnnamed5188(core.List<api.Student> o) {
unittest.expect(o, unittest.hasLength(2));
checkStudent(o[0] as api.Student);
checkStudent(o[1] as api.Student);
@@ -1446,7 +1446,7 @@
buildCounterListStudentsResponse++;
if (buildCounterListStudentsResponse < 3) {
o.nextPageToken = 'foo';
- o.students = buildUnnamed5187();
+ o.students = buildUnnamed5188();
}
buildCounterListStudentsResponse--;
return o;
@@ -1459,19 +1459,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5187(o.students!);
+ checkUnnamed5188(o.students!);
}
buildCounterListStudentsResponse--;
}
-core.List<api.Teacher> buildUnnamed5188() {
+core.List<api.Teacher> buildUnnamed5189() {
var o = <api.Teacher>[];
o.add(buildTeacher());
o.add(buildTeacher());
return o;
}
-void checkUnnamed5188(core.List<api.Teacher> o) {
+void checkUnnamed5189(core.List<api.Teacher> o) {
unittest.expect(o, unittest.hasLength(2));
checkTeacher(o[0] as api.Teacher);
checkTeacher(o[1] as api.Teacher);
@@ -1483,7 +1483,7 @@
buildCounterListTeachersResponse++;
if (buildCounterListTeachersResponse < 3) {
o.nextPageToken = 'foo';
- o.teachers = buildUnnamed5188();
+ o.teachers = buildUnnamed5189();
}
buildCounterListTeachersResponse--;
return o;
@@ -1496,19 +1496,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5188(o.teachers!);
+ checkUnnamed5189(o.teachers!);
}
buildCounterListTeachersResponse--;
}
-core.List<api.Topic> buildUnnamed5189() {
+core.List<api.Topic> buildUnnamed5190() {
var o = <api.Topic>[];
o.add(buildTopic());
o.add(buildTopic());
return o;
}
-void checkUnnamed5189(core.List<api.Topic> o) {
+void checkUnnamed5190(core.List<api.Topic> o) {
unittest.expect(o, unittest.hasLength(2));
checkTopic(o[0] as api.Topic);
checkTopic(o[1] as api.Topic);
@@ -1520,7 +1520,7 @@
buildCounterListTopicResponse++;
if (buildCounterListTopicResponse < 3) {
o.nextPageToken = 'foo';
- o.topic = buildUnnamed5189();
+ o.topic = buildUnnamed5190();
}
buildCounterListTopicResponse--;
return o;
@@ -1533,7 +1533,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5189(o.topic!);
+ checkUnnamed5190(o.topic!);
}
buildCounterListTopicResponse--;
}
@@ -1590,14 +1590,14 @@
buildCounterModifyAnnouncementAssigneesRequest--;
}
-core.List<api.Attachment> buildUnnamed5190() {
+core.List<api.Attachment> buildUnnamed5191() {
var o = <api.Attachment>[];
o.add(buildAttachment());
o.add(buildAttachment());
return o;
}
-void checkUnnamed5190(core.List<api.Attachment> o) {
+void checkUnnamed5191(core.List<api.Attachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttachment(o[0] as api.Attachment);
checkAttachment(o[1] as api.Attachment);
@@ -1608,7 +1608,7 @@
var o = api.ModifyAttachmentsRequest();
buildCounterModifyAttachmentsRequest++;
if (buildCounterModifyAttachmentsRequest < 3) {
- o.addAttachments = buildUnnamed5190();
+ o.addAttachments = buildUnnamed5191();
}
buildCounterModifyAttachmentsRequest--;
return o;
@@ -1617,7 +1617,7 @@
void checkModifyAttachmentsRequest(api.ModifyAttachmentsRequest o) {
buildCounterModifyAttachmentsRequest++;
if (buildCounterModifyAttachmentsRequest < 3) {
- checkUnnamed5190(o.addAttachments!);
+ checkUnnamed5191(o.addAttachments!);
}
buildCounterModifyAttachmentsRequest--;
}
@@ -1648,25 +1648,6 @@
buildCounterModifyCourseWorkAssigneesRequest--;
}
-core.List<core.String> buildUnnamed5191() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5191(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5192() {
var o = <core.String>[];
o.add('foo');
@@ -1686,28 +1667,6 @@
);
}
-core.int buildCounterModifyIndividualStudentsOptions = 0;
-api.ModifyIndividualStudentsOptions buildModifyIndividualStudentsOptions() {
- var o = api.ModifyIndividualStudentsOptions();
- buildCounterModifyIndividualStudentsOptions++;
- if (buildCounterModifyIndividualStudentsOptions < 3) {
- o.addStudentIds = buildUnnamed5191();
- o.removeStudentIds = buildUnnamed5192();
- }
- buildCounterModifyIndividualStudentsOptions--;
- return o;
-}
-
-void checkModifyIndividualStudentsOptions(
- api.ModifyIndividualStudentsOptions o) {
- buildCounterModifyIndividualStudentsOptions++;
- if (buildCounterModifyIndividualStudentsOptions < 3) {
- checkUnnamed5191(o.addStudentIds!);
- checkUnnamed5192(o.removeStudentIds!);
- }
- buildCounterModifyIndividualStudentsOptions--;
-}
-
core.List<core.String> buildUnnamed5193() {
var o = <core.String>[];
o.add('foo');
@@ -1727,12 +1686,53 @@
);
}
+core.int buildCounterModifyIndividualStudentsOptions = 0;
+api.ModifyIndividualStudentsOptions buildModifyIndividualStudentsOptions() {
+ var o = api.ModifyIndividualStudentsOptions();
+ buildCounterModifyIndividualStudentsOptions++;
+ if (buildCounterModifyIndividualStudentsOptions < 3) {
+ o.addStudentIds = buildUnnamed5192();
+ o.removeStudentIds = buildUnnamed5193();
+ }
+ buildCounterModifyIndividualStudentsOptions--;
+ return o;
+}
+
+void checkModifyIndividualStudentsOptions(
+ api.ModifyIndividualStudentsOptions o) {
+ buildCounterModifyIndividualStudentsOptions++;
+ if (buildCounterModifyIndividualStudentsOptions < 3) {
+ checkUnnamed5192(o.addStudentIds!);
+ checkUnnamed5193(o.removeStudentIds!);
+ }
+ buildCounterModifyIndividualStudentsOptions--;
+}
+
+core.List<core.String> buildUnnamed5194() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5194(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterMultipleChoiceQuestion = 0;
api.MultipleChoiceQuestion buildMultipleChoiceQuestion() {
var o = api.MultipleChoiceQuestion();
buildCounterMultipleChoiceQuestion++;
if (buildCounterMultipleChoiceQuestion < 3) {
- o.choices = buildUnnamed5193();
+ o.choices = buildUnnamed5194();
}
buildCounterMultipleChoiceQuestion--;
return o;
@@ -1741,7 +1741,7 @@
void checkMultipleChoiceQuestion(api.MultipleChoiceQuestion o) {
buildCounterMultipleChoiceQuestion++;
if (buildCounterMultipleChoiceQuestion < 3) {
- checkUnnamed5193(o.choices!);
+ checkUnnamed5194(o.choices!);
}
buildCounterMultipleChoiceQuestion--;
}
@@ -1971,14 +1971,14 @@
buildCounterStudent--;
}
-core.List<api.SubmissionHistory> buildUnnamed5194() {
+core.List<api.SubmissionHistory> buildUnnamed5195() {
var o = <api.SubmissionHistory>[];
o.add(buildSubmissionHistory());
o.add(buildSubmissionHistory());
return o;
}
-void checkUnnamed5194(core.List<api.SubmissionHistory> o) {
+void checkUnnamed5195(core.List<api.SubmissionHistory> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubmissionHistory(o[0] as api.SubmissionHistory);
checkSubmissionHistory(o[1] as api.SubmissionHistory);
@@ -2003,7 +2003,7 @@
o.multipleChoiceSubmission = buildMultipleChoiceSubmission();
o.shortAnswerSubmission = buildShortAnswerSubmission();
o.state = 'foo';
- o.submissionHistory = buildUnnamed5194();
+ o.submissionHistory = buildUnnamed5195();
o.updateTime = 'foo';
o.userId = 'foo';
}
@@ -2058,7 +2058,7 @@
o.state!,
unittest.equals('foo'),
);
- checkUnnamed5194(o.submissionHistory!);
+ checkUnnamed5195(o.submissionHistory!);
unittest.expect(
o.updateTime!,
unittest.equals('foo'),
@@ -2210,14 +2210,14 @@
buildCounterTurnInStudentSubmissionRequest--;
}
-core.List<api.GlobalPermission> buildUnnamed5195() {
+core.List<api.GlobalPermission> buildUnnamed5196() {
var o = <api.GlobalPermission>[];
o.add(buildGlobalPermission());
o.add(buildGlobalPermission());
return o;
}
-void checkUnnamed5195(core.List<api.GlobalPermission> o) {
+void checkUnnamed5196(core.List<api.GlobalPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkGlobalPermission(o[0] as api.GlobalPermission);
checkGlobalPermission(o[1] as api.GlobalPermission);
@@ -2231,7 +2231,7 @@
o.emailAddress = 'foo';
o.id = 'foo';
o.name = buildName();
- o.permissions = buildUnnamed5195();
+ o.permissions = buildUnnamed5196();
o.photoUrl = 'foo';
o.verifiedTeacher = true;
}
@@ -2251,7 +2251,7 @@
unittest.equals('foo'),
);
checkName(o.name! as api.Name);
- checkUnnamed5195(o.permissions!);
+ checkUnnamed5196(o.permissions!);
unittest.expect(
o.photoUrl!,
unittest.equals('foo'),
@@ -2298,25 +2298,6 @@
buildCounterYouTubeVideo--;
}
-core.List<core.String> buildUnnamed5196() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5196(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5197() {
var o = <core.String>[];
o.add('foo');
@@ -2412,6 +2393,25 @@
);
}
+core.List<core.String> buildUnnamed5202() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5202(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-Announcement', () {
unittest.test('to-json--from-json', () async {
@@ -3198,7 +3198,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.ClassroomApi(mock).courses;
- var arg_courseStates = buildUnnamed5196();
+ var arg_courseStates = buildUnnamed5197();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_studentId = 'foo';
@@ -3854,7 +3854,7 @@
var mock = HttpServerMock();
var res = api.ClassroomApi(mock).courses.announcements;
var arg_courseId = 'foo';
- var arg_announcementStates = buildUnnamed5197();
+ var arg_announcementStates = buildUnnamed5198();
var arg_orderBy = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
@@ -4334,7 +4334,7 @@
var mock = HttpServerMock();
var res = api.ClassroomApi(mock).courses.courseWork;
var arg_courseId = 'foo';
- var arg_courseWorkStates = buildUnnamed5198();
+ var arg_courseWorkStates = buildUnnamed5199();
var arg_orderBy = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
@@ -4689,7 +4689,7 @@
var arg_late = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
- var arg_states = buildUnnamed5199();
+ var arg_states = buildUnnamed5200();
var arg_userId = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5526,7 +5526,7 @@
var mock = HttpServerMock();
var res = api.ClassroomApi(mock).courses.courseWorkMaterials;
var arg_courseId = 'foo';
- var arg_courseWorkMaterialStates = buildUnnamed5200();
+ var arg_courseWorkMaterialStates = buildUnnamed5201();
var arg_materialDriveId = 'foo';
var arg_materialLink = 'foo';
var arg_orderBy = 'foo';
@@ -7325,7 +7325,7 @@
var arg_invitedEmailAddress = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
- var arg_states = buildUnnamed5201();
+ var arg_states = buildUnnamed5202();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
diff --git a/generated/googleapis/test/cloudasset/v1_test.dart b/generated/googleapis/test/cloudasset/v1_test.dart
index bd7c371..408e1e0 100644
--- a/generated/googleapis/test/cloudasset/v1_test.dart
+++ b/generated/googleapis/test/cloudasset/v1_test.dart
@@ -27,25 +27,6 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed3031() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3031(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3032() {
var o = <core.String>[];
o.add('foo');
@@ -65,13 +46,32 @@
);
}
+core.List<core.String> buildUnnamed3033() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3033(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterAccessSelector = 0;
api.AccessSelector buildAccessSelector() {
var o = api.AccessSelector();
buildCounterAccessSelector++;
if (buildCounterAccessSelector < 3) {
- o.permissions = buildUnnamed3031();
- o.roles = buildUnnamed3032();
+ o.permissions = buildUnnamed3032();
+ o.roles = buildUnnamed3033();
}
buildCounterAccessSelector--;
return o;
@@ -80,8 +80,8 @@
void checkAccessSelector(api.AccessSelector o) {
buildCounterAccessSelector++;
if (buildCounterAccessSelector < 3) {
- checkUnnamed3031(o.permissions!);
- checkUnnamed3032(o.roles!);
+ checkUnnamed3032(o.permissions!);
+ checkUnnamed3033(o.roles!);
}
buildCounterAccessSelector--;
}
@@ -110,14 +110,14 @@
buildCounterAnalyzeIamPolicyLongrunningRequest--;
}
-core.List<api.IamPolicyAnalysis> buildUnnamed3033() {
+core.List<api.IamPolicyAnalysis> buildUnnamed3034() {
var o = <api.IamPolicyAnalysis>[];
o.add(buildIamPolicyAnalysis());
o.add(buildIamPolicyAnalysis());
return o;
}
-void checkUnnamed3033(core.List<api.IamPolicyAnalysis> o) {
+void checkUnnamed3034(core.List<api.IamPolicyAnalysis> o) {
unittest.expect(o, unittest.hasLength(2));
checkIamPolicyAnalysis(o[0] as api.IamPolicyAnalysis);
checkIamPolicyAnalysis(o[1] as api.IamPolicyAnalysis);
@@ -130,7 +130,7 @@
if (buildCounterAnalyzeIamPolicyResponse < 3) {
o.fullyExplored = true;
o.mainAnalysis = buildIamPolicyAnalysis();
- o.serviceAccountImpersonationAnalysis = buildUnnamed3033();
+ o.serviceAccountImpersonationAnalysis = buildUnnamed3034();
}
buildCounterAnalyzeIamPolicyResponse--;
return o;
@@ -141,19 +141,19 @@
if (buildCounterAnalyzeIamPolicyResponse < 3) {
unittest.expect(o.fullyExplored!, unittest.isTrue);
checkIamPolicyAnalysis(o.mainAnalysis! as api.IamPolicyAnalysis);
- checkUnnamed3033(o.serviceAccountImpersonationAnalysis!);
+ checkUnnamed3034(o.serviceAccountImpersonationAnalysis!);
}
buildCounterAnalyzeIamPolicyResponse--;
}
-core.List<core.String> buildUnnamed3034() {
+core.List<core.String> buildUnnamed3035() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3034(core.List<core.String> o) {
+void checkUnnamed3035(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -165,14 +165,14 @@
);
}
-core.List<api.GoogleCloudOrgpolicyV1Policy> buildUnnamed3035() {
+core.List<api.GoogleCloudOrgpolicyV1Policy> buildUnnamed3036() {
var o = <api.GoogleCloudOrgpolicyV1Policy>[];
o.add(buildGoogleCloudOrgpolicyV1Policy());
o.add(buildGoogleCloudOrgpolicyV1Policy());
return o;
}
-void checkUnnamed3035(core.List<api.GoogleCloudOrgpolicyV1Policy> o) {
+void checkUnnamed3036(core.List<api.GoogleCloudOrgpolicyV1Policy> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudOrgpolicyV1Policy(o[0] as api.GoogleCloudOrgpolicyV1Policy);
checkGoogleCloudOrgpolicyV1Policy(o[1] as api.GoogleCloudOrgpolicyV1Policy);
@@ -185,11 +185,11 @@
if (buildCounterAsset < 3) {
o.accessLevel = buildGoogleIdentityAccesscontextmanagerV1AccessLevel();
o.accessPolicy = buildGoogleIdentityAccesscontextmanagerV1AccessPolicy();
- o.ancestors = buildUnnamed3034();
+ o.ancestors = buildUnnamed3035();
o.assetType = 'foo';
o.iamPolicy = buildPolicy();
o.name = 'foo';
- o.orgPolicy = buildUnnamed3035();
+ o.orgPolicy = buildUnnamed3036();
o.osInventory = buildInventory();
o.resource = buildResource();
o.servicePerimeter =
@@ -207,7 +207,7 @@
o.accessLevel! as api.GoogleIdentityAccesscontextmanagerV1AccessLevel);
checkGoogleIdentityAccesscontextmanagerV1AccessPolicy(o.accessPolicy!
as api.GoogleIdentityAccesscontextmanagerV1AccessPolicy);
- checkUnnamed3034(o.ancestors!);
+ checkUnnamed3035(o.ancestors!);
unittest.expect(
o.assetType!,
unittest.equals('foo'),
@@ -217,7 +217,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3035(o.orgPolicy!);
+ checkUnnamed3036(o.orgPolicy!);
checkInventory(o.osInventory! as api.Inventory);
checkResource(o.resource! as api.Resource);
checkGoogleIdentityAccesscontextmanagerV1ServicePerimeter(
@@ -231,14 +231,14 @@
buildCounterAsset--;
}
-core.List<api.AuditLogConfig> buildUnnamed3036() {
+core.List<api.AuditLogConfig> buildUnnamed3037() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed3036(core.List<api.AuditLogConfig> o) {
+void checkUnnamed3037(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -249,7 +249,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed3036();
+ o.auditLogConfigs = buildUnnamed3037();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -259,7 +259,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed3036(o.auditLogConfigs!);
+ checkUnnamed3037(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -268,14 +268,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed3037() {
+core.List<core.String> buildUnnamed3038() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3037(core.List<core.String> o) {
+void checkUnnamed3038(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -292,7 +292,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed3037();
+ o.exemptedMembers = buildUnnamed3038();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -302,7 +302,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed3037(o.exemptedMembers!);
+ checkUnnamed3038(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -311,14 +311,14 @@
buildCounterAuditLogConfig--;
}
-core.List<api.TemporalAsset> buildUnnamed3038() {
+core.List<api.TemporalAsset> buildUnnamed3039() {
var o = <api.TemporalAsset>[];
o.add(buildTemporalAsset());
o.add(buildTemporalAsset());
return o;
}
-void checkUnnamed3038(core.List<api.TemporalAsset> o) {
+void checkUnnamed3039(core.List<api.TemporalAsset> o) {
unittest.expect(o, unittest.hasLength(2));
checkTemporalAsset(o[0] as api.TemporalAsset);
checkTemporalAsset(o[1] as api.TemporalAsset);
@@ -329,7 +329,7 @@
var o = api.BatchGetAssetsHistoryResponse();
buildCounterBatchGetAssetsHistoryResponse++;
if (buildCounterBatchGetAssetsHistoryResponse < 3) {
- o.assets = buildUnnamed3038();
+ o.assets = buildUnnamed3039();
}
buildCounterBatchGetAssetsHistoryResponse--;
return o;
@@ -338,7 +338,7 @@
void checkBatchGetAssetsHistoryResponse(api.BatchGetAssetsHistoryResponse o) {
buildCounterBatchGetAssetsHistoryResponse++;
if (buildCounterBatchGetAssetsHistoryResponse < 3) {
- checkUnnamed3038(o.assets!);
+ checkUnnamed3039(o.assets!);
}
buildCounterBatchGetAssetsHistoryResponse--;
}
@@ -376,14 +376,14 @@
buildCounterBigQueryDestination--;
}
-core.List<core.String> buildUnnamed3039() {
+core.List<core.String> buildUnnamed3040() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3039(core.List<core.String> o) {
+void checkUnnamed3040(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -401,7 +401,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3039();
+ o.members = buildUnnamed3040();
o.role = 'foo';
}
buildCounterBinding--;
@@ -412,7 +412,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3039(o.members!);
+ checkUnnamed3040(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -460,14 +460,14 @@
buildCounterEmpty--;
}
-core.Map<core.String, api.Permissions> buildUnnamed3040() {
+core.Map<core.String, api.Permissions> buildUnnamed3041() {
var o = <core.String, api.Permissions>{};
o['x'] = buildPermissions();
o['y'] = buildPermissions();
return o;
}
-void checkUnnamed3040(core.Map<core.String, api.Permissions> o) {
+void checkUnnamed3041(core.Map<core.String, api.Permissions> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermissions(o['x']! as api.Permissions);
checkPermissions(o['y']! as api.Permissions);
@@ -478,7 +478,7 @@
var o = api.Explanation();
buildCounterExplanation++;
if (buildCounterExplanation < 3) {
- o.matchedPermissions = buildUnnamed3040();
+ o.matchedPermissions = buildUnnamed3041();
}
buildCounterExplanation--;
return o;
@@ -487,19 +487,19 @@
void checkExplanation(api.Explanation o) {
buildCounterExplanation++;
if (buildCounterExplanation < 3) {
- checkUnnamed3040(o.matchedPermissions!);
+ checkUnnamed3041(o.matchedPermissions!);
}
buildCounterExplanation--;
}
-core.List<core.String> buildUnnamed3041() {
+core.List<core.String> buildUnnamed3042() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3041(core.List<core.String> o) {
+void checkUnnamed3042(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -516,7 +516,7 @@
var o = api.ExportAssetsRequest();
buildCounterExportAssetsRequest++;
if (buildCounterExportAssetsRequest < 3) {
- o.assetTypes = buildUnnamed3041();
+ o.assetTypes = buildUnnamed3042();
o.contentType = 'foo';
o.outputConfig = buildOutputConfig();
o.readTime = 'foo';
@@ -528,7 +528,7 @@
void checkExportAssetsRequest(api.ExportAssetsRequest o) {
buildCounterExportAssetsRequest++;
if (buildCounterExportAssetsRequest < 3) {
- checkUnnamed3041(o.assetTypes!);
+ checkUnnamed3042(o.assetTypes!);
unittest.expect(
o.contentType!,
unittest.equals('foo'),
@@ -579,25 +579,6 @@
buildCounterExpr--;
}
-core.List<core.String> buildUnnamed3042() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3042(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3043() {
var o = <core.String>[];
o.add('foo');
@@ -617,13 +598,32 @@
);
}
+core.List<core.String> buildUnnamed3044() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3044(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterFeed = 0;
api.Feed buildFeed() {
var o = api.Feed();
buildCounterFeed++;
if (buildCounterFeed < 3) {
- o.assetNames = buildUnnamed3042();
- o.assetTypes = buildUnnamed3043();
+ o.assetNames = buildUnnamed3043();
+ o.assetTypes = buildUnnamed3044();
o.condition = buildExpr();
o.contentType = 'foo';
o.feedOutputConfig = buildFeedOutputConfig();
@@ -636,8 +636,8 @@
void checkFeed(api.Feed o) {
buildCounterFeed++;
if (buildCounterFeed < 3) {
- checkUnnamed3042(o.assetNames!);
- checkUnnamed3043(o.assetTypes!);
+ checkUnnamed3043(o.assetNames!);
+ checkUnnamed3044(o.assetTypes!);
checkExpr(o.condition! as api.Expr);
unittest.expect(
o.contentType!,
@@ -727,40 +727,40 @@
buildCounterGoogleCloudAssetV1Access--;
}
-core.List<api.GoogleCloudAssetV1Access> buildUnnamed3044() {
+core.List<api.GoogleCloudAssetV1Access> buildUnnamed3045() {
var o = <api.GoogleCloudAssetV1Access>[];
o.add(buildGoogleCloudAssetV1Access());
o.add(buildGoogleCloudAssetV1Access());
return o;
}
-void checkUnnamed3044(core.List<api.GoogleCloudAssetV1Access> o) {
+void checkUnnamed3045(core.List<api.GoogleCloudAssetV1Access> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudAssetV1Access(o[0] as api.GoogleCloudAssetV1Access);
checkGoogleCloudAssetV1Access(o[1] as api.GoogleCloudAssetV1Access);
}
-core.List<api.GoogleCloudAssetV1Edge> buildUnnamed3045() {
+core.List<api.GoogleCloudAssetV1Edge> buildUnnamed3046() {
var o = <api.GoogleCloudAssetV1Edge>[];
o.add(buildGoogleCloudAssetV1Edge());
o.add(buildGoogleCloudAssetV1Edge());
return o;
}
-void checkUnnamed3045(core.List<api.GoogleCloudAssetV1Edge> o) {
+void checkUnnamed3046(core.List<api.GoogleCloudAssetV1Edge> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudAssetV1Edge(o[0] as api.GoogleCloudAssetV1Edge);
checkGoogleCloudAssetV1Edge(o[1] as api.GoogleCloudAssetV1Edge);
}
-core.List<api.GoogleCloudAssetV1Resource> buildUnnamed3046() {
+core.List<api.GoogleCloudAssetV1Resource> buildUnnamed3047() {
var o = <api.GoogleCloudAssetV1Resource>[];
o.add(buildGoogleCloudAssetV1Resource());
o.add(buildGoogleCloudAssetV1Resource());
return o;
}
-void checkUnnamed3046(core.List<api.GoogleCloudAssetV1Resource> o) {
+void checkUnnamed3047(core.List<api.GoogleCloudAssetV1Resource> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudAssetV1Resource(o[0] as api.GoogleCloudAssetV1Resource);
checkGoogleCloudAssetV1Resource(o[1] as api.GoogleCloudAssetV1Resource);
@@ -772,9 +772,9 @@
var o = api.GoogleCloudAssetV1AccessControlList();
buildCounterGoogleCloudAssetV1AccessControlList++;
if (buildCounterGoogleCloudAssetV1AccessControlList < 3) {
- o.accesses = buildUnnamed3044();
- o.resourceEdges = buildUnnamed3045();
- o.resources = buildUnnamed3046();
+ o.accesses = buildUnnamed3045();
+ o.resourceEdges = buildUnnamed3046();
+ o.resources = buildUnnamed3047();
}
buildCounterGoogleCloudAssetV1AccessControlList--;
return o;
@@ -784,9 +784,9 @@
api.GoogleCloudAssetV1AccessControlList o) {
buildCounterGoogleCloudAssetV1AccessControlList++;
if (buildCounterGoogleCloudAssetV1AccessControlList < 3) {
- checkUnnamed3044(o.accesses!);
- checkUnnamed3045(o.resourceEdges!);
- checkUnnamed3046(o.resources!);
+ checkUnnamed3045(o.accesses!);
+ checkUnnamed3046(o.resourceEdges!);
+ checkUnnamed3047(o.resources!);
}
buildCounterGoogleCloudAssetV1AccessControlList--;
}
@@ -904,27 +904,27 @@
buildCounterGoogleCloudAssetV1Identity--;
}
-core.List<api.GoogleCloudAssetV1Edge> buildUnnamed3047() {
+core.List<api.GoogleCloudAssetV1Edge> buildUnnamed3048() {
var o = <api.GoogleCloudAssetV1Edge>[];
o.add(buildGoogleCloudAssetV1Edge());
o.add(buildGoogleCloudAssetV1Edge());
return o;
}
-void checkUnnamed3047(core.List<api.GoogleCloudAssetV1Edge> o) {
+void checkUnnamed3048(core.List<api.GoogleCloudAssetV1Edge> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudAssetV1Edge(o[0] as api.GoogleCloudAssetV1Edge);
checkGoogleCloudAssetV1Edge(o[1] as api.GoogleCloudAssetV1Edge);
}
-core.List<api.GoogleCloudAssetV1Identity> buildUnnamed3048() {
+core.List<api.GoogleCloudAssetV1Identity> buildUnnamed3049() {
var o = <api.GoogleCloudAssetV1Identity>[];
o.add(buildGoogleCloudAssetV1Identity());
o.add(buildGoogleCloudAssetV1Identity());
return o;
}
-void checkUnnamed3048(core.List<api.GoogleCloudAssetV1Identity> o) {
+void checkUnnamed3049(core.List<api.GoogleCloudAssetV1Identity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudAssetV1Identity(o[0] as api.GoogleCloudAssetV1Identity);
checkGoogleCloudAssetV1Identity(o[1] as api.GoogleCloudAssetV1Identity);
@@ -935,8 +935,8 @@
var o = api.GoogleCloudAssetV1IdentityList();
buildCounterGoogleCloudAssetV1IdentityList++;
if (buildCounterGoogleCloudAssetV1IdentityList < 3) {
- o.groupEdges = buildUnnamed3047();
- o.identities = buildUnnamed3048();
+ o.groupEdges = buildUnnamed3048();
+ o.identities = buildUnnamed3049();
}
buildCounterGoogleCloudAssetV1IdentityList--;
return o;
@@ -945,8 +945,8 @@
void checkGoogleCloudAssetV1IdentityList(api.GoogleCloudAssetV1IdentityList o) {
buildCounterGoogleCloudAssetV1IdentityList++;
if (buildCounterGoogleCloudAssetV1IdentityList < 3) {
- checkUnnamed3047(o.groupEdges!);
- checkUnnamed3048(o.identities!);
+ checkUnnamed3048(o.groupEdges!);
+ checkUnnamed3049(o.identities!);
}
buildCounterGoogleCloudAssetV1IdentityList--;
}
@@ -996,25 +996,6 @@
buildCounterGoogleCloudOrgpolicyV1BooleanPolicy--;
}
-core.List<core.String> buildUnnamed3049() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3049(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3050() {
var o = <core.String>[];
o.add('foo');
@@ -1034,14 +1015,33 @@
);
}
+core.List<core.String> buildUnnamed3051() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3051(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleCloudOrgpolicyV1ListPolicy = 0;
api.GoogleCloudOrgpolicyV1ListPolicy buildGoogleCloudOrgpolicyV1ListPolicy() {
var o = api.GoogleCloudOrgpolicyV1ListPolicy();
buildCounterGoogleCloudOrgpolicyV1ListPolicy++;
if (buildCounterGoogleCloudOrgpolicyV1ListPolicy < 3) {
o.allValues = 'foo';
- o.allowedValues = buildUnnamed3049();
- o.deniedValues = buildUnnamed3050();
+ o.allowedValues = buildUnnamed3050();
+ o.deniedValues = buildUnnamed3051();
o.inheritFromParent = true;
o.suggestedValue = 'foo';
}
@@ -1057,8 +1057,8 @@
o.allValues!,
unittest.equals('foo'),
);
- checkUnnamed3049(o.allowedValues!);
- checkUnnamed3050(o.deniedValues!);
+ checkUnnamed3050(o.allowedValues!);
+ checkUnnamed3051(o.deniedValues!);
unittest.expect(o.inheritFromParent!, unittest.isTrue);
unittest.expect(
o.suggestedValue!,
@@ -1211,14 +1211,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1MethodSelector>
- buildUnnamed3051() {
+ buildUnnamed3052() {
var o = <api.GoogleIdentityAccesscontextmanagerV1MethodSelector>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1MethodSelector());
o.add(buildGoogleIdentityAccesscontextmanagerV1MethodSelector());
return o;
}
-void checkUnnamed3051(
+void checkUnnamed3052(
core.List<api.GoogleIdentityAccesscontextmanagerV1MethodSelector> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1MethodSelector(
@@ -1233,7 +1233,7 @@
var o = api.GoogleIdentityAccesscontextmanagerV1ApiOperation();
buildCounterGoogleIdentityAccesscontextmanagerV1ApiOperation++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1ApiOperation < 3) {
- o.methodSelectors = buildUnnamed3051();
+ o.methodSelectors = buildUnnamed3052();
o.serviceName = 'foo';
}
buildCounterGoogleIdentityAccesscontextmanagerV1ApiOperation--;
@@ -1244,7 +1244,7 @@
api.GoogleIdentityAccesscontextmanagerV1ApiOperation o) {
buildCounterGoogleIdentityAccesscontextmanagerV1ApiOperation++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1ApiOperation < 3) {
- checkUnnamed3051(o.methodSelectors!);
+ checkUnnamed3052(o.methodSelectors!);
unittest.expect(
o.serviceName!,
unittest.equals('foo'),
@@ -1254,14 +1254,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1Condition>
- buildUnnamed3052() {
+ buildUnnamed3053() {
var o = <api.GoogleIdentityAccesscontextmanagerV1Condition>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1Condition());
o.add(buildGoogleIdentityAccesscontextmanagerV1Condition());
return o;
}
-void checkUnnamed3052(
+void checkUnnamed3053(
core.List<api.GoogleIdentityAccesscontextmanagerV1Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1Condition(
@@ -1277,7 +1277,7 @@
buildCounterGoogleIdentityAccesscontextmanagerV1BasicLevel++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1BasicLevel < 3) {
o.combiningFunction = 'foo';
- o.conditions = buildUnnamed3052();
+ o.conditions = buildUnnamed3053();
}
buildCounterGoogleIdentityAccesscontextmanagerV1BasicLevel--;
return o;
@@ -1291,30 +1291,11 @@
o.combiningFunction!,
unittest.equals('foo'),
);
- checkUnnamed3052(o.conditions!);
+ checkUnnamed3053(o.conditions!);
}
buildCounterGoogleIdentityAccesscontextmanagerV1BasicLevel--;
}
-core.List<core.String> buildUnnamed3053() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3053(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3054() {
var o = <core.String>[];
o.add('foo');
@@ -1372,6 +1353,25 @@
);
}
+core.List<core.String> buildUnnamed3057() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3057(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleIdentityAccesscontextmanagerV1Condition = 0;
api.GoogleIdentityAccesscontextmanagerV1Condition
buildGoogleIdentityAccesscontextmanagerV1Condition() {
@@ -1379,11 +1379,11 @@
buildCounterGoogleIdentityAccesscontextmanagerV1Condition++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1Condition < 3) {
o.devicePolicy = buildGoogleIdentityAccesscontextmanagerV1DevicePolicy();
- o.ipSubnetworks = buildUnnamed3053();
- o.members = buildUnnamed3054();
+ o.ipSubnetworks = buildUnnamed3054();
+ o.members = buildUnnamed3055();
o.negate = true;
- o.regions = buildUnnamed3055();
- o.requiredAccessLevels = buildUnnamed3056();
+ o.regions = buildUnnamed3056();
+ o.requiredAccessLevels = buildUnnamed3057();
}
buildCounterGoogleIdentityAccesscontextmanagerV1Condition--;
return o;
@@ -1395,11 +1395,11 @@
if (buildCounterGoogleIdentityAccesscontextmanagerV1Condition < 3) {
checkGoogleIdentityAccesscontextmanagerV1DevicePolicy(o.devicePolicy!
as api.GoogleIdentityAccesscontextmanagerV1DevicePolicy);
- checkUnnamed3053(o.ipSubnetworks!);
- checkUnnamed3054(o.members!);
+ checkUnnamed3054(o.ipSubnetworks!);
+ checkUnnamed3055(o.members!);
unittest.expect(o.negate!, unittest.isTrue);
- checkUnnamed3055(o.regions!);
- checkUnnamed3056(o.requiredAccessLevels!);
+ checkUnnamed3056(o.regions!);
+ checkUnnamed3057(o.requiredAccessLevels!);
}
buildCounterGoogleIdentityAccesscontextmanagerV1Condition--;
}
@@ -1425,25 +1425,6 @@
buildCounterGoogleIdentityAccesscontextmanagerV1CustomLevel--;
}
-core.List<core.String> buildUnnamed3057() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3057(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3058() {
var o = <core.String>[];
o.add('foo');
@@ -1463,15 +1444,34 @@
);
}
+core.List<core.String> buildUnnamed3059() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3059(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.List<api.GoogleIdentityAccesscontextmanagerV1OsConstraint>
- buildUnnamed3059() {
+ buildUnnamed3060() {
var o = <api.GoogleIdentityAccesscontextmanagerV1OsConstraint>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1OsConstraint());
o.add(buildGoogleIdentityAccesscontextmanagerV1OsConstraint());
return o;
}
-void checkUnnamed3059(
+void checkUnnamed3060(
core.List<api.GoogleIdentityAccesscontextmanagerV1OsConstraint> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1OsConstraint(
@@ -1486,9 +1486,9 @@
var o = api.GoogleIdentityAccesscontextmanagerV1DevicePolicy();
buildCounterGoogleIdentityAccesscontextmanagerV1DevicePolicy++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1DevicePolicy < 3) {
- o.allowedDeviceManagementLevels = buildUnnamed3057();
- o.allowedEncryptionStatuses = buildUnnamed3058();
- o.osConstraints = buildUnnamed3059();
+ o.allowedDeviceManagementLevels = buildUnnamed3058();
+ o.allowedEncryptionStatuses = buildUnnamed3059();
+ o.osConstraints = buildUnnamed3060();
o.requireAdminApproval = true;
o.requireCorpOwned = true;
o.requireScreenlock = true;
@@ -1501,9 +1501,9 @@
api.GoogleIdentityAccesscontextmanagerV1DevicePolicy o) {
buildCounterGoogleIdentityAccesscontextmanagerV1DevicePolicy++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1DevicePolicy < 3) {
- checkUnnamed3057(o.allowedDeviceManagementLevels!);
- checkUnnamed3058(o.allowedEncryptionStatuses!);
- checkUnnamed3059(o.osConstraints!);
+ checkUnnamed3058(o.allowedDeviceManagementLevels!);
+ checkUnnamed3059(o.allowedEncryptionStatuses!);
+ checkUnnamed3060(o.osConstraints!);
unittest.expect(o.requireAdminApproval!, unittest.isTrue);
unittest.expect(o.requireCorpOwned!, unittest.isTrue);
unittest.expect(o.requireScreenlock!, unittest.isTrue);
@@ -1511,14 +1511,14 @@
buildCounterGoogleIdentityAccesscontextmanagerV1DevicePolicy--;
}
-core.List<core.String> buildUnnamed3060() {
+core.List<core.String> buildUnnamed3061() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3060(core.List<core.String> o) {
+void checkUnnamed3061(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1536,7 +1536,7 @@
var o = api.GoogleIdentityAccesscontextmanagerV1EgressFrom();
buildCounterGoogleIdentityAccesscontextmanagerV1EgressFrom++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1EgressFrom < 3) {
- o.identities = buildUnnamed3060();
+ o.identities = buildUnnamed3061();
o.identityType = 'foo';
}
buildCounterGoogleIdentityAccesscontextmanagerV1EgressFrom--;
@@ -1547,7 +1547,7 @@
api.GoogleIdentityAccesscontextmanagerV1EgressFrom o) {
buildCounterGoogleIdentityAccesscontextmanagerV1EgressFrom++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1EgressFrom < 3) {
- checkUnnamed3060(o.identities!);
+ checkUnnamed3061(o.identities!);
unittest.expect(
o.identityType!,
unittest.equals('foo'),
@@ -1582,14 +1582,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1ApiOperation>
- buildUnnamed3061() {
+ buildUnnamed3062() {
var o = <api.GoogleIdentityAccesscontextmanagerV1ApiOperation>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1ApiOperation());
o.add(buildGoogleIdentityAccesscontextmanagerV1ApiOperation());
return o;
}
-void checkUnnamed3061(
+void checkUnnamed3062(
core.List<api.GoogleIdentityAccesscontextmanagerV1ApiOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1ApiOperation(
@@ -1598,48 +1598,6 @@
o[1] as api.GoogleIdentityAccesscontextmanagerV1ApiOperation);
}
-core.List<core.String> buildUnnamed3062() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3062(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo = 0;
-api.GoogleIdentityAccesscontextmanagerV1EgressTo
- buildGoogleIdentityAccesscontextmanagerV1EgressTo() {
- var o = api.GoogleIdentityAccesscontextmanagerV1EgressTo();
- buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo++;
- if (buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo < 3) {
- o.operations = buildUnnamed3061();
- o.resources = buildUnnamed3062();
- }
- buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo--;
- return o;
-}
-
-void checkGoogleIdentityAccesscontextmanagerV1EgressTo(
- api.GoogleIdentityAccesscontextmanagerV1EgressTo o) {
- buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo++;
- if (buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo < 3) {
- checkUnnamed3061(o.operations!);
- checkUnnamed3062(o.resources!);
- }
- buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo--;
-}
-
core.List<core.String> buildUnnamed3063() {
var o = <core.String>[];
o.add('foo');
@@ -1659,15 +1617,57 @@
);
}
+core.int buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo = 0;
+api.GoogleIdentityAccesscontextmanagerV1EgressTo
+ buildGoogleIdentityAccesscontextmanagerV1EgressTo() {
+ var o = api.GoogleIdentityAccesscontextmanagerV1EgressTo();
+ buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo++;
+ if (buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo < 3) {
+ o.operations = buildUnnamed3062();
+ o.resources = buildUnnamed3063();
+ }
+ buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo--;
+ return o;
+}
+
+void checkGoogleIdentityAccesscontextmanagerV1EgressTo(
+ api.GoogleIdentityAccesscontextmanagerV1EgressTo o) {
+ buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo++;
+ if (buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo < 3) {
+ checkUnnamed3062(o.operations!);
+ checkUnnamed3063(o.resources!);
+ }
+ buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo--;
+}
+
+core.List<core.String> buildUnnamed3064() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3064(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.List<api.GoogleIdentityAccesscontextmanagerV1IngressSource>
- buildUnnamed3064() {
+ buildUnnamed3065() {
var o = <api.GoogleIdentityAccesscontextmanagerV1IngressSource>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1IngressSource());
o.add(buildGoogleIdentityAccesscontextmanagerV1IngressSource());
return o;
}
-void checkUnnamed3064(
+void checkUnnamed3065(
core.List<api.GoogleIdentityAccesscontextmanagerV1IngressSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1IngressSource(
@@ -1682,9 +1682,9 @@
var o = api.GoogleIdentityAccesscontextmanagerV1IngressFrom();
buildCounterGoogleIdentityAccesscontextmanagerV1IngressFrom++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1IngressFrom < 3) {
- o.identities = buildUnnamed3063();
+ o.identities = buildUnnamed3064();
o.identityType = 'foo';
- o.sources = buildUnnamed3064();
+ o.sources = buildUnnamed3065();
}
buildCounterGoogleIdentityAccesscontextmanagerV1IngressFrom--;
return o;
@@ -1694,12 +1694,12 @@
api.GoogleIdentityAccesscontextmanagerV1IngressFrom o) {
buildCounterGoogleIdentityAccesscontextmanagerV1IngressFrom++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1IngressFrom < 3) {
- checkUnnamed3063(o.identities!);
+ checkUnnamed3064(o.identities!);
unittest.expect(
o.identityType!,
unittest.equals('foo'),
);
- checkUnnamed3064(o.sources!);
+ checkUnnamed3065(o.sources!);
}
buildCounterGoogleIdentityAccesscontextmanagerV1IngressFrom--;
}
@@ -1759,14 +1759,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1ApiOperation>
- buildUnnamed3065() {
+ buildUnnamed3066() {
var o = <api.GoogleIdentityAccesscontextmanagerV1ApiOperation>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1ApiOperation());
o.add(buildGoogleIdentityAccesscontextmanagerV1ApiOperation());
return o;
}
-void checkUnnamed3065(
+void checkUnnamed3066(
core.List<api.GoogleIdentityAccesscontextmanagerV1ApiOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1ApiOperation(
@@ -1775,14 +1775,14 @@
o[1] as api.GoogleIdentityAccesscontextmanagerV1ApiOperation);
}
-core.List<core.String> buildUnnamed3066() {
+core.List<core.String> buildUnnamed3067() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3066(core.List<core.String> o) {
+void checkUnnamed3067(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1800,8 +1800,8 @@
var o = api.GoogleIdentityAccesscontextmanagerV1IngressTo();
buildCounterGoogleIdentityAccesscontextmanagerV1IngressTo++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1IngressTo < 3) {
- o.operations = buildUnnamed3065();
- o.resources = buildUnnamed3066();
+ o.operations = buildUnnamed3066();
+ o.resources = buildUnnamed3067();
}
buildCounterGoogleIdentityAccesscontextmanagerV1IngressTo--;
return o;
@@ -1811,8 +1811,8 @@
api.GoogleIdentityAccesscontextmanagerV1IngressTo o) {
buildCounterGoogleIdentityAccesscontextmanagerV1IngressTo++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1IngressTo < 3) {
- checkUnnamed3065(o.operations!);
- checkUnnamed3066(o.resources!);
+ checkUnnamed3066(o.operations!);
+ checkUnnamed3067(o.resources!);
}
buildCounterGoogleIdentityAccesscontextmanagerV1IngressTo--;
}
@@ -1925,14 +1925,14 @@
buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeter--;
}
-core.List<core.String> buildUnnamed3067() {
+core.List<core.String> buildUnnamed3068() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3067(core.List<core.String> o) {
+void checkUnnamed3068(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1945,14 +1945,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1EgressPolicy>
- buildUnnamed3068() {
+ buildUnnamed3069() {
var o = <api.GoogleIdentityAccesscontextmanagerV1EgressPolicy>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1EgressPolicy());
o.add(buildGoogleIdentityAccesscontextmanagerV1EgressPolicy());
return o;
}
-void checkUnnamed3068(
+void checkUnnamed3069(
core.List<api.GoogleIdentityAccesscontextmanagerV1EgressPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1EgressPolicy(
@@ -1962,14 +1962,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1IngressPolicy>
- buildUnnamed3069() {
+ buildUnnamed3070() {
var o = <api.GoogleIdentityAccesscontextmanagerV1IngressPolicy>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1IngressPolicy());
o.add(buildGoogleIdentityAccesscontextmanagerV1IngressPolicy());
return o;
}
-void checkUnnamed3069(
+void checkUnnamed3070(
core.List<api.GoogleIdentityAccesscontextmanagerV1IngressPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1IngressPolicy(
@@ -1978,25 +1978,6 @@
o[1] as api.GoogleIdentityAccesscontextmanagerV1IngressPolicy);
}
-core.List<core.String> buildUnnamed3070() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3070(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3071() {
var o = <core.String>[];
o.add('foo');
@@ -2016,43 +1997,6 @@
);
}
-core.int
- buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig = 0;
-api.GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig
- buildGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig() {
- var o = api.GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig();
- buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig++;
- if (buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig <
- 3) {
- o.accessLevels = buildUnnamed3067();
- o.egressPolicies = buildUnnamed3068();
- o.ingressPolicies = buildUnnamed3069();
- o.resources = buildUnnamed3070();
- o.restrictedServices = buildUnnamed3071();
- o.vpcAccessibleServices =
- buildGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices();
- }
- buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig--;
- return o;
-}
-
-void checkGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig(
- api.GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig o) {
- buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig++;
- if (buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig <
- 3) {
- checkUnnamed3067(o.accessLevels!);
- checkUnnamed3068(o.egressPolicies!);
- checkUnnamed3069(o.ingressPolicies!);
- checkUnnamed3070(o.resources!);
- checkUnnamed3071(o.restrictedServices!);
- checkGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices(
- o.vpcAccessibleServices!
- as api.GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices);
- }
- buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig--;
-}
-
core.List<core.String> buildUnnamed3072() {
var o = <core.String>[];
o.add('foo');
@@ -2072,6 +2016,62 @@
);
}
+core.int
+ buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig = 0;
+api.GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig
+ buildGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig() {
+ var o = api.GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig();
+ buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig++;
+ if (buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig <
+ 3) {
+ o.accessLevels = buildUnnamed3068();
+ o.egressPolicies = buildUnnamed3069();
+ o.ingressPolicies = buildUnnamed3070();
+ o.resources = buildUnnamed3071();
+ o.restrictedServices = buildUnnamed3072();
+ o.vpcAccessibleServices =
+ buildGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices();
+ }
+ buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig--;
+ return o;
+}
+
+void checkGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig(
+ api.GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig o) {
+ buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig++;
+ if (buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig <
+ 3) {
+ checkUnnamed3068(o.accessLevels!);
+ checkUnnamed3069(o.egressPolicies!);
+ checkUnnamed3070(o.ingressPolicies!);
+ checkUnnamed3071(o.resources!);
+ checkUnnamed3072(o.restrictedServices!);
+ checkGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices(
+ o.vpcAccessibleServices!
+ as api.GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices);
+ }
+ buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig--;
+}
+
+core.List<core.String> buildUnnamed3073() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3073(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices =
0;
api.GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices
@@ -2080,7 +2080,7 @@
buildCounterGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices <
3) {
- o.allowedServices = buildUnnamed3072();
+ o.allowedServices = buildUnnamed3073();
o.enableRestriction = true;
}
buildCounterGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices--;
@@ -2092,33 +2092,33 @@
buildCounterGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices <
3) {
- checkUnnamed3072(o.allowedServices!);
+ checkUnnamed3073(o.allowedServices!);
unittest.expect(o.enableRestriction!, unittest.isTrue);
}
buildCounterGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices--;
}
-core.List<api.IamPolicyAnalysisResult> buildUnnamed3073() {
+core.List<api.IamPolicyAnalysisResult> buildUnnamed3074() {
var o = <api.IamPolicyAnalysisResult>[];
o.add(buildIamPolicyAnalysisResult());
o.add(buildIamPolicyAnalysisResult());
return o;
}
-void checkUnnamed3073(core.List<api.IamPolicyAnalysisResult> o) {
+void checkUnnamed3074(core.List<api.IamPolicyAnalysisResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkIamPolicyAnalysisResult(o[0] as api.IamPolicyAnalysisResult);
checkIamPolicyAnalysisResult(o[1] as api.IamPolicyAnalysisResult);
}
-core.List<api.IamPolicyAnalysisState> buildUnnamed3074() {
+core.List<api.IamPolicyAnalysisState> buildUnnamed3075() {
var o = <api.IamPolicyAnalysisState>[];
o.add(buildIamPolicyAnalysisState());
o.add(buildIamPolicyAnalysisState());
return o;
}
-void checkUnnamed3074(core.List<api.IamPolicyAnalysisState> o) {
+void checkUnnamed3075(core.List<api.IamPolicyAnalysisState> o) {
unittest.expect(o, unittest.hasLength(2));
checkIamPolicyAnalysisState(o[0] as api.IamPolicyAnalysisState);
checkIamPolicyAnalysisState(o[1] as api.IamPolicyAnalysisState);
@@ -2130,9 +2130,9 @@
buildCounterIamPolicyAnalysis++;
if (buildCounterIamPolicyAnalysis < 3) {
o.analysisQuery = buildIamPolicyAnalysisQuery();
- o.analysisResults = buildUnnamed3073();
+ o.analysisResults = buildUnnamed3074();
o.fullyExplored = true;
- o.nonCriticalErrors = buildUnnamed3074();
+ o.nonCriticalErrors = buildUnnamed3075();
}
buildCounterIamPolicyAnalysis--;
return o;
@@ -2142,9 +2142,9 @@
buildCounterIamPolicyAnalysis++;
if (buildCounterIamPolicyAnalysis < 3) {
checkIamPolicyAnalysisQuery(o.analysisQuery! as api.IamPolicyAnalysisQuery);
- checkUnnamed3073(o.analysisResults!);
+ checkUnnamed3074(o.analysisResults!);
unittest.expect(o.fullyExplored!, unittest.isTrue);
- checkUnnamed3074(o.nonCriticalErrors!);
+ checkUnnamed3075(o.nonCriticalErrors!);
}
buildCounterIamPolicyAnalysis--;
}
@@ -2202,14 +2202,14 @@
buildCounterIamPolicyAnalysisQuery--;
}
-core.List<api.GoogleCloudAssetV1AccessControlList> buildUnnamed3075() {
+core.List<api.GoogleCloudAssetV1AccessControlList> buildUnnamed3076() {
var o = <api.GoogleCloudAssetV1AccessControlList>[];
o.add(buildGoogleCloudAssetV1AccessControlList());
o.add(buildGoogleCloudAssetV1AccessControlList());
return o;
}
-void checkUnnamed3075(core.List<api.GoogleCloudAssetV1AccessControlList> o) {
+void checkUnnamed3076(core.List<api.GoogleCloudAssetV1AccessControlList> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudAssetV1AccessControlList(
o[0] as api.GoogleCloudAssetV1AccessControlList);
@@ -2222,7 +2222,7 @@
var o = api.IamPolicyAnalysisResult();
buildCounterIamPolicyAnalysisResult++;
if (buildCounterIamPolicyAnalysisResult < 3) {
- o.accessControlLists = buildUnnamed3075();
+ o.accessControlLists = buildUnnamed3076();
o.attachedResourceFullName = 'foo';
o.fullyExplored = true;
o.iamBinding = buildBinding();
@@ -2235,7 +2235,7 @@
void checkIamPolicyAnalysisResult(api.IamPolicyAnalysisResult o) {
buildCounterIamPolicyAnalysisResult++;
if (buildCounterIamPolicyAnalysisResult < 3) {
- checkUnnamed3075(o.accessControlLists!);
+ checkUnnamed3076(o.accessControlLists!);
unittest.expect(
o.attachedResourceFullName!,
unittest.equals('foo'),
@@ -2328,14 +2328,14 @@
buildCounterIdentitySelector--;
}
-core.Map<core.String, api.Item> buildUnnamed3076() {
+core.Map<core.String, api.Item> buildUnnamed3077() {
var o = <core.String, api.Item>{};
o['x'] = buildItem();
o['y'] = buildItem();
return o;
}
-void checkUnnamed3076(core.Map<core.String, api.Item> o) {
+void checkUnnamed3077(core.Map<core.String, api.Item> o) {
unittest.expect(o, unittest.hasLength(2));
checkItem(o['x']! as api.Item);
checkItem(o['y']! as api.Item);
@@ -2346,7 +2346,7 @@
var o = api.Inventory();
buildCounterInventory++;
if (buildCounterInventory < 3) {
- o.items = buildUnnamed3076();
+ o.items = buildUnnamed3077();
o.osInfo = buildOsInfo();
}
buildCounterInventory--;
@@ -2356,7 +2356,7 @@
void checkInventory(api.Inventory o) {
buildCounterInventory++;
if (buildCounterInventory < 3) {
- checkUnnamed3076(o.items!);
+ checkUnnamed3077(o.items!);
checkOsInfo(o.osInfo! as api.OsInfo);
}
buildCounterInventory--;
@@ -2408,14 +2408,14 @@
buildCounterItem--;
}
-core.List<api.Feed> buildUnnamed3077() {
+core.List<api.Feed> buildUnnamed3078() {
var o = <api.Feed>[];
o.add(buildFeed());
o.add(buildFeed());
return o;
}
-void checkUnnamed3077(core.List<api.Feed> o) {
+void checkUnnamed3078(core.List<api.Feed> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeed(o[0] as api.Feed);
checkFeed(o[1] as api.Feed);
@@ -2426,7 +2426,7 @@
var o = api.ListFeedsResponse();
buildCounterListFeedsResponse++;
if (buildCounterListFeedsResponse < 3) {
- o.feeds = buildUnnamed3077();
+ o.feeds = buildUnnamed3078();
}
buildCounterListFeedsResponse--;
return o;
@@ -2435,12 +2435,12 @@
void checkListFeedsResponse(api.ListFeedsResponse o) {
buildCounterListFeedsResponse++;
if (buildCounterListFeedsResponse < 3) {
- checkUnnamed3077(o.feeds!);
+ checkUnnamed3078(o.feeds!);
}
buildCounterListFeedsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed3078() {
+core.Map<core.String, core.Object> buildUnnamed3079() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2455,7 +2455,7 @@
return o;
}
-void checkUnnamed3078(core.Map<core.String, core.Object> o) {
+void checkUnnamed3079(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2487,7 +2487,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3079() {
+core.Map<core.String, core.Object> buildUnnamed3080() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2502,7 +2502,7 @@
return o;
}
-void checkUnnamed3079(core.Map<core.String, core.Object> o) {
+void checkUnnamed3080(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -2541,9 +2541,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3078();
+ o.metadata = buildUnnamed3079();
o.name = 'foo';
- o.response = buildUnnamed3079();
+ o.response = buildUnnamed3080();
}
buildCounterOperation--;
return o;
@@ -2554,12 +2554,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3078(o.metadata!);
+ checkUnnamed3079(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3079(o.response!);
+ checkUnnamed3080(o.response!);
}
buildCounterOperation--;
}
@@ -2693,14 +2693,14 @@
buildCounterPartitionSpec--;
}
-core.List<core.String> buildUnnamed3080() {
+core.List<core.String> buildUnnamed3081() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3080(core.List<core.String> o) {
+void checkUnnamed3081(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2717,7 +2717,7 @@
var o = api.Permissions();
buildCounterPermissions++;
if (buildCounterPermissions < 3) {
- o.permissions = buildUnnamed3080();
+ o.permissions = buildUnnamed3081();
}
buildCounterPermissions--;
return o;
@@ -2726,32 +2726,32 @@
void checkPermissions(api.Permissions o) {
buildCounterPermissions++;
if (buildCounterPermissions < 3) {
- checkUnnamed3080(o.permissions!);
+ checkUnnamed3081(o.permissions!);
}
buildCounterPermissions--;
}
-core.List<api.AuditConfig> buildUnnamed3081() {
+core.List<api.AuditConfig> buildUnnamed3082() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed3081(core.List<api.AuditConfig> o) {
+void checkUnnamed3082(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed3082() {
+core.List<api.Binding> buildUnnamed3083() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed3082(core.List<api.Binding> o) {
+void checkUnnamed3083(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -2762,8 +2762,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed3081();
- o.bindings = buildUnnamed3082();
+ o.auditConfigs = buildUnnamed3082();
+ o.bindings = buildUnnamed3083();
o.etag = 'foo';
o.version = 42;
}
@@ -2774,8 +2774,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed3081(o.auditConfigs!);
- checkUnnamed3082(o.bindings!);
+ checkUnnamed3082(o.auditConfigs!);
+ checkUnnamed3083(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -2810,7 +2810,7 @@
buildCounterPubsubDestination--;
}
-core.Map<core.String, core.Object> buildUnnamed3083() {
+core.Map<core.String, core.Object> buildUnnamed3084() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2825,7 +2825,7 @@
return o;
}
-void checkUnnamed3083(core.Map<core.String, core.Object> o) {
+void checkUnnamed3084(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -2862,7 +2862,7 @@
var o = api.Resource();
buildCounterResource++;
if (buildCounterResource < 3) {
- o.data = buildUnnamed3083();
+ o.data = buildUnnamed3084();
o.discoveryDocumentUri = 'foo';
o.discoveryName = 'foo';
o.location = 'foo';
@@ -2877,7 +2877,7 @@
void checkResource(api.Resource o) {
buildCounterResource++;
if (buildCounterResource < 3) {
- checkUnnamed3083(o.data!);
+ checkUnnamed3084(o.data!);
unittest.expect(
o.discoveryDocumentUri!,
unittest.equals('foo'),
@@ -2906,7 +2906,7 @@
buildCounterResource--;
}
-core.Map<core.String, core.Object> buildUnnamed3084() {
+core.Map<core.String, core.Object> buildUnnamed3085() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2921,7 +2921,7 @@
return o;
}
-void checkUnnamed3084(core.Map<core.String, core.Object> o) {
+void checkUnnamed3085(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -2953,14 +2953,14 @@
);
}
-core.List<core.String> buildUnnamed3085() {
+core.List<core.String> buildUnnamed3086() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3085(core.List<core.String> o) {
+void checkUnnamed3086(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2972,14 +2972,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed3086() {
+core.Map<core.String, core.String> buildUnnamed3087() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3086(core.Map<core.String, core.String> o) {
+void checkUnnamed3087(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2991,14 +2991,14 @@
);
}
-core.List<core.String> buildUnnamed3087() {
+core.List<core.String> buildUnnamed3088() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3087(core.List<core.String> o) {
+void checkUnnamed3088(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3015,17 +3015,17 @@
var o = api.ResourceSearchResult();
buildCounterResourceSearchResult++;
if (buildCounterResourceSearchResult < 3) {
- o.additionalAttributes = buildUnnamed3084();
+ o.additionalAttributes = buildUnnamed3085();
o.assetType = 'foo';
o.createTime = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.folders = buildUnnamed3085();
+ o.folders = buildUnnamed3086();
o.kmsKey = 'foo';
- o.labels = buildUnnamed3086();
+ o.labels = buildUnnamed3087();
o.location = 'foo';
o.name = 'foo';
- o.networkTags = buildUnnamed3087();
+ o.networkTags = buildUnnamed3088();
o.organization = 'foo';
o.parentAssetType = 'foo';
o.parentFullResourceName = 'foo';
@@ -3040,7 +3040,7 @@
void checkResourceSearchResult(api.ResourceSearchResult o) {
buildCounterResourceSearchResult++;
if (buildCounterResourceSearchResult < 3) {
- checkUnnamed3084(o.additionalAttributes!);
+ checkUnnamed3085(o.additionalAttributes!);
unittest.expect(
o.assetType!,
unittest.equals('foo'),
@@ -3057,12 +3057,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3085(o.folders!);
+ checkUnnamed3086(o.folders!);
unittest.expect(
o.kmsKey!,
unittest.equals('foo'),
);
- checkUnnamed3086(o.labels!);
+ checkUnnamed3087(o.labels!);
unittest.expect(
o.location!,
unittest.equals('foo'),
@@ -3071,7 +3071,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3087(o.networkTags!);
+ checkUnnamed3088(o.networkTags!);
unittest.expect(
o.organization!,
unittest.equals('foo'),
@@ -3122,14 +3122,14 @@
buildCounterResourceSelector--;
}
-core.List<api.IamPolicySearchResult> buildUnnamed3088() {
+core.List<api.IamPolicySearchResult> buildUnnamed3089() {
var o = <api.IamPolicySearchResult>[];
o.add(buildIamPolicySearchResult());
o.add(buildIamPolicySearchResult());
return o;
}
-void checkUnnamed3088(core.List<api.IamPolicySearchResult> o) {
+void checkUnnamed3089(core.List<api.IamPolicySearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkIamPolicySearchResult(o[0] as api.IamPolicySearchResult);
checkIamPolicySearchResult(o[1] as api.IamPolicySearchResult);
@@ -3141,7 +3141,7 @@
buildCounterSearchAllIamPoliciesResponse++;
if (buildCounterSearchAllIamPoliciesResponse < 3) {
o.nextPageToken = 'foo';
- o.results = buildUnnamed3088();
+ o.results = buildUnnamed3089();
}
buildCounterSearchAllIamPoliciesResponse--;
return o;
@@ -3154,19 +3154,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3088(o.results!);
+ checkUnnamed3089(o.results!);
}
buildCounterSearchAllIamPoliciesResponse--;
}
-core.List<api.ResourceSearchResult> buildUnnamed3089() {
+core.List<api.ResourceSearchResult> buildUnnamed3090() {
var o = <api.ResourceSearchResult>[];
o.add(buildResourceSearchResult());
o.add(buildResourceSearchResult());
return o;
}
-void checkUnnamed3089(core.List<api.ResourceSearchResult> o) {
+void checkUnnamed3090(core.List<api.ResourceSearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceSearchResult(o[0] as api.ResourceSearchResult);
checkResourceSearchResult(o[1] as api.ResourceSearchResult);
@@ -3178,7 +3178,7 @@
buildCounterSearchAllResourcesResponse++;
if (buildCounterSearchAllResourcesResponse < 3) {
o.nextPageToken = 'foo';
- o.results = buildUnnamed3089();
+ o.results = buildUnnamed3090();
}
buildCounterSearchAllResourcesResponse--;
return o;
@@ -3191,7 +3191,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3089(o.results!);
+ checkUnnamed3090(o.results!);
}
buildCounterSearchAllResourcesResponse--;
}
@@ -3230,7 +3230,7 @@
buildCounterSoftwarePackage--;
}
-core.Map<core.String, core.Object> buildUnnamed3090() {
+core.Map<core.String, core.Object> buildUnnamed3091() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3245,7 +3245,7 @@
return o;
}
-void checkUnnamed3090(core.Map<core.String, core.Object> o) {
+void checkUnnamed3091(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -3277,17 +3277,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3091() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3092() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3090());
- o.add(buildUnnamed3090());
+ o.add(buildUnnamed3091());
+ o.add(buildUnnamed3091());
return o;
}
-void checkUnnamed3091(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3092(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3090(o[0]);
- checkUnnamed3090(o[1]);
+ checkUnnamed3091(o[0]);
+ checkUnnamed3091(o[1]);
}
core.int buildCounterStatus = 0;
@@ -3296,7 +3296,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3091();
+ o.details = buildUnnamed3092();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3310,7 +3310,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3091(o.details!);
+ checkUnnamed3092(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3497,38 +3497,19 @@
buildCounterWindowsUpdateCategory--;
}
-core.List<api.WindowsUpdateCategory> buildUnnamed3092() {
+core.List<api.WindowsUpdateCategory> buildUnnamed3093() {
var o = <api.WindowsUpdateCategory>[];
o.add(buildWindowsUpdateCategory());
o.add(buildWindowsUpdateCategory());
return o;
}
-void checkUnnamed3092(core.List<api.WindowsUpdateCategory> o) {
+void checkUnnamed3093(core.List<api.WindowsUpdateCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkWindowsUpdateCategory(o[0] as api.WindowsUpdateCategory);
checkWindowsUpdateCategory(o[1] as api.WindowsUpdateCategory);
}
-core.List<core.String> buildUnnamed3093() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3093(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3094() {
var o = <core.String>[];
o.add('foo');
@@ -3548,16 +3529,35 @@
);
}
+core.List<core.String> buildUnnamed3095() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3095(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterWindowsUpdatePackage = 0;
api.WindowsUpdatePackage buildWindowsUpdatePackage() {
var o = api.WindowsUpdatePackage();
buildCounterWindowsUpdatePackage++;
if (buildCounterWindowsUpdatePackage < 3) {
- o.categories = buildUnnamed3092();
+ o.categories = buildUnnamed3093();
o.description = 'foo';
- o.kbArticleIds = buildUnnamed3093();
+ o.kbArticleIds = buildUnnamed3094();
o.lastDeploymentChangeTime = 'foo';
- o.moreInfoUrls = buildUnnamed3094();
+ o.moreInfoUrls = buildUnnamed3095();
o.revisionNumber = 42;
o.supportUrl = 'foo';
o.title = 'foo';
@@ -3570,17 +3570,17 @@
void checkWindowsUpdatePackage(api.WindowsUpdatePackage o) {
buildCounterWindowsUpdatePackage++;
if (buildCounterWindowsUpdatePackage < 3) {
- checkUnnamed3092(o.categories!);
+ checkUnnamed3093(o.categories!);
unittest.expect(
o.description!,
unittest.equals('foo'),
);
- checkUnnamed3093(o.kbArticleIds!);
+ checkUnnamed3094(o.kbArticleIds!);
unittest.expect(
o.lastDeploymentChangeTime!,
unittest.equals('foo'),
);
- checkUnnamed3094(o.moreInfoUrls!);
+ checkUnnamed3095(o.moreInfoUrls!);
unittest.expect(
o.revisionNumber!,
unittest.equals(42),
@@ -3638,25 +3638,6 @@
buildCounterZypperPatch--;
}
-core.List<core.String> buildUnnamed3095() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3095(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3096() {
var o = <core.String>[];
o.add('foo');
@@ -3714,6 +3695,25 @@
);
}
+core.List<core.String> buildUnnamed3099() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3099(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-AccessSelector', () {
unittest.test('to-json--from-json', () async {
@@ -4904,8 +4904,8 @@
var mock = HttpServerMock();
var res = api.CloudAssetApi(mock).v1;
var arg_scope = 'foo';
- var arg_analysisQuery_accessSelector_permissions = buildUnnamed3095();
- var arg_analysisQuery_accessSelector_roles = buildUnnamed3096();
+ var arg_analysisQuery_accessSelector_permissions = buildUnnamed3096();
+ var arg_analysisQuery_accessSelector_roles = buildUnnamed3097();
var arg_analysisQuery_identitySelector_identity = 'foo';
var arg_analysisQuery_options_analyzeServiceAccountImpersonation = true;
var arg_analysisQuery_options_expandGroups = true;
@@ -5095,7 +5095,7 @@
var mock = HttpServerMock();
var res = api.CloudAssetApi(mock).v1;
var arg_parent = 'foo';
- var arg_assetNames = buildUnnamed3097();
+ var arg_assetNames = buildUnnamed3098();
var arg_contentType = 'foo';
var arg_readTimeWindow_endTime = 'foo';
var arg_readTimeWindow_startTime = 'foo';
@@ -5303,7 +5303,7 @@
var mock = HttpServerMock();
var res = api.CloudAssetApi(mock).v1;
var arg_scope = 'foo';
- var arg_assetTypes = buildUnnamed3098();
+ var arg_assetTypes = buildUnnamed3099();
var arg_orderBy = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
diff --git a/generated/googleapis/test/cloudbilling/v1_test.dart b/generated/googleapis/test/cloudbilling/v1_test.dart
index a144522..eceb18b 100644
--- a/generated/googleapis/test/cloudbilling/v1_test.dart
+++ b/generated/googleapis/test/cloudbilling/v1_test.dart
@@ -59,14 +59,14 @@
buildCounterAggregationInfo--;
}
-core.List<api.AuditLogConfig> buildUnnamed2635() {
+core.List<api.AuditLogConfig> buildUnnamed2636() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed2635(core.List<api.AuditLogConfig> o) {
+void checkUnnamed2636(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -77,7 +77,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed2635();
+ o.auditLogConfigs = buildUnnamed2636();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -87,7 +87,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed2635(o.auditLogConfigs!);
+ checkUnnamed2636(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -96,14 +96,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed2636() {
+core.List<core.String> buildUnnamed2637() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2636(core.List<core.String> o) {
+void checkUnnamed2637(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -120,7 +120,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed2636();
+ o.exemptedMembers = buildUnnamed2637();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -130,7 +130,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed2636(o.exemptedMembers!);
+ checkUnnamed2637(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -173,14 +173,14 @@
buildCounterBillingAccount--;
}
-core.List<core.String> buildUnnamed2637() {
+core.List<core.String> buildUnnamed2638() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2637(core.List<core.String> o) {
+void checkUnnamed2638(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -198,7 +198,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed2637();
+ o.members = buildUnnamed2638();
o.role = 'foo';
}
buildCounterBinding--;
@@ -209,7 +209,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed2637(o.members!);
+ checkUnnamed2638(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -292,14 +292,14 @@
buildCounterExpr--;
}
-core.List<core.String> buildUnnamed2638() {
+core.List<core.String> buildUnnamed2639() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2638(core.List<core.String> o) {
+void checkUnnamed2639(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -316,7 +316,7 @@
var o = api.GeoTaxonomy();
buildCounterGeoTaxonomy++;
if (buildCounterGeoTaxonomy < 3) {
- o.regions = buildUnnamed2638();
+ o.regions = buildUnnamed2639();
o.type = 'foo';
}
buildCounterGeoTaxonomy--;
@@ -326,7 +326,7 @@
void checkGeoTaxonomy(api.GeoTaxonomy o) {
buildCounterGeoTaxonomy++;
if (buildCounterGeoTaxonomy < 3) {
- checkUnnamed2638(o.regions!);
+ checkUnnamed2639(o.regions!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -335,14 +335,14 @@
buildCounterGeoTaxonomy--;
}
-core.List<api.BillingAccount> buildUnnamed2639() {
+core.List<api.BillingAccount> buildUnnamed2640() {
var o = <api.BillingAccount>[];
o.add(buildBillingAccount());
o.add(buildBillingAccount());
return o;
}
-void checkUnnamed2639(core.List<api.BillingAccount> o) {
+void checkUnnamed2640(core.List<api.BillingAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkBillingAccount(o[0] as api.BillingAccount);
checkBillingAccount(o[1] as api.BillingAccount);
@@ -353,7 +353,7 @@
var o = api.ListBillingAccountsResponse();
buildCounterListBillingAccountsResponse++;
if (buildCounterListBillingAccountsResponse < 3) {
- o.billingAccounts = buildUnnamed2639();
+ o.billingAccounts = buildUnnamed2640();
o.nextPageToken = 'foo';
}
buildCounterListBillingAccountsResponse--;
@@ -363,7 +363,7 @@
void checkListBillingAccountsResponse(api.ListBillingAccountsResponse o) {
buildCounterListBillingAccountsResponse++;
if (buildCounterListBillingAccountsResponse < 3) {
- checkUnnamed2639(o.billingAccounts!);
+ checkUnnamed2640(o.billingAccounts!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -372,14 +372,14 @@
buildCounterListBillingAccountsResponse--;
}
-core.List<api.ProjectBillingInfo> buildUnnamed2640() {
+core.List<api.ProjectBillingInfo> buildUnnamed2641() {
var o = <api.ProjectBillingInfo>[];
o.add(buildProjectBillingInfo());
o.add(buildProjectBillingInfo());
return o;
}
-void checkUnnamed2640(core.List<api.ProjectBillingInfo> o) {
+void checkUnnamed2641(core.List<api.ProjectBillingInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkProjectBillingInfo(o[0] as api.ProjectBillingInfo);
checkProjectBillingInfo(o[1] as api.ProjectBillingInfo);
@@ -391,7 +391,7 @@
buildCounterListProjectBillingInfoResponse++;
if (buildCounterListProjectBillingInfoResponse < 3) {
o.nextPageToken = 'foo';
- o.projectBillingInfo = buildUnnamed2640();
+ o.projectBillingInfo = buildUnnamed2641();
}
buildCounterListProjectBillingInfoResponse--;
return o;
@@ -404,19 +404,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2640(o.projectBillingInfo!);
+ checkUnnamed2641(o.projectBillingInfo!);
}
buildCounterListProjectBillingInfoResponse--;
}
-core.List<api.Service> buildUnnamed2641() {
+core.List<api.Service> buildUnnamed2642() {
var o = <api.Service>[];
o.add(buildService());
o.add(buildService());
return o;
}
-void checkUnnamed2641(core.List<api.Service> o) {
+void checkUnnamed2642(core.List<api.Service> o) {
unittest.expect(o, unittest.hasLength(2));
checkService(o[0] as api.Service);
checkService(o[1] as api.Service);
@@ -428,7 +428,7 @@
buildCounterListServicesResponse++;
if (buildCounterListServicesResponse < 3) {
o.nextPageToken = 'foo';
- o.services = buildUnnamed2641();
+ o.services = buildUnnamed2642();
}
buildCounterListServicesResponse--;
return o;
@@ -441,19 +441,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2641(o.services!);
+ checkUnnamed2642(o.services!);
}
buildCounterListServicesResponse--;
}
-core.List<api.Sku> buildUnnamed2642() {
+core.List<api.Sku> buildUnnamed2643() {
var o = <api.Sku>[];
o.add(buildSku());
o.add(buildSku());
return o;
}
-void checkUnnamed2642(core.List<api.Sku> o) {
+void checkUnnamed2643(core.List<api.Sku> o) {
unittest.expect(o, unittest.hasLength(2));
checkSku(o[0] as api.Sku);
checkSku(o[1] as api.Sku);
@@ -465,7 +465,7 @@
buildCounterListSkusResponse++;
if (buildCounterListSkusResponse < 3) {
o.nextPageToken = 'foo';
- o.skus = buildUnnamed2642();
+ o.skus = buildUnnamed2643();
}
buildCounterListSkusResponse--;
return o;
@@ -478,7 +478,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2642(o.skus!);
+ checkUnnamed2643(o.skus!);
}
buildCounterListSkusResponse--;
}
@@ -515,27 +515,27 @@
buildCounterMoney--;
}
-core.List<api.AuditConfig> buildUnnamed2643() {
+core.List<api.AuditConfig> buildUnnamed2644() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed2643(core.List<api.AuditConfig> o) {
+void checkUnnamed2644(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed2644() {
+core.List<api.Binding> buildUnnamed2645() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed2644(core.List<api.Binding> o) {
+void checkUnnamed2645(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -546,8 +546,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed2643();
- o.bindings = buildUnnamed2644();
+ o.auditConfigs = buildUnnamed2644();
+ o.bindings = buildUnnamed2645();
o.etag = 'foo';
o.version = 42;
}
@@ -558,8 +558,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed2643(o.auditConfigs!);
- checkUnnamed2644(o.bindings!);
+ checkUnnamed2644(o.auditConfigs!);
+ checkUnnamed2645(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -572,14 +572,14 @@
buildCounterPolicy--;
}
-core.List<api.TierRate> buildUnnamed2645() {
+core.List<api.TierRate> buildUnnamed2646() {
var o = <api.TierRate>[];
o.add(buildTierRate());
o.add(buildTierRate());
return o;
}
-void checkUnnamed2645(core.List<api.TierRate> o) {
+void checkUnnamed2646(core.List<api.TierRate> o) {
unittest.expect(o, unittest.hasLength(2));
checkTierRate(o[0] as api.TierRate);
checkTierRate(o[1] as api.TierRate);
@@ -594,7 +594,7 @@
o.baseUnitConversionFactor = 42.0;
o.baseUnitDescription = 'foo';
o.displayQuantity = 42.0;
- o.tieredRates = buildUnnamed2645();
+ o.tieredRates = buildUnnamed2646();
o.usageUnit = 'foo';
o.usageUnitDescription = 'foo';
}
@@ -621,7 +621,7 @@
o.displayQuantity!,
unittest.equals(42.0),
);
- checkUnnamed2645(o.tieredRates!);
+ checkUnnamed2646(o.tieredRates!);
unittest.expect(
o.usageUnit!,
unittest.equals('foo'),
@@ -765,83 +765,19 @@
buildCounterSetIamPolicyRequest--;
}
-core.List<api.PricingInfo> buildUnnamed2646() {
+core.List<api.PricingInfo> buildUnnamed2647() {
var o = <api.PricingInfo>[];
o.add(buildPricingInfo());
o.add(buildPricingInfo());
return o;
}
-void checkUnnamed2646(core.List<api.PricingInfo> o) {
+void checkUnnamed2647(core.List<api.PricingInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkPricingInfo(o[0] as api.PricingInfo);
checkPricingInfo(o[1] as api.PricingInfo);
}
-core.List<core.String> buildUnnamed2647() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2647(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterSku = 0;
-api.Sku buildSku() {
- var o = api.Sku();
- buildCounterSku++;
- if (buildCounterSku < 3) {
- o.category = buildCategory();
- o.description = 'foo';
- o.geoTaxonomy = buildGeoTaxonomy();
- o.name = 'foo';
- o.pricingInfo = buildUnnamed2646();
- o.serviceProviderName = 'foo';
- o.serviceRegions = buildUnnamed2647();
- o.skuId = 'foo';
- }
- buildCounterSku--;
- return o;
-}
-
-void checkSku(api.Sku o) {
- buildCounterSku++;
- if (buildCounterSku < 3) {
- checkCategory(o.category! as api.Category);
- unittest.expect(
- o.description!,
- unittest.equals('foo'),
- );
- checkGeoTaxonomy(o.geoTaxonomy! as api.GeoTaxonomy);
- unittest.expect(
- o.name!,
- unittest.equals('foo'),
- );
- checkUnnamed2646(o.pricingInfo!);
- unittest.expect(
- o.serviceProviderName!,
- unittest.equals('foo'),
- );
- checkUnnamed2647(o.serviceRegions!);
- unittest.expect(
- o.skuId!,
- unittest.equals('foo'),
- );
- }
- buildCounterSku--;
-}
-
core.List<core.String> buildUnnamed2648() {
var o = <core.String>[];
o.add('foo');
@@ -861,23 +797,49 @@
);
}
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed2648();
+core.int buildCounterSku = 0;
+api.Sku buildSku() {
+ var o = api.Sku();
+ buildCounterSku++;
+ if (buildCounterSku < 3) {
+ o.category = buildCategory();
+ o.description = 'foo';
+ o.geoTaxonomy = buildGeoTaxonomy();
+ o.name = 'foo';
+ o.pricingInfo = buildUnnamed2647();
+ o.serviceProviderName = 'foo';
+ o.serviceRegions = buildUnnamed2648();
+ o.skuId = 'foo';
}
- buildCounterTestIamPermissionsRequest--;
+ buildCounterSku--;
return o;
}
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed2648(o.permissions!);
+void checkSku(api.Sku o) {
+ buildCounterSku++;
+ if (buildCounterSku < 3) {
+ checkCategory(o.category! as api.Category);
+ unittest.expect(
+ o.description!,
+ unittest.equals('foo'),
+ );
+ checkGeoTaxonomy(o.geoTaxonomy! as api.GeoTaxonomy);
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2647(o.pricingInfo!);
+ unittest.expect(
+ o.serviceProviderName!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2648(o.serviceRegions!);
+ unittest.expect(
+ o.skuId!,
+ unittest.equals('foo'),
+ );
}
- buildCounterTestIamPermissionsRequest--;
+ buildCounterSku--;
}
core.List<core.String> buildUnnamed2649() {
@@ -899,12 +861,50 @@
);
}
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed2649();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed2649(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
+core.List<core.String> buildUnnamed2650() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2650(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed2649();
+ o.permissions = buildUnnamed2650();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -913,7 +913,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed2649(o.permissions!);
+ checkUnnamed2650(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/cloudchannel/v1_test.dart b/generated/googleapis/test/cloudchannel/v1_test.dart
index 3fc9b60..23030a5 100644
--- a/generated/googleapis/test/cloudchannel/v1_test.dart
+++ b/generated/googleapis/test/cloudchannel/v1_test.dart
@@ -131,14 +131,14 @@
buildCounterGoogleCloudChannelV1CancelEntitlementRequest--;
}
-core.List<api.GoogleCloudChannelV1Parameter> buildUnnamed2819() {
+core.List<api.GoogleCloudChannelV1Parameter> buildUnnamed2820() {
var o = <api.GoogleCloudChannelV1Parameter>[];
o.add(buildGoogleCloudChannelV1Parameter());
o.add(buildGoogleCloudChannelV1Parameter());
return o;
}
-void checkUnnamed2819(core.List<api.GoogleCloudChannelV1Parameter> o) {
+void checkUnnamed2820(core.List<api.GoogleCloudChannelV1Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Parameter(o[0] as api.GoogleCloudChannelV1Parameter);
checkGoogleCloudChannelV1Parameter(o[1] as api.GoogleCloudChannelV1Parameter);
@@ -151,7 +151,7 @@
buildCounterGoogleCloudChannelV1ChangeOfferRequest++;
if (buildCounterGoogleCloudChannelV1ChangeOfferRequest < 3) {
o.offer = 'foo';
- o.parameters = buildUnnamed2819();
+ o.parameters = buildUnnamed2820();
o.purchaseOrderId = 'foo';
o.requestId = 'foo';
}
@@ -167,7 +167,7 @@
o.offer!,
unittest.equals('foo'),
);
- checkUnnamed2819(o.parameters!);
+ checkUnnamed2820(o.parameters!);
unittest.expect(
o.purchaseOrderId!,
unittest.equals('foo'),
@@ -180,14 +180,14 @@
buildCounterGoogleCloudChannelV1ChangeOfferRequest--;
}
-core.List<api.GoogleCloudChannelV1Parameter> buildUnnamed2820() {
+core.List<api.GoogleCloudChannelV1Parameter> buildUnnamed2821() {
var o = <api.GoogleCloudChannelV1Parameter>[];
o.add(buildGoogleCloudChannelV1Parameter());
o.add(buildGoogleCloudChannelV1Parameter());
return o;
}
-void checkUnnamed2820(core.List<api.GoogleCloudChannelV1Parameter> o) {
+void checkUnnamed2821(core.List<api.GoogleCloudChannelV1Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Parameter(o[0] as api.GoogleCloudChannelV1Parameter);
checkGoogleCloudChannelV1Parameter(o[1] as api.GoogleCloudChannelV1Parameter);
@@ -199,7 +199,7 @@
var o = api.GoogleCloudChannelV1ChangeParametersRequest();
buildCounterGoogleCloudChannelV1ChangeParametersRequest++;
if (buildCounterGoogleCloudChannelV1ChangeParametersRequest < 3) {
- o.parameters = buildUnnamed2820();
+ o.parameters = buildUnnamed2821();
o.purchaseOrderId = 'foo';
o.requestId = 'foo';
}
@@ -211,7 +211,7 @@
api.GoogleCloudChannelV1ChangeParametersRequest o) {
buildCounterGoogleCloudChannelV1ChangeParametersRequest++;
if (buildCounterGoogleCloudChannelV1ChangeParametersRequest < 3) {
- checkUnnamed2820(o.parameters!);
+ checkUnnamed2821(o.parameters!);
unittest.expect(
o.purchaseOrderId!,
unittest.equals('foo'),
@@ -338,14 +338,14 @@
}
core.List<api.GoogleCloudChannelV1CloudIdentityCustomerAccount>
- buildUnnamed2821() {
+ buildUnnamed2822() {
var o = <api.GoogleCloudChannelV1CloudIdentityCustomerAccount>[];
o.add(buildGoogleCloudChannelV1CloudIdentityCustomerAccount());
o.add(buildGoogleCloudChannelV1CloudIdentityCustomerAccount());
return o;
}
-void checkUnnamed2821(
+void checkUnnamed2822(
core.List<api.GoogleCloudChannelV1CloudIdentityCustomerAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1CloudIdentityCustomerAccount(
@@ -362,7 +362,7 @@
buildCounterGoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse++;
if (buildCounterGoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse <
3) {
- o.cloudIdentityAccounts = buildUnnamed2821();
+ o.cloudIdentityAccounts = buildUnnamed2822();
}
buildCounterGoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse--;
return o;
@@ -373,7 +373,7 @@
buildCounterGoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse++;
if (buildCounterGoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse <
3) {
- checkUnnamed2821(o.cloudIdentityAccounts!);
+ checkUnnamed2822(o.cloudIdentityAccounts!);
}
buildCounterGoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse--;
}
@@ -664,25 +664,6 @@
buildCounterGoogleCloudChannelV1Customer--;
}
-core.List<core.String> buildUnnamed2822() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2822(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2823() {
var o = <core.String>[];
o.add('foo');
@@ -721,15 +702,34 @@
);
}
+core.List<core.String> buildUnnamed2825() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2825(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleCloudChannelV1CustomerConstraints = 0;
api.GoogleCloudChannelV1CustomerConstraints
buildGoogleCloudChannelV1CustomerConstraints() {
var o = api.GoogleCloudChannelV1CustomerConstraints();
buildCounterGoogleCloudChannelV1CustomerConstraints++;
if (buildCounterGoogleCloudChannelV1CustomerConstraints < 3) {
- o.allowedCustomerTypes = buildUnnamed2822();
- o.allowedRegions = buildUnnamed2823();
- o.promotionalOrderTypes = buildUnnamed2824();
+ o.allowedCustomerTypes = buildUnnamed2823();
+ o.allowedRegions = buildUnnamed2824();
+ o.promotionalOrderTypes = buildUnnamed2825();
}
buildCounterGoogleCloudChannelV1CustomerConstraints--;
return o;
@@ -739,9 +739,9 @@
api.GoogleCloudChannelV1CustomerConstraints o) {
buildCounterGoogleCloudChannelV1CustomerConstraints++;
if (buildCounterGoogleCloudChannelV1CustomerConstraints < 3) {
- checkUnnamed2822(o.allowedCustomerTypes!);
- checkUnnamed2823(o.allowedRegions!);
- checkUnnamed2824(o.promotionalOrderTypes!);
+ checkUnnamed2823(o.allowedCustomerTypes!);
+ checkUnnamed2824(o.allowedRegions!);
+ checkUnnamed2825(o.promotionalOrderTypes!);
}
buildCounterGoogleCloudChannelV1CustomerConstraints--;
}
@@ -806,27 +806,27 @@
buildCounterGoogleCloudChannelV1EduData--;
}
-core.List<api.GoogleCloudChannelV1Parameter> buildUnnamed2825() {
+core.List<api.GoogleCloudChannelV1Parameter> buildUnnamed2826() {
var o = <api.GoogleCloudChannelV1Parameter>[];
o.add(buildGoogleCloudChannelV1Parameter());
o.add(buildGoogleCloudChannelV1Parameter());
return o;
}
-void checkUnnamed2825(core.List<api.GoogleCloudChannelV1Parameter> o) {
+void checkUnnamed2826(core.List<api.GoogleCloudChannelV1Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Parameter(o[0] as api.GoogleCloudChannelV1Parameter);
checkGoogleCloudChannelV1Parameter(o[1] as api.GoogleCloudChannelV1Parameter);
}
-core.List<core.String> buildUnnamed2826() {
+core.List<core.String> buildUnnamed2827() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2826(core.List<core.String> o) {
+void checkUnnamed2827(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -848,11 +848,11 @@
o.createTime = 'foo';
o.name = 'foo';
o.offer = 'foo';
- o.parameters = buildUnnamed2825();
+ o.parameters = buildUnnamed2826();
o.provisionedService = buildGoogleCloudChannelV1ProvisionedService();
o.provisioningState = 'foo';
o.purchaseOrderId = 'foo';
- o.suspensionReasons = buildUnnamed2826();
+ o.suspensionReasons = buildUnnamed2827();
o.trialSettings = buildGoogleCloudChannelV1TrialSettings();
o.updateTime = 'foo';
}
@@ -880,7 +880,7 @@
o.offer!,
unittest.equals('foo'),
);
- checkUnnamed2825(o.parameters!);
+ checkUnnamed2826(o.parameters!);
checkGoogleCloudChannelV1ProvisionedService(
o.provisionedService! as api.GoogleCloudChannelV1ProvisionedService);
unittest.expect(
@@ -891,7 +891,7 @@
o.purchaseOrderId!,
unittest.equals('foo'),
);
- checkUnnamed2826(o.suspensionReasons!);
+ checkUnnamed2827(o.suspensionReasons!);
checkGoogleCloudChannelV1TrialSettings(
o.trialSettings! as api.GoogleCloudChannelV1TrialSettings);
unittest.expect(
@@ -931,14 +931,14 @@
buildCounterGoogleCloudChannelV1EntitlementEvent--;
}
-core.List<api.GoogleCloudChannelV1ChannelPartnerLink> buildUnnamed2827() {
+core.List<api.GoogleCloudChannelV1ChannelPartnerLink> buildUnnamed2828() {
var o = <api.GoogleCloudChannelV1ChannelPartnerLink>[];
o.add(buildGoogleCloudChannelV1ChannelPartnerLink());
o.add(buildGoogleCloudChannelV1ChannelPartnerLink());
return o;
}
-void checkUnnamed2827(core.List<api.GoogleCloudChannelV1ChannelPartnerLink> o) {
+void checkUnnamed2828(core.List<api.GoogleCloudChannelV1ChannelPartnerLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1ChannelPartnerLink(
o[0] as api.GoogleCloudChannelV1ChannelPartnerLink);
@@ -952,7 +952,7 @@
var o = api.GoogleCloudChannelV1ListChannelPartnerLinksResponse();
buildCounterGoogleCloudChannelV1ListChannelPartnerLinksResponse++;
if (buildCounterGoogleCloudChannelV1ListChannelPartnerLinksResponse < 3) {
- o.channelPartnerLinks = buildUnnamed2827();
+ o.channelPartnerLinks = buildUnnamed2828();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudChannelV1ListChannelPartnerLinksResponse--;
@@ -963,7 +963,7 @@
api.GoogleCloudChannelV1ListChannelPartnerLinksResponse o) {
buildCounterGoogleCloudChannelV1ListChannelPartnerLinksResponse++;
if (buildCounterGoogleCloudChannelV1ListChannelPartnerLinksResponse < 3) {
- checkUnnamed2827(o.channelPartnerLinks!);
+ checkUnnamed2828(o.channelPartnerLinks!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -972,14 +972,14 @@
buildCounterGoogleCloudChannelV1ListChannelPartnerLinksResponse--;
}
-core.List<api.GoogleCloudChannelV1Customer> buildUnnamed2828() {
+core.List<api.GoogleCloudChannelV1Customer> buildUnnamed2829() {
var o = <api.GoogleCloudChannelV1Customer>[];
o.add(buildGoogleCloudChannelV1Customer());
o.add(buildGoogleCloudChannelV1Customer());
return o;
}
-void checkUnnamed2828(core.List<api.GoogleCloudChannelV1Customer> o) {
+void checkUnnamed2829(core.List<api.GoogleCloudChannelV1Customer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Customer(o[0] as api.GoogleCloudChannelV1Customer);
checkGoogleCloudChannelV1Customer(o[1] as api.GoogleCloudChannelV1Customer);
@@ -991,7 +991,7 @@
var o = api.GoogleCloudChannelV1ListCustomersResponse();
buildCounterGoogleCloudChannelV1ListCustomersResponse++;
if (buildCounterGoogleCloudChannelV1ListCustomersResponse < 3) {
- o.customers = buildUnnamed2828();
+ o.customers = buildUnnamed2829();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudChannelV1ListCustomersResponse--;
@@ -1002,7 +1002,7 @@
api.GoogleCloudChannelV1ListCustomersResponse o) {
buildCounterGoogleCloudChannelV1ListCustomersResponse++;
if (buildCounterGoogleCloudChannelV1ListCustomersResponse < 3) {
- checkUnnamed2828(o.customers!);
+ checkUnnamed2829(o.customers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1011,14 +1011,14 @@
buildCounterGoogleCloudChannelV1ListCustomersResponse--;
}
-core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed2829() {
+core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed2830() {
var o = <api.GoogleCloudChannelV1Entitlement>[];
o.add(buildGoogleCloudChannelV1Entitlement());
o.add(buildGoogleCloudChannelV1Entitlement());
return o;
}
-void checkUnnamed2829(core.List<api.GoogleCloudChannelV1Entitlement> o) {
+void checkUnnamed2830(core.List<api.GoogleCloudChannelV1Entitlement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Entitlement(
o[0] as api.GoogleCloudChannelV1Entitlement);
@@ -1032,7 +1032,7 @@
var o = api.GoogleCloudChannelV1ListEntitlementsResponse();
buildCounterGoogleCloudChannelV1ListEntitlementsResponse++;
if (buildCounterGoogleCloudChannelV1ListEntitlementsResponse < 3) {
- o.entitlements = buildUnnamed2829();
+ o.entitlements = buildUnnamed2830();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudChannelV1ListEntitlementsResponse--;
@@ -1043,7 +1043,7 @@
api.GoogleCloudChannelV1ListEntitlementsResponse o) {
buildCounterGoogleCloudChannelV1ListEntitlementsResponse++;
if (buildCounterGoogleCloudChannelV1ListEntitlementsResponse < 3) {
- checkUnnamed2829(o.entitlements!);
+ checkUnnamed2830(o.entitlements!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1052,14 +1052,14 @@
buildCounterGoogleCloudChannelV1ListEntitlementsResponse--;
}
-core.List<api.GoogleCloudChannelV1Offer> buildUnnamed2830() {
+core.List<api.GoogleCloudChannelV1Offer> buildUnnamed2831() {
var o = <api.GoogleCloudChannelV1Offer>[];
o.add(buildGoogleCloudChannelV1Offer());
o.add(buildGoogleCloudChannelV1Offer());
return o;
}
-void checkUnnamed2830(core.List<api.GoogleCloudChannelV1Offer> o) {
+void checkUnnamed2831(core.List<api.GoogleCloudChannelV1Offer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Offer(o[0] as api.GoogleCloudChannelV1Offer);
checkGoogleCloudChannelV1Offer(o[1] as api.GoogleCloudChannelV1Offer);
@@ -1072,7 +1072,7 @@
buildCounterGoogleCloudChannelV1ListOffersResponse++;
if (buildCounterGoogleCloudChannelV1ListOffersResponse < 3) {
o.nextPageToken = 'foo';
- o.offers = buildUnnamed2830();
+ o.offers = buildUnnamed2831();
}
buildCounterGoogleCloudChannelV1ListOffersResponse--;
return o;
@@ -1086,19 +1086,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2830(o.offers!);
+ checkUnnamed2831(o.offers!);
}
buildCounterGoogleCloudChannelV1ListOffersResponse--;
}
-core.List<api.GoogleCloudChannelV1Product> buildUnnamed2831() {
+core.List<api.GoogleCloudChannelV1Product> buildUnnamed2832() {
var o = <api.GoogleCloudChannelV1Product>[];
o.add(buildGoogleCloudChannelV1Product());
o.add(buildGoogleCloudChannelV1Product());
return o;
}
-void checkUnnamed2831(core.List<api.GoogleCloudChannelV1Product> o) {
+void checkUnnamed2832(core.List<api.GoogleCloudChannelV1Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Product(o[0] as api.GoogleCloudChannelV1Product);
checkGoogleCloudChannelV1Product(o[1] as api.GoogleCloudChannelV1Product);
@@ -1111,7 +1111,7 @@
buildCounterGoogleCloudChannelV1ListProductsResponse++;
if (buildCounterGoogleCloudChannelV1ListProductsResponse < 3) {
o.nextPageToken = 'foo';
- o.products = buildUnnamed2831();
+ o.products = buildUnnamed2832();
}
buildCounterGoogleCloudChannelV1ListProductsResponse--;
return o;
@@ -1125,19 +1125,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2831(o.products!);
+ checkUnnamed2832(o.products!);
}
buildCounterGoogleCloudChannelV1ListProductsResponse--;
}
-core.List<api.GoogleCloudChannelV1PurchasableOffer> buildUnnamed2832() {
+core.List<api.GoogleCloudChannelV1PurchasableOffer> buildUnnamed2833() {
var o = <api.GoogleCloudChannelV1PurchasableOffer>[];
o.add(buildGoogleCloudChannelV1PurchasableOffer());
o.add(buildGoogleCloudChannelV1PurchasableOffer());
return o;
}
-void checkUnnamed2832(core.List<api.GoogleCloudChannelV1PurchasableOffer> o) {
+void checkUnnamed2833(core.List<api.GoogleCloudChannelV1PurchasableOffer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1PurchasableOffer(
o[0] as api.GoogleCloudChannelV1PurchasableOffer);
@@ -1152,7 +1152,7 @@
buildCounterGoogleCloudChannelV1ListPurchasableOffersResponse++;
if (buildCounterGoogleCloudChannelV1ListPurchasableOffersResponse < 3) {
o.nextPageToken = 'foo';
- o.purchasableOffers = buildUnnamed2832();
+ o.purchasableOffers = buildUnnamed2833();
}
buildCounterGoogleCloudChannelV1ListPurchasableOffersResponse--;
return o;
@@ -1166,19 +1166,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2832(o.purchasableOffers!);
+ checkUnnamed2833(o.purchasableOffers!);
}
buildCounterGoogleCloudChannelV1ListPurchasableOffersResponse--;
}
-core.List<api.GoogleCloudChannelV1PurchasableSku> buildUnnamed2833() {
+core.List<api.GoogleCloudChannelV1PurchasableSku> buildUnnamed2834() {
var o = <api.GoogleCloudChannelV1PurchasableSku>[];
o.add(buildGoogleCloudChannelV1PurchasableSku());
o.add(buildGoogleCloudChannelV1PurchasableSku());
return o;
}
-void checkUnnamed2833(core.List<api.GoogleCloudChannelV1PurchasableSku> o) {
+void checkUnnamed2834(core.List<api.GoogleCloudChannelV1PurchasableSku> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1PurchasableSku(
o[0] as api.GoogleCloudChannelV1PurchasableSku);
@@ -1193,7 +1193,7 @@
buildCounterGoogleCloudChannelV1ListPurchasableSkusResponse++;
if (buildCounterGoogleCloudChannelV1ListPurchasableSkusResponse < 3) {
o.nextPageToken = 'foo';
- o.purchasableSkus = buildUnnamed2833();
+ o.purchasableSkus = buildUnnamed2834();
}
buildCounterGoogleCloudChannelV1ListPurchasableSkusResponse--;
return o;
@@ -1207,19 +1207,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2833(o.purchasableSkus!);
+ checkUnnamed2834(o.purchasableSkus!);
}
buildCounterGoogleCloudChannelV1ListPurchasableSkusResponse--;
}
-core.List<api.GoogleCloudChannelV1Sku> buildUnnamed2834() {
+core.List<api.GoogleCloudChannelV1Sku> buildUnnamed2835() {
var o = <api.GoogleCloudChannelV1Sku>[];
o.add(buildGoogleCloudChannelV1Sku());
o.add(buildGoogleCloudChannelV1Sku());
return o;
}
-void checkUnnamed2834(core.List<api.GoogleCloudChannelV1Sku> o) {
+void checkUnnamed2835(core.List<api.GoogleCloudChannelV1Sku> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Sku(o[0] as api.GoogleCloudChannelV1Sku);
checkGoogleCloudChannelV1Sku(o[1] as api.GoogleCloudChannelV1Sku);
@@ -1232,7 +1232,7 @@
buildCounterGoogleCloudChannelV1ListSkusResponse++;
if (buildCounterGoogleCloudChannelV1ListSkusResponse < 3) {
o.nextPageToken = 'foo';
- o.skus = buildUnnamed2834();
+ o.skus = buildUnnamed2835();
}
buildCounterGoogleCloudChannelV1ListSkusResponse--;
return o;
@@ -1246,19 +1246,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2834(o.skus!);
+ checkUnnamed2835(o.skus!);
}
buildCounterGoogleCloudChannelV1ListSkusResponse--;
}
-core.List<core.String> buildUnnamed2835() {
+core.List<core.String> buildUnnamed2836() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2835(core.List<core.String> o) {
+void checkUnnamed2836(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1277,7 +1277,7 @@
buildCounterGoogleCloudChannelV1ListSubscribersResponse++;
if (buildCounterGoogleCloudChannelV1ListSubscribersResponse < 3) {
o.nextPageToken = 'foo';
- o.serviceAccounts = buildUnnamed2835();
+ o.serviceAccounts = buildUnnamed2836();
o.topic = 'foo';
}
buildCounterGoogleCloudChannelV1ListSubscribersResponse--;
@@ -1292,7 +1292,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2835(o.serviceAccounts!);
+ checkUnnamed2836(o.serviceAccounts!);
unittest.expect(
o.topic!,
unittest.equals('foo'),
@@ -1350,14 +1350,14 @@
buildCounterGoogleCloudChannelV1ListTransferableOffersRequest--;
}
-core.List<api.GoogleCloudChannelV1TransferableOffer> buildUnnamed2836() {
+core.List<api.GoogleCloudChannelV1TransferableOffer> buildUnnamed2837() {
var o = <api.GoogleCloudChannelV1TransferableOffer>[];
o.add(buildGoogleCloudChannelV1TransferableOffer());
o.add(buildGoogleCloudChannelV1TransferableOffer());
return o;
}
-void checkUnnamed2836(core.List<api.GoogleCloudChannelV1TransferableOffer> o) {
+void checkUnnamed2837(core.List<api.GoogleCloudChannelV1TransferableOffer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1TransferableOffer(
o[0] as api.GoogleCloudChannelV1TransferableOffer);
@@ -1372,7 +1372,7 @@
buildCounterGoogleCloudChannelV1ListTransferableOffersResponse++;
if (buildCounterGoogleCloudChannelV1ListTransferableOffersResponse < 3) {
o.nextPageToken = 'foo';
- o.transferableOffers = buildUnnamed2836();
+ o.transferableOffers = buildUnnamed2837();
}
buildCounterGoogleCloudChannelV1ListTransferableOffersResponse--;
return o;
@@ -1386,7 +1386,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2836(o.transferableOffers!);
+ checkUnnamed2837(o.transferableOffers!);
}
buildCounterGoogleCloudChannelV1ListTransferableOffersResponse--;
}
@@ -1440,14 +1440,14 @@
buildCounterGoogleCloudChannelV1ListTransferableSkusRequest--;
}
-core.List<api.GoogleCloudChannelV1TransferableSku> buildUnnamed2837() {
+core.List<api.GoogleCloudChannelV1TransferableSku> buildUnnamed2838() {
var o = <api.GoogleCloudChannelV1TransferableSku>[];
o.add(buildGoogleCloudChannelV1TransferableSku());
o.add(buildGoogleCloudChannelV1TransferableSku());
return o;
}
-void checkUnnamed2837(core.List<api.GoogleCloudChannelV1TransferableSku> o) {
+void checkUnnamed2838(core.List<api.GoogleCloudChannelV1TransferableSku> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1TransferableSku(
o[0] as api.GoogleCloudChannelV1TransferableSku);
@@ -1462,7 +1462,7 @@
buildCounterGoogleCloudChannelV1ListTransferableSkusResponse++;
if (buildCounterGoogleCloudChannelV1ListTransferableSkusResponse < 3) {
o.nextPageToken = 'foo';
- o.transferableSkus = buildUnnamed2837();
+ o.transferableSkus = buildUnnamed2838();
}
buildCounterGoogleCloudChannelV1ListTransferableSkusResponse--;
return o;
@@ -1476,7 +1476,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2837(o.transferableSkus!);
+ checkUnnamed2838(o.transferableSkus!);
}
buildCounterGoogleCloudChannelV1ListTransferableSkusResponse--;
}
@@ -1544,14 +1544,14 @@
buildCounterGoogleCloudChannelV1Media--;
}
-core.List<api.GoogleCloudChannelV1ParameterDefinition> buildUnnamed2838() {
+core.List<api.GoogleCloudChannelV1ParameterDefinition> buildUnnamed2839() {
var o = <api.GoogleCloudChannelV1ParameterDefinition>[];
o.add(buildGoogleCloudChannelV1ParameterDefinition());
o.add(buildGoogleCloudChannelV1ParameterDefinition());
return o;
}
-void checkUnnamed2838(
+void checkUnnamed2839(
core.List<api.GoogleCloudChannelV1ParameterDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1ParameterDefinition(
@@ -1560,14 +1560,14 @@
o[1] as api.GoogleCloudChannelV1ParameterDefinition);
}
-core.List<api.GoogleCloudChannelV1PriceByResource> buildUnnamed2839() {
+core.List<api.GoogleCloudChannelV1PriceByResource> buildUnnamed2840() {
var o = <api.GoogleCloudChannelV1PriceByResource>[];
o.add(buildGoogleCloudChannelV1PriceByResource());
o.add(buildGoogleCloudChannelV1PriceByResource());
return o;
}
-void checkUnnamed2839(core.List<api.GoogleCloudChannelV1PriceByResource> o) {
+void checkUnnamed2840(core.List<api.GoogleCloudChannelV1PriceByResource> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1PriceByResource(
o[0] as api.GoogleCloudChannelV1PriceByResource);
@@ -1584,9 +1584,9 @@
o.endTime = 'foo';
o.marketingInfo = buildGoogleCloudChannelV1MarketingInfo();
o.name = 'foo';
- o.parameterDefinitions = buildUnnamed2838();
+ o.parameterDefinitions = buildUnnamed2839();
o.plan = buildGoogleCloudChannelV1Plan();
- o.priceByResources = buildUnnamed2839();
+ o.priceByResources = buildUnnamed2840();
o.sku = buildGoogleCloudChannelV1Sku();
o.startTime = 'foo';
}
@@ -1609,9 +1609,9 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2838(o.parameterDefinitions!);
+ checkUnnamed2839(o.parameterDefinitions!);
checkGoogleCloudChannelV1Plan(o.plan! as api.GoogleCloudChannelV1Plan);
- checkUnnamed2839(o.priceByResources!);
+ checkUnnamed2840(o.priceByResources!);
checkGoogleCloudChannelV1Sku(o.sku! as api.GoogleCloudChannelV1Sku);
unittest.expect(
o.startTime!,
@@ -1671,14 +1671,14 @@
buildCounterGoogleCloudChannelV1Parameter--;
}
-core.List<api.GoogleCloudChannelV1Value> buildUnnamed2840() {
+core.List<api.GoogleCloudChannelV1Value> buildUnnamed2841() {
var o = <api.GoogleCloudChannelV1Value>[];
o.add(buildGoogleCloudChannelV1Value());
o.add(buildGoogleCloudChannelV1Value());
return o;
}
-void checkUnnamed2840(core.List<api.GoogleCloudChannelV1Value> o) {
+void checkUnnamed2841(core.List<api.GoogleCloudChannelV1Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Value(o[0] as api.GoogleCloudChannelV1Value);
checkGoogleCloudChannelV1Value(o[1] as api.GoogleCloudChannelV1Value);
@@ -1690,7 +1690,7 @@
var o = api.GoogleCloudChannelV1ParameterDefinition();
buildCounterGoogleCloudChannelV1ParameterDefinition++;
if (buildCounterGoogleCloudChannelV1ParameterDefinition < 3) {
- o.allowedValues = buildUnnamed2840();
+ o.allowedValues = buildUnnamed2841();
o.maxValue = buildGoogleCloudChannelV1Value();
o.minValue = buildGoogleCloudChannelV1Value();
o.name = 'foo';
@@ -1705,7 +1705,7 @@
api.GoogleCloudChannelV1ParameterDefinition o) {
buildCounterGoogleCloudChannelV1ParameterDefinition++;
if (buildCounterGoogleCloudChannelV1ParameterDefinition < 3) {
- checkUnnamed2840(o.allowedValues!);
+ checkUnnamed2841(o.allowedValues!);
checkGoogleCloudChannelV1Value(
o.maxValue! as api.GoogleCloudChannelV1Value);
checkGoogleCloudChannelV1Value(
@@ -1819,14 +1819,14 @@
buildCounterGoogleCloudChannelV1Price--;
}
-core.List<api.GoogleCloudChannelV1PricePhase> buildUnnamed2841() {
+core.List<api.GoogleCloudChannelV1PricePhase> buildUnnamed2842() {
var o = <api.GoogleCloudChannelV1PricePhase>[];
o.add(buildGoogleCloudChannelV1PricePhase());
o.add(buildGoogleCloudChannelV1PricePhase());
return o;
}
-void checkUnnamed2841(core.List<api.GoogleCloudChannelV1PricePhase> o) {
+void checkUnnamed2842(core.List<api.GoogleCloudChannelV1PricePhase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1PricePhase(
o[0] as api.GoogleCloudChannelV1PricePhase);
@@ -1841,7 +1841,7 @@
buildCounterGoogleCloudChannelV1PriceByResource++;
if (buildCounterGoogleCloudChannelV1PriceByResource < 3) {
o.price = buildGoogleCloudChannelV1Price();
- o.pricePhases = buildUnnamed2841();
+ o.pricePhases = buildUnnamed2842();
o.resourceType = 'foo';
}
buildCounterGoogleCloudChannelV1PriceByResource--;
@@ -1853,7 +1853,7 @@
buildCounterGoogleCloudChannelV1PriceByResource++;
if (buildCounterGoogleCloudChannelV1PriceByResource < 3) {
checkGoogleCloudChannelV1Price(o.price! as api.GoogleCloudChannelV1Price);
- checkUnnamed2841(o.pricePhases!);
+ checkUnnamed2842(o.pricePhases!);
unittest.expect(
o.resourceType!,
unittest.equals('foo'),
@@ -1862,14 +1862,14 @@
buildCounterGoogleCloudChannelV1PriceByResource--;
}
-core.List<api.GoogleCloudChannelV1PriceTier> buildUnnamed2842() {
+core.List<api.GoogleCloudChannelV1PriceTier> buildUnnamed2843() {
var o = <api.GoogleCloudChannelV1PriceTier>[];
o.add(buildGoogleCloudChannelV1PriceTier());
o.add(buildGoogleCloudChannelV1PriceTier());
return o;
}
-void checkUnnamed2842(core.List<api.GoogleCloudChannelV1PriceTier> o) {
+void checkUnnamed2843(core.List<api.GoogleCloudChannelV1PriceTier> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1PriceTier(o[0] as api.GoogleCloudChannelV1PriceTier);
checkGoogleCloudChannelV1PriceTier(o[1] as api.GoogleCloudChannelV1PriceTier);
@@ -1884,7 +1884,7 @@
o.lastPeriod = 42;
o.periodType = 'foo';
o.price = buildGoogleCloudChannelV1Price();
- o.priceTiers = buildUnnamed2842();
+ o.priceTiers = buildUnnamed2843();
}
buildCounterGoogleCloudChannelV1PricePhase--;
return o;
@@ -1906,7 +1906,7 @@
unittest.equals('foo'),
);
checkGoogleCloudChannelV1Price(o.price! as api.GoogleCloudChannelV1Price);
- checkUnnamed2842(o.priceTiers!);
+ checkUnnamed2843(o.priceTiers!);
}
buildCounterGoogleCloudChannelV1PricePhase--;
}
@@ -2279,52 +2279,6 @@
buildCounterGoogleCloudChannelV1TransferEligibility--;
}
-core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed2843() {
- var o = <api.GoogleCloudChannelV1Entitlement>[];
- o.add(buildGoogleCloudChannelV1Entitlement());
- o.add(buildGoogleCloudChannelV1Entitlement());
- return o;
-}
-
-void checkUnnamed2843(core.List<api.GoogleCloudChannelV1Entitlement> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudChannelV1Entitlement(
- o[0] as api.GoogleCloudChannelV1Entitlement);
- checkGoogleCloudChannelV1Entitlement(
- o[1] as api.GoogleCloudChannelV1Entitlement);
-}
-
-core.int buildCounterGoogleCloudChannelV1TransferEntitlementsRequest = 0;
-api.GoogleCloudChannelV1TransferEntitlementsRequest
- buildGoogleCloudChannelV1TransferEntitlementsRequest() {
- var o = api.GoogleCloudChannelV1TransferEntitlementsRequest();
- buildCounterGoogleCloudChannelV1TransferEntitlementsRequest++;
- if (buildCounterGoogleCloudChannelV1TransferEntitlementsRequest < 3) {
- o.authToken = 'foo';
- o.entitlements = buildUnnamed2843();
- o.requestId = 'foo';
- }
- buildCounterGoogleCloudChannelV1TransferEntitlementsRequest--;
- return o;
-}
-
-void checkGoogleCloudChannelV1TransferEntitlementsRequest(
- api.GoogleCloudChannelV1TransferEntitlementsRequest o) {
- buildCounterGoogleCloudChannelV1TransferEntitlementsRequest++;
- if (buildCounterGoogleCloudChannelV1TransferEntitlementsRequest < 3) {
- unittest.expect(
- o.authToken!,
- unittest.equals('foo'),
- );
- checkUnnamed2843(o.entitlements!);
- unittest.expect(
- o.requestId!,
- unittest.equals('foo'),
- );
- }
- buildCounterGoogleCloudChannelV1TransferEntitlementsRequest--;
-}
-
core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed2844() {
var o = <api.GoogleCloudChannelV1Entitlement>[];
o.add(buildGoogleCloudChannelV1Entitlement());
@@ -2340,25 +2294,35 @@
o[1] as api.GoogleCloudChannelV1Entitlement);
}
-core.int buildCounterGoogleCloudChannelV1TransferEntitlementsResponse = 0;
-api.GoogleCloudChannelV1TransferEntitlementsResponse
- buildGoogleCloudChannelV1TransferEntitlementsResponse() {
- var o = api.GoogleCloudChannelV1TransferEntitlementsResponse();
- buildCounterGoogleCloudChannelV1TransferEntitlementsResponse++;
- if (buildCounterGoogleCloudChannelV1TransferEntitlementsResponse < 3) {
+core.int buildCounterGoogleCloudChannelV1TransferEntitlementsRequest = 0;
+api.GoogleCloudChannelV1TransferEntitlementsRequest
+ buildGoogleCloudChannelV1TransferEntitlementsRequest() {
+ var o = api.GoogleCloudChannelV1TransferEntitlementsRequest();
+ buildCounterGoogleCloudChannelV1TransferEntitlementsRequest++;
+ if (buildCounterGoogleCloudChannelV1TransferEntitlementsRequest < 3) {
+ o.authToken = 'foo';
o.entitlements = buildUnnamed2844();
+ o.requestId = 'foo';
}
- buildCounterGoogleCloudChannelV1TransferEntitlementsResponse--;
+ buildCounterGoogleCloudChannelV1TransferEntitlementsRequest--;
return o;
}
-void checkGoogleCloudChannelV1TransferEntitlementsResponse(
- api.GoogleCloudChannelV1TransferEntitlementsResponse o) {
- buildCounterGoogleCloudChannelV1TransferEntitlementsResponse++;
- if (buildCounterGoogleCloudChannelV1TransferEntitlementsResponse < 3) {
+void checkGoogleCloudChannelV1TransferEntitlementsRequest(
+ api.GoogleCloudChannelV1TransferEntitlementsRequest o) {
+ buildCounterGoogleCloudChannelV1TransferEntitlementsRequest++;
+ if (buildCounterGoogleCloudChannelV1TransferEntitlementsRequest < 3) {
+ unittest.expect(
+ o.authToken!,
+ unittest.equals('foo'),
+ );
checkUnnamed2844(o.entitlements!);
+ unittest.expect(
+ o.requestId!,
+ unittest.equals('foo'),
+ );
}
- buildCounterGoogleCloudChannelV1TransferEntitlementsResponse--;
+ buildCounterGoogleCloudChannelV1TransferEntitlementsRequest--;
}
core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed2845() {
@@ -2376,6 +2340,42 @@
o[1] as api.GoogleCloudChannelV1Entitlement);
}
+core.int buildCounterGoogleCloudChannelV1TransferEntitlementsResponse = 0;
+api.GoogleCloudChannelV1TransferEntitlementsResponse
+ buildGoogleCloudChannelV1TransferEntitlementsResponse() {
+ var o = api.GoogleCloudChannelV1TransferEntitlementsResponse();
+ buildCounterGoogleCloudChannelV1TransferEntitlementsResponse++;
+ if (buildCounterGoogleCloudChannelV1TransferEntitlementsResponse < 3) {
+ o.entitlements = buildUnnamed2845();
+ }
+ buildCounterGoogleCloudChannelV1TransferEntitlementsResponse--;
+ return o;
+}
+
+void checkGoogleCloudChannelV1TransferEntitlementsResponse(
+ api.GoogleCloudChannelV1TransferEntitlementsResponse o) {
+ buildCounterGoogleCloudChannelV1TransferEntitlementsResponse++;
+ if (buildCounterGoogleCloudChannelV1TransferEntitlementsResponse < 3) {
+ checkUnnamed2845(o.entitlements!);
+ }
+ buildCounterGoogleCloudChannelV1TransferEntitlementsResponse--;
+}
+
+core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed2846() {
+ var o = <api.GoogleCloudChannelV1Entitlement>[];
+ o.add(buildGoogleCloudChannelV1Entitlement());
+ o.add(buildGoogleCloudChannelV1Entitlement());
+ return o;
+}
+
+void checkUnnamed2846(core.List<api.GoogleCloudChannelV1Entitlement> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudChannelV1Entitlement(
+ o[0] as api.GoogleCloudChannelV1Entitlement);
+ checkGoogleCloudChannelV1Entitlement(
+ o[1] as api.GoogleCloudChannelV1Entitlement);
+}
+
core.int buildCounterGoogleCloudChannelV1TransferEntitlementsToGoogleRequest =
0;
api.GoogleCloudChannelV1TransferEntitlementsToGoogleRequest
@@ -2383,7 +2383,7 @@
var o = api.GoogleCloudChannelV1TransferEntitlementsToGoogleRequest();
buildCounterGoogleCloudChannelV1TransferEntitlementsToGoogleRequest++;
if (buildCounterGoogleCloudChannelV1TransferEntitlementsToGoogleRequest < 3) {
- o.entitlements = buildUnnamed2845();
+ o.entitlements = buildUnnamed2846();
o.requestId = 'foo';
}
buildCounterGoogleCloudChannelV1TransferEntitlementsToGoogleRequest--;
@@ -2394,7 +2394,7 @@
api.GoogleCloudChannelV1TransferEntitlementsToGoogleRequest o) {
buildCounterGoogleCloudChannelV1TransferEntitlementsToGoogleRequest++;
if (buildCounterGoogleCloudChannelV1TransferEntitlementsToGoogleRequest < 3) {
- checkUnnamed2845(o.entitlements!);
+ checkUnnamed2846(o.entitlements!);
unittest.expect(
o.requestId!,
unittest.equals('foo'),
@@ -2548,7 +2548,7 @@
buildCounterGoogleCloudChannelV1UpdateChannelPartnerLinkRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed2846() {
+core.Map<core.String, core.Object> buildUnnamed2847() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2563,7 +2563,7 @@
return o;
}
-void checkUnnamed2846(core.Map<core.String, core.Object> o) {
+void checkUnnamed2847(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2602,7 +2602,7 @@
if (buildCounterGoogleCloudChannelV1Value < 3) {
o.doubleValue = 42.0;
o.int64Value = 'foo';
- o.protoValue = buildUnnamed2846();
+ o.protoValue = buildUnnamed2847();
o.stringValue = 'foo';
}
buildCounterGoogleCloudChannelV1Value--;
@@ -2620,7 +2620,7 @@
o.int64Value!,
unittest.equals('foo'),
);
- checkUnnamed2846(o.protoValue!);
+ checkUnnamed2847(o.protoValue!);
unittest.expect(
o.stringValue!,
unittest.equals('foo'),
@@ -2714,14 +2714,14 @@
buildCounterGoogleCloudChannelV1alpha1CustomerEvent--;
}
-core.List<api.GoogleCloudChannelV1alpha1Parameter> buildUnnamed2847() {
+core.List<api.GoogleCloudChannelV1alpha1Parameter> buildUnnamed2848() {
var o = <api.GoogleCloudChannelV1alpha1Parameter>[];
o.add(buildGoogleCloudChannelV1alpha1Parameter());
o.add(buildGoogleCloudChannelV1alpha1Parameter());
return o;
}
-void checkUnnamed2847(core.List<api.GoogleCloudChannelV1alpha1Parameter> o) {
+void checkUnnamed2848(core.List<api.GoogleCloudChannelV1alpha1Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1alpha1Parameter(
o[0] as api.GoogleCloudChannelV1alpha1Parameter);
@@ -2729,14 +2729,14 @@
o[1] as api.GoogleCloudChannelV1alpha1Parameter);
}
-core.List<core.String> buildUnnamed2848() {
+core.List<core.String> buildUnnamed2849() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2848(core.List<core.String> o) {
+void checkUnnamed2849(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2763,11 +2763,11 @@
o.name = 'foo';
o.numUnits = 42;
o.offer = 'foo';
- o.parameters = buildUnnamed2847();
+ o.parameters = buildUnnamed2848();
o.provisionedService = buildGoogleCloudChannelV1alpha1ProvisionedService();
o.provisioningState = 'foo';
o.purchaseOrderId = 'foo';
- o.suspensionReasons = buildUnnamed2848();
+ o.suspensionReasons = buildUnnamed2849();
o.trialSettings = buildGoogleCloudChannelV1alpha1TrialSettings();
o.updateTime = 'foo';
}
@@ -2811,7 +2811,7 @@
o.offer!,
unittest.equals('foo'),
);
- checkUnnamed2847(o.parameters!);
+ checkUnnamed2848(o.parameters!);
checkGoogleCloudChannelV1alpha1ProvisionedService(o.provisionedService!
as api.GoogleCloudChannelV1alpha1ProvisionedService);
unittest.expect(
@@ -2822,7 +2822,7 @@
o.purchaseOrderId!,
unittest.equals('foo'),
);
- checkUnnamed2848(o.suspensionReasons!);
+ checkUnnamed2849(o.suspensionReasons!);
checkGoogleCloudChannelV1alpha1TrialSettings(
o.trialSettings! as api.GoogleCloudChannelV1alpha1TrialSettings);
unittest.expect(
@@ -3040,14 +3040,14 @@
buildCounterGoogleCloudChannelV1alpha1SubscriberEvent--;
}
-core.List<api.GoogleCloudChannelV1alpha1Entitlement> buildUnnamed2849() {
+core.List<api.GoogleCloudChannelV1alpha1Entitlement> buildUnnamed2850() {
var o = <api.GoogleCloudChannelV1alpha1Entitlement>[];
o.add(buildGoogleCloudChannelV1alpha1Entitlement());
o.add(buildGoogleCloudChannelV1alpha1Entitlement());
return o;
}
-void checkUnnamed2849(core.List<api.GoogleCloudChannelV1alpha1Entitlement> o) {
+void checkUnnamed2850(core.List<api.GoogleCloudChannelV1alpha1Entitlement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1alpha1Entitlement(
o[0] as api.GoogleCloudChannelV1alpha1Entitlement);
@@ -3061,7 +3061,7 @@
var o = api.GoogleCloudChannelV1alpha1TransferEntitlementsResponse();
buildCounterGoogleCloudChannelV1alpha1TransferEntitlementsResponse++;
if (buildCounterGoogleCloudChannelV1alpha1TransferEntitlementsResponse < 3) {
- o.entitlements = buildUnnamed2849();
+ o.entitlements = buildUnnamed2850();
}
buildCounterGoogleCloudChannelV1alpha1TransferEntitlementsResponse--;
return o;
@@ -3071,7 +3071,7 @@
api.GoogleCloudChannelV1alpha1TransferEntitlementsResponse o) {
buildCounterGoogleCloudChannelV1alpha1TransferEntitlementsResponse++;
if (buildCounterGoogleCloudChannelV1alpha1TransferEntitlementsResponse < 3) {
- checkUnnamed2849(o.entitlements!);
+ checkUnnamed2850(o.entitlements!);
}
buildCounterGoogleCloudChannelV1alpha1TransferEntitlementsResponse--;
}
@@ -3102,7 +3102,7 @@
buildCounterGoogleCloudChannelV1alpha1TrialSettings--;
}
-core.Map<core.String, core.Object> buildUnnamed2850() {
+core.Map<core.String, core.Object> buildUnnamed2851() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3117,7 +3117,7 @@
return o;
}
-void checkUnnamed2850(core.Map<core.String, core.Object> o) {
+void checkUnnamed2851(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -3156,7 +3156,7 @@
if (buildCounterGoogleCloudChannelV1alpha1Value < 3) {
o.doubleValue = 42.0;
o.int64Value = 'foo';
- o.protoValue = buildUnnamed2850();
+ o.protoValue = buildUnnamed2851();
o.stringValue = 'foo';
}
buildCounterGoogleCloudChannelV1alpha1Value--;
@@ -3175,7 +3175,7 @@
o.int64Value!,
unittest.equals('foo'),
);
- checkUnnamed2850(o.protoValue!);
+ checkUnnamed2851(o.protoValue!);
unittest.expect(
o.stringValue!,
unittest.equals('foo'),
@@ -3201,14 +3201,14 @@
buildCounterGoogleLongrunningCancelOperationRequest--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed2851() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed2852() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed2851(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed2852(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -3221,7 +3221,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed2851();
+ o.operations = buildUnnamed2852();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -3235,12 +3235,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2851(o.operations!);
+ checkUnnamed2852(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed2852() {
+core.Map<core.String, core.Object> buildUnnamed2853() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3255,7 +3255,7 @@
return o;
}
-void checkUnnamed2852(core.Map<core.String, core.Object> o) {
+void checkUnnamed2853(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -3287,7 +3287,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2853() {
+core.Map<core.String, core.Object> buildUnnamed2854() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3302,7 +3302,7 @@
return o;
}
-void checkUnnamed2853(core.Map<core.String, core.Object> o) {
+void checkUnnamed2854(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -3341,9 +3341,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed2852();
+ o.metadata = buildUnnamed2853();
o.name = 'foo';
- o.response = buildUnnamed2853();
+ o.response = buildUnnamed2854();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -3354,12 +3354,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed2852(o.metadata!);
+ checkUnnamed2853(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2853(o.response!);
+ checkUnnamed2854(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -3379,7 +3379,7 @@
buildCounterGoogleProtobufEmpty--;
}
-core.Map<core.String, core.Object> buildUnnamed2854() {
+core.Map<core.String, core.Object> buildUnnamed2855() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3394,7 +3394,7 @@
return o;
}
-void checkUnnamed2854(core.Map<core.String, core.Object> o) {
+void checkUnnamed2855(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -3426,17 +3426,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2855() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2856() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2854());
- o.add(buildUnnamed2854());
+ o.add(buildUnnamed2855());
+ o.add(buildUnnamed2855());
return o;
}
-void checkUnnamed2855(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2856(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2854(o[0]);
- checkUnnamed2854(o[1]);
+ checkUnnamed2855(o[0]);
+ checkUnnamed2855(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -3445,7 +3445,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2855();
+ o.details = buildUnnamed2856();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -3459,7 +3459,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2855(o.details!);
+ checkUnnamed2856(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3500,25 +3500,6 @@
buildCounterGoogleTypeMoney--;
}
-core.List<core.String> buildUnnamed2856() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2856(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2857() {
var o = <core.String>[];
o.add('foo');
@@ -3538,18 +3519,37 @@
);
}
+core.List<core.String> buildUnnamed2858() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2858(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleTypePostalAddress = 0;
api.GoogleTypePostalAddress buildGoogleTypePostalAddress() {
var o = api.GoogleTypePostalAddress();
buildCounterGoogleTypePostalAddress++;
if (buildCounterGoogleTypePostalAddress < 3) {
- o.addressLines = buildUnnamed2856();
+ o.addressLines = buildUnnamed2857();
o.administrativeArea = 'foo';
o.languageCode = 'foo';
o.locality = 'foo';
o.organization = 'foo';
o.postalCode = 'foo';
- o.recipients = buildUnnamed2857();
+ o.recipients = buildUnnamed2858();
o.regionCode = 'foo';
o.revision = 42;
o.sortingCode = 'foo';
@@ -3562,7 +3562,7 @@
void checkGoogleTypePostalAddress(api.GoogleTypePostalAddress o) {
buildCounterGoogleTypePostalAddress++;
if (buildCounterGoogleTypePostalAddress < 3) {
- checkUnnamed2856(o.addressLines!);
+ checkUnnamed2857(o.addressLines!);
unittest.expect(
o.administrativeArea!,
unittest.equals('foo'),
@@ -3583,7 +3583,7 @@
o.postalCode!,
unittest.equals('foo'),
);
- checkUnnamed2857(o.recipients!);
+ checkUnnamed2858(o.recipients!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/clouddebugger/v2_test.dart b/generated/googleapis/test/clouddebugger/v2_test.dart
index c5d4378..ea0e58b 100644
--- a/generated/googleapis/test/clouddebugger/v2_test.dart
+++ b/generated/googleapis/test/clouddebugger/v2_test.dart
@@ -54,27 +54,27 @@
buildCounterAliasContext--;
}
-core.List<api.Variable> buildUnnamed4410() {
+core.List<api.Variable> buildUnnamed4411() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed4410(core.List<api.Variable> o) {
+void checkUnnamed4411(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
}
-core.List<core.String> buildUnnamed4411() {
+core.List<core.String> buildUnnamed4412() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4411(core.List<core.String> o) {
+void checkUnnamed4412(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -86,14 +86,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed4412() {
+core.Map<core.String, core.String> buildUnnamed4413() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4412(core.Map<core.String, core.String> o) {
+void checkUnnamed4413(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -105,27 +105,27 @@
);
}
-core.List<api.StackFrame> buildUnnamed4413() {
+core.List<api.StackFrame> buildUnnamed4414() {
var o = <api.StackFrame>[];
o.add(buildStackFrame());
o.add(buildStackFrame());
return o;
}
-void checkUnnamed4413(core.List<api.StackFrame> o) {
+void checkUnnamed4414(core.List<api.StackFrame> o) {
unittest.expect(o, unittest.hasLength(2));
checkStackFrame(o[0] as api.StackFrame);
checkStackFrame(o[1] as api.StackFrame);
}
-core.List<api.Variable> buildUnnamed4414() {
+core.List<api.Variable> buildUnnamed4415() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed4414(core.List<api.Variable> o) {
+void checkUnnamed4415(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
@@ -140,20 +140,20 @@
o.canaryExpireTime = 'foo';
o.condition = 'foo';
o.createTime = 'foo';
- o.evaluatedExpressions = buildUnnamed4410();
- o.expressions = buildUnnamed4411();
+ o.evaluatedExpressions = buildUnnamed4411();
+ o.expressions = buildUnnamed4412();
o.finalTime = 'foo';
o.id = 'foo';
o.isFinalState = true;
- o.labels = buildUnnamed4412();
+ o.labels = buildUnnamed4413();
o.location = buildSourceLocation();
o.logLevel = 'foo';
o.logMessageFormat = 'foo';
- o.stackFrames = buildUnnamed4413();
+ o.stackFrames = buildUnnamed4414();
o.state = 'foo';
o.status = buildStatusMessage();
o.userEmail = 'foo';
- o.variableTable = buildUnnamed4414();
+ o.variableTable = buildUnnamed4415();
}
buildCounterBreakpoint--;
return o;
@@ -178,8 +178,8 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed4410(o.evaluatedExpressions!);
- checkUnnamed4411(o.expressions!);
+ checkUnnamed4411(o.evaluatedExpressions!);
+ checkUnnamed4412(o.expressions!);
unittest.expect(
o.finalTime!,
unittest.equals('foo'),
@@ -189,7 +189,7 @@
unittest.equals('foo'),
);
unittest.expect(o.isFinalState!, unittest.isTrue);
- checkUnnamed4412(o.labels!);
+ checkUnnamed4413(o.labels!);
checkSourceLocation(o.location! as api.SourceLocation);
unittest.expect(
o.logLevel!,
@@ -199,7 +199,7 @@
o.logMessageFormat!,
unittest.equals('foo'),
);
- checkUnnamed4413(o.stackFrames!);
+ checkUnnamed4414(o.stackFrames!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -209,7 +209,7 @@
o.userEmail!,
unittest.equals('foo'),
);
- checkUnnamed4414(o.variableTable!);
+ checkUnnamed4415(o.variableTable!);
}
buildCounterBreakpoint--;
}
@@ -293,27 +293,27 @@
buildCounterCloudWorkspaceSourceContext--;
}
-core.List<api.ExtendedSourceContext> buildUnnamed4415() {
+core.List<api.ExtendedSourceContext> buildUnnamed4416() {
var o = <api.ExtendedSourceContext>[];
o.add(buildExtendedSourceContext());
o.add(buildExtendedSourceContext());
return o;
}
-void checkUnnamed4415(core.List<api.ExtendedSourceContext> o) {
+void checkUnnamed4416(core.List<api.ExtendedSourceContext> o) {
unittest.expect(o, unittest.hasLength(2));
checkExtendedSourceContext(o[0] as api.ExtendedSourceContext);
checkExtendedSourceContext(o[1] as api.ExtendedSourceContext);
}
-core.Map<core.String, core.String> buildUnnamed4416() {
+core.Map<core.String, core.String> buildUnnamed4417() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4416(core.Map<core.String, core.String> o) {
+void checkUnnamed4417(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -325,14 +325,14 @@
);
}
-core.List<api.SourceContext> buildUnnamed4417() {
+core.List<api.SourceContext> buildUnnamed4418() {
var o = <api.SourceContext>[];
o.add(buildSourceContext());
o.add(buildSourceContext());
return o;
}
-void checkUnnamed4417(core.List<api.SourceContext> o) {
+void checkUnnamed4418(core.List<api.SourceContext> o) {
unittest.expect(o, unittest.hasLength(2));
checkSourceContext(o[0] as api.SourceContext);
checkSourceContext(o[1] as api.SourceContext);
@@ -346,13 +346,13 @@
o.agentVersion = 'foo';
o.canaryMode = 'foo';
o.description = 'foo';
- o.extSourceContexts = buildUnnamed4415();
+ o.extSourceContexts = buildUnnamed4416();
o.id = 'foo';
o.isDisabled = true;
o.isInactive = true;
- o.labels = buildUnnamed4416();
+ o.labels = buildUnnamed4417();
o.project = 'foo';
- o.sourceContexts = buildUnnamed4417();
+ o.sourceContexts = buildUnnamed4418();
o.status = buildStatusMessage();
o.uniquifier = 'foo';
}
@@ -375,19 +375,19 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed4415(o.extSourceContexts!);
+ checkUnnamed4416(o.extSourceContexts!);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
unittest.expect(o.isDisabled!, unittest.isTrue);
unittest.expect(o.isInactive!, unittest.isTrue);
- checkUnnamed4416(o.labels!);
+ checkUnnamed4417(o.labels!);
unittest.expect(
o.project!,
unittest.equals('foo'),
);
- checkUnnamed4417(o.sourceContexts!);
+ checkUnnamed4418(o.sourceContexts!);
checkStatusMessage(o.status! as api.StatusMessage);
unittest.expect(
o.uniquifier!,
@@ -412,14 +412,14 @@
buildCounterEmpty--;
}
-core.Map<core.String, core.String> buildUnnamed4418() {
+core.Map<core.String, core.String> buildUnnamed4419() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4418(core.Map<core.String, core.String> o) {
+void checkUnnamed4419(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -437,7 +437,7 @@
buildCounterExtendedSourceContext++;
if (buildCounterExtendedSourceContext < 3) {
o.context = buildSourceContext();
- o.labels = buildUnnamed4418();
+ o.labels = buildUnnamed4419();
}
buildCounterExtendedSourceContext--;
return o;
@@ -447,19 +447,19 @@
buildCounterExtendedSourceContext++;
if (buildCounterExtendedSourceContext < 3) {
checkSourceContext(o.context! as api.SourceContext);
- checkUnnamed4418(o.labels!);
+ checkUnnamed4419(o.labels!);
}
buildCounterExtendedSourceContext--;
}
-core.List<core.String> buildUnnamed4419() {
+core.List<core.String> buildUnnamed4420() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4419(core.List<core.String> o) {
+void checkUnnamed4420(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -477,7 +477,7 @@
buildCounterFormatMessage++;
if (buildCounterFormatMessage < 3) {
o.format = 'foo';
- o.parameters = buildUnnamed4419();
+ o.parameters = buildUnnamed4420();
}
buildCounterFormatMessage--;
return o;
@@ -490,7 +490,7 @@
o.format!,
unittest.equals('foo'),
);
- checkUnnamed4419(o.parameters!);
+ checkUnnamed4420(o.parameters!);
}
buildCounterFormatMessage--;
}
@@ -580,45 +580,6 @@
buildCounterGitSourceContext--;
}
-core.List<api.Breakpoint> buildUnnamed4420() {
- var o = <api.Breakpoint>[];
- o.add(buildBreakpoint());
- o.add(buildBreakpoint());
- return o;
-}
-
-void checkUnnamed4420(core.List<api.Breakpoint> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkBreakpoint(o[0] as api.Breakpoint);
- checkBreakpoint(o[1] as api.Breakpoint);
-}
-
-core.int buildCounterListActiveBreakpointsResponse = 0;
-api.ListActiveBreakpointsResponse buildListActiveBreakpointsResponse() {
- var o = api.ListActiveBreakpointsResponse();
- buildCounterListActiveBreakpointsResponse++;
- if (buildCounterListActiveBreakpointsResponse < 3) {
- o.breakpoints = buildUnnamed4420();
- o.nextWaitToken = 'foo';
- o.waitExpired = true;
- }
- buildCounterListActiveBreakpointsResponse--;
- return o;
-}
-
-void checkListActiveBreakpointsResponse(api.ListActiveBreakpointsResponse o) {
- buildCounterListActiveBreakpointsResponse++;
- if (buildCounterListActiveBreakpointsResponse < 3) {
- checkUnnamed4420(o.breakpoints!);
- unittest.expect(
- o.nextWaitToken!,
- unittest.equals('foo'),
- );
- unittest.expect(o.waitExpired!, unittest.isTrue);
- }
- buildCounterListActiveBreakpointsResponse--;
-}
-
core.List<api.Breakpoint> buildUnnamed4421() {
var o = <api.Breakpoint>[];
o.add(buildBreakpoint());
@@ -632,12 +593,51 @@
checkBreakpoint(o[1] as api.Breakpoint);
}
+core.int buildCounterListActiveBreakpointsResponse = 0;
+api.ListActiveBreakpointsResponse buildListActiveBreakpointsResponse() {
+ var o = api.ListActiveBreakpointsResponse();
+ buildCounterListActiveBreakpointsResponse++;
+ if (buildCounterListActiveBreakpointsResponse < 3) {
+ o.breakpoints = buildUnnamed4421();
+ o.nextWaitToken = 'foo';
+ o.waitExpired = true;
+ }
+ buildCounterListActiveBreakpointsResponse--;
+ return o;
+}
+
+void checkListActiveBreakpointsResponse(api.ListActiveBreakpointsResponse o) {
+ buildCounterListActiveBreakpointsResponse++;
+ if (buildCounterListActiveBreakpointsResponse < 3) {
+ checkUnnamed4421(o.breakpoints!);
+ unittest.expect(
+ o.nextWaitToken!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(o.waitExpired!, unittest.isTrue);
+ }
+ buildCounterListActiveBreakpointsResponse--;
+}
+
+core.List<api.Breakpoint> buildUnnamed4422() {
+ var o = <api.Breakpoint>[];
+ o.add(buildBreakpoint());
+ o.add(buildBreakpoint());
+ return o;
+}
+
+void checkUnnamed4422(core.List<api.Breakpoint> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkBreakpoint(o[0] as api.Breakpoint);
+ checkBreakpoint(o[1] as api.Breakpoint);
+}
+
core.int buildCounterListBreakpointsResponse = 0;
api.ListBreakpointsResponse buildListBreakpointsResponse() {
var o = api.ListBreakpointsResponse();
buildCounterListBreakpointsResponse++;
if (buildCounterListBreakpointsResponse < 3) {
- o.breakpoints = buildUnnamed4421();
+ o.breakpoints = buildUnnamed4422();
o.nextWaitToken = 'foo';
}
buildCounterListBreakpointsResponse--;
@@ -647,7 +647,7 @@
void checkListBreakpointsResponse(api.ListBreakpointsResponse o) {
buildCounterListBreakpointsResponse++;
if (buildCounterListBreakpointsResponse < 3) {
- checkUnnamed4421(o.breakpoints!);
+ checkUnnamed4422(o.breakpoints!);
unittest.expect(
o.nextWaitToken!,
unittest.equals('foo'),
@@ -656,14 +656,14 @@
buildCounterListBreakpointsResponse--;
}
-core.List<api.Debuggee> buildUnnamed4422() {
+core.List<api.Debuggee> buildUnnamed4423() {
var o = <api.Debuggee>[];
o.add(buildDebuggee());
o.add(buildDebuggee());
return o;
}
-void checkUnnamed4422(core.List<api.Debuggee> o) {
+void checkUnnamed4423(core.List<api.Debuggee> o) {
unittest.expect(o, unittest.hasLength(2));
checkDebuggee(o[0] as api.Debuggee);
checkDebuggee(o[1] as api.Debuggee);
@@ -674,7 +674,7 @@
var o = api.ListDebuggeesResponse();
buildCounterListDebuggeesResponse++;
if (buildCounterListDebuggeesResponse < 3) {
- o.debuggees = buildUnnamed4422();
+ o.debuggees = buildUnnamed4423();
}
buildCounterListDebuggeesResponse--;
return o;
@@ -683,7 +683,7 @@
void checkListDebuggeesResponse(api.ListDebuggeesResponse o) {
buildCounterListDebuggeesResponse++;
if (buildCounterListDebuggeesResponse < 3) {
- checkUnnamed4422(o.debuggees!);
+ checkUnnamed4423(o.debuggees!);
}
buildCounterListDebuggeesResponse--;
}
@@ -859,19 +859,6 @@
buildCounterSourceLocation--;
}
-core.List<api.Variable> buildUnnamed4423() {
- var o = <api.Variable>[];
- o.add(buildVariable());
- o.add(buildVariable());
- return o;
-}
-
-void checkUnnamed4423(core.List<api.Variable> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkVariable(o[0] as api.Variable);
- checkVariable(o[1] as api.Variable);
-}
-
core.List<api.Variable> buildUnnamed4424() {
var o = <api.Variable>[];
o.add(buildVariable());
@@ -885,14 +872,27 @@
checkVariable(o[1] as api.Variable);
}
+core.List<api.Variable> buildUnnamed4425() {
+ var o = <api.Variable>[];
+ o.add(buildVariable());
+ o.add(buildVariable());
+ return o;
+}
+
+void checkUnnamed4425(core.List<api.Variable> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkVariable(o[0] as api.Variable);
+ checkVariable(o[1] as api.Variable);
+}
+
core.int buildCounterStackFrame = 0;
api.StackFrame buildStackFrame() {
var o = api.StackFrame();
buildCounterStackFrame++;
if (buildCounterStackFrame < 3) {
- o.arguments = buildUnnamed4423();
+ o.arguments = buildUnnamed4424();
o.function = 'foo';
- o.locals = buildUnnamed4424();
+ o.locals = buildUnnamed4425();
o.location = buildSourceLocation();
}
buildCounterStackFrame--;
@@ -902,12 +902,12 @@
void checkStackFrame(api.StackFrame o) {
buildCounterStackFrame++;
if (buildCounterStackFrame < 3) {
- checkUnnamed4423(o.arguments!);
+ checkUnnamed4424(o.arguments!);
unittest.expect(
o.function!,
unittest.equals('foo'),
);
- checkUnnamed4424(o.locals!);
+ checkUnnamed4425(o.locals!);
checkSourceLocation(o.location! as api.SourceLocation);
}
buildCounterStackFrame--;
@@ -973,14 +973,14 @@
buildCounterUpdateActiveBreakpointResponse--;
}
-core.List<api.Variable> buildUnnamed4425() {
+core.List<api.Variable> buildUnnamed4426() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed4425(core.List<api.Variable> o) {
+void checkUnnamed4426(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
@@ -991,7 +991,7 @@
var o = api.Variable();
buildCounterVariable++;
if (buildCounterVariable < 3) {
- o.members = buildUnnamed4425();
+ o.members = buildUnnamed4426();
o.name = 'foo';
o.status = buildStatusMessage();
o.type = 'foo';
@@ -1005,7 +1005,7 @@
void checkVariable(api.Variable o) {
buildCounterVariable++;
if (buildCounterVariable < 3) {
- checkUnnamed4425(o.members!);
+ checkUnnamed4426(o.members!);
unittest.expect(
o.name!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/cloudiot/v1_test.dart b/generated/googleapis/test/cloudiot/v1_test.dart
index cee57b1..e629063 100644
--- a/generated/googleapis/test/cloudiot/v1_test.dart
+++ b/generated/googleapis/test/cloudiot/v1_test.dart
@@ -69,14 +69,14 @@
buildCounterBindDeviceToGatewayResponse--;
}
-core.List<core.String> buildUnnamed2860() {
+core.List<core.String> buildUnnamed2861() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2860(core.List<core.String> o) {
+void checkUnnamed2861(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -94,7 +94,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed2860();
+ o.members = buildUnnamed2861();
o.role = 'foo';
}
buildCounterBinding--;
@@ -105,7 +105,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed2860(o.members!);
+ checkUnnamed2861(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -114,27 +114,27 @@
buildCounterBinding--;
}
-core.List<api.DeviceCredential> buildUnnamed2861() {
+core.List<api.DeviceCredential> buildUnnamed2862() {
var o = <api.DeviceCredential>[];
o.add(buildDeviceCredential());
o.add(buildDeviceCredential());
return o;
}
-void checkUnnamed2861(core.List<api.DeviceCredential> o) {
+void checkUnnamed2862(core.List<api.DeviceCredential> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeviceCredential(o[0] as api.DeviceCredential);
checkDeviceCredential(o[1] as api.DeviceCredential);
}
-core.Map<core.String, core.String> buildUnnamed2862() {
+core.Map<core.String, core.String> buildUnnamed2863() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2862(core.Map<core.String, core.String> o) {
+void checkUnnamed2863(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -153,7 +153,7 @@
if (buildCounterDevice < 3) {
o.blocked = true;
o.config = buildDeviceConfig();
- o.credentials = buildUnnamed2861();
+ o.credentials = buildUnnamed2862();
o.gatewayConfig = buildGatewayConfig();
o.id = 'foo';
o.lastConfigAckTime = 'foo';
@@ -164,7 +164,7 @@
o.lastHeartbeatTime = 'foo';
o.lastStateTime = 'foo';
o.logLevel = 'foo';
- o.metadata = buildUnnamed2862();
+ o.metadata = buildUnnamed2863();
o.name = 'foo';
o.numId = 'foo';
o.state = buildDeviceState();
@@ -178,7 +178,7 @@
if (buildCounterDevice < 3) {
unittest.expect(o.blocked!, unittest.isTrue);
checkDeviceConfig(o.config! as api.DeviceConfig);
- checkUnnamed2861(o.credentials!);
+ checkUnnamed2862(o.credentials!);
checkGatewayConfig(o.gatewayConfig! as api.GatewayConfig);
unittest.expect(
o.id!,
@@ -213,7 +213,7 @@
o.logLevel!,
unittest.equals('foo'),
);
- checkUnnamed2862(o.metadata!);
+ checkUnnamed2863(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -288,27 +288,27 @@
buildCounterDeviceCredential--;
}
-core.List<api.RegistryCredential> buildUnnamed2863() {
+core.List<api.RegistryCredential> buildUnnamed2864() {
var o = <api.RegistryCredential>[];
o.add(buildRegistryCredential());
o.add(buildRegistryCredential());
return o;
}
-void checkUnnamed2863(core.List<api.RegistryCredential> o) {
+void checkUnnamed2864(core.List<api.RegistryCredential> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegistryCredential(o[0] as api.RegistryCredential);
checkRegistryCredential(o[1] as api.RegistryCredential);
}
-core.List<api.EventNotificationConfig> buildUnnamed2864() {
+core.List<api.EventNotificationConfig> buildUnnamed2865() {
var o = <api.EventNotificationConfig>[];
o.add(buildEventNotificationConfig());
o.add(buildEventNotificationConfig());
return o;
}
-void checkUnnamed2864(core.List<api.EventNotificationConfig> o) {
+void checkUnnamed2865(core.List<api.EventNotificationConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventNotificationConfig(o[0] as api.EventNotificationConfig);
checkEventNotificationConfig(o[1] as api.EventNotificationConfig);
@@ -319,8 +319,8 @@
var o = api.DeviceRegistry();
buildCounterDeviceRegistry++;
if (buildCounterDeviceRegistry < 3) {
- o.credentials = buildUnnamed2863();
- o.eventNotificationConfigs = buildUnnamed2864();
+ o.credentials = buildUnnamed2864();
+ o.eventNotificationConfigs = buildUnnamed2865();
o.httpConfig = buildHttpConfig();
o.id = 'foo';
o.logLevel = 'foo';
@@ -335,8 +335,8 @@
void checkDeviceRegistry(api.DeviceRegistry o) {
buildCounterDeviceRegistry++;
if (buildCounterDeviceRegistry < 3) {
- checkUnnamed2863(o.credentials!);
- checkUnnamed2864(o.eventNotificationConfigs!);
+ checkUnnamed2864(o.credentials!);
+ checkUnnamed2865(o.eventNotificationConfigs!);
checkHttpConfig(o.httpConfig! as api.HttpConfig);
unittest.expect(
o.id!,
@@ -563,14 +563,14 @@
buildCounterHttpConfig--;
}
-core.List<api.DeviceConfig> buildUnnamed2865() {
+core.List<api.DeviceConfig> buildUnnamed2866() {
var o = <api.DeviceConfig>[];
o.add(buildDeviceConfig());
o.add(buildDeviceConfig());
return o;
}
-void checkUnnamed2865(core.List<api.DeviceConfig> o) {
+void checkUnnamed2866(core.List<api.DeviceConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeviceConfig(o[0] as api.DeviceConfig);
checkDeviceConfig(o[1] as api.DeviceConfig);
@@ -581,7 +581,7 @@
var o = api.ListDeviceConfigVersionsResponse();
buildCounterListDeviceConfigVersionsResponse++;
if (buildCounterListDeviceConfigVersionsResponse < 3) {
- o.deviceConfigs = buildUnnamed2865();
+ o.deviceConfigs = buildUnnamed2866();
}
buildCounterListDeviceConfigVersionsResponse--;
return o;
@@ -591,19 +591,19 @@
api.ListDeviceConfigVersionsResponse o) {
buildCounterListDeviceConfigVersionsResponse++;
if (buildCounterListDeviceConfigVersionsResponse < 3) {
- checkUnnamed2865(o.deviceConfigs!);
+ checkUnnamed2866(o.deviceConfigs!);
}
buildCounterListDeviceConfigVersionsResponse--;
}
-core.List<api.DeviceRegistry> buildUnnamed2866() {
+core.List<api.DeviceRegistry> buildUnnamed2867() {
var o = <api.DeviceRegistry>[];
o.add(buildDeviceRegistry());
o.add(buildDeviceRegistry());
return o;
}
-void checkUnnamed2866(core.List<api.DeviceRegistry> o) {
+void checkUnnamed2867(core.List<api.DeviceRegistry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeviceRegistry(o[0] as api.DeviceRegistry);
checkDeviceRegistry(o[1] as api.DeviceRegistry);
@@ -614,7 +614,7 @@
var o = api.ListDeviceRegistriesResponse();
buildCounterListDeviceRegistriesResponse++;
if (buildCounterListDeviceRegistriesResponse < 3) {
- o.deviceRegistries = buildUnnamed2866();
+ o.deviceRegistries = buildUnnamed2867();
o.nextPageToken = 'foo';
}
buildCounterListDeviceRegistriesResponse--;
@@ -624,7 +624,7 @@
void checkListDeviceRegistriesResponse(api.ListDeviceRegistriesResponse o) {
buildCounterListDeviceRegistriesResponse++;
if (buildCounterListDeviceRegistriesResponse < 3) {
- checkUnnamed2866(o.deviceRegistries!);
+ checkUnnamed2867(o.deviceRegistries!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -633,14 +633,14 @@
buildCounterListDeviceRegistriesResponse--;
}
-core.List<api.DeviceState> buildUnnamed2867() {
+core.List<api.DeviceState> buildUnnamed2868() {
var o = <api.DeviceState>[];
o.add(buildDeviceState());
o.add(buildDeviceState());
return o;
}
-void checkUnnamed2867(core.List<api.DeviceState> o) {
+void checkUnnamed2868(core.List<api.DeviceState> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeviceState(o[0] as api.DeviceState);
checkDeviceState(o[1] as api.DeviceState);
@@ -651,7 +651,7 @@
var o = api.ListDeviceStatesResponse();
buildCounterListDeviceStatesResponse++;
if (buildCounterListDeviceStatesResponse < 3) {
- o.deviceStates = buildUnnamed2867();
+ o.deviceStates = buildUnnamed2868();
}
buildCounterListDeviceStatesResponse--;
return o;
@@ -660,19 +660,19 @@
void checkListDeviceStatesResponse(api.ListDeviceStatesResponse o) {
buildCounterListDeviceStatesResponse++;
if (buildCounterListDeviceStatesResponse < 3) {
- checkUnnamed2867(o.deviceStates!);
+ checkUnnamed2868(o.deviceStates!);
}
buildCounterListDeviceStatesResponse--;
}
-core.List<api.Device> buildUnnamed2868() {
+core.List<api.Device> buildUnnamed2869() {
var o = <api.Device>[];
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-void checkUnnamed2868(core.List<api.Device> o) {
+void checkUnnamed2869(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0] as api.Device);
checkDevice(o[1] as api.Device);
@@ -683,7 +683,7 @@
var o = api.ListDevicesResponse();
buildCounterListDevicesResponse++;
if (buildCounterListDevicesResponse < 3) {
- o.devices = buildUnnamed2868();
+ o.devices = buildUnnamed2869();
o.nextPageToken = 'foo';
}
buildCounterListDevicesResponse--;
@@ -693,7 +693,7 @@
void checkListDevicesResponse(api.ListDevicesResponse o) {
buildCounterListDevicesResponse++;
if (buildCounterListDevicesResponse < 3) {
- checkUnnamed2868(o.devices!);
+ checkUnnamed2869(o.devices!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -752,14 +752,14 @@
buildCounterMqttConfig--;
}
-core.List<api.Binding> buildUnnamed2869() {
+core.List<api.Binding> buildUnnamed2870() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed2869(core.List<api.Binding> o) {
+void checkUnnamed2870(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -770,7 +770,7 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed2869();
+ o.bindings = buildUnnamed2870();
o.etag = 'foo';
o.version = 42;
}
@@ -781,7 +781,7 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed2869(o.bindings!);
+ checkUnnamed2870(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -953,7 +953,7 @@
buildCounterStateNotificationConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed2870() {
+core.Map<core.String, core.Object> buildUnnamed2871() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -968,7 +968,7 @@
return o;
}
-void checkUnnamed2870(core.Map<core.String, core.Object> o) {
+void checkUnnamed2871(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1000,17 +1000,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2871() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2872() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2870());
- o.add(buildUnnamed2870());
+ o.add(buildUnnamed2871());
+ o.add(buildUnnamed2871());
return o;
}
-void checkUnnamed2871(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2872(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2870(o[0]);
- checkUnnamed2870(o[1]);
+ checkUnnamed2871(o[0]);
+ checkUnnamed2871(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1019,7 +1019,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2871();
+ o.details = buildUnnamed2872();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1033,7 +1033,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2871(o.details!);
+ checkUnnamed2872(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1042,44 +1042,6 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed2872() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2872(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed2872();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed2872(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
core.List<core.String> buildUnnamed2873() {
var o = <core.String>[];
o.add('foo');
@@ -1099,12 +1061,50 @@
);
}
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed2873();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed2873(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
+core.List<core.String> buildUnnamed2874() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2874(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed2873();
+ o.permissions = buildUnnamed2874();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1113,7 +1113,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed2873(o.permissions!);
+ checkUnnamed2874(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
@@ -1208,25 +1208,6 @@
buildCounterX509CertificateDetails--;
}
-core.List<core.String> buildUnnamed2874() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2874(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2875() {
var o = <core.String>[];
o.add('foo');
@@ -1284,6 +1265,25 @@
);
}
+core.List<core.String> buildUnnamed2878() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2878(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-BindDeviceToGatewayRequest', () {
unittest.test('to-json--from-json', () async {
@@ -2398,8 +2398,8 @@
var mock = HttpServerMock();
var res = api.CloudIotApi(mock).projects.locations.registries.devices;
var arg_parent = 'foo';
- var arg_deviceIds = buildUnnamed2874();
- var arg_deviceNumIds = buildUnnamed2875();
+ var arg_deviceIds = buildUnnamed2875();
+ var arg_deviceNumIds = buildUnnamed2876();
var arg_fieldMask = 'foo';
var arg_gatewayListOptions_associationsDeviceId = 'foo';
var arg_gatewayListOptions_associationsGatewayId = 'foo';
@@ -2993,8 +2993,8 @@
var res =
api.CloudIotApi(mock).projects.locations.registries.groups.devices;
var arg_parent = 'foo';
- var arg_deviceIds = buildUnnamed2876();
- var arg_deviceNumIds = buildUnnamed2877();
+ var arg_deviceIds = buildUnnamed2877();
+ var arg_deviceNumIds = buildUnnamed2878();
var arg_fieldMask = 'foo';
var arg_gatewayListOptions_associationsDeviceId = 'foo';
var arg_gatewayListOptions_associationsGatewayId = 'foo';
diff --git a/generated/googleapis/test/cloudkms/v1_test.dart b/generated/googleapis/test/cloudkms/v1_test.dart
index d042394..ff2e055 100644
--- a/generated/googleapis/test/cloudkms/v1_test.dart
+++ b/generated/googleapis/test/cloudkms/v1_test.dart
@@ -151,14 +151,14 @@
buildCounterAsymmetricSignResponse--;
}
-core.List<api.AuditLogConfig> buildUnnamed5246() {
+core.List<api.AuditLogConfig> buildUnnamed5248() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed5246(core.List<api.AuditLogConfig> o) {
+void checkUnnamed5248(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -169,7 +169,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed5246();
+ o.auditLogConfigs = buildUnnamed5248();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -179,7 +179,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed5246(o.auditLogConfigs!);
+ checkUnnamed5248(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -188,94 +188,6 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed5247() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5247(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterAuditLogConfig = 0;
-api.AuditLogConfig buildAuditLogConfig() {
- var o = api.AuditLogConfig();
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed5247();
- o.logType = 'foo';
- }
- buildCounterAuditLogConfig--;
- return o;
-}
-
-void checkAuditLogConfig(api.AuditLogConfig o) {
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- checkUnnamed5247(o.exemptedMembers!);
- unittest.expect(
- o.logType!,
- unittest.equals('foo'),
- );
- }
- buildCounterAuditLogConfig--;
-}
-
-core.List<core.String> buildUnnamed5248() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5248(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterBinding = 0;
-api.Binding buildBinding() {
- var o = api.Binding();
- buildCounterBinding++;
- if (buildCounterBinding < 3) {
- o.condition = buildExpr();
- o.members = buildUnnamed5248();
- o.role = 'foo';
- }
- buildCounterBinding--;
- return o;
-}
-
-void checkBinding(api.Binding o) {
- buildCounterBinding++;
- if (buildCounterBinding < 3) {
- checkExpr(o.condition! as api.Expr);
- checkUnnamed5248(o.members!);
- unittest.expect(
- o.role!,
- unittest.equals('foo'),
- );
- }
- buildCounterBinding--;
-}
-
core.List<core.String> buildUnnamed5249() {
var o = <core.String>[];
o.add('foo');
@@ -295,6 +207,30 @@
);
}
+core.int buildCounterAuditLogConfig = 0;
+api.AuditLogConfig buildAuditLogConfig() {
+ var o = api.AuditLogConfig();
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ o.exemptedMembers = buildUnnamed5249();
+ o.logType = 'foo';
+ }
+ buildCounterAuditLogConfig--;
+ return o;
+}
+
+void checkAuditLogConfig(api.AuditLogConfig o) {
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ checkUnnamed5249(o.exemptedMembers!);
+ unittest.expect(
+ o.logType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAuditLogConfig--;
+}
+
core.List<core.String> buildUnnamed5250() {
var o = <core.String>[];
o.add('foo');
@@ -314,6 +250,32 @@
);
}
+core.int buildCounterBinding = 0;
+api.Binding buildBinding() {
+ var o = api.Binding();
+ buildCounterBinding++;
+ if (buildCounterBinding < 3) {
+ o.condition = buildExpr();
+ o.members = buildUnnamed5250();
+ o.role = 'foo';
+ }
+ buildCounterBinding--;
+ return o;
+}
+
+void checkBinding(api.Binding o) {
+ buildCounterBinding++;
+ if (buildCounterBinding < 3) {
+ checkExpr(o.condition! as api.Expr);
+ checkUnnamed5250(o.members!);
+ unittest.expect(
+ o.role!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterBinding--;
+}
+
core.List<core.String> buildUnnamed5251() {
var o = <core.String>[];
o.add('foo');
@@ -333,14 +295,52 @@
);
}
+core.List<core.String> buildUnnamed5252() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5252(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5253() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5253(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterCertificateChains = 0;
api.CertificateChains buildCertificateChains() {
var o = api.CertificateChains();
buildCounterCertificateChains++;
if (buildCounterCertificateChains < 3) {
- o.caviumCerts = buildUnnamed5249();
- o.googleCardCerts = buildUnnamed5250();
- o.googlePartitionCerts = buildUnnamed5251();
+ o.caviumCerts = buildUnnamed5251();
+ o.googleCardCerts = buildUnnamed5252();
+ o.googlePartitionCerts = buildUnnamed5253();
}
buildCounterCertificateChains--;
return o;
@@ -349,21 +349,21 @@
void checkCertificateChains(api.CertificateChains o) {
buildCounterCertificateChains++;
if (buildCounterCertificateChains < 3) {
- checkUnnamed5249(o.caviumCerts!);
- checkUnnamed5250(o.googleCardCerts!);
- checkUnnamed5251(o.googlePartitionCerts!);
+ checkUnnamed5251(o.caviumCerts!);
+ checkUnnamed5252(o.googleCardCerts!);
+ checkUnnamed5253(o.googlePartitionCerts!);
}
buildCounterCertificateChains--;
}
-core.Map<core.String, core.String> buildUnnamed5252() {
+core.Map<core.String, core.String> buildUnnamed5254() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5252(core.Map<core.String, core.String> o) {
+void checkUnnamed5254(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -381,7 +381,7 @@
buildCounterCryptoKey++;
if (buildCounterCryptoKey < 3) {
o.createTime = 'foo';
- o.labels = buildUnnamed5252();
+ o.labels = buildUnnamed5254();
o.name = 'foo';
o.nextRotationTime = 'foo';
o.primary = buildCryptoKeyVersion();
@@ -400,7 +400,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed5252(o.labels!);
+ checkUnnamed5254(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -933,14 +933,14 @@
buildCounterKeyRing--;
}
-core.List<api.CryptoKeyVersion> buildUnnamed5253() {
+core.List<api.CryptoKeyVersion> buildUnnamed5255() {
var o = <api.CryptoKeyVersion>[];
o.add(buildCryptoKeyVersion());
o.add(buildCryptoKeyVersion());
return o;
}
-void checkUnnamed5253(core.List<api.CryptoKeyVersion> o) {
+void checkUnnamed5255(core.List<api.CryptoKeyVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkCryptoKeyVersion(o[0] as api.CryptoKeyVersion);
checkCryptoKeyVersion(o[1] as api.CryptoKeyVersion);
@@ -951,7 +951,7 @@
var o = api.ListCryptoKeyVersionsResponse();
buildCounterListCryptoKeyVersionsResponse++;
if (buildCounterListCryptoKeyVersionsResponse < 3) {
- o.cryptoKeyVersions = buildUnnamed5253();
+ o.cryptoKeyVersions = buildUnnamed5255();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -962,7 +962,7 @@
void checkListCryptoKeyVersionsResponse(api.ListCryptoKeyVersionsResponse o) {
buildCounterListCryptoKeyVersionsResponse++;
if (buildCounterListCryptoKeyVersionsResponse < 3) {
- checkUnnamed5253(o.cryptoKeyVersions!);
+ checkUnnamed5255(o.cryptoKeyVersions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -975,14 +975,14 @@
buildCounterListCryptoKeyVersionsResponse--;
}
-core.List<api.CryptoKey> buildUnnamed5254() {
+core.List<api.CryptoKey> buildUnnamed5256() {
var o = <api.CryptoKey>[];
o.add(buildCryptoKey());
o.add(buildCryptoKey());
return o;
}
-void checkUnnamed5254(core.List<api.CryptoKey> o) {
+void checkUnnamed5256(core.List<api.CryptoKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkCryptoKey(o[0] as api.CryptoKey);
checkCryptoKey(o[1] as api.CryptoKey);
@@ -993,7 +993,7 @@
var o = api.ListCryptoKeysResponse();
buildCounterListCryptoKeysResponse++;
if (buildCounterListCryptoKeysResponse < 3) {
- o.cryptoKeys = buildUnnamed5254();
+ o.cryptoKeys = buildUnnamed5256();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -1004,7 +1004,7 @@
void checkListCryptoKeysResponse(api.ListCryptoKeysResponse o) {
buildCounterListCryptoKeysResponse++;
if (buildCounterListCryptoKeysResponse < 3) {
- checkUnnamed5254(o.cryptoKeys!);
+ checkUnnamed5256(o.cryptoKeys!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1017,14 +1017,14 @@
buildCounterListCryptoKeysResponse--;
}
-core.List<api.ImportJob> buildUnnamed5255() {
+core.List<api.ImportJob> buildUnnamed5257() {
var o = <api.ImportJob>[];
o.add(buildImportJob());
o.add(buildImportJob());
return o;
}
-void checkUnnamed5255(core.List<api.ImportJob> o) {
+void checkUnnamed5257(core.List<api.ImportJob> o) {
unittest.expect(o, unittest.hasLength(2));
checkImportJob(o[0] as api.ImportJob);
checkImportJob(o[1] as api.ImportJob);
@@ -1035,7 +1035,7 @@
var o = api.ListImportJobsResponse();
buildCounterListImportJobsResponse++;
if (buildCounterListImportJobsResponse < 3) {
- o.importJobs = buildUnnamed5255();
+ o.importJobs = buildUnnamed5257();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -1046,7 +1046,7 @@
void checkListImportJobsResponse(api.ListImportJobsResponse o) {
buildCounterListImportJobsResponse++;
if (buildCounterListImportJobsResponse < 3) {
- checkUnnamed5255(o.importJobs!);
+ checkUnnamed5257(o.importJobs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1059,14 +1059,14 @@
buildCounterListImportJobsResponse--;
}
-core.List<api.KeyRing> buildUnnamed5256() {
+core.List<api.KeyRing> buildUnnamed5258() {
var o = <api.KeyRing>[];
o.add(buildKeyRing());
o.add(buildKeyRing());
return o;
}
-void checkUnnamed5256(core.List<api.KeyRing> o) {
+void checkUnnamed5258(core.List<api.KeyRing> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyRing(o[0] as api.KeyRing);
checkKeyRing(o[1] as api.KeyRing);
@@ -1077,7 +1077,7 @@
var o = api.ListKeyRingsResponse();
buildCounterListKeyRingsResponse++;
if (buildCounterListKeyRingsResponse < 3) {
- o.keyRings = buildUnnamed5256();
+ o.keyRings = buildUnnamed5258();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -1088,7 +1088,7 @@
void checkListKeyRingsResponse(api.ListKeyRingsResponse o) {
buildCounterListKeyRingsResponse++;
if (buildCounterListKeyRingsResponse < 3) {
- checkUnnamed5256(o.keyRings!);
+ checkUnnamed5258(o.keyRings!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1101,14 +1101,14 @@
buildCounterListKeyRingsResponse--;
}
-core.List<api.Location> buildUnnamed5257() {
+core.List<api.Location> buildUnnamed5259() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed5257(core.List<api.Location> o) {
+void checkUnnamed5259(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1119,7 +1119,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed5257();
+ o.locations = buildUnnamed5259();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1129,7 +1129,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed5257(o.locations!);
+ checkUnnamed5259(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1138,14 +1138,14 @@
buildCounterListLocationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed5258() {
+core.Map<core.String, core.String> buildUnnamed5260() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5258(core.Map<core.String, core.String> o) {
+void checkUnnamed5260(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1157,7 +1157,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5259() {
+core.Map<core.String, core.Object> buildUnnamed5261() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1172,7 +1172,7 @@
return o;
}
-void checkUnnamed5259(core.Map<core.String, core.Object> o) {
+void checkUnnamed5261(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1210,9 +1210,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed5258();
+ o.labels = buildUnnamed5260();
o.locationId = 'foo';
- o.metadata = buildUnnamed5259();
+ o.metadata = buildUnnamed5261();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1226,12 +1226,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5258(o.labels!);
+ checkUnnamed5260(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed5259(o.metadata!);
+ checkUnnamed5261(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1261,27 +1261,27 @@
buildCounterLocationMetadata--;
}
-core.List<api.AuditConfig> buildUnnamed5260() {
+core.List<api.AuditConfig> buildUnnamed5262() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed5260(core.List<api.AuditConfig> o) {
+void checkUnnamed5262(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed5261() {
+core.List<api.Binding> buildUnnamed5263() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed5261(core.List<api.Binding> o) {
+void checkUnnamed5263(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1292,8 +1292,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed5260();
- o.bindings = buildUnnamed5261();
+ o.auditConfigs = buildUnnamed5262();
+ o.bindings = buildUnnamed5263();
o.etag = 'foo';
o.version = 42;
}
@@ -1304,8 +1304,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed5260(o.auditConfigs!);
- checkUnnamed5261(o.bindings!);
+ checkUnnamed5262(o.auditConfigs!);
+ checkUnnamed5263(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1399,14 +1399,14 @@
buildCounterSetIamPolicyRequest--;
}
-core.List<core.String> buildUnnamed5262() {
+core.List<core.String> buildUnnamed5264() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5262(core.List<core.String> o) {
+void checkUnnamed5264(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1423,7 +1423,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed5262();
+ o.permissions = buildUnnamed5264();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -1432,19 +1432,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed5262(o.permissions!);
+ checkUnnamed5264(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed5263() {
+core.List<core.String> buildUnnamed5265() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5263(core.List<core.String> o) {
+void checkUnnamed5265(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1461,7 +1461,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed5263();
+ o.permissions = buildUnnamed5265();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1470,7 +1470,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed5263(o.permissions!);
+ checkUnnamed5265(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/cloudresourcemanager/v1_test.dart b/generated/googleapis/test/cloudresourcemanager/v1_test.dart
index 6dc8c22..80dd706 100644
--- a/generated/googleapis/test/cloudresourcemanager/v1_test.dart
+++ b/generated/googleapis/test/cloudresourcemanager/v1_test.dart
@@ -46,14 +46,14 @@
buildCounterAncestor--;
}
-core.List<api.AuditLogConfig> buildUnnamed3271() {
+core.List<api.AuditLogConfig> buildUnnamed3272() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed3271(core.List<api.AuditLogConfig> o) {
+void checkUnnamed3272(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -64,7 +64,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed3271();
+ o.auditLogConfigs = buildUnnamed3272();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -74,7 +74,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed3271(o.auditLogConfigs!);
+ checkUnnamed3272(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -83,49 +83,6 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed3272() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3272(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterAuditLogConfig = 0;
-api.AuditLogConfig buildAuditLogConfig() {
- var o = api.AuditLogConfig();
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed3272();
- o.logType = 'foo';
- }
- buildCounterAuditLogConfig--;
- return o;
-}
-
-void checkAuditLogConfig(api.AuditLogConfig o) {
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- checkUnnamed3272(o.exemptedMembers!);
- unittest.expect(
- o.logType!,
- unittest.equals('foo'),
- );
- }
- buildCounterAuditLogConfig--;
-}
-
core.List<core.String> buildUnnamed3273() {
var o = <core.String>[];
o.add('foo');
@@ -145,13 +102,56 @@
);
}
+core.int buildCounterAuditLogConfig = 0;
+api.AuditLogConfig buildAuditLogConfig() {
+ var o = api.AuditLogConfig();
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ o.exemptedMembers = buildUnnamed3273();
+ o.logType = 'foo';
+ }
+ buildCounterAuditLogConfig--;
+ return o;
+}
+
+void checkAuditLogConfig(api.AuditLogConfig o) {
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ checkUnnamed3273(o.exemptedMembers!);
+ unittest.expect(
+ o.logType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAuditLogConfig--;
+}
+
+core.List<core.String> buildUnnamed3274() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3274(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterBinding = 0;
api.Binding buildBinding() {
var o = api.Binding();
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3273();
+ o.members = buildUnnamed3274();
o.role = 'foo';
}
buildCounterBinding--;
@@ -162,7 +162,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3273(o.members!);
+ checkUnnamed3274(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -554,14 +554,14 @@
buildCounterGetAncestryRequest--;
}
-core.List<api.Ancestor> buildUnnamed3274() {
+core.List<api.Ancestor> buildUnnamed3275() {
var o = <api.Ancestor>[];
o.add(buildAncestor());
o.add(buildAncestor());
return o;
}
-void checkUnnamed3274(core.List<api.Ancestor> o) {
+void checkUnnamed3275(core.List<api.Ancestor> o) {
unittest.expect(o, unittest.hasLength(2));
checkAncestor(o[0] as api.Ancestor);
checkAncestor(o[1] as api.Ancestor);
@@ -572,7 +572,7 @@
var o = api.GetAncestryResponse();
buildCounterGetAncestryResponse++;
if (buildCounterGetAncestryResponse < 3) {
- o.ancestor = buildUnnamed3274();
+ o.ancestor = buildUnnamed3275();
}
buildCounterGetAncestryResponse--;
return o;
@@ -581,7 +581,7 @@
void checkGetAncestryResponse(api.GetAncestryResponse o) {
buildCounterGetAncestryResponse++;
if (buildCounterGetAncestryResponse < 3) {
- checkUnnamed3274(o.ancestor!);
+ checkUnnamed3275(o.ancestor!);
}
buildCounterGetAncestryResponse--;
}
@@ -671,14 +671,14 @@
buildCounterGetPolicyOptions--;
}
-core.List<core.String> buildUnnamed3275() {
+core.List<core.String> buildUnnamed3276() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3275(core.List<core.String> o) {
+void checkUnnamed3276(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -700,7 +700,7 @@
o.origin = 'foo';
o.parent = 'foo';
o.reason = 'foo';
- o.restrictions = buildUnnamed3275();
+ o.restrictions = buildUnnamed3276();
}
buildCounterLien--;
return o;
@@ -729,7 +729,7 @@
o.reason!,
unittest.equals('foo'),
);
- checkUnnamed3275(o.restrictions!);
+ checkUnnamed3276(o.restrictions!);
}
buildCounterLien--;
}
@@ -763,14 +763,14 @@
buildCounterListAvailableOrgPolicyConstraintsRequest--;
}
-core.List<api.Constraint> buildUnnamed3276() {
+core.List<api.Constraint> buildUnnamed3277() {
var o = <api.Constraint>[];
o.add(buildConstraint());
o.add(buildConstraint());
return o;
}
-void checkUnnamed3276(core.List<api.Constraint> o) {
+void checkUnnamed3277(core.List<api.Constraint> o) {
unittest.expect(o, unittest.hasLength(2));
checkConstraint(o[0] as api.Constraint);
checkConstraint(o[1] as api.Constraint);
@@ -782,7 +782,7 @@
var o = api.ListAvailableOrgPolicyConstraintsResponse();
buildCounterListAvailableOrgPolicyConstraintsResponse++;
if (buildCounterListAvailableOrgPolicyConstraintsResponse < 3) {
- o.constraints = buildUnnamed3276();
+ o.constraints = buildUnnamed3277();
o.nextPageToken = 'foo';
}
buildCounterListAvailableOrgPolicyConstraintsResponse--;
@@ -793,7 +793,7 @@
api.ListAvailableOrgPolicyConstraintsResponse o) {
buildCounterListAvailableOrgPolicyConstraintsResponse++;
if (buildCounterListAvailableOrgPolicyConstraintsResponse < 3) {
- checkUnnamed3276(o.constraints!);
+ checkUnnamed3277(o.constraints!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -826,14 +826,14 @@
buildCounterListConstraint--;
}
-core.List<api.Lien> buildUnnamed3277() {
+core.List<api.Lien> buildUnnamed3278() {
var o = <api.Lien>[];
o.add(buildLien());
o.add(buildLien());
return o;
}
-void checkUnnamed3277(core.List<api.Lien> o) {
+void checkUnnamed3278(core.List<api.Lien> o) {
unittest.expect(o, unittest.hasLength(2));
checkLien(o[0] as api.Lien);
checkLien(o[1] as api.Lien);
@@ -844,7 +844,7 @@
var o = api.ListLiensResponse();
buildCounterListLiensResponse++;
if (buildCounterListLiensResponse < 3) {
- o.liens = buildUnnamed3277();
+ o.liens = buildUnnamed3278();
o.nextPageToken = 'foo';
}
buildCounterListLiensResponse--;
@@ -854,7 +854,7 @@
void checkListLiensResponse(api.ListLiensResponse o) {
buildCounterListLiensResponse++;
if (buildCounterListLiensResponse < 3) {
- checkUnnamed3277(o.liens!);
+ checkUnnamed3278(o.liens!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -890,14 +890,14 @@
buildCounterListOrgPoliciesRequest--;
}
-core.List<api.OrgPolicy> buildUnnamed3278() {
+core.List<api.OrgPolicy> buildUnnamed3279() {
var o = <api.OrgPolicy>[];
o.add(buildOrgPolicy());
o.add(buildOrgPolicy());
return o;
}
-void checkUnnamed3278(core.List<api.OrgPolicy> o) {
+void checkUnnamed3279(core.List<api.OrgPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrgPolicy(o[0] as api.OrgPolicy);
checkOrgPolicy(o[1] as api.OrgPolicy);
@@ -909,7 +909,7 @@
buildCounterListOrgPoliciesResponse++;
if (buildCounterListOrgPoliciesResponse < 3) {
o.nextPageToken = 'foo';
- o.policies = buildUnnamed3278();
+ o.policies = buildUnnamed3279();
}
buildCounterListOrgPoliciesResponse--;
return o;
@@ -922,30 +922,11 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3278(o.policies!);
+ checkUnnamed3279(o.policies!);
}
buildCounterListOrgPoliciesResponse--;
}
-core.List<core.String> buildUnnamed3279() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3279(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3280() {
var o = <core.String>[];
o.add('foo');
@@ -965,14 +946,33 @@
);
}
+core.List<core.String> buildUnnamed3281() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3281(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterListPolicy = 0;
api.ListPolicy buildListPolicy() {
var o = api.ListPolicy();
buildCounterListPolicy++;
if (buildCounterListPolicy < 3) {
o.allValues = 'foo';
- o.allowedValues = buildUnnamed3279();
- o.deniedValues = buildUnnamed3280();
+ o.allowedValues = buildUnnamed3280();
+ o.deniedValues = buildUnnamed3281();
o.inheritFromParent = true;
o.suggestedValue = 'foo';
}
@@ -987,8 +987,8 @@
o.allValues!,
unittest.equals('foo'),
);
- checkUnnamed3279(o.allowedValues!);
- checkUnnamed3280(o.deniedValues!);
+ checkUnnamed3280(o.allowedValues!);
+ checkUnnamed3281(o.deniedValues!);
unittest.expect(o.inheritFromParent!, unittest.isTrue);
unittest.expect(
o.suggestedValue!,
@@ -998,14 +998,14 @@
buildCounterListPolicy--;
}
-core.List<api.Project> buildUnnamed3281() {
+core.List<api.Project> buildUnnamed3282() {
var o = <api.Project>[];
o.add(buildProject());
o.add(buildProject());
return o;
}
-void checkUnnamed3281(core.List<api.Project> o) {
+void checkUnnamed3282(core.List<api.Project> o) {
unittest.expect(o, unittest.hasLength(2));
checkProject(o[0] as api.Project);
checkProject(o[1] as api.Project);
@@ -1017,7 +1017,7 @@
buildCounterListProjectsResponse++;
if (buildCounterListProjectsResponse < 3) {
o.nextPageToken = 'foo';
- o.projects = buildUnnamed3281();
+ o.projects = buildUnnamed3282();
}
buildCounterListProjectsResponse--;
return o;
@@ -1030,12 +1030,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3281(o.projects!);
+ checkUnnamed3282(o.projects!);
}
buildCounterListProjectsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed3282() {
+core.Map<core.String, core.Object> buildUnnamed3283() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1050,7 +1050,7 @@
return o;
}
-void checkUnnamed3282(core.Map<core.String, core.Object> o) {
+void checkUnnamed3283(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1082,7 +1082,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3283() {
+core.Map<core.String, core.Object> buildUnnamed3284() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1097,7 +1097,7 @@
return o;
}
-void checkUnnamed3283(core.Map<core.String, core.Object> o) {
+void checkUnnamed3284(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1136,9 +1136,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3282();
+ o.metadata = buildUnnamed3283();
o.name = 'foo';
- o.response = buildUnnamed3283();
+ o.response = buildUnnamed3284();
}
buildCounterOperation--;
return o;
@@ -1149,12 +1149,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3282(o.metadata!);
+ checkUnnamed3283(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3283(o.response!);
+ checkUnnamed3284(o.response!);
}
buildCounterOperation--;
}
@@ -1263,27 +1263,27 @@
buildCounterOrganizationOwner--;
}
-core.List<api.AuditConfig> buildUnnamed3284() {
+core.List<api.AuditConfig> buildUnnamed3285() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed3284(core.List<api.AuditConfig> o) {
+void checkUnnamed3285(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed3285() {
+core.List<api.Binding> buildUnnamed3286() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed3285(core.List<api.Binding> o) {
+void checkUnnamed3286(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1294,8 +1294,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed3284();
- o.bindings = buildUnnamed3285();
+ o.auditConfigs = buildUnnamed3285();
+ o.bindings = buildUnnamed3286();
o.etag = 'foo';
o.version = 42;
}
@@ -1306,8 +1306,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed3284(o.auditConfigs!);
- checkUnnamed3285(o.bindings!);
+ checkUnnamed3285(o.auditConfigs!);
+ checkUnnamed3286(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1320,14 +1320,14 @@
buildCounterPolicy--;
}
-core.Map<core.String, core.String> buildUnnamed3286() {
+core.Map<core.String, core.String> buildUnnamed3287() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3286(core.Map<core.String, core.String> o) {
+void checkUnnamed3287(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1345,7 +1345,7 @@
buildCounterProject++;
if (buildCounterProject < 3) {
o.createTime = 'foo';
- o.labels = buildUnnamed3286();
+ o.labels = buildUnnamed3287();
o.lifecycleState = 'foo';
o.name = 'foo';
o.parent = buildResourceId();
@@ -1363,7 +1363,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed3286(o.labels!);
+ checkUnnamed3287(o.labels!);
unittest.expect(
o.lifecycleState!,
unittest.equals('foo'),
@@ -1485,14 +1485,14 @@
buildCounterSearchOrganizationsRequest--;
}
-core.List<api.Organization> buildUnnamed3287() {
+core.List<api.Organization> buildUnnamed3288() {
var o = <api.Organization>[];
o.add(buildOrganization());
o.add(buildOrganization());
return o;
}
-void checkUnnamed3287(core.List<api.Organization> o) {
+void checkUnnamed3288(core.List<api.Organization> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrganization(o[0] as api.Organization);
checkOrganization(o[1] as api.Organization);
@@ -1504,7 +1504,7 @@
buildCounterSearchOrganizationsResponse++;
if (buildCounterSearchOrganizationsResponse < 3) {
o.nextPageToken = 'foo';
- o.organizations = buildUnnamed3287();
+ o.organizations = buildUnnamed3288();
}
buildCounterSearchOrganizationsResponse--;
return o;
@@ -1517,7 +1517,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3287(o.organizations!);
+ checkUnnamed3288(o.organizations!);
}
buildCounterSearchOrganizationsResponse--;
}
@@ -1565,7 +1565,7 @@
buildCounterSetOrgPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed3288() {
+core.Map<core.String, core.Object> buildUnnamed3289() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1580,7 +1580,7 @@
return o;
}
-void checkUnnamed3288(core.Map<core.String, core.Object> o) {
+void checkUnnamed3289(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1612,17 +1612,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3289() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3290() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3288());
- o.add(buildUnnamed3288());
+ o.add(buildUnnamed3289());
+ o.add(buildUnnamed3289());
return o;
}
-void checkUnnamed3289(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3290(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3288(o[0]);
- checkUnnamed3288(o[1]);
+ checkUnnamed3289(o[0]);
+ checkUnnamed3289(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1631,7 +1631,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3289();
+ o.details = buildUnnamed3290();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1645,7 +1645,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3289(o.details!);
+ checkUnnamed3290(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1654,44 +1654,6 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed3290() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3290(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed3290();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed3290(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
core.List<core.String> buildUnnamed3291() {
var o = <core.String>[];
o.add('foo');
@@ -1711,12 +1673,50 @@
);
}
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed3291();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed3291(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
+core.List<core.String> buildUnnamed3292() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3292(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed3291();
+ o.permissions = buildUnnamed3292();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1725,7 +1725,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed3291(o.permissions!);
+ checkUnnamed3292(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/cloudresourcemanager/v2_test.dart b/generated/googleapis/test/cloudresourcemanager/v2_test.dart
index 9663737..1fb7e14 100644
--- a/generated/googleapis/test/cloudresourcemanager/v2_test.dart
+++ b/generated/googleapis/test/cloudresourcemanager/v2_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AuditLogConfig> buildUnnamed3192() {
+core.List<api.AuditLogConfig> buildUnnamed3193() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed3192(core.List<api.AuditLogConfig> o) {
+void checkUnnamed3193(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -45,7 +45,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed3192();
+ o.auditLogConfigs = buildUnnamed3193();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -55,7 +55,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed3192(o.auditLogConfigs!);
+ checkUnnamed3193(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -64,49 +64,6 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed3193() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3193(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterAuditLogConfig = 0;
-api.AuditLogConfig buildAuditLogConfig() {
- var o = api.AuditLogConfig();
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed3193();
- o.logType = 'foo';
- }
- buildCounterAuditLogConfig--;
- return o;
-}
-
-void checkAuditLogConfig(api.AuditLogConfig o) {
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- checkUnnamed3193(o.exemptedMembers!);
- unittest.expect(
- o.logType!,
- unittest.equals('foo'),
- );
- }
- buildCounterAuditLogConfig--;
-}
-
core.List<core.String> buildUnnamed3194() {
var o = <core.String>[];
o.add('foo');
@@ -126,13 +83,56 @@
);
}
+core.int buildCounterAuditLogConfig = 0;
+api.AuditLogConfig buildAuditLogConfig() {
+ var o = api.AuditLogConfig();
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ o.exemptedMembers = buildUnnamed3194();
+ o.logType = 'foo';
+ }
+ buildCounterAuditLogConfig--;
+ return o;
+}
+
+void checkAuditLogConfig(api.AuditLogConfig o) {
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ checkUnnamed3194(o.exemptedMembers!);
+ unittest.expect(
+ o.logType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAuditLogConfig--;
+}
+
+core.List<core.String> buildUnnamed3195() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3195(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterBinding = 0;
api.Binding buildBinding() {
var o = api.Binding();
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3194();
+ o.members = buildUnnamed3195();
o.role = 'foo';
}
buildCounterBinding--;
@@ -143,7 +143,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3194(o.members!);
+ checkUnnamed3195(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -481,14 +481,14 @@
buildCounterGetPolicyOptions--;
}
-core.List<api.Folder> buildUnnamed3195() {
+core.List<api.Folder> buildUnnamed3196() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed3195(core.List<api.Folder> o) {
+void checkUnnamed3196(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
@@ -499,7 +499,7 @@
var o = api.ListFoldersResponse();
buildCounterListFoldersResponse++;
if (buildCounterListFoldersResponse < 3) {
- o.folders = buildUnnamed3195();
+ o.folders = buildUnnamed3196();
o.nextPageToken = 'foo';
}
buildCounterListFoldersResponse--;
@@ -509,7 +509,7 @@
void checkListFoldersResponse(api.ListFoldersResponse o) {
buildCounterListFoldersResponse++;
if (buildCounterListFoldersResponse < 3) {
- checkUnnamed3195(o.folders!);
+ checkUnnamed3196(o.folders!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -540,7 +540,7 @@
buildCounterMoveFolderRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed3196() {
+core.Map<core.String, core.Object> buildUnnamed3197() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -555,7 +555,7 @@
return o;
}
-void checkUnnamed3196(core.Map<core.String, core.Object> o) {
+void checkUnnamed3197(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -587,7 +587,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3197() {
+core.Map<core.String, core.Object> buildUnnamed3198() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -602,7 +602,7 @@
return o;
}
-void checkUnnamed3197(core.Map<core.String, core.Object> o) {
+void checkUnnamed3198(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -641,9 +641,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3196();
+ o.metadata = buildUnnamed3197();
o.name = 'foo';
- o.response = buildUnnamed3197();
+ o.response = buildUnnamed3198();
}
buildCounterOperation--;
return o;
@@ -654,37 +654,37 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3196(o.metadata!);
+ checkUnnamed3197(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3197(o.response!);
+ checkUnnamed3198(o.response!);
}
buildCounterOperation--;
}
-core.List<api.AuditConfig> buildUnnamed3198() {
+core.List<api.AuditConfig> buildUnnamed3199() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed3198(core.List<api.AuditConfig> o) {
+void checkUnnamed3199(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed3199() {
+core.List<api.Binding> buildUnnamed3200() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed3199(core.List<api.Binding> o) {
+void checkUnnamed3200(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -695,8 +695,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed3198();
- o.bindings = buildUnnamed3199();
+ o.auditConfigs = buildUnnamed3199();
+ o.bindings = buildUnnamed3200();
o.etag = 'foo';
o.version = 42;
}
@@ -707,8 +707,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed3198(o.auditConfigs!);
- checkUnnamed3199(o.bindings!);
+ checkUnnamed3199(o.auditConfigs!);
+ checkUnnamed3200(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -779,14 +779,14 @@
buildCounterSearchFoldersRequest--;
}
-core.List<api.Folder> buildUnnamed3200() {
+core.List<api.Folder> buildUnnamed3201() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed3200(core.List<api.Folder> o) {
+void checkUnnamed3201(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
@@ -797,7 +797,7 @@
var o = api.SearchFoldersResponse();
buildCounterSearchFoldersResponse++;
if (buildCounterSearchFoldersResponse < 3) {
- o.folders = buildUnnamed3200();
+ o.folders = buildUnnamed3201();
o.nextPageToken = 'foo';
}
buildCounterSearchFoldersResponse--;
@@ -807,7 +807,7 @@
void checkSearchFoldersResponse(api.SearchFoldersResponse o) {
buildCounterSearchFoldersResponse++;
if (buildCounterSearchFoldersResponse < 3) {
- checkUnnamed3200(o.folders!);
+ checkUnnamed3201(o.folders!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -840,7 +840,7 @@
buildCounterSetIamPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed3201() {
+core.Map<core.String, core.Object> buildUnnamed3202() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -855,7 +855,7 @@
return o;
}
-void checkUnnamed3201(core.Map<core.String, core.Object> o) {
+void checkUnnamed3202(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -887,17 +887,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3202() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3203() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3201());
- o.add(buildUnnamed3201());
+ o.add(buildUnnamed3202());
+ o.add(buildUnnamed3202());
return o;
}
-void checkUnnamed3202(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3203(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3201(o[0]);
- checkUnnamed3201(o[1]);
+ checkUnnamed3202(o[0]);
+ checkUnnamed3202(o[1]);
}
core.int buildCounterStatus = 0;
@@ -906,7 +906,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3202();
+ o.details = buildUnnamed3203();
o.message = 'foo';
}
buildCounterStatus--;
@@ -920,7 +920,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3202(o.details!);
+ checkUnnamed3203(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -929,44 +929,6 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed3203() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3203(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed3203();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed3203(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
core.List<core.String> buildUnnamed3204() {
var o = <core.String>[];
o.add('foo');
@@ -986,12 +948,50 @@
);
}
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed3204();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed3204(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
+core.List<core.String> buildUnnamed3205() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3205(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed3204();
+ o.permissions = buildUnnamed3205();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1000,7 +1000,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed3204(o.permissions!);
+ checkUnnamed3205(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/cloudscheduler/v1_test.dart b/generated/googleapis/test/cloudscheduler/v1_test.dart
index fd88d04..5df3b83 100644
--- a/generated/googleapis/test/cloudscheduler/v1_test.dart
+++ b/generated/googleapis/test/cloudscheduler/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.Map<core.String, core.String> buildUnnamed3182() {
+core.Map<core.String, core.String> buildUnnamed3183() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3182(core.Map<core.String, core.String> o) {
+void checkUnnamed3183(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -53,7 +53,7 @@
if (buildCounterAppEngineHttpTarget < 3) {
o.appEngineRouting = buildAppEngineRouting();
o.body = 'foo';
- o.headers = buildUnnamed3182();
+ o.headers = buildUnnamed3183();
o.httpMethod = 'foo';
o.relativeUri = 'foo';
}
@@ -69,7 +69,7 @@
o.body!,
unittest.equals('foo'),
);
- checkUnnamed3182(o.headers!);
+ checkUnnamed3183(o.headers!);
unittest.expect(
o.httpMethod!,
unittest.equals('foo'),
@@ -134,14 +134,14 @@
buildCounterEmpty--;
}
-core.Map<core.String, core.String> buildUnnamed3183() {
+core.Map<core.String, core.String> buildUnnamed3184() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3183(core.Map<core.String, core.String> o) {
+void checkUnnamed3184(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -159,7 +159,7 @@
buildCounterHttpTarget++;
if (buildCounterHttpTarget < 3) {
o.body = 'foo';
- o.headers = buildUnnamed3183();
+ o.headers = buildUnnamed3184();
o.httpMethod = 'foo';
o.oauthToken = buildOAuthToken();
o.oidcToken = buildOidcToken();
@@ -176,7 +176,7 @@
o.body!,
unittest.equals('foo'),
);
- checkUnnamed3183(o.headers!);
+ checkUnnamed3184(o.headers!);
unittest.expect(
o.httpMethod!,
unittest.equals('foo'),
@@ -263,14 +263,14 @@
buildCounterJob--;
}
-core.List<api.Job> buildUnnamed3184() {
+core.List<api.Job> buildUnnamed3185() {
var o = <api.Job>[];
o.add(buildJob());
o.add(buildJob());
return o;
}
-void checkUnnamed3184(core.List<api.Job> o) {
+void checkUnnamed3185(core.List<api.Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkJob(o[0] as api.Job);
checkJob(o[1] as api.Job);
@@ -281,7 +281,7 @@
var o = api.ListJobsResponse();
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- o.jobs = buildUnnamed3184();
+ o.jobs = buildUnnamed3185();
o.nextPageToken = 'foo';
}
buildCounterListJobsResponse--;
@@ -291,7 +291,7 @@
void checkListJobsResponse(api.ListJobsResponse o) {
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- checkUnnamed3184(o.jobs!);
+ checkUnnamed3185(o.jobs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -300,14 +300,14 @@
buildCounterListJobsResponse--;
}
-core.List<api.Location> buildUnnamed3185() {
+core.List<api.Location> buildUnnamed3186() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed3185(core.List<api.Location> o) {
+void checkUnnamed3186(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -318,7 +318,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed3185();
+ o.locations = buildUnnamed3186();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -328,7 +328,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed3185(o.locations!);
+ checkUnnamed3186(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -337,14 +337,14 @@
buildCounterListLocationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed3186() {
+core.Map<core.String, core.String> buildUnnamed3187() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3186(core.Map<core.String, core.String> o) {
+void checkUnnamed3187(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -356,7 +356,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3187() {
+core.Map<core.String, core.Object> buildUnnamed3188() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -371,7 +371,7 @@
return o;
}
-void checkUnnamed3187(core.Map<core.String, core.Object> o) {
+void checkUnnamed3188(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -409,9 +409,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed3186();
+ o.labels = buildUnnamed3187();
o.locationId = 'foo';
- o.metadata = buildUnnamed3187();
+ o.metadata = buildUnnamed3188();
o.name = 'foo';
}
buildCounterLocation--;
@@ -425,12 +425,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3186(o.labels!);
+ checkUnnamed3187(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed3187(o.metadata!);
+ checkUnnamed3188(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -508,14 +508,14 @@
buildCounterPauseJobRequest--;
}
-core.Map<core.String, core.String> buildUnnamed3188() {
+core.Map<core.String, core.String> buildUnnamed3189() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3188(core.Map<core.String, core.String> o) {
+void checkUnnamed3189(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -532,7 +532,7 @@
var o = api.PubsubMessage();
buildCounterPubsubMessage++;
if (buildCounterPubsubMessage < 3) {
- o.attributes = buildUnnamed3188();
+ o.attributes = buildUnnamed3189();
o.data = 'foo';
o.messageId = 'foo';
o.orderingKey = 'foo';
@@ -545,7 +545,7 @@
void checkPubsubMessage(api.PubsubMessage o) {
buildCounterPubsubMessage++;
if (buildCounterPubsubMessage < 3) {
- checkUnnamed3188(o.attributes!);
+ checkUnnamed3189(o.attributes!);
unittest.expect(
o.data!,
unittest.equals('foo'),
@@ -566,14 +566,14 @@
buildCounterPubsubMessage--;
}
-core.Map<core.String, core.String> buildUnnamed3189() {
+core.Map<core.String, core.String> buildUnnamed3190() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3189(core.Map<core.String, core.String> o) {
+void checkUnnamed3190(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -590,7 +590,7 @@
var o = api.PubsubTarget();
buildCounterPubsubTarget++;
if (buildCounterPubsubTarget < 3) {
- o.attributes = buildUnnamed3189();
+ o.attributes = buildUnnamed3190();
o.data = 'foo';
o.topicName = 'foo';
}
@@ -601,7 +601,7 @@
void checkPubsubTarget(api.PubsubTarget o) {
buildCounterPubsubTarget++;
if (buildCounterPubsubTarget < 3) {
- checkUnnamed3189(o.attributes!);
+ checkUnnamed3190(o.attributes!);
unittest.expect(
o.data!,
unittest.equals('foo'),
@@ -686,7 +686,7 @@
buildCounterRunJobRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed3190() {
+core.Map<core.String, core.Object> buildUnnamed3191() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -701,7 +701,7 @@
return o;
}
-void checkUnnamed3190(core.Map<core.String, core.Object> o) {
+void checkUnnamed3191(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -733,17 +733,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3191() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3192() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3190());
- o.add(buildUnnamed3190());
+ o.add(buildUnnamed3191());
+ o.add(buildUnnamed3191());
return o;
}
-void checkUnnamed3191(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3192(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3190(o[0]);
- checkUnnamed3190(o[1]);
+ checkUnnamed3191(o[0]);
+ checkUnnamed3191(o[1]);
}
core.int buildCounterStatus = 0;
@@ -752,7 +752,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3191();
+ o.details = buildUnnamed3192();
o.message = 'foo';
}
buildCounterStatus--;
@@ -766,7 +766,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3191(o.details!);
+ checkUnnamed3192(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/cloudsearch/v1_test.dart b/generated/googleapis/test/cloudsearch/v1_test.dart
index 5ceb51a..3fce070 100644
--- a/generated/googleapis/test/cloudsearch/v1_test.dart
+++ b/generated/googleapis/test/cloudsearch/v1_test.dart
@@ -88,14 +88,14 @@
buildCounterCheckAccessResponse--;
}
-core.List<api.Filter> buildUnnamed3777() {
+core.List<api.Filter> buildUnnamed3778() {
var o = <api.Filter>[];
o.add(buildFilter());
o.add(buildFilter());
return o;
}
-void checkUnnamed3777(core.List<api.Filter> o) {
+void checkUnnamed3778(core.List<api.Filter> o) {
unittest.expect(o, unittest.hasLength(2));
checkFilter(o[0] as api.Filter);
checkFilter(o[1] as api.Filter);
@@ -107,7 +107,7 @@
buildCounterCompositeFilter++;
if (buildCounterCompositeFilter < 3) {
o.logicOperator = 'foo';
- o.subFilters = buildUnnamed3777();
+ o.subFilters = buildUnnamed3778();
}
buildCounterCompositeFilter--;
return o;
@@ -120,19 +120,19 @@
o.logicOperator!,
unittest.equals('foo'),
);
- checkUnnamed3777(o.subFilters!);
+ checkUnnamed3778(o.subFilters!);
}
buildCounterCompositeFilter--;
}
-core.List<api.ItemCountByStatus> buildUnnamed3778() {
+core.List<api.ItemCountByStatus> buildUnnamed3779() {
var o = <api.ItemCountByStatus>[];
o.add(buildItemCountByStatus());
o.add(buildItemCountByStatus());
return o;
}
-void checkUnnamed3778(core.List<api.ItemCountByStatus> o) {
+void checkUnnamed3779(core.List<api.ItemCountByStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkItemCountByStatus(o[0] as api.ItemCountByStatus);
checkItemCountByStatus(o[1] as api.ItemCountByStatus);
@@ -144,7 +144,7 @@
buildCounterCustomerIndexStats++;
if (buildCounterCustomerIndexStats < 3) {
o.date = buildDate();
- o.itemCountByStatus = buildUnnamed3778();
+ o.itemCountByStatus = buildUnnamed3779();
}
buildCounterCustomerIndexStats--;
return o;
@@ -154,19 +154,19 @@
buildCounterCustomerIndexStats++;
if (buildCounterCustomerIndexStats < 3) {
checkDate(o.date! as api.Date);
- checkUnnamed3778(o.itemCountByStatus!);
+ checkUnnamed3779(o.itemCountByStatus!);
}
buildCounterCustomerIndexStats--;
}
-core.List<api.QueryCountByStatus> buildUnnamed3779() {
+core.List<api.QueryCountByStatus> buildUnnamed3780() {
var o = <api.QueryCountByStatus>[];
o.add(buildQueryCountByStatus());
o.add(buildQueryCountByStatus());
return o;
}
-void checkUnnamed3779(core.List<api.QueryCountByStatus> o) {
+void checkUnnamed3780(core.List<api.QueryCountByStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkQueryCountByStatus(o[0] as api.QueryCountByStatus);
checkQueryCountByStatus(o[1] as api.QueryCountByStatus);
@@ -178,7 +178,7 @@
buildCounterCustomerQueryStats++;
if (buildCounterCustomerQueryStats < 3) {
o.date = buildDate();
- o.queryCountByStatus = buildUnnamed3779();
+ o.queryCountByStatus = buildUnnamed3780();
}
buildCounterCustomerQueryStats--;
return o;
@@ -188,7 +188,7 @@
buildCounterCustomerQueryStats++;
if (buildCounterCustomerQueryStats < 3) {
checkDate(o.date! as api.Date);
- checkUnnamed3779(o.queryCountByStatus!);
+ checkUnnamed3780(o.queryCountByStatus!);
}
buildCounterCustomerQueryStats--;
}
@@ -251,14 +251,14 @@
buildCounterCustomerUserStats--;
}
-core.List<core.String> buildUnnamed3780() {
+core.List<core.String> buildUnnamed3781() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3780(core.List<core.String> o) {
+void checkUnnamed3781(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -270,27 +270,27 @@
);
}
-core.List<api.GSuitePrincipal> buildUnnamed3781() {
+core.List<api.GSuitePrincipal> buildUnnamed3782() {
var o = <api.GSuitePrincipal>[];
o.add(buildGSuitePrincipal());
o.add(buildGSuitePrincipal());
return o;
}
-void checkUnnamed3781(core.List<api.GSuitePrincipal> o) {
+void checkUnnamed3782(core.List<api.GSuitePrincipal> o) {
unittest.expect(o, unittest.hasLength(2));
checkGSuitePrincipal(o[0] as api.GSuitePrincipal);
checkGSuitePrincipal(o[1] as api.GSuitePrincipal);
}
-core.List<core.String> buildUnnamed3782() {
+core.List<core.String> buildUnnamed3783() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3782(core.List<core.String> o) {
+void checkUnnamed3783(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -310,10 +310,10 @@
o.disableModifications = true;
o.disableServing = true;
o.displayName = 'foo';
- o.indexingServiceAccounts = buildUnnamed3780();
- o.itemsVisibility = buildUnnamed3781();
+ o.indexingServiceAccounts = buildUnnamed3781();
+ o.itemsVisibility = buildUnnamed3782();
o.name = 'foo';
- o.operationIds = buildUnnamed3782();
+ o.operationIds = buildUnnamed3783();
o.shortName = 'foo';
}
buildCounterDataSource--;
@@ -329,13 +329,13 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3780(o.indexingServiceAccounts!);
- checkUnnamed3781(o.itemsVisibility!);
+ checkUnnamed3781(o.indexingServiceAccounts!);
+ checkUnnamed3782(o.itemsVisibility!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3782(o.operationIds!);
+ checkUnnamed3783(o.operationIds!);
unittest.expect(
o.shortName!,
unittest.equals('foo'),
@@ -344,14 +344,14 @@
buildCounterDataSource--;
}
-core.List<api.ItemCountByStatus> buildUnnamed3783() {
+core.List<api.ItemCountByStatus> buildUnnamed3784() {
var o = <api.ItemCountByStatus>[];
o.add(buildItemCountByStatus());
o.add(buildItemCountByStatus());
return o;
}
-void checkUnnamed3783(core.List<api.ItemCountByStatus> o) {
+void checkUnnamed3784(core.List<api.ItemCountByStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkItemCountByStatus(o[0] as api.ItemCountByStatus);
checkItemCountByStatus(o[1] as api.ItemCountByStatus);
@@ -363,7 +363,7 @@
buildCounterDataSourceIndexStats++;
if (buildCounterDataSourceIndexStats < 3) {
o.date = buildDate();
- o.itemCountByStatus = buildUnnamed3783();
+ o.itemCountByStatus = buildUnnamed3784();
}
buildCounterDataSourceIndexStats--;
return o;
@@ -373,19 +373,19 @@
buildCounterDataSourceIndexStats++;
if (buildCounterDataSourceIndexStats < 3) {
checkDate(o.date! as api.Date);
- checkUnnamed3783(o.itemCountByStatus!);
+ checkUnnamed3784(o.itemCountByStatus!);
}
buildCounterDataSourceIndexStats--;
}
-core.List<api.FilterOptions> buildUnnamed3784() {
+core.List<api.FilterOptions> buildUnnamed3785() {
var o = <api.FilterOptions>[];
o.add(buildFilterOptions());
o.add(buildFilterOptions());
return o;
}
-void checkUnnamed3784(core.List<api.FilterOptions> o) {
+void checkUnnamed3785(core.List<api.FilterOptions> o) {
unittest.expect(o, unittest.hasLength(2));
checkFilterOptions(o[0] as api.FilterOptions);
checkFilterOptions(o[1] as api.FilterOptions);
@@ -396,7 +396,7 @@
var o = api.DataSourceRestriction();
buildCounterDataSourceRestriction++;
if (buildCounterDataSourceRestriction < 3) {
- o.filterOptions = buildUnnamed3784();
+ o.filterOptions = buildUnnamed3785();
o.source = buildSource();
}
buildCounterDataSourceRestriction--;
@@ -406,7 +406,7 @@
void checkDataSourceRestriction(api.DataSourceRestriction o) {
buildCounterDataSourceRestriction++;
if (buildCounterDataSourceRestriction < 3) {
- checkUnnamed3784(o.filterOptions!);
+ checkUnnamed3785(o.filterOptions!);
checkSource(o.source! as api.Source);
}
buildCounterDataSourceRestriction--;
@@ -495,14 +495,14 @@
buildCounterDatePropertyOptions--;
}
-core.List<api.Date> buildUnnamed3785() {
+core.List<api.Date> buildUnnamed3786() {
var o = <api.Date>[];
o.add(buildDate());
o.add(buildDate());
return o;
}
-void checkUnnamed3785(core.List<api.Date> o) {
+void checkUnnamed3786(core.List<api.Date> o) {
unittest.expect(o, unittest.hasLength(2));
checkDate(o[0] as api.Date);
checkDate(o[1] as api.Date);
@@ -513,7 +513,7 @@
var o = api.DateValues();
buildCounterDateValues++;
if (buildCounterDateValues < 3) {
- o.values = buildUnnamed3785();
+ o.values = buildUnnamed3786();
}
buildCounterDateValues--;
return o;
@@ -522,7 +522,7 @@
void checkDateValues(api.DateValues o) {
buildCounterDateValues++;
if (buildCounterDateValues < 3) {
- checkUnnamed3785(o.values!);
+ checkUnnamed3786(o.values!);
}
buildCounterDateValues--;
}
@@ -638,14 +638,14 @@
buildCounterDoublePropertyOptions--;
}
-core.List<core.double> buildUnnamed3786() {
+core.List<core.double> buildUnnamed3787() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed3786(core.List<core.double> o) {
+void checkUnnamed3787(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -662,7 +662,7 @@
var o = api.DoubleValues();
buildCounterDoubleValues++;
if (buildCounterDoubleValues < 3) {
- o.values = buildUnnamed3786();
+ o.values = buildUnnamed3787();
}
buildCounterDoubleValues--;
return o;
@@ -671,7 +671,7 @@
void checkDoubleValues(api.DoubleValues o) {
buildCounterDoubleValues++;
if (buildCounterDoubleValues < 3) {
- checkUnnamed3786(o.values!);
+ checkUnnamed3787(o.values!);
}
buildCounterDoubleValues--;
}
@@ -808,14 +808,14 @@
buildCounterEnumOperatorOptions--;
}
-core.List<api.EnumValuePair> buildUnnamed3787() {
+core.List<api.EnumValuePair> buildUnnamed3788() {
var o = <api.EnumValuePair>[];
o.add(buildEnumValuePair());
o.add(buildEnumValuePair());
return o;
}
-void checkUnnamed3787(core.List<api.EnumValuePair> o) {
+void checkUnnamed3788(core.List<api.EnumValuePair> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnumValuePair(o[0] as api.EnumValuePair);
checkEnumValuePair(o[1] as api.EnumValuePair);
@@ -828,7 +828,7 @@
if (buildCounterEnumPropertyOptions < 3) {
o.operatorOptions = buildEnumOperatorOptions();
o.orderedRanking = 'foo';
- o.possibleValues = buildUnnamed3787();
+ o.possibleValues = buildUnnamed3788();
}
buildCounterEnumPropertyOptions--;
return o;
@@ -842,7 +842,7 @@
o.orderedRanking!,
unittest.equals('foo'),
);
- checkUnnamed3787(o.possibleValues!);
+ checkUnnamed3788(o.possibleValues!);
}
buildCounterEnumPropertyOptions--;
}
@@ -874,14 +874,14 @@
buildCounterEnumValuePair--;
}
-core.List<core.String> buildUnnamed3788() {
+core.List<core.String> buildUnnamed3789() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3788(core.List<core.String> o) {
+void checkUnnamed3789(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -898,7 +898,7 @@
var o = api.EnumValues();
buildCounterEnumValues++;
if (buildCounterEnumValues < 3) {
- o.values = buildUnnamed3788();
+ o.values = buildUnnamed3789();
}
buildCounterEnumValues--;
return o;
@@ -907,19 +907,19 @@
void checkEnumValues(api.EnumValues o) {
buildCounterEnumValues++;
if (buildCounterEnumValues < 3) {
- checkUnnamed3788(o.values!);
+ checkUnnamed3789(o.values!);
}
buildCounterEnumValues--;
}
-core.List<api.ErrorMessage> buildUnnamed3789() {
+core.List<api.ErrorMessage> buildUnnamed3790() {
var o = <api.ErrorMessage>[];
o.add(buildErrorMessage());
o.add(buildErrorMessage());
return o;
}
-void checkUnnamed3789(core.List<api.ErrorMessage> o) {
+void checkUnnamed3790(core.List<api.ErrorMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkErrorMessage(o[0] as api.ErrorMessage);
checkErrorMessage(o[1] as api.ErrorMessage);
@@ -930,7 +930,7 @@
var o = api.ErrorInfo();
buildCounterErrorInfo++;
if (buildCounterErrorInfo < 3) {
- o.errorMessages = buildUnnamed3789();
+ o.errorMessages = buildUnnamed3790();
}
buildCounterErrorInfo--;
return o;
@@ -939,7 +939,7 @@
void checkErrorInfo(api.ErrorInfo o) {
buildCounterErrorInfo++;
if (buildCounterErrorInfo < 3) {
- checkUnnamed3789(o.errorMessages!);
+ checkUnnamed3790(o.errorMessages!);
}
buildCounterErrorInfo--;
}
@@ -1034,14 +1034,14 @@
buildCounterFacetOptions--;
}
-core.List<api.FacetBucket> buildUnnamed3790() {
+core.List<api.FacetBucket> buildUnnamed3791() {
var o = <api.FacetBucket>[];
o.add(buildFacetBucket());
o.add(buildFacetBucket());
return o;
}
-void checkUnnamed3790(core.List<api.FacetBucket> o) {
+void checkUnnamed3791(core.List<api.FacetBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkFacetBucket(o[0] as api.FacetBucket);
checkFacetBucket(o[1] as api.FacetBucket);
@@ -1052,7 +1052,7 @@
var o = api.FacetResult();
buildCounterFacetResult++;
if (buildCounterFacetResult < 3) {
- o.buckets = buildUnnamed3790();
+ o.buckets = buildUnnamed3791();
o.objectType = 'foo';
o.operatorName = 'foo';
o.sourceName = 'foo';
@@ -1064,7 +1064,7 @@
void checkFacetResult(api.FacetResult o) {
buildCounterFacetResult++;
if (buildCounterFacetResult < 3) {
- checkUnnamed3790(o.buckets!);
+ checkUnnamed3791(o.buckets!);
unittest.expect(
o.objectType!,
unittest.equals('foo'),
@@ -1209,14 +1209,14 @@
buildCounterGSuitePrincipal--;
}
-core.List<api.CustomerIndexStats> buildUnnamed3791() {
+core.List<api.CustomerIndexStats> buildUnnamed3792() {
var o = <api.CustomerIndexStats>[];
o.add(buildCustomerIndexStats());
o.add(buildCustomerIndexStats());
return o;
}
-void checkUnnamed3791(core.List<api.CustomerIndexStats> o) {
+void checkUnnamed3792(core.List<api.CustomerIndexStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomerIndexStats(o[0] as api.CustomerIndexStats);
checkCustomerIndexStats(o[1] as api.CustomerIndexStats);
@@ -1227,7 +1227,7 @@
var o = api.GetCustomerIndexStatsResponse();
buildCounterGetCustomerIndexStatsResponse++;
if (buildCounterGetCustomerIndexStatsResponse < 3) {
- o.stats = buildUnnamed3791();
+ o.stats = buildUnnamed3792();
}
buildCounterGetCustomerIndexStatsResponse--;
return o;
@@ -1236,19 +1236,19 @@
void checkGetCustomerIndexStatsResponse(api.GetCustomerIndexStatsResponse o) {
buildCounterGetCustomerIndexStatsResponse++;
if (buildCounterGetCustomerIndexStatsResponse < 3) {
- checkUnnamed3791(o.stats!);
+ checkUnnamed3792(o.stats!);
}
buildCounterGetCustomerIndexStatsResponse--;
}
-core.List<api.CustomerQueryStats> buildUnnamed3792() {
+core.List<api.CustomerQueryStats> buildUnnamed3793() {
var o = <api.CustomerQueryStats>[];
o.add(buildCustomerQueryStats());
o.add(buildCustomerQueryStats());
return o;
}
-void checkUnnamed3792(core.List<api.CustomerQueryStats> o) {
+void checkUnnamed3793(core.List<api.CustomerQueryStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomerQueryStats(o[0] as api.CustomerQueryStats);
checkCustomerQueryStats(o[1] as api.CustomerQueryStats);
@@ -1259,7 +1259,7 @@
var o = api.GetCustomerQueryStatsResponse();
buildCounterGetCustomerQueryStatsResponse++;
if (buildCounterGetCustomerQueryStatsResponse < 3) {
- o.stats = buildUnnamed3792();
+ o.stats = buildUnnamed3793();
}
buildCounterGetCustomerQueryStatsResponse--;
return o;
@@ -1268,19 +1268,19 @@
void checkGetCustomerQueryStatsResponse(api.GetCustomerQueryStatsResponse o) {
buildCounterGetCustomerQueryStatsResponse++;
if (buildCounterGetCustomerQueryStatsResponse < 3) {
- checkUnnamed3792(o.stats!);
+ checkUnnamed3793(o.stats!);
}
buildCounterGetCustomerQueryStatsResponse--;
}
-core.List<api.CustomerSessionStats> buildUnnamed3793() {
+core.List<api.CustomerSessionStats> buildUnnamed3794() {
var o = <api.CustomerSessionStats>[];
o.add(buildCustomerSessionStats());
o.add(buildCustomerSessionStats());
return o;
}
-void checkUnnamed3793(core.List<api.CustomerSessionStats> o) {
+void checkUnnamed3794(core.List<api.CustomerSessionStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomerSessionStats(o[0] as api.CustomerSessionStats);
checkCustomerSessionStats(o[1] as api.CustomerSessionStats);
@@ -1291,7 +1291,7 @@
var o = api.GetCustomerSessionStatsResponse();
buildCounterGetCustomerSessionStatsResponse++;
if (buildCounterGetCustomerSessionStatsResponse < 3) {
- o.stats = buildUnnamed3793();
+ o.stats = buildUnnamed3794();
}
buildCounterGetCustomerSessionStatsResponse--;
return o;
@@ -1301,19 +1301,19 @@
api.GetCustomerSessionStatsResponse o) {
buildCounterGetCustomerSessionStatsResponse++;
if (buildCounterGetCustomerSessionStatsResponse < 3) {
- checkUnnamed3793(o.stats!);
+ checkUnnamed3794(o.stats!);
}
buildCounterGetCustomerSessionStatsResponse--;
}
-core.List<api.CustomerUserStats> buildUnnamed3794() {
+core.List<api.CustomerUserStats> buildUnnamed3795() {
var o = <api.CustomerUserStats>[];
o.add(buildCustomerUserStats());
o.add(buildCustomerUserStats());
return o;
}
-void checkUnnamed3794(core.List<api.CustomerUserStats> o) {
+void checkUnnamed3795(core.List<api.CustomerUserStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomerUserStats(o[0] as api.CustomerUserStats);
checkCustomerUserStats(o[1] as api.CustomerUserStats);
@@ -1324,7 +1324,7 @@
var o = api.GetCustomerUserStatsResponse();
buildCounterGetCustomerUserStatsResponse++;
if (buildCounterGetCustomerUserStatsResponse < 3) {
- o.stats = buildUnnamed3794();
+ o.stats = buildUnnamed3795();
}
buildCounterGetCustomerUserStatsResponse--;
return o;
@@ -1333,19 +1333,19 @@
void checkGetCustomerUserStatsResponse(api.GetCustomerUserStatsResponse o) {
buildCounterGetCustomerUserStatsResponse++;
if (buildCounterGetCustomerUserStatsResponse < 3) {
- checkUnnamed3794(o.stats!);
+ checkUnnamed3795(o.stats!);
}
buildCounterGetCustomerUserStatsResponse--;
}
-core.List<api.DataSourceIndexStats> buildUnnamed3795() {
+core.List<api.DataSourceIndexStats> buildUnnamed3796() {
var o = <api.DataSourceIndexStats>[];
o.add(buildDataSourceIndexStats());
o.add(buildDataSourceIndexStats());
return o;
}
-void checkUnnamed3795(core.List<api.DataSourceIndexStats> o) {
+void checkUnnamed3796(core.List<api.DataSourceIndexStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSourceIndexStats(o[0] as api.DataSourceIndexStats);
checkDataSourceIndexStats(o[1] as api.DataSourceIndexStats);
@@ -1356,7 +1356,7 @@
var o = api.GetDataSourceIndexStatsResponse();
buildCounterGetDataSourceIndexStatsResponse++;
if (buildCounterGetDataSourceIndexStatsResponse < 3) {
- o.stats = buildUnnamed3795();
+ o.stats = buildUnnamed3796();
}
buildCounterGetDataSourceIndexStatsResponse--;
return o;
@@ -1366,19 +1366,19 @@
api.GetDataSourceIndexStatsResponse o) {
buildCounterGetDataSourceIndexStatsResponse++;
if (buildCounterGetDataSourceIndexStatsResponse < 3) {
- checkUnnamed3795(o.stats!);
+ checkUnnamed3796(o.stats!);
}
buildCounterGetDataSourceIndexStatsResponse--;
}
-core.List<api.SearchApplicationQueryStats> buildUnnamed3796() {
+core.List<api.SearchApplicationQueryStats> buildUnnamed3797() {
var o = <api.SearchApplicationQueryStats>[];
o.add(buildSearchApplicationQueryStats());
o.add(buildSearchApplicationQueryStats());
return o;
}
-void checkUnnamed3796(core.List<api.SearchApplicationQueryStats> o) {
+void checkUnnamed3797(core.List<api.SearchApplicationQueryStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchApplicationQueryStats(o[0] as api.SearchApplicationQueryStats);
checkSearchApplicationQueryStats(o[1] as api.SearchApplicationQueryStats);
@@ -1390,7 +1390,7 @@
var o = api.GetSearchApplicationQueryStatsResponse();
buildCounterGetSearchApplicationQueryStatsResponse++;
if (buildCounterGetSearchApplicationQueryStatsResponse < 3) {
- o.stats = buildUnnamed3796();
+ o.stats = buildUnnamed3797();
}
buildCounterGetSearchApplicationQueryStatsResponse--;
return o;
@@ -1400,19 +1400,19 @@
api.GetSearchApplicationQueryStatsResponse o) {
buildCounterGetSearchApplicationQueryStatsResponse++;
if (buildCounterGetSearchApplicationQueryStatsResponse < 3) {
- checkUnnamed3796(o.stats!);
+ checkUnnamed3797(o.stats!);
}
buildCounterGetSearchApplicationQueryStatsResponse--;
}
-core.List<api.SearchApplicationSessionStats> buildUnnamed3797() {
+core.List<api.SearchApplicationSessionStats> buildUnnamed3798() {
var o = <api.SearchApplicationSessionStats>[];
o.add(buildSearchApplicationSessionStats());
o.add(buildSearchApplicationSessionStats());
return o;
}
-void checkUnnamed3797(core.List<api.SearchApplicationSessionStats> o) {
+void checkUnnamed3798(core.List<api.SearchApplicationSessionStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchApplicationSessionStats(o[0] as api.SearchApplicationSessionStats);
checkSearchApplicationSessionStats(o[1] as api.SearchApplicationSessionStats);
@@ -1424,7 +1424,7 @@
var o = api.GetSearchApplicationSessionStatsResponse();
buildCounterGetSearchApplicationSessionStatsResponse++;
if (buildCounterGetSearchApplicationSessionStatsResponse < 3) {
- o.stats = buildUnnamed3797();
+ o.stats = buildUnnamed3798();
}
buildCounterGetSearchApplicationSessionStatsResponse--;
return o;
@@ -1434,19 +1434,19 @@
api.GetSearchApplicationSessionStatsResponse o) {
buildCounterGetSearchApplicationSessionStatsResponse++;
if (buildCounterGetSearchApplicationSessionStatsResponse < 3) {
- checkUnnamed3797(o.stats!);
+ checkUnnamed3798(o.stats!);
}
buildCounterGetSearchApplicationSessionStatsResponse--;
}
-core.List<api.SearchApplicationUserStats> buildUnnamed3798() {
+core.List<api.SearchApplicationUserStats> buildUnnamed3799() {
var o = <api.SearchApplicationUserStats>[];
o.add(buildSearchApplicationUserStats());
o.add(buildSearchApplicationUserStats());
return o;
}
-void checkUnnamed3798(core.List<api.SearchApplicationUserStats> o) {
+void checkUnnamed3799(core.List<api.SearchApplicationUserStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchApplicationUserStats(o[0] as api.SearchApplicationUserStats);
checkSearchApplicationUserStats(o[1] as api.SearchApplicationUserStats);
@@ -1458,7 +1458,7 @@
var o = api.GetSearchApplicationUserStatsResponse();
buildCounterGetSearchApplicationUserStatsResponse++;
if (buildCounterGetSearchApplicationUserStatsResponse < 3) {
- o.stats = buildUnnamed3798();
+ o.stats = buildUnnamed3799();
}
buildCounterGetSearchApplicationUserStatsResponse--;
return o;
@@ -1468,7 +1468,7 @@
api.GetSearchApplicationUserStatsResponse o) {
buildCounterGetSearchApplicationUserStatsResponse++;
if (buildCounterGetSearchApplicationUserStatsResponse < 3) {
- checkUnnamed3798(o.stats!);
+ checkUnnamed3799(o.stats!);
}
buildCounterGetSearchApplicationUserStatsResponse--;
}
@@ -1516,14 +1516,14 @@
buildCounterHtmlPropertyOptions--;
}
-core.List<core.String> buildUnnamed3799() {
+core.List<core.String> buildUnnamed3800() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3799(core.List<core.String> o) {
+void checkUnnamed3800(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1540,7 +1540,7 @@
var o = api.HtmlValues();
buildCounterHtmlValues++;
if (buildCounterHtmlValues < 3) {
- o.values = buildUnnamed3799();
+ o.values = buildUnnamed3800();
}
buildCounterHtmlValues--;
return o;
@@ -1549,7 +1549,7 @@
void checkHtmlValues(api.HtmlValues o) {
buildCounterHtmlValues++;
if (buildCounterHtmlValues < 3) {
- checkUnnamed3799(o.values!);
+ checkUnnamed3800(o.values!);
}
buildCounterHtmlValues--;
}
@@ -1673,14 +1673,14 @@
buildCounterIntegerPropertyOptions--;
}
-core.List<core.String> buildUnnamed3800() {
+core.List<core.String> buildUnnamed3801() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3800(core.List<core.String> o) {
+void checkUnnamed3801(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1697,7 +1697,7 @@
var o = api.IntegerValues();
buildCounterIntegerValues++;
if (buildCounterIntegerValues < 3) {
- o.values = buildUnnamed3800();
+ o.values = buildUnnamed3801();
}
buildCounterIntegerValues--;
return o;
@@ -1706,7 +1706,7 @@
void checkIntegerValues(api.IntegerValues o) {
buildCounterIntegerValues++;
if (buildCounterIntegerValues < 3) {
- checkUnnamed3800(o.values!);
+ checkUnnamed3801(o.values!);
}
buildCounterIntegerValues--;
}
@@ -1792,19 +1792,6 @@
buildCounterItem--;
}
-core.List<api.Principal> buildUnnamed3801() {
- var o = <api.Principal>[];
- o.add(buildPrincipal());
- o.add(buildPrincipal());
- return o;
-}
-
-void checkUnnamed3801(core.List<api.Principal> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkPrincipal(o[0] as api.Principal);
- checkPrincipal(o[1] as api.Principal);
-}
-
core.List<api.Principal> buildUnnamed3802() {
var o = <api.Principal>[];
o.add(buildPrincipal());
@@ -1831,16 +1818,29 @@
checkPrincipal(o[1] as api.Principal);
}
+core.List<api.Principal> buildUnnamed3804() {
+ var o = <api.Principal>[];
+ o.add(buildPrincipal());
+ o.add(buildPrincipal());
+ return o;
+}
+
+void checkUnnamed3804(core.List<api.Principal> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkPrincipal(o[0] as api.Principal);
+ checkPrincipal(o[1] as api.Principal);
+}
+
core.int buildCounterItemAcl = 0;
api.ItemAcl buildItemAcl() {
var o = api.ItemAcl();
buildCounterItemAcl++;
if (buildCounterItemAcl < 3) {
o.aclInheritanceType = 'foo';
- o.deniedReaders = buildUnnamed3801();
+ o.deniedReaders = buildUnnamed3802();
o.inheritAclFrom = 'foo';
- o.owners = buildUnnamed3802();
- o.readers = buildUnnamed3803();
+ o.owners = buildUnnamed3803();
+ o.readers = buildUnnamed3804();
}
buildCounterItemAcl--;
return o;
@@ -1853,13 +1853,13 @@
o.aclInheritanceType!,
unittest.equals('foo'),
);
- checkUnnamed3801(o.deniedReaders!);
+ checkUnnamed3802(o.deniedReaders!);
unittest.expect(
o.inheritAclFrom!,
unittest.equals('foo'),
);
- checkUnnamed3802(o.owners!);
- checkUnnamed3803(o.readers!);
+ checkUnnamed3803(o.owners!);
+ checkUnnamed3804(o.readers!);
}
buildCounterItemAcl--;
}
@@ -1925,27 +1925,27 @@
buildCounterItemCountByStatus--;
}
-core.List<api.Interaction> buildUnnamed3804() {
+core.List<api.Interaction> buildUnnamed3805() {
var o = <api.Interaction>[];
o.add(buildInteraction());
o.add(buildInteraction());
return o;
}
-void checkUnnamed3804(core.List<api.Interaction> o) {
+void checkUnnamed3805(core.List<api.Interaction> o) {
unittest.expect(o, unittest.hasLength(2));
checkInteraction(o[0] as api.Interaction);
checkInteraction(o[1] as api.Interaction);
}
-core.List<core.String> buildUnnamed3805() {
+core.List<core.String> buildUnnamed3806() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3805(core.List<core.String> o) {
+void checkUnnamed3806(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1966,8 +1966,8 @@
o.contentLanguage = 'foo';
o.createTime = 'foo';
o.hash = 'foo';
- o.interactions = buildUnnamed3804();
- o.keywords = buildUnnamed3805();
+ o.interactions = buildUnnamed3805();
+ o.keywords = buildUnnamed3806();
o.mimeType = 'foo';
o.objectType = 'foo';
o.searchQualityMetadata = buildSearchQualityMetadata();
@@ -1998,8 +1998,8 @@
o.hash!,
unittest.equals('foo'),
);
- checkUnnamed3804(o.interactions!);
- checkUnnamed3805(o.keywords!);
+ checkUnnamed3805(o.interactions!);
+ checkUnnamed3806(o.keywords!);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
@@ -2026,27 +2026,27 @@
buildCounterItemMetadata--;
}
-core.List<api.ProcessingError> buildUnnamed3806() {
+core.List<api.ProcessingError> buildUnnamed3807() {
var o = <api.ProcessingError>[];
o.add(buildProcessingError());
o.add(buildProcessingError());
return o;
}
-void checkUnnamed3806(core.List<api.ProcessingError> o) {
+void checkUnnamed3807(core.List<api.ProcessingError> o) {
unittest.expect(o, unittest.hasLength(2));
checkProcessingError(o[0] as api.ProcessingError);
checkProcessingError(o[1] as api.ProcessingError);
}
-core.List<api.RepositoryError> buildUnnamed3807() {
+core.List<api.RepositoryError> buildUnnamed3808() {
var o = <api.RepositoryError>[];
o.add(buildRepositoryError());
o.add(buildRepositoryError());
return o;
}
-void checkUnnamed3807(core.List<api.RepositoryError> o) {
+void checkUnnamed3808(core.List<api.RepositoryError> o) {
unittest.expect(o, unittest.hasLength(2));
checkRepositoryError(o[0] as api.RepositoryError);
checkRepositoryError(o[1] as api.RepositoryError);
@@ -2058,8 +2058,8 @@
buildCounterItemStatus++;
if (buildCounterItemStatus < 3) {
o.code = 'foo';
- o.processingErrors = buildUnnamed3806();
- o.repositoryErrors = buildUnnamed3807();
+ o.processingErrors = buildUnnamed3807();
+ o.repositoryErrors = buildUnnamed3808();
}
buildCounterItemStatus--;
return o;
@@ -2072,8 +2072,8 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed3806(o.processingErrors!);
- checkUnnamed3807(o.repositoryErrors!);
+ checkUnnamed3807(o.processingErrors!);
+ checkUnnamed3808(o.repositoryErrors!);
}
buildCounterItemStatus--;
}
@@ -2102,14 +2102,14 @@
buildCounterItemStructuredData--;
}
-core.List<api.DataSource> buildUnnamed3808() {
+core.List<api.DataSource> buildUnnamed3809() {
var o = <api.DataSource>[];
o.add(buildDataSource());
o.add(buildDataSource());
return o;
}
-void checkUnnamed3808(core.List<api.DataSource> o) {
+void checkUnnamed3809(core.List<api.DataSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSource(o[0] as api.DataSource);
checkDataSource(o[1] as api.DataSource);
@@ -2121,7 +2121,7 @@
buildCounterListDataSourceResponse++;
if (buildCounterListDataSourceResponse < 3) {
o.nextPageToken = 'foo';
- o.sources = buildUnnamed3808();
+ o.sources = buildUnnamed3809();
}
buildCounterListDataSourceResponse--;
return o;
@@ -2134,19 +2134,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3808(o.sources!);
+ checkUnnamed3809(o.sources!);
}
buildCounterListDataSourceResponse--;
}
-core.List<core.String> buildUnnamed3809() {
+core.List<core.String> buildUnnamed3810() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3809(core.List<core.String> o) {
+void checkUnnamed3810(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2164,7 +2164,7 @@
var o = api.ListItemNamesForUnmappedIdentityResponse();
buildCounterListItemNamesForUnmappedIdentityResponse++;
if (buildCounterListItemNamesForUnmappedIdentityResponse < 3) {
- o.itemNames = buildUnnamed3809();
+ o.itemNames = buildUnnamed3810();
o.nextPageToken = 'foo';
}
buildCounterListItemNamesForUnmappedIdentityResponse--;
@@ -2175,7 +2175,7 @@
api.ListItemNamesForUnmappedIdentityResponse o) {
buildCounterListItemNamesForUnmappedIdentityResponse++;
if (buildCounterListItemNamesForUnmappedIdentityResponse < 3) {
- checkUnnamed3809(o.itemNames!);
+ checkUnnamed3810(o.itemNames!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2184,14 +2184,14 @@
buildCounterListItemNamesForUnmappedIdentityResponse--;
}
-core.List<api.Item> buildUnnamed3810() {
+core.List<api.Item> buildUnnamed3811() {
var o = <api.Item>[];
o.add(buildItem());
o.add(buildItem());
return o;
}
-void checkUnnamed3810(core.List<api.Item> o) {
+void checkUnnamed3811(core.List<api.Item> o) {
unittest.expect(o, unittest.hasLength(2));
checkItem(o[0] as api.Item);
checkItem(o[1] as api.Item);
@@ -2202,7 +2202,7 @@
var o = api.ListItemsResponse();
buildCounterListItemsResponse++;
if (buildCounterListItemsResponse < 3) {
- o.items = buildUnnamed3810();
+ o.items = buildUnnamed3811();
o.nextPageToken = 'foo';
}
buildCounterListItemsResponse--;
@@ -2212,7 +2212,7 @@
void checkListItemsResponse(api.ListItemsResponse o) {
buildCounterListItemsResponse++;
if (buildCounterListItemsResponse < 3) {
- checkUnnamed3810(o.items!);
+ checkUnnamed3811(o.items!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2221,14 +2221,14 @@
buildCounterListItemsResponse--;
}
-core.List<api.Operation> buildUnnamed3811() {
+core.List<api.Operation> buildUnnamed3812() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed3811(core.List<api.Operation> o) {
+void checkUnnamed3812(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -2240,7 +2240,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed3811();
+ o.operations = buildUnnamed3812();
}
buildCounterListOperationsResponse--;
return o;
@@ -2253,19 +2253,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3811(o.operations!);
+ checkUnnamed3812(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.QuerySource> buildUnnamed3812() {
+core.List<api.QuerySource> buildUnnamed3813() {
var o = <api.QuerySource>[];
o.add(buildQuerySource());
o.add(buildQuerySource());
return o;
}
-void checkUnnamed3812(core.List<api.QuerySource> o) {
+void checkUnnamed3813(core.List<api.QuerySource> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuerySource(o[0] as api.QuerySource);
checkQuerySource(o[1] as api.QuerySource);
@@ -2277,7 +2277,7 @@
buildCounterListQuerySourcesResponse++;
if (buildCounterListQuerySourcesResponse < 3) {
o.nextPageToken = 'foo';
- o.sources = buildUnnamed3812();
+ o.sources = buildUnnamed3813();
}
buildCounterListQuerySourcesResponse--;
return o;
@@ -2290,19 +2290,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3812(o.sources!);
+ checkUnnamed3813(o.sources!);
}
buildCounterListQuerySourcesResponse--;
}
-core.List<api.SearchApplication> buildUnnamed3813() {
+core.List<api.SearchApplication> buildUnnamed3814() {
var o = <api.SearchApplication>[];
o.add(buildSearchApplication());
o.add(buildSearchApplication());
return o;
}
-void checkUnnamed3813(core.List<api.SearchApplication> o) {
+void checkUnnamed3814(core.List<api.SearchApplication> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchApplication(o[0] as api.SearchApplication);
checkSearchApplication(o[1] as api.SearchApplication);
@@ -2314,7 +2314,7 @@
buildCounterListSearchApplicationsResponse++;
if (buildCounterListSearchApplicationsResponse < 3) {
o.nextPageToken = 'foo';
- o.searchApplications = buildUnnamed3813();
+ o.searchApplications = buildUnnamed3814();
}
buildCounterListSearchApplicationsResponse--;
return o;
@@ -2327,19 +2327,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3813(o.searchApplications!);
+ checkUnnamed3814(o.searchApplications!);
}
buildCounterListSearchApplicationsResponse--;
}
-core.List<api.UnmappedIdentity> buildUnnamed3814() {
+core.List<api.UnmappedIdentity> buildUnnamed3815() {
var o = <api.UnmappedIdentity>[];
o.add(buildUnmappedIdentity());
o.add(buildUnmappedIdentity());
return o;
}
-void checkUnnamed3814(core.List<api.UnmappedIdentity> o) {
+void checkUnnamed3815(core.List<api.UnmappedIdentity> o) {
unittest.expect(o, unittest.hasLength(2));
checkUnmappedIdentity(o[0] as api.UnmappedIdentity);
checkUnmappedIdentity(o[1] as api.UnmappedIdentity);
@@ -2351,7 +2351,7 @@
buildCounterListUnmappedIdentitiesResponse++;
if (buildCounterListUnmappedIdentitiesResponse < 3) {
o.nextPageToken = 'foo';
- o.unmappedIdentities = buildUnnamed3814();
+ o.unmappedIdentities = buildUnnamed3815();
}
buildCounterListUnmappedIdentitiesResponse--;
return o;
@@ -2364,7 +2364,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3814(o.unmappedIdentities!);
+ checkUnnamed3815(o.unmappedIdentities!);
}
buildCounterListUnmappedIdentitiesResponse--;
}
@@ -2418,14 +2418,14 @@
buildCounterMedia--;
}
-core.List<api.NamedProperty> buildUnnamed3815() {
+core.List<api.NamedProperty> buildUnnamed3816() {
var o = <api.NamedProperty>[];
o.add(buildNamedProperty());
o.add(buildNamedProperty());
return o;
}
-void checkUnnamed3815(core.List<api.NamedProperty> o) {
+void checkUnnamed3816(core.List<api.NamedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkNamedProperty(o[0] as api.NamedProperty);
checkNamedProperty(o[1] as api.NamedProperty);
@@ -2438,7 +2438,7 @@
if (buildCounterMetadata < 3) {
o.createTime = 'foo';
o.displayOptions = buildResultDisplayMetadata();
- o.fields = buildUnnamed3815();
+ o.fields = buildUnnamed3816();
o.mimeType = 'foo';
o.objectType = 'foo';
o.owner = buildPerson();
@@ -2457,7 +2457,7 @@
unittest.equals('foo'),
);
checkResultDisplayMetadata(o.displayOptions! as api.ResultDisplayMetadata);
- checkUnnamed3815(o.fields!);
+ checkUnnamed3816(o.fields!);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
@@ -2476,14 +2476,14 @@
buildCounterMetadata--;
}
-core.List<api.DisplayedProperty> buildUnnamed3816() {
+core.List<api.DisplayedProperty> buildUnnamed3817() {
var o = <api.DisplayedProperty>[];
o.add(buildDisplayedProperty());
o.add(buildDisplayedProperty());
return o;
}
-void checkUnnamed3816(core.List<api.DisplayedProperty> o) {
+void checkUnnamed3817(core.List<api.DisplayedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisplayedProperty(o[0] as api.DisplayedProperty);
checkDisplayedProperty(o[1] as api.DisplayedProperty);
@@ -2494,7 +2494,7 @@
var o = api.Metaline();
buildCounterMetaline++;
if (buildCounterMetaline < 3) {
- o.properties = buildUnnamed3816();
+ o.properties = buildUnnamed3817();
}
buildCounterMetaline--;
return o;
@@ -2503,7 +2503,7 @@
void checkMetaline(api.Metaline o) {
buildCounterMetaline++;
if (buildCounterMetaline < 3) {
- checkUnnamed3816(o.properties!);
+ checkUnnamed3817(o.properties!);
}
buildCounterMetaline--;
}
@@ -2570,14 +2570,14 @@
buildCounterNamedProperty--;
}
-core.List<api.PropertyDefinition> buildUnnamed3817() {
+core.List<api.PropertyDefinition> buildUnnamed3818() {
var o = <api.PropertyDefinition>[];
o.add(buildPropertyDefinition());
o.add(buildPropertyDefinition());
return o;
}
-void checkUnnamed3817(core.List<api.PropertyDefinition> o) {
+void checkUnnamed3818(core.List<api.PropertyDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyDefinition(o[0] as api.PropertyDefinition);
checkPropertyDefinition(o[1] as api.PropertyDefinition);
@@ -2590,7 +2590,7 @@
if (buildCounterObjectDefinition < 3) {
o.name = 'foo';
o.options = buildObjectOptions();
- o.propertyDefinitions = buildUnnamed3817();
+ o.propertyDefinitions = buildUnnamed3818();
}
buildCounterObjectDefinition--;
return o;
@@ -2604,19 +2604,19 @@
unittest.equals('foo'),
);
checkObjectOptions(o.options! as api.ObjectOptions);
- checkUnnamed3817(o.propertyDefinitions!);
+ checkUnnamed3818(o.propertyDefinitions!);
}
buildCounterObjectDefinition--;
}
-core.List<api.Metaline> buildUnnamed3818() {
+core.List<api.Metaline> buildUnnamed3819() {
var o = <api.Metaline>[];
o.add(buildMetaline());
o.add(buildMetaline());
return o;
}
-void checkUnnamed3818(core.List<api.Metaline> o) {
+void checkUnnamed3819(core.List<api.Metaline> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetaline(o[0] as api.Metaline);
checkMetaline(o[1] as api.Metaline);
@@ -2627,7 +2627,7 @@
var o = api.ObjectDisplayOptions();
buildCounterObjectDisplayOptions++;
if (buildCounterObjectDisplayOptions < 3) {
- o.metalines = buildUnnamed3818();
+ o.metalines = buildUnnamed3819();
o.objectDisplayLabel = 'foo';
}
buildCounterObjectDisplayOptions--;
@@ -2637,7 +2637,7 @@
void checkObjectDisplayOptions(api.ObjectDisplayOptions o) {
buildCounterObjectDisplayOptions++;
if (buildCounterObjectDisplayOptions < 3) {
- checkUnnamed3818(o.metalines!);
+ checkUnnamed3819(o.metalines!);
unittest.expect(
o.objectDisplayLabel!,
unittest.equals('foo'),
@@ -2667,14 +2667,14 @@
buildCounterObjectOptions--;
}
-core.List<api.PropertyDefinition> buildUnnamed3819() {
+core.List<api.PropertyDefinition> buildUnnamed3820() {
var o = <api.PropertyDefinition>[];
o.add(buildPropertyDefinition());
o.add(buildPropertyDefinition());
return o;
}
-void checkUnnamed3819(core.List<api.PropertyDefinition> o) {
+void checkUnnamed3820(core.List<api.PropertyDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyDefinition(o[0] as api.PropertyDefinition);
checkPropertyDefinition(o[1] as api.PropertyDefinition);
@@ -2685,7 +2685,7 @@
var o = api.ObjectPropertyOptions();
buildCounterObjectPropertyOptions++;
if (buildCounterObjectPropertyOptions < 3) {
- o.subobjectProperties = buildUnnamed3819();
+ o.subobjectProperties = buildUnnamed3820();
}
buildCounterObjectPropertyOptions--;
return o;
@@ -2694,19 +2694,19 @@
void checkObjectPropertyOptions(api.ObjectPropertyOptions o) {
buildCounterObjectPropertyOptions++;
if (buildCounterObjectPropertyOptions < 3) {
- checkUnnamed3819(o.subobjectProperties!);
+ checkUnnamed3820(o.subobjectProperties!);
}
buildCounterObjectPropertyOptions--;
}
-core.List<api.StructuredDataObject> buildUnnamed3820() {
+core.List<api.StructuredDataObject> buildUnnamed3821() {
var o = <api.StructuredDataObject>[];
o.add(buildStructuredDataObject());
o.add(buildStructuredDataObject());
return o;
}
-void checkUnnamed3820(core.List<api.StructuredDataObject> o) {
+void checkUnnamed3821(core.List<api.StructuredDataObject> o) {
unittest.expect(o, unittest.hasLength(2));
checkStructuredDataObject(o[0] as api.StructuredDataObject);
checkStructuredDataObject(o[1] as api.StructuredDataObject);
@@ -2717,7 +2717,7 @@
var o = api.ObjectValues();
buildCounterObjectValues++;
if (buildCounterObjectValues < 3) {
- o.values = buildUnnamed3820();
+ o.values = buildUnnamed3821();
}
buildCounterObjectValues--;
return o;
@@ -2726,12 +2726,12 @@
void checkObjectValues(api.ObjectValues o) {
buildCounterObjectValues++;
if (buildCounterObjectValues < 3) {
- checkUnnamed3820(o.values!);
+ checkUnnamed3821(o.values!);
}
buildCounterObjectValues--;
}
-core.Map<core.String, core.Object> buildUnnamed3821() {
+core.Map<core.String, core.Object> buildUnnamed3822() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2746,7 +2746,7 @@
return o;
}
-void checkUnnamed3821(core.Map<core.String, core.Object> o) {
+void checkUnnamed3822(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2778,7 +2778,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3822() {
+core.Map<core.String, core.Object> buildUnnamed3823() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2793,7 +2793,7 @@
return o;
}
-void checkUnnamed3822(core.Map<core.String, core.Object> o) {
+void checkUnnamed3823(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -2832,9 +2832,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3821();
+ o.metadata = buildUnnamed3822();
o.name = 'foo';
- o.response = buildUnnamed3822();
+ o.response = buildUnnamed3823();
}
buildCounterOperation--;
return o;
@@ -2845,12 +2845,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3821(o.metadata!);
+ checkUnnamed3822(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3822(o.response!);
+ checkUnnamed3823(o.response!);
}
buildCounterOperation--;
}
@@ -2874,40 +2874,40 @@
buildCounterPeopleSuggestion--;
}
-core.List<api.EmailAddress> buildUnnamed3823() {
+core.List<api.EmailAddress> buildUnnamed3824() {
var o = <api.EmailAddress>[];
o.add(buildEmailAddress());
o.add(buildEmailAddress());
return o;
}
-void checkUnnamed3823(core.List<api.EmailAddress> o) {
+void checkUnnamed3824(core.List<api.EmailAddress> o) {
unittest.expect(o, unittest.hasLength(2));
checkEmailAddress(o[0] as api.EmailAddress);
checkEmailAddress(o[1] as api.EmailAddress);
}
-core.List<api.Name> buildUnnamed3824() {
+core.List<api.Name> buildUnnamed3825() {
var o = <api.Name>[];
o.add(buildName());
o.add(buildName());
return o;
}
-void checkUnnamed3824(core.List<api.Name> o) {
+void checkUnnamed3825(core.List<api.Name> o) {
unittest.expect(o, unittest.hasLength(2));
checkName(o[0] as api.Name);
checkName(o[1] as api.Name);
}
-core.List<api.Photo> buildUnnamed3825() {
+core.List<api.Photo> buildUnnamed3826() {
var o = <api.Photo>[];
o.add(buildPhoto());
o.add(buildPhoto());
return o;
}
-void checkUnnamed3825(core.List<api.Photo> o) {
+void checkUnnamed3826(core.List<api.Photo> o) {
unittest.expect(o, unittest.hasLength(2));
checkPhoto(o[0] as api.Photo);
checkPhoto(o[1] as api.Photo);
@@ -2918,11 +2918,11 @@
var o = api.Person();
buildCounterPerson++;
if (buildCounterPerson < 3) {
- o.emailAddresses = buildUnnamed3823();
+ o.emailAddresses = buildUnnamed3824();
o.name = 'foo';
o.obfuscatedId = 'foo';
- o.personNames = buildUnnamed3824();
- o.photos = buildUnnamed3825();
+ o.personNames = buildUnnamed3825();
+ o.photos = buildUnnamed3826();
}
buildCounterPerson--;
return o;
@@ -2931,7 +2931,7 @@
void checkPerson(api.Person o) {
buildCounterPerson++;
if (buildCounterPerson < 3) {
- checkUnnamed3823(o.emailAddresses!);
+ checkUnnamed3824(o.emailAddresses!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2940,8 +2940,8 @@
o.obfuscatedId!,
unittest.equals('foo'),
);
- checkUnnamed3824(o.personNames!);
- checkUnnamed3825(o.photos!);
+ checkUnnamed3825(o.personNames!);
+ checkUnnamed3826(o.photos!);
}
buildCounterPerson--;
}
@@ -2968,14 +2968,14 @@
buildCounterPhoto--;
}
-core.List<core.String> buildUnnamed3826() {
+core.List<core.String> buildUnnamed3827() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3826(core.List<core.String> o) {
+void checkUnnamed3827(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2996,7 +2996,7 @@
o.debugOptions = buildDebugOptions();
o.limit = 42;
o.queue = 'foo';
- o.statusCodes = buildUnnamed3826();
+ o.statusCodes = buildUnnamed3827();
}
buildCounterPollItemsRequest--;
return o;
@@ -3018,19 +3018,19 @@
o.queue!,
unittest.equals('foo'),
);
- checkUnnamed3826(o.statusCodes!);
+ checkUnnamed3827(o.statusCodes!);
}
buildCounterPollItemsRequest--;
}
-core.List<api.Item> buildUnnamed3827() {
+core.List<api.Item> buildUnnamed3828() {
var o = <api.Item>[];
o.add(buildItem());
o.add(buildItem());
return o;
}
-void checkUnnamed3827(core.List<api.Item> o) {
+void checkUnnamed3828(core.List<api.Item> o) {
unittest.expect(o, unittest.hasLength(2));
checkItem(o[0] as api.Item);
checkItem(o[1] as api.Item);
@@ -3041,7 +3041,7 @@
var o = api.PollItemsResponse();
buildCounterPollItemsResponse++;
if (buildCounterPollItemsResponse < 3) {
- o.items = buildUnnamed3827();
+ o.items = buildUnnamed3828();
}
buildCounterPollItemsResponse--;
return o;
@@ -3050,7 +3050,7 @@
void checkPollItemsResponse(api.PollItemsResponse o) {
buildCounterPollItemsResponse++;
if (buildCounterPollItemsResponse < 3) {
- checkUnnamed3827(o.items!);
+ checkUnnamed3828(o.items!);
}
buildCounterPollItemsResponse--;
}
@@ -3084,14 +3084,14 @@
buildCounterPrincipal--;
}
-core.List<api.FieldViolation> buildUnnamed3828() {
+core.List<api.FieldViolation> buildUnnamed3829() {
var o = <api.FieldViolation>[];
o.add(buildFieldViolation());
o.add(buildFieldViolation());
return o;
}
-void checkUnnamed3828(core.List<api.FieldViolation> o) {
+void checkUnnamed3829(core.List<api.FieldViolation> o) {
unittest.expect(o, unittest.hasLength(2));
checkFieldViolation(o[0] as api.FieldViolation);
checkFieldViolation(o[1] as api.FieldViolation);
@@ -3104,7 +3104,7 @@
if (buildCounterProcessingError < 3) {
o.code = 'foo';
o.errorMessage = 'foo';
- o.fieldViolations = buildUnnamed3828();
+ o.fieldViolations = buildUnnamed3829();
}
buildCounterProcessingError--;
return o;
@@ -3121,7 +3121,7 @@
o.errorMessage!,
unittest.equals('foo'),
);
- checkUnnamed3828(o.fieldViolations!);
+ checkUnnamed3829(o.fieldViolations!);
}
buildCounterProcessingError--;
}
@@ -3382,14 +3382,14 @@
buildCounterQueryItem--;
}
-core.List<core.String> buildUnnamed3829() {
+core.List<core.String> buildUnnamed3830() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3829(core.List<core.String> o) {
+void checkUnnamed3830(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3407,7 +3407,7 @@
buildCounterQueryOperator++;
if (buildCounterQueryOperator < 3) {
o.displayName = 'foo';
- o.enumValues = buildUnnamed3829();
+ o.enumValues = buildUnnamed3830();
o.greaterThanOperatorName = 'foo';
o.isFacetable = true;
o.isRepeatable = true;
@@ -3430,7 +3430,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3829(o.enumValues!);
+ checkUnnamed3830(o.enumValues!);
unittest.expect(
o.greaterThanOperatorName!,
unittest.equals('foo'),
@@ -3460,14 +3460,14 @@
buildCounterQueryOperator--;
}
-core.List<api.QueryOperator> buildUnnamed3830() {
+core.List<api.QueryOperator> buildUnnamed3831() {
var o = <api.QueryOperator>[];
o.add(buildQueryOperator());
o.add(buildQueryOperator());
return o;
}
-void checkUnnamed3830(core.List<api.QueryOperator> o) {
+void checkUnnamed3831(core.List<api.QueryOperator> o) {
unittest.expect(o, unittest.hasLength(2));
checkQueryOperator(o[0] as api.QueryOperator);
checkQueryOperator(o[1] as api.QueryOperator);
@@ -3479,7 +3479,7 @@
buildCounterQuerySource++;
if (buildCounterQuerySource < 3) {
o.displayName = 'foo';
- o.operators = buildUnnamed3830();
+ o.operators = buildUnnamed3831();
o.shortName = 'foo';
o.source = buildSource();
}
@@ -3494,7 +3494,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3830(o.operators!);
+ checkUnnamed3831(o.operators!);
unittest.expect(
o.shortName!,
unittest.equals('foo'),
@@ -3660,14 +3660,14 @@
buildCounterRestrictItem--;
}
-core.List<api.SourceResultCount> buildUnnamed3831() {
+core.List<api.SourceResultCount> buildUnnamed3832() {
var o = <api.SourceResultCount>[];
o.add(buildSourceResultCount());
o.add(buildSourceResultCount());
return o;
}
-void checkUnnamed3831(core.List<api.SourceResultCount> o) {
+void checkUnnamed3832(core.List<api.SourceResultCount> o) {
unittest.expect(o, unittest.hasLength(2));
checkSourceResultCount(o[0] as api.SourceResultCount);
checkSourceResultCount(o[1] as api.SourceResultCount);
@@ -3678,7 +3678,7 @@
var o = api.ResultCounts();
buildCounterResultCounts++;
if (buildCounterResultCounts < 3) {
- o.sourceResultCounts = buildUnnamed3831();
+ o.sourceResultCounts = buildUnnamed3832();
}
buildCounterResultCounts--;
return o;
@@ -3687,7 +3687,7 @@
void checkResultCounts(api.ResultCounts o) {
buildCounterResultCounts++;
if (buildCounterResultCounts < 3) {
- checkUnnamed3831(o.sourceResultCounts!);
+ checkUnnamed3832(o.sourceResultCounts!);
}
buildCounterResultCounts--;
}
@@ -3743,14 +3743,14 @@
buildCounterResultDisplayField--;
}
-core.List<api.ResultDisplayField> buildUnnamed3832() {
+core.List<api.ResultDisplayField> buildUnnamed3833() {
var o = <api.ResultDisplayField>[];
o.add(buildResultDisplayField());
o.add(buildResultDisplayField());
return o;
}
-void checkUnnamed3832(core.List<api.ResultDisplayField> o) {
+void checkUnnamed3833(core.List<api.ResultDisplayField> o) {
unittest.expect(o, unittest.hasLength(2));
checkResultDisplayField(o[0] as api.ResultDisplayField);
checkResultDisplayField(o[1] as api.ResultDisplayField);
@@ -3761,7 +3761,7 @@
var o = api.ResultDisplayLine();
buildCounterResultDisplayLine++;
if (buildCounterResultDisplayLine < 3) {
- o.fields = buildUnnamed3832();
+ o.fields = buildUnnamed3833();
}
buildCounterResultDisplayLine--;
return o;
@@ -3770,19 +3770,19 @@
void checkResultDisplayLine(api.ResultDisplayLine o) {
buildCounterResultDisplayLine++;
if (buildCounterResultDisplayLine < 3) {
- checkUnnamed3832(o.fields!);
+ checkUnnamed3833(o.fields!);
}
buildCounterResultDisplayLine--;
}
-core.List<api.ResultDisplayLine> buildUnnamed3833() {
+core.List<api.ResultDisplayLine> buildUnnamed3834() {
var o = <api.ResultDisplayLine>[];
o.add(buildResultDisplayLine());
o.add(buildResultDisplayLine());
return o;
}
-void checkUnnamed3833(core.List<api.ResultDisplayLine> o) {
+void checkUnnamed3834(core.List<api.ResultDisplayLine> o) {
unittest.expect(o, unittest.hasLength(2));
checkResultDisplayLine(o[0] as api.ResultDisplayLine);
checkResultDisplayLine(o[1] as api.ResultDisplayLine);
@@ -3793,7 +3793,7 @@
var o = api.ResultDisplayMetadata();
buildCounterResultDisplayMetadata++;
if (buildCounterResultDisplayMetadata < 3) {
- o.metalines = buildUnnamed3833();
+ o.metalines = buildUnnamed3834();
o.objectTypeLabel = 'foo';
}
buildCounterResultDisplayMetadata--;
@@ -3803,7 +3803,7 @@
void checkResultDisplayMetadata(api.ResultDisplayMetadata o) {
buildCounterResultDisplayMetadata++;
if (buildCounterResultDisplayMetadata < 3) {
- checkUnnamed3833(o.metalines!);
+ checkUnnamed3834(o.metalines!);
unittest.expect(
o.objectTypeLabel!,
unittest.equals('foo'),
@@ -3834,27 +3834,27 @@
buildCounterRetrievalImportance--;
}
-core.List<api.ObjectDefinition> buildUnnamed3834() {
+core.List<api.ObjectDefinition> buildUnnamed3835() {
var o = <api.ObjectDefinition>[];
o.add(buildObjectDefinition());
o.add(buildObjectDefinition());
return o;
}
-void checkUnnamed3834(core.List<api.ObjectDefinition> o) {
+void checkUnnamed3835(core.List<api.ObjectDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectDefinition(o[0] as api.ObjectDefinition);
checkObjectDefinition(o[1] as api.ObjectDefinition);
}
-core.List<core.String> buildUnnamed3835() {
+core.List<core.String> buildUnnamed3836() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3835(core.List<core.String> o) {
+void checkUnnamed3836(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3871,8 +3871,8 @@
var o = api.Schema();
buildCounterSchema++;
if (buildCounterSchema < 3) {
- o.objectDefinitions = buildUnnamed3834();
- o.operationIds = buildUnnamed3835();
+ o.objectDefinitions = buildUnnamed3835();
+ o.operationIds = buildUnnamed3836();
}
buildCounterSchema--;
return o;
@@ -3881,8 +3881,8 @@
void checkSchema(api.Schema o) {
buildCounterSchema++;
if (buildCounterSchema < 3) {
- checkUnnamed3834(o.objectDefinitions!);
- checkUnnamed3835(o.operationIds!);
+ checkUnnamed3835(o.objectDefinitions!);
+ checkUnnamed3836(o.operationIds!);
}
buildCounterSchema--;
}
@@ -3908,40 +3908,40 @@
buildCounterScoringConfig--;
}
-core.List<api.DataSourceRestriction> buildUnnamed3836() {
+core.List<api.DataSourceRestriction> buildUnnamed3837() {
var o = <api.DataSourceRestriction>[];
o.add(buildDataSourceRestriction());
o.add(buildDataSourceRestriction());
return o;
}
-void checkUnnamed3836(core.List<api.DataSourceRestriction> o) {
+void checkUnnamed3837(core.List<api.DataSourceRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSourceRestriction(o[0] as api.DataSourceRestriction);
checkDataSourceRestriction(o[1] as api.DataSourceRestriction);
}
-core.List<api.FacetOptions> buildUnnamed3837() {
+core.List<api.FacetOptions> buildUnnamed3838() {
var o = <api.FacetOptions>[];
o.add(buildFacetOptions());
o.add(buildFacetOptions());
return o;
}
-void checkUnnamed3837(core.List<api.FacetOptions> o) {
+void checkUnnamed3838(core.List<api.FacetOptions> o) {
unittest.expect(o, unittest.hasLength(2));
checkFacetOptions(o[0] as api.FacetOptions);
checkFacetOptions(o[1] as api.FacetOptions);
}
-core.List<core.String> buildUnnamed3838() {
+core.List<core.String> buildUnnamed3839() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3838(core.List<core.String> o) {
+void checkUnnamed3839(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3953,14 +3953,14 @@
);
}
-core.List<api.SourceConfig> buildUnnamed3839() {
+core.List<api.SourceConfig> buildUnnamed3840() {
var o = <api.SourceConfig>[];
o.add(buildSourceConfig());
o.add(buildSourceConfig());
return o;
}
-void checkUnnamed3839(core.List<api.SourceConfig> o) {
+void checkUnnamed3840(core.List<api.SourceConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkSourceConfig(o[0] as api.SourceConfig);
checkSourceConfig(o[1] as api.SourceConfig);
@@ -3971,14 +3971,14 @@
var o = api.SearchApplication();
buildCounterSearchApplication++;
if (buildCounterSearchApplication < 3) {
- o.dataSourceRestrictions = buildUnnamed3836();
- o.defaultFacetOptions = buildUnnamed3837();
+ o.dataSourceRestrictions = buildUnnamed3837();
+ o.defaultFacetOptions = buildUnnamed3838();
o.defaultSortOptions = buildSortOptions();
o.displayName = 'foo';
o.name = 'foo';
- o.operationIds = buildUnnamed3838();
+ o.operationIds = buildUnnamed3839();
o.scoringConfig = buildScoringConfig();
- o.sourceConfig = buildUnnamed3839();
+ o.sourceConfig = buildUnnamed3840();
}
buildCounterSearchApplication--;
return o;
@@ -3987,8 +3987,8 @@
void checkSearchApplication(api.SearchApplication o) {
buildCounterSearchApplication++;
if (buildCounterSearchApplication < 3) {
- checkUnnamed3836(o.dataSourceRestrictions!);
- checkUnnamed3837(o.defaultFacetOptions!);
+ checkUnnamed3837(o.dataSourceRestrictions!);
+ checkUnnamed3838(o.defaultFacetOptions!);
checkSortOptions(o.defaultSortOptions! as api.SortOptions);
unittest.expect(
o.displayName!,
@@ -3998,21 +3998,21 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3838(o.operationIds!);
+ checkUnnamed3839(o.operationIds!);
checkScoringConfig(o.scoringConfig! as api.ScoringConfig);
- checkUnnamed3839(o.sourceConfig!);
+ checkUnnamed3840(o.sourceConfig!);
}
buildCounterSearchApplication--;
}
-core.List<api.QueryCountByStatus> buildUnnamed3840() {
+core.List<api.QueryCountByStatus> buildUnnamed3841() {
var o = <api.QueryCountByStatus>[];
o.add(buildQueryCountByStatus());
o.add(buildQueryCountByStatus());
return o;
}
-void checkUnnamed3840(core.List<api.QueryCountByStatus> o) {
+void checkUnnamed3841(core.List<api.QueryCountByStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkQueryCountByStatus(o[0] as api.QueryCountByStatus);
checkQueryCountByStatus(o[1] as api.QueryCountByStatus);
@@ -4024,7 +4024,7 @@
buildCounterSearchApplicationQueryStats++;
if (buildCounterSearchApplicationQueryStats < 3) {
o.date = buildDate();
- o.queryCountByStatus = buildUnnamed3840();
+ o.queryCountByStatus = buildUnnamed3841();
}
buildCounterSearchApplicationQueryStats--;
return o;
@@ -4034,7 +4034,7 @@
buildCounterSearchApplicationQueryStats++;
if (buildCounterSearchApplicationQueryStats < 3) {
checkDate(o.date! as api.Date);
- checkUnnamed3840(o.queryCountByStatus!);
+ checkUnnamed3841(o.queryCountByStatus!);
}
buildCounterSearchApplicationQueryStats--;
}
@@ -4126,14 +4126,14 @@
buildCounterSearchItemsByViewUrlRequest--;
}
-core.List<api.Item> buildUnnamed3841() {
+core.List<api.Item> buildUnnamed3842() {
var o = <api.Item>[];
o.add(buildItem());
o.add(buildItem());
return o;
}
-void checkUnnamed3841(core.List<api.Item> o) {
+void checkUnnamed3842(core.List<api.Item> o) {
unittest.expect(o, unittest.hasLength(2));
checkItem(o[0] as api.Item);
checkItem(o[1] as api.Item);
@@ -4144,7 +4144,7 @@
var o = api.SearchItemsByViewUrlResponse();
buildCounterSearchItemsByViewUrlResponse++;
if (buildCounterSearchItemsByViewUrlResponse < 3) {
- o.items = buildUnnamed3841();
+ o.items = buildUnnamed3842();
o.nextPageToken = 'foo';
}
buildCounterSearchItemsByViewUrlResponse--;
@@ -4154,7 +4154,7 @@
void checkSearchItemsByViewUrlResponse(api.SearchItemsByViewUrlResponse o) {
buildCounterSearchItemsByViewUrlResponse++;
if (buildCounterSearchItemsByViewUrlResponse < 3) {
- checkUnnamed3841(o.items!);
+ checkUnnamed3842(o.items!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4185,27 +4185,27 @@
buildCounterSearchQualityMetadata--;
}
-core.List<api.DataSourceRestriction> buildUnnamed3842() {
+core.List<api.DataSourceRestriction> buildUnnamed3843() {
var o = <api.DataSourceRestriction>[];
o.add(buildDataSourceRestriction());
o.add(buildDataSourceRestriction());
return o;
}
-void checkUnnamed3842(core.List<api.DataSourceRestriction> o) {
+void checkUnnamed3843(core.List<api.DataSourceRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSourceRestriction(o[0] as api.DataSourceRestriction);
checkDataSourceRestriction(o[1] as api.DataSourceRestriction);
}
-core.List<api.FacetOptions> buildUnnamed3843() {
+core.List<api.FacetOptions> buildUnnamed3844() {
var o = <api.FacetOptions>[];
o.add(buildFacetOptions());
o.add(buildFacetOptions());
return o;
}
-void checkUnnamed3843(core.List<api.FacetOptions> o) {
+void checkUnnamed3844(core.List<api.FacetOptions> o) {
unittest.expect(o, unittest.hasLength(2));
checkFacetOptions(o[0] as api.FacetOptions);
checkFacetOptions(o[1] as api.FacetOptions);
@@ -4216,8 +4216,8 @@
var o = api.SearchRequest();
buildCounterSearchRequest++;
if (buildCounterSearchRequest < 3) {
- o.dataSourceRestrictions = buildUnnamed3842();
- o.facetOptions = buildUnnamed3843();
+ o.dataSourceRestrictions = buildUnnamed3843();
+ o.facetOptions = buildUnnamed3844();
o.pageSize = 42;
o.query = 'foo';
o.queryInterpretationOptions = buildQueryInterpretationOptions();
@@ -4232,8 +4232,8 @@
void checkSearchRequest(api.SearchRequest o) {
buildCounterSearchRequest++;
if (buildCounterSearchRequest < 3) {
- checkUnnamed3842(o.dataSourceRestrictions!);
- checkUnnamed3843(o.facetOptions!);
+ checkUnnamed3843(o.dataSourceRestrictions!);
+ checkUnnamed3844(o.facetOptions!);
unittest.expect(
o.pageSize!,
unittest.equals(42),
@@ -4254,53 +4254,53 @@
buildCounterSearchRequest--;
}
-core.List<api.FacetResult> buildUnnamed3844() {
+core.List<api.FacetResult> buildUnnamed3845() {
var o = <api.FacetResult>[];
o.add(buildFacetResult());
o.add(buildFacetResult());
return o;
}
-void checkUnnamed3844(core.List<api.FacetResult> o) {
+void checkUnnamed3845(core.List<api.FacetResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkFacetResult(o[0] as api.FacetResult);
checkFacetResult(o[1] as api.FacetResult);
}
-core.List<api.SearchResult> buildUnnamed3845() {
+core.List<api.SearchResult> buildUnnamed3846() {
var o = <api.SearchResult>[];
o.add(buildSearchResult());
o.add(buildSearchResult());
return o;
}
-void checkUnnamed3845(core.List<api.SearchResult> o) {
+void checkUnnamed3846(core.List<api.SearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchResult(o[0] as api.SearchResult);
checkSearchResult(o[1] as api.SearchResult);
}
-core.List<api.SpellResult> buildUnnamed3846() {
+core.List<api.SpellResult> buildUnnamed3847() {
var o = <api.SpellResult>[];
o.add(buildSpellResult());
o.add(buildSpellResult());
return o;
}
-void checkUnnamed3846(core.List<api.SpellResult> o) {
+void checkUnnamed3847(core.List<api.SpellResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpellResult(o[0] as api.SpellResult);
checkSpellResult(o[1] as api.SpellResult);
}
-core.List<api.StructuredResult> buildUnnamed3847() {
+core.List<api.StructuredResult> buildUnnamed3848() {
var o = <api.StructuredResult>[];
o.add(buildStructuredResult());
o.add(buildStructuredResult());
return o;
}
-void checkUnnamed3847(core.List<api.StructuredResult> o) {
+void checkUnnamed3848(core.List<api.StructuredResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkStructuredResult(o[0] as api.StructuredResult);
checkStructuredResult(o[1] as api.StructuredResult);
@@ -4313,15 +4313,15 @@
if (buildCounterSearchResponse < 3) {
o.debugInfo = buildResponseDebugInfo();
o.errorInfo = buildErrorInfo();
- o.facetResults = buildUnnamed3844();
+ o.facetResults = buildUnnamed3845();
o.hasMoreResults = true;
o.queryInterpretation = buildQueryInterpretation();
o.resultCountEstimate = 'foo';
o.resultCountExact = 'foo';
o.resultCounts = buildResultCounts();
- o.results = buildUnnamed3845();
- o.spellResults = buildUnnamed3846();
- o.structuredResults = buildUnnamed3847();
+ o.results = buildUnnamed3846();
+ o.spellResults = buildUnnamed3847();
+ o.structuredResults = buildUnnamed3848();
}
buildCounterSearchResponse--;
return o;
@@ -4332,7 +4332,7 @@
if (buildCounterSearchResponse < 3) {
checkResponseDebugInfo(o.debugInfo! as api.ResponseDebugInfo);
checkErrorInfo(o.errorInfo! as api.ErrorInfo);
- checkUnnamed3844(o.facetResults!);
+ checkUnnamed3845(o.facetResults!);
unittest.expect(o.hasMoreResults!, unittest.isTrue);
checkQueryInterpretation(o.queryInterpretation! as api.QueryInterpretation);
unittest.expect(
@@ -4344,21 +4344,21 @@
unittest.equals('foo'),
);
checkResultCounts(o.resultCounts! as api.ResultCounts);
- checkUnnamed3845(o.results!);
- checkUnnamed3846(o.spellResults!);
- checkUnnamed3847(o.structuredResults!);
+ checkUnnamed3846(o.results!);
+ checkUnnamed3847(o.spellResults!);
+ checkUnnamed3848(o.structuredResults!);
}
buildCounterSearchResponse--;
}
-core.List<api.SearchResult> buildUnnamed3848() {
+core.List<api.SearchResult> buildUnnamed3849() {
var o = <api.SearchResult>[];
o.add(buildSearchResult());
o.add(buildSearchResult());
return o;
}
-void checkUnnamed3848(core.List<api.SearchResult> o) {
+void checkUnnamed3849(core.List<api.SearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchResult(o[0] as api.SearchResult);
checkSearchResult(o[1] as api.SearchResult);
@@ -4369,7 +4369,7 @@
var o = api.SearchResult();
buildCounterSearchResult++;
if (buildCounterSearchResult < 3) {
- o.clusteredResults = buildUnnamed3848();
+ o.clusteredResults = buildUnnamed3849();
o.debugInfo = buildResultDebugInfo();
o.metadata = buildMetadata();
o.snippet = buildSnippet();
@@ -4383,7 +4383,7 @@
void checkSearchResult(api.SearchResult o) {
buildCounterSearchResult++;
if (buildCounterSearchResult < 3) {
- checkUnnamed3848(o.clusteredResults!);
+ checkUnnamed3849(o.clusteredResults!);
checkResultDebugInfo(o.debugInfo! as api.ResultDebugInfo);
checkMetadata(o.metadata! as api.Metadata);
checkSnippet(o.snippet! as api.Snippet);
@@ -4399,14 +4399,14 @@
buildCounterSearchResult--;
}
-core.List<api.MatchRange> buildUnnamed3849() {
+core.List<api.MatchRange> buildUnnamed3850() {
var o = <api.MatchRange>[];
o.add(buildMatchRange());
o.add(buildMatchRange());
return o;
}
-void checkUnnamed3849(core.List<api.MatchRange> o) {
+void checkUnnamed3850(core.List<api.MatchRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkMatchRange(o[0] as api.MatchRange);
checkMatchRange(o[1] as api.MatchRange);
@@ -4417,7 +4417,7 @@
var o = api.Snippet();
buildCounterSnippet++;
if (buildCounterSnippet < 3) {
- o.matchRanges = buildUnnamed3849();
+ o.matchRanges = buildUnnamed3850();
o.snippet = 'foo';
}
buildCounterSnippet--;
@@ -4427,7 +4427,7 @@
void checkSnippet(api.Snippet o) {
buildCounterSnippet++;
if (buildCounterSnippet < 3) {
- checkUnnamed3849(o.matchRanges!);
+ checkUnnamed3850(o.matchRanges!);
unittest.expect(
o.snippet!,
unittest.equals('foo'),
@@ -4639,7 +4639,7 @@
buildCounterStartUploadItemRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed3850() {
+core.Map<core.String, core.Object> buildUnnamed3851() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4654,7 +4654,7 @@
return o;
}
-void checkUnnamed3850(core.Map<core.String, core.Object> o) {
+void checkUnnamed3851(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -4686,17 +4686,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3851() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3852() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3850());
- o.add(buildUnnamed3850());
+ o.add(buildUnnamed3851());
+ o.add(buildUnnamed3851());
return o;
}
-void checkUnnamed3851(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3852(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3850(o[0]);
- checkUnnamed3850(o[1]);
+ checkUnnamed3851(o[0]);
+ checkUnnamed3851(o[1]);
}
core.int buildCounterStatus = 0;
@@ -4705,7 +4705,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3851();
+ o.details = buildUnnamed3852();
o.message = 'foo';
}
buildCounterStatus--;
@@ -4719,7 +4719,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3851(o.details!);
+ checkUnnamed3852(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -4728,14 +4728,14 @@
buildCounterStatus--;
}
-core.List<api.NamedProperty> buildUnnamed3852() {
+core.List<api.NamedProperty> buildUnnamed3853() {
var o = <api.NamedProperty>[];
o.add(buildNamedProperty());
o.add(buildNamedProperty());
return o;
}
-void checkUnnamed3852(core.List<api.NamedProperty> o) {
+void checkUnnamed3853(core.List<api.NamedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkNamedProperty(o[0] as api.NamedProperty);
checkNamedProperty(o[1] as api.NamedProperty);
@@ -4746,7 +4746,7 @@
var o = api.StructuredDataObject();
buildCounterStructuredDataObject++;
if (buildCounterStructuredDataObject < 3) {
- o.properties = buildUnnamed3852();
+ o.properties = buildUnnamed3853();
}
buildCounterStructuredDataObject--;
return o;
@@ -4755,7 +4755,7 @@
void checkStructuredDataObject(api.StructuredDataObject o) {
buildCounterStructuredDataObject++;
if (buildCounterStructuredDataObject < 3) {
- checkUnnamed3852(o.properties!);
+ checkUnnamed3853(o.properties!);
}
buildCounterStructuredDataObject--;
}
@@ -4779,14 +4779,14 @@
buildCounterStructuredResult--;
}
-core.List<api.DataSourceRestriction> buildUnnamed3853() {
+core.List<api.DataSourceRestriction> buildUnnamed3854() {
var o = <api.DataSourceRestriction>[];
o.add(buildDataSourceRestriction());
o.add(buildDataSourceRestriction());
return o;
}
-void checkUnnamed3853(core.List<api.DataSourceRestriction> o) {
+void checkUnnamed3854(core.List<api.DataSourceRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSourceRestriction(o[0] as api.DataSourceRestriction);
checkDataSourceRestriction(o[1] as api.DataSourceRestriction);
@@ -4797,7 +4797,7 @@
var o = api.SuggestRequest();
buildCounterSuggestRequest++;
if (buildCounterSuggestRequest < 3) {
- o.dataSourceRestrictions = buildUnnamed3853();
+ o.dataSourceRestrictions = buildUnnamed3854();
o.query = 'foo';
o.requestOptions = buildRequestOptions();
}
@@ -4808,7 +4808,7 @@
void checkSuggestRequest(api.SuggestRequest o) {
buildCounterSuggestRequest++;
if (buildCounterSuggestRequest < 3) {
- checkUnnamed3853(o.dataSourceRestrictions!);
+ checkUnnamed3854(o.dataSourceRestrictions!);
unittest.expect(
o.query!,
unittest.equals('foo'),
@@ -4818,14 +4818,14 @@
buildCounterSuggestRequest--;
}
-core.List<api.SuggestResult> buildUnnamed3854() {
+core.List<api.SuggestResult> buildUnnamed3855() {
var o = <api.SuggestResult>[];
o.add(buildSuggestResult());
o.add(buildSuggestResult());
return o;
}
-void checkUnnamed3854(core.List<api.SuggestResult> o) {
+void checkUnnamed3855(core.List<api.SuggestResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestResult(o[0] as api.SuggestResult);
checkSuggestResult(o[1] as api.SuggestResult);
@@ -4836,7 +4836,7 @@
var o = api.SuggestResponse();
buildCounterSuggestResponse++;
if (buildCounterSuggestResponse < 3) {
- o.suggestResults = buildUnnamed3854();
+ o.suggestResults = buildUnnamed3855();
}
buildCounterSuggestResponse--;
return o;
@@ -4845,7 +4845,7 @@
void checkSuggestResponse(api.SuggestResponse o) {
buildCounterSuggestResponse++;
if (buildCounterSuggestResponse < 3) {
- checkUnnamed3854(o.suggestResults!);
+ checkUnnamed3855(o.suggestResults!);
}
buildCounterSuggestResponse--;
}
@@ -4923,14 +4923,14 @@
buildCounterTextPropertyOptions--;
}
-core.List<core.String> buildUnnamed3855() {
+core.List<core.String> buildUnnamed3856() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3855(core.List<core.String> o) {
+void checkUnnamed3856(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4947,7 +4947,7 @@
var o = api.TextValues();
buildCounterTextValues++;
if (buildCounterTextValues < 3) {
- o.values = buildUnnamed3855();
+ o.values = buildUnnamed3856();
}
buildCounterTextValues--;
return o;
@@ -4956,7 +4956,7 @@
void checkTextValues(api.TextValues o) {
buildCounterTextValues++;
if (buildCounterTextValues < 3) {
- checkUnnamed3855(o.values!);
+ checkUnnamed3856(o.values!);
}
buildCounterTextValues--;
}
@@ -5013,14 +5013,14 @@
buildCounterTimestampPropertyOptions--;
}
-core.List<core.String> buildUnnamed3856() {
+core.List<core.String> buildUnnamed3857() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3856(core.List<core.String> o) {
+void checkUnnamed3857(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5037,7 +5037,7 @@
var o = api.TimestampValues();
buildCounterTimestampValues++;
if (buildCounterTimestampValues < 3) {
- o.values = buildUnnamed3856();
+ o.values = buildUnnamed3857();
}
buildCounterTimestampValues--;
return o;
@@ -5046,7 +5046,7 @@
void checkTimestampValues(api.TimestampValues o) {
buildCounterTimestampValues++;
if (buildCounterTimestampValues < 3) {
- checkUnnamed3856(o.values!);
+ checkUnnamed3857(o.values!);
}
buildCounterTimestampValues--;
}
diff --git a/generated/googleapis/test/content/v2_1_test.dart b/generated/googleapis/test/content/v2_1_test.dart
index 69fee79..b151cc6 100644
--- a/generated/googleapis/test/content/v2_1_test.dart
+++ b/generated/googleapis/test/content/v2_1_test.dart
@@ -27,38 +27,19 @@
import '../test_shared.dart';
-core.List<api.AccountAdsLink> buildUnnamed4191() {
+core.List<api.AccountAdsLink> buildUnnamed4192() {
var o = <api.AccountAdsLink>[];
o.add(buildAccountAdsLink());
o.add(buildAccountAdsLink());
return o;
}
-void checkUnnamed4191(core.List<api.AccountAdsLink> o) {
+void checkUnnamed4192(core.List<api.AccountAdsLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountAdsLink(o[0] as api.AccountAdsLink);
checkAccountAdsLink(o[1] as api.AccountAdsLink);
}
-core.List<core.String> buildUnnamed4192() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4192(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4193() {
var o = <core.String>[];
o.add('foo');
@@ -78,27 +59,46 @@
);
}
-core.List<api.AccountUser> buildUnnamed4194() {
+core.List<core.String> buildUnnamed4194() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4194(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.AccountUser> buildUnnamed4195() {
var o = <api.AccountUser>[];
o.add(buildAccountUser());
o.add(buildAccountUser());
return o;
}
-void checkUnnamed4194(core.List<api.AccountUser> o) {
+void checkUnnamed4195(core.List<api.AccountUser> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountUser(o[0] as api.AccountUser);
checkAccountUser(o[1] as api.AccountUser);
}
-core.List<api.AccountYouTubeChannelLink> buildUnnamed4195() {
+core.List<api.AccountYouTubeChannelLink> buildUnnamed4196() {
var o = <api.AccountYouTubeChannelLink>[];
o.add(buildAccountYouTubeChannelLink());
o.add(buildAccountYouTubeChannelLink());
return o;
}
-void checkUnnamed4195(core.List<api.AccountYouTubeChannelLink> o) {
+void checkUnnamed4196(core.List<api.AccountYouTubeChannelLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountYouTubeChannelLink(o[0] as api.AccountYouTubeChannelLink);
checkAccountYouTubeChannelLink(o[1] as api.AccountYouTubeChannelLink);
@@ -109,20 +109,20 @@
var o = api.Account();
buildCounterAccount++;
if (buildCounterAccount < 3) {
- o.adsLinks = buildUnnamed4191();
+ o.adsLinks = buildUnnamed4192();
o.adultContent = true;
- o.automaticLabelIds = buildUnnamed4192();
+ o.automaticLabelIds = buildUnnamed4193();
o.businessInformation = buildAccountBusinessInformation();
o.cssId = 'foo';
o.googleMyBusinessLink = buildAccountGoogleMyBusinessLink();
o.id = 'foo';
o.kind = 'foo';
- o.labelIds = buildUnnamed4193();
+ o.labelIds = buildUnnamed4194();
o.name = 'foo';
o.sellerId = 'foo';
- o.users = buildUnnamed4194();
+ o.users = buildUnnamed4195();
o.websiteUrl = 'foo';
- o.youtubeChannelLinks = buildUnnamed4195();
+ o.youtubeChannelLinks = buildUnnamed4196();
}
buildCounterAccount--;
return o;
@@ -131,9 +131,9 @@
void checkAccount(api.Account o) {
buildCounterAccount++;
if (buildCounterAccount < 3) {
- checkUnnamed4191(o.adsLinks!);
+ checkUnnamed4192(o.adsLinks!);
unittest.expect(o.adultContent!, unittest.isTrue);
- checkUnnamed4192(o.automaticLabelIds!);
+ checkUnnamed4193(o.automaticLabelIds!);
checkAccountBusinessInformation(
o.businessInformation! as api.AccountBusinessInformation);
unittest.expect(
@@ -150,7 +150,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4193(o.labelIds!);
+ checkUnnamed4194(o.labelIds!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -159,12 +159,12 @@
o.sellerId!,
unittest.equals('foo'),
);
- checkUnnamed4194(o.users!);
+ checkUnnamed4195(o.users!);
unittest.expect(
o.websiteUrl!,
unittest.equals('foo'),
);
- checkUnnamed4195(o.youtubeChannelLinks!);
+ checkUnnamed4196(o.youtubeChannelLinks!);
}
buildCounterAccount--;
}
@@ -435,14 +435,14 @@
buildCounterAccountReturnCarrier--;
}
-core.List<api.AccountStatusAccountLevelIssue> buildUnnamed4196() {
+core.List<api.AccountStatusAccountLevelIssue> buildUnnamed4197() {
var o = <api.AccountStatusAccountLevelIssue>[];
o.add(buildAccountStatusAccountLevelIssue());
o.add(buildAccountStatusAccountLevelIssue());
return o;
}
-void checkUnnamed4196(core.List<api.AccountStatusAccountLevelIssue> o) {
+void checkUnnamed4197(core.List<api.AccountStatusAccountLevelIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountStatusAccountLevelIssue(
o[0] as api.AccountStatusAccountLevelIssue);
@@ -450,14 +450,14 @@
o[1] as api.AccountStatusAccountLevelIssue);
}
-core.List<api.AccountStatusProducts> buildUnnamed4197() {
+core.List<api.AccountStatusProducts> buildUnnamed4198() {
var o = <api.AccountStatusProducts>[];
o.add(buildAccountStatusProducts());
o.add(buildAccountStatusProducts());
return o;
}
-void checkUnnamed4197(core.List<api.AccountStatusProducts> o) {
+void checkUnnamed4198(core.List<api.AccountStatusProducts> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountStatusProducts(o[0] as api.AccountStatusProducts);
checkAccountStatusProducts(o[1] as api.AccountStatusProducts);
@@ -469,9 +469,9 @@
buildCounterAccountStatus++;
if (buildCounterAccountStatus < 3) {
o.accountId = 'foo';
- o.accountLevelIssues = buildUnnamed4196();
+ o.accountLevelIssues = buildUnnamed4197();
o.kind = 'foo';
- o.products = buildUnnamed4197();
+ o.products = buildUnnamed4198();
o.websiteClaimed = true;
}
buildCounterAccountStatus--;
@@ -485,12 +485,12 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed4196(o.accountLevelIssues!);
+ checkUnnamed4197(o.accountLevelIssues!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4197(o.products!);
+ checkUnnamed4198(o.products!);
unittest.expect(o.websiteClaimed!, unittest.isTrue);
}
buildCounterAccountStatus--;
@@ -605,14 +605,14 @@
buildCounterAccountStatusItemLevelIssue--;
}
-core.List<api.AccountStatusItemLevelIssue> buildUnnamed4198() {
+core.List<api.AccountStatusItemLevelIssue> buildUnnamed4199() {
var o = <api.AccountStatusItemLevelIssue>[];
o.add(buildAccountStatusItemLevelIssue());
o.add(buildAccountStatusItemLevelIssue());
return o;
}
-void checkUnnamed4198(core.List<api.AccountStatusItemLevelIssue> o) {
+void checkUnnamed4199(core.List<api.AccountStatusItemLevelIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountStatusItemLevelIssue(o[0] as api.AccountStatusItemLevelIssue);
checkAccountStatusItemLevelIssue(o[1] as api.AccountStatusItemLevelIssue);
@@ -626,7 +626,7 @@
o.channel = 'foo';
o.country = 'foo';
o.destination = 'foo';
- o.itemLevelIssues = buildUnnamed4198();
+ o.itemLevelIssues = buildUnnamed4199();
o.statistics = buildAccountStatusStatistics();
}
buildCounterAccountStatusProducts--;
@@ -648,7 +648,7 @@
o.destination!,
unittest.equals('foo'),
);
- checkUnnamed4198(o.itemLevelIssues!);
+ checkUnnamed4199(o.itemLevelIssues!);
checkAccountStatusStatistics(o.statistics! as api.AccountStatusStatistics);
}
buildCounterAccountStatusProducts--;
@@ -691,14 +691,14 @@
buildCounterAccountStatusStatistics--;
}
-core.List<api.AccountTaxTaxRule> buildUnnamed4199() {
+core.List<api.AccountTaxTaxRule> buildUnnamed4200() {
var o = <api.AccountTaxTaxRule>[];
o.add(buildAccountTaxTaxRule());
o.add(buildAccountTaxTaxRule());
return o;
}
-void checkUnnamed4199(core.List<api.AccountTaxTaxRule> o) {
+void checkUnnamed4200(core.List<api.AccountTaxTaxRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountTaxTaxRule(o[0] as api.AccountTaxTaxRule);
checkAccountTaxTaxRule(o[1] as api.AccountTaxTaxRule);
@@ -711,7 +711,7 @@
if (buildCounterAccountTax < 3) {
o.accountId = 'foo';
o.kind = 'foo';
- o.rules = buildUnnamed4199();
+ o.rules = buildUnnamed4200();
}
buildCounterAccountTax--;
return o;
@@ -728,7 +728,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4199(o.rules!);
+ checkUnnamed4200(o.rules!);
}
buildCounterAccountTax--;
}
@@ -826,14 +826,14 @@
buildCounterAccountYouTubeChannelLink--;
}
-core.List<api.AccountIdentifier> buildUnnamed4200() {
+core.List<api.AccountIdentifier> buildUnnamed4201() {
var o = <api.AccountIdentifier>[];
o.add(buildAccountIdentifier());
o.add(buildAccountIdentifier());
return o;
}
-void checkUnnamed4200(core.List<api.AccountIdentifier> o) {
+void checkUnnamed4201(core.List<api.AccountIdentifier> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountIdentifier(o[0] as api.AccountIdentifier);
checkAccountIdentifier(o[1] as api.AccountIdentifier);
@@ -844,7 +844,7 @@
var o = api.AccountsAuthInfoResponse();
buildCounterAccountsAuthInfoResponse++;
if (buildCounterAccountsAuthInfoResponse < 3) {
- o.accountIdentifiers = buildUnnamed4200();
+ o.accountIdentifiers = buildUnnamed4201();
o.kind = 'foo';
}
buildCounterAccountsAuthInfoResponse--;
@@ -854,7 +854,7 @@
void checkAccountsAuthInfoResponse(api.AccountsAuthInfoResponse o) {
buildCounterAccountsAuthInfoResponse++;
if (buildCounterAccountsAuthInfoResponse < 3) {
- checkUnnamed4200(o.accountIdentifiers!);
+ checkUnnamed4201(o.accountIdentifiers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -885,14 +885,14 @@
buildCounterAccountsClaimWebsiteResponse--;
}
-core.List<api.AccountsCustomBatchRequestEntry> buildUnnamed4201() {
+core.List<api.AccountsCustomBatchRequestEntry> buildUnnamed4202() {
var o = <api.AccountsCustomBatchRequestEntry>[];
o.add(buildAccountsCustomBatchRequestEntry());
o.add(buildAccountsCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4201(core.List<api.AccountsCustomBatchRequestEntry> o) {
+void checkUnnamed4202(core.List<api.AccountsCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountsCustomBatchRequestEntry(
o[0] as api.AccountsCustomBatchRequestEntry);
@@ -905,7 +905,7 @@
var o = api.AccountsCustomBatchRequest();
buildCounterAccountsCustomBatchRequest++;
if (buildCounterAccountsCustomBatchRequest < 3) {
- o.entries = buildUnnamed4201();
+ o.entries = buildUnnamed4202();
}
buildCounterAccountsCustomBatchRequest--;
return o;
@@ -914,19 +914,19 @@
void checkAccountsCustomBatchRequest(api.AccountsCustomBatchRequest o) {
buildCounterAccountsCustomBatchRequest++;
if (buildCounterAccountsCustomBatchRequest < 3) {
- checkUnnamed4201(o.entries!);
+ checkUnnamed4202(o.entries!);
}
buildCounterAccountsCustomBatchRequest--;
}
-core.List<core.String> buildUnnamed4202() {
+core.List<core.String> buildUnnamed4203() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4202(core.List<core.String> o) {
+void checkUnnamed4203(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -947,7 +947,7 @@
o.accountId = 'foo';
o.batchId = 42;
o.force = true;
- o.labelIds = buildUnnamed4202();
+ o.labelIds = buildUnnamed4203();
o.linkRequest = buildAccountsCustomBatchRequestEntryLinkRequest();
o.merchantId = 'foo';
o.method = 'foo';
@@ -972,7 +972,7 @@
unittest.equals(42),
);
unittest.expect(o.force!, unittest.isTrue);
- checkUnnamed4202(o.labelIds!);
+ checkUnnamed4203(o.labelIds!);
checkAccountsCustomBatchRequestEntryLinkRequest(
o.linkRequest! as api.AccountsCustomBatchRequestEntryLinkRequest);
unittest.expect(
@@ -992,14 +992,14 @@
buildCounterAccountsCustomBatchRequestEntry--;
}
-core.List<core.String> buildUnnamed4203() {
+core.List<core.String> buildUnnamed4204() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4203(core.List<core.String> o) {
+void checkUnnamed4204(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1020,7 +1020,7 @@
o.action = 'foo';
o.linkType = 'foo';
o.linkedAccountId = 'foo';
- o.services = buildUnnamed4203();
+ o.services = buildUnnamed4204();
}
buildCounterAccountsCustomBatchRequestEntryLinkRequest--;
return o;
@@ -1042,19 +1042,19 @@
o.linkedAccountId!,
unittest.equals('foo'),
);
- checkUnnamed4203(o.services!);
+ checkUnnamed4204(o.services!);
}
buildCounterAccountsCustomBatchRequestEntryLinkRequest--;
}
-core.List<api.AccountsCustomBatchResponseEntry> buildUnnamed4204() {
+core.List<api.AccountsCustomBatchResponseEntry> buildUnnamed4205() {
var o = <api.AccountsCustomBatchResponseEntry>[];
o.add(buildAccountsCustomBatchResponseEntry());
o.add(buildAccountsCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4204(core.List<api.AccountsCustomBatchResponseEntry> o) {
+void checkUnnamed4205(core.List<api.AccountsCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountsCustomBatchResponseEntry(
o[0] as api.AccountsCustomBatchResponseEntry);
@@ -1067,7 +1067,7 @@
var o = api.AccountsCustomBatchResponse();
buildCounterAccountsCustomBatchResponse++;
if (buildCounterAccountsCustomBatchResponse < 3) {
- o.entries = buildUnnamed4204();
+ o.entries = buildUnnamed4205();
o.kind = 'foo';
}
buildCounterAccountsCustomBatchResponse--;
@@ -1077,7 +1077,7 @@
void checkAccountsCustomBatchResponse(api.AccountsCustomBatchResponse o) {
buildCounterAccountsCustomBatchResponse++;
if (buildCounterAccountsCustomBatchResponse < 3) {
- checkUnnamed4204(o.entries!);
+ checkUnnamed4205(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1118,14 +1118,14 @@
buildCounterAccountsCustomBatchResponseEntry--;
}
-core.List<core.String> buildUnnamed4205() {
+core.List<core.String> buildUnnamed4206() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4205(core.List<core.String> o) {
+void checkUnnamed4206(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1145,7 +1145,7 @@
o.action = 'foo';
o.linkType = 'foo';
o.linkedAccountId = 'foo';
- o.services = buildUnnamed4205();
+ o.services = buildUnnamed4206();
}
buildCounterAccountsLinkRequest--;
return o;
@@ -1166,7 +1166,7 @@
o.linkedAccountId!,
unittest.equals('foo'),
);
- checkUnnamed4205(o.services!);
+ checkUnnamed4206(o.services!);
}
buildCounterAccountsLinkRequest--;
}
@@ -1193,14 +1193,14 @@
buildCounterAccountsLinkResponse--;
}
-core.List<api.LinkedAccount> buildUnnamed4206() {
+core.List<api.LinkedAccount> buildUnnamed4207() {
var o = <api.LinkedAccount>[];
o.add(buildLinkedAccount());
o.add(buildLinkedAccount());
return o;
}
-void checkUnnamed4206(core.List<api.LinkedAccount> o) {
+void checkUnnamed4207(core.List<api.LinkedAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkLinkedAccount(o[0] as api.LinkedAccount);
checkLinkedAccount(o[1] as api.LinkedAccount);
@@ -1212,7 +1212,7 @@
buildCounterAccountsListLinksResponse++;
if (buildCounterAccountsListLinksResponse < 3) {
o.kind = 'foo';
- o.links = buildUnnamed4206();
+ o.links = buildUnnamed4207();
o.nextPageToken = 'foo';
}
buildCounterAccountsListLinksResponse--;
@@ -1226,7 +1226,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4206(o.links!);
+ checkUnnamed4207(o.links!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1235,14 +1235,14 @@
buildCounterAccountsListLinksResponse--;
}
-core.List<api.Account> buildUnnamed4207() {
+core.List<api.Account> buildUnnamed4208() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed4207(core.List<api.Account> o) {
+void checkUnnamed4208(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -1255,7 +1255,7 @@
if (buildCounterAccountsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4207();
+ o.resources = buildUnnamed4208();
}
buildCounterAccountsListResponse--;
return o;
@@ -1272,19 +1272,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4207(o.resources!);
+ checkUnnamed4208(o.resources!);
}
buildCounterAccountsListResponse--;
}
-core.List<core.String> buildUnnamed4208() {
+core.List<core.String> buildUnnamed4209() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4208(core.List<core.String> o) {
+void checkUnnamed4209(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1301,7 +1301,7 @@
var o = api.AccountsUpdateLabelsRequest();
buildCounterAccountsUpdateLabelsRequest++;
if (buildCounterAccountsUpdateLabelsRequest < 3) {
- o.labelIds = buildUnnamed4208();
+ o.labelIds = buildUnnamed4209();
}
buildCounterAccountsUpdateLabelsRequest--;
return o;
@@ -1310,7 +1310,7 @@
void checkAccountsUpdateLabelsRequest(api.AccountsUpdateLabelsRequest o) {
buildCounterAccountsUpdateLabelsRequest++;
if (buildCounterAccountsUpdateLabelsRequest < 3) {
- checkUnnamed4208(o.labelIds!);
+ checkUnnamed4209(o.labelIds!);
}
buildCounterAccountsUpdateLabelsRequest--;
}
@@ -1337,14 +1337,14 @@
buildCounterAccountsUpdateLabelsResponse--;
}
-core.List<api.AccountstatusesCustomBatchRequestEntry> buildUnnamed4209() {
+core.List<api.AccountstatusesCustomBatchRequestEntry> buildUnnamed4210() {
var o = <api.AccountstatusesCustomBatchRequestEntry>[];
o.add(buildAccountstatusesCustomBatchRequestEntry());
o.add(buildAccountstatusesCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4209(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
+void checkUnnamed4210(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountstatusesCustomBatchRequestEntry(
o[0] as api.AccountstatusesCustomBatchRequestEntry);
@@ -1357,7 +1357,7 @@
var o = api.AccountstatusesCustomBatchRequest();
buildCounterAccountstatusesCustomBatchRequest++;
if (buildCounterAccountstatusesCustomBatchRequest < 3) {
- o.entries = buildUnnamed4209();
+ o.entries = buildUnnamed4210();
}
buildCounterAccountstatusesCustomBatchRequest--;
return o;
@@ -1367,19 +1367,19 @@
api.AccountstatusesCustomBatchRequest o) {
buildCounterAccountstatusesCustomBatchRequest++;
if (buildCounterAccountstatusesCustomBatchRequest < 3) {
- checkUnnamed4209(o.entries!);
+ checkUnnamed4210(o.entries!);
}
buildCounterAccountstatusesCustomBatchRequest--;
}
-core.List<core.String> buildUnnamed4210() {
+core.List<core.String> buildUnnamed4211() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4210(core.List<core.String> o) {
+void checkUnnamed4211(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1399,7 +1399,7 @@
if (buildCounterAccountstatusesCustomBatchRequestEntry < 3) {
o.accountId = 'foo';
o.batchId = 42;
- o.destinations = buildUnnamed4210();
+ o.destinations = buildUnnamed4211();
o.merchantId = 'foo';
o.method = 'foo';
}
@@ -1419,7 +1419,7 @@
o.batchId!,
unittest.equals(42),
);
- checkUnnamed4210(o.destinations!);
+ checkUnnamed4211(o.destinations!);
unittest.expect(
o.merchantId!,
unittest.equals('foo'),
@@ -1432,14 +1432,14 @@
buildCounterAccountstatusesCustomBatchRequestEntry--;
}
-core.List<api.AccountstatusesCustomBatchResponseEntry> buildUnnamed4211() {
+core.List<api.AccountstatusesCustomBatchResponseEntry> buildUnnamed4212() {
var o = <api.AccountstatusesCustomBatchResponseEntry>[];
o.add(buildAccountstatusesCustomBatchResponseEntry());
o.add(buildAccountstatusesCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4211(
+void checkUnnamed4212(
core.List<api.AccountstatusesCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountstatusesCustomBatchResponseEntry(
@@ -1454,7 +1454,7 @@
var o = api.AccountstatusesCustomBatchResponse();
buildCounterAccountstatusesCustomBatchResponse++;
if (buildCounterAccountstatusesCustomBatchResponse < 3) {
- o.entries = buildUnnamed4211();
+ o.entries = buildUnnamed4212();
o.kind = 'foo';
}
buildCounterAccountstatusesCustomBatchResponse--;
@@ -1465,7 +1465,7 @@
api.AccountstatusesCustomBatchResponse o) {
buildCounterAccountstatusesCustomBatchResponse++;
if (buildCounterAccountstatusesCustomBatchResponse < 3) {
- checkUnnamed4211(o.entries!);
+ checkUnnamed4212(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1502,14 +1502,14 @@
buildCounterAccountstatusesCustomBatchResponseEntry--;
}
-core.List<api.AccountStatus> buildUnnamed4212() {
+core.List<api.AccountStatus> buildUnnamed4213() {
var o = <api.AccountStatus>[];
o.add(buildAccountStatus());
o.add(buildAccountStatus());
return o;
}
-void checkUnnamed4212(core.List<api.AccountStatus> o) {
+void checkUnnamed4213(core.List<api.AccountStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountStatus(o[0] as api.AccountStatus);
checkAccountStatus(o[1] as api.AccountStatus);
@@ -1522,7 +1522,7 @@
if (buildCounterAccountstatusesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4212();
+ o.resources = buildUnnamed4213();
}
buildCounterAccountstatusesListResponse--;
return o;
@@ -1539,19 +1539,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4212(o.resources!);
+ checkUnnamed4213(o.resources!);
}
buildCounterAccountstatusesListResponse--;
}
-core.List<api.AccounttaxCustomBatchRequestEntry> buildUnnamed4213() {
+core.List<api.AccounttaxCustomBatchRequestEntry> buildUnnamed4214() {
var o = <api.AccounttaxCustomBatchRequestEntry>[];
o.add(buildAccounttaxCustomBatchRequestEntry());
o.add(buildAccounttaxCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4213(core.List<api.AccounttaxCustomBatchRequestEntry> o) {
+void checkUnnamed4214(core.List<api.AccounttaxCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccounttaxCustomBatchRequestEntry(
o[0] as api.AccounttaxCustomBatchRequestEntry);
@@ -1564,7 +1564,7 @@
var o = api.AccounttaxCustomBatchRequest();
buildCounterAccounttaxCustomBatchRequest++;
if (buildCounterAccounttaxCustomBatchRequest < 3) {
- o.entries = buildUnnamed4213();
+ o.entries = buildUnnamed4214();
}
buildCounterAccounttaxCustomBatchRequest--;
return o;
@@ -1573,7 +1573,7 @@
void checkAccounttaxCustomBatchRequest(api.AccounttaxCustomBatchRequest o) {
buildCounterAccounttaxCustomBatchRequest++;
if (buildCounterAccounttaxCustomBatchRequest < 3) {
- checkUnnamed4213(o.entries!);
+ checkUnnamed4214(o.entries!);
}
buildCounterAccounttaxCustomBatchRequest--;
}
@@ -1618,14 +1618,14 @@
buildCounterAccounttaxCustomBatchRequestEntry--;
}
-core.List<api.AccounttaxCustomBatchResponseEntry> buildUnnamed4214() {
+core.List<api.AccounttaxCustomBatchResponseEntry> buildUnnamed4215() {
var o = <api.AccounttaxCustomBatchResponseEntry>[];
o.add(buildAccounttaxCustomBatchResponseEntry());
o.add(buildAccounttaxCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4214(core.List<api.AccounttaxCustomBatchResponseEntry> o) {
+void checkUnnamed4215(core.List<api.AccounttaxCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccounttaxCustomBatchResponseEntry(
o[0] as api.AccounttaxCustomBatchResponseEntry);
@@ -1638,7 +1638,7 @@
var o = api.AccounttaxCustomBatchResponse();
buildCounterAccounttaxCustomBatchResponse++;
if (buildCounterAccounttaxCustomBatchResponse < 3) {
- o.entries = buildUnnamed4214();
+ o.entries = buildUnnamed4215();
o.kind = 'foo';
}
buildCounterAccounttaxCustomBatchResponse--;
@@ -1648,7 +1648,7 @@
void checkAccounttaxCustomBatchResponse(api.AccounttaxCustomBatchResponse o) {
buildCounterAccounttaxCustomBatchResponse++;
if (buildCounterAccounttaxCustomBatchResponse < 3) {
- checkUnnamed4214(o.entries!);
+ checkUnnamed4215(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1690,14 +1690,14 @@
buildCounterAccounttaxCustomBatchResponseEntry--;
}
-core.List<api.AccountTax> buildUnnamed4215() {
+core.List<api.AccountTax> buildUnnamed4216() {
var o = <api.AccountTax>[];
o.add(buildAccountTax());
o.add(buildAccountTax());
return o;
}
-void checkUnnamed4215(core.List<api.AccountTax> o) {
+void checkUnnamed4216(core.List<api.AccountTax> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountTax(o[0] as api.AccountTax);
checkAccountTax(o[1] as api.AccountTax);
@@ -1710,7 +1710,7 @@
if (buildCounterAccounttaxListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4215();
+ o.resources = buildUnnamed4216();
}
buildCounterAccounttaxListResponse--;
return o;
@@ -1727,7 +1727,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4215(o.resources!);
+ checkUnnamed4216(o.resources!);
}
buildCounterAccounttaxListResponse--;
}
@@ -1753,14 +1753,14 @@
buildCounterAmount--;
}
-core.List<core.String> buildUnnamed4216() {
+core.List<core.String> buildUnnamed4217() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4216(core.List<core.String> o) {
+void checkUnnamed4217(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1777,7 +1777,7 @@
var o = api.BusinessDayConfig();
buildCounterBusinessDayConfig++;
if (buildCounterBusinessDayConfig < 3) {
- o.businessDays = buildUnnamed4216();
+ o.businessDays = buildUnnamed4217();
}
buildCounterBusinessDayConfig--;
return o;
@@ -1786,7 +1786,7 @@
void checkBusinessDayConfig(api.BusinessDayConfig o) {
buildCounterBusinessDayConfig++;
if (buildCounterBusinessDayConfig < 3) {
- checkUnnamed4216(o.businessDays!);
+ checkUnnamed4217(o.businessDays!);
}
buildCounterBusinessDayConfig--;
}
@@ -1867,14 +1867,14 @@
buildCounterCarrierRate--;
}
-core.List<core.String> buildUnnamed4217() {
+core.List<core.String> buildUnnamed4218() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4217(core.List<core.String> o) {
+void checkUnnamed4218(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1893,7 +1893,7 @@
if (buildCounterCarriersCarrier < 3) {
o.country = 'foo';
o.name = 'foo';
- o.services = buildUnnamed4217();
+ o.services = buildUnnamed4218();
}
buildCounterCarriersCarrier--;
return o;
@@ -1910,43 +1910,24 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4217(o.services!);
+ checkUnnamed4218(o.services!);
}
buildCounterCarriersCarrier--;
}
-core.List<api.CollectionFeaturedProduct> buildUnnamed4218() {
+core.List<api.CollectionFeaturedProduct> buildUnnamed4219() {
var o = <api.CollectionFeaturedProduct>[];
o.add(buildCollectionFeaturedProduct());
o.add(buildCollectionFeaturedProduct());
return o;
}
-void checkUnnamed4218(core.List<api.CollectionFeaturedProduct> o) {
+void checkUnnamed4219(core.List<api.CollectionFeaturedProduct> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectionFeaturedProduct(o[0] as api.CollectionFeaturedProduct);
checkCollectionFeaturedProduct(o[1] as api.CollectionFeaturedProduct);
}
-core.List<core.String> buildUnnamed4219() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4219(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4220() {
var o = <core.String>[];
o.add('foo');
@@ -1966,6 +1947,25 @@
);
}
+core.List<core.String> buildUnnamed4221() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4221(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterCollection = 0;
api.Collection buildCollection() {
var o = api.Collection();
@@ -1976,10 +1976,10 @@
o.customLabel2 = 'foo';
o.customLabel3 = 'foo';
o.customLabel4 = 'foo';
- o.featuredProduct = buildUnnamed4218();
- o.headline = buildUnnamed4219();
+ o.featuredProduct = buildUnnamed4219();
+ o.headline = buildUnnamed4220();
o.id = 'foo';
- o.imageLink = buildUnnamed4220();
+ o.imageLink = buildUnnamed4221();
o.language = 'foo';
o.link = 'foo';
o.mobileLink = 'foo';
@@ -2012,13 +2012,13 @@
o.customLabel4!,
unittest.equals('foo'),
);
- checkUnnamed4218(o.featuredProduct!);
- checkUnnamed4219(o.headline!);
+ checkUnnamed4219(o.featuredProduct!);
+ checkUnnamed4220(o.headline!);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
- checkUnnamed4220(o.imageLink!);
+ checkUnnamed4221(o.imageLink!);
unittest.expect(
o.language!,
unittest.equals('foo'),
@@ -2071,14 +2071,14 @@
buildCounterCollectionFeaturedProduct--;
}
-core.List<api.CollectionStatusItemLevelIssue> buildUnnamed4221() {
+core.List<api.CollectionStatusItemLevelIssue> buildUnnamed4222() {
var o = <api.CollectionStatusItemLevelIssue>[];
o.add(buildCollectionStatusItemLevelIssue());
o.add(buildCollectionStatusItemLevelIssue());
return o;
}
-void checkUnnamed4221(core.List<api.CollectionStatusItemLevelIssue> o) {
+void checkUnnamed4222(core.List<api.CollectionStatusItemLevelIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectionStatusItemLevelIssue(
o[0] as api.CollectionStatusItemLevelIssue);
@@ -2086,14 +2086,14 @@
o[1] as api.CollectionStatusItemLevelIssue);
}
-core.List<api.CollectionStatusDestinationStatus> buildUnnamed4222() {
+core.List<api.CollectionStatusDestinationStatus> buildUnnamed4223() {
var o = <api.CollectionStatusDestinationStatus>[];
o.add(buildCollectionStatusDestinationStatus());
o.add(buildCollectionStatusDestinationStatus());
return o;
}
-void checkUnnamed4222(core.List<api.CollectionStatusDestinationStatus> o) {
+void checkUnnamed4223(core.List<api.CollectionStatusDestinationStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectionStatusDestinationStatus(
o[0] as api.CollectionStatusDestinationStatus);
@@ -2106,9 +2106,9 @@
var o = api.CollectionStatus();
buildCounterCollectionStatus++;
if (buildCounterCollectionStatus < 3) {
- o.collectionLevelIssuses = buildUnnamed4221();
+ o.collectionLevelIssuses = buildUnnamed4222();
o.creationDate = 'foo';
- o.destinationStatuses = buildUnnamed4222();
+ o.destinationStatuses = buildUnnamed4223();
o.id = 'foo';
o.lastUpdateDate = 'foo';
}
@@ -2119,12 +2119,12 @@
void checkCollectionStatus(api.CollectionStatus o) {
buildCounterCollectionStatus++;
if (buildCounterCollectionStatus < 3) {
- checkUnnamed4221(o.collectionLevelIssuses!);
+ checkUnnamed4222(o.collectionLevelIssuses!);
unittest.expect(
o.creationDate!,
unittest.equals('foo'),
);
- checkUnnamed4222(o.destinationStatuses!);
+ checkUnnamed4223(o.destinationStatuses!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -2222,14 +2222,14 @@
buildCounterCollectionStatusItemLevelIssue--;
}
-core.List<core.String> buildUnnamed4223() {
+core.List<core.String> buildUnnamed4224() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4223(core.List<core.String> o) {
+void checkUnnamed4224(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2251,7 +2251,7 @@
o.displayName = 'foo';
o.fullName = 'foo';
o.homepageUri = 'foo';
- o.labelIds = buildUnnamed4223();
+ o.labelIds = buildUnnamed4224();
}
buildCounterCss--;
return o;
@@ -2280,19 +2280,19 @@
o.homepageUri!,
unittest.equals('foo'),
);
- checkUnnamed4223(o.labelIds!);
+ checkUnnamed4224(o.labelIds!);
}
buildCounterCss--;
}
-core.List<api.CustomAttribute> buildUnnamed4224() {
+core.List<api.CustomAttribute> buildUnnamed4225() {
var o = <api.CustomAttribute>[];
o.add(buildCustomAttribute());
o.add(buildCustomAttribute());
return o;
}
-void checkUnnamed4224(core.List<api.CustomAttribute> o) {
+void checkUnnamed4225(core.List<api.CustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomAttribute(o[0] as api.CustomAttribute);
checkCustomAttribute(o[1] as api.CustomAttribute);
@@ -2303,7 +2303,7 @@
var o = api.CustomAttribute();
buildCounterCustomAttribute++;
if (buildCounterCustomAttribute < 3) {
- o.groupValues = buildUnnamed4224();
+ o.groupValues = buildUnnamed4225();
o.name = 'foo';
o.value = 'foo';
}
@@ -2314,7 +2314,7 @@
void checkCustomAttribute(api.CustomAttribute o) {
buildCounterCustomAttribute++;
if (buildCounterCustomAttribute < 3) {
- checkUnnamed4224(o.groupValues!);
+ checkUnnamed4225(o.groupValues!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2386,14 +2386,14 @@
buildCounterCutoffTime--;
}
-core.List<api.DatafeedTarget> buildUnnamed4225() {
+core.List<api.DatafeedTarget> buildUnnamed4226() {
var o = <api.DatafeedTarget>[];
o.add(buildDatafeedTarget());
o.add(buildDatafeedTarget());
return o;
}
-void checkUnnamed4225(core.List<api.DatafeedTarget> o) {
+void checkUnnamed4226(core.List<api.DatafeedTarget> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedTarget(o[0] as api.DatafeedTarget);
checkDatafeedTarget(o[1] as api.DatafeedTarget);
@@ -2412,7 +2412,7 @@
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.targets = buildUnnamed4225();
+ o.targets = buildUnnamed4226();
}
buildCounterDatafeed--;
return o;
@@ -2447,7 +2447,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4225(o.targets!);
+ checkUnnamed4226(o.targets!);
}
buildCounterDatafeed--;
}
@@ -2543,19 +2543,6 @@
buildCounterDatafeedFormat--;
}
-core.List<api.DatafeedStatusError> buildUnnamed4226() {
- var o = <api.DatafeedStatusError>[];
- o.add(buildDatafeedStatusError());
- o.add(buildDatafeedStatusError());
- return o;
-}
-
-void checkUnnamed4226(core.List<api.DatafeedStatusError> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkDatafeedStatusError(o[0] as api.DatafeedStatusError);
- checkDatafeedStatusError(o[1] as api.DatafeedStatusError);
-}
-
core.List<api.DatafeedStatusError> buildUnnamed4227() {
var o = <api.DatafeedStatusError>[];
o.add(buildDatafeedStatusError());
@@ -2569,6 +2556,19 @@
checkDatafeedStatusError(o[1] as api.DatafeedStatusError);
}
+core.List<api.DatafeedStatusError> buildUnnamed4228() {
+ var o = <api.DatafeedStatusError>[];
+ o.add(buildDatafeedStatusError());
+ o.add(buildDatafeedStatusError());
+ return o;
+}
+
+void checkUnnamed4228(core.List<api.DatafeedStatusError> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkDatafeedStatusError(o[0] as api.DatafeedStatusError);
+ checkDatafeedStatusError(o[1] as api.DatafeedStatusError);
+}
+
core.int buildCounterDatafeedStatus = 0;
api.DatafeedStatus buildDatafeedStatus() {
var o = api.DatafeedStatus();
@@ -2576,14 +2576,14 @@
if (buildCounterDatafeedStatus < 3) {
o.country = 'foo';
o.datafeedId = 'foo';
- o.errors = buildUnnamed4226();
+ o.errors = buildUnnamed4227();
o.itemsTotal = 'foo';
o.itemsValid = 'foo';
o.kind = 'foo';
o.language = 'foo';
o.lastUploadDate = 'foo';
o.processingStatus = 'foo';
- o.warnings = buildUnnamed4227();
+ o.warnings = buildUnnamed4228();
}
buildCounterDatafeedStatus--;
return o;
@@ -2600,7 +2600,7 @@
o.datafeedId!,
unittest.equals('foo'),
);
- checkUnnamed4226(o.errors!);
+ checkUnnamed4227(o.errors!);
unittest.expect(
o.itemsTotal!,
unittest.equals('foo'),
@@ -2625,19 +2625,19 @@
o.processingStatus!,
unittest.equals('foo'),
);
- checkUnnamed4227(o.warnings!);
+ checkUnnamed4228(o.warnings!);
}
buildCounterDatafeedStatus--;
}
-core.List<api.DatafeedStatusExample> buildUnnamed4228() {
+core.List<api.DatafeedStatusExample> buildUnnamed4229() {
var o = <api.DatafeedStatusExample>[];
o.add(buildDatafeedStatusExample());
o.add(buildDatafeedStatusExample());
return o;
}
-void checkUnnamed4228(core.List<api.DatafeedStatusExample> o) {
+void checkUnnamed4229(core.List<api.DatafeedStatusExample> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedStatusExample(o[0] as api.DatafeedStatusExample);
checkDatafeedStatusExample(o[1] as api.DatafeedStatusExample);
@@ -2650,7 +2650,7 @@
if (buildCounterDatafeedStatusError < 3) {
o.code = 'foo';
o.count = 'foo';
- o.examples = buildUnnamed4228();
+ o.examples = buildUnnamed4229();
o.message = 'foo';
}
buildCounterDatafeedStatusError--;
@@ -2668,7 +2668,7 @@
o.count!,
unittest.equals('foo'),
);
- checkUnnamed4228(o.examples!);
+ checkUnnamed4229(o.examples!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2709,25 +2709,6 @@
buildCounterDatafeedStatusExample--;
}
-core.List<core.String> buildUnnamed4229() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4229(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4230() {
var o = <core.String>[];
o.add('foo');
@@ -2747,14 +2728,33 @@
);
}
+core.List<core.String> buildUnnamed4231() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4231(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterDatafeedTarget = 0;
api.DatafeedTarget buildDatafeedTarget() {
var o = api.DatafeedTarget();
buildCounterDatafeedTarget++;
if (buildCounterDatafeedTarget < 3) {
o.country = 'foo';
- o.excludedDestinations = buildUnnamed4229();
- o.includedDestinations = buildUnnamed4230();
+ o.excludedDestinations = buildUnnamed4230();
+ o.includedDestinations = buildUnnamed4231();
o.language = 'foo';
}
buildCounterDatafeedTarget--;
@@ -2768,8 +2768,8 @@
o.country!,
unittest.equals('foo'),
);
- checkUnnamed4229(o.excludedDestinations!);
- checkUnnamed4230(o.includedDestinations!);
+ checkUnnamed4230(o.excludedDestinations!);
+ checkUnnamed4231(o.includedDestinations!);
unittest.expect(
o.language!,
unittest.equals('foo'),
@@ -2778,14 +2778,14 @@
buildCounterDatafeedTarget--;
}
-core.List<api.DatafeedsCustomBatchRequestEntry> buildUnnamed4231() {
+core.List<api.DatafeedsCustomBatchRequestEntry> buildUnnamed4232() {
var o = <api.DatafeedsCustomBatchRequestEntry>[];
o.add(buildDatafeedsCustomBatchRequestEntry());
o.add(buildDatafeedsCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4231(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
+void checkUnnamed4232(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedsCustomBatchRequestEntry(
o[0] as api.DatafeedsCustomBatchRequestEntry);
@@ -2798,7 +2798,7 @@
var o = api.DatafeedsCustomBatchRequest();
buildCounterDatafeedsCustomBatchRequest++;
if (buildCounterDatafeedsCustomBatchRequest < 3) {
- o.entries = buildUnnamed4231();
+ o.entries = buildUnnamed4232();
}
buildCounterDatafeedsCustomBatchRequest--;
return o;
@@ -2807,7 +2807,7 @@
void checkDatafeedsCustomBatchRequest(api.DatafeedsCustomBatchRequest o) {
buildCounterDatafeedsCustomBatchRequest++;
if (buildCounterDatafeedsCustomBatchRequest < 3) {
- checkUnnamed4231(o.entries!);
+ checkUnnamed4232(o.entries!);
}
buildCounterDatafeedsCustomBatchRequest--;
}
@@ -2852,14 +2852,14 @@
buildCounterDatafeedsCustomBatchRequestEntry--;
}
-core.List<api.DatafeedsCustomBatchResponseEntry> buildUnnamed4232() {
+core.List<api.DatafeedsCustomBatchResponseEntry> buildUnnamed4233() {
var o = <api.DatafeedsCustomBatchResponseEntry>[];
o.add(buildDatafeedsCustomBatchResponseEntry());
o.add(buildDatafeedsCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4232(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
+void checkUnnamed4233(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedsCustomBatchResponseEntry(
o[0] as api.DatafeedsCustomBatchResponseEntry);
@@ -2872,7 +2872,7 @@
var o = api.DatafeedsCustomBatchResponse();
buildCounterDatafeedsCustomBatchResponse++;
if (buildCounterDatafeedsCustomBatchResponse < 3) {
- o.entries = buildUnnamed4232();
+ o.entries = buildUnnamed4233();
o.kind = 'foo';
}
buildCounterDatafeedsCustomBatchResponse--;
@@ -2882,7 +2882,7 @@
void checkDatafeedsCustomBatchResponse(api.DatafeedsCustomBatchResponse o) {
buildCounterDatafeedsCustomBatchResponse++;
if (buildCounterDatafeedsCustomBatchResponse < 3) {
- checkUnnamed4232(o.entries!);
+ checkUnnamed4233(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2940,14 +2940,14 @@
buildCounterDatafeedsFetchNowResponse--;
}
-core.List<api.Datafeed> buildUnnamed4233() {
+core.List<api.Datafeed> buildUnnamed4234() {
var o = <api.Datafeed>[];
o.add(buildDatafeed());
o.add(buildDatafeed());
return o;
}
-void checkUnnamed4233(core.List<api.Datafeed> o) {
+void checkUnnamed4234(core.List<api.Datafeed> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeed(o[0] as api.Datafeed);
checkDatafeed(o[1] as api.Datafeed);
@@ -2960,7 +2960,7 @@
if (buildCounterDatafeedsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4233();
+ o.resources = buildUnnamed4234();
}
buildCounterDatafeedsListResponse--;
return o;
@@ -2977,19 +2977,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4233(o.resources!);
+ checkUnnamed4234(o.resources!);
}
buildCounterDatafeedsListResponse--;
}
-core.List<api.DatafeedstatusesCustomBatchRequestEntry> buildUnnamed4234() {
+core.List<api.DatafeedstatusesCustomBatchRequestEntry> buildUnnamed4235() {
var o = <api.DatafeedstatusesCustomBatchRequestEntry>[];
o.add(buildDatafeedstatusesCustomBatchRequestEntry());
o.add(buildDatafeedstatusesCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4234(
+void checkUnnamed4235(
core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedstatusesCustomBatchRequestEntry(
@@ -3004,7 +3004,7 @@
var o = api.DatafeedstatusesCustomBatchRequest();
buildCounterDatafeedstatusesCustomBatchRequest++;
if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
- o.entries = buildUnnamed4234();
+ o.entries = buildUnnamed4235();
}
buildCounterDatafeedstatusesCustomBatchRequest--;
return o;
@@ -3014,7 +3014,7 @@
api.DatafeedstatusesCustomBatchRequest o) {
buildCounterDatafeedstatusesCustomBatchRequest++;
if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
- checkUnnamed4234(o.entries!);
+ checkUnnamed4235(o.entries!);
}
buildCounterDatafeedstatusesCustomBatchRequest--;
}
@@ -3068,14 +3068,14 @@
buildCounterDatafeedstatusesCustomBatchRequestEntry--;
}
-core.List<api.DatafeedstatusesCustomBatchResponseEntry> buildUnnamed4235() {
+core.List<api.DatafeedstatusesCustomBatchResponseEntry> buildUnnamed4236() {
var o = <api.DatafeedstatusesCustomBatchResponseEntry>[];
o.add(buildDatafeedstatusesCustomBatchResponseEntry());
o.add(buildDatafeedstatusesCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4235(
+void checkUnnamed4236(
core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedstatusesCustomBatchResponseEntry(
@@ -3090,7 +3090,7 @@
var o = api.DatafeedstatusesCustomBatchResponse();
buildCounterDatafeedstatusesCustomBatchResponse++;
if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
- o.entries = buildUnnamed4235();
+ o.entries = buildUnnamed4236();
o.kind = 'foo';
}
buildCounterDatafeedstatusesCustomBatchResponse--;
@@ -3101,7 +3101,7 @@
api.DatafeedstatusesCustomBatchResponse o) {
buildCounterDatafeedstatusesCustomBatchResponse++;
if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
- checkUnnamed4235(o.entries!);
+ checkUnnamed4236(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3138,14 +3138,14 @@
buildCounterDatafeedstatusesCustomBatchResponseEntry--;
}
-core.List<api.DatafeedStatus> buildUnnamed4236() {
+core.List<api.DatafeedStatus> buildUnnamed4237() {
var o = <api.DatafeedStatus>[];
o.add(buildDatafeedStatus());
o.add(buildDatafeedStatus());
return o;
}
-void checkUnnamed4236(core.List<api.DatafeedStatus> o) {
+void checkUnnamed4237(core.List<api.DatafeedStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedStatus(o[0] as api.DatafeedStatus);
checkDatafeedStatus(o[1] as api.DatafeedStatus);
@@ -3158,7 +3158,7 @@
if (buildCounterDatafeedstatusesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4236();
+ o.resources = buildUnnamed4237();
}
buildCounterDatafeedstatusesListResponse--;
return o;
@@ -3175,7 +3175,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4236(o.resources!);
+ checkUnnamed4237(o.resources!);
}
buildCounterDatafeedstatusesListResponse--;
}
@@ -3271,14 +3271,14 @@
buildCounterDateTime--;
}
-core.List<api.HolidayCutoff> buildUnnamed4237() {
+core.List<api.HolidayCutoff> buildUnnamed4238() {
var o = <api.HolidayCutoff>[];
o.add(buildHolidayCutoff());
o.add(buildHolidayCutoff());
return o;
}
-void checkUnnamed4237(core.List<api.HolidayCutoff> o) {
+void checkUnnamed4238(core.List<api.HolidayCutoff> o) {
unittest.expect(o, unittest.hasLength(2));
checkHolidayCutoff(o[0] as api.HolidayCutoff);
checkHolidayCutoff(o[1] as api.HolidayCutoff);
@@ -3291,7 +3291,7 @@
if (buildCounterDeliveryTime < 3) {
o.cutoffTime = buildCutoffTime();
o.handlingBusinessDayConfig = buildBusinessDayConfig();
- o.holidayCutoffs = buildUnnamed4237();
+ o.holidayCutoffs = buildUnnamed4238();
o.maxHandlingTimeInDays = 42;
o.maxTransitTimeInDays = 42;
o.minHandlingTimeInDays = 42;
@@ -3309,7 +3309,7 @@
checkCutoffTime(o.cutoffTime! as api.CutoffTime);
checkBusinessDayConfig(
o.handlingBusinessDayConfig! as api.BusinessDayConfig);
- checkUnnamed4237(o.holidayCutoffs!);
+ checkUnnamed4238(o.holidayCutoffs!);
unittest.expect(
o.maxHandlingTimeInDays!,
unittest.equals(42),
@@ -3365,14 +3365,14 @@
buildCounterError--;
}
-core.List<api.Error> buildUnnamed4238() {
+core.List<api.Error> buildUnnamed4239() {
var o = <api.Error>[];
o.add(buildError());
o.add(buildError());
return o;
}
-void checkUnnamed4238(core.List<api.Error> o) {
+void checkUnnamed4239(core.List<api.Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkError(o[0] as api.Error);
checkError(o[1] as api.Error);
@@ -3384,7 +3384,7 @@
buildCounterErrors++;
if (buildCounterErrors < 3) {
o.code = 42;
- o.errors = buildUnnamed4238();
+ o.errors = buildUnnamed4239();
o.message = 'foo';
}
buildCounterErrors--;
@@ -3398,7 +3398,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4238(o.errors!);
+ checkUnnamed4239(o.errors!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3407,14 +3407,14 @@
buildCounterErrors--;
}
-core.List<api.GmbAccountsGmbAccount> buildUnnamed4239() {
+core.List<api.GmbAccountsGmbAccount> buildUnnamed4240() {
var o = <api.GmbAccountsGmbAccount>[];
o.add(buildGmbAccountsGmbAccount());
o.add(buildGmbAccountsGmbAccount());
return o;
}
-void checkUnnamed4239(core.List<api.GmbAccountsGmbAccount> o) {
+void checkUnnamed4240(core.List<api.GmbAccountsGmbAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkGmbAccountsGmbAccount(o[0] as api.GmbAccountsGmbAccount);
checkGmbAccountsGmbAccount(o[1] as api.GmbAccountsGmbAccount);
@@ -3426,7 +3426,7 @@
buildCounterGmbAccounts++;
if (buildCounterGmbAccounts < 3) {
o.accountId = 'foo';
- o.gmbAccounts = buildUnnamed4239();
+ o.gmbAccounts = buildUnnamed4240();
}
buildCounterGmbAccounts--;
return o;
@@ -3439,7 +3439,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed4239(o.gmbAccounts!);
+ checkUnnamed4240(o.gmbAccounts!);
}
buildCounterGmbAccounts--;
}
@@ -3481,38 +3481,19 @@
buildCounterGmbAccountsGmbAccount--;
}
-core.List<api.LocationIdSet> buildUnnamed4240() {
+core.List<api.LocationIdSet> buildUnnamed4241() {
var o = <api.LocationIdSet>[];
o.add(buildLocationIdSet());
o.add(buildLocationIdSet());
return o;
}
-void checkUnnamed4240(core.List<api.LocationIdSet> o) {
+void checkUnnamed4241(core.List<api.LocationIdSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocationIdSet(o[0] as api.LocationIdSet);
checkLocationIdSet(o[1] as api.LocationIdSet);
}
-core.List<core.String> buildUnnamed4241() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4241(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4242() {
var o = <core.String>[];
o.add('foo');
@@ -3532,27 +3513,46 @@
);
}
-core.List<api.Price> buildUnnamed4243() {
+core.List<core.String> buildUnnamed4243() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4243(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.Price> buildUnnamed4244() {
var o = <api.Price>[];
o.add(buildPrice());
o.add(buildPrice());
return o;
}
-void checkUnnamed4243(core.List<api.Price> o) {
+void checkUnnamed4244(core.List<api.Price> o) {
unittest.expect(o, unittest.hasLength(2));
checkPrice(o[0] as api.Price);
checkPrice(o[1] as api.Price);
}
-core.List<api.Weight> buildUnnamed4244() {
+core.List<api.Weight> buildUnnamed4245() {
var o = <api.Weight>[];
o.add(buildWeight());
o.add(buildWeight());
return o;
}
-void checkUnnamed4244(core.List<api.Weight> o) {
+void checkUnnamed4245(core.List<api.Weight> o) {
unittest.expect(o, unittest.hasLength(2));
checkWeight(o[0] as api.Weight);
checkWeight(o[1] as api.Weight);
@@ -3563,11 +3563,11 @@
var o = api.Headers();
buildCounterHeaders++;
if (buildCounterHeaders < 3) {
- o.locations = buildUnnamed4240();
- o.numberOfItems = buildUnnamed4241();
- o.postalCodeGroupNames = buildUnnamed4242();
- o.prices = buildUnnamed4243();
- o.weights = buildUnnamed4244();
+ o.locations = buildUnnamed4241();
+ o.numberOfItems = buildUnnamed4242();
+ o.postalCodeGroupNames = buildUnnamed4243();
+ o.prices = buildUnnamed4244();
+ o.weights = buildUnnamed4245();
}
buildCounterHeaders--;
return o;
@@ -3576,11 +3576,11 @@
void checkHeaders(api.Headers o) {
buildCounterHeaders++;
if (buildCounterHeaders < 3) {
- checkUnnamed4240(o.locations!);
- checkUnnamed4241(o.numberOfItems!);
- checkUnnamed4242(o.postalCodeGroupNames!);
- checkUnnamed4243(o.prices!);
- checkUnnamed4244(o.weights!);
+ checkUnnamed4241(o.locations!);
+ checkUnnamed4242(o.numberOfItems!);
+ checkUnnamed4243(o.postalCodeGroupNames!);
+ checkUnnamed4244(o.prices!);
+ checkUnnamed4245(o.weights!);
}
buildCounterHeaders--;
}
@@ -3725,14 +3725,14 @@
buildCounterInstallment--;
}
-core.List<api.InvoiceSummaryAdditionalChargeSummary> buildUnnamed4245() {
+core.List<api.InvoiceSummaryAdditionalChargeSummary> buildUnnamed4246() {
var o = <api.InvoiceSummaryAdditionalChargeSummary>[];
o.add(buildInvoiceSummaryAdditionalChargeSummary());
o.add(buildInvoiceSummaryAdditionalChargeSummary());
return o;
}
-void checkUnnamed4245(core.List<api.InvoiceSummaryAdditionalChargeSummary> o) {
+void checkUnnamed4246(core.List<api.InvoiceSummaryAdditionalChargeSummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkInvoiceSummaryAdditionalChargeSummary(
o[0] as api.InvoiceSummaryAdditionalChargeSummary);
@@ -3745,7 +3745,7 @@
var o = api.InvoiceSummary();
buildCounterInvoiceSummary++;
if (buildCounterInvoiceSummary < 3) {
- o.additionalChargeSummaries = buildUnnamed4245();
+ o.additionalChargeSummaries = buildUnnamed4246();
o.productTotal = buildAmount();
}
buildCounterInvoiceSummary--;
@@ -3755,7 +3755,7 @@
void checkInvoiceSummary(api.InvoiceSummary o) {
buildCounterInvoiceSummary++;
if (buildCounterInvoiceSummary < 3) {
- checkUnnamed4245(o.additionalChargeSummaries!);
+ checkUnnamed4246(o.additionalChargeSummaries!);
checkAmount(o.productTotal! as api.Amount);
}
buildCounterInvoiceSummary--;
@@ -3787,14 +3787,14 @@
buildCounterInvoiceSummaryAdditionalChargeSummary--;
}
-core.List<core.String> buildUnnamed4246() {
+core.List<core.String> buildUnnamed4247() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4246(core.List<core.String> o) {
+void checkUnnamed4247(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3811,7 +3811,7 @@
var o = api.LabelIds();
buildCounterLabelIds++;
if (buildCounterLabelIds < 3) {
- o.labelIds = buildUnnamed4246();
+ o.labelIds = buildUnnamed4247();
}
buildCounterLabelIds--;
return o;
@@ -3820,7 +3820,7 @@
void checkLabelIds(api.LabelIds o) {
buildCounterLabelIds++;
if (buildCounterLabelIds < 3) {
- checkUnnamed4246(o.labelIds!);
+ checkUnnamed4247(o.labelIds!);
}
buildCounterLabelIds--;
}
@@ -3978,14 +3978,14 @@
buildCounterLiaPosDataProvider--;
}
-core.List<api.LiaCountrySettings> buildUnnamed4247() {
+core.List<api.LiaCountrySettings> buildUnnamed4248() {
var o = <api.LiaCountrySettings>[];
o.add(buildLiaCountrySettings());
o.add(buildLiaCountrySettings());
return o;
}
-void checkUnnamed4247(core.List<api.LiaCountrySettings> o) {
+void checkUnnamed4248(core.List<api.LiaCountrySettings> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiaCountrySettings(o[0] as api.LiaCountrySettings);
checkLiaCountrySettings(o[1] as api.LiaCountrySettings);
@@ -3997,7 +3997,7 @@
buildCounterLiaSettings++;
if (buildCounterLiaSettings < 3) {
o.accountId = 'foo';
- o.countrySettings = buildUnnamed4247();
+ o.countrySettings = buildUnnamed4248();
o.kind = 'foo';
}
buildCounterLiaSettings--;
@@ -4011,7 +4011,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed4247(o.countrySettings!);
+ checkUnnamed4248(o.countrySettings!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4020,14 +4020,14 @@
buildCounterLiaSettings--;
}
-core.List<api.LiasettingsCustomBatchRequestEntry> buildUnnamed4248() {
+core.List<api.LiasettingsCustomBatchRequestEntry> buildUnnamed4249() {
var o = <api.LiasettingsCustomBatchRequestEntry>[];
o.add(buildLiasettingsCustomBatchRequestEntry());
o.add(buildLiasettingsCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4248(core.List<api.LiasettingsCustomBatchRequestEntry> o) {
+void checkUnnamed4249(core.List<api.LiasettingsCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiasettingsCustomBatchRequestEntry(
o[0] as api.LiasettingsCustomBatchRequestEntry);
@@ -4040,7 +4040,7 @@
var o = api.LiasettingsCustomBatchRequest();
buildCounterLiasettingsCustomBatchRequest++;
if (buildCounterLiasettingsCustomBatchRequest < 3) {
- o.entries = buildUnnamed4248();
+ o.entries = buildUnnamed4249();
}
buildCounterLiasettingsCustomBatchRequest--;
return o;
@@ -4049,7 +4049,7 @@
void checkLiasettingsCustomBatchRequest(api.LiasettingsCustomBatchRequest o) {
buildCounterLiasettingsCustomBatchRequest++;
if (buildCounterLiasettingsCustomBatchRequest < 3) {
- checkUnnamed4248(o.entries!);
+ checkUnnamed4249(o.entries!);
}
buildCounterLiasettingsCustomBatchRequest--;
}
@@ -4125,14 +4125,14 @@
buildCounterLiasettingsCustomBatchRequestEntry--;
}
-core.List<api.LiasettingsCustomBatchResponseEntry> buildUnnamed4249() {
+core.List<api.LiasettingsCustomBatchResponseEntry> buildUnnamed4250() {
var o = <api.LiasettingsCustomBatchResponseEntry>[];
o.add(buildLiasettingsCustomBatchResponseEntry());
o.add(buildLiasettingsCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4249(core.List<api.LiasettingsCustomBatchResponseEntry> o) {
+void checkUnnamed4250(core.List<api.LiasettingsCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiasettingsCustomBatchResponseEntry(
o[0] as api.LiasettingsCustomBatchResponseEntry);
@@ -4145,7 +4145,7 @@
var o = api.LiasettingsCustomBatchResponse();
buildCounterLiasettingsCustomBatchResponse++;
if (buildCounterLiasettingsCustomBatchResponse < 3) {
- o.entries = buildUnnamed4249();
+ o.entries = buildUnnamed4250();
o.kind = 'foo';
}
buildCounterLiasettingsCustomBatchResponse--;
@@ -4155,7 +4155,7 @@
void checkLiasettingsCustomBatchResponse(api.LiasettingsCustomBatchResponse o) {
buildCounterLiasettingsCustomBatchResponse++;
if (buildCounterLiasettingsCustomBatchResponse < 3) {
- checkUnnamed4249(o.entries!);
+ checkUnnamed4250(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4164,14 +4164,14 @@
buildCounterLiasettingsCustomBatchResponse--;
}
-core.List<api.PosDataProviders> buildUnnamed4250() {
+core.List<api.PosDataProviders> buildUnnamed4251() {
var o = <api.PosDataProviders>[];
o.add(buildPosDataProviders());
o.add(buildPosDataProviders());
return o;
}
-void checkUnnamed4250(core.List<api.PosDataProviders> o) {
+void checkUnnamed4251(core.List<api.PosDataProviders> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosDataProviders(o[0] as api.PosDataProviders);
checkPosDataProviders(o[1] as api.PosDataProviders);
@@ -4188,7 +4188,7 @@
o.gmbAccounts = buildGmbAccounts();
o.kind = 'foo';
o.liaSettings = buildLiaSettings();
- o.posDataProviders = buildUnnamed4250();
+ o.posDataProviders = buildUnnamed4251();
}
buildCounterLiasettingsCustomBatchResponseEntry--;
return o;
@@ -4209,19 +4209,19 @@
unittest.equals('foo'),
);
checkLiaSettings(o.liaSettings! as api.LiaSettings);
- checkUnnamed4250(o.posDataProviders!);
+ checkUnnamed4251(o.posDataProviders!);
}
buildCounterLiasettingsCustomBatchResponseEntry--;
}
-core.List<api.GmbAccountsGmbAccount> buildUnnamed4251() {
+core.List<api.GmbAccountsGmbAccount> buildUnnamed4252() {
var o = <api.GmbAccountsGmbAccount>[];
o.add(buildGmbAccountsGmbAccount());
o.add(buildGmbAccountsGmbAccount());
return o;
}
-void checkUnnamed4251(core.List<api.GmbAccountsGmbAccount> o) {
+void checkUnnamed4252(core.List<api.GmbAccountsGmbAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkGmbAccountsGmbAccount(o[0] as api.GmbAccountsGmbAccount);
checkGmbAccountsGmbAccount(o[1] as api.GmbAccountsGmbAccount);
@@ -4234,7 +4234,7 @@
buildCounterLiasettingsGetAccessibleGmbAccountsResponse++;
if (buildCounterLiasettingsGetAccessibleGmbAccountsResponse < 3) {
o.accountId = 'foo';
- o.gmbAccounts = buildUnnamed4251();
+ o.gmbAccounts = buildUnnamed4252();
o.kind = 'foo';
}
buildCounterLiasettingsGetAccessibleGmbAccountsResponse--;
@@ -4249,7 +4249,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed4251(o.gmbAccounts!);
+ checkUnnamed4252(o.gmbAccounts!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4258,14 +4258,14 @@
buildCounterLiasettingsGetAccessibleGmbAccountsResponse--;
}
-core.List<api.PosDataProviders> buildUnnamed4252() {
+core.List<api.PosDataProviders> buildUnnamed4253() {
var o = <api.PosDataProviders>[];
o.add(buildPosDataProviders());
o.add(buildPosDataProviders());
return o;
}
-void checkUnnamed4252(core.List<api.PosDataProviders> o) {
+void checkUnnamed4253(core.List<api.PosDataProviders> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosDataProviders(o[0] as api.PosDataProviders);
checkPosDataProviders(o[1] as api.PosDataProviders);
@@ -4278,7 +4278,7 @@
buildCounterLiasettingsListPosDataProvidersResponse++;
if (buildCounterLiasettingsListPosDataProvidersResponse < 3) {
o.kind = 'foo';
- o.posDataProviders = buildUnnamed4252();
+ o.posDataProviders = buildUnnamed4253();
}
buildCounterLiasettingsListPosDataProvidersResponse--;
return o;
@@ -4292,19 +4292,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4252(o.posDataProviders!);
+ checkUnnamed4253(o.posDataProviders!);
}
buildCounterLiasettingsListPosDataProvidersResponse--;
}
-core.List<api.LiaSettings> buildUnnamed4253() {
+core.List<api.LiaSettings> buildUnnamed4254() {
var o = <api.LiaSettings>[];
o.add(buildLiaSettings());
o.add(buildLiaSettings());
return o;
}
-void checkUnnamed4253(core.List<api.LiaSettings> o) {
+void checkUnnamed4254(core.List<api.LiaSettings> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiaSettings(o[0] as api.LiaSettings);
checkLiaSettings(o[1] as api.LiaSettings);
@@ -4317,7 +4317,7 @@
if (buildCounterLiasettingsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4253();
+ o.resources = buildUnnamed4254();
}
buildCounterLiasettingsListResponse--;
return o;
@@ -4334,7 +4334,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4253(o.resources!);
+ checkUnnamed4254(o.resources!);
}
buildCounterLiasettingsListResponse--;
}
@@ -4462,14 +4462,14 @@
buildCounterLinkService--;
}
-core.List<api.LinkService> buildUnnamed4254() {
+core.List<api.LinkService> buildUnnamed4255() {
var o = <api.LinkService>[];
o.add(buildLinkService());
o.add(buildLinkService());
return o;
}
-void checkUnnamed4254(core.List<api.LinkService> o) {
+void checkUnnamed4255(core.List<api.LinkService> o) {
unittest.expect(o, unittest.hasLength(2));
checkLinkService(o[0] as api.LinkService);
checkLinkService(o[1] as api.LinkService);
@@ -4481,7 +4481,7 @@
buildCounterLinkedAccount++;
if (buildCounterLinkedAccount < 3) {
o.linkedAccountId = 'foo';
- o.services = buildUnnamed4254();
+ o.services = buildUnnamed4255();
}
buildCounterLinkedAccount--;
return o;
@@ -4494,19 +4494,19 @@
o.linkedAccountId!,
unittest.equals('foo'),
);
- checkUnnamed4254(o.services!);
+ checkUnnamed4255(o.services!);
}
buildCounterLinkedAccount--;
}
-core.List<api.AccountLabel> buildUnnamed4255() {
+core.List<api.AccountLabel> buildUnnamed4256() {
var o = <api.AccountLabel>[];
o.add(buildAccountLabel());
o.add(buildAccountLabel());
return o;
}
-void checkUnnamed4255(core.List<api.AccountLabel> o) {
+void checkUnnamed4256(core.List<api.AccountLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountLabel(o[0] as api.AccountLabel);
checkAccountLabel(o[1] as api.AccountLabel);
@@ -4517,7 +4517,7 @@
var o = api.ListAccountLabelsResponse();
buildCounterListAccountLabelsResponse++;
if (buildCounterListAccountLabelsResponse < 3) {
- o.accountLabels = buildUnnamed4255();
+ o.accountLabels = buildUnnamed4256();
o.nextPageToken = 'foo';
}
buildCounterListAccountLabelsResponse--;
@@ -4527,7 +4527,7 @@
void checkListAccountLabelsResponse(api.ListAccountLabelsResponse o) {
buildCounterListAccountLabelsResponse++;
if (buildCounterListAccountLabelsResponse < 3) {
- checkUnnamed4255(o.accountLabels!);
+ checkUnnamed4256(o.accountLabels!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4536,14 +4536,14 @@
buildCounterListAccountLabelsResponse--;
}
-core.List<api.AccountReturnCarrier> buildUnnamed4256() {
+core.List<api.AccountReturnCarrier> buildUnnamed4257() {
var o = <api.AccountReturnCarrier>[];
o.add(buildAccountReturnCarrier());
o.add(buildAccountReturnCarrier());
return o;
}
-void checkUnnamed4256(core.List<api.AccountReturnCarrier> o) {
+void checkUnnamed4257(core.List<api.AccountReturnCarrier> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountReturnCarrier(o[0] as api.AccountReturnCarrier);
checkAccountReturnCarrier(o[1] as api.AccountReturnCarrier);
@@ -4554,7 +4554,7 @@
var o = api.ListAccountReturnCarrierResponse();
buildCounterListAccountReturnCarrierResponse++;
if (buildCounterListAccountReturnCarrierResponse < 3) {
- o.accountReturnCarriers = buildUnnamed4256();
+ o.accountReturnCarriers = buildUnnamed4257();
}
buildCounterListAccountReturnCarrierResponse--;
return o;
@@ -4564,19 +4564,19 @@
api.ListAccountReturnCarrierResponse o) {
buildCounterListAccountReturnCarrierResponse++;
if (buildCounterListAccountReturnCarrierResponse < 3) {
- checkUnnamed4256(o.accountReturnCarriers!);
+ checkUnnamed4257(o.accountReturnCarriers!);
}
buildCounterListAccountReturnCarrierResponse--;
}
-core.List<api.CollectionStatus> buildUnnamed4257() {
+core.List<api.CollectionStatus> buildUnnamed4258() {
var o = <api.CollectionStatus>[];
o.add(buildCollectionStatus());
o.add(buildCollectionStatus());
return o;
}
-void checkUnnamed4257(core.List<api.CollectionStatus> o) {
+void checkUnnamed4258(core.List<api.CollectionStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectionStatus(o[0] as api.CollectionStatus);
checkCollectionStatus(o[1] as api.CollectionStatus);
@@ -4588,7 +4588,7 @@
buildCounterListCollectionStatusesResponse++;
if (buildCounterListCollectionStatusesResponse < 3) {
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4257();
+ o.resources = buildUnnamed4258();
}
buildCounterListCollectionStatusesResponse--;
return o;
@@ -4601,19 +4601,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4257(o.resources!);
+ checkUnnamed4258(o.resources!);
}
buildCounterListCollectionStatusesResponse--;
}
-core.List<api.Collection> buildUnnamed4258() {
+core.List<api.Collection> buildUnnamed4259() {
var o = <api.Collection>[];
o.add(buildCollection());
o.add(buildCollection());
return o;
}
-void checkUnnamed4258(core.List<api.Collection> o) {
+void checkUnnamed4259(core.List<api.Collection> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollection(o[0] as api.Collection);
checkCollection(o[1] as api.Collection);
@@ -4625,7 +4625,7 @@
buildCounterListCollectionsResponse++;
if (buildCounterListCollectionsResponse < 3) {
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4258();
+ o.resources = buildUnnamed4259();
}
buildCounterListCollectionsResponse--;
return o;
@@ -4638,19 +4638,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4258(o.resources!);
+ checkUnnamed4259(o.resources!);
}
buildCounterListCollectionsResponse--;
}
-core.List<api.Css> buildUnnamed4259() {
+core.List<api.Css> buildUnnamed4260() {
var o = <api.Css>[];
o.add(buildCss());
o.add(buildCss());
return o;
}
-void checkUnnamed4259(core.List<api.Css> o) {
+void checkUnnamed4260(core.List<api.Css> o) {
unittest.expect(o, unittest.hasLength(2));
checkCss(o[0] as api.Css);
checkCss(o[1] as api.Css);
@@ -4661,7 +4661,7 @@
var o = api.ListCssesResponse();
buildCounterListCssesResponse++;
if (buildCounterListCssesResponse < 3) {
- o.csses = buildUnnamed4259();
+ o.csses = buildUnnamed4260();
o.nextPageToken = 'foo';
}
buildCounterListCssesResponse--;
@@ -4671,7 +4671,7 @@
void checkListCssesResponse(api.ListCssesResponse o) {
buildCounterListCssesResponse++;
if (buildCounterListCssesResponse < 3) {
- checkUnnamed4259(o.csses!);
+ checkUnnamed4260(o.csses!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4680,14 +4680,14 @@
buildCounterListCssesResponse--;
}
-core.List<api.Region> buildUnnamed4260() {
+core.List<api.Region> buildUnnamed4261() {
var o = <api.Region>[];
o.add(buildRegion());
o.add(buildRegion());
return o;
}
-void checkUnnamed4260(core.List<api.Region> o) {
+void checkUnnamed4261(core.List<api.Region> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegion(o[0] as api.Region);
checkRegion(o[1] as api.Region);
@@ -4699,7 +4699,7 @@
buildCounterListRegionsResponse++;
if (buildCounterListRegionsResponse < 3) {
o.nextPageToken = 'foo';
- o.regions = buildUnnamed4260();
+ o.regions = buildUnnamed4261();
}
buildCounterListRegionsResponse--;
return o;
@@ -4712,19 +4712,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4260(o.regions!);
+ checkUnnamed4261(o.regions!);
}
buildCounterListRegionsResponse--;
}
-core.List<api.RepricingProductReport> buildUnnamed4261() {
+core.List<api.RepricingProductReport> buildUnnamed4262() {
var o = <api.RepricingProductReport>[];
o.add(buildRepricingProductReport());
o.add(buildRepricingProductReport());
return o;
}
-void checkUnnamed4261(core.List<api.RepricingProductReport> o) {
+void checkUnnamed4262(core.List<api.RepricingProductReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkRepricingProductReport(o[0] as api.RepricingProductReport);
checkRepricingProductReport(o[1] as api.RepricingProductReport);
@@ -4737,7 +4737,7 @@
buildCounterListRepricingProductReportsResponse++;
if (buildCounterListRepricingProductReportsResponse < 3) {
o.nextPageToken = 'foo';
- o.repricingProductReports = buildUnnamed4261();
+ o.repricingProductReports = buildUnnamed4262();
}
buildCounterListRepricingProductReportsResponse--;
return o;
@@ -4751,19 +4751,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4261(o.repricingProductReports!);
+ checkUnnamed4262(o.repricingProductReports!);
}
buildCounterListRepricingProductReportsResponse--;
}
-core.List<api.RepricingRuleReport> buildUnnamed4262() {
+core.List<api.RepricingRuleReport> buildUnnamed4263() {
var o = <api.RepricingRuleReport>[];
o.add(buildRepricingRuleReport());
o.add(buildRepricingRuleReport());
return o;
}
-void checkUnnamed4262(core.List<api.RepricingRuleReport> o) {
+void checkUnnamed4263(core.List<api.RepricingRuleReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkRepricingRuleReport(o[0] as api.RepricingRuleReport);
checkRepricingRuleReport(o[1] as api.RepricingRuleReport);
@@ -4775,7 +4775,7 @@
buildCounterListRepricingRuleReportsResponse++;
if (buildCounterListRepricingRuleReportsResponse < 3) {
o.nextPageToken = 'foo';
- o.repricingRuleReports = buildUnnamed4262();
+ o.repricingRuleReports = buildUnnamed4263();
}
buildCounterListRepricingRuleReportsResponse--;
return o;
@@ -4789,19 +4789,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4262(o.repricingRuleReports!);
+ checkUnnamed4263(o.repricingRuleReports!);
}
buildCounterListRepricingRuleReportsResponse--;
}
-core.List<api.RepricingRule> buildUnnamed4263() {
+core.List<api.RepricingRule> buildUnnamed4264() {
var o = <api.RepricingRule>[];
o.add(buildRepricingRule());
o.add(buildRepricingRule());
return o;
}
-void checkUnnamed4263(core.List<api.RepricingRule> o) {
+void checkUnnamed4264(core.List<api.RepricingRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkRepricingRule(o[0] as api.RepricingRule);
checkRepricingRule(o[1] as api.RepricingRule);
@@ -4813,7 +4813,7 @@
buildCounterListRepricingRulesResponse++;
if (buildCounterListRepricingRulesResponse < 3) {
o.nextPageToken = 'foo';
- o.repricingRules = buildUnnamed4263();
+ o.repricingRules = buildUnnamed4264();
}
buildCounterListRepricingRulesResponse--;
return o;
@@ -4826,19 +4826,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4263(o.repricingRules!);
+ checkUnnamed4264(o.repricingRules!);
}
buildCounterListRepricingRulesResponse--;
}
-core.List<api.ReturnPolicyOnline> buildUnnamed4264() {
+core.List<api.ReturnPolicyOnline> buildUnnamed4265() {
var o = <api.ReturnPolicyOnline>[];
o.add(buildReturnPolicyOnline());
o.add(buildReturnPolicyOnline());
return o;
}
-void checkUnnamed4264(core.List<api.ReturnPolicyOnline> o) {
+void checkUnnamed4265(core.List<api.ReturnPolicyOnline> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnPolicyOnline(o[0] as api.ReturnPolicyOnline);
checkReturnPolicyOnline(o[1] as api.ReturnPolicyOnline);
@@ -4849,7 +4849,7 @@
var o = api.ListReturnPolicyOnlineResponse();
buildCounterListReturnPolicyOnlineResponse++;
if (buildCounterListReturnPolicyOnlineResponse < 3) {
- o.returnPolicies = buildUnnamed4264();
+ o.returnPolicies = buildUnnamed4265();
}
buildCounterListReturnPolicyOnlineResponse--;
return o;
@@ -4858,7 +4858,7 @@
void checkListReturnPolicyOnlineResponse(api.ListReturnPolicyOnlineResponse o) {
buildCounterListReturnPolicyOnlineResponse++;
if (buildCounterListReturnPolicyOnlineResponse < 3) {
- checkUnnamed4264(o.returnPolicies!);
+ checkUnnamed4265(o.returnPolicies!);
}
buildCounterListReturnPolicyOnlineResponse--;
}
@@ -4924,14 +4924,14 @@
buildCounterLocalInventory--;
}
-core.List<api.LocalinventoryCustomBatchRequestEntry> buildUnnamed4265() {
+core.List<api.LocalinventoryCustomBatchRequestEntry> buildUnnamed4266() {
var o = <api.LocalinventoryCustomBatchRequestEntry>[];
o.add(buildLocalinventoryCustomBatchRequestEntry());
o.add(buildLocalinventoryCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4265(core.List<api.LocalinventoryCustomBatchRequestEntry> o) {
+void checkUnnamed4266(core.List<api.LocalinventoryCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalinventoryCustomBatchRequestEntry(
o[0] as api.LocalinventoryCustomBatchRequestEntry);
@@ -4944,7 +4944,7 @@
var o = api.LocalinventoryCustomBatchRequest();
buildCounterLocalinventoryCustomBatchRequest++;
if (buildCounterLocalinventoryCustomBatchRequest < 3) {
- o.entries = buildUnnamed4265();
+ o.entries = buildUnnamed4266();
}
buildCounterLocalinventoryCustomBatchRequest--;
return o;
@@ -4954,7 +4954,7 @@
api.LocalinventoryCustomBatchRequest o) {
buildCounterLocalinventoryCustomBatchRequest++;
if (buildCounterLocalinventoryCustomBatchRequest < 3) {
- checkUnnamed4265(o.entries!);
+ checkUnnamed4266(o.entries!);
}
buildCounterLocalinventoryCustomBatchRequest--;
}
@@ -5000,14 +5000,14 @@
buildCounterLocalinventoryCustomBatchRequestEntry--;
}
-core.List<api.LocalinventoryCustomBatchResponseEntry> buildUnnamed4266() {
+core.List<api.LocalinventoryCustomBatchResponseEntry> buildUnnamed4267() {
var o = <api.LocalinventoryCustomBatchResponseEntry>[];
o.add(buildLocalinventoryCustomBatchResponseEntry());
o.add(buildLocalinventoryCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4266(core.List<api.LocalinventoryCustomBatchResponseEntry> o) {
+void checkUnnamed4267(core.List<api.LocalinventoryCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalinventoryCustomBatchResponseEntry(
o[0] as api.LocalinventoryCustomBatchResponseEntry);
@@ -5020,7 +5020,7 @@
var o = api.LocalinventoryCustomBatchResponse();
buildCounterLocalinventoryCustomBatchResponse++;
if (buildCounterLocalinventoryCustomBatchResponse < 3) {
- o.entries = buildUnnamed4266();
+ o.entries = buildUnnamed4267();
o.kind = 'foo';
}
buildCounterLocalinventoryCustomBatchResponse--;
@@ -5031,7 +5031,7 @@
api.LocalinventoryCustomBatchResponse o) {
buildCounterLocalinventoryCustomBatchResponse++;
if (buildCounterLocalinventoryCustomBatchResponse < 3) {
- checkUnnamed4266(o.entries!);
+ checkUnnamed4267(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5071,14 +5071,14 @@
buildCounterLocalinventoryCustomBatchResponseEntry--;
}
-core.List<core.String> buildUnnamed4267() {
+core.List<core.String> buildUnnamed4268() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4267(core.List<core.String> o) {
+void checkUnnamed4268(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5095,7 +5095,7 @@
var o = api.LocationIdSet();
buildCounterLocationIdSet++;
if (buildCounterLocationIdSet < 3) {
- o.locationIds = buildUnnamed4267();
+ o.locationIds = buildUnnamed4268();
}
buildCounterLocationIdSet--;
return o;
@@ -5104,7 +5104,7 @@
void checkLocationIdSet(api.LocationIdSet o) {
buildCounterLocationIdSet++;
if (buildCounterLocationIdSet < 3) {
- checkUnnamed4267(o.locationIds!);
+ checkUnnamed4268(o.locationIds!);
}
buildCounterLocationIdSet--;
}
@@ -5141,27 +5141,27 @@
buildCounterLoyaltyPoints--;
}
-core.List<api.MerchantOrderReturnItem> buildUnnamed4268() {
+core.List<api.MerchantOrderReturnItem> buildUnnamed4269() {
var o = <api.MerchantOrderReturnItem>[];
o.add(buildMerchantOrderReturnItem());
o.add(buildMerchantOrderReturnItem());
return o;
}
-void checkUnnamed4268(core.List<api.MerchantOrderReturnItem> o) {
+void checkUnnamed4269(core.List<api.MerchantOrderReturnItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkMerchantOrderReturnItem(o[0] as api.MerchantOrderReturnItem);
checkMerchantOrderReturnItem(o[1] as api.MerchantOrderReturnItem);
}
-core.List<api.ReturnShipment> buildUnnamed4269() {
+core.List<api.ReturnShipment> buildUnnamed4270() {
var o = <api.ReturnShipment>[];
o.add(buildReturnShipment());
o.add(buildReturnShipment());
return o;
}
-void checkUnnamed4269(core.List<api.ReturnShipment> o) {
+void checkUnnamed4270(core.List<api.ReturnShipment> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnShipment(o[0] as api.ReturnShipment);
checkReturnShipment(o[1] as api.ReturnShipment);
@@ -5176,9 +5176,9 @@
o.merchantOrderId = 'foo';
o.orderId = 'foo';
o.orderReturnId = 'foo';
- o.returnItems = buildUnnamed4268();
+ o.returnItems = buildUnnamed4269();
o.returnPricingInfo = buildReturnPricingInfo();
- o.returnShipments = buildUnnamed4269();
+ o.returnShipments = buildUnnamed4270();
}
buildCounterMerchantOrderReturn--;
return o;
@@ -5203,21 +5203,21 @@
o.orderReturnId!,
unittest.equals('foo'),
);
- checkUnnamed4268(o.returnItems!);
+ checkUnnamed4269(o.returnItems!);
checkReturnPricingInfo(o.returnPricingInfo! as api.ReturnPricingInfo);
- checkUnnamed4269(o.returnShipments!);
+ checkUnnamed4270(o.returnShipments!);
}
buildCounterMerchantOrderReturn--;
}
-core.List<core.String> buildUnnamed4270() {
+core.List<core.String> buildUnnamed4271() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4270(core.List<core.String> o) {
+void checkUnnamed4271(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5241,7 +5241,7 @@
o.product = buildOrderLineItemProduct();
o.refundableAmount = buildMonetaryAmount();
o.returnItemId = 'foo';
- o.returnShipmentIds = buildUnnamed4270();
+ o.returnShipmentIds = buildUnnamed4271();
o.shipmentGroupId = 'foo';
o.shipmentUnitId = 'foo';
o.state = 'foo';
@@ -5268,7 +5268,7 @@
o.returnItemId!,
unittest.equals('foo'),
);
- checkUnnamed4270(o.returnShipmentIds!);
+ checkUnnamed4271(o.returnShipmentIds!);
unittest.expect(
o.shipmentGroupId!,
unittest.equals('foo'),
@@ -5344,14 +5344,14 @@
buildCounterMetrics--;
}
-core.List<api.MinimumOrderValueTableStoreCodeSetWithMov> buildUnnamed4271() {
+core.List<api.MinimumOrderValueTableStoreCodeSetWithMov> buildUnnamed4272() {
var o = <api.MinimumOrderValueTableStoreCodeSetWithMov>[];
o.add(buildMinimumOrderValueTableStoreCodeSetWithMov());
o.add(buildMinimumOrderValueTableStoreCodeSetWithMov());
return o;
}
-void checkUnnamed4271(
+void checkUnnamed4272(
core.List<api.MinimumOrderValueTableStoreCodeSetWithMov> o) {
unittest.expect(o, unittest.hasLength(2));
checkMinimumOrderValueTableStoreCodeSetWithMov(
@@ -5365,7 +5365,7 @@
var o = api.MinimumOrderValueTable();
buildCounterMinimumOrderValueTable++;
if (buildCounterMinimumOrderValueTable < 3) {
- o.storeCodeSetWithMovs = buildUnnamed4271();
+ o.storeCodeSetWithMovs = buildUnnamed4272();
}
buildCounterMinimumOrderValueTable--;
return o;
@@ -5374,19 +5374,19 @@
void checkMinimumOrderValueTable(api.MinimumOrderValueTable o) {
buildCounterMinimumOrderValueTable++;
if (buildCounterMinimumOrderValueTable < 3) {
- checkUnnamed4271(o.storeCodeSetWithMovs!);
+ checkUnnamed4272(o.storeCodeSetWithMovs!);
}
buildCounterMinimumOrderValueTable--;
}
-core.List<core.String> buildUnnamed4272() {
+core.List<core.String> buildUnnamed4273() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4272(core.List<core.String> o) {
+void checkUnnamed4273(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5404,7 +5404,7 @@
var o = api.MinimumOrderValueTableStoreCodeSetWithMov();
buildCounterMinimumOrderValueTableStoreCodeSetWithMov++;
if (buildCounterMinimumOrderValueTableStoreCodeSetWithMov < 3) {
- o.storeCodes = buildUnnamed4272();
+ o.storeCodes = buildUnnamed4273();
o.value = buildPrice();
}
buildCounterMinimumOrderValueTableStoreCodeSetWithMov--;
@@ -5415,7 +5415,7 @@
api.MinimumOrderValueTableStoreCodeSetWithMov o) {
buildCounterMinimumOrderValueTableStoreCodeSetWithMov++;
if (buildCounterMinimumOrderValueTableStoreCodeSetWithMov < 3) {
- checkUnnamed4272(o.storeCodes!);
+ checkUnnamed4273(o.storeCodes!);
checkPrice(o.value! as api.Price);
}
buildCounterMinimumOrderValueTableStoreCodeSetWithMov--;
@@ -5465,66 +5465,66 @@
buildCounterOnboardBuyOnGoogleProgramRequest--;
}
-core.List<api.OrderOrderAnnotation> buildUnnamed4273() {
+core.List<api.OrderOrderAnnotation> buildUnnamed4274() {
var o = <api.OrderOrderAnnotation>[];
o.add(buildOrderOrderAnnotation());
o.add(buildOrderOrderAnnotation());
return o;
}
-void checkUnnamed4273(core.List<api.OrderOrderAnnotation> o) {
+void checkUnnamed4274(core.List<api.OrderOrderAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderOrderAnnotation(o[0] as api.OrderOrderAnnotation);
checkOrderOrderAnnotation(o[1] as api.OrderOrderAnnotation);
}
-core.List<api.OrderLineItem> buildUnnamed4274() {
+core.List<api.OrderLineItem> buildUnnamed4275() {
var o = <api.OrderLineItem>[];
o.add(buildOrderLineItem());
o.add(buildOrderLineItem());
return o;
}
-void checkUnnamed4274(core.List<api.OrderLineItem> o) {
+void checkUnnamed4275(core.List<api.OrderLineItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderLineItem(o[0] as api.OrderLineItem);
checkOrderLineItem(o[1] as api.OrderLineItem);
}
-core.List<api.OrderPromotion> buildUnnamed4275() {
+core.List<api.OrderPromotion> buildUnnamed4276() {
var o = <api.OrderPromotion>[];
o.add(buildOrderPromotion());
o.add(buildOrderPromotion());
return o;
}
-void checkUnnamed4275(core.List<api.OrderPromotion> o) {
+void checkUnnamed4276(core.List<api.OrderPromotion> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderPromotion(o[0] as api.OrderPromotion);
checkOrderPromotion(o[1] as api.OrderPromotion);
}
-core.List<api.OrderRefund> buildUnnamed4276() {
+core.List<api.OrderRefund> buildUnnamed4277() {
var o = <api.OrderRefund>[];
o.add(buildOrderRefund());
o.add(buildOrderRefund());
return o;
}
-void checkUnnamed4276(core.List<api.OrderRefund> o) {
+void checkUnnamed4277(core.List<api.OrderRefund> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderRefund(o[0] as api.OrderRefund);
checkOrderRefund(o[1] as api.OrderRefund);
}
-core.List<api.OrderShipment> buildUnnamed4277() {
+core.List<api.OrderShipment> buildUnnamed4278() {
var o = <api.OrderShipment>[];
o.add(buildOrderShipment());
o.add(buildOrderShipment());
return o;
}
-void checkUnnamed4277(core.List<api.OrderShipment> o) {
+void checkUnnamed4278(core.List<api.OrderShipment> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderShipment(o[0] as api.OrderShipment);
checkOrderShipment(o[1] as api.OrderShipment);
@@ -5536,13 +5536,13 @@
buildCounterOrder++;
if (buildCounterOrder < 3) {
o.acknowledged = true;
- o.annotations = buildUnnamed4273();
+ o.annotations = buildUnnamed4274();
o.billingAddress = buildOrderAddress();
o.customer = buildOrderCustomer();
o.deliveryDetails = buildOrderDeliveryDetails();
o.id = 'foo';
o.kind = 'foo';
- o.lineItems = buildUnnamed4274();
+ o.lineItems = buildUnnamed4275();
o.merchantId = 'foo';
o.merchantOrderId = 'foo';
o.netPriceAmount = buildPrice();
@@ -5550,9 +5550,9 @@
o.paymentStatus = 'foo';
o.pickupDetails = buildOrderPickupDetails();
o.placedDate = 'foo';
- o.promotions = buildUnnamed4275();
- o.refunds = buildUnnamed4276();
- o.shipments = buildUnnamed4277();
+ o.promotions = buildUnnamed4276();
+ o.refunds = buildUnnamed4277();
+ o.shipments = buildUnnamed4278();
o.shippingCost = buildPrice();
o.shippingCostTax = buildPrice();
o.status = 'foo';
@@ -5566,7 +5566,7 @@
buildCounterOrder++;
if (buildCounterOrder < 3) {
unittest.expect(o.acknowledged!, unittest.isTrue);
- checkUnnamed4273(o.annotations!);
+ checkUnnamed4274(o.annotations!);
checkOrderAddress(o.billingAddress! as api.OrderAddress);
checkOrderCustomer(o.customer! as api.OrderCustomer);
checkOrderDeliveryDetails(o.deliveryDetails! as api.OrderDeliveryDetails);
@@ -5578,7 +5578,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4274(o.lineItems!);
+ checkUnnamed4275(o.lineItems!);
unittest.expect(
o.merchantId!,
unittest.equals('foo'),
@@ -5598,9 +5598,9 @@
o.placedDate!,
unittest.equals('foo'),
);
- checkUnnamed4275(o.promotions!);
- checkUnnamed4276(o.refunds!);
- checkUnnamed4277(o.shipments!);
+ checkUnnamed4276(o.promotions!);
+ checkUnnamed4277(o.refunds!);
+ checkUnnamed4278(o.shipments!);
checkPrice(o.shippingCost! as api.Price);
checkPrice(o.shippingCostTax! as api.Price);
unittest.expect(
@@ -5615,25 +5615,6 @@
buildCounterOrder--;
}
-core.List<core.String> buildUnnamed4278() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4278(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4279() {
var o = <core.String>[];
o.add('foo');
@@ -5653,19 +5634,38 @@
);
}
+core.List<core.String> buildUnnamed4280() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4280(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterOrderAddress = 0;
api.OrderAddress buildOrderAddress() {
var o = api.OrderAddress();
buildCounterOrderAddress++;
if (buildCounterOrderAddress < 3) {
o.country = 'foo';
- o.fullAddress = buildUnnamed4278();
+ o.fullAddress = buildUnnamed4279();
o.isPostOfficeBox = true;
o.locality = 'foo';
o.postalCode = 'foo';
o.recipientName = 'foo';
o.region = 'foo';
- o.streetAddress = buildUnnamed4279();
+ o.streetAddress = buildUnnamed4280();
}
buildCounterOrderAddress--;
return o;
@@ -5678,7 +5678,7 @@
o.country!,
unittest.equals('foo'),
);
- checkUnnamed4278(o.fullAddress!);
+ checkUnnamed4279(o.fullAddress!);
unittest.expect(o.isPostOfficeBox!, unittest.isTrue);
unittest.expect(
o.locality!,
@@ -5696,7 +5696,7 @@
o.region!,
unittest.equals('foo'),
);
- checkUnnamed4279(o.streetAddress!);
+ checkUnnamed4280(o.streetAddress!);
}
buildCounterOrderAddress--;
}
@@ -5860,27 +5860,27 @@
buildCounterOrderDeliveryDetails--;
}
-core.List<api.OrderLineItemAdjustment> buildUnnamed4280() {
+core.List<api.OrderLineItemAdjustment> buildUnnamed4281() {
var o = <api.OrderLineItemAdjustment>[];
o.add(buildOrderLineItemAdjustment());
o.add(buildOrderLineItemAdjustment());
return o;
}
-void checkUnnamed4280(core.List<api.OrderLineItemAdjustment> o) {
+void checkUnnamed4281(core.List<api.OrderLineItemAdjustment> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderLineItemAdjustment(o[0] as api.OrderLineItemAdjustment);
checkOrderLineItemAdjustment(o[1] as api.OrderLineItemAdjustment);
}
-core.List<api.OrderMerchantProvidedAnnotation> buildUnnamed4281() {
+core.List<api.OrderMerchantProvidedAnnotation> buildUnnamed4282() {
var o = <api.OrderMerchantProvidedAnnotation>[];
o.add(buildOrderMerchantProvidedAnnotation());
o.add(buildOrderMerchantProvidedAnnotation());
return o;
}
-void checkUnnamed4281(core.List<api.OrderMerchantProvidedAnnotation> o) {
+void checkUnnamed4282(core.List<api.OrderMerchantProvidedAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderMerchantProvidedAnnotation(
o[0] as api.OrderMerchantProvidedAnnotation);
@@ -5888,27 +5888,27 @@
o[1] as api.OrderMerchantProvidedAnnotation);
}
-core.List<api.OrderCancellation> buildUnnamed4282() {
+core.List<api.OrderCancellation> buildUnnamed4283() {
var o = <api.OrderCancellation>[];
o.add(buildOrderCancellation());
o.add(buildOrderCancellation());
return o;
}
-void checkUnnamed4282(core.List<api.OrderCancellation> o) {
+void checkUnnamed4283(core.List<api.OrderCancellation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderCancellation(o[0] as api.OrderCancellation);
checkOrderCancellation(o[1] as api.OrderCancellation);
}
-core.List<api.OrderReturn> buildUnnamed4283() {
+core.List<api.OrderReturn> buildUnnamed4284() {
var o = <api.OrderReturn>[];
o.add(buildOrderReturn());
o.add(buildOrderReturn());
return o;
}
-void checkUnnamed4283(core.List<api.OrderReturn> o) {
+void checkUnnamed4284(core.List<api.OrderReturn> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderReturn(o[0] as api.OrderReturn);
checkOrderReturn(o[1] as api.OrderReturn);
@@ -5919,9 +5919,9 @@
var o = api.OrderLineItem();
buildCounterOrderLineItem++;
if (buildCounterOrderLineItem < 3) {
- o.adjustments = buildUnnamed4280();
- o.annotations = buildUnnamed4281();
- o.cancellations = buildUnnamed4282();
+ o.adjustments = buildUnnamed4281();
+ o.annotations = buildUnnamed4282();
+ o.cancellations = buildUnnamed4283();
o.id = 'foo';
o.price = buildPrice();
o.product = buildOrderLineItemProduct();
@@ -5934,7 +5934,7 @@
o.quantityShipped = 42;
o.quantityUndeliverable = 42;
o.returnInfo = buildOrderLineItemReturnInfo();
- o.returns = buildUnnamed4283();
+ o.returns = buildUnnamed4284();
o.shippingDetails = buildOrderLineItemShippingDetails();
o.tax = buildPrice();
}
@@ -5945,9 +5945,9 @@
void checkOrderLineItem(api.OrderLineItem o) {
buildCounterOrderLineItem++;
if (buildCounterOrderLineItem < 3) {
- checkUnnamed4280(o.adjustments!);
- checkUnnamed4281(o.annotations!);
- checkUnnamed4282(o.cancellations!);
+ checkUnnamed4281(o.adjustments!);
+ checkUnnamed4282(o.annotations!);
+ checkUnnamed4283(o.cancellations!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -5987,7 +5987,7 @@
unittest.equals(42),
);
checkOrderLineItemReturnInfo(o.returnInfo! as api.OrderLineItemReturnInfo);
- checkUnnamed4283(o.returns!);
+ checkUnnamed4284(o.returns!);
checkOrderLineItemShippingDetails(
o.shippingDetails! as api.OrderLineItemShippingDetails);
checkPrice(o.tax! as api.Price);
@@ -6021,27 +6021,27 @@
buildCounterOrderLineItemAdjustment--;
}
-core.List<api.OrderLineItemProductFee> buildUnnamed4284() {
+core.List<api.OrderLineItemProductFee> buildUnnamed4285() {
var o = <api.OrderLineItemProductFee>[];
o.add(buildOrderLineItemProductFee());
o.add(buildOrderLineItemProductFee());
return o;
}
-void checkUnnamed4284(core.List<api.OrderLineItemProductFee> o) {
+void checkUnnamed4285(core.List<api.OrderLineItemProductFee> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderLineItemProductFee(o[0] as api.OrderLineItemProductFee);
checkOrderLineItemProductFee(o[1] as api.OrderLineItemProductFee);
}
-core.List<api.OrderLineItemProductVariantAttribute> buildUnnamed4285() {
+core.List<api.OrderLineItemProductVariantAttribute> buildUnnamed4286() {
var o = <api.OrderLineItemProductVariantAttribute>[];
o.add(buildOrderLineItemProductVariantAttribute());
o.add(buildOrderLineItemProductVariantAttribute());
return o;
}
-void checkUnnamed4285(core.List<api.OrderLineItemProductVariantAttribute> o) {
+void checkUnnamed4286(core.List<api.OrderLineItemProductVariantAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderLineItemProductVariantAttribute(
o[0] as api.OrderLineItemProductVariantAttribute);
@@ -6057,7 +6057,7 @@
o.brand = 'foo';
o.condition = 'foo';
o.contentLanguage = 'foo';
- o.fees = buildUnnamed4284();
+ o.fees = buildUnnamed4285();
o.gtin = 'foo';
o.id = 'foo';
o.imageLink = 'foo';
@@ -6068,7 +6068,7 @@
o.shownImage = 'foo';
o.targetCountry = 'foo';
o.title = 'foo';
- o.variantAttributes = buildUnnamed4285();
+ o.variantAttributes = buildUnnamed4286();
}
buildCounterOrderLineItemProduct--;
return o;
@@ -6089,7 +6089,7 @@
o.contentLanguage!,
unittest.equals('foo'),
);
- checkUnnamed4284(o.fees!);
+ checkUnnamed4285(o.fees!);
unittest.expect(
o.gtin!,
unittest.equals('foo'),
@@ -6127,7 +6127,7 @@
o.title!,
unittest.equals('foo'),
);
- checkUnnamed4285(o.variantAttributes!);
+ checkUnnamed4286(o.variantAttributes!);
}
buildCounterOrderLineItemProduct--;
}
@@ -6348,14 +6348,14 @@
buildCounterOrderOrderAnnotation--;
}
-core.List<api.OrderPickupDetailsCollector> buildUnnamed4286() {
+core.List<api.OrderPickupDetailsCollector> buildUnnamed4287() {
var o = <api.OrderPickupDetailsCollector>[];
o.add(buildOrderPickupDetailsCollector());
o.add(buildOrderPickupDetailsCollector());
return o;
}
-void checkUnnamed4286(core.List<api.OrderPickupDetailsCollector> o) {
+void checkUnnamed4287(core.List<api.OrderPickupDetailsCollector> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderPickupDetailsCollector(o[0] as api.OrderPickupDetailsCollector);
checkOrderPickupDetailsCollector(o[1] as api.OrderPickupDetailsCollector);
@@ -6367,7 +6367,7 @@
buildCounterOrderPickupDetails++;
if (buildCounterOrderPickupDetails < 3) {
o.address = buildOrderAddress();
- o.collectors = buildUnnamed4286();
+ o.collectors = buildUnnamed4287();
o.locationId = 'foo';
o.pickupType = 'foo';
}
@@ -6379,7 +6379,7 @@
buildCounterOrderPickupDetails++;
if (buildCounterOrderPickupDetails < 3) {
checkOrderAddress(o.address! as api.OrderAddress);
- checkUnnamed4286(o.collectors!);
+ checkUnnamed4287(o.collectors!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
@@ -6419,19 +6419,6 @@
buildCounterOrderPickupDetailsCollector--;
}
-core.List<api.OrderPromotionItem> buildUnnamed4287() {
- var o = <api.OrderPromotionItem>[];
- o.add(buildOrderPromotionItem());
- o.add(buildOrderPromotionItem());
- return o;
-}
-
-void checkUnnamed4287(core.List<api.OrderPromotionItem> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkOrderPromotionItem(o[0] as api.OrderPromotionItem);
- checkOrderPromotionItem(o[1] as api.OrderPromotionItem);
-}
-
core.List<api.OrderPromotionItem> buildUnnamed4288() {
var o = <api.OrderPromotionItem>[];
o.add(buildOrderPromotionItem());
@@ -6445,13 +6432,26 @@
checkOrderPromotionItem(o[1] as api.OrderPromotionItem);
}
+core.List<api.OrderPromotionItem> buildUnnamed4289() {
+ var o = <api.OrderPromotionItem>[];
+ o.add(buildOrderPromotionItem());
+ o.add(buildOrderPromotionItem());
+ return o;
+}
+
+void checkUnnamed4289(core.List<api.OrderPromotionItem> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkOrderPromotionItem(o[0] as api.OrderPromotionItem);
+ checkOrderPromotionItem(o[1] as api.OrderPromotionItem);
+}
+
core.int buildCounterOrderPromotion = 0;
api.OrderPromotion buildOrderPromotion() {
var o = api.OrderPromotion();
buildCounterOrderPromotion++;
if (buildCounterOrderPromotion < 3) {
- o.applicableItems = buildUnnamed4287();
- o.appliedItems = buildUnnamed4288();
+ o.applicableItems = buildUnnamed4288();
+ o.appliedItems = buildUnnamed4289();
o.endTime = 'foo';
o.funder = 'foo';
o.merchantPromotionId = 'foo';
@@ -6470,8 +6470,8 @@
void checkOrderPromotion(api.OrderPromotion o) {
buildCounterOrderPromotion++;
if (buildCounterOrderPromotion < 3) {
- checkUnnamed4287(o.applicableItems!);
- checkUnnamed4288(o.appliedItems!);
+ checkUnnamed4288(o.applicableItems!);
+ checkUnnamed4289(o.appliedItems!);
unittest.expect(
o.endTime!,
unittest.equals('foo'),
@@ -6723,14 +6723,14 @@
buildCounterOrderReturn--;
}
-core.List<api.OrderShipmentLineItemShipment> buildUnnamed4289() {
+core.List<api.OrderShipmentLineItemShipment> buildUnnamed4290() {
var o = <api.OrderShipmentLineItemShipment>[];
o.add(buildOrderShipmentLineItemShipment());
o.add(buildOrderShipmentLineItemShipment());
return o;
}
-void checkUnnamed4289(core.List<api.OrderShipmentLineItemShipment> o) {
+void checkUnnamed4290(core.List<api.OrderShipmentLineItemShipment> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderShipmentLineItemShipment(o[0] as api.OrderShipmentLineItemShipment);
checkOrderShipmentLineItemShipment(o[1] as api.OrderShipmentLineItemShipment);
@@ -6745,7 +6745,7 @@
o.creationDate = 'foo';
o.deliveryDate = 'foo';
o.id = 'foo';
- o.lineItems = buildUnnamed4289();
+ o.lineItems = buildUnnamed4290();
o.scheduledDeliveryDetails = buildOrderShipmentScheduledDeliveryDetails();
o.shipmentGroupId = 'foo';
o.status = 'foo';
@@ -6774,7 +6774,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed4289(o.lineItems!);
+ checkUnnamed4290(o.lineItems!);
checkOrderShipmentScheduledDeliveryDetails(o.scheduledDeliveryDetails!
as api.OrderShipmentScheduledDeliveryDetails);
unittest.expect(
@@ -6854,14 +6854,14 @@
buildCounterOrderShipmentScheduledDeliveryDetails--;
}
-core.List<api.OrderTrackingSignalLineItemDetails> buildUnnamed4290() {
+core.List<api.OrderTrackingSignalLineItemDetails> buildUnnamed4291() {
var o = <api.OrderTrackingSignalLineItemDetails>[];
o.add(buildOrderTrackingSignalLineItemDetails());
o.add(buildOrderTrackingSignalLineItemDetails());
return o;
}
-void checkUnnamed4290(core.List<api.OrderTrackingSignalLineItemDetails> o) {
+void checkUnnamed4291(core.List<api.OrderTrackingSignalLineItemDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderTrackingSignalLineItemDetails(
o[0] as api.OrderTrackingSignalLineItemDetails);
@@ -6869,14 +6869,14 @@
o[1] as api.OrderTrackingSignalLineItemDetails);
}
-core.List<api.OrderTrackingSignalShipmentLineItemMapping> buildUnnamed4291() {
+core.List<api.OrderTrackingSignalShipmentLineItemMapping> buildUnnamed4292() {
var o = <api.OrderTrackingSignalShipmentLineItemMapping>[];
o.add(buildOrderTrackingSignalShipmentLineItemMapping());
o.add(buildOrderTrackingSignalShipmentLineItemMapping());
return o;
}
-void checkUnnamed4291(
+void checkUnnamed4292(
core.List<api.OrderTrackingSignalShipmentLineItemMapping> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderTrackingSignalShipmentLineItemMapping(
@@ -6885,14 +6885,14 @@
o[1] as api.OrderTrackingSignalShipmentLineItemMapping);
}
-core.List<api.OrderTrackingSignalShippingInfo> buildUnnamed4292() {
+core.List<api.OrderTrackingSignalShippingInfo> buildUnnamed4293() {
var o = <api.OrderTrackingSignalShippingInfo>[];
o.add(buildOrderTrackingSignalShippingInfo());
o.add(buildOrderTrackingSignalShippingInfo());
return o;
}
-void checkUnnamed4292(core.List<api.OrderTrackingSignalShippingInfo> o) {
+void checkUnnamed4293(core.List<api.OrderTrackingSignalShippingInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderTrackingSignalShippingInfo(
o[0] as api.OrderTrackingSignalShippingInfo);
@@ -6908,13 +6908,13 @@
o.customerShippingFee = buildPriceAmount();
o.deliveryPostalCode = 'foo';
o.deliveryRegionCode = 'foo';
- o.lineItems = buildUnnamed4290();
+ o.lineItems = buildUnnamed4291();
o.merchantId = 'foo';
o.orderCreatedTime = buildDateTime();
o.orderId = 'foo';
o.orderTrackingSignalId = 'foo';
- o.shipmentLineItemMapping = buildUnnamed4291();
- o.shippingInfo = buildUnnamed4292();
+ o.shipmentLineItemMapping = buildUnnamed4292();
+ o.shippingInfo = buildUnnamed4293();
}
buildCounterOrderTrackingSignal--;
return o;
@@ -6932,7 +6932,7 @@
o.deliveryRegionCode!,
unittest.equals('foo'),
);
- checkUnnamed4290(o.lineItems!);
+ checkUnnamed4291(o.lineItems!);
unittest.expect(
o.merchantId!,
unittest.equals('foo'),
@@ -6946,8 +6946,8 @@
o.orderTrackingSignalId!,
unittest.equals('foo'),
);
- checkUnnamed4291(o.shipmentLineItemMapping!);
- checkUnnamed4292(o.shippingInfo!);
+ checkUnnamed4292(o.shipmentLineItemMapping!);
+ checkUnnamed4293(o.shippingInfo!);
}
buildCounterOrderTrackingSignal--;
}
@@ -7091,14 +7091,14 @@
buildCounterOrderTrackingSignalShippingInfo--;
}
-core.List<api.ShipmentInvoiceLineItemInvoice> buildUnnamed4293() {
+core.List<api.ShipmentInvoiceLineItemInvoice> buildUnnamed4294() {
var o = <api.ShipmentInvoiceLineItemInvoice>[];
o.add(buildShipmentInvoiceLineItemInvoice());
o.add(buildShipmentInvoiceLineItemInvoice());
return o;
}
-void checkUnnamed4293(core.List<api.ShipmentInvoiceLineItemInvoice> o) {
+void checkUnnamed4294(core.List<api.ShipmentInvoiceLineItemInvoice> o) {
unittest.expect(o, unittest.hasLength(2));
checkShipmentInvoiceLineItemInvoice(
o[0] as api.ShipmentInvoiceLineItemInvoice);
@@ -7114,7 +7114,7 @@
if (buildCounterOrderinvoicesCreateChargeInvoiceRequest < 3) {
o.invoiceId = 'foo';
o.invoiceSummary = buildInvoiceSummary();
- o.lineItemInvoices = buildUnnamed4293();
+ o.lineItemInvoices = buildUnnamed4294();
o.operationId = 'foo';
o.shipmentGroupId = 'foo';
}
@@ -7131,7 +7131,7 @@
unittest.equals('foo'),
);
checkInvoiceSummary(o.invoiceSummary! as api.InvoiceSummary);
- checkUnnamed4293(o.lineItemInvoices!);
+ checkUnnamed4294(o.lineItemInvoices!);
unittest.expect(
o.operationId!,
unittest.equals('foo'),
@@ -7173,14 +7173,14 @@
buildCounterOrderinvoicesCreateChargeInvoiceResponse--;
}
-core.List<api.ShipmentInvoice> buildUnnamed4294() {
+core.List<api.ShipmentInvoice> buildUnnamed4295() {
var o = <api.ShipmentInvoice>[];
o.add(buildShipmentInvoice());
o.add(buildShipmentInvoice());
return o;
}
-void checkUnnamed4294(core.List<api.ShipmentInvoice> o) {
+void checkUnnamed4295(core.List<api.ShipmentInvoice> o) {
unittest.expect(o, unittest.hasLength(2));
checkShipmentInvoice(o[0] as api.ShipmentInvoice);
checkShipmentInvoice(o[1] as api.ShipmentInvoice);
@@ -7198,7 +7198,7 @@
buildOrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption();
o.returnOption =
buildOrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption();
- o.shipmentInvoices = buildUnnamed4294();
+ o.shipmentInvoices = buildUnnamed4295();
}
buildCounterOrderinvoicesCreateRefundInvoiceRequest--;
return o;
@@ -7222,7 +7222,7 @@
checkOrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption(
o.returnOption! as api
.OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption);
- checkUnnamed4294(o.shipmentInvoices!);
+ checkUnnamed4295(o.shipmentInvoices!);
}
buildCounterOrderinvoicesCreateRefundInvoiceRequest--;
}
@@ -7324,14 +7324,14 @@
buildCounterOrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption--;
}
-core.List<api.OrderReportDisbursement> buildUnnamed4295() {
+core.List<api.OrderReportDisbursement> buildUnnamed4296() {
var o = <api.OrderReportDisbursement>[];
o.add(buildOrderReportDisbursement());
o.add(buildOrderReportDisbursement());
return o;
}
-void checkUnnamed4295(core.List<api.OrderReportDisbursement> o) {
+void checkUnnamed4296(core.List<api.OrderReportDisbursement> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderReportDisbursement(o[0] as api.OrderReportDisbursement);
checkOrderReportDisbursement(o[1] as api.OrderReportDisbursement);
@@ -7343,7 +7343,7 @@
var o = api.OrderreportsListDisbursementsResponse();
buildCounterOrderreportsListDisbursementsResponse++;
if (buildCounterOrderreportsListDisbursementsResponse < 3) {
- o.disbursements = buildUnnamed4295();
+ o.disbursements = buildUnnamed4296();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -7355,7 +7355,7 @@
api.OrderreportsListDisbursementsResponse o) {
buildCounterOrderreportsListDisbursementsResponse++;
if (buildCounterOrderreportsListDisbursementsResponse < 3) {
- checkUnnamed4295(o.disbursements!);
+ checkUnnamed4296(o.disbursements!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -7368,14 +7368,14 @@
buildCounterOrderreportsListDisbursementsResponse--;
}
-core.List<api.OrderReportTransaction> buildUnnamed4296() {
+core.List<api.OrderReportTransaction> buildUnnamed4297() {
var o = <api.OrderReportTransaction>[];
o.add(buildOrderReportTransaction());
o.add(buildOrderReportTransaction());
return o;
}
-void checkUnnamed4296(core.List<api.OrderReportTransaction> o) {
+void checkUnnamed4297(core.List<api.OrderReportTransaction> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderReportTransaction(o[0] as api.OrderReportTransaction);
checkOrderReportTransaction(o[1] as api.OrderReportTransaction);
@@ -7389,7 +7389,7 @@
if (buildCounterOrderreportsListTransactionsResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.transactions = buildUnnamed4296();
+ o.transactions = buildUnnamed4297();
}
buildCounterOrderreportsListTransactionsResponse--;
return o;
@@ -7407,7 +7407,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4296(o.transactions!);
+ checkUnnamed4297(o.transactions!);
}
buildCounterOrderreportsListTransactionsResponse--;
}
@@ -7462,14 +7462,14 @@
buildCounterOrderreturnsAcknowledgeResponse--;
}
-core.List<api.OrderreturnsLineItem> buildUnnamed4297() {
+core.List<api.OrderreturnsLineItem> buildUnnamed4298() {
var o = <api.OrderreturnsLineItem>[];
o.add(buildOrderreturnsLineItem());
o.add(buildOrderreturnsLineItem());
return o;
}
-void checkUnnamed4297(core.List<api.OrderreturnsLineItem> o) {
+void checkUnnamed4298(core.List<api.OrderreturnsLineItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderreturnsLineItem(o[0] as api.OrderreturnsLineItem);
checkOrderreturnsLineItem(o[1] as api.OrderreturnsLineItem);
@@ -7481,7 +7481,7 @@
var o = api.OrderreturnsCreateOrderReturnRequest();
buildCounterOrderreturnsCreateOrderReturnRequest++;
if (buildCounterOrderreturnsCreateOrderReturnRequest < 3) {
- o.lineItems = buildUnnamed4297();
+ o.lineItems = buildUnnamed4298();
o.operationId = 'foo';
o.orderId = 'foo';
o.returnMethodType = 'foo';
@@ -7494,7 +7494,7 @@
api.OrderreturnsCreateOrderReturnRequest o) {
buildCounterOrderreturnsCreateOrderReturnRequest++;
if (buildCounterOrderreturnsCreateOrderReturnRequest < 3) {
- checkUnnamed4297(o.lineItems!);
+ checkUnnamed4298(o.lineItems!);
unittest.expect(
o.operationId!,
unittest.equals('foo'),
@@ -7569,14 +7569,14 @@
buildCounterOrderreturnsLineItem--;
}
-core.List<api.MerchantOrderReturn> buildUnnamed4298() {
+core.List<api.MerchantOrderReturn> buildUnnamed4299() {
var o = <api.MerchantOrderReturn>[];
o.add(buildMerchantOrderReturn());
o.add(buildMerchantOrderReturn());
return o;
}
-void checkUnnamed4298(core.List<api.MerchantOrderReturn> o) {
+void checkUnnamed4299(core.List<api.MerchantOrderReturn> o) {
unittest.expect(o, unittest.hasLength(2));
checkMerchantOrderReturn(o[0] as api.MerchantOrderReturn);
checkMerchantOrderReturn(o[1] as api.MerchantOrderReturn);
@@ -7589,7 +7589,7 @@
if (buildCounterOrderreturnsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4298();
+ o.resources = buildUnnamed4299();
}
buildCounterOrderreturnsListResponse--;
return o;
@@ -7606,7 +7606,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4298(o.resources!);
+ checkUnnamed4299(o.resources!);
}
buildCounterOrderreturnsListResponse--;
}
@@ -7632,14 +7632,14 @@
buildCounterOrderreturnsPartialRefund--;
}
-core.List<api.OrderreturnsReturnItem> buildUnnamed4299() {
+core.List<api.OrderreturnsReturnItem> buildUnnamed4300() {
var o = <api.OrderreturnsReturnItem>[];
o.add(buildOrderreturnsReturnItem());
o.add(buildOrderreturnsReturnItem());
return o;
}
-void checkUnnamed4299(core.List<api.OrderreturnsReturnItem> o) {
+void checkUnnamed4300(core.List<api.OrderreturnsReturnItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderreturnsReturnItem(o[0] as api.OrderreturnsReturnItem);
checkOrderreturnsReturnItem(o[1] as api.OrderreturnsReturnItem);
@@ -7653,7 +7653,7 @@
o.fullChargeReturnShippingCost = true;
o.operationId = 'foo';
o.refundShippingFee = buildOrderreturnsRefundOperation();
- o.returnItems = buildUnnamed4299();
+ o.returnItems = buildUnnamed4300();
}
buildCounterOrderreturnsProcessRequest--;
return o;
@@ -7669,7 +7669,7 @@
);
checkOrderreturnsRefundOperation(
o.refundShippingFee! as api.OrderreturnsRefundOperation);
- checkUnnamed4299(o.returnItems!);
+ checkUnnamed4300(o.returnItems!);
}
buildCounterOrderreturnsProcessRequest--;
}
@@ -8102,14 +8102,14 @@
}
core.List<api.OrdersCustomBatchRequestEntryCreateTestReturnReturnItem>
- buildUnnamed4300() {
+ buildUnnamed4301() {
var o = <api.OrdersCustomBatchRequestEntryCreateTestReturnReturnItem>[];
o.add(buildOrdersCustomBatchRequestEntryCreateTestReturnReturnItem());
o.add(buildOrdersCustomBatchRequestEntryCreateTestReturnReturnItem());
return o;
}
-void checkUnnamed4300(
+void checkUnnamed4301(
core.List<api.OrdersCustomBatchRequestEntryCreateTestReturnReturnItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrdersCustomBatchRequestEntryCreateTestReturnReturnItem(
@@ -8123,7 +8123,7 @@
var o = api.OrdersCreateTestReturnRequest();
buildCounterOrdersCreateTestReturnRequest++;
if (buildCounterOrdersCreateTestReturnRequest < 3) {
- o.items = buildUnnamed4300();
+ o.items = buildUnnamed4301();
}
buildCounterOrdersCreateTestReturnRequest--;
return o;
@@ -8132,7 +8132,7 @@
void checkOrdersCreateTestReturnRequest(api.OrdersCreateTestReturnRequest o) {
buildCounterOrdersCreateTestReturnRequest++;
if (buildCounterOrdersCreateTestReturnRequest < 3) {
- checkUnnamed4300(o.items!);
+ checkUnnamed4301(o.items!);
}
buildCounterOrdersCreateTestReturnRequest--;
}
@@ -8457,14 +8457,14 @@
buildCounterOrdersInStoreRefundLineItemResponse--;
}
-core.List<api.Order> buildUnnamed4301() {
+core.List<api.Order> buildUnnamed4302() {
var o = <api.Order>[];
o.add(buildOrder());
o.add(buildOrder());
return o;
}
-void checkUnnamed4301(core.List<api.Order> o) {
+void checkUnnamed4302(core.List<api.Order> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrder(o[0] as api.Order);
checkOrder(o[1] as api.Order);
@@ -8477,7 +8477,7 @@
if (buildCounterOrdersListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4301();
+ o.resources = buildUnnamed4302();
}
buildCounterOrdersListResponse--;
return o;
@@ -8494,19 +8494,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4301(o.resources!);
+ checkUnnamed4302(o.resources!);
}
buildCounterOrdersListResponse--;
}
-core.List<api.OrdersCustomBatchRequestEntryRefundItemItem> buildUnnamed4302() {
+core.List<api.OrdersCustomBatchRequestEntryRefundItemItem> buildUnnamed4303() {
var o = <api.OrdersCustomBatchRequestEntryRefundItemItem>[];
o.add(buildOrdersCustomBatchRequestEntryRefundItemItem());
o.add(buildOrdersCustomBatchRequestEntryRefundItemItem());
return o;
}
-void checkUnnamed4302(
+void checkUnnamed4303(
core.List<api.OrdersCustomBatchRequestEntryRefundItemItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrdersCustomBatchRequestEntryRefundItemItem(
@@ -8520,7 +8520,7 @@
var o = api.OrdersRefundItemRequest();
buildCounterOrdersRefundItemRequest++;
if (buildCounterOrdersRefundItemRequest < 3) {
- o.items = buildUnnamed4302();
+ o.items = buildUnnamed4303();
o.operationId = 'foo';
o.reason = 'foo';
o.reasonText = 'foo';
@@ -8533,7 +8533,7 @@
void checkOrdersRefundItemRequest(api.OrdersRefundItemRequest o) {
buildCounterOrdersRefundItemRequest++;
if (buildCounterOrdersRefundItemRequest < 3) {
- checkUnnamed4302(o.items!);
+ checkUnnamed4303(o.items!);
unittest.expect(
o.operationId!,
unittest.equals('foo'),
@@ -8800,14 +8800,14 @@
buildCounterOrdersReturnRefundLineItemResponse--;
}
-core.List<api.OrderMerchantProvidedAnnotation> buildUnnamed4303() {
+core.List<api.OrderMerchantProvidedAnnotation> buildUnnamed4304() {
var o = <api.OrderMerchantProvidedAnnotation>[];
o.add(buildOrderMerchantProvidedAnnotation());
o.add(buildOrderMerchantProvidedAnnotation());
return o;
}
-void checkUnnamed4303(core.List<api.OrderMerchantProvidedAnnotation> o) {
+void checkUnnamed4304(core.List<api.OrderMerchantProvidedAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderMerchantProvidedAnnotation(
o[0] as api.OrderMerchantProvidedAnnotation);
@@ -8820,7 +8820,7 @@
var o = api.OrdersSetLineItemMetadataRequest();
buildCounterOrdersSetLineItemMetadataRequest++;
if (buildCounterOrdersSetLineItemMetadataRequest < 3) {
- o.annotations = buildUnnamed4303();
+ o.annotations = buildUnnamed4304();
o.lineItemId = 'foo';
o.operationId = 'foo';
o.productId = 'foo';
@@ -8833,7 +8833,7 @@
api.OrdersSetLineItemMetadataRequest o) {
buildCounterOrdersSetLineItemMetadataRequest++;
if (buildCounterOrdersSetLineItemMetadataRequest < 3) {
- checkUnnamed4303(o.annotations!);
+ checkUnnamed4304(o.annotations!);
unittest.expect(
o.lineItemId!,
unittest.equals('foo'),
@@ -8878,28 +8878,28 @@
buildCounterOrdersSetLineItemMetadataResponse--;
}
-core.List<api.OrderShipmentLineItemShipment> buildUnnamed4304() {
+core.List<api.OrderShipmentLineItemShipment> buildUnnamed4305() {
var o = <api.OrderShipmentLineItemShipment>[];
o.add(buildOrderShipmentLineItemShipment());
o.add(buildOrderShipmentLineItemShipment());
return o;
}
-void checkUnnamed4304(core.List<api.OrderShipmentLineItemShipment> o) {
+void checkUnnamed4305(core.List<api.OrderShipmentLineItemShipment> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderShipmentLineItemShipment(o[0] as api.OrderShipmentLineItemShipment);
checkOrderShipmentLineItemShipment(o[1] as api.OrderShipmentLineItemShipment);
}
core.List<api.OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo>
- buildUnnamed4305() {
+ buildUnnamed4306() {
var o = <api.OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo>[];
o.add(buildOrdersCustomBatchRequestEntryShipLineItemsShipmentInfo());
o.add(buildOrdersCustomBatchRequestEntryShipLineItemsShipmentInfo());
return o;
}
-void checkUnnamed4305(
+void checkUnnamed4306(
core.List<api.OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrdersCustomBatchRequestEntryShipLineItemsShipmentInfo(
@@ -8913,10 +8913,10 @@
var o = api.OrdersShipLineItemsRequest();
buildCounterOrdersShipLineItemsRequest++;
if (buildCounterOrdersShipLineItemsRequest < 3) {
- o.lineItems = buildUnnamed4304();
+ o.lineItems = buildUnnamed4305();
o.operationId = 'foo';
o.shipmentGroupId = 'foo';
- o.shipmentInfos = buildUnnamed4305();
+ o.shipmentInfos = buildUnnamed4306();
}
buildCounterOrdersShipLineItemsRequest--;
return o;
@@ -8925,7 +8925,7 @@
void checkOrdersShipLineItemsRequest(api.OrdersShipLineItemsRequest o) {
buildCounterOrdersShipLineItemsRequest++;
if (buildCounterOrdersShipLineItemsRequest < 3) {
- checkUnnamed4304(o.lineItems!);
+ checkUnnamed4305(o.lineItems!);
unittest.expect(
o.operationId!,
unittest.equals('foo'),
@@ -8934,7 +8934,7 @@
o.shipmentGroupId!,
unittest.equals('foo'),
);
- checkUnnamed4305(o.shipmentInfos!);
+ checkUnnamed4306(o.shipmentInfos!);
}
buildCounterOrdersShipLineItemsRequest--;
}
@@ -9250,14 +9250,14 @@
buildCounterPickupServicesPickupService--;
}
-core.List<api.PosCustomBatchRequestEntry> buildUnnamed4306() {
+core.List<api.PosCustomBatchRequestEntry> buildUnnamed4307() {
var o = <api.PosCustomBatchRequestEntry>[];
o.add(buildPosCustomBatchRequestEntry());
o.add(buildPosCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4306(core.List<api.PosCustomBatchRequestEntry> o) {
+void checkUnnamed4307(core.List<api.PosCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosCustomBatchRequestEntry(o[0] as api.PosCustomBatchRequestEntry);
checkPosCustomBatchRequestEntry(o[1] as api.PosCustomBatchRequestEntry);
@@ -9268,7 +9268,7 @@
var o = api.PosCustomBatchRequest();
buildCounterPosCustomBatchRequest++;
if (buildCounterPosCustomBatchRequest < 3) {
- o.entries = buildUnnamed4306();
+ o.entries = buildUnnamed4307();
}
buildCounterPosCustomBatchRequest--;
return o;
@@ -9277,7 +9277,7 @@
void checkPosCustomBatchRequest(api.PosCustomBatchRequest o) {
buildCounterPosCustomBatchRequest++;
if (buildCounterPosCustomBatchRequest < 3) {
- checkUnnamed4306(o.entries!);
+ checkUnnamed4307(o.entries!);
}
buildCounterPosCustomBatchRequest--;
}
@@ -9330,14 +9330,14 @@
buildCounterPosCustomBatchRequestEntry--;
}
-core.List<api.PosCustomBatchResponseEntry> buildUnnamed4307() {
+core.List<api.PosCustomBatchResponseEntry> buildUnnamed4308() {
var o = <api.PosCustomBatchResponseEntry>[];
o.add(buildPosCustomBatchResponseEntry());
o.add(buildPosCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4307(core.List<api.PosCustomBatchResponseEntry> o) {
+void checkUnnamed4308(core.List<api.PosCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosCustomBatchResponseEntry(o[0] as api.PosCustomBatchResponseEntry);
checkPosCustomBatchResponseEntry(o[1] as api.PosCustomBatchResponseEntry);
@@ -9348,7 +9348,7 @@
var o = api.PosCustomBatchResponse();
buildCounterPosCustomBatchResponse++;
if (buildCounterPosCustomBatchResponse < 3) {
- o.entries = buildUnnamed4307();
+ o.entries = buildUnnamed4308();
o.kind = 'foo';
}
buildCounterPosCustomBatchResponse--;
@@ -9358,7 +9358,7 @@
void checkPosCustomBatchResponse(api.PosCustomBatchResponse o) {
buildCounterPosCustomBatchResponse++;
if (buildCounterPosCustomBatchResponse < 3) {
- checkUnnamed4307(o.entries!);
+ checkUnnamed4308(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -9402,14 +9402,14 @@
buildCounterPosCustomBatchResponseEntry--;
}
-core.List<api.PosDataProvidersPosDataProvider> buildUnnamed4308() {
+core.List<api.PosDataProvidersPosDataProvider> buildUnnamed4309() {
var o = <api.PosDataProvidersPosDataProvider>[];
o.add(buildPosDataProvidersPosDataProvider());
o.add(buildPosDataProvidersPosDataProvider());
return o;
}
-void checkUnnamed4308(core.List<api.PosDataProvidersPosDataProvider> o) {
+void checkUnnamed4309(core.List<api.PosDataProvidersPosDataProvider> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosDataProvidersPosDataProvider(
o[0] as api.PosDataProvidersPosDataProvider);
@@ -9423,7 +9423,7 @@
buildCounterPosDataProviders++;
if (buildCounterPosDataProviders < 3) {
o.country = 'foo';
- o.posDataProviders = buildUnnamed4308();
+ o.posDataProviders = buildUnnamed4309();
}
buildCounterPosDataProviders--;
return o;
@@ -9436,7 +9436,7 @@
o.country!,
unittest.equals('foo'),
);
- checkUnnamed4308(o.posDataProviders!);
+ checkUnnamed4309(o.posDataProviders!);
}
buildCounterPosDataProviders--;
}
@@ -9646,14 +9646,14 @@
buildCounterPosInventoryResponse--;
}
-core.List<api.PosStore> buildUnnamed4309() {
+core.List<api.PosStore> buildUnnamed4310() {
var o = <api.PosStore>[];
o.add(buildPosStore());
o.add(buildPosStore());
return o;
}
-void checkUnnamed4309(core.List<api.PosStore> o) {
+void checkUnnamed4310(core.List<api.PosStore> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosStore(o[0] as api.PosStore);
checkPosStore(o[1] as api.PosStore);
@@ -9665,7 +9665,7 @@
buildCounterPosListResponse++;
if (buildCounterPosListResponse < 3) {
o.kind = 'foo';
- o.resources = buildUnnamed4309();
+ o.resources = buildUnnamed4310();
}
buildCounterPosListResponse--;
return o;
@@ -9678,7 +9678,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4309(o.resources!);
+ checkUnnamed4310(o.resources!);
}
buildCounterPosListResponse--;
}
@@ -9902,14 +9902,14 @@
buildCounterPosStore--;
}
-core.List<api.PostalCodeRange> buildUnnamed4310() {
+core.List<api.PostalCodeRange> buildUnnamed4311() {
var o = <api.PostalCodeRange>[];
o.add(buildPostalCodeRange());
o.add(buildPostalCodeRange());
return o;
}
-void checkUnnamed4310(core.List<api.PostalCodeRange> o) {
+void checkUnnamed4311(core.List<api.PostalCodeRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkPostalCodeRange(o[0] as api.PostalCodeRange);
checkPostalCodeRange(o[1] as api.PostalCodeRange);
@@ -9922,7 +9922,7 @@
if (buildCounterPostalCodeGroup < 3) {
o.country = 'foo';
o.name = 'foo';
- o.postalCodeRanges = buildUnnamed4310();
+ o.postalCodeRanges = buildUnnamed4311();
}
buildCounterPostalCodeGroup--;
return o;
@@ -9939,7 +9939,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4310(o.postalCodeRanges!);
+ checkUnnamed4311(o.postalCodeRanges!);
}
buildCounterPostalCodeGroup--;
}
@@ -10025,25 +10025,6 @@
buildCounterPriceAmount--;
}
-core.List<core.String> buildUnnamed4311() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4311(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4312() {
var o = <core.String>[];
o.add('foo');
@@ -10063,27 +10044,14 @@
);
}
-core.List<api.CustomAttribute> buildUnnamed4313() {
- var o = <api.CustomAttribute>[];
- o.add(buildCustomAttribute());
- o.add(buildCustomAttribute());
- return o;
-}
-
-void checkUnnamed4313(core.List<api.CustomAttribute> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkCustomAttribute(o[0] as api.CustomAttribute);
- checkCustomAttribute(o[1] as api.CustomAttribute);
-}
-
-core.List<core.String> buildUnnamed4314() {
+core.List<core.String> buildUnnamed4313() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4314(core.List<core.String> o) {
+void checkUnnamed4313(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10095,6 +10063,19 @@
);
}
+core.List<api.CustomAttribute> buildUnnamed4314() {
+ var o = <api.CustomAttribute>[];
+ o.add(buildCustomAttribute());
+ o.add(buildCustomAttribute());
+ return o;
+}
+
+void checkUnnamed4314(core.List<api.CustomAttribute> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkCustomAttribute(o[0] as api.CustomAttribute);
+ checkCustomAttribute(o[1] as api.CustomAttribute);
+}
+
core.List<core.String> buildUnnamed4315() {
var o = <core.String>[];
o.add('foo');
@@ -10133,27 +10114,14 @@
);
}
-core.List<api.ProductProductDetail> buildUnnamed4317() {
- var o = <api.ProductProductDetail>[];
- o.add(buildProductProductDetail());
- o.add(buildProductProductDetail());
- return o;
-}
-
-void checkUnnamed4317(core.List<api.ProductProductDetail> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkProductProductDetail(o[0] as api.ProductProductDetail);
- checkProductProductDetail(o[1] as api.ProductProductDetail);
-}
-
-core.List<core.String> buildUnnamed4318() {
+core.List<core.String> buildUnnamed4317() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4318(core.List<core.String> o) {
+void checkUnnamed4317(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10165,6 +10133,19 @@
);
}
+core.List<api.ProductProductDetail> buildUnnamed4318() {
+ var o = <api.ProductProductDetail>[];
+ o.add(buildProductProductDetail());
+ o.add(buildProductProductDetail());
+ return o;
+}
+
+void checkUnnamed4318(core.List<api.ProductProductDetail> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkProductProductDetail(o[0] as api.ProductProductDetail);
+ checkProductProductDetail(o[1] as api.ProductProductDetail);
+}
+
core.List<core.String> buildUnnamed4319() {
var o = <core.String>[];
o.add('foo');
@@ -10203,27 +10184,14 @@
);
}
-core.List<api.ProductShipping> buildUnnamed4321() {
- var o = <api.ProductShipping>[];
- o.add(buildProductShipping());
- o.add(buildProductShipping());
- return o;
-}
-
-void checkUnnamed4321(core.List<api.ProductShipping> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkProductShipping(o[0] as api.ProductShipping);
- checkProductShipping(o[1] as api.ProductShipping);
-}
-
-core.List<core.String> buildUnnamed4322() {
+core.List<core.String> buildUnnamed4321() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4322(core.List<core.String> o) {
+void checkUnnamed4321(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10235,6 +10203,19 @@
);
}
+core.List<api.ProductShipping> buildUnnamed4322() {
+ var o = <api.ProductShipping>[];
+ o.add(buildProductShipping());
+ o.add(buildProductShipping());
+ return o;
+}
+
+void checkUnnamed4322(core.List<api.ProductShipping> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkProductShipping(o[0] as api.ProductShipping);
+ checkProductShipping(o[1] as api.ProductShipping);
+}
+
core.List<core.String> buildUnnamed4323() {
var o = <core.String>[];
o.add('foo');
@@ -10254,14 +10235,33 @@
);
}
-core.List<api.ProductTax> buildUnnamed4324() {
+core.List<core.String> buildUnnamed4324() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4324(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.ProductTax> buildUnnamed4325() {
var o = <api.ProductTax>[];
o.add(buildProductTax());
o.add(buildProductTax());
return o;
}
-void checkUnnamed4324(core.List<api.ProductTax> o) {
+void checkUnnamed4325(core.List<api.ProductTax> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductTax(o[0] as api.ProductTax);
checkProductTax(o[1] as api.ProductTax);
@@ -10272,9 +10272,9 @@
var o = api.Product();
buildCounterProduct++;
if (buildCounterProduct < 3) {
- o.additionalImageLinks = buildUnnamed4311();
+ o.additionalImageLinks = buildUnnamed4312();
o.adsGrouping = 'foo';
- o.adsLabels = buildUnnamed4312();
+ o.adsLabels = buildUnnamed4313();
o.adsRedirect = 'foo';
o.adult = true;
o.ageGroup = 'foo';
@@ -10287,7 +10287,7 @@
o.condition = 'foo';
o.contentLanguage = 'foo';
o.costOfGoodsSold = buildPrice();
- o.customAttributes = buildUnnamed4313();
+ o.customAttributes = buildUnnamed4314();
o.customLabel0 = 'foo';
o.customLabel1 = 'foo';
o.customLabel2 = 'foo';
@@ -10296,11 +10296,11 @@
o.description = 'foo';
o.displayAdsId = 'foo';
o.displayAdsLink = 'foo';
- o.displayAdsSimilarIds = buildUnnamed4314();
+ o.displayAdsSimilarIds = buildUnnamed4315();
o.displayAdsTitle = 'foo';
o.displayAdsValue = 42.0;
o.energyEfficiencyClass = 'foo';
- o.excludedDestinations = buildUnnamed4315();
+ o.excludedDestinations = buildUnnamed4316();
o.expirationDate = 'foo';
o.gender = 'foo';
o.googleProductCategory = 'foo';
@@ -10308,7 +10308,7 @@
o.id = 'foo';
o.identifierExists = true;
o.imageLink = 'foo';
- o.includedDestinations = buildUnnamed4316();
+ o.includedDestinations = buildUnnamed4317();
o.installment = buildInstallment();
o.isBundle = true;
o.itemGroupId = 'foo';
@@ -10326,28 +10326,28 @@
o.offerId = 'foo';
o.pattern = 'foo';
o.price = buildPrice();
- o.productDetails = buildUnnamed4317();
- o.productHighlights = buildUnnamed4318();
- o.productTypes = buildUnnamed4319();
- o.promotionIds = buildUnnamed4320();
+ o.productDetails = buildUnnamed4318();
+ o.productHighlights = buildUnnamed4319();
+ o.productTypes = buildUnnamed4320();
+ o.promotionIds = buildUnnamed4321();
o.salePrice = buildPrice();
o.salePriceEffectiveDate = 'foo';
o.sellOnGoogleQuantity = 'foo';
- o.shipping = buildUnnamed4321();
+ o.shipping = buildUnnamed4322();
o.shippingHeight = buildProductShippingDimension();
o.shippingLabel = 'foo';
o.shippingLength = buildProductShippingDimension();
o.shippingWeight = buildProductShippingWeight();
o.shippingWidth = buildProductShippingDimension();
- o.shoppingAdsExcludedCountries = buildUnnamed4322();
+ o.shoppingAdsExcludedCountries = buildUnnamed4323();
o.sizeSystem = 'foo';
o.sizeType = 'foo';
- o.sizes = buildUnnamed4323();
+ o.sizes = buildUnnamed4324();
o.source = 'foo';
o.subscriptionCost = buildProductSubscriptionCost();
o.targetCountry = 'foo';
o.taxCategory = 'foo';
- o.taxes = buildUnnamed4324();
+ o.taxes = buildUnnamed4325();
o.title = 'foo';
o.transitTimeLabel = 'foo';
o.unitPricingBaseMeasure = buildProductUnitPricingBaseMeasure();
@@ -10360,12 +10360,12 @@
void checkProduct(api.Product o) {
buildCounterProduct++;
if (buildCounterProduct < 3) {
- checkUnnamed4311(o.additionalImageLinks!);
+ checkUnnamed4312(o.additionalImageLinks!);
unittest.expect(
o.adsGrouping!,
unittest.equals('foo'),
);
- checkUnnamed4312(o.adsLabels!);
+ checkUnnamed4313(o.adsLabels!);
unittest.expect(
o.adsRedirect!,
unittest.equals('foo'),
@@ -10408,7 +10408,7 @@
unittest.equals('foo'),
);
checkPrice(o.costOfGoodsSold! as api.Price);
- checkUnnamed4313(o.customAttributes!);
+ checkUnnamed4314(o.customAttributes!);
unittest.expect(
o.customLabel0!,
unittest.equals('foo'),
@@ -10441,7 +10441,7 @@
o.displayAdsLink!,
unittest.equals('foo'),
);
- checkUnnamed4314(o.displayAdsSimilarIds!);
+ checkUnnamed4315(o.displayAdsSimilarIds!);
unittest.expect(
o.displayAdsTitle!,
unittest.equals('foo'),
@@ -10454,7 +10454,7 @@
o.energyEfficiencyClass!,
unittest.equals('foo'),
);
- checkUnnamed4315(o.excludedDestinations!);
+ checkUnnamed4316(o.excludedDestinations!);
unittest.expect(
o.expirationDate!,
unittest.equals('foo'),
@@ -10480,7 +10480,7 @@
o.imageLink!,
unittest.equals('foo'),
);
- checkUnnamed4316(o.includedDestinations!);
+ checkUnnamed4317(o.includedDestinations!);
checkInstallment(o.installment! as api.Installment);
unittest.expect(o.isBundle!, unittest.isTrue);
unittest.expect(
@@ -10537,10 +10537,10 @@
unittest.equals('foo'),
);
checkPrice(o.price! as api.Price);
- checkUnnamed4317(o.productDetails!);
- checkUnnamed4318(o.productHighlights!);
- checkUnnamed4319(o.productTypes!);
- checkUnnamed4320(o.promotionIds!);
+ checkUnnamed4318(o.productDetails!);
+ checkUnnamed4319(o.productHighlights!);
+ checkUnnamed4320(o.productTypes!);
+ checkUnnamed4321(o.promotionIds!);
checkPrice(o.salePrice! as api.Price);
unittest.expect(
o.salePriceEffectiveDate!,
@@ -10550,7 +10550,7 @@
o.sellOnGoogleQuantity!,
unittest.equals('foo'),
);
- checkUnnamed4321(o.shipping!);
+ checkUnnamed4322(o.shipping!);
checkProductShippingDimension(
o.shippingHeight! as api.ProductShippingDimension);
unittest.expect(
@@ -10562,7 +10562,7 @@
checkProductShippingWeight(o.shippingWeight! as api.ProductShippingWeight);
checkProductShippingDimension(
o.shippingWidth! as api.ProductShippingDimension);
- checkUnnamed4322(o.shoppingAdsExcludedCountries!);
+ checkUnnamed4323(o.shoppingAdsExcludedCountries!);
unittest.expect(
o.sizeSystem!,
unittest.equals('foo'),
@@ -10571,7 +10571,7 @@
o.sizeType!,
unittest.equals('foo'),
);
- checkUnnamed4323(o.sizes!);
+ checkUnnamed4324(o.sizes!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -10586,7 +10586,7 @@
o.taxCategory!,
unittest.equals('foo'),
);
- checkUnnamed4324(o.taxes!);
+ checkUnnamed4325(o.taxes!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -10761,14 +10761,14 @@
buildCounterProductShippingWeight--;
}
-core.List<api.ProductStatusDestinationStatus> buildUnnamed4325() {
+core.List<api.ProductStatusDestinationStatus> buildUnnamed4326() {
var o = <api.ProductStatusDestinationStatus>[];
o.add(buildProductStatusDestinationStatus());
o.add(buildProductStatusDestinationStatus());
return o;
}
-void checkUnnamed4325(core.List<api.ProductStatusDestinationStatus> o) {
+void checkUnnamed4326(core.List<api.ProductStatusDestinationStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductStatusDestinationStatus(
o[0] as api.ProductStatusDestinationStatus);
@@ -10776,14 +10776,14 @@
o[1] as api.ProductStatusDestinationStatus);
}
-core.List<api.ProductStatusItemLevelIssue> buildUnnamed4326() {
+core.List<api.ProductStatusItemLevelIssue> buildUnnamed4327() {
var o = <api.ProductStatusItemLevelIssue>[];
o.add(buildProductStatusItemLevelIssue());
o.add(buildProductStatusItemLevelIssue());
return o;
}
-void checkUnnamed4326(core.List<api.ProductStatusItemLevelIssue> o) {
+void checkUnnamed4327(core.List<api.ProductStatusItemLevelIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductStatusItemLevelIssue(o[0] as api.ProductStatusItemLevelIssue);
checkProductStatusItemLevelIssue(o[1] as api.ProductStatusItemLevelIssue);
@@ -10795,9 +10795,9 @@
buildCounterProductStatus++;
if (buildCounterProductStatus < 3) {
o.creationDate = 'foo';
- o.destinationStatuses = buildUnnamed4325();
+ o.destinationStatuses = buildUnnamed4326();
o.googleExpirationDate = 'foo';
- o.itemLevelIssues = buildUnnamed4326();
+ o.itemLevelIssues = buildUnnamed4327();
o.kind = 'foo';
o.lastUpdateDate = 'foo';
o.link = 'foo';
@@ -10815,12 +10815,12 @@
o.creationDate!,
unittest.equals('foo'),
);
- checkUnnamed4325(o.destinationStatuses!);
+ checkUnnamed4326(o.destinationStatuses!);
unittest.expect(
o.googleExpirationDate!,
unittest.equals('foo'),
);
- checkUnnamed4326(o.itemLevelIssues!);
+ checkUnnamed4327(o.itemLevelIssues!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -10845,25 +10845,6 @@
buildCounterProductStatus--;
}
-core.List<core.String> buildUnnamed4327() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4327(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4328() {
var o = <core.String>[];
o.add('foo');
@@ -10902,39 +10883,6 @@
);
}
-core.int buildCounterProductStatusDestinationStatus = 0;
-api.ProductStatusDestinationStatus buildProductStatusDestinationStatus() {
- var o = api.ProductStatusDestinationStatus();
- buildCounterProductStatusDestinationStatus++;
- if (buildCounterProductStatusDestinationStatus < 3) {
- o.approvedCountries = buildUnnamed4327();
- o.destination = 'foo';
- o.disapprovedCountries = buildUnnamed4328();
- o.pendingCountries = buildUnnamed4329();
- o.status = 'foo';
- }
- buildCounterProductStatusDestinationStatus--;
- return o;
-}
-
-void checkProductStatusDestinationStatus(api.ProductStatusDestinationStatus o) {
- buildCounterProductStatusDestinationStatus++;
- if (buildCounterProductStatusDestinationStatus < 3) {
- checkUnnamed4327(o.approvedCountries!);
- unittest.expect(
- o.destination!,
- unittest.equals('foo'),
- );
- checkUnnamed4328(o.disapprovedCountries!);
- checkUnnamed4329(o.pendingCountries!);
- unittest.expect(
- o.status!,
- unittest.equals('foo'),
- );
- }
- buildCounterProductStatusDestinationStatus--;
-}
-
core.List<core.String> buildUnnamed4330() {
var o = <core.String>[];
o.add('foo');
@@ -10954,12 +10902,64 @@
);
}
+core.int buildCounterProductStatusDestinationStatus = 0;
+api.ProductStatusDestinationStatus buildProductStatusDestinationStatus() {
+ var o = api.ProductStatusDestinationStatus();
+ buildCounterProductStatusDestinationStatus++;
+ if (buildCounterProductStatusDestinationStatus < 3) {
+ o.approvedCountries = buildUnnamed4328();
+ o.destination = 'foo';
+ o.disapprovedCountries = buildUnnamed4329();
+ o.pendingCountries = buildUnnamed4330();
+ o.status = 'foo';
+ }
+ buildCounterProductStatusDestinationStatus--;
+ return o;
+}
+
+void checkProductStatusDestinationStatus(api.ProductStatusDestinationStatus o) {
+ buildCounterProductStatusDestinationStatus++;
+ if (buildCounterProductStatusDestinationStatus < 3) {
+ checkUnnamed4328(o.approvedCountries!);
+ unittest.expect(
+ o.destination!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4329(o.disapprovedCountries!);
+ checkUnnamed4330(o.pendingCountries!);
+ unittest.expect(
+ o.status!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterProductStatusDestinationStatus--;
+}
+
+core.List<core.String> buildUnnamed4331() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4331(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterProductStatusItemLevelIssue = 0;
api.ProductStatusItemLevelIssue buildProductStatusItemLevelIssue() {
var o = api.ProductStatusItemLevelIssue();
buildCounterProductStatusItemLevelIssue++;
if (buildCounterProductStatusItemLevelIssue < 3) {
- o.applicableCountries = buildUnnamed4330();
+ o.applicableCountries = buildUnnamed4331();
o.attributeName = 'foo';
o.code = 'foo';
o.description = 'foo';
@@ -10976,7 +10976,7 @@
void checkProductStatusItemLevelIssue(api.ProductStatusItemLevelIssue o) {
buildCounterProductStatusItemLevelIssue++;
if (buildCounterProductStatusItemLevelIssue < 3) {
- checkUnnamed4330(o.applicableCountries!);
+ checkUnnamed4331(o.applicableCountries!);
unittest.expect(
o.attributeName!,
unittest.equals('foo'),
@@ -11140,14 +11140,14 @@
buildCounterProductUnitPricingMeasure--;
}
-core.List<api.ProductsCustomBatchRequestEntry> buildUnnamed4331() {
+core.List<api.ProductsCustomBatchRequestEntry> buildUnnamed4332() {
var o = <api.ProductsCustomBatchRequestEntry>[];
o.add(buildProductsCustomBatchRequestEntry());
o.add(buildProductsCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4331(core.List<api.ProductsCustomBatchRequestEntry> o) {
+void checkUnnamed4332(core.List<api.ProductsCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductsCustomBatchRequestEntry(
o[0] as api.ProductsCustomBatchRequestEntry);
@@ -11160,7 +11160,7 @@
var o = api.ProductsCustomBatchRequest();
buildCounterProductsCustomBatchRequest++;
if (buildCounterProductsCustomBatchRequest < 3) {
- o.entries = buildUnnamed4331();
+ o.entries = buildUnnamed4332();
}
buildCounterProductsCustomBatchRequest--;
return o;
@@ -11169,7 +11169,7 @@
void checkProductsCustomBatchRequest(api.ProductsCustomBatchRequest o) {
buildCounterProductsCustomBatchRequest++;
if (buildCounterProductsCustomBatchRequest < 3) {
- checkUnnamed4331(o.entries!);
+ checkUnnamed4332(o.entries!);
}
buildCounterProductsCustomBatchRequest--;
}
@@ -11219,14 +11219,14 @@
buildCounterProductsCustomBatchRequestEntry--;
}
-core.List<api.ProductsCustomBatchResponseEntry> buildUnnamed4332() {
+core.List<api.ProductsCustomBatchResponseEntry> buildUnnamed4333() {
var o = <api.ProductsCustomBatchResponseEntry>[];
o.add(buildProductsCustomBatchResponseEntry());
o.add(buildProductsCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4332(core.List<api.ProductsCustomBatchResponseEntry> o) {
+void checkUnnamed4333(core.List<api.ProductsCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductsCustomBatchResponseEntry(
o[0] as api.ProductsCustomBatchResponseEntry);
@@ -11239,7 +11239,7 @@
var o = api.ProductsCustomBatchResponse();
buildCounterProductsCustomBatchResponse++;
if (buildCounterProductsCustomBatchResponse < 3) {
- o.entries = buildUnnamed4332();
+ o.entries = buildUnnamed4333();
o.kind = 'foo';
}
buildCounterProductsCustomBatchResponse--;
@@ -11249,7 +11249,7 @@
void checkProductsCustomBatchResponse(api.ProductsCustomBatchResponse o) {
buildCounterProductsCustomBatchResponse++;
if (buildCounterProductsCustomBatchResponse < 3) {
- checkUnnamed4332(o.entries!);
+ checkUnnamed4333(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -11290,14 +11290,14 @@
buildCounterProductsCustomBatchResponseEntry--;
}
-core.List<api.Product> buildUnnamed4333() {
+core.List<api.Product> buildUnnamed4334() {
var o = <api.Product>[];
o.add(buildProduct());
o.add(buildProduct());
return o;
}
-void checkUnnamed4333(core.List<api.Product> o) {
+void checkUnnamed4334(core.List<api.Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkProduct(o[0] as api.Product);
checkProduct(o[1] as api.Product);
@@ -11310,7 +11310,7 @@
if (buildCounterProductsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4333();
+ o.resources = buildUnnamed4334();
}
buildCounterProductsListResponse--;
return o;
@@ -11327,19 +11327,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4333(o.resources!);
+ checkUnnamed4334(o.resources!);
}
buildCounterProductsListResponse--;
}
-core.List<api.ProductstatusesCustomBatchRequestEntry> buildUnnamed4334() {
+core.List<api.ProductstatusesCustomBatchRequestEntry> buildUnnamed4335() {
var o = <api.ProductstatusesCustomBatchRequestEntry>[];
o.add(buildProductstatusesCustomBatchRequestEntry());
o.add(buildProductstatusesCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4334(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
+void checkUnnamed4335(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductstatusesCustomBatchRequestEntry(
o[0] as api.ProductstatusesCustomBatchRequestEntry);
@@ -11352,7 +11352,7 @@
var o = api.ProductstatusesCustomBatchRequest();
buildCounterProductstatusesCustomBatchRequest++;
if (buildCounterProductstatusesCustomBatchRequest < 3) {
- o.entries = buildUnnamed4334();
+ o.entries = buildUnnamed4335();
}
buildCounterProductstatusesCustomBatchRequest--;
return o;
@@ -11362,19 +11362,19 @@
api.ProductstatusesCustomBatchRequest o) {
buildCounterProductstatusesCustomBatchRequest++;
if (buildCounterProductstatusesCustomBatchRequest < 3) {
- checkUnnamed4334(o.entries!);
+ checkUnnamed4335(o.entries!);
}
buildCounterProductstatusesCustomBatchRequest--;
}
-core.List<core.String> buildUnnamed4335() {
+core.List<core.String> buildUnnamed4336() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4335(core.List<core.String> o) {
+void checkUnnamed4336(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11393,7 +11393,7 @@
buildCounterProductstatusesCustomBatchRequestEntry++;
if (buildCounterProductstatusesCustomBatchRequestEntry < 3) {
o.batchId = 42;
- o.destinations = buildUnnamed4335();
+ o.destinations = buildUnnamed4336();
o.includeAttributes = true;
o.merchantId = 'foo';
o.method = 'foo';
@@ -11411,7 +11411,7 @@
o.batchId!,
unittest.equals(42),
);
- checkUnnamed4335(o.destinations!);
+ checkUnnamed4336(o.destinations!);
unittest.expect(o.includeAttributes!, unittest.isTrue);
unittest.expect(
o.merchantId!,
@@ -11429,14 +11429,14 @@
buildCounterProductstatusesCustomBatchRequestEntry--;
}
-core.List<api.ProductstatusesCustomBatchResponseEntry> buildUnnamed4336() {
+core.List<api.ProductstatusesCustomBatchResponseEntry> buildUnnamed4337() {
var o = <api.ProductstatusesCustomBatchResponseEntry>[];
o.add(buildProductstatusesCustomBatchResponseEntry());
o.add(buildProductstatusesCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4336(
+void checkUnnamed4337(
core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductstatusesCustomBatchResponseEntry(
@@ -11451,7 +11451,7 @@
var o = api.ProductstatusesCustomBatchResponse();
buildCounterProductstatusesCustomBatchResponse++;
if (buildCounterProductstatusesCustomBatchResponse < 3) {
- o.entries = buildUnnamed4336();
+ o.entries = buildUnnamed4337();
o.kind = 'foo';
}
buildCounterProductstatusesCustomBatchResponse--;
@@ -11462,7 +11462,7 @@
api.ProductstatusesCustomBatchResponse o) {
buildCounterProductstatusesCustomBatchResponse++;
if (buildCounterProductstatusesCustomBatchResponse < 3) {
- checkUnnamed4336(o.entries!);
+ checkUnnamed4337(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -11504,14 +11504,14 @@
buildCounterProductstatusesCustomBatchResponseEntry--;
}
-core.List<api.ProductStatus> buildUnnamed4337() {
+core.List<api.ProductStatus> buildUnnamed4338() {
var o = <api.ProductStatus>[];
o.add(buildProductStatus());
o.add(buildProductStatus());
return o;
}
-void checkUnnamed4337(core.List<api.ProductStatus> o) {
+void checkUnnamed4338(core.List<api.ProductStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductStatus(o[0] as api.ProductStatus);
checkProductStatus(o[1] as api.ProductStatus);
@@ -11524,7 +11524,7 @@
if (buildCounterProductstatusesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4337();
+ o.resources = buildUnnamed4338();
}
buildCounterProductstatusesListResponse--;
return o;
@@ -11541,59 +11541,11 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4337(o.resources!);
+ checkUnnamed4338(o.resources!);
}
buildCounterProductstatusesListResponse--;
}
-core.List<core.String> buildUnnamed4338() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4338(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterPubsubNotificationSettings = 0;
-api.PubsubNotificationSettings buildPubsubNotificationSettings() {
- var o = api.PubsubNotificationSettings();
- buildCounterPubsubNotificationSettings++;
- if (buildCounterPubsubNotificationSettings < 3) {
- o.cloudTopicName = 'foo';
- o.kind = 'foo';
- o.registeredEvents = buildUnnamed4338();
- }
- buildCounterPubsubNotificationSettings--;
- return o;
-}
-
-void checkPubsubNotificationSettings(api.PubsubNotificationSettings o) {
- buildCounterPubsubNotificationSettings++;
- if (buildCounterPubsubNotificationSettings < 3) {
- unittest.expect(
- o.cloudTopicName!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.kind!,
- unittest.equals('foo'),
- );
- checkUnnamed4338(o.registeredEvents!);
- }
- buildCounterPubsubNotificationSettings--;
-}
-
core.List<core.String> buildUnnamed4339() {
var o = <core.String>[];
o.add('foo');
@@ -11613,27 +11565,75 @@
);
}
-core.List<api.CarrierRate> buildUnnamed4340() {
+core.int buildCounterPubsubNotificationSettings = 0;
+api.PubsubNotificationSettings buildPubsubNotificationSettings() {
+ var o = api.PubsubNotificationSettings();
+ buildCounterPubsubNotificationSettings++;
+ if (buildCounterPubsubNotificationSettings < 3) {
+ o.cloudTopicName = 'foo';
+ o.kind = 'foo';
+ o.registeredEvents = buildUnnamed4339();
+ }
+ buildCounterPubsubNotificationSettings--;
+ return o;
+}
+
+void checkPubsubNotificationSettings(api.PubsubNotificationSettings o) {
+ buildCounterPubsubNotificationSettings++;
+ if (buildCounterPubsubNotificationSettings < 3) {
+ unittest.expect(
+ o.cloudTopicName!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.kind!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4339(o.registeredEvents!);
+ }
+ buildCounterPubsubNotificationSettings--;
+}
+
+core.List<core.String> buildUnnamed4340() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4340(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.CarrierRate> buildUnnamed4341() {
var o = <api.CarrierRate>[];
o.add(buildCarrierRate());
o.add(buildCarrierRate());
return o;
}
-void checkUnnamed4340(core.List<api.CarrierRate> o) {
+void checkUnnamed4341(core.List<api.CarrierRate> o) {
unittest.expect(o, unittest.hasLength(2));
checkCarrierRate(o[0] as api.CarrierRate);
checkCarrierRate(o[1] as api.CarrierRate);
}
-core.List<api.Table> buildUnnamed4341() {
+core.List<api.Table> buildUnnamed4342() {
var o = <api.Table>[];
o.add(buildTable());
o.add(buildTable());
return o;
}
-void checkUnnamed4341(core.List<api.Table> o) {
+void checkUnnamed4342(core.List<api.Table> o) {
unittest.expect(o, unittest.hasLength(2));
checkTable(o[0] as api.Table);
checkTable(o[1] as api.Table);
@@ -11644,12 +11644,12 @@
var o = api.RateGroup();
buildCounterRateGroup++;
if (buildCounterRateGroup < 3) {
- o.applicableShippingLabels = buildUnnamed4339();
- o.carrierRates = buildUnnamed4340();
+ o.applicableShippingLabels = buildUnnamed4340();
+ o.carrierRates = buildUnnamed4341();
o.mainTable = buildTable();
o.name = 'foo';
o.singleValue = buildValue();
- o.subtables = buildUnnamed4341();
+ o.subtables = buildUnnamed4342();
}
buildCounterRateGroup--;
return o;
@@ -11658,15 +11658,15 @@
void checkRateGroup(api.RateGroup o) {
buildCounterRateGroup++;
if (buildCounterRateGroup < 3) {
- checkUnnamed4339(o.applicableShippingLabels!);
- checkUnnamed4340(o.carrierRates!);
+ checkUnnamed4340(o.applicableShippingLabels!);
+ checkUnnamed4341(o.carrierRates!);
checkTable(o.mainTable! as api.Table);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkValue(o.singleValue! as api.Value);
- checkUnnamed4341(o.subtables!);
+ checkUnnamed4342(o.subtables!);
}
buildCounterRateGroup--;
}
@@ -11738,14 +11738,14 @@
buildCounterRegion--;
}
-core.List<core.String> buildUnnamed4342() {
+core.List<core.String> buildUnnamed4343() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4342(core.List<core.String> o) {
+void checkUnnamed4343(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11762,7 +11762,7 @@
var o = api.RegionGeoTargetArea();
buildCounterRegionGeoTargetArea++;
if (buildCounterRegionGeoTargetArea < 3) {
- o.geotargetCriteriaIds = buildUnnamed4342();
+ o.geotargetCriteriaIds = buildUnnamed4343();
}
buildCounterRegionGeoTargetArea--;
return o;
@@ -11771,19 +11771,19 @@
void checkRegionGeoTargetArea(api.RegionGeoTargetArea o) {
buildCounterRegionGeoTargetArea++;
if (buildCounterRegionGeoTargetArea < 3) {
- checkUnnamed4342(o.geotargetCriteriaIds!);
+ checkUnnamed4343(o.geotargetCriteriaIds!);
}
buildCounterRegionGeoTargetArea--;
}
-core.List<api.RegionPostalCodeAreaPostalCodeRange> buildUnnamed4343() {
+core.List<api.RegionPostalCodeAreaPostalCodeRange> buildUnnamed4344() {
var o = <api.RegionPostalCodeAreaPostalCodeRange>[];
o.add(buildRegionPostalCodeAreaPostalCodeRange());
o.add(buildRegionPostalCodeAreaPostalCodeRange());
return o;
}
-void checkUnnamed4343(core.List<api.RegionPostalCodeAreaPostalCodeRange> o) {
+void checkUnnamed4344(core.List<api.RegionPostalCodeAreaPostalCodeRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegionPostalCodeAreaPostalCodeRange(
o[0] as api.RegionPostalCodeAreaPostalCodeRange);
@@ -11796,7 +11796,7 @@
var o = api.RegionPostalCodeArea();
buildCounterRegionPostalCodeArea++;
if (buildCounterRegionPostalCodeArea < 3) {
- o.postalCodes = buildUnnamed4343();
+ o.postalCodes = buildUnnamed4344();
o.regionCode = 'foo';
}
buildCounterRegionPostalCodeArea--;
@@ -11806,7 +11806,7 @@
void checkRegionPostalCodeArea(api.RegionPostalCodeArea o) {
buildCounterRegionPostalCodeArea++;
if (buildCounterRegionPostalCodeArea < 3) {
- checkUnnamed4343(o.postalCodes!);
+ checkUnnamed4344(o.postalCodes!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
@@ -11844,14 +11844,14 @@
buildCounterRegionPostalCodeAreaPostalCodeRange--;
}
-core.List<api.CustomAttribute> buildUnnamed4344() {
+core.List<api.CustomAttribute> buildUnnamed4345() {
var o = <api.CustomAttribute>[];
o.add(buildCustomAttribute());
o.add(buildCustomAttribute());
return o;
}
-void checkUnnamed4344(core.List<api.CustomAttribute> o) {
+void checkUnnamed4345(core.List<api.CustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomAttribute(o[0] as api.CustomAttribute);
checkCustomAttribute(o[1] as api.CustomAttribute);
@@ -11863,7 +11863,7 @@
buildCounterRegionalInventory++;
if (buildCounterRegionalInventory < 3) {
o.availability = 'foo';
- o.customAttributes = buildUnnamed4344();
+ o.customAttributes = buildUnnamed4345();
o.kind = 'foo';
o.price = buildPrice();
o.regionId = 'foo';
@@ -11881,7 +11881,7 @@
o.availability!,
unittest.equals('foo'),
);
- checkUnnamed4344(o.customAttributes!);
+ checkUnnamed4345(o.customAttributes!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -11900,14 +11900,14 @@
buildCounterRegionalInventory--;
}
-core.List<api.RegionalinventoryCustomBatchRequestEntry> buildUnnamed4345() {
+core.List<api.RegionalinventoryCustomBatchRequestEntry> buildUnnamed4346() {
var o = <api.RegionalinventoryCustomBatchRequestEntry>[];
o.add(buildRegionalinventoryCustomBatchRequestEntry());
o.add(buildRegionalinventoryCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4345(
+void checkUnnamed4346(
core.List<api.RegionalinventoryCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegionalinventoryCustomBatchRequestEntry(
@@ -11922,7 +11922,7 @@
var o = api.RegionalinventoryCustomBatchRequest();
buildCounterRegionalinventoryCustomBatchRequest++;
if (buildCounterRegionalinventoryCustomBatchRequest < 3) {
- o.entries = buildUnnamed4345();
+ o.entries = buildUnnamed4346();
}
buildCounterRegionalinventoryCustomBatchRequest--;
return o;
@@ -11932,7 +11932,7 @@
api.RegionalinventoryCustomBatchRequest o) {
buildCounterRegionalinventoryCustomBatchRequest++;
if (buildCounterRegionalinventoryCustomBatchRequest < 3) {
- checkUnnamed4345(o.entries!);
+ checkUnnamed4346(o.entries!);
}
buildCounterRegionalinventoryCustomBatchRequest--;
}
@@ -11978,14 +11978,14 @@
buildCounterRegionalinventoryCustomBatchRequestEntry--;
}
-core.List<api.RegionalinventoryCustomBatchResponseEntry> buildUnnamed4346() {
+core.List<api.RegionalinventoryCustomBatchResponseEntry> buildUnnamed4347() {
var o = <api.RegionalinventoryCustomBatchResponseEntry>[];
o.add(buildRegionalinventoryCustomBatchResponseEntry());
o.add(buildRegionalinventoryCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4346(
+void checkUnnamed4347(
core.List<api.RegionalinventoryCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegionalinventoryCustomBatchResponseEntry(
@@ -12000,7 +12000,7 @@
var o = api.RegionalinventoryCustomBatchResponse();
buildCounterRegionalinventoryCustomBatchResponse++;
if (buildCounterRegionalinventoryCustomBatchResponse < 3) {
- o.entries = buildUnnamed4346();
+ o.entries = buildUnnamed4347();
o.kind = 'foo';
}
buildCounterRegionalinventoryCustomBatchResponse--;
@@ -12011,7 +12011,7 @@
api.RegionalinventoryCustomBatchResponse o) {
buildCounterRegionalinventoryCustomBatchResponse++;
if (buildCounterRegionalinventoryCustomBatchResponse < 3) {
- checkUnnamed4346(o.entries!);
+ checkUnnamed4347(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -12074,27 +12074,27 @@
buildCounterReportRow--;
}
-core.List<api.InapplicabilityDetails> buildUnnamed4347() {
+core.List<api.InapplicabilityDetails> buildUnnamed4348() {
var o = <api.InapplicabilityDetails>[];
o.add(buildInapplicabilityDetails());
o.add(buildInapplicabilityDetails());
return o;
}
-void checkUnnamed4347(core.List<api.InapplicabilityDetails> o) {
+void checkUnnamed4348(core.List<api.InapplicabilityDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkInapplicabilityDetails(o[0] as api.InapplicabilityDetails);
checkInapplicabilityDetails(o[1] as api.InapplicabilityDetails);
}
-core.List<core.String> buildUnnamed4348() {
+core.List<core.String> buildUnnamed4349() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4348(core.List<core.String> o) {
+void checkUnnamed4349(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12116,10 +12116,10 @@
buildRepricingProductReportBuyboxWinningProductStats();
o.date = buildDate();
o.highWatermark = buildPriceAmount();
- o.inapplicabilityDetails = buildUnnamed4347();
+ o.inapplicabilityDetails = buildUnnamed4348();
o.lowWatermark = buildPriceAmount();
o.orderItemCount = 42;
- o.ruleIds = buildUnnamed4348();
+ o.ruleIds = buildUnnamed4349();
o.totalGmv = buildPriceAmount();
o.type = 'foo';
}
@@ -12139,13 +12139,13 @@
as api.RepricingProductReportBuyboxWinningProductStats);
checkDate(o.date! as api.Date);
checkPriceAmount(o.highWatermark! as api.PriceAmount);
- checkUnnamed4347(o.inapplicabilityDetails!);
+ checkUnnamed4348(o.inapplicabilityDetails!);
checkPriceAmount(o.lowWatermark! as api.PriceAmount);
unittest.expect(
o.orderItemCount!,
unittest.equals(42),
);
- checkUnnamed4348(o.ruleIds!);
+ checkUnnamed4349(o.ruleIds!);
checkPriceAmount(o.totalGmv! as api.PriceAmount);
unittest.expect(
o.type!,
@@ -12271,14 +12271,14 @@
buildCounterRepricingRuleCostOfGoodsSaleRule--;
}
-core.List<api.RepricingRuleEffectiveTimeFixedTimePeriod> buildUnnamed4349() {
+core.List<api.RepricingRuleEffectiveTimeFixedTimePeriod> buildUnnamed4350() {
var o = <api.RepricingRuleEffectiveTimeFixedTimePeriod>[];
o.add(buildRepricingRuleEffectiveTimeFixedTimePeriod());
o.add(buildRepricingRuleEffectiveTimeFixedTimePeriod());
return o;
}
-void checkUnnamed4349(
+void checkUnnamed4350(
core.List<api.RepricingRuleEffectiveTimeFixedTimePeriod> o) {
unittest.expect(o, unittest.hasLength(2));
checkRepricingRuleEffectiveTimeFixedTimePeriod(
@@ -12292,7 +12292,7 @@
var o = api.RepricingRuleEffectiveTime();
buildCounterRepricingRuleEffectiveTime++;
if (buildCounterRepricingRuleEffectiveTime < 3) {
- o.fixedTimePeriods = buildUnnamed4349();
+ o.fixedTimePeriods = buildUnnamed4350();
}
buildCounterRepricingRuleEffectiveTime--;
return o;
@@ -12301,7 +12301,7 @@
void checkRepricingRuleEffectiveTime(api.RepricingRuleEffectiveTime o) {
buildCounterRepricingRuleEffectiveTime++;
if (buildCounterRepricingRuleEffectiveTime < 3) {
- checkUnnamed4349(o.fixedTimePeriods!);
+ checkUnnamed4350(o.fixedTimePeriods!);
}
buildCounterRepricingRuleEffectiveTime--;
}
@@ -12370,46 +12370,6 @@
buildCounterRepricingRuleEligibleOfferMatcher--;
}
-core.List<core.String> buildUnnamed4350() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4350(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterRepricingRuleEligibleOfferMatcherStringMatcher = 0;
-api.RepricingRuleEligibleOfferMatcherStringMatcher
- buildRepricingRuleEligibleOfferMatcherStringMatcher() {
- var o = api.RepricingRuleEligibleOfferMatcherStringMatcher();
- buildCounterRepricingRuleEligibleOfferMatcherStringMatcher++;
- if (buildCounterRepricingRuleEligibleOfferMatcherStringMatcher < 3) {
- o.strAttributes = buildUnnamed4350();
- }
- buildCounterRepricingRuleEligibleOfferMatcherStringMatcher--;
- return o;
-}
-
-void checkRepricingRuleEligibleOfferMatcherStringMatcher(
- api.RepricingRuleEligibleOfferMatcherStringMatcher o) {
- buildCounterRepricingRuleEligibleOfferMatcherStringMatcher++;
- if (buildCounterRepricingRuleEligibleOfferMatcherStringMatcher < 3) {
- checkUnnamed4350(o.strAttributes!);
- }
- buildCounterRepricingRuleEligibleOfferMatcherStringMatcher--;
-}
-
core.List<core.String> buildUnnamed4351() {
var o = <core.String>[];
o.add('foo');
@@ -12429,27 +12389,67 @@
);
}
-core.List<api.InapplicabilityDetails> buildUnnamed4352() {
- var o = <api.InapplicabilityDetails>[];
- o.add(buildInapplicabilityDetails());
- o.add(buildInapplicabilityDetails());
+core.int buildCounterRepricingRuleEligibleOfferMatcherStringMatcher = 0;
+api.RepricingRuleEligibleOfferMatcherStringMatcher
+ buildRepricingRuleEligibleOfferMatcherStringMatcher() {
+ var o = api.RepricingRuleEligibleOfferMatcherStringMatcher();
+ buildCounterRepricingRuleEligibleOfferMatcherStringMatcher++;
+ if (buildCounterRepricingRuleEligibleOfferMatcherStringMatcher < 3) {
+ o.strAttributes = buildUnnamed4351();
+ }
+ buildCounterRepricingRuleEligibleOfferMatcherStringMatcher--;
return o;
}
-void checkUnnamed4352(core.List<api.InapplicabilityDetails> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkInapplicabilityDetails(o[0] as api.InapplicabilityDetails);
- checkInapplicabilityDetails(o[1] as api.InapplicabilityDetails);
+void checkRepricingRuleEligibleOfferMatcherStringMatcher(
+ api.RepricingRuleEligibleOfferMatcherStringMatcher o) {
+ buildCounterRepricingRuleEligibleOfferMatcherStringMatcher++;
+ if (buildCounterRepricingRuleEligibleOfferMatcherStringMatcher < 3) {
+ checkUnnamed4351(o.strAttributes!);
+ }
+ buildCounterRepricingRuleEligibleOfferMatcherStringMatcher--;
}
-core.List<core.String> buildUnnamed4353() {
+core.List<core.String> buildUnnamed4352() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4353(core.List<core.String> o) {
+void checkUnnamed4352(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.InapplicabilityDetails> buildUnnamed4353() {
+ var o = <api.InapplicabilityDetails>[];
+ o.add(buildInapplicabilityDetails());
+ o.add(buildInapplicabilityDetails());
+ return o;
+}
+
+void checkUnnamed4353(core.List<api.InapplicabilityDetails> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkInapplicabilityDetails(o[0] as api.InapplicabilityDetails);
+ checkInapplicabilityDetails(o[1] as api.InapplicabilityDetails);
+}
+
+core.List<core.String> buildUnnamed4354() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4354(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12468,9 +12468,9 @@
if (buildCounterRepricingRuleReport < 3) {
o.buyboxWinningRuleStats = buildRepricingRuleReportBuyboxWinningRuleStats();
o.date = buildDate();
- o.impactedProducts = buildUnnamed4351();
- o.inapplicabilityDetails = buildUnnamed4352();
- o.inapplicableProducts = buildUnnamed4353();
+ o.impactedProducts = buildUnnamed4352();
+ o.inapplicabilityDetails = buildUnnamed4353();
+ o.inapplicableProducts = buildUnnamed4354();
o.orderItemCount = 42;
o.ruleId = 'foo';
o.totalGmv = buildPriceAmount();
@@ -12486,9 +12486,9 @@
checkRepricingRuleReportBuyboxWinningRuleStats(o.buyboxWinningRuleStats!
as api.RepricingRuleReportBuyboxWinningRuleStats);
checkDate(o.date! as api.Date);
- checkUnnamed4351(o.impactedProducts!);
- checkUnnamed4352(o.inapplicabilityDetails!);
- checkUnnamed4353(o.inapplicableProducts!);
+ checkUnnamed4352(o.impactedProducts!);
+ checkUnnamed4353(o.inapplicabilityDetails!);
+ checkUnnamed4354(o.inapplicableProducts!);
unittest.expect(
o.orderItemCount!,
unittest.equals(42),
@@ -12651,14 +12651,14 @@
buildCounterReturnAddress--;
}
-core.List<core.String> buildUnnamed4354() {
+core.List<core.String> buildUnnamed4355() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4354(core.List<core.String> o) {
+void checkUnnamed4355(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12680,7 +12680,7 @@
o.postalCode = 'foo';
o.recipientName = 'foo';
o.region = 'foo';
- o.streetAddress = buildUnnamed4354();
+ o.streetAddress = buildUnnamed4355();
}
buildCounterReturnAddressAddress--;
return o;
@@ -12709,19 +12709,19 @@
o.region!,
unittest.equals('foo'),
);
- checkUnnamed4354(o.streetAddress!);
+ checkUnnamed4355(o.streetAddress!);
}
buildCounterReturnAddressAddress--;
}
-core.List<core.String> buildUnnamed4355() {
+core.List<core.String> buildUnnamed4356() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4355(core.List<core.String> o) {
+void checkUnnamed4356(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12733,14 +12733,14 @@
);
}
-core.List<api.ReturnPolicySeasonalOverride> buildUnnamed4356() {
+core.List<api.ReturnPolicySeasonalOverride> buildUnnamed4357() {
var o = <api.ReturnPolicySeasonalOverride>[];
o.add(buildReturnPolicySeasonalOverride());
o.add(buildReturnPolicySeasonalOverride());
return o;
}
-void checkUnnamed4356(core.List<api.ReturnPolicySeasonalOverride> o) {
+void checkUnnamed4357(core.List<api.ReturnPolicySeasonalOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnPolicySeasonalOverride(o[0] as api.ReturnPolicySeasonalOverride);
checkReturnPolicySeasonalOverride(o[1] as api.ReturnPolicySeasonalOverride);
@@ -12755,11 +12755,11 @@
o.kind = 'foo';
o.label = 'foo';
o.name = 'foo';
- o.nonFreeReturnReasons = buildUnnamed4355();
+ o.nonFreeReturnReasons = buildUnnamed4356();
o.policy = buildReturnPolicyPolicy();
o.returnPolicyId = 'foo';
o.returnShippingFee = buildPrice();
- o.seasonalOverrides = buildUnnamed4356();
+ o.seasonalOverrides = buildUnnamed4357();
}
buildCounterReturnPolicy--;
return o;
@@ -12784,37 +12784,18 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4355(o.nonFreeReturnReasons!);
+ checkUnnamed4356(o.nonFreeReturnReasons!);
checkReturnPolicyPolicy(o.policy! as api.ReturnPolicyPolicy);
unittest.expect(
o.returnPolicyId!,
unittest.equals('foo'),
);
checkPrice(o.returnShippingFee! as api.Price);
- checkUnnamed4356(o.seasonalOverrides!);
+ checkUnnamed4357(o.seasonalOverrides!);
}
buildCounterReturnPolicy--;
}
-core.List<core.String> buildUnnamed4357() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4357(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4358() {
var o = <core.String>[];
o.add('foo');
@@ -12853,14 +12834,33 @@
);
}
-core.List<api.ReturnPolicyOnlineReturnReasonCategoryInfo> buildUnnamed4360() {
+core.List<core.String> buildUnnamed4360() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4360(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.ReturnPolicyOnlineReturnReasonCategoryInfo> buildUnnamed4361() {
var o = <api.ReturnPolicyOnlineReturnReasonCategoryInfo>[];
o.add(buildReturnPolicyOnlineReturnReasonCategoryInfo());
o.add(buildReturnPolicyOnlineReturnReasonCategoryInfo());
return o;
}
-void checkUnnamed4360(
+void checkUnnamed4361(
core.List<api.ReturnPolicyOnlineReturnReasonCategoryInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnPolicyOnlineReturnReasonCategoryInfo(
@@ -12874,16 +12874,16 @@
var o = api.ReturnPolicyOnline();
buildCounterReturnPolicyOnline++;
if (buildCounterReturnPolicyOnline < 3) {
- o.countries = buildUnnamed4357();
- o.itemConditions = buildUnnamed4358();
+ o.countries = buildUnnamed4358();
+ o.itemConditions = buildUnnamed4359();
o.label = 'foo';
o.name = 'foo';
o.policy = buildReturnPolicyOnlinePolicy();
o.restockingFee = buildReturnPolicyOnlineRestockingFee();
- o.returnMethods = buildUnnamed4359();
+ o.returnMethods = buildUnnamed4360();
o.returnPolicyId = 'foo';
o.returnPolicyUri = 'foo';
- o.returnReasonCategoryInfo = buildUnnamed4360();
+ o.returnReasonCategoryInfo = buildUnnamed4361();
}
buildCounterReturnPolicyOnline--;
return o;
@@ -12892,8 +12892,8 @@
void checkReturnPolicyOnline(api.ReturnPolicyOnline o) {
buildCounterReturnPolicyOnline++;
if (buildCounterReturnPolicyOnline < 3) {
- checkUnnamed4357(o.countries!);
- checkUnnamed4358(o.itemConditions!);
+ checkUnnamed4358(o.countries!);
+ checkUnnamed4359(o.itemConditions!);
unittest.expect(
o.label!,
unittest.equals('foo'),
@@ -12905,7 +12905,7 @@
checkReturnPolicyOnlinePolicy(o.policy! as api.ReturnPolicyOnlinePolicy);
checkReturnPolicyOnlineRestockingFee(
o.restockingFee! as api.ReturnPolicyOnlineRestockingFee);
- checkUnnamed4359(o.returnMethods!);
+ checkUnnamed4360(o.returnMethods!);
unittest.expect(
o.returnPolicyId!,
unittest.equals('foo'),
@@ -12914,7 +12914,7 @@
o.returnPolicyUri!,
unittest.equals('foo'),
);
- checkUnnamed4360(o.returnReasonCategoryInfo!);
+ checkUnnamed4361(o.returnReasonCategoryInfo!);
}
buildCounterReturnPolicyOnline--;
}
@@ -13122,14 +13122,14 @@
buildCounterReturnPricingInfo--;
}
-core.List<api.ShipmentTrackingInfo> buildUnnamed4361() {
+core.List<api.ShipmentTrackingInfo> buildUnnamed4362() {
var o = <api.ShipmentTrackingInfo>[];
o.add(buildShipmentTrackingInfo());
o.add(buildShipmentTrackingInfo());
return o;
}
-void checkUnnamed4361(core.List<api.ShipmentTrackingInfo> o) {
+void checkUnnamed4362(core.List<api.ShipmentTrackingInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkShipmentTrackingInfo(o[0] as api.ShipmentTrackingInfo);
checkShipmentTrackingInfo(o[1] as api.ShipmentTrackingInfo);
@@ -13144,7 +13144,7 @@
o.deliveryDate = 'foo';
o.returnMethodType = 'foo';
o.shipmentId = 'foo';
- o.shipmentTrackingInfos = buildUnnamed4361();
+ o.shipmentTrackingInfos = buildUnnamed4362();
o.shippingDate = 'foo';
o.state = 'foo';
}
@@ -13171,7 +13171,7 @@
o.shipmentId!,
unittest.equals('foo'),
);
- checkUnnamed4361(o.shipmentTrackingInfos!);
+ checkUnnamed4362(o.shipmentTrackingInfos!);
unittest.expect(
o.shippingDate!,
unittest.equals('foo'),
@@ -13184,14 +13184,14 @@
buildCounterReturnShipment--;
}
-core.List<api.ReturnaddressCustomBatchRequestEntry> buildUnnamed4362() {
+core.List<api.ReturnaddressCustomBatchRequestEntry> buildUnnamed4363() {
var o = <api.ReturnaddressCustomBatchRequestEntry>[];
o.add(buildReturnaddressCustomBatchRequestEntry());
o.add(buildReturnaddressCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4362(core.List<api.ReturnaddressCustomBatchRequestEntry> o) {
+void checkUnnamed4363(core.List<api.ReturnaddressCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnaddressCustomBatchRequestEntry(
o[0] as api.ReturnaddressCustomBatchRequestEntry);
@@ -13204,7 +13204,7 @@
var o = api.ReturnaddressCustomBatchRequest();
buildCounterReturnaddressCustomBatchRequest++;
if (buildCounterReturnaddressCustomBatchRequest < 3) {
- o.entries = buildUnnamed4362();
+ o.entries = buildUnnamed4363();
}
buildCounterReturnaddressCustomBatchRequest--;
return o;
@@ -13214,7 +13214,7 @@
api.ReturnaddressCustomBatchRequest o) {
buildCounterReturnaddressCustomBatchRequest++;
if (buildCounterReturnaddressCustomBatchRequest < 3) {
- checkUnnamed4362(o.entries!);
+ checkUnnamed4363(o.entries!);
}
buildCounterReturnaddressCustomBatchRequest--;
}
@@ -13260,14 +13260,14 @@
buildCounterReturnaddressCustomBatchRequestEntry--;
}
-core.List<api.ReturnaddressCustomBatchResponseEntry> buildUnnamed4363() {
+core.List<api.ReturnaddressCustomBatchResponseEntry> buildUnnamed4364() {
var o = <api.ReturnaddressCustomBatchResponseEntry>[];
o.add(buildReturnaddressCustomBatchResponseEntry());
o.add(buildReturnaddressCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4363(core.List<api.ReturnaddressCustomBatchResponseEntry> o) {
+void checkUnnamed4364(core.List<api.ReturnaddressCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnaddressCustomBatchResponseEntry(
o[0] as api.ReturnaddressCustomBatchResponseEntry);
@@ -13280,7 +13280,7 @@
var o = api.ReturnaddressCustomBatchResponse();
buildCounterReturnaddressCustomBatchResponse++;
if (buildCounterReturnaddressCustomBatchResponse < 3) {
- o.entries = buildUnnamed4363();
+ o.entries = buildUnnamed4364();
o.kind = 'foo';
}
buildCounterReturnaddressCustomBatchResponse--;
@@ -13291,7 +13291,7 @@
api.ReturnaddressCustomBatchResponse o) {
buildCounterReturnaddressCustomBatchResponse++;
if (buildCounterReturnaddressCustomBatchResponse < 3) {
- checkUnnamed4363(o.entries!);
+ checkUnnamed4364(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -13333,14 +13333,14 @@
buildCounterReturnaddressCustomBatchResponseEntry--;
}
-core.List<api.ReturnAddress> buildUnnamed4364() {
+core.List<api.ReturnAddress> buildUnnamed4365() {
var o = <api.ReturnAddress>[];
o.add(buildReturnAddress());
o.add(buildReturnAddress());
return o;
}
-void checkUnnamed4364(core.List<api.ReturnAddress> o) {
+void checkUnnamed4365(core.List<api.ReturnAddress> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnAddress(o[0] as api.ReturnAddress);
checkReturnAddress(o[1] as api.ReturnAddress);
@@ -13353,7 +13353,7 @@
if (buildCounterReturnaddressListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4364();
+ o.resources = buildUnnamed4365();
}
buildCounterReturnaddressListResponse--;
return o;
@@ -13370,19 +13370,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4364(o.resources!);
+ checkUnnamed4365(o.resources!);
}
buildCounterReturnaddressListResponse--;
}
-core.List<api.ReturnpolicyCustomBatchRequestEntry> buildUnnamed4365() {
+core.List<api.ReturnpolicyCustomBatchRequestEntry> buildUnnamed4366() {
var o = <api.ReturnpolicyCustomBatchRequestEntry>[];
o.add(buildReturnpolicyCustomBatchRequestEntry());
o.add(buildReturnpolicyCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4365(core.List<api.ReturnpolicyCustomBatchRequestEntry> o) {
+void checkUnnamed4366(core.List<api.ReturnpolicyCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnpolicyCustomBatchRequestEntry(
o[0] as api.ReturnpolicyCustomBatchRequestEntry);
@@ -13395,7 +13395,7 @@
var o = api.ReturnpolicyCustomBatchRequest();
buildCounterReturnpolicyCustomBatchRequest++;
if (buildCounterReturnpolicyCustomBatchRequest < 3) {
- o.entries = buildUnnamed4365();
+ o.entries = buildUnnamed4366();
}
buildCounterReturnpolicyCustomBatchRequest--;
return o;
@@ -13404,7 +13404,7 @@
void checkReturnpolicyCustomBatchRequest(api.ReturnpolicyCustomBatchRequest o) {
buildCounterReturnpolicyCustomBatchRequest++;
if (buildCounterReturnpolicyCustomBatchRequest < 3) {
- checkUnnamed4365(o.entries!);
+ checkUnnamed4366(o.entries!);
}
buildCounterReturnpolicyCustomBatchRequest--;
}
@@ -13450,14 +13450,14 @@
buildCounterReturnpolicyCustomBatchRequestEntry--;
}
-core.List<api.ReturnpolicyCustomBatchResponseEntry> buildUnnamed4366() {
+core.List<api.ReturnpolicyCustomBatchResponseEntry> buildUnnamed4367() {
var o = <api.ReturnpolicyCustomBatchResponseEntry>[];
o.add(buildReturnpolicyCustomBatchResponseEntry());
o.add(buildReturnpolicyCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4366(core.List<api.ReturnpolicyCustomBatchResponseEntry> o) {
+void checkUnnamed4367(core.List<api.ReturnpolicyCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnpolicyCustomBatchResponseEntry(
o[0] as api.ReturnpolicyCustomBatchResponseEntry);
@@ -13470,7 +13470,7 @@
var o = api.ReturnpolicyCustomBatchResponse();
buildCounterReturnpolicyCustomBatchResponse++;
if (buildCounterReturnpolicyCustomBatchResponse < 3) {
- o.entries = buildUnnamed4366();
+ o.entries = buildUnnamed4367();
o.kind = 'foo';
}
buildCounterReturnpolicyCustomBatchResponse--;
@@ -13481,7 +13481,7 @@
api.ReturnpolicyCustomBatchResponse o) {
buildCounterReturnpolicyCustomBatchResponse++;
if (buildCounterReturnpolicyCustomBatchResponse < 3) {
- checkUnnamed4366(o.entries!);
+ checkUnnamed4367(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -13523,14 +13523,14 @@
buildCounterReturnpolicyCustomBatchResponseEntry--;
}
-core.List<api.ReturnPolicy> buildUnnamed4367() {
+core.List<api.ReturnPolicy> buildUnnamed4368() {
var o = <api.ReturnPolicy>[];
o.add(buildReturnPolicy());
o.add(buildReturnPolicy());
return o;
}
-void checkUnnamed4367(core.List<api.ReturnPolicy> o) {
+void checkUnnamed4368(core.List<api.ReturnPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnPolicy(o[0] as api.ReturnPolicy);
checkReturnPolicy(o[1] as api.ReturnPolicy);
@@ -13542,7 +13542,7 @@
buildCounterReturnpolicyListResponse++;
if (buildCounterReturnpolicyListResponse < 3) {
o.kind = 'foo';
- o.resources = buildUnnamed4367();
+ o.resources = buildUnnamed4368();
}
buildCounterReturnpolicyListResponse--;
return o;
@@ -13555,19 +13555,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4367(o.resources!);
+ checkUnnamed4368(o.resources!);
}
buildCounterReturnpolicyListResponse--;
}
-core.List<api.Value> buildUnnamed4368() {
+core.List<api.Value> buildUnnamed4369() {
var o = <api.Value>[];
o.add(buildValue());
o.add(buildValue());
return o;
}
-void checkUnnamed4368(core.List<api.Value> o) {
+void checkUnnamed4369(core.List<api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o[0] as api.Value);
checkValue(o[1] as api.Value);
@@ -13578,7 +13578,7 @@
var o = api.Row();
buildCounterRow++;
if (buildCounterRow < 3) {
- o.cells = buildUnnamed4368();
+ o.cells = buildUnnamed4369();
}
buildCounterRow--;
return o;
@@ -13587,7 +13587,7 @@
void checkRow(api.Row o) {
buildCounterRow++;
if (buildCounterRow < 3) {
- checkUnnamed4368(o.cells!);
+ checkUnnamed4369(o.cells!);
}
buildCounterRow--;
}
@@ -13624,14 +13624,14 @@
buildCounterSearchRequest--;
}
-core.List<api.ReportRow> buildUnnamed4369() {
+core.List<api.ReportRow> buildUnnamed4370() {
var o = <api.ReportRow>[];
o.add(buildReportRow());
o.add(buildReportRow());
return o;
}
-void checkUnnamed4369(core.List<api.ReportRow> o) {
+void checkUnnamed4370(core.List<api.ReportRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportRow(o[0] as api.ReportRow);
checkReportRow(o[1] as api.ReportRow);
@@ -13643,7 +13643,7 @@
buildCounterSearchResponse++;
if (buildCounterSearchResponse < 3) {
o.nextPageToken = 'foo';
- o.results = buildUnnamed4369();
+ o.results = buildUnnamed4370();
}
buildCounterSearchResponse--;
return o;
@@ -13656,7 +13656,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4369(o.results!);
+ checkUnnamed4370(o.results!);
}
buildCounterSearchResponse--;
}
@@ -13690,14 +13690,14 @@
buildCounterSegments--;
}
-core.List<api.RateGroup> buildUnnamed4370() {
+core.List<api.RateGroup> buildUnnamed4371() {
var o = <api.RateGroup>[];
o.add(buildRateGroup());
o.add(buildRateGroup());
return o;
}
-void checkUnnamed4370(core.List<api.RateGroup> o) {
+void checkUnnamed4371(core.List<api.RateGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkRateGroup(o[0] as api.RateGroup);
checkRateGroup(o[1] as api.RateGroup);
@@ -13717,7 +13717,7 @@
o.minimumOrderValueTable = buildMinimumOrderValueTable();
o.name = 'foo';
o.pickupService = buildPickupCarrierService();
- o.rateGroups = buildUnnamed4370();
+ o.rateGroups = buildUnnamed4371();
o.shipmentType = 'foo';
}
buildCounterService--;
@@ -13749,7 +13749,7 @@
unittest.equals('foo'),
);
checkPickupCarrierService(o.pickupService! as api.PickupCarrierService);
- checkUnnamed4370(o.rateGroups!);
+ checkUnnamed4371(o.rateGroups!);
unittest.expect(
o.shipmentType!,
unittest.equals('foo'),
@@ -13758,14 +13758,14 @@
buildCounterService--;
}
-core.List<core.String> buildUnnamed4371() {
+core.List<core.String> buildUnnamed4372() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4371(core.List<core.String> o) {
+void checkUnnamed4372(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13789,7 +13789,7 @@
o.startDate = 'foo';
o.transferAmount = buildPrice();
o.transferDate = 'foo';
- o.transferIds = buildUnnamed4371();
+ o.transferIds = buildUnnamed4372();
}
buildCounterSettlementReport--;
return o;
@@ -13820,7 +13820,7 @@
o.transferDate!,
unittest.equals('foo'),
);
- checkUnnamed4371(o.transferIds!);
+ checkUnnamed4372(o.transferIds!);
}
buildCounterSettlementReport--;
}
@@ -13917,14 +13917,14 @@
buildCounterSettlementTransactionAmountCommission--;
}
-core.List<core.String> buildUnnamed4372() {
+core.List<core.String> buildUnnamed4373() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4372(core.List<core.String> o) {
+void checkUnnamed4373(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13945,7 +13945,7 @@
o.merchantOrderId = 'foo';
o.orderItemId = 'foo';
o.settlementEntryId = 'foo';
- o.shipmentIds = buildUnnamed4372();
+ o.shipmentIds = buildUnnamed4373();
o.transactionId = 'foo';
}
buildCounterSettlementTransactionIdentifiers--;
@@ -13972,7 +13972,7 @@
o.settlementEntryId!,
unittest.equals('foo'),
);
- checkUnnamed4372(o.shipmentIds!);
+ checkUnnamed4373(o.shipmentIds!);
unittest.expect(
o.transactionId!,
unittest.equals('foo'),
@@ -14009,14 +14009,14 @@
buildCounterSettlementTransactionTransaction--;
}
-core.List<api.SettlementReport> buildUnnamed4373() {
+core.List<api.SettlementReport> buildUnnamed4374() {
var o = <api.SettlementReport>[];
o.add(buildSettlementReport());
o.add(buildSettlementReport());
return o;
}
-void checkUnnamed4373(core.List<api.SettlementReport> o) {
+void checkUnnamed4374(core.List<api.SettlementReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkSettlementReport(o[0] as api.SettlementReport);
checkSettlementReport(o[1] as api.SettlementReport);
@@ -14029,7 +14029,7 @@
if (buildCounterSettlementreportsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4373();
+ o.resources = buildUnnamed4374();
}
buildCounterSettlementreportsListResponse--;
return o;
@@ -14046,19 +14046,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4373(o.resources!);
+ checkUnnamed4374(o.resources!);
}
buildCounterSettlementreportsListResponse--;
}
-core.List<api.SettlementTransaction> buildUnnamed4374() {
+core.List<api.SettlementTransaction> buildUnnamed4375() {
var o = <api.SettlementTransaction>[];
o.add(buildSettlementTransaction());
o.add(buildSettlementTransaction());
return o;
}
-void checkUnnamed4374(core.List<api.SettlementTransaction> o) {
+void checkUnnamed4375(core.List<api.SettlementTransaction> o) {
unittest.expect(o, unittest.hasLength(2));
checkSettlementTransaction(o[0] as api.SettlementTransaction);
checkSettlementTransaction(o[1] as api.SettlementTransaction);
@@ -14072,7 +14072,7 @@
if (buildCounterSettlementtransactionsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4374();
+ o.resources = buildUnnamed4375();
}
buildCounterSettlementtransactionsListResponse--;
return o;
@@ -14090,19 +14090,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4374(o.resources!);
+ checkUnnamed4375(o.resources!);
}
buildCounterSettlementtransactionsListResponse--;
}
-core.List<api.ShipmentInvoiceLineItemInvoice> buildUnnamed4375() {
+core.List<api.ShipmentInvoiceLineItemInvoice> buildUnnamed4376() {
var o = <api.ShipmentInvoiceLineItemInvoice>[];
o.add(buildShipmentInvoiceLineItemInvoice());
o.add(buildShipmentInvoiceLineItemInvoice());
return o;
}
-void checkUnnamed4375(core.List<api.ShipmentInvoiceLineItemInvoice> o) {
+void checkUnnamed4376(core.List<api.ShipmentInvoiceLineItemInvoice> o) {
unittest.expect(o, unittest.hasLength(2));
checkShipmentInvoiceLineItemInvoice(
o[0] as api.ShipmentInvoiceLineItemInvoice);
@@ -14116,7 +14116,7 @@
buildCounterShipmentInvoice++;
if (buildCounterShipmentInvoice < 3) {
o.invoiceSummary = buildInvoiceSummary();
- o.lineItemInvoices = buildUnnamed4375();
+ o.lineItemInvoices = buildUnnamed4376();
o.shipmentGroupId = 'foo';
}
buildCounterShipmentInvoice--;
@@ -14127,7 +14127,7 @@
buildCounterShipmentInvoice++;
if (buildCounterShipmentInvoice < 3) {
checkInvoiceSummary(o.invoiceSummary! as api.InvoiceSummary);
- checkUnnamed4375(o.lineItemInvoices!);
+ checkUnnamed4376(o.lineItemInvoices!);
unittest.expect(
o.shipmentGroupId!,
unittest.equals('foo'),
@@ -14136,14 +14136,14 @@
buildCounterShipmentInvoice--;
}
-core.List<core.String> buildUnnamed4376() {
+core.List<core.String> buildUnnamed4377() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4376(core.List<core.String> o) {
+void checkUnnamed4377(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -14162,7 +14162,7 @@
if (buildCounterShipmentInvoiceLineItemInvoice < 3) {
o.lineItemId = 'foo';
o.productId = 'foo';
- o.shipmentUnitIds = buildUnnamed4376();
+ o.shipmentUnitIds = buildUnnamed4377();
o.unitInvoice = buildUnitInvoice();
}
buildCounterShipmentInvoiceLineItemInvoice--;
@@ -14180,7 +14180,7 @@
o.productId!,
unittest.equals('foo'),
);
- checkUnnamed4376(o.shipmentUnitIds!);
+ checkUnnamed4377(o.shipmentUnitIds!);
checkUnitInvoice(o.unitInvoice! as api.UnitInvoice);
}
buildCounterShipmentInvoiceLineItemInvoice--;
@@ -14213,27 +14213,27 @@
buildCounterShipmentTrackingInfo--;
}
-core.List<api.PostalCodeGroup> buildUnnamed4377() {
+core.List<api.PostalCodeGroup> buildUnnamed4378() {
var o = <api.PostalCodeGroup>[];
o.add(buildPostalCodeGroup());
o.add(buildPostalCodeGroup());
return o;
}
-void checkUnnamed4377(core.List<api.PostalCodeGroup> o) {
+void checkUnnamed4378(core.List<api.PostalCodeGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkPostalCodeGroup(o[0] as api.PostalCodeGroup);
checkPostalCodeGroup(o[1] as api.PostalCodeGroup);
}
-core.List<api.Service> buildUnnamed4378() {
+core.List<api.Service> buildUnnamed4379() {
var o = <api.Service>[];
o.add(buildService());
o.add(buildService());
return o;
}
-void checkUnnamed4378(core.List<api.Service> o) {
+void checkUnnamed4379(core.List<api.Service> o) {
unittest.expect(o, unittest.hasLength(2));
checkService(o[0] as api.Service);
checkService(o[1] as api.Service);
@@ -14245,8 +14245,8 @@
buildCounterShippingSettings++;
if (buildCounterShippingSettings < 3) {
o.accountId = 'foo';
- o.postalCodeGroups = buildUnnamed4377();
- o.services = buildUnnamed4378();
+ o.postalCodeGroups = buildUnnamed4378();
+ o.services = buildUnnamed4379();
}
buildCounterShippingSettings--;
return o;
@@ -14259,20 +14259,20 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed4377(o.postalCodeGroups!);
- checkUnnamed4378(o.services!);
+ checkUnnamed4378(o.postalCodeGroups!);
+ checkUnnamed4379(o.services!);
}
buildCounterShippingSettings--;
}
-core.List<api.ShippingsettingsCustomBatchRequestEntry> buildUnnamed4379() {
+core.List<api.ShippingsettingsCustomBatchRequestEntry> buildUnnamed4380() {
var o = <api.ShippingsettingsCustomBatchRequestEntry>[];
o.add(buildShippingsettingsCustomBatchRequestEntry());
o.add(buildShippingsettingsCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4379(
+void checkUnnamed4380(
core.List<api.ShippingsettingsCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkShippingsettingsCustomBatchRequestEntry(
@@ -14287,7 +14287,7 @@
var o = api.ShippingsettingsCustomBatchRequest();
buildCounterShippingsettingsCustomBatchRequest++;
if (buildCounterShippingsettingsCustomBatchRequest < 3) {
- o.entries = buildUnnamed4379();
+ o.entries = buildUnnamed4380();
}
buildCounterShippingsettingsCustomBatchRequest--;
return o;
@@ -14297,7 +14297,7 @@
api.ShippingsettingsCustomBatchRequest o) {
buildCounterShippingsettingsCustomBatchRequest++;
if (buildCounterShippingsettingsCustomBatchRequest < 3) {
- checkUnnamed4379(o.entries!);
+ checkUnnamed4380(o.entries!);
}
buildCounterShippingsettingsCustomBatchRequest--;
}
@@ -14343,14 +14343,14 @@
buildCounterShippingsettingsCustomBatchRequestEntry--;
}
-core.List<api.ShippingsettingsCustomBatchResponseEntry> buildUnnamed4380() {
+core.List<api.ShippingsettingsCustomBatchResponseEntry> buildUnnamed4381() {
var o = <api.ShippingsettingsCustomBatchResponseEntry>[];
o.add(buildShippingsettingsCustomBatchResponseEntry());
o.add(buildShippingsettingsCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4380(
+void checkUnnamed4381(
core.List<api.ShippingsettingsCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkShippingsettingsCustomBatchResponseEntry(
@@ -14365,7 +14365,7 @@
var o = api.ShippingsettingsCustomBatchResponse();
buildCounterShippingsettingsCustomBatchResponse++;
if (buildCounterShippingsettingsCustomBatchResponse < 3) {
- o.entries = buildUnnamed4380();
+ o.entries = buildUnnamed4381();
o.kind = 'foo';
}
buildCounterShippingsettingsCustomBatchResponse--;
@@ -14376,7 +14376,7 @@
api.ShippingsettingsCustomBatchResponse o) {
buildCounterShippingsettingsCustomBatchResponse++;
if (buildCounterShippingsettingsCustomBatchResponse < 3) {
- checkUnnamed4380(o.entries!);
+ checkUnnamed4381(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -14418,14 +14418,14 @@
buildCounterShippingsettingsCustomBatchResponseEntry--;
}
-core.List<api.CarriersCarrier> buildUnnamed4381() {
+core.List<api.CarriersCarrier> buildUnnamed4382() {
var o = <api.CarriersCarrier>[];
o.add(buildCarriersCarrier());
o.add(buildCarriersCarrier());
return o;
}
-void checkUnnamed4381(core.List<api.CarriersCarrier> o) {
+void checkUnnamed4382(core.List<api.CarriersCarrier> o) {
unittest.expect(o, unittest.hasLength(2));
checkCarriersCarrier(o[0] as api.CarriersCarrier);
checkCarriersCarrier(o[1] as api.CarriersCarrier);
@@ -14437,7 +14437,7 @@
var o = api.ShippingsettingsGetSupportedCarriersResponse();
buildCounterShippingsettingsGetSupportedCarriersResponse++;
if (buildCounterShippingsettingsGetSupportedCarriersResponse < 3) {
- o.carriers = buildUnnamed4381();
+ o.carriers = buildUnnamed4382();
o.kind = 'foo';
}
buildCounterShippingsettingsGetSupportedCarriersResponse--;
@@ -14448,7 +14448,7 @@
api.ShippingsettingsGetSupportedCarriersResponse o) {
buildCounterShippingsettingsGetSupportedCarriersResponse++;
if (buildCounterShippingsettingsGetSupportedCarriersResponse < 3) {
- checkUnnamed4381(o.carriers!);
+ checkUnnamed4382(o.carriers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -14457,14 +14457,14 @@
buildCounterShippingsettingsGetSupportedCarriersResponse--;
}
-core.List<api.HolidaysHoliday> buildUnnamed4382() {
+core.List<api.HolidaysHoliday> buildUnnamed4383() {
var o = <api.HolidaysHoliday>[];
o.add(buildHolidaysHoliday());
o.add(buildHolidaysHoliday());
return o;
}
-void checkUnnamed4382(core.List<api.HolidaysHoliday> o) {
+void checkUnnamed4383(core.List<api.HolidaysHoliday> o) {
unittest.expect(o, unittest.hasLength(2));
checkHolidaysHoliday(o[0] as api.HolidaysHoliday);
checkHolidaysHoliday(o[1] as api.HolidaysHoliday);
@@ -14476,7 +14476,7 @@
var o = api.ShippingsettingsGetSupportedHolidaysResponse();
buildCounterShippingsettingsGetSupportedHolidaysResponse++;
if (buildCounterShippingsettingsGetSupportedHolidaysResponse < 3) {
- o.holidays = buildUnnamed4382();
+ o.holidays = buildUnnamed4383();
o.kind = 'foo';
}
buildCounterShippingsettingsGetSupportedHolidaysResponse--;
@@ -14487,7 +14487,7 @@
api.ShippingsettingsGetSupportedHolidaysResponse o) {
buildCounterShippingsettingsGetSupportedHolidaysResponse++;
if (buildCounterShippingsettingsGetSupportedHolidaysResponse < 3) {
- checkUnnamed4382(o.holidays!);
+ checkUnnamed4383(o.holidays!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -14496,14 +14496,14 @@
buildCounterShippingsettingsGetSupportedHolidaysResponse--;
}
-core.List<api.PickupServicesPickupService> buildUnnamed4383() {
+core.List<api.PickupServicesPickupService> buildUnnamed4384() {
var o = <api.PickupServicesPickupService>[];
o.add(buildPickupServicesPickupService());
o.add(buildPickupServicesPickupService());
return o;
}
-void checkUnnamed4383(core.List<api.PickupServicesPickupService> o) {
+void checkUnnamed4384(core.List<api.PickupServicesPickupService> o) {
unittest.expect(o, unittest.hasLength(2));
checkPickupServicesPickupService(o[0] as api.PickupServicesPickupService);
checkPickupServicesPickupService(o[1] as api.PickupServicesPickupService);
@@ -14516,7 +14516,7 @@
buildCounterShippingsettingsGetSupportedPickupServicesResponse++;
if (buildCounterShippingsettingsGetSupportedPickupServicesResponse < 3) {
o.kind = 'foo';
- o.pickupServices = buildUnnamed4383();
+ o.pickupServices = buildUnnamed4384();
}
buildCounterShippingsettingsGetSupportedPickupServicesResponse--;
return o;
@@ -14530,19 +14530,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4383(o.pickupServices!);
+ checkUnnamed4384(o.pickupServices!);
}
buildCounterShippingsettingsGetSupportedPickupServicesResponse--;
}
-core.List<api.ShippingSettings> buildUnnamed4384() {
+core.List<api.ShippingSettings> buildUnnamed4385() {
var o = <api.ShippingSettings>[];
o.add(buildShippingSettings());
o.add(buildShippingSettings());
return o;
}
-void checkUnnamed4384(core.List<api.ShippingSettings> o) {
+void checkUnnamed4385(core.List<api.ShippingSettings> o) {
unittest.expect(o, unittest.hasLength(2));
checkShippingSettings(o[0] as api.ShippingSettings);
checkShippingSettings(o[1] as api.ShippingSettings);
@@ -14555,7 +14555,7 @@
if (buildCounterShippingsettingsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4384();
+ o.resources = buildUnnamed4385();
}
buildCounterShippingsettingsListResponse--;
return o;
@@ -14572,19 +14572,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4384(o.resources!);
+ checkUnnamed4385(o.resources!);
}
buildCounterShippingsettingsListResponse--;
}
-core.List<api.Row> buildUnnamed4385() {
+core.List<api.Row> buildUnnamed4386() {
var o = <api.Row>[];
o.add(buildRow());
o.add(buildRow());
return o;
}
-void checkUnnamed4385(core.List<api.Row> o) {
+void checkUnnamed4386(core.List<api.Row> o) {
unittest.expect(o, unittest.hasLength(2));
checkRow(o[0] as api.Row);
checkRow(o[1] as api.Row);
@@ -14598,7 +14598,7 @@
o.columnHeaders = buildHeaders();
o.name = 'foo';
o.rowHeaders = buildHeaders();
- o.rows = buildUnnamed4385();
+ o.rows = buildUnnamed4386();
}
buildCounterTable--;
return o;
@@ -14613,32 +14613,32 @@
unittest.equals('foo'),
);
checkHeaders(o.rowHeaders! as api.Headers);
- checkUnnamed4385(o.rows!);
+ checkUnnamed4386(o.rows!);
}
buildCounterTable--;
}
-core.List<api.TestOrderLineItem> buildUnnamed4386() {
+core.List<api.TestOrderLineItem> buildUnnamed4387() {
var o = <api.TestOrderLineItem>[];
o.add(buildTestOrderLineItem());
o.add(buildTestOrderLineItem());
return o;
}
-void checkUnnamed4386(core.List<api.TestOrderLineItem> o) {
+void checkUnnamed4387(core.List<api.TestOrderLineItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkTestOrderLineItem(o[0] as api.TestOrderLineItem);
checkTestOrderLineItem(o[1] as api.TestOrderLineItem);
}
-core.List<api.OrderPromotion> buildUnnamed4387() {
+core.List<api.OrderPromotion> buildUnnamed4388() {
var o = <api.OrderPromotion>[];
o.add(buildOrderPromotion());
o.add(buildOrderPromotion());
return o;
}
-void checkUnnamed4387(core.List<api.OrderPromotion> o) {
+void checkUnnamed4388(core.List<api.OrderPromotion> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderPromotion(o[0] as api.OrderPromotion);
checkOrderPromotion(o[1] as api.OrderPromotion);
@@ -14652,14 +14652,14 @@
o.deliveryDetails = buildTestOrderDeliveryDetails();
o.enableOrderinvoices = true;
o.kind = 'foo';
- o.lineItems = buildUnnamed4386();
+ o.lineItems = buildUnnamed4387();
o.notificationMode = 'foo';
o.pickupDetails = buildTestOrderPickupDetails();
o.predefinedBillingAddress = 'foo';
o.predefinedDeliveryAddress = 'foo';
o.predefinedEmail = 'foo';
o.predefinedPickupDetails = 'foo';
- o.promotions = buildUnnamed4387();
+ o.promotions = buildUnnamed4388();
o.shippingCost = buildPrice();
o.shippingOption = 'foo';
}
@@ -14677,7 +14677,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4386(o.lineItems!);
+ checkUnnamed4387(o.lineItems!);
unittest.expect(
o.notificationMode!,
unittest.equals('foo'),
@@ -14699,7 +14699,7 @@
o.predefinedPickupDetails!,
unittest.equals('foo'),
);
- checkUnnamed4387(o.promotions!);
+ checkUnnamed4388(o.promotions!);
checkPrice(o.shippingCost! as api.Price);
unittest.expect(
o.shippingOption!,
@@ -14709,25 +14709,6 @@
buildCounterTestOrder--;
}
-core.List<core.String> buildUnnamed4388() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4388(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4389() {
var o = <core.String>[];
o.add('foo');
@@ -14747,19 +14728,38 @@
);
}
+core.List<core.String> buildUnnamed4390() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4390(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterTestOrderAddress = 0;
api.TestOrderAddress buildTestOrderAddress() {
var o = api.TestOrderAddress();
buildCounterTestOrderAddress++;
if (buildCounterTestOrderAddress < 3) {
o.country = 'foo';
- o.fullAddress = buildUnnamed4388();
+ o.fullAddress = buildUnnamed4389();
o.isPostOfficeBox = true;
o.locality = 'foo';
o.postalCode = 'foo';
o.recipientName = 'foo';
o.region = 'foo';
- o.streetAddress = buildUnnamed4389();
+ o.streetAddress = buildUnnamed4390();
}
buildCounterTestOrderAddress--;
return o;
@@ -14772,7 +14772,7 @@
o.country!,
unittest.equals('foo'),
);
- checkUnnamed4388(o.fullAddress!);
+ checkUnnamed4389(o.fullAddress!);
unittest.expect(o.isPostOfficeBox!, unittest.isTrue);
unittest.expect(
o.locality!,
@@ -14790,7 +14790,7 @@
o.region!,
unittest.equals('foo'),
);
- checkUnnamed4389(o.streetAddress!);
+ checkUnnamed4390(o.streetAddress!);
}
buildCounterTestOrderAddress--;
}
@@ -14850,27 +14850,27 @@
buildCounterTestOrderLineItem--;
}
-core.List<api.OrderLineItemProductFee> buildUnnamed4390() {
+core.List<api.OrderLineItemProductFee> buildUnnamed4391() {
var o = <api.OrderLineItemProductFee>[];
o.add(buildOrderLineItemProductFee());
o.add(buildOrderLineItemProductFee());
return o;
}
-void checkUnnamed4390(core.List<api.OrderLineItemProductFee> o) {
+void checkUnnamed4391(core.List<api.OrderLineItemProductFee> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderLineItemProductFee(o[0] as api.OrderLineItemProductFee);
checkOrderLineItemProductFee(o[1] as api.OrderLineItemProductFee);
}
-core.List<api.OrderLineItemProductVariantAttribute> buildUnnamed4391() {
+core.List<api.OrderLineItemProductVariantAttribute> buildUnnamed4392() {
var o = <api.OrderLineItemProductVariantAttribute>[];
o.add(buildOrderLineItemProductVariantAttribute());
o.add(buildOrderLineItemProductVariantAttribute());
return o;
}
-void checkUnnamed4391(core.List<api.OrderLineItemProductVariantAttribute> o) {
+void checkUnnamed4392(core.List<api.OrderLineItemProductVariantAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderLineItemProductVariantAttribute(
o[0] as api.OrderLineItemProductVariantAttribute);
@@ -14886,7 +14886,7 @@
o.brand = 'foo';
o.condition = 'foo';
o.contentLanguage = 'foo';
- o.fees = buildUnnamed4390();
+ o.fees = buildUnnamed4391();
o.gtin = 'foo';
o.imageLink = 'foo';
o.itemGroupId = 'foo';
@@ -14895,7 +14895,7 @@
o.price = buildPrice();
o.targetCountry = 'foo';
o.title = 'foo';
- o.variantAttributes = buildUnnamed4391();
+ o.variantAttributes = buildUnnamed4392();
}
buildCounterTestOrderLineItemProduct--;
return o;
@@ -14916,7 +14916,7 @@
o.contentLanguage!,
unittest.equals('foo'),
);
- checkUnnamed4390(o.fees!);
+ checkUnnamed4391(o.fees!);
unittest.expect(
o.gtin!,
unittest.equals('foo'),
@@ -14946,19 +14946,19 @@
o.title!,
unittest.equals('foo'),
);
- checkUnnamed4391(o.variantAttributes!);
+ checkUnnamed4392(o.variantAttributes!);
}
buildCounterTestOrderLineItemProduct--;
}
-core.List<api.TestOrderPickupDetailsPickupPerson> buildUnnamed4392() {
+core.List<api.TestOrderPickupDetailsPickupPerson> buildUnnamed4393() {
var o = <api.TestOrderPickupDetailsPickupPerson>[];
o.add(buildTestOrderPickupDetailsPickupPerson());
o.add(buildTestOrderPickupDetailsPickupPerson());
return o;
}
-void checkUnnamed4392(core.List<api.TestOrderPickupDetailsPickupPerson> o) {
+void checkUnnamed4393(core.List<api.TestOrderPickupDetailsPickupPerson> o) {
unittest.expect(o, unittest.hasLength(2));
checkTestOrderPickupDetailsPickupPerson(
o[0] as api.TestOrderPickupDetailsPickupPerson);
@@ -14974,7 +14974,7 @@
o.locationCode = 'foo';
o.pickupLocationAddress = buildTestOrderAddress();
o.pickupLocationType = 'foo';
- o.pickupPersons = buildUnnamed4392();
+ o.pickupPersons = buildUnnamed4393();
}
buildCounterTestOrderPickupDetails--;
return o;
@@ -14992,7 +14992,7 @@
o.pickupLocationType!,
unittest.equals('foo'),
);
- checkUnnamed4392(o.pickupPersons!);
+ checkUnnamed4393(o.pickupPersons!);
}
buildCounterTestOrderPickupDetails--;
}
@@ -15053,14 +15053,14 @@
buildCounterTimeZone--;
}
-core.List<core.String> buildUnnamed4393() {
+core.List<core.String> buildUnnamed4394() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4393(core.List<core.String> o) {
+void checkUnnamed4394(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15072,27 +15072,27 @@
);
}
-core.List<api.TransitTableTransitTimeRow> buildUnnamed4394() {
+core.List<api.TransitTableTransitTimeRow> buildUnnamed4395() {
var o = <api.TransitTableTransitTimeRow>[];
o.add(buildTransitTableTransitTimeRow());
o.add(buildTransitTableTransitTimeRow());
return o;
}
-void checkUnnamed4394(core.List<api.TransitTableTransitTimeRow> o) {
+void checkUnnamed4395(core.List<api.TransitTableTransitTimeRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransitTableTransitTimeRow(o[0] as api.TransitTableTransitTimeRow);
checkTransitTableTransitTimeRow(o[1] as api.TransitTableTransitTimeRow);
}
-core.List<core.String> buildUnnamed4395() {
+core.List<core.String> buildUnnamed4396() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4395(core.List<core.String> o) {
+void checkUnnamed4396(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15109,9 +15109,9 @@
var o = api.TransitTable();
buildCounterTransitTable++;
if (buildCounterTransitTable < 3) {
- o.postalCodeGroupNames = buildUnnamed4393();
- o.rows = buildUnnamed4394();
- o.transitTimeLabels = buildUnnamed4395();
+ o.postalCodeGroupNames = buildUnnamed4394();
+ o.rows = buildUnnamed4395();
+ o.transitTimeLabels = buildUnnamed4396();
}
buildCounterTransitTable--;
return o;
@@ -15120,21 +15120,21 @@
void checkTransitTable(api.TransitTable o) {
buildCounterTransitTable++;
if (buildCounterTransitTable < 3) {
- checkUnnamed4393(o.postalCodeGroupNames!);
- checkUnnamed4394(o.rows!);
- checkUnnamed4395(o.transitTimeLabels!);
+ checkUnnamed4394(o.postalCodeGroupNames!);
+ checkUnnamed4395(o.rows!);
+ checkUnnamed4396(o.transitTimeLabels!);
}
buildCounterTransitTable--;
}
-core.List<api.TransitTableTransitTimeRowTransitTimeValue> buildUnnamed4396() {
+core.List<api.TransitTableTransitTimeRowTransitTimeValue> buildUnnamed4397() {
var o = <api.TransitTableTransitTimeRowTransitTimeValue>[];
o.add(buildTransitTableTransitTimeRowTransitTimeValue());
o.add(buildTransitTableTransitTimeRowTransitTimeValue());
return o;
}
-void checkUnnamed4396(
+void checkUnnamed4397(
core.List<api.TransitTableTransitTimeRowTransitTimeValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransitTableTransitTimeRowTransitTimeValue(
@@ -15148,7 +15148,7 @@
var o = api.TransitTableTransitTimeRow();
buildCounterTransitTableTransitTimeRow++;
if (buildCounterTransitTableTransitTimeRow < 3) {
- o.values = buildUnnamed4396();
+ o.values = buildUnnamed4397();
}
buildCounterTransitTableTransitTimeRow--;
return o;
@@ -15157,7 +15157,7 @@
void checkTransitTableTransitTimeRow(api.TransitTableTransitTimeRow o) {
buildCounterTransitTableTransitTimeRow++;
if (buildCounterTransitTableTransitTimeRow < 3) {
- checkUnnamed4396(o.values!);
+ checkUnnamed4397(o.values!);
}
buildCounterTransitTableTransitTimeRow--;
}
@@ -15191,27 +15191,27 @@
buildCounterTransitTableTransitTimeRowTransitTimeValue--;
}
-core.List<api.UnitInvoiceAdditionalCharge> buildUnnamed4397() {
+core.List<api.UnitInvoiceAdditionalCharge> buildUnnamed4398() {
var o = <api.UnitInvoiceAdditionalCharge>[];
o.add(buildUnitInvoiceAdditionalCharge());
o.add(buildUnitInvoiceAdditionalCharge());
return o;
}
-void checkUnnamed4397(core.List<api.UnitInvoiceAdditionalCharge> o) {
+void checkUnnamed4398(core.List<api.UnitInvoiceAdditionalCharge> o) {
unittest.expect(o, unittest.hasLength(2));
checkUnitInvoiceAdditionalCharge(o[0] as api.UnitInvoiceAdditionalCharge);
checkUnitInvoiceAdditionalCharge(o[1] as api.UnitInvoiceAdditionalCharge);
}
-core.List<api.UnitInvoiceTaxLine> buildUnnamed4398() {
+core.List<api.UnitInvoiceTaxLine> buildUnnamed4399() {
var o = <api.UnitInvoiceTaxLine>[];
o.add(buildUnitInvoiceTaxLine());
o.add(buildUnitInvoiceTaxLine());
return o;
}
-void checkUnnamed4398(core.List<api.UnitInvoiceTaxLine> o) {
+void checkUnnamed4399(core.List<api.UnitInvoiceTaxLine> o) {
unittest.expect(o, unittest.hasLength(2));
checkUnitInvoiceTaxLine(o[0] as api.UnitInvoiceTaxLine);
checkUnitInvoiceTaxLine(o[1] as api.UnitInvoiceTaxLine);
@@ -15222,9 +15222,9 @@
var o = api.UnitInvoice();
buildCounterUnitInvoice++;
if (buildCounterUnitInvoice < 3) {
- o.additionalCharges = buildUnnamed4397();
+ o.additionalCharges = buildUnnamed4398();
o.unitPrice = buildPrice();
- o.unitPriceTaxes = buildUnnamed4398();
+ o.unitPriceTaxes = buildUnnamed4399();
}
buildCounterUnitInvoice--;
return o;
@@ -15233,9 +15233,9 @@
void checkUnitInvoice(api.UnitInvoice o) {
buildCounterUnitInvoice++;
if (buildCounterUnitInvoice < 3) {
- checkUnnamed4397(o.additionalCharges!);
+ checkUnnamed4398(o.additionalCharges!);
checkPrice(o.unitPrice! as api.Price);
- checkUnnamed4398(o.unitPriceTaxes!);
+ checkUnnamed4399(o.unitPriceTaxes!);
}
buildCounterUnitInvoice--;
}
@@ -15356,25 +15356,6 @@
buildCounterWeight--;
}
-core.List<core.String> buildUnnamed4399() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4399(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4400() {
var o = <core.String>[];
o.add('foo');
@@ -15565,6 +15546,25 @@
);
}
+core.List<core.String> buildUnnamed4410() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4410(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-Account', () {
unittest.test('to-json--from-json', () async {
@@ -20810,7 +20810,7 @@
var res = api.ShoppingContentApi(mock).accountstatuses;
var arg_merchantId = 'foo';
var arg_accountId = 'foo';
- var arg_destinations = buildUnnamed4399();
+ var arg_destinations = buildUnnamed4400();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -20887,7 +20887,7 @@
var mock = HttpServerMock();
var res = api.ShoppingContentApi(mock).accountstatuses;
var arg_merchantId = 'foo';
- var arg_destinations = buildUnnamed4400();
+ var arg_destinations = buildUnnamed4401();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
@@ -24432,14 +24432,14 @@
var arg_acknowledged = true;
var arg_createdEndDate = 'foo';
var arg_createdStartDate = 'foo';
- var arg_googleOrderIds = buildUnnamed4401();
+ var arg_googleOrderIds = buildUnnamed4402();
var arg_maxResults = 42;
var arg_orderBy = 'foo';
var arg_pageToken = 'foo';
- var arg_shipmentStates = buildUnnamed4402();
- var arg_shipmentStatus = buildUnnamed4403();
- var arg_shipmentTrackingNumbers = buildUnnamed4404();
- var arg_shipmentTypes = buildUnnamed4405();
+ var arg_shipmentStates = buildUnnamed4403();
+ var arg_shipmentStatus = buildUnnamed4404();
+ var arg_shipmentTrackingNumbers = buildUnnamed4405();
+ var arg_shipmentTypes = buildUnnamed4406();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -25574,7 +25574,7 @@
var arg_pageToken = 'foo';
var arg_placedDateEnd = 'foo';
var arg_placedDateStart = 'foo';
- var arg_statuses = buildUnnamed4406();
+ var arg_statuses = buildUnnamed4407();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -27548,7 +27548,7 @@
var res = api.ShoppingContentApi(mock).productstatuses;
var arg_merchantId = 'foo';
var arg_productId = 'foo';
- var arg_destinations = buildUnnamed4407();
+ var arg_destinations = buildUnnamed4408();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -27625,7 +27625,7 @@
var mock = HttpServerMock();
var res = api.ShoppingContentApi(mock).productstatuses;
var arg_merchantId = 'foo';
- var arg_destinations = buildUnnamed4408();
+ var arg_destinations = buildUnnamed4409();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
@@ -30301,7 +30301,7 @@
var arg_settlementId = 'foo';
var arg_maxResults = 42;
var arg_pageToken = 'foo';
- var arg_transactionIds = buildUnnamed4409();
+ var arg_transactionIds = buildUnnamed4410();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
diff --git a/generated/googleapis/test/customsearch/v1_test.dart b/generated/googleapis/test/customsearch/v1_test.dart
index ffaf5c9..9029c80 100644
--- a/generated/googleapis/test/customsearch/v1_test.dart
+++ b/generated/googleapis/test/customsearch/v1_test.dart
@@ -64,14 +64,14 @@
buildCounterPromotionBodyLines--;
}
-core.List<api.PromotionBodyLines> buildUnnamed4504() {
+core.List<api.PromotionBodyLines> buildUnnamed4505() {
var o = <api.PromotionBodyLines>[];
o.add(buildPromotionBodyLines());
o.add(buildPromotionBodyLines());
return o;
}
-void checkUnnamed4504(core.List<api.PromotionBodyLines> o) {
+void checkUnnamed4505(core.List<api.PromotionBodyLines> o) {
unittest.expect(o, unittest.hasLength(2));
checkPromotionBodyLines(o[0] as api.PromotionBodyLines);
checkPromotionBodyLines(o[1] as api.PromotionBodyLines);
@@ -114,7 +114,7 @@
var o = api.Promotion();
buildCounterPromotion++;
if (buildCounterPromotion < 3) {
- o.bodyLines = buildUnnamed4504();
+ o.bodyLines = buildUnnamed4505();
o.displayLink = 'foo';
o.htmlTitle = 'foo';
o.image = buildPromotionImage();
@@ -128,7 +128,7 @@
void checkPromotion(api.Promotion o) {
buildCounterPromotion++;
if (buildCounterPromotion < 3) {
- checkUnnamed4504(o.bodyLines!);
+ checkUnnamed4505(o.bodyLines!);
unittest.expect(
o.displayLink!,
unittest.equals('foo'),
@@ -234,20 +234,20 @@
buildCounterResultLabels--;
}
-core.List<api.ResultLabels> buildUnnamed4505() {
+core.List<api.ResultLabels> buildUnnamed4506() {
var o = <api.ResultLabels>[];
o.add(buildResultLabels());
o.add(buildResultLabels());
return o;
}
-void checkUnnamed4505(core.List<api.ResultLabels> o) {
+void checkUnnamed4506(core.List<api.ResultLabels> o) {
unittest.expect(o, unittest.hasLength(2));
checkResultLabels(o[0] as api.ResultLabels);
checkResultLabels(o[1] as api.ResultLabels);
}
-core.Map<core.String, core.Object> buildUnnamed4506() {
+core.Map<core.String, core.Object> buildUnnamed4507() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -262,7 +262,7 @@
return o;
}
-void checkUnnamed4506(core.Map<core.String, core.Object> o) {
+void checkUnnamed4507(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -308,10 +308,10 @@
o.htmlTitle = 'foo';
o.image = buildResultImage();
o.kind = 'foo';
- o.labels = buildUnnamed4505();
+ o.labels = buildUnnamed4506();
o.link = 'foo';
o.mime = 'foo';
- o.pagemap = buildUnnamed4506();
+ o.pagemap = buildUnnamed4507();
o.snippet = 'foo';
o.title = 'foo';
}
@@ -355,7 +355,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4505(o.labels!);
+ checkUnnamed4506(o.labels!);
unittest.expect(
o.link!,
unittest.equals('foo'),
@@ -364,7 +364,7 @@
o.mime!,
unittest.equals('foo'),
);
- checkUnnamed4506(o.pagemap!);
+ checkUnnamed4507(o.pagemap!);
unittest.expect(
o.snippet!,
unittest.equals('foo'),
@@ -377,7 +377,7 @@
buildCounterResult--;
}
-core.Map<core.String, core.Object> buildUnnamed4507() {
+core.Map<core.String, core.Object> buildUnnamed4508() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -392,7 +392,7 @@
return o;
}
-void checkUnnamed4507(core.Map<core.String, core.Object> o) {
+void checkUnnamed4508(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -424,27 +424,27 @@
);
}
-core.List<api.Result> buildUnnamed4508() {
+core.List<api.Result> buildUnnamed4509() {
var o = <api.Result>[];
o.add(buildResult());
o.add(buildResult());
return o;
}
-void checkUnnamed4508(core.List<api.Result> o) {
+void checkUnnamed4509(core.List<api.Result> o) {
unittest.expect(o, unittest.hasLength(2));
checkResult(o[0] as api.Result);
checkResult(o[1] as api.Result);
}
-core.List<api.Promotion> buildUnnamed4509() {
+core.List<api.Promotion> buildUnnamed4510() {
var o = <api.Promotion>[];
o.add(buildPromotion());
o.add(buildPromotion());
return o;
}
-void checkUnnamed4509(core.List<api.Promotion> o) {
+void checkUnnamed4510(core.List<api.Promotion> o) {
unittest.expect(o, unittest.hasLength(2));
checkPromotion(o[0] as api.Promotion);
checkPromotion(o[1] as api.Promotion);
@@ -647,14 +647,14 @@
buildCounterSearchQueriesNextPage--;
}
-core.List<api.SearchQueriesNextPage> buildUnnamed4510() {
+core.List<api.SearchQueriesNextPage> buildUnnamed4511() {
var o = <api.SearchQueriesNextPage>[];
o.add(buildSearchQueriesNextPage());
o.add(buildSearchQueriesNextPage());
return o;
}
-void checkUnnamed4510(core.List<api.SearchQueriesNextPage> o) {
+void checkUnnamed4511(core.List<api.SearchQueriesNextPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchQueriesNextPage(o[0] as api.SearchQueriesNextPage);
checkSearchQueriesNextPage(o[1] as api.SearchQueriesNextPage);
@@ -857,14 +857,14 @@
buildCounterSearchQueriesPreviousPage--;
}
-core.List<api.SearchQueriesPreviousPage> buildUnnamed4511() {
+core.List<api.SearchQueriesPreviousPage> buildUnnamed4512() {
var o = <api.SearchQueriesPreviousPage>[];
o.add(buildSearchQueriesPreviousPage());
o.add(buildSearchQueriesPreviousPage());
return o;
}
-void checkUnnamed4511(core.List<api.SearchQueriesPreviousPage> o) {
+void checkUnnamed4512(core.List<api.SearchQueriesPreviousPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchQueriesPreviousPage(o[0] as api.SearchQueriesPreviousPage);
checkSearchQueriesPreviousPage(o[1] as api.SearchQueriesPreviousPage);
@@ -1067,14 +1067,14 @@
buildCounterSearchQueriesRequest--;
}
-core.List<api.SearchQueriesRequest> buildUnnamed4512() {
+core.List<api.SearchQueriesRequest> buildUnnamed4513() {
var o = <api.SearchQueriesRequest>[];
o.add(buildSearchQueriesRequest());
o.add(buildSearchQueriesRequest());
return o;
}
-void checkUnnamed4512(core.List<api.SearchQueriesRequest> o) {
+void checkUnnamed4513(core.List<api.SearchQueriesRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchQueriesRequest(o[0] as api.SearchQueriesRequest);
checkSearchQueriesRequest(o[1] as api.SearchQueriesRequest);
@@ -1085,9 +1085,9 @@
var o = api.SearchQueries();
buildCounterSearchQueries++;
if (buildCounterSearchQueries < 3) {
- o.nextPage = buildUnnamed4510();
- o.previousPage = buildUnnamed4511();
- o.request = buildUnnamed4512();
+ o.nextPage = buildUnnamed4511();
+ o.previousPage = buildUnnamed4512();
+ o.request = buildUnnamed4513();
}
buildCounterSearchQueries--;
return o;
@@ -1096,9 +1096,9 @@
void checkSearchQueries(api.SearchQueries o) {
buildCounterSearchQueries++;
if (buildCounterSearchQueries < 3) {
- checkUnnamed4510(o.nextPage!);
- checkUnnamed4511(o.previousPage!);
- checkUnnamed4512(o.request!);
+ checkUnnamed4511(o.nextPage!);
+ checkUnnamed4512(o.previousPage!);
+ checkUnnamed4513(o.request!);
}
buildCounterSearchQueries--;
}
@@ -1199,10 +1199,10 @@
var o = api.Search();
buildCounterSearch++;
if (buildCounterSearch < 3) {
- o.context = buildUnnamed4507();
- o.items = buildUnnamed4508();
+ o.context = buildUnnamed4508();
+ o.items = buildUnnamed4509();
o.kind = 'foo';
- o.promotions = buildUnnamed4509();
+ o.promotions = buildUnnamed4510();
o.queries = buildSearchQueries();
o.searchInformation = buildSearchSearchInformation();
o.spelling = buildSearchSpelling();
@@ -1215,13 +1215,13 @@
void checkSearch(api.Search o) {
buildCounterSearch++;
if (buildCounterSearch < 3) {
- checkUnnamed4507(o.context!);
- checkUnnamed4508(o.items!);
+ checkUnnamed4508(o.context!);
+ checkUnnamed4509(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4509(o.promotions!);
+ checkUnnamed4510(o.promotions!);
checkSearchQueries(o.queries! as api.SearchQueries);
checkSearchSearchInformation(
o.searchInformation! as api.SearchSearchInformation);
diff --git a/generated/googleapis/test/datafusion/v1_test.dart b/generated/googleapis/test/datafusion/v1_test.dart
index cc83d12..0e64ab7 100644
--- a/generated/googleapis/test/datafusion/v1_test.dart
+++ b/generated/googleapis/test/datafusion/v1_test.dart
@@ -54,14 +54,14 @@
buildCounterAccelerator--;
}
-core.List<api.AuditLogConfig> buildUnnamed3753() {
+core.List<api.AuditLogConfig> buildUnnamed3754() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed3753(core.List<api.AuditLogConfig> o) {
+void checkUnnamed3754(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -72,7 +72,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed3753();
+ o.auditLogConfigs = buildUnnamed3754();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -82,7 +82,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed3753(o.auditLogConfigs!);
+ checkUnnamed3754(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -91,49 +91,6 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed3754() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3754(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterAuditLogConfig = 0;
-api.AuditLogConfig buildAuditLogConfig() {
- var o = api.AuditLogConfig();
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed3754();
- o.logType = 'foo';
- }
- buildCounterAuditLogConfig--;
- return o;
-}
-
-void checkAuditLogConfig(api.AuditLogConfig o) {
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- checkUnnamed3754(o.exemptedMembers!);
- unittest.expect(
- o.logType!,
- unittest.equals('foo'),
- );
- }
- buildCounterAuditLogConfig--;
-}
-
core.List<core.String> buildUnnamed3755() {
var o = <core.String>[];
o.add('foo');
@@ -153,13 +110,56 @@
);
}
+core.int buildCounterAuditLogConfig = 0;
+api.AuditLogConfig buildAuditLogConfig() {
+ var o = api.AuditLogConfig();
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ o.exemptedMembers = buildUnnamed3755();
+ o.logType = 'foo';
+ }
+ buildCounterAuditLogConfig--;
+ return o;
+}
+
+void checkAuditLogConfig(api.AuditLogConfig o) {
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ checkUnnamed3755(o.exemptedMembers!);
+ unittest.expect(
+ o.logType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAuditLogConfig--;
+}
+
+core.List<core.String> buildUnnamed3756() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3756(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterBinding = 0;
api.Binding buildBinding() {
var o = api.Binding();
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3755();
+ o.members = buildUnnamed3756();
o.role = 'foo';
}
buildCounterBinding--;
@@ -170,7 +170,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3755(o.members!);
+ checkUnnamed3756(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -246,51 +246,32 @@
buildCounterExpr--;
}
-core.List<api.Accelerator> buildUnnamed3756() {
+core.List<api.Accelerator> buildUnnamed3757() {
var o = <api.Accelerator>[];
o.add(buildAccelerator());
o.add(buildAccelerator());
return o;
}
-void checkUnnamed3756(core.List<api.Accelerator> o) {
+void checkUnnamed3757(core.List<api.Accelerator> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccelerator(o[0] as api.Accelerator);
checkAccelerator(o[1] as api.Accelerator);
}
-core.List<api.Version> buildUnnamed3757() {
+core.List<api.Version> buildUnnamed3758() {
var o = <api.Version>[];
o.add(buildVersion());
o.add(buildVersion());
return o;
}
-void checkUnnamed3757(core.List<api.Version> o) {
+void checkUnnamed3758(core.List<api.Version> o) {
unittest.expect(o, unittest.hasLength(2));
checkVersion(o[0] as api.Version);
checkVersion(o[1] as api.Version);
}
-core.Map<core.String, core.String> buildUnnamed3758() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed3758(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed3759() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -310,14 +291,33 @@
);
}
+core.Map<core.String, core.String> buildUnnamed3760() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed3760(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterInstance = 0;
api.Instance buildInstance() {
var o = api.Instance();
buildCounterInstance++;
if (buildCounterInstance < 3) {
- o.accelerators = buildUnnamed3756();
+ o.accelerators = buildUnnamed3757();
o.apiEndpoint = 'foo';
- o.availableVersion = buildUnnamed3757();
+ o.availableVersion = buildUnnamed3758();
o.createTime = 'foo';
o.dataprocServiceAccount = 'foo';
o.description = 'foo';
@@ -325,10 +325,10 @@
o.enableStackdriverLogging = true;
o.enableStackdriverMonitoring = true;
o.gcsBucket = 'foo';
- o.labels = buildUnnamed3758();
+ o.labels = buildUnnamed3759();
o.name = 'foo';
o.networkConfig = buildNetworkConfig();
- o.options = buildUnnamed3759();
+ o.options = buildUnnamed3760();
o.p4ServiceAccount = 'foo';
o.privateInstance = true;
o.serviceAccount = 'foo';
@@ -348,12 +348,12 @@
void checkInstance(api.Instance o) {
buildCounterInstance++;
if (buildCounterInstance < 3) {
- checkUnnamed3756(o.accelerators!);
+ checkUnnamed3757(o.accelerators!);
unittest.expect(
o.apiEndpoint!,
unittest.equals('foo'),
);
- checkUnnamed3757(o.availableVersion!);
+ checkUnnamed3758(o.availableVersion!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
@@ -376,13 +376,13 @@
o.gcsBucket!,
unittest.equals('foo'),
);
- checkUnnamed3758(o.labels!);
+ checkUnnamed3759(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkNetworkConfig(o.networkConfig! as api.NetworkConfig);
- checkUnnamed3759(o.options!);
+ checkUnnamed3760(o.options!);
unittest.expect(
o.p4ServiceAccount!,
unittest.equals('foo'),
@@ -428,14 +428,14 @@
buildCounterInstance--;
}
-core.List<api.Version> buildUnnamed3760() {
+core.List<api.Version> buildUnnamed3761() {
var o = <api.Version>[];
o.add(buildVersion());
o.add(buildVersion());
return o;
}
-void checkUnnamed3760(core.List<api.Version> o) {
+void checkUnnamed3761(core.List<api.Version> o) {
unittest.expect(o, unittest.hasLength(2));
checkVersion(o[0] as api.Version);
checkVersion(o[1] as api.Version);
@@ -446,7 +446,7 @@
var o = api.ListAvailableVersionsResponse();
buildCounterListAvailableVersionsResponse++;
if (buildCounterListAvailableVersionsResponse < 3) {
- o.availableVersions = buildUnnamed3760();
+ o.availableVersions = buildUnnamed3761();
o.nextPageToken = 'foo';
}
buildCounterListAvailableVersionsResponse--;
@@ -456,7 +456,7 @@
void checkListAvailableVersionsResponse(api.ListAvailableVersionsResponse o) {
buildCounterListAvailableVersionsResponse++;
if (buildCounterListAvailableVersionsResponse < 3) {
- checkUnnamed3760(o.availableVersions!);
+ checkUnnamed3761(o.availableVersions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -465,27 +465,27 @@
buildCounterListAvailableVersionsResponse--;
}
-core.List<api.Instance> buildUnnamed3761() {
+core.List<api.Instance> buildUnnamed3762() {
var o = <api.Instance>[];
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-void checkUnnamed3761(core.List<api.Instance> o) {
+void checkUnnamed3762(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0] as api.Instance);
checkInstance(o[1] as api.Instance);
}
-core.List<core.String> buildUnnamed3762() {
+core.List<core.String> buildUnnamed3763() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3762(core.List<core.String> o) {
+void checkUnnamed3763(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -502,9 +502,9 @@
var o = api.ListInstancesResponse();
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- o.instances = buildUnnamed3761();
+ o.instances = buildUnnamed3762();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed3762();
+ o.unreachable = buildUnnamed3763();
}
buildCounterListInstancesResponse--;
return o;
@@ -513,24 +513,24 @@
void checkListInstancesResponse(api.ListInstancesResponse o) {
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- checkUnnamed3761(o.instances!);
+ checkUnnamed3762(o.instances!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3762(o.unreachable!);
+ checkUnnamed3763(o.unreachable!);
}
buildCounterListInstancesResponse--;
}
-core.List<api.Location> buildUnnamed3763() {
+core.List<api.Location> buildUnnamed3764() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed3763(core.List<api.Location> o) {
+void checkUnnamed3764(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -541,7 +541,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed3763();
+ o.locations = buildUnnamed3764();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -551,7 +551,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed3763(o.locations!);
+ checkUnnamed3764(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -560,14 +560,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed3764() {
+core.List<api.Operation> buildUnnamed3765() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed3764(core.List<api.Operation> o) {
+void checkUnnamed3765(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -579,7 +579,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed3764();
+ o.operations = buildUnnamed3765();
}
buildCounterListOperationsResponse--;
return o;
@@ -592,19 +592,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3764(o.operations!);
+ checkUnnamed3765(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed3765() {
+core.Map<core.String, core.String> buildUnnamed3766() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3765(core.Map<core.String, core.String> o) {
+void checkUnnamed3766(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -616,7 +616,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3766() {
+core.Map<core.String, core.Object> buildUnnamed3767() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -631,7 +631,7 @@
return o;
}
-void checkUnnamed3766(core.Map<core.String, core.Object> o) {
+void checkUnnamed3767(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -669,9 +669,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed3765();
+ o.labels = buildUnnamed3766();
o.locationId = 'foo';
- o.metadata = buildUnnamed3766();
+ o.metadata = buildUnnamed3767();
o.name = 'foo';
}
buildCounterLocation--;
@@ -685,12 +685,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3765(o.labels!);
+ checkUnnamed3766(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed3766(o.metadata!);
+ checkUnnamed3767(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -726,7 +726,7 @@
buildCounterNetworkConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed3767() {
+core.Map<core.String, core.Object> buildUnnamed3768() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -741,7 +741,7 @@
return o;
}
-void checkUnnamed3767(core.Map<core.String, core.Object> o) {
+void checkUnnamed3768(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -773,7 +773,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3768() {
+core.Map<core.String, core.Object> buildUnnamed3769() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -788,7 +788,7 @@
return o;
}
-void checkUnnamed3768(core.Map<core.String, core.Object> o) {
+void checkUnnamed3769(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -827,9 +827,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3767();
+ o.metadata = buildUnnamed3768();
o.name = 'foo';
- o.response = buildUnnamed3768();
+ o.response = buildUnnamed3769();
}
buildCounterOperation--;
return o;
@@ -840,24 +840,24 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3767(o.metadata!);
+ checkUnnamed3768(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3768(o.response!);
+ checkUnnamed3769(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.String> buildUnnamed3769() {
+core.Map<core.String, core.String> buildUnnamed3770() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3769(core.Map<core.String, core.String> o) {
+void checkUnnamed3770(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -874,7 +874,7 @@
var o = api.OperationMetadata();
buildCounterOperationMetadata++;
if (buildCounterOperationMetadata < 3) {
- o.additionalStatus = buildUnnamed3769();
+ o.additionalStatus = buildUnnamed3770();
o.apiVersion = 'foo';
o.createTime = 'foo';
o.endTime = 'foo';
@@ -890,7 +890,7 @@
void checkOperationMetadata(api.OperationMetadata o) {
buildCounterOperationMetadata++;
if (buildCounterOperationMetadata < 3) {
- checkUnnamed3769(o.additionalStatus!);
+ checkUnnamed3770(o.additionalStatus!);
unittest.expect(
o.apiVersion!,
unittest.equals('foo'),
@@ -920,27 +920,27 @@
buildCounterOperationMetadata--;
}
-core.List<api.AuditConfig> buildUnnamed3770() {
+core.List<api.AuditConfig> buildUnnamed3771() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed3770(core.List<api.AuditConfig> o) {
+void checkUnnamed3771(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed3771() {
+core.List<api.Binding> buildUnnamed3772() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed3771(core.List<api.Binding> o) {
+void checkUnnamed3772(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -951,8 +951,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed3770();
- o.bindings = buildUnnamed3771();
+ o.auditConfigs = buildUnnamed3771();
+ o.bindings = buildUnnamed3772();
o.etag = 'foo';
o.version = 42;
}
@@ -963,8 +963,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed3770(o.auditConfigs!);
- checkUnnamed3771(o.bindings!);
+ checkUnnamed3771(o.auditConfigs!);
+ checkUnnamed3772(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1016,7 +1016,7 @@
buildCounterSetIamPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed3772() {
+core.Map<core.String, core.Object> buildUnnamed3773() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1031,7 +1031,7 @@
return o;
}
-void checkUnnamed3772(core.Map<core.String, core.Object> o) {
+void checkUnnamed3773(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1063,17 +1063,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3773() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3774() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3772());
- o.add(buildUnnamed3772());
+ o.add(buildUnnamed3773());
+ o.add(buildUnnamed3773());
return o;
}
-void checkUnnamed3773(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3774(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3772(o[0]);
- checkUnnamed3772(o[1]);
+ checkUnnamed3773(o[0]);
+ checkUnnamed3773(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1082,7 +1082,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3773();
+ o.details = buildUnnamed3774();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1096,7 +1096,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3773(o.details!);
+ checkUnnamed3774(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1105,44 +1105,6 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed3774() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3774(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed3774();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed3774(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
core.List<core.String> buildUnnamed3775() {
var o = <core.String>[];
o.add('foo');
@@ -1162,23 +1124,23 @@
);
}
-core.int buildCounterTestIamPermissionsResponse = 0;
-api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
- var o = api.TestIamPermissionsResponse();
- buildCounterTestIamPermissionsResponse++;
- if (buildCounterTestIamPermissionsResponse < 3) {
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
o.permissions = buildUnnamed3775();
}
- buildCounterTestIamPermissionsResponse--;
+ buildCounterTestIamPermissionsRequest--;
return o;
}
-void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
- buildCounterTestIamPermissionsResponse++;
- if (buildCounterTestIamPermissionsResponse < 3) {
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
checkUnnamed3775(o.permissions!);
}
- buildCounterTestIamPermissionsResponse--;
+ buildCounterTestIamPermissionsRequest--;
}
core.List<core.String> buildUnnamed3776() {
@@ -1200,12 +1162,50 @@
);
}
+core.int buildCounterTestIamPermissionsResponse = 0;
+api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
+ var o = api.TestIamPermissionsResponse();
+ buildCounterTestIamPermissionsResponse++;
+ if (buildCounterTestIamPermissionsResponse < 3) {
+ o.permissions = buildUnnamed3776();
+ }
+ buildCounterTestIamPermissionsResponse--;
+ return o;
+}
+
+void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
+ buildCounterTestIamPermissionsResponse++;
+ if (buildCounterTestIamPermissionsResponse < 3) {
+ checkUnnamed3776(o.permissions!);
+ }
+ buildCounterTestIamPermissionsResponse--;
+}
+
+core.List<core.String> buildUnnamed3777() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3777(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterVersion = 0;
api.Version buildVersion() {
var o = api.Version();
buildCounterVersion++;
if (buildCounterVersion < 3) {
- o.availableFeatures = buildUnnamed3776();
+ o.availableFeatures = buildUnnamed3777();
o.defaultVersion = true;
o.versionNumber = 'foo';
}
@@ -1216,7 +1216,7 @@
void checkVersion(api.Version o) {
buildCounterVersion++;
if (buildCounterVersion < 3) {
- checkUnnamed3776(o.availableFeatures!);
+ checkUnnamed3777(o.availableFeatures!);
unittest.expect(o.defaultVersion!, unittest.isTrue);
unittest.expect(
o.versionNumber!,
diff --git a/generated/googleapis/test/dataproc/v1_test.dart b/generated/googleapis/test/dataproc/v1_test.dart
index bca4ae6..120c261 100644
--- a/generated/googleapis/test/dataproc/v1_test.dart
+++ b/generated/googleapis/test/dataproc/v1_test.dart
@@ -179,14 +179,14 @@
buildCounterBasicYarnAutoscalingConfig--;
}
-core.List<core.String> buildUnnamed2878() {
+core.List<core.String> buildUnnamed2879() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2878(core.List<core.String> o) {
+void checkUnnamed2879(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -204,7 +204,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed2878();
+ o.members = buildUnnamed2879();
o.role = 'foo';
}
buildCounterBinding--;
@@ -215,7 +215,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed2878(o.members!);
+ checkUnnamed2879(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -239,14 +239,14 @@
buildCounterCancelJobRequest--;
}
-core.Map<core.String, core.String> buildUnnamed2879() {
+core.Map<core.String, core.String> buildUnnamed2880() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2879(core.Map<core.String, core.String> o) {
+void checkUnnamed2880(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -258,14 +258,14 @@
);
}
-core.List<api.ClusterStatus> buildUnnamed2880() {
+core.List<api.ClusterStatus> buildUnnamed2881() {
var o = <api.ClusterStatus>[];
o.add(buildClusterStatus());
o.add(buildClusterStatus());
return o;
}
-void checkUnnamed2880(core.List<api.ClusterStatus> o) {
+void checkUnnamed2881(core.List<api.ClusterStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkClusterStatus(o[0] as api.ClusterStatus);
checkClusterStatus(o[1] as api.ClusterStatus);
@@ -279,11 +279,11 @@
o.clusterName = 'foo';
o.clusterUuid = 'foo';
o.config = buildClusterConfig();
- o.labels = buildUnnamed2879();
+ o.labels = buildUnnamed2880();
o.metrics = buildClusterMetrics();
o.projectId = 'foo';
o.status = buildClusterStatus();
- o.statusHistory = buildUnnamed2880();
+ o.statusHistory = buildUnnamed2881();
}
buildCounterCluster--;
return o;
@@ -301,26 +301,26 @@
unittest.equals('foo'),
);
checkClusterConfig(o.config! as api.ClusterConfig);
- checkUnnamed2879(o.labels!);
+ checkUnnamed2880(o.labels!);
checkClusterMetrics(o.metrics! as api.ClusterMetrics);
unittest.expect(
o.projectId!,
unittest.equals('foo'),
);
checkClusterStatus(o.status! as api.ClusterStatus);
- checkUnnamed2880(o.statusHistory!);
+ checkUnnamed2881(o.statusHistory!);
}
buildCounterCluster--;
}
-core.List<api.NodeInitializationAction> buildUnnamed2881() {
+core.List<api.NodeInitializationAction> buildUnnamed2882() {
var o = <api.NodeInitializationAction>[];
o.add(buildNodeInitializationAction());
o.add(buildNodeInitializationAction());
return o;
}
-void checkUnnamed2881(core.List<api.NodeInitializationAction> o) {
+void checkUnnamed2882(core.List<api.NodeInitializationAction> o) {
unittest.expect(o, unittest.hasLength(2));
checkNodeInitializationAction(o[0] as api.NodeInitializationAction);
checkNodeInitializationAction(o[1] as api.NodeInitializationAction);
@@ -336,7 +336,7 @@
o.encryptionConfig = buildEncryptionConfig();
o.endpointConfig = buildEndpointConfig();
o.gceClusterConfig = buildGceClusterConfig();
- o.initializationActions = buildUnnamed2881();
+ o.initializationActions = buildUnnamed2882();
o.lifecycleConfig = buildLifecycleConfig();
o.masterConfig = buildInstanceGroupConfig();
o.metastoreConfig = buildMetastoreConfig();
@@ -361,7 +361,7 @@
checkEncryptionConfig(o.encryptionConfig! as api.EncryptionConfig);
checkEndpointConfig(o.endpointConfig! as api.EndpointConfig);
checkGceClusterConfig(o.gceClusterConfig! as api.GceClusterConfig);
- checkUnnamed2881(o.initializationActions!);
+ checkUnnamed2882(o.initializationActions!);
checkLifecycleConfig(o.lifecycleConfig! as api.LifecycleConfig);
checkInstanceGroupConfig(o.masterConfig! as api.InstanceGroupConfig);
checkMetastoreConfig(o.metastoreConfig! as api.MetastoreConfig);
@@ -378,25 +378,6 @@
buildCounterClusterConfig--;
}
-core.Map<core.String, core.String> buildUnnamed2882() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed2882(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed2883() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -416,13 +397,32 @@
);
}
+core.Map<core.String, core.String> buildUnnamed2884() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed2884(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterClusterMetrics = 0;
api.ClusterMetrics buildClusterMetrics() {
var o = api.ClusterMetrics();
buildCounterClusterMetrics++;
if (buildCounterClusterMetrics < 3) {
- o.hdfsMetrics = buildUnnamed2882();
- o.yarnMetrics = buildUnnamed2883();
+ o.hdfsMetrics = buildUnnamed2883();
+ o.yarnMetrics = buildUnnamed2884();
}
buildCounterClusterMetrics--;
return o;
@@ -431,8 +431,8 @@
void checkClusterMetrics(api.ClusterMetrics o) {
buildCounterClusterMetrics++;
if (buildCounterClusterMetrics < 3) {
- checkUnnamed2882(o.hdfsMetrics!);
- checkUnnamed2883(o.yarnMetrics!);
+ checkUnnamed2883(o.hdfsMetrics!);
+ checkUnnamed2884(o.yarnMetrics!);
}
buildCounterClusterMetrics--;
}
@@ -466,14 +466,14 @@
buildCounterClusterOperation--;
}
-core.Map<core.String, core.String> buildUnnamed2884() {
+core.Map<core.String, core.String> buildUnnamed2885() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2884(core.Map<core.String, core.String> o) {
+void checkUnnamed2885(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -485,27 +485,27 @@
);
}
-core.List<api.ClusterOperationStatus> buildUnnamed2885() {
+core.List<api.ClusterOperationStatus> buildUnnamed2886() {
var o = <api.ClusterOperationStatus>[];
o.add(buildClusterOperationStatus());
o.add(buildClusterOperationStatus());
return o;
}
-void checkUnnamed2885(core.List<api.ClusterOperationStatus> o) {
+void checkUnnamed2886(core.List<api.ClusterOperationStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkClusterOperationStatus(o[0] as api.ClusterOperationStatus);
checkClusterOperationStatus(o[1] as api.ClusterOperationStatus);
}
-core.List<core.String> buildUnnamed2886() {
+core.List<core.String> buildUnnamed2887() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2886(core.List<core.String> o) {
+void checkUnnamed2887(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -525,11 +525,11 @@
o.clusterName = 'foo';
o.clusterUuid = 'foo';
o.description = 'foo';
- o.labels = buildUnnamed2884();
+ o.labels = buildUnnamed2885();
o.operationType = 'foo';
o.status = buildClusterOperationStatus();
- o.statusHistory = buildUnnamed2885();
- o.warnings = buildUnnamed2886();
+ o.statusHistory = buildUnnamed2886();
+ o.warnings = buildUnnamed2887();
}
buildCounterClusterOperationMetadata--;
return o;
@@ -550,14 +550,14 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed2884(o.labels!);
+ checkUnnamed2885(o.labels!);
unittest.expect(
o.operationType!,
unittest.equals('foo'),
);
checkClusterOperationStatus(o.status! as api.ClusterOperationStatus);
- checkUnnamed2885(o.statusHistory!);
- checkUnnamed2886(o.warnings!);
+ checkUnnamed2886(o.statusHistory!);
+ checkUnnamed2887(o.warnings!);
}
buildCounterClusterOperationMetadata--;
}
@@ -599,14 +599,14 @@
buildCounterClusterOperationStatus--;
}
-core.Map<core.String, core.String> buildUnnamed2887() {
+core.Map<core.String, core.String> buildUnnamed2888() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2887(core.Map<core.String, core.String> o) {
+void checkUnnamed2888(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -623,7 +623,7 @@
var o = api.ClusterSelector();
buildCounterClusterSelector++;
if (buildCounterClusterSelector < 3) {
- o.clusterLabels = buildUnnamed2887();
+ o.clusterLabels = buildUnnamed2888();
o.zone = 'foo';
}
buildCounterClusterSelector--;
@@ -633,7 +633,7 @@
void checkClusterSelector(api.ClusterSelector o) {
buildCounterClusterSelector++;
if (buildCounterClusterSelector < 3) {
- checkUnnamed2887(o.clusterLabels!);
+ checkUnnamed2888(o.clusterLabels!);
unittest.expect(
o.zone!,
unittest.equals('foo'),
@@ -785,14 +785,14 @@
buildCounterEncryptionConfig--;
}
-core.Map<core.String, core.String> buildUnnamed2888() {
+core.Map<core.String, core.String> buildUnnamed2889() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2888(core.Map<core.String, core.String> o) {
+void checkUnnamed2889(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -810,7 +810,7 @@
buildCounterEndpointConfig++;
if (buildCounterEndpointConfig < 3) {
o.enableHttpPortAccess = true;
- o.httpPorts = buildUnnamed2888();
+ o.httpPorts = buildUnnamed2889();
}
buildCounterEndpointConfig--;
return o;
@@ -820,7 +820,7 @@
buildCounterEndpointConfig++;
if (buildCounterEndpointConfig < 3) {
unittest.expect(o.enableHttpPortAccess!, unittest.isTrue);
- checkUnnamed2888(o.httpPorts!);
+ checkUnnamed2889(o.httpPorts!);
}
buildCounterEndpointConfig--;
}
@@ -862,14 +862,14 @@
buildCounterExpr--;
}
-core.Map<core.String, core.String> buildUnnamed2889() {
+core.Map<core.String, core.String> buildUnnamed2890() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2889(core.Map<core.String, core.String> o) {
+void checkUnnamed2890(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -881,25 +881,6 @@
);
}
-core.List<core.String> buildUnnamed2890() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2890(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2891() {
var o = <core.String>[];
o.add('foo');
@@ -919,22 +900,41 @@
);
}
+core.List<core.String> buildUnnamed2892() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2892(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGceClusterConfig = 0;
api.GceClusterConfig buildGceClusterConfig() {
var o = api.GceClusterConfig();
buildCounterGceClusterConfig++;
if (buildCounterGceClusterConfig < 3) {
o.internalIpOnly = true;
- o.metadata = buildUnnamed2889();
+ o.metadata = buildUnnamed2890();
o.networkUri = 'foo';
o.nodeGroupAffinity = buildNodeGroupAffinity();
o.privateIpv6GoogleAccess = 'foo';
o.reservationAffinity = buildReservationAffinity();
o.serviceAccount = 'foo';
- o.serviceAccountScopes = buildUnnamed2890();
+ o.serviceAccountScopes = buildUnnamed2891();
o.shieldedInstanceConfig = buildShieldedInstanceConfig();
o.subnetworkUri = 'foo';
- o.tags = buildUnnamed2891();
+ o.tags = buildUnnamed2892();
o.zoneUri = 'foo';
}
buildCounterGceClusterConfig--;
@@ -945,7 +945,7 @@
buildCounterGceClusterConfig++;
if (buildCounterGceClusterConfig < 3) {
unittest.expect(o.internalIpOnly!, unittest.isTrue);
- checkUnnamed2889(o.metadata!);
+ checkUnnamed2890(o.metadata!);
unittest.expect(
o.networkUri!,
unittest.equals('foo'),
@@ -960,14 +960,14 @@
o.serviceAccount!,
unittest.equals('foo'),
);
- checkUnnamed2890(o.serviceAccountScopes!);
+ checkUnnamed2891(o.serviceAccountScopes!);
checkShieldedInstanceConfig(
o.shieldedInstanceConfig! as api.ShieldedInstanceConfig);
unittest.expect(
o.subnetworkUri!,
unittest.equals('foo'),
);
- checkUnnamed2891(o.tags!);
+ checkUnnamed2892(o.tags!);
unittest.expect(
o.zoneUri!,
unittest.equals('foo'),
@@ -1017,25 +1017,6 @@
buildCounterGetPolicyOptions--;
}
-core.List<core.String> buildUnnamed2892() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2892(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2893() {
var o = <core.String>[];
o.add('foo');
@@ -1093,14 +1074,33 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2896() {
+core.List<core.String> buildUnnamed2896() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2896(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.Map<core.String, core.String> buildUnnamed2897() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2896(core.Map<core.String, core.String> o) {
+void checkUnnamed2897(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1117,14 +1117,14 @@
var o = api.HadoopJob();
buildCounterHadoopJob++;
if (buildCounterHadoopJob < 3) {
- o.archiveUris = buildUnnamed2892();
- o.args = buildUnnamed2893();
- o.fileUris = buildUnnamed2894();
- o.jarFileUris = buildUnnamed2895();
+ o.archiveUris = buildUnnamed2893();
+ o.args = buildUnnamed2894();
+ o.fileUris = buildUnnamed2895();
+ o.jarFileUris = buildUnnamed2896();
o.loggingConfig = buildLoggingConfig();
o.mainClass = 'foo';
o.mainJarFileUri = 'foo';
- o.properties = buildUnnamed2896();
+ o.properties = buildUnnamed2897();
}
buildCounterHadoopJob--;
return o;
@@ -1133,10 +1133,10 @@
void checkHadoopJob(api.HadoopJob o) {
buildCounterHadoopJob++;
if (buildCounterHadoopJob < 3) {
- checkUnnamed2892(o.archiveUris!);
- checkUnnamed2893(o.args!);
- checkUnnamed2894(o.fileUris!);
- checkUnnamed2895(o.jarFileUris!);
+ checkUnnamed2893(o.archiveUris!);
+ checkUnnamed2894(o.args!);
+ checkUnnamed2895(o.fileUris!);
+ checkUnnamed2896(o.jarFileUris!);
checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
unittest.expect(
o.mainClass!,
@@ -1146,19 +1146,19 @@
o.mainJarFileUri!,
unittest.equals('foo'),
);
- checkUnnamed2896(o.properties!);
+ checkUnnamed2897(o.properties!);
}
buildCounterHadoopJob--;
}
-core.List<core.String> buildUnnamed2897() {
+core.List<core.String> buildUnnamed2898() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2897(core.List<core.String> o) {
+void checkUnnamed2898(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1170,25 +1170,6 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2898() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed2898(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed2899() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -1208,17 +1189,36 @@
);
}
+core.Map<core.String, core.String> buildUnnamed2900() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed2900(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterHiveJob = 0;
api.HiveJob buildHiveJob() {
var o = api.HiveJob();
buildCounterHiveJob++;
if (buildCounterHiveJob < 3) {
o.continueOnFailure = true;
- o.jarFileUris = buildUnnamed2897();
- o.properties = buildUnnamed2898();
+ o.jarFileUris = buildUnnamed2898();
+ o.properties = buildUnnamed2899();
o.queryFileUri = 'foo';
o.queryList = buildQueryList();
- o.scriptVariables = buildUnnamed2899();
+ o.scriptVariables = buildUnnamed2900();
}
buildCounterHiveJob--;
return o;
@@ -1228,14 +1228,14 @@
buildCounterHiveJob++;
if (buildCounterHiveJob < 3) {
unittest.expect(o.continueOnFailure!, unittest.isTrue);
- checkUnnamed2897(o.jarFileUris!);
- checkUnnamed2898(o.properties!);
+ checkUnnamed2898(o.jarFileUris!);
+ checkUnnamed2899(o.properties!);
unittest.expect(
o.queryFileUri!,
unittest.equals('foo'),
);
checkQueryList(o.queryList! as api.QueryList);
- checkUnnamed2899(o.scriptVariables!);
+ checkUnnamed2900(o.scriptVariables!);
}
buildCounterHiveJob--;
}
@@ -1301,27 +1301,27 @@
buildCounterInstanceGroupAutoscalingPolicyConfig--;
}
-core.List<api.AcceleratorConfig> buildUnnamed2900() {
+core.List<api.AcceleratorConfig> buildUnnamed2901() {
var o = <api.AcceleratorConfig>[];
o.add(buildAcceleratorConfig());
o.add(buildAcceleratorConfig());
return o;
}
-void checkUnnamed2900(core.List<api.AcceleratorConfig> o) {
+void checkUnnamed2901(core.List<api.AcceleratorConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAcceleratorConfig(o[0] as api.AcceleratorConfig);
checkAcceleratorConfig(o[1] as api.AcceleratorConfig);
}
-core.List<core.String> buildUnnamed2901() {
+core.List<core.String> buildUnnamed2902() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2901(core.List<core.String> o) {
+void checkUnnamed2902(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1333,14 +1333,14 @@
);
}
-core.List<api.InstanceReference> buildUnnamed2902() {
+core.List<api.InstanceReference> buildUnnamed2903() {
var o = <api.InstanceReference>[];
o.add(buildInstanceReference());
o.add(buildInstanceReference());
return o;
}
-void checkUnnamed2902(core.List<api.InstanceReference> o) {
+void checkUnnamed2903(core.List<api.InstanceReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstanceReference(o[0] as api.InstanceReference);
checkInstanceReference(o[1] as api.InstanceReference);
@@ -1351,11 +1351,11 @@
var o = api.InstanceGroupConfig();
buildCounterInstanceGroupConfig++;
if (buildCounterInstanceGroupConfig < 3) {
- o.accelerators = buildUnnamed2900();
+ o.accelerators = buildUnnamed2901();
o.diskConfig = buildDiskConfig();
o.imageUri = 'foo';
- o.instanceNames = buildUnnamed2901();
- o.instanceReferences = buildUnnamed2902();
+ o.instanceNames = buildUnnamed2902();
+ o.instanceReferences = buildUnnamed2903();
o.isPreemptible = true;
o.machineTypeUri = 'foo';
o.managedGroupConfig = buildManagedGroupConfig();
@@ -1370,14 +1370,14 @@
void checkInstanceGroupConfig(api.InstanceGroupConfig o) {
buildCounterInstanceGroupConfig++;
if (buildCounterInstanceGroupConfig < 3) {
- checkUnnamed2900(o.accelerators!);
+ checkUnnamed2901(o.accelerators!);
checkDiskConfig(o.diskConfig! as api.DiskConfig);
unittest.expect(
o.imageUri!,
unittest.equals('foo'),
);
- checkUnnamed2901(o.instanceNames!);
- checkUnnamed2902(o.instanceReferences!);
+ checkUnnamed2902(o.instanceNames!);
+ checkUnnamed2903(o.instanceReferences!);
unittest.expect(o.isPreemptible!, unittest.isTrue);
unittest.expect(
o.machineTypeUri!,
@@ -1432,56 +1432,6 @@
buildCounterInstanceReference--;
}
-core.Map<core.String, core.String> buildUnnamed2903() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed2903(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterInstantiateWorkflowTemplateRequest = 0;
-api.InstantiateWorkflowTemplateRequest
- buildInstantiateWorkflowTemplateRequest() {
- var o = api.InstantiateWorkflowTemplateRequest();
- buildCounterInstantiateWorkflowTemplateRequest++;
- if (buildCounterInstantiateWorkflowTemplateRequest < 3) {
- o.parameters = buildUnnamed2903();
- o.requestId = 'foo';
- o.version = 42;
- }
- buildCounterInstantiateWorkflowTemplateRequest--;
- return o;
-}
-
-void checkInstantiateWorkflowTemplateRequest(
- api.InstantiateWorkflowTemplateRequest o) {
- buildCounterInstantiateWorkflowTemplateRequest++;
- if (buildCounterInstantiateWorkflowTemplateRequest < 3) {
- checkUnnamed2903(o.parameters!);
- unittest.expect(
- o.requestId!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.version!,
- unittest.equals(42),
- );
- }
- buildCounterInstantiateWorkflowTemplateRequest--;
-}
-
core.Map<core.String, core.String> buildUnnamed2904() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -1501,27 +1451,77 @@
);
}
-core.List<api.JobStatus> buildUnnamed2905() {
+core.int buildCounterInstantiateWorkflowTemplateRequest = 0;
+api.InstantiateWorkflowTemplateRequest
+ buildInstantiateWorkflowTemplateRequest() {
+ var o = api.InstantiateWorkflowTemplateRequest();
+ buildCounterInstantiateWorkflowTemplateRequest++;
+ if (buildCounterInstantiateWorkflowTemplateRequest < 3) {
+ o.parameters = buildUnnamed2904();
+ o.requestId = 'foo';
+ o.version = 42;
+ }
+ buildCounterInstantiateWorkflowTemplateRequest--;
+ return o;
+}
+
+void checkInstantiateWorkflowTemplateRequest(
+ api.InstantiateWorkflowTemplateRequest o) {
+ buildCounterInstantiateWorkflowTemplateRequest++;
+ if (buildCounterInstantiateWorkflowTemplateRequest < 3) {
+ checkUnnamed2904(o.parameters!);
+ unittest.expect(
+ o.requestId!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.version!,
+ unittest.equals(42),
+ );
+ }
+ buildCounterInstantiateWorkflowTemplateRequest--;
+}
+
+core.Map<core.String, core.String> buildUnnamed2905() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed2905(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.JobStatus> buildUnnamed2906() {
var o = <api.JobStatus>[];
o.add(buildJobStatus());
o.add(buildJobStatus());
return o;
}
-void checkUnnamed2905(core.List<api.JobStatus> o) {
+void checkUnnamed2906(core.List<api.JobStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkJobStatus(o[0] as api.JobStatus);
checkJobStatus(o[1] as api.JobStatus);
}
-core.List<api.YarnApplication> buildUnnamed2906() {
+core.List<api.YarnApplication> buildUnnamed2907() {
var o = <api.YarnApplication>[];
o.add(buildYarnApplication());
o.add(buildYarnApplication());
return o;
}
-void checkUnnamed2906(core.List<api.YarnApplication> o) {
+void checkUnnamed2907(core.List<api.YarnApplication> o) {
unittest.expect(o, unittest.hasLength(2));
checkYarnApplication(o[0] as api.YarnApplication);
checkYarnApplication(o[1] as api.YarnApplication);
@@ -1538,7 +1538,7 @@
o.hadoopJob = buildHadoopJob();
o.hiveJob = buildHiveJob();
o.jobUuid = 'foo';
- o.labels = buildUnnamed2904();
+ o.labels = buildUnnamed2905();
o.pigJob = buildPigJob();
o.placement = buildJobPlacement();
o.prestoJob = buildPrestoJob();
@@ -1549,8 +1549,8 @@
o.sparkRJob = buildSparkRJob();
o.sparkSqlJob = buildSparkSqlJob();
o.status = buildJobStatus();
- o.statusHistory = buildUnnamed2905();
- o.yarnApplications = buildUnnamed2906();
+ o.statusHistory = buildUnnamed2906();
+ o.yarnApplications = buildUnnamed2907();
}
buildCounterJob--;
return o;
@@ -1574,7 +1574,7 @@
o.jobUuid!,
unittest.equals('foo'),
);
- checkUnnamed2904(o.labels!);
+ checkUnnamed2905(o.labels!);
checkPigJob(o.pigJob! as api.PigJob);
checkJobPlacement(o.placement! as api.JobPlacement);
checkPrestoJob(o.prestoJob! as api.PrestoJob);
@@ -1585,8 +1585,8 @@
checkSparkRJob(o.sparkRJob! as api.SparkRJob);
checkSparkSqlJob(o.sparkSqlJob! as api.SparkSqlJob);
checkJobStatus(o.status! as api.JobStatus);
- checkUnnamed2905(o.statusHistory!);
- checkUnnamed2906(o.yarnApplications!);
+ checkUnnamed2906(o.statusHistory!);
+ checkUnnamed2907(o.yarnApplications!);
}
buildCounterJob--;
}
@@ -1625,14 +1625,14 @@
buildCounterJobMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed2907() {
+core.Map<core.String, core.String> buildUnnamed2908() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2907(core.Map<core.String, core.String> o) {
+void checkUnnamed2908(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1649,7 +1649,7 @@
var o = api.JobPlacement();
buildCounterJobPlacement++;
if (buildCounterJobPlacement < 3) {
- o.clusterLabels = buildUnnamed2907();
+ o.clusterLabels = buildUnnamed2908();
o.clusterName = 'foo';
o.clusterUuid = 'foo';
}
@@ -1660,7 +1660,7 @@
void checkJobPlacement(api.JobPlacement o) {
buildCounterJobPlacement++;
if (buildCounterJobPlacement < 3) {
- checkUnnamed2907(o.clusterLabels!);
+ checkUnnamed2908(o.clusterLabels!);
unittest.expect(
o.clusterName!,
unittest.equals('foo'),
@@ -1890,14 +1890,14 @@
buildCounterLifecycleConfig--;
}
-core.List<api.AutoscalingPolicy> buildUnnamed2908() {
+core.List<api.AutoscalingPolicy> buildUnnamed2909() {
var o = <api.AutoscalingPolicy>[];
o.add(buildAutoscalingPolicy());
o.add(buildAutoscalingPolicy());
return o;
}
-void checkUnnamed2908(core.List<api.AutoscalingPolicy> o) {
+void checkUnnamed2909(core.List<api.AutoscalingPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkAutoscalingPolicy(o[0] as api.AutoscalingPolicy);
checkAutoscalingPolicy(o[1] as api.AutoscalingPolicy);
@@ -1909,7 +1909,7 @@
buildCounterListAutoscalingPoliciesResponse++;
if (buildCounterListAutoscalingPoliciesResponse < 3) {
o.nextPageToken = 'foo';
- o.policies = buildUnnamed2908();
+ o.policies = buildUnnamed2909();
}
buildCounterListAutoscalingPoliciesResponse--;
return o;
@@ -1923,19 +1923,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2908(o.policies!);
+ checkUnnamed2909(o.policies!);
}
buildCounterListAutoscalingPoliciesResponse--;
}
-core.List<api.Cluster> buildUnnamed2909() {
+core.List<api.Cluster> buildUnnamed2910() {
var o = <api.Cluster>[];
o.add(buildCluster());
o.add(buildCluster());
return o;
}
-void checkUnnamed2909(core.List<api.Cluster> o) {
+void checkUnnamed2910(core.List<api.Cluster> o) {
unittest.expect(o, unittest.hasLength(2));
checkCluster(o[0] as api.Cluster);
checkCluster(o[1] as api.Cluster);
@@ -1946,7 +1946,7 @@
var o = api.ListClustersResponse();
buildCounterListClustersResponse++;
if (buildCounterListClustersResponse < 3) {
- o.clusters = buildUnnamed2909();
+ o.clusters = buildUnnamed2910();
o.nextPageToken = 'foo';
}
buildCounterListClustersResponse--;
@@ -1956,7 +1956,7 @@
void checkListClustersResponse(api.ListClustersResponse o) {
buildCounterListClustersResponse++;
if (buildCounterListClustersResponse < 3) {
- checkUnnamed2909(o.clusters!);
+ checkUnnamed2910(o.clusters!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1965,14 +1965,14 @@
buildCounterListClustersResponse--;
}
-core.List<api.Job> buildUnnamed2910() {
+core.List<api.Job> buildUnnamed2911() {
var o = <api.Job>[];
o.add(buildJob());
o.add(buildJob());
return o;
}
-void checkUnnamed2910(core.List<api.Job> o) {
+void checkUnnamed2911(core.List<api.Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkJob(o[0] as api.Job);
checkJob(o[1] as api.Job);
@@ -1983,7 +1983,7 @@
var o = api.ListJobsResponse();
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- o.jobs = buildUnnamed2910();
+ o.jobs = buildUnnamed2911();
o.nextPageToken = 'foo';
}
buildCounterListJobsResponse--;
@@ -1993,7 +1993,7 @@
void checkListJobsResponse(api.ListJobsResponse o) {
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- checkUnnamed2910(o.jobs!);
+ checkUnnamed2911(o.jobs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2002,14 +2002,14 @@
buildCounterListJobsResponse--;
}
-core.List<api.Operation> buildUnnamed2911() {
+core.List<api.Operation> buildUnnamed2912() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed2911(core.List<api.Operation> o) {
+void checkUnnamed2912(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -2021,7 +2021,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed2911();
+ o.operations = buildUnnamed2912();
}
buildCounterListOperationsResponse--;
return o;
@@ -2034,19 +2034,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2911(o.operations!);
+ checkUnnamed2912(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.WorkflowTemplate> buildUnnamed2912() {
+core.List<api.WorkflowTemplate> buildUnnamed2913() {
var o = <api.WorkflowTemplate>[];
o.add(buildWorkflowTemplate());
o.add(buildWorkflowTemplate());
return o;
}
-void checkUnnamed2912(core.List<api.WorkflowTemplate> o) {
+void checkUnnamed2913(core.List<api.WorkflowTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkflowTemplate(o[0] as api.WorkflowTemplate);
checkWorkflowTemplate(o[1] as api.WorkflowTemplate);
@@ -2058,7 +2058,7 @@
buildCounterListWorkflowTemplatesResponse++;
if (buildCounterListWorkflowTemplatesResponse < 3) {
o.nextPageToken = 'foo';
- o.templates = buildUnnamed2912();
+ o.templates = buildUnnamed2913();
}
buildCounterListWorkflowTemplatesResponse--;
return o;
@@ -2071,49 +2071,11 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2912(o.templates!);
+ checkUnnamed2913(o.templates!);
}
buildCounterListWorkflowTemplatesResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2913() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed2913(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterLoggingConfig = 0;
-api.LoggingConfig buildLoggingConfig() {
- var o = api.LoggingConfig();
- buildCounterLoggingConfig++;
- if (buildCounterLoggingConfig < 3) {
- o.driverLogLevels = buildUnnamed2913();
- }
- buildCounterLoggingConfig--;
- return o;
-}
-
-void checkLoggingConfig(api.LoggingConfig o) {
- buildCounterLoggingConfig++;
- if (buildCounterLoggingConfig < 3) {
- checkUnnamed2913(o.driverLogLevels!);
- }
- buildCounterLoggingConfig--;
-}
-
core.Map<core.String, core.String> buildUnnamed2914() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -2133,6 +2095,44 @@
);
}
+core.int buildCounterLoggingConfig = 0;
+api.LoggingConfig buildLoggingConfig() {
+ var o = api.LoggingConfig();
+ buildCounterLoggingConfig++;
+ if (buildCounterLoggingConfig < 3) {
+ o.driverLogLevels = buildUnnamed2914();
+ }
+ buildCounterLoggingConfig--;
+ return o;
+}
+
+void checkLoggingConfig(api.LoggingConfig o) {
+ buildCounterLoggingConfig++;
+ if (buildCounterLoggingConfig < 3) {
+ checkUnnamed2914(o.driverLogLevels!);
+ }
+ buildCounterLoggingConfig--;
+}
+
+core.Map<core.String, core.String> buildUnnamed2915() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed2915(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterManagedCluster = 0;
api.ManagedCluster buildManagedCluster() {
var o = api.ManagedCluster();
@@ -2140,7 +2140,7 @@
if (buildCounterManagedCluster < 3) {
o.clusterName = 'foo';
o.config = buildClusterConfig();
- o.labels = buildUnnamed2914();
+ o.labels = buildUnnamed2915();
}
buildCounterManagedCluster--;
return o;
@@ -2154,7 +2154,7 @@
unittest.equals('foo'),
);
checkClusterConfig(o.config! as api.ClusterConfig);
- checkUnnamed2914(o.labels!);
+ checkUnnamed2915(o.labels!);
}
buildCounterManagedCluster--;
}
@@ -2257,7 +2257,7 @@
buildCounterNodeInitializationAction--;
}
-core.Map<core.String, core.Object> buildUnnamed2915() {
+core.Map<core.String, core.Object> buildUnnamed2916() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2272,7 +2272,7 @@
return o;
}
-void checkUnnamed2915(core.Map<core.String, core.Object> o) {
+void checkUnnamed2916(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2304,7 +2304,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2916() {
+core.Map<core.String, core.Object> buildUnnamed2917() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2319,7 +2319,7 @@
return o;
}
-void checkUnnamed2916(core.Map<core.String, core.Object> o) {
+void checkUnnamed2917(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -2358,9 +2358,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed2915();
+ o.metadata = buildUnnamed2916();
o.name = 'foo';
- o.response = buildUnnamed2916();
+ o.response = buildUnnamed2917();
}
buildCounterOperation--;
return o;
@@ -2371,24 +2371,24 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed2915(o.metadata!);
+ checkUnnamed2916(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2916(o.response!);
+ checkUnnamed2917(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.String> buildUnnamed2917() {
+core.Map<core.String, core.String> buildUnnamed2918() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2917(core.Map<core.String, core.String> o) {
+void checkUnnamed2918(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2400,14 +2400,14 @@
);
}
-core.List<core.String> buildUnnamed2918() {
+core.List<core.String> buildUnnamed2919() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2918(core.List<core.String> o) {
+void checkUnnamed2919(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2426,9 +2426,9 @@
if (buildCounterOrderedJob < 3) {
o.hadoopJob = buildHadoopJob();
o.hiveJob = buildHiveJob();
- o.labels = buildUnnamed2917();
+ o.labels = buildUnnamed2918();
o.pigJob = buildPigJob();
- o.prerequisiteStepIds = buildUnnamed2918();
+ o.prerequisiteStepIds = buildUnnamed2919();
o.prestoJob = buildPrestoJob();
o.pysparkJob = buildPySparkJob();
o.scheduling = buildJobScheduling();
@@ -2446,9 +2446,9 @@
if (buildCounterOrderedJob < 3) {
checkHadoopJob(o.hadoopJob! as api.HadoopJob);
checkHiveJob(o.hiveJob! as api.HiveJob);
- checkUnnamed2917(o.labels!);
+ checkUnnamed2918(o.labels!);
checkPigJob(o.pigJob! as api.PigJob);
- checkUnnamed2918(o.prerequisiteStepIds!);
+ checkUnnamed2919(o.prerequisiteStepIds!);
checkPrestoJob(o.prestoJob! as api.PrestoJob);
checkPySparkJob(o.pysparkJob! as api.PySparkJob);
checkJobScheduling(o.scheduling! as api.JobScheduling);
@@ -2484,14 +2484,14 @@
buildCounterParameterValidation--;
}
-core.List<core.String> buildUnnamed2919() {
+core.List<core.String> buildUnnamed2920() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2919(core.List<core.String> o) {
+void checkUnnamed2920(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2503,25 +2503,6 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2920() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed2920(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed2921() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -2541,18 +2522,37 @@
);
}
+core.Map<core.String, core.String> buildUnnamed2922() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed2922(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterPigJob = 0;
api.PigJob buildPigJob() {
var o = api.PigJob();
buildCounterPigJob++;
if (buildCounterPigJob < 3) {
o.continueOnFailure = true;
- o.jarFileUris = buildUnnamed2919();
+ o.jarFileUris = buildUnnamed2920();
o.loggingConfig = buildLoggingConfig();
- o.properties = buildUnnamed2920();
+ o.properties = buildUnnamed2921();
o.queryFileUri = 'foo';
o.queryList = buildQueryList();
- o.scriptVariables = buildUnnamed2921();
+ o.scriptVariables = buildUnnamed2922();
}
buildCounterPigJob--;
return o;
@@ -2562,27 +2562,27 @@
buildCounterPigJob++;
if (buildCounterPigJob < 3) {
unittest.expect(o.continueOnFailure!, unittest.isTrue);
- checkUnnamed2919(o.jarFileUris!);
+ checkUnnamed2920(o.jarFileUris!);
checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
- checkUnnamed2920(o.properties!);
+ checkUnnamed2921(o.properties!);
unittest.expect(
o.queryFileUri!,
unittest.equals('foo'),
);
checkQueryList(o.queryList! as api.QueryList);
- checkUnnamed2921(o.scriptVariables!);
+ checkUnnamed2922(o.scriptVariables!);
}
buildCounterPigJob--;
}
-core.List<api.Binding> buildUnnamed2922() {
+core.List<api.Binding> buildUnnamed2923() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed2922(core.List<api.Binding> o) {
+void checkUnnamed2923(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -2593,7 +2593,7 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed2922();
+ o.bindings = buildUnnamed2923();
o.etag = 'foo';
o.version = 42;
}
@@ -2604,7 +2604,7 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed2922(o.bindings!);
+ checkUnnamed2923(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -2617,14 +2617,14 @@
buildCounterPolicy--;
}
-core.List<core.String> buildUnnamed2923() {
+core.List<core.String> buildUnnamed2924() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2923(core.List<core.String> o) {
+void checkUnnamed2924(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2636,14 +2636,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2924() {
+core.Map<core.String, core.String> buildUnnamed2925() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2924(core.Map<core.String, core.String> o) {
+void checkUnnamed2925(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2660,11 +2660,11 @@
var o = api.PrestoJob();
buildCounterPrestoJob++;
if (buildCounterPrestoJob < 3) {
- o.clientTags = buildUnnamed2923();
+ o.clientTags = buildUnnamed2924();
o.continueOnFailure = true;
o.loggingConfig = buildLoggingConfig();
o.outputFormat = 'foo';
- o.properties = buildUnnamed2924();
+ o.properties = buildUnnamed2925();
o.queryFileUri = 'foo';
o.queryList = buildQueryList();
}
@@ -2675,14 +2675,14 @@
void checkPrestoJob(api.PrestoJob o) {
buildCounterPrestoJob++;
if (buildCounterPrestoJob < 3) {
- checkUnnamed2923(o.clientTags!);
+ checkUnnamed2924(o.clientTags!);
unittest.expect(o.continueOnFailure!, unittest.isTrue);
checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
unittest.expect(
o.outputFormat!,
unittest.equals('foo'),
);
- checkUnnamed2924(o.properties!);
+ checkUnnamed2925(o.properties!);
unittest.expect(
o.queryFileUri!,
unittest.equals('foo'),
@@ -2692,25 +2692,6 @@
buildCounterPrestoJob--;
}
-core.List<core.String> buildUnnamed2925() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2925(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2926() {
var o = <core.String>[];
o.add('foo');
@@ -2768,33 +2749,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2929() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed2929(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
-core.List<core.String> buildUnnamed2930() {
+core.List<core.String> buildUnnamed2929() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2930(core.List<core.String> o) {
+void checkUnnamed2929(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2806,40 +2768,23 @@
);
}
-core.int buildCounterPySparkJob = 0;
-api.PySparkJob buildPySparkJob() {
- var o = api.PySparkJob();
- buildCounterPySparkJob++;
- if (buildCounterPySparkJob < 3) {
- o.archiveUris = buildUnnamed2925();
- o.args = buildUnnamed2926();
- o.fileUris = buildUnnamed2927();
- o.jarFileUris = buildUnnamed2928();
- o.loggingConfig = buildLoggingConfig();
- o.mainPythonFileUri = 'foo';
- o.properties = buildUnnamed2929();
- o.pythonFileUris = buildUnnamed2930();
- }
- buildCounterPySparkJob--;
+core.Map<core.String, core.String> buildUnnamed2930() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
return o;
}
-void checkPySparkJob(api.PySparkJob o) {
- buildCounterPySparkJob++;
- if (buildCounterPySparkJob < 3) {
- checkUnnamed2925(o.archiveUris!);
- checkUnnamed2926(o.args!);
- checkUnnamed2927(o.fileUris!);
- checkUnnamed2928(o.jarFileUris!);
- checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
- unittest.expect(
- o.mainPythonFileUri!,
- unittest.equals('foo'),
- );
- checkUnnamed2929(o.properties!);
- checkUnnamed2930(o.pythonFileUris!);
- }
- buildCounterPySparkJob--;
+void checkUnnamed2930(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
}
core.List<core.String> buildUnnamed2931() {
@@ -2861,23 +2806,40 @@
);
}
-core.int buildCounterQueryList = 0;
-api.QueryList buildQueryList() {
- var o = api.QueryList();
- buildCounterQueryList++;
- if (buildCounterQueryList < 3) {
- o.queries = buildUnnamed2931();
+core.int buildCounterPySparkJob = 0;
+api.PySparkJob buildPySparkJob() {
+ var o = api.PySparkJob();
+ buildCounterPySparkJob++;
+ if (buildCounterPySparkJob < 3) {
+ o.archiveUris = buildUnnamed2926();
+ o.args = buildUnnamed2927();
+ o.fileUris = buildUnnamed2928();
+ o.jarFileUris = buildUnnamed2929();
+ o.loggingConfig = buildLoggingConfig();
+ o.mainPythonFileUri = 'foo';
+ o.properties = buildUnnamed2930();
+ o.pythonFileUris = buildUnnamed2931();
}
- buildCounterQueryList--;
+ buildCounterPySparkJob--;
return o;
}
-void checkQueryList(api.QueryList o) {
- buildCounterQueryList++;
- if (buildCounterQueryList < 3) {
- checkUnnamed2931(o.queries!);
+void checkPySparkJob(api.PySparkJob o) {
+ buildCounterPySparkJob++;
+ if (buildCounterPySparkJob < 3) {
+ checkUnnamed2926(o.archiveUris!);
+ checkUnnamed2927(o.args!);
+ checkUnnamed2928(o.fileUris!);
+ checkUnnamed2929(o.jarFileUris!);
+ checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
+ unittest.expect(
+ o.mainPythonFileUri!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2930(o.properties!);
+ checkUnnamed2931(o.pythonFileUris!);
}
- buildCounterQueryList--;
+ buildCounterPySparkJob--;
}
core.List<core.String> buildUnnamed2932() {
@@ -2899,23 +2861,23 @@
);
}
-core.int buildCounterRegexValidation = 0;
-api.RegexValidation buildRegexValidation() {
- var o = api.RegexValidation();
- buildCounterRegexValidation++;
- if (buildCounterRegexValidation < 3) {
- o.regexes = buildUnnamed2932();
+core.int buildCounterQueryList = 0;
+api.QueryList buildQueryList() {
+ var o = api.QueryList();
+ buildCounterQueryList++;
+ if (buildCounterQueryList < 3) {
+ o.queries = buildUnnamed2932();
}
- buildCounterRegexValidation--;
+ buildCounterQueryList--;
return o;
}
-void checkRegexValidation(api.RegexValidation o) {
- buildCounterRegexValidation++;
- if (buildCounterRegexValidation < 3) {
- checkUnnamed2932(o.regexes!);
+void checkQueryList(api.QueryList o) {
+ buildCounterQueryList++;
+ if (buildCounterQueryList < 3) {
+ checkUnnamed2932(o.queries!);
}
- buildCounterRegexValidation--;
+ buildCounterQueryList--;
}
core.List<core.String> buildUnnamed2933() {
@@ -2937,6 +2899,44 @@
);
}
+core.int buildCounterRegexValidation = 0;
+api.RegexValidation buildRegexValidation() {
+ var o = api.RegexValidation();
+ buildCounterRegexValidation++;
+ if (buildCounterRegexValidation < 3) {
+ o.regexes = buildUnnamed2933();
+ }
+ buildCounterRegexValidation--;
+ return o;
+}
+
+void checkRegexValidation(api.RegexValidation o) {
+ buildCounterRegexValidation++;
+ if (buildCounterRegexValidation < 3) {
+ checkUnnamed2933(o.regexes!);
+ }
+ buildCounterRegexValidation--;
+}
+
+core.List<core.String> buildUnnamed2934() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2934(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterReservationAffinity = 0;
api.ReservationAffinity buildReservationAffinity() {
var o = api.ReservationAffinity();
@@ -2944,7 +2944,7 @@
if (buildCounterReservationAffinity < 3) {
o.consumeReservationType = 'foo';
o.key = 'foo';
- o.values = buildUnnamed2933();
+ o.values = buildUnnamed2934();
}
buildCounterReservationAffinity--;
return o;
@@ -2961,7 +2961,7 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed2933(o.values!);
+ checkUnnamed2934(o.values!);
}
buildCounterReservationAffinity--;
}
@@ -3027,14 +3027,14 @@
buildCounterShieldedInstanceConfig--;
}
-core.List<core.String> buildUnnamed2934() {
+core.List<core.String> buildUnnamed2935() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2934(core.List<core.String> o) {
+void checkUnnamed2935(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3046,14 +3046,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2935() {
+core.Map<core.String, core.String> buildUnnamed2936() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2935(core.Map<core.String, core.String> o) {
+void checkUnnamed2936(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3071,8 +3071,8 @@
buildCounterSoftwareConfig++;
if (buildCounterSoftwareConfig < 3) {
o.imageVersion = 'foo';
- o.optionalComponents = buildUnnamed2934();
- o.properties = buildUnnamed2935();
+ o.optionalComponents = buildUnnamed2935();
+ o.properties = buildUnnamed2936();
}
buildCounterSoftwareConfig--;
return o;
@@ -3085,31 +3085,12 @@
o.imageVersion!,
unittest.equals('foo'),
);
- checkUnnamed2934(o.optionalComponents!);
- checkUnnamed2935(o.properties!);
+ checkUnnamed2935(o.optionalComponents!);
+ checkUnnamed2936(o.properties!);
}
buildCounterSoftwareConfig--;
}
-core.List<core.String> buildUnnamed2936() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2936(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2937() {
var o = <core.String>[];
o.add('foo');
@@ -3167,14 +3148,33 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2940() {
+core.List<core.String> buildUnnamed2940() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2940(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.Map<core.String, core.String> buildUnnamed2941() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2940(core.Map<core.String, core.String> o) {
+void checkUnnamed2941(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3191,14 +3191,14 @@
var o = api.SparkJob();
buildCounterSparkJob++;
if (buildCounterSparkJob < 3) {
- o.archiveUris = buildUnnamed2936();
- o.args = buildUnnamed2937();
- o.fileUris = buildUnnamed2938();
- o.jarFileUris = buildUnnamed2939();
+ o.archiveUris = buildUnnamed2937();
+ o.args = buildUnnamed2938();
+ o.fileUris = buildUnnamed2939();
+ o.jarFileUris = buildUnnamed2940();
o.loggingConfig = buildLoggingConfig();
o.mainClass = 'foo';
o.mainJarFileUri = 'foo';
- o.properties = buildUnnamed2940();
+ o.properties = buildUnnamed2941();
}
buildCounterSparkJob--;
return o;
@@ -3207,10 +3207,10 @@
void checkSparkJob(api.SparkJob o) {
buildCounterSparkJob++;
if (buildCounterSparkJob < 3) {
- checkUnnamed2936(o.archiveUris!);
- checkUnnamed2937(o.args!);
- checkUnnamed2938(o.fileUris!);
- checkUnnamed2939(o.jarFileUris!);
+ checkUnnamed2937(o.archiveUris!);
+ checkUnnamed2938(o.args!);
+ checkUnnamed2939(o.fileUris!);
+ checkUnnamed2940(o.jarFileUris!);
checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
unittest.expect(
o.mainClass!,
@@ -3220,30 +3220,11 @@
o.mainJarFileUri!,
unittest.equals('foo'),
);
- checkUnnamed2940(o.properties!);
+ checkUnnamed2941(o.properties!);
}
buildCounterSparkJob--;
}
-core.List<core.String> buildUnnamed2941() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2941(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2942() {
var o = <core.String>[];
o.add('foo');
@@ -3282,14 +3263,33 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2944() {
+core.List<core.String> buildUnnamed2944() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2944(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.Map<core.String, core.String> buildUnnamed2945() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2944(core.Map<core.String, core.String> o) {
+void checkUnnamed2945(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3306,12 +3306,12 @@
var o = api.SparkRJob();
buildCounterSparkRJob++;
if (buildCounterSparkRJob < 3) {
- o.archiveUris = buildUnnamed2941();
- o.args = buildUnnamed2942();
- o.fileUris = buildUnnamed2943();
+ o.archiveUris = buildUnnamed2942();
+ o.args = buildUnnamed2943();
+ o.fileUris = buildUnnamed2944();
o.loggingConfig = buildLoggingConfig();
o.mainRFileUri = 'foo';
- o.properties = buildUnnamed2944();
+ o.properties = buildUnnamed2945();
}
buildCounterSparkRJob--;
return o;
@@ -3320,27 +3320,27 @@
void checkSparkRJob(api.SparkRJob o) {
buildCounterSparkRJob++;
if (buildCounterSparkRJob < 3) {
- checkUnnamed2941(o.archiveUris!);
- checkUnnamed2942(o.args!);
- checkUnnamed2943(o.fileUris!);
+ checkUnnamed2942(o.archiveUris!);
+ checkUnnamed2943(o.args!);
+ checkUnnamed2944(o.fileUris!);
checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
unittest.expect(
o.mainRFileUri!,
unittest.equals('foo'),
);
- checkUnnamed2944(o.properties!);
+ checkUnnamed2945(o.properties!);
}
buildCounterSparkRJob--;
}
-core.List<core.String> buildUnnamed2945() {
+core.List<core.String> buildUnnamed2946() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2945(core.List<core.String> o) {
+void checkUnnamed2946(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3352,25 +3352,6 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2946() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed2946(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed2947() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -3390,17 +3371,36 @@
);
}
+core.Map<core.String, core.String> buildUnnamed2948() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed2948(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterSparkSqlJob = 0;
api.SparkSqlJob buildSparkSqlJob() {
var o = api.SparkSqlJob();
buildCounterSparkSqlJob++;
if (buildCounterSparkSqlJob < 3) {
- o.jarFileUris = buildUnnamed2945();
+ o.jarFileUris = buildUnnamed2946();
o.loggingConfig = buildLoggingConfig();
- o.properties = buildUnnamed2946();
+ o.properties = buildUnnamed2947();
o.queryFileUri = 'foo';
o.queryList = buildQueryList();
- o.scriptVariables = buildUnnamed2947();
+ o.scriptVariables = buildUnnamed2948();
}
buildCounterSparkSqlJob--;
return o;
@@ -3409,15 +3409,15 @@
void checkSparkSqlJob(api.SparkSqlJob o) {
buildCounterSparkSqlJob++;
if (buildCounterSparkSqlJob < 3) {
- checkUnnamed2945(o.jarFileUris!);
+ checkUnnamed2946(o.jarFileUris!);
checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
- checkUnnamed2946(o.properties!);
+ checkUnnamed2947(o.properties!);
unittest.expect(
o.queryFileUri!,
unittest.equals('foo'),
);
checkQueryList(o.queryList! as api.QueryList);
- checkUnnamed2947(o.scriptVariables!);
+ checkUnnamed2948(o.scriptVariables!);
}
buildCounterSparkSqlJob--;
}
@@ -3449,7 +3449,7 @@
buildCounterStartClusterRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed2948() {
+core.Map<core.String, core.Object> buildUnnamed2949() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3464,7 +3464,7 @@
return o;
}
-void checkUnnamed2948(core.Map<core.String, core.Object> o) {
+void checkUnnamed2949(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -3496,17 +3496,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2949() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2950() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2948());
- o.add(buildUnnamed2948());
+ o.add(buildUnnamed2949());
+ o.add(buildUnnamed2949());
return o;
}
-void checkUnnamed2949(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2950(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2948(o[0]);
- checkUnnamed2948(o[1]);
+ checkUnnamed2949(o[0]);
+ checkUnnamed2949(o[1]);
}
core.int buildCounterStatus = 0;
@@ -3515,7 +3515,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2949();
+ o.details = buildUnnamed2950();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3529,7 +3529,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2949(o.details!);
+ checkUnnamed2950(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3589,56 +3589,6 @@
buildCounterSubmitJobRequest--;
}
-core.List<core.String> buildUnnamed2950() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2950(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterTemplateParameter = 0;
-api.TemplateParameter buildTemplateParameter() {
- var o = api.TemplateParameter();
- buildCounterTemplateParameter++;
- if (buildCounterTemplateParameter < 3) {
- o.description = 'foo';
- o.fields = buildUnnamed2950();
- o.name = 'foo';
- o.validation = buildParameterValidation();
- }
- buildCounterTemplateParameter--;
- return o;
-}
-
-void checkTemplateParameter(api.TemplateParameter o) {
- buildCounterTemplateParameter++;
- if (buildCounterTemplateParameter < 3) {
- unittest.expect(
- o.description!,
- unittest.equals('foo'),
- );
- checkUnnamed2950(o.fields!);
- unittest.expect(
- o.name!,
- unittest.equals('foo'),
- );
- checkParameterValidation(o.validation! as api.ParameterValidation);
- }
- buildCounterTemplateParameter--;
-}
-
core.List<core.String> buildUnnamed2951() {
var o = <core.String>[];
o.add('foo');
@@ -3658,23 +3608,35 @@
);
}
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed2951();
+core.int buildCounterTemplateParameter = 0;
+api.TemplateParameter buildTemplateParameter() {
+ var o = api.TemplateParameter();
+ buildCounterTemplateParameter++;
+ if (buildCounterTemplateParameter < 3) {
+ o.description = 'foo';
+ o.fields = buildUnnamed2951();
+ o.name = 'foo';
+ o.validation = buildParameterValidation();
}
- buildCounterTestIamPermissionsRequest--;
+ buildCounterTemplateParameter--;
return o;
}
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed2951(o.permissions!);
+void checkTemplateParameter(api.TemplateParameter o) {
+ buildCounterTemplateParameter++;
+ if (buildCounterTemplateParameter < 3) {
+ unittest.expect(
+ o.description!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2951(o.fields!);
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ checkParameterValidation(o.validation! as api.ParameterValidation);
}
- buildCounterTestIamPermissionsRequest--;
+ buildCounterTemplateParameter--;
}
core.List<core.String> buildUnnamed2952() {
@@ -3696,23 +3658,23 @@
);
}
-core.int buildCounterTestIamPermissionsResponse = 0;
-api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
- var o = api.TestIamPermissionsResponse();
- buildCounterTestIamPermissionsResponse++;
- if (buildCounterTestIamPermissionsResponse < 3) {
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
o.permissions = buildUnnamed2952();
}
- buildCounterTestIamPermissionsResponse--;
+ buildCounterTestIamPermissionsRequest--;
return o;
}
-void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
- buildCounterTestIamPermissionsResponse++;
- if (buildCounterTestIamPermissionsResponse < 3) {
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
checkUnnamed2952(o.permissions!);
}
- buildCounterTestIamPermissionsResponse--;
+ buildCounterTestIamPermissionsRequest--;
}
core.List<core.String> buildUnnamed2953() {
@@ -3734,12 +3696,50 @@
);
}
+core.int buildCounterTestIamPermissionsResponse = 0;
+api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
+ var o = api.TestIamPermissionsResponse();
+ buildCounterTestIamPermissionsResponse++;
+ if (buildCounterTestIamPermissionsResponse < 3) {
+ o.permissions = buildUnnamed2953();
+ }
+ buildCounterTestIamPermissionsResponse--;
+ return o;
+}
+
+void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
+ buildCounterTestIamPermissionsResponse++;
+ if (buildCounterTestIamPermissionsResponse < 3) {
+ checkUnnamed2953(o.permissions!);
+ }
+ buildCounterTestIamPermissionsResponse--;
+}
+
+core.List<core.String> buildUnnamed2954() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2954(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterValueValidation = 0;
api.ValueValidation buildValueValidation() {
var o = api.ValueValidation();
buildCounterValueValidation++;
if (buildCounterValueValidation < 3) {
- o.values = buildUnnamed2953();
+ o.values = buildUnnamed2954();
}
buildCounterValueValidation--;
return o;
@@ -3748,19 +3748,19 @@
void checkValueValidation(api.ValueValidation o) {
buildCounterValueValidation++;
if (buildCounterValueValidation < 3) {
- checkUnnamed2953(o.values!);
+ checkUnnamed2954(o.values!);
}
buildCounterValueValidation--;
}
-core.List<api.WorkflowNode> buildUnnamed2954() {
+core.List<api.WorkflowNode> buildUnnamed2955() {
var o = <api.WorkflowNode>[];
o.add(buildWorkflowNode());
o.add(buildWorkflowNode());
return o;
}
-void checkUnnamed2954(core.List<api.WorkflowNode> o) {
+void checkUnnamed2955(core.List<api.WorkflowNode> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkflowNode(o[0] as api.WorkflowNode);
checkWorkflowNode(o[1] as api.WorkflowNode);
@@ -3771,7 +3771,7 @@
var o = api.WorkflowGraph();
buildCounterWorkflowGraph++;
if (buildCounterWorkflowGraph < 3) {
- o.nodes = buildUnnamed2954();
+ o.nodes = buildUnnamed2955();
}
buildCounterWorkflowGraph--;
return o;
@@ -3780,19 +3780,19 @@
void checkWorkflowGraph(api.WorkflowGraph o) {
buildCounterWorkflowGraph++;
if (buildCounterWorkflowGraph < 3) {
- checkUnnamed2954(o.nodes!);
+ checkUnnamed2955(o.nodes!);
}
buildCounterWorkflowGraph--;
}
-core.Map<core.String, core.String> buildUnnamed2955() {
+core.Map<core.String, core.String> buildUnnamed2956() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2955(core.Map<core.String, core.String> o) {
+void checkUnnamed2956(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3818,7 +3818,7 @@
o.deleteCluster = buildClusterOperation();
o.endTime = 'foo';
o.graph = buildWorkflowGraph();
- o.parameters = buildUnnamed2955();
+ o.parameters = buildUnnamed2956();
o.startTime = 'foo';
o.state = 'foo';
o.template = 'foo';
@@ -3858,7 +3858,7 @@
unittest.equals('foo'),
);
checkWorkflowGraph(o.graph! as api.WorkflowGraph);
- checkUnnamed2955(o.parameters!);
+ checkUnnamed2956(o.parameters!);
unittest.expect(
o.startTime!,
unittest.equals('foo'),
@@ -3879,14 +3879,14 @@
buildCounterWorkflowMetadata--;
}
-core.List<core.String> buildUnnamed2956() {
+core.List<core.String> buildUnnamed2957() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2956(core.List<core.String> o) {
+void checkUnnamed2957(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3905,7 +3905,7 @@
if (buildCounterWorkflowNode < 3) {
o.error = 'foo';
o.jobId = 'foo';
- o.prerequisiteStepIds = buildUnnamed2956();
+ o.prerequisiteStepIds = buildUnnamed2957();
o.state = 'foo';
o.stepId = 'foo';
}
@@ -3924,7 +3924,7 @@
o.jobId!,
unittest.equals('foo'),
);
- checkUnnamed2956(o.prerequisiteStepIds!);
+ checkUnnamed2957(o.prerequisiteStepIds!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -3937,27 +3937,27 @@
buildCounterWorkflowNode--;
}
-core.List<api.OrderedJob> buildUnnamed2957() {
+core.List<api.OrderedJob> buildUnnamed2958() {
var o = <api.OrderedJob>[];
o.add(buildOrderedJob());
o.add(buildOrderedJob());
return o;
}
-void checkUnnamed2957(core.List<api.OrderedJob> o) {
+void checkUnnamed2958(core.List<api.OrderedJob> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderedJob(o[0] as api.OrderedJob);
checkOrderedJob(o[1] as api.OrderedJob);
}
-core.Map<core.String, core.String> buildUnnamed2958() {
+core.Map<core.String, core.String> buildUnnamed2959() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2958(core.Map<core.String, core.String> o) {
+void checkUnnamed2959(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3969,14 +3969,14 @@
);
}
-core.List<api.TemplateParameter> buildUnnamed2959() {
+core.List<api.TemplateParameter> buildUnnamed2960() {
var o = <api.TemplateParameter>[];
o.add(buildTemplateParameter());
o.add(buildTemplateParameter());
return o;
}
-void checkUnnamed2959(core.List<api.TemplateParameter> o) {
+void checkUnnamed2960(core.List<api.TemplateParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkTemplateParameter(o[0] as api.TemplateParameter);
checkTemplateParameter(o[1] as api.TemplateParameter);
@@ -3990,10 +3990,10 @@
o.createTime = 'foo';
o.dagTimeout = 'foo';
o.id = 'foo';
- o.jobs = buildUnnamed2957();
- o.labels = buildUnnamed2958();
+ o.jobs = buildUnnamed2958();
+ o.labels = buildUnnamed2959();
o.name = 'foo';
- o.parameters = buildUnnamed2959();
+ o.parameters = buildUnnamed2960();
o.placement = buildWorkflowTemplatePlacement();
o.updateTime = 'foo';
o.version = 42;
@@ -4017,13 +4017,13 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed2957(o.jobs!);
- checkUnnamed2958(o.labels!);
+ checkUnnamed2958(o.jobs!);
+ checkUnnamed2959(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2959(o.parameters!);
+ checkUnnamed2960(o.parameters!);
checkWorkflowTemplatePlacement(
o.placement! as api.WorkflowTemplatePlacement);
unittest.expect(
diff --git a/generated/googleapis/test/deploymentmanager/v2_test.dart b/generated/googleapis/test/deploymentmanager/v2_test.dart
index 13d5a39..a477180 100644
--- a/generated/googleapis/test/deploymentmanager/v2_test.dart
+++ b/generated/googleapis/test/deploymentmanager/v2_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AuditLogConfig> buildUnnamed4479() {
+core.List<api.AuditLogConfig> buildUnnamed4480() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed4479(core.List<api.AuditLogConfig> o) {
+void checkUnnamed4480(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -45,7 +45,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed4479();
+ o.auditLogConfigs = buildUnnamed4480();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -55,7 +55,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed4479(o.auditLogConfigs!);
+ checkUnnamed4480(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -64,49 +64,6 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed4480() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4480(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterAuditLogConfig = 0;
-api.AuditLogConfig buildAuditLogConfig() {
- var o = api.AuditLogConfig();
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed4480();
- o.logType = 'foo';
- }
- buildCounterAuditLogConfig--;
- return o;
-}
-
-void checkAuditLogConfig(api.AuditLogConfig o) {
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- checkUnnamed4480(o.exemptedMembers!);
- unittest.expect(
- o.logType!,
- unittest.equals('foo'),
- );
- }
- buildCounterAuditLogConfig--;
-}
-
core.List<core.String> buildUnnamed4481() {
var o = <core.String>[];
o.add('foo');
@@ -126,13 +83,56 @@
);
}
+core.int buildCounterAuditLogConfig = 0;
+api.AuditLogConfig buildAuditLogConfig() {
+ var o = api.AuditLogConfig();
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ o.exemptedMembers = buildUnnamed4481();
+ o.logType = 'foo';
+ }
+ buildCounterAuditLogConfig--;
+ return o;
+}
+
+void checkAuditLogConfig(api.AuditLogConfig o) {
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ checkUnnamed4481(o.exemptedMembers!);
+ unittest.expect(
+ o.logType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAuditLogConfig--;
+}
+
+core.List<core.String> buildUnnamed4482() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4482(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterBinding = 0;
api.Binding buildBinding() {
var o = api.Binding();
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed4481();
+ o.members = buildUnnamed4482();
o.role = 'foo';
}
buildCounterBinding--;
@@ -143,7 +143,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed4481(o.members!);
+ checkUnnamed4482(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -174,14 +174,14 @@
buildCounterConfigFile--;
}
-core.List<api.DeploymentLabelEntry> buildUnnamed4482() {
+core.List<api.DeploymentLabelEntry> buildUnnamed4483() {
var o = <api.DeploymentLabelEntry>[];
o.add(buildDeploymentLabelEntry());
o.add(buildDeploymentLabelEntry());
return o;
}
-void checkUnnamed4482(core.List<api.DeploymentLabelEntry> o) {
+void checkUnnamed4483(core.List<api.DeploymentLabelEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeploymentLabelEntry(o[0] as api.DeploymentLabelEntry);
checkDeploymentLabelEntry(o[1] as api.DeploymentLabelEntry);
@@ -196,7 +196,7 @@
o.fingerprint = 'foo';
o.id = 'foo';
o.insertTime = 'foo';
- o.labels = buildUnnamed4482();
+ o.labels = buildUnnamed4483();
o.manifest = 'foo';
o.name = 'foo';
o.operation = buildOperation();
@@ -228,7 +228,7 @@
o.insertTime!,
unittest.equals('foo'),
);
- checkUnnamed4482(o.labels!);
+ checkUnnamed4483(o.labels!);
unittest.expect(
o.manifest!,
unittest.equals('foo'),
@@ -279,14 +279,14 @@
buildCounterDeploymentLabelEntry--;
}
-core.List<api.DeploymentUpdateLabelEntry> buildUnnamed4483() {
+core.List<api.DeploymentUpdateLabelEntry> buildUnnamed4484() {
var o = <api.DeploymentUpdateLabelEntry>[];
o.add(buildDeploymentUpdateLabelEntry());
o.add(buildDeploymentUpdateLabelEntry());
return o;
}
-void checkUnnamed4483(core.List<api.DeploymentUpdateLabelEntry> o) {
+void checkUnnamed4484(core.List<api.DeploymentUpdateLabelEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeploymentUpdateLabelEntry(o[0] as api.DeploymentUpdateLabelEntry);
checkDeploymentUpdateLabelEntry(o[1] as api.DeploymentUpdateLabelEntry);
@@ -298,7 +298,7 @@
buildCounterDeploymentUpdate++;
if (buildCounterDeploymentUpdate < 3) {
o.description = 'foo';
- o.labels = buildUnnamed4483();
+ o.labels = buildUnnamed4484();
o.manifest = 'foo';
}
buildCounterDeploymentUpdate--;
@@ -312,7 +312,7 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed4483(o.labels!);
+ checkUnnamed4484(o.labels!);
unittest.expect(
o.manifest!,
unittest.equals('foo'),
@@ -371,14 +371,14 @@
buildCounterDeploymentsCancelPreviewRequest--;
}
-core.List<api.Deployment> buildUnnamed4484() {
+core.List<api.Deployment> buildUnnamed4485() {
var o = <api.Deployment>[];
o.add(buildDeployment());
o.add(buildDeployment());
return o;
}
-void checkUnnamed4484(core.List<api.Deployment> o) {
+void checkUnnamed4485(core.List<api.Deployment> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeployment(o[0] as api.Deployment);
checkDeployment(o[1] as api.Deployment);
@@ -389,7 +389,7 @@
var o = api.DeploymentsListResponse();
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- o.deployments = buildUnnamed4484();
+ o.deployments = buildUnnamed4485();
o.nextPageToken = 'foo';
}
buildCounterDeploymentsListResponse--;
@@ -399,7 +399,7 @@
void checkDeploymentsListResponse(api.DeploymentsListResponse o) {
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- checkUnnamed4484(o.deployments!);
+ checkUnnamed4485(o.deployments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -467,14 +467,14 @@
buildCounterExpr--;
}
-core.List<api.Binding> buildUnnamed4485() {
+core.List<api.Binding> buildUnnamed4486() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed4485(core.List<api.Binding> o) {
+void checkUnnamed4486(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -485,7 +485,7 @@
var o = api.GlobalSetPolicyRequest();
buildCounterGlobalSetPolicyRequest++;
if (buildCounterGlobalSetPolicyRequest < 3) {
- o.bindings = buildUnnamed4485();
+ o.bindings = buildUnnamed4486();
o.etag = 'foo';
o.policy = buildPolicy();
}
@@ -496,7 +496,7 @@
void checkGlobalSetPolicyRequest(api.GlobalSetPolicyRequest o) {
buildCounterGlobalSetPolicyRequest++;
if (buildCounterGlobalSetPolicyRequest < 3) {
- checkUnnamed4485(o.bindings!);
+ checkUnnamed4486(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -533,14 +533,14 @@
buildCounterImportFile--;
}
-core.List<api.ImportFile> buildUnnamed4486() {
+core.List<api.ImportFile> buildUnnamed4487() {
var o = <api.ImportFile>[];
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-void checkUnnamed4486(core.List<api.ImportFile> o) {
+void checkUnnamed4487(core.List<api.ImportFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkImportFile(o[0] as api.ImportFile);
checkImportFile(o[1] as api.ImportFile);
@@ -554,7 +554,7 @@
o.config = buildConfigFile();
o.expandedConfig = 'foo';
o.id = 'foo';
- o.imports = buildUnnamed4486();
+ o.imports = buildUnnamed4487();
o.insertTime = 'foo';
o.layout = 'foo';
o.manifestSizeBytes = 'foo';
@@ -578,7 +578,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed4486(o.imports!);
+ checkUnnamed4487(o.imports!);
unittest.expect(
o.insertTime!,
unittest.equals('foo'),
@@ -607,14 +607,14 @@
buildCounterManifest--;
}
-core.List<api.Manifest> buildUnnamed4487() {
+core.List<api.Manifest> buildUnnamed4488() {
var o = <api.Manifest>[];
o.add(buildManifest());
o.add(buildManifest());
return o;
}
-void checkUnnamed4487(core.List<api.Manifest> o) {
+void checkUnnamed4488(core.List<api.Manifest> o) {
unittest.expect(o, unittest.hasLength(2));
checkManifest(o[0] as api.Manifest);
checkManifest(o[1] as api.Manifest);
@@ -625,7 +625,7 @@
var o = api.ManifestsListResponse();
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- o.manifests = buildUnnamed4487();
+ o.manifests = buildUnnamed4488();
o.nextPageToken = 'foo';
}
buildCounterManifestsListResponse--;
@@ -635,7 +635,7 @@
void checkManifestsListResponse(api.ManifestsListResponse o) {
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- checkUnnamed4487(o.manifests!);
+ checkUnnamed4488(o.manifests!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -676,14 +676,14 @@
buildCounterOperationErrorErrors--;
}
-core.List<api.OperationErrorErrors> buildUnnamed4488() {
+core.List<api.OperationErrorErrors> buildUnnamed4489() {
var o = <api.OperationErrorErrors>[];
o.add(buildOperationErrorErrors());
o.add(buildOperationErrorErrors());
return o;
}
-void checkUnnamed4488(core.List<api.OperationErrorErrors> o) {
+void checkUnnamed4489(core.List<api.OperationErrorErrors> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationErrorErrors(o[0] as api.OperationErrorErrors);
checkOperationErrorErrors(o[1] as api.OperationErrorErrors);
@@ -694,7 +694,7 @@
var o = api.OperationError();
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- o.errors = buildUnnamed4488();
+ o.errors = buildUnnamed4489();
}
buildCounterOperationError--;
return o;
@@ -703,7 +703,7 @@
void checkOperationError(api.OperationError o) {
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- checkUnnamed4488(o.errors!);
+ checkUnnamed4489(o.errors!);
}
buildCounterOperationError--;
}
@@ -735,14 +735,14 @@
buildCounterOperationWarningsData--;
}
-core.List<api.OperationWarningsData> buildUnnamed4489() {
+core.List<api.OperationWarningsData> buildUnnamed4490() {
var o = <api.OperationWarningsData>[];
o.add(buildOperationWarningsData());
o.add(buildOperationWarningsData());
return o;
}
-void checkUnnamed4489(core.List<api.OperationWarningsData> o) {
+void checkUnnamed4490(core.List<api.OperationWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationWarningsData(o[0] as api.OperationWarningsData);
checkOperationWarningsData(o[1] as api.OperationWarningsData);
@@ -754,7 +754,7 @@
buildCounterOperationWarnings++;
if (buildCounterOperationWarnings < 3) {
o.code = 'foo';
- o.data = buildUnnamed4489();
+ o.data = buildUnnamed4490();
o.message = 'foo';
}
buildCounterOperationWarnings--;
@@ -768,7 +768,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed4489(o.data!);
+ checkUnnamed4490(o.data!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -777,14 +777,14 @@
buildCounterOperationWarnings--;
}
-core.List<api.OperationWarnings> buildUnnamed4490() {
+core.List<api.OperationWarnings> buildUnnamed4491() {
var o = <api.OperationWarnings>[];
o.add(buildOperationWarnings());
o.add(buildOperationWarnings());
return o;
}
-void checkUnnamed4490(core.List<api.OperationWarnings> o) {
+void checkUnnamed4491(core.List<api.OperationWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationWarnings(o[0] as api.OperationWarnings);
checkOperationWarnings(o[1] as api.OperationWarnings);
@@ -817,7 +817,7 @@
o.targetId = 'foo';
o.targetLink = 'foo';
o.user = 'foo';
- o.warnings = buildUnnamed4490();
+ o.warnings = buildUnnamed4491();
o.zone = 'foo';
}
buildCounterOperation--;
@@ -912,7 +912,7 @@
o.user!,
unittest.equals('foo'),
);
- checkUnnamed4490(o.warnings!);
+ checkUnnamed4491(o.warnings!);
unittest.expect(
o.zone!,
unittest.equals('foo'),
@@ -921,14 +921,14 @@
buildCounterOperation--;
}
-core.List<api.Operation> buildUnnamed4491() {
+core.List<api.Operation> buildUnnamed4492() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed4491(core.List<api.Operation> o) {
+void checkUnnamed4492(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -940,7 +940,7 @@
buildCounterOperationsListResponse++;
if (buildCounterOperationsListResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed4491();
+ o.operations = buildUnnamed4492();
}
buildCounterOperationsListResponse--;
return o;
@@ -953,32 +953,32 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4491(o.operations!);
+ checkUnnamed4492(o.operations!);
}
buildCounterOperationsListResponse--;
}
-core.List<api.AuditConfig> buildUnnamed4492() {
+core.List<api.AuditConfig> buildUnnamed4493() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed4492(core.List<api.AuditConfig> o) {
+void checkUnnamed4493(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed4493() {
+core.List<api.Binding> buildUnnamed4494() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed4493(core.List<api.Binding> o) {
+void checkUnnamed4494(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -989,8 +989,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed4492();
- o.bindings = buildUnnamed4493();
+ o.auditConfigs = buildUnnamed4493();
+ o.bindings = buildUnnamed4494();
o.etag = 'foo';
o.version = 42;
}
@@ -1001,8 +1001,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed4492(o.auditConfigs!);
- checkUnnamed4493(o.bindings!);
+ checkUnnamed4493(o.auditConfigs!);
+ checkUnnamed4494(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1042,14 +1042,14 @@
buildCounterResourceWarningsData--;
}
-core.List<api.ResourceWarningsData> buildUnnamed4494() {
+core.List<api.ResourceWarningsData> buildUnnamed4495() {
var o = <api.ResourceWarningsData>[];
o.add(buildResourceWarningsData());
o.add(buildResourceWarningsData());
return o;
}
-void checkUnnamed4494(core.List<api.ResourceWarningsData> o) {
+void checkUnnamed4495(core.List<api.ResourceWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceWarningsData(o[0] as api.ResourceWarningsData);
checkResourceWarningsData(o[1] as api.ResourceWarningsData);
@@ -1061,7 +1061,7 @@
buildCounterResourceWarnings++;
if (buildCounterResourceWarnings < 3) {
o.code = 'foo';
- o.data = buildUnnamed4494();
+ o.data = buildUnnamed4495();
o.message = 'foo';
}
buildCounterResourceWarnings--;
@@ -1075,7 +1075,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed4494(o.data!);
+ checkUnnamed4495(o.data!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1084,14 +1084,14 @@
buildCounterResourceWarnings--;
}
-core.List<api.ResourceWarnings> buildUnnamed4495() {
+core.List<api.ResourceWarnings> buildUnnamed4496() {
var o = <api.ResourceWarnings>[];
o.add(buildResourceWarnings());
o.add(buildResourceWarnings());
return o;
}
-void checkUnnamed4495(core.List<api.ResourceWarnings> o) {
+void checkUnnamed4496(core.List<api.ResourceWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceWarnings(o[0] as api.ResourceWarnings);
checkResourceWarnings(o[1] as api.ResourceWarnings);
@@ -1113,7 +1113,7 @@
o.update = buildResourceUpdate();
o.updateTime = 'foo';
o.url = 'foo';
- o.warnings = buildUnnamed4495();
+ o.warnings = buildUnnamed4496();
}
buildCounterResource--;
return o;
@@ -1160,7 +1160,7 @@
o.url!,
unittest.equals('foo'),
);
- checkUnnamed4495(o.warnings!);
+ checkUnnamed4496(o.warnings!);
}
buildCounterResource--;
}
@@ -1219,14 +1219,14 @@
buildCounterResourceUpdateErrorErrors--;
}
-core.List<api.ResourceUpdateErrorErrors> buildUnnamed4496() {
+core.List<api.ResourceUpdateErrorErrors> buildUnnamed4497() {
var o = <api.ResourceUpdateErrorErrors>[];
o.add(buildResourceUpdateErrorErrors());
o.add(buildResourceUpdateErrorErrors());
return o;
}
-void checkUnnamed4496(core.List<api.ResourceUpdateErrorErrors> o) {
+void checkUnnamed4497(core.List<api.ResourceUpdateErrorErrors> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceUpdateErrorErrors(o[0] as api.ResourceUpdateErrorErrors);
checkResourceUpdateErrorErrors(o[1] as api.ResourceUpdateErrorErrors);
@@ -1237,7 +1237,7 @@
var o = api.ResourceUpdateError();
buildCounterResourceUpdateError++;
if (buildCounterResourceUpdateError < 3) {
- o.errors = buildUnnamed4496();
+ o.errors = buildUnnamed4497();
}
buildCounterResourceUpdateError--;
return o;
@@ -1246,7 +1246,7 @@
void checkResourceUpdateError(api.ResourceUpdateError o) {
buildCounterResourceUpdateError++;
if (buildCounterResourceUpdateError < 3) {
- checkUnnamed4496(o.errors!);
+ checkUnnamed4497(o.errors!);
}
buildCounterResourceUpdateError--;
}
@@ -1278,14 +1278,14 @@
buildCounterResourceUpdateWarningsData--;
}
-core.List<api.ResourceUpdateWarningsData> buildUnnamed4497() {
+core.List<api.ResourceUpdateWarningsData> buildUnnamed4498() {
var o = <api.ResourceUpdateWarningsData>[];
o.add(buildResourceUpdateWarningsData());
o.add(buildResourceUpdateWarningsData());
return o;
}
-void checkUnnamed4497(core.List<api.ResourceUpdateWarningsData> o) {
+void checkUnnamed4498(core.List<api.ResourceUpdateWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceUpdateWarningsData(o[0] as api.ResourceUpdateWarningsData);
checkResourceUpdateWarningsData(o[1] as api.ResourceUpdateWarningsData);
@@ -1297,7 +1297,7 @@
buildCounterResourceUpdateWarnings++;
if (buildCounterResourceUpdateWarnings < 3) {
o.code = 'foo';
- o.data = buildUnnamed4497();
+ o.data = buildUnnamed4498();
o.message = 'foo';
}
buildCounterResourceUpdateWarnings--;
@@ -1311,7 +1311,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed4497(o.data!);
+ checkUnnamed4498(o.data!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1320,14 +1320,14 @@
buildCounterResourceUpdateWarnings--;
}
-core.List<api.ResourceUpdateWarnings> buildUnnamed4498() {
+core.List<api.ResourceUpdateWarnings> buildUnnamed4499() {
var o = <api.ResourceUpdateWarnings>[];
o.add(buildResourceUpdateWarnings());
o.add(buildResourceUpdateWarnings());
return o;
}
-void checkUnnamed4498(core.List<api.ResourceUpdateWarnings> o) {
+void checkUnnamed4499(core.List<api.ResourceUpdateWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceUpdateWarnings(o[0] as api.ResourceUpdateWarnings);
checkResourceUpdateWarnings(o[1] as api.ResourceUpdateWarnings);
@@ -1345,7 +1345,7 @@
o.manifest = 'foo';
o.properties = 'foo';
o.state = 'foo';
- o.warnings = buildUnnamed4498();
+ o.warnings = buildUnnamed4499();
}
buildCounterResourceUpdate--;
return o;
@@ -1376,19 +1376,19 @@
o.state!,
unittest.equals('foo'),
);
- checkUnnamed4498(o.warnings!);
+ checkUnnamed4499(o.warnings!);
}
buildCounterResourceUpdate--;
}
-core.List<api.Resource> buildUnnamed4499() {
+core.List<api.Resource> buildUnnamed4500() {
var o = <api.Resource>[];
o.add(buildResource());
o.add(buildResource());
return o;
}
-void checkUnnamed4499(core.List<api.Resource> o) {
+void checkUnnamed4500(core.List<api.Resource> o) {
unittest.expect(o, unittest.hasLength(2));
checkResource(o[0] as api.Resource);
checkResource(o[1] as api.Resource);
@@ -1400,7 +1400,7 @@
buildCounterResourcesListResponse++;
if (buildCounterResourcesListResponse < 3) {
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4499();
+ o.resources = buildUnnamed4500();
}
buildCounterResourcesListResponse--;
return o;
@@ -1413,19 +1413,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4499(o.resources!);
+ checkUnnamed4500(o.resources!);
}
buildCounterResourcesListResponse--;
}
-core.List<api.ImportFile> buildUnnamed4500() {
+core.List<api.ImportFile> buildUnnamed4501() {
var o = <api.ImportFile>[];
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-void checkUnnamed4500(core.List<api.ImportFile> o) {
+void checkUnnamed4501(core.List<api.ImportFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkImportFile(o[0] as api.ImportFile);
checkImportFile(o[1] as api.ImportFile);
@@ -1437,7 +1437,7 @@
buildCounterTargetConfiguration++;
if (buildCounterTargetConfiguration < 3) {
o.config = buildConfigFile();
- o.imports = buildUnnamed4500();
+ o.imports = buildUnnamed4501();
}
buildCounterTargetConfiguration--;
return o;
@@ -1447,49 +1447,11 @@
buildCounterTargetConfiguration++;
if (buildCounterTargetConfiguration < 3) {
checkConfigFile(o.config! as api.ConfigFile);
- checkUnnamed4500(o.imports!);
+ checkUnnamed4501(o.imports!);
}
buildCounterTargetConfiguration--;
}
-core.List<core.String> buildUnnamed4501() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4501(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterTestPermissionsRequest = 0;
-api.TestPermissionsRequest buildTestPermissionsRequest() {
- var o = api.TestPermissionsRequest();
- buildCounterTestPermissionsRequest++;
- if (buildCounterTestPermissionsRequest < 3) {
- o.permissions = buildUnnamed4501();
- }
- buildCounterTestPermissionsRequest--;
- return o;
-}
-
-void checkTestPermissionsRequest(api.TestPermissionsRequest o) {
- buildCounterTestPermissionsRequest++;
- if (buildCounterTestPermissionsRequest < 3) {
- checkUnnamed4501(o.permissions!);
- }
- buildCounterTestPermissionsRequest--;
-}
-
core.List<core.String> buildUnnamed4502() {
var o = <core.String>[];
o.add('foo');
@@ -1509,12 +1471,50 @@
);
}
+core.int buildCounterTestPermissionsRequest = 0;
+api.TestPermissionsRequest buildTestPermissionsRequest() {
+ var o = api.TestPermissionsRequest();
+ buildCounterTestPermissionsRequest++;
+ if (buildCounterTestPermissionsRequest < 3) {
+ o.permissions = buildUnnamed4502();
+ }
+ buildCounterTestPermissionsRequest--;
+ return o;
+}
+
+void checkTestPermissionsRequest(api.TestPermissionsRequest o) {
+ buildCounterTestPermissionsRequest++;
+ if (buildCounterTestPermissionsRequest < 3) {
+ checkUnnamed4502(o.permissions!);
+ }
+ buildCounterTestPermissionsRequest--;
+}
+
+core.List<core.String> buildUnnamed4503() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4503(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterTestPermissionsResponse = 0;
api.TestPermissionsResponse buildTestPermissionsResponse() {
var o = api.TestPermissionsResponse();
buildCounterTestPermissionsResponse++;
if (buildCounterTestPermissionsResponse < 3) {
- o.permissions = buildUnnamed4502();
+ o.permissions = buildUnnamed4503();
}
buildCounterTestPermissionsResponse--;
return o;
@@ -1523,7 +1523,7 @@
void checkTestPermissionsResponse(api.TestPermissionsResponse o) {
buildCounterTestPermissionsResponse++;
if (buildCounterTestPermissionsResponse < 3) {
- checkUnnamed4502(o.permissions!);
+ checkUnnamed4503(o.permissions!);
}
buildCounterTestPermissionsResponse--;
}
@@ -1567,14 +1567,14 @@
buildCounterType--;
}
-core.List<api.Type> buildUnnamed4503() {
+core.List<api.Type> buildUnnamed4504() {
var o = <api.Type>[];
o.add(buildType());
o.add(buildType());
return o;
}
-void checkUnnamed4503(core.List<api.Type> o) {
+void checkUnnamed4504(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0] as api.Type);
checkType(o[1] as api.Type);
@@ -1586,7 +1586,7 @@
buildCounterTypesListResponse++;
if (buildCounterTypesListResponse < 3) {
o.nextPageToken = 'foo';
- o.types = buildUnnamed4503();
+ o.types = buildUnnamed4504();
}
buildCounterTypesListResponse--;
return o;
@@ -1599,7 +1599,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4503(o.types!);
+ checkUnnamed4504(o.types!);
}
buildCounterTypesListResponse--;
}
diff --git a/generated/googleapis/test/dfareporting/v3_4_test.dart b/generated/googleapis/test/dfareporting/v3_4_test.dart
index a07913f..2bdf6be 100644
--- a/generated/googleapis/test/dfareporting/v3_4_test.dart
+++ b/generated/googleapis/test/dfareporting/v3_4_test.dart
@@ -27,25 +27,6 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed4541() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4541(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4542() {
var o = <core.String>[];
o.add('foo');
@@ -65,17 +46,36 @@
);
}
+core.List<core.String> buildUnnamed4543() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4543(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterAccount = 0;
api.Account buildAccount() {
var o = api.Account();
buildCounterAccount++;
if (buildCounterAccount < 3) {
- o.accountPermissionIds = buildUnnamed4541();
+ o.accountPermissionIds = buildUnnamed4542();
o.accountProfile = 'foo';
o.active = true;
o.activeAdsLimitTier = 'foo';
o.activeViewOptOut = true;
- o.availablePermissionIds = buildUnnamed4542();
+ o.availablePermissionIds = buildUnnamed4543();
o.countryId = 'foo';
o.currencyId = 'foo';
o.defaultCreativeSizeId = 'foo';
@@ -97,7 +97,7 @@
void checkAccount(api.Account o) {
buildCounterAccount++;
if (buildCounterAccount < 3) {
- checkUnnamed4541(o.accountPermissionIds!);
+ checkUnnamed4542(o.accountPermissionIds!);
unittest.expect(
o.accountProfile!,
unittest.equals('foo'),
@@ -108,7 +108,7 @@
unittest.equals('foo'),
);
unittest.expect(o.activeViewOptOut!, unittest.isTrue);
- checkUnnamed4542(o.availablePermissionIds!);
+ checkUnnamed4543(o.availablePermissionIds!);
unittest.expect(
o.countryId!,
unittest.equals('foo'),
@@ -199,14 +199,14 @@
buildCounterAccountActiveAdSummary--;
}
-core.List<core.String> buildUnnamed4543() {
+core.List<core.String> buildUnnamed4544() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4543(core.List<core.String> o) {
+void checkUnnamed4544(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -223,7 +223,7 @@
var o = api.AccountPermission();
buildCounterAccountPermission++;
if (buildCounterAccountPermission < 3) {
- o.accountProfiles = buildUnnamed4543();
+ o.accountProfiles = buildUnnamed4544();
o.id = 'foo';
o.kind = 'foo';
o.level = 'foo';
@@ -237,7 +237,7 @@
void checkAccountPermission(api.AccountPermission o) {
buildCounterAccountPermission++;
if (buildCounterAccountPermission < 3) {
- checkUnnamed4543(o.accountProfiles!);
+ checkUnnamed4544(o.accountProfiles!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -294,14 +294,14 @@
buildCounterAccountPermissionGroup--;
}
-core.List<api.AccountPermissionGroup> buildUnnamed4544() {
+core.List<api.AccountPermissionGroup> buildUnnamed4545() {
var o = <api.AccountPermissionGroup>[];
o.add(buildAccountPermissionGroup());
o.add(buildAccountPermissionGroup());
return o;
}
-void checkUnnamed4544(core.List<api.AccountPermissionGroup> o) {
+void checkUnnamed4545(core.List<api.AccountPermissionGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountPermissionGroup(o[0] as api.AccountPermissionGroup);
checkAccountPermissionGroup(o[1] as api.AccountPermissionGroup);
@@ -313,7 +313,7 @@
var o = api.AccountPermissionGroupsListResponse();
buildCounterAccountPermissionGroupsListResponse++;
if (buildCounterAccountPermissionGroupsListResponse < 3) {
- o.accountPermissionGroups = buildUnnamed4544();
+ o.accountPermissionGroups = buildUnnamed4545();
o.kind = 'foo';
}
buildCounterAccountPermissionGroupsListResponse--;
@@ -324,7 +324,7 @@
api.AccountPermissionGroupsListResponse o) {
buildCounterAccountPermissionGroupsListResponse++;
if (buildCounterAccountPermissionGroupsListResponse < 3) {
- checkUnnamed4544(o.accountPermissionGroups!);
+ checkUnnamed4545(o.accountPermissionGroups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -333,14 +333,14 @@
buildCounterAccountPermissionGroupsListResponse--;
}
-core.List<api.AccountPermission> buildUnnamed4545() {
+core.List<api.AccountPermission> buildUnnamed4546() {
var o = <api.AccountPermission>[];
o.add(buildAccountPermission());
o.add(buildAccountPermission());
return o;
}
-void checkUnnamed4545(core.List<api.AccountPermission> o) {
+void checkUnnamed4546(core.List<api.AccountPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountPermission(o[0] as api.AccountPermission);
checkAccountPermission(o[1] as api.AccountPermission);
@@ -351,7 +351,7 @@
var o = api.AccountPermissionsListResponse();
buildCounterAccountPermissionsListResponse++;
if (buildCounterAccountPermissionsListResponse < 3) {
- o.accountPermissions = buildUnnamed4545();
+ o.accountPermissions = buildUnnamed4546();
o.kind = 'foo';
}
buildCounterAccountPermissionsListResponse--;
@@ -361,7 +361,7 @@
void checkAccountPermissionsListResponse(api.AccountPermissionsListResponse o) {
buildCounterAccountPermissionsListResponse++;
if (buildCounterAccountPermissionsListResponse < 3) {
- checkUnnamed4545(o.accountPermissions!);
+ checkUnnamed4546(o.accountPermissions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -452,14 +452,14 @@
buildCounterAccountUserProfile--;
}
-core.List<api.AccountUserProfile> buildUnnamed4546() {
+core.List<api.AccountUserProfile> buildUnnamed4547() {
var o = <api.AccountUserProfile>[];
o.add(buildAccountUserProfile());
o.add(buildAccountUserProfile());
return o;
}
-void checkUnnamed4546(core.List<api.AccountUserProfile> o) {
+void checkUnnamed4547(core.List<api.AccountUserProfile> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountUserProfile(o[0] as api.AccountUserProfile);
checkAccountUserProfile(o[1] as api.AccountUserProfile);
@@ -470,7 +470,7 @@
var o = api.AccountUserProfilesListResponse();
buildCounterAccountUserProfilesListResponse++;
if (buildCounterAccountUserProfilesListResponse < 3) {
- o.accountUserProfiles = buildUnnamed4546();
+ o.accountUserProfiles = buildUnnamed4547();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -482,7 +482,7 @@
api.AccountUserProfilesListResponse o) {
buildCounterAccountUserProfilesListResponse++;
if (buildCounterAccountUserProfilesListResponse < 3) {
- checkUnnamed4546(o.accountUserProfiles!);
+ checkUnnamed4547(o.accountUserProfiles!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -495,14 +495,14 @@
buildCounterAccountUserProfilesListResponse--;
}
-core.List<api.Account> buildUnnamed4547() {
+core.List<api.Account> buildUnnamed4548() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed4547(core.List<api.Account> o) {
+void checkUnnamed4548(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -513,7 +513,7 @@
var o = api.AccountsListResponse();
buildCounterAccountsListResponse++;
if (buildCounterAccountsListResponse < 3) {
- o.accounts = buildUnnamed4547();
+ o.accounts = buildUnnamed4548();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -524,7 +524,7 @@
void checkAccountsListResponse(api.AccountsListResponse o) {
buildCounterAccountsListResponse++;
if (buildCounterAccountsListResponse < 3) {
- checkUnnamed4547(o.accounts!);
+ checkUnnamed4548(o.accounts!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -537,27 +537,27 @@
buildCounterAccountsListResponse--;
}
-core.List<api.DimensionValue> buildUnnamed4548() {
+core.List<api.DimensionValue> buildUnnamed4549() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed4548(core.List<api.DimensionValue> o) {
+void checkUnnamed4549(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<core.String> buildUnnamed4549() {
+core.List<core.String> buildUnnamed4550() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4549(core.List<core.String> o) {
+void checkUnnamed4550(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -574,9 +574,9 @@
var o = api.Activities();
buildCounterActivities++;
if (buildCounterActivities < 3) {
- o.filters = buildUnnamed4548();
+ o.filters = buildUnnamed4549();
o.kind = 'foo';
- o.metricNames = buildUnnamed4549();
+ o.metricNames = buildUnnamed4550();
}
buildCounterActivities--;
return o;
@@ -585,50 +585,50 @@
void checkActivities(api.Activities o) {
buildCounterActivities++;
if (buildCounterActivities < 3) {
- checkUnnamed4548(o.filters!);
+ checkUnnamed4549(o.filters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4549(o.metricNames!);
+ checkUnnamed4550(o.metricNames!);
}
buildCounterActivities--;
}
-core.List<api.CreativeGroupAssignment> buildUnnamed4550() {
+core.List<api.CreativeGroupAssignment> buildUnnamed4551() {
var o = <api.CreativeGroupAssignment>[];
o.add(buildCreativeGroupAssignment());
o.add(buildCreativeGroupAssignment());
return o;
}
-void checkUnnamed4550(core.List<api.CreativeGroupAssignment> o) {
+void checkUnnamed4551(core.List<api.CreativeGroupAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeGroupAssignment(o[0] as api.CreativeGroupAssignment);
checkCreativeGroupAssignment(o[1] as api.CreativeGroupAssignment);
}
-core.List<api.EventTagOverride> buildUnnamed4551() {
+core.List<api.EventTagOverride> buildUnnamed4552() {
var o = <api.EventTagOverride>[];
o.add(buildEventTagOverride());
o.add(buildEventTagOverride());
return o;
}
-void checkUnnamed4551(core.List<api.EventTagOverride> o) {
+void checkUnnamed4552(core.List<api.EventTagOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventTagOverride(o[0] as api.EventTagOverride);
checkEventTagOverride(o[1] as api.EventTagOverride);
}
-core.List<api.PlacementAssignment> buildUnnamed4552() {
+core.List<api.PlacementAssignment> buildUnnamed4553() {
var o = <api.PlacementAssignment>[];
o.add(buildPlacementAssignment());
o.add(buildPlacementAssignment());
return o;
}
-void checkUnnamed4552(core.List<api.PlacementAssignment> o) {
+void checkUnnamed4553(core.List<api.PlacementAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacementAssignment(o[0] as api.PlacementAssignment);
checkPlacementAssignment(o[1] as api.PlacementAssignment);
@@ -652,7 +652,7 @@
o.comments = 'foo';
o.compatibility = 'foo';
o.createInfo = buildLastModifiedInfo();
- o.creativeGroupAssignments = buildUnnamed4550();
+ o.creativeGroupAssignments = buildUnnamed4551();
o.creativeRotation = buildCreativeRotation();
o.dayPartTargeting = buildDayPartTargeting();
o.defaultClickThroughEventTagProperties =
@@ -660,7 +660,7 @@
o.deliverySchedule = buildDeliverySchedule();
o.dynamicClickTracker = true;
o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
- o.eventTagOverrides = buildUnnamed4551();
+ o.eventTagOverrides = buildUnnamed4552();
o.geoTargeting = buildGeoTargeting();
o.id = 'foo';
o.idDimensionValue = buildDimensionValue();
@@ -669,7 +669,7 @@
o.languageTargeting = buildLanguageTargeting();
o.lastModifiedInfo = buildLastModifiedInfo();
o.name = 'foo';
- o.placementAssignments = buildUnnamed4552();
+ o.placementAssignments = buildUnnamed4553();
o.remarketingListExpression = buildListTargetingExpression();
o.size = buildSize();
o.sslCompliant = true;
@@ -719,7 +719,7 @@
unittest.equals('foo'),
);
checkLastModifiedInfo(o.createInfo! as api.LastModifiedInfo);
- checkUnnamed4550(o.creativeGroupAssignments!);
+ checkUnnamed4551(o.creativeGroupAssignments!);
checkCreativeRotation(o.creativeRotation! as api.CreativeRotation);
checkDayPartTargeting(o.dayPartTargeting! as api.DayPartTargeting);
checkDefaultClickThroughEventTagProperties(
@@ -731,7 +731,7 @@
o.endTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed4551(o.eventTagOverrides!);
+ checkUnnamed4552(o.eventTagOverrides!);
checkGeoTargeting(o.geoTargeting! as api.GeoTargeting);
unittest.expect(
o.id!,
@@ -750,7 +750,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4552(o.placementAssignments!);
+ checkUnnamed4553(o.placementAssignments!);
checkListTargetingExpression(
o.remarketingListExpression! as api.ListTargetingExpression);
checkSize(o.size! as api.Size);
@@ -862,14 +862,14 @@
buildCounterAdSlot--;
}
-core.List<api.Ad> buildUnnamed4553() {
+core.List<api.Ad> buildUnnamed4554() {
var o = <api.Ad>[];
o.add(buildAd());
o.add(buildAd());
return o;
}
-void checkUnnamed4553(core.List<api.Ad> o) {
+void checkUnnamed4554(core.List<api.Ad> o) {
unittest.expect(o, unittest.hasLength(2));
checkAd(o[0] as api.Ad);
checkAd(o[1] as api.Ad);
@@ -880,7 +880,7 @@
var o = api.AdsListResponse();
buildCounterAdsListResponse++;
if (buildCounterAdsListResponse < 3) {
- o.ads = buildUnnamed4553();
+ o.ads = buildUnnamed4554();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -891,7 +891,7 @@
void checkAdsListResponse(api.AdsListResponse o) {
buildCounterAdsListResponse++;
if (buildCounterAdsListResponse < 3) {
- checkUnnamed4553(o.ads!);
+ checkUnnamed4554(o.ads!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1025,14 +1025,14 @@
buildCounterAdvertiserGroup--;
}
-core.List<api.AdvertiserGroup> buildUnnamed4554() {
+core.List<api.AdvertiserGroup> buildUnnamed4555() {
var o = <api.AdvertiserGroup>[];
o.add(buildAdvertiserGroup());
o.add(buildAdvertiserGroup());
return o;
}
-void checkUnnamed4554(core.List<api.AdvertiserGroup> o) {
+void checkUnnamed4555(core.List<api.AdvertiserGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdvertiserGroup(o[0] as api.AdvertiserGroup);
checkAdvertiserGroup(o[1] as api.AdvertiserGroup);
@@ -1043,7 +1043,7 @@
var o = api.AdvertiserGroupsListResponse();
buildCounterAdvertiserGroupsListResponse++;
if (buildCounterAdvertiserGroupsListResponse < 3) {
- o.advertiserGroups = buildUnnamed4554();
+ o.advertiserGroups = buildUnnamed4555();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1054,7 +1054,7 @@
void checkAdvertiserGroupsListResponse(api.AdvertiserGroupsListResponse o) {
buildCounterAdvertiserGroupsListResponse++;
if (buildCounterAdvertiserGroupsListResponse < 3) {
- checkUnnamed4554(o.advertiserGroups!);
+ checkUnnamed4555(o.advertiserGroups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1067,14 +1067,14 @@
buildCounterAdvertiserGroupsListResponse--;
}
-core.List<api.LandingPage> buildUnnamed4555() {
+core.List<api.LandingPage> buildUnnamed4556() {
var o = <api.LandingPage>[];
o.add(buildLandingPage());
o.add(buildLandingPage());
return o;
}
-void checkUnnamed4555(core.List<api.LandingPage> o) {
+void checkUnnamed4556(core.List<api.LandingPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkLandingPage(o[0] as api.LandingPage);
checkLandingPage(o[1] as api.LandingPage);
@@ -1087,7 +1087,7 @@
buildCounterAdvertiserLandingPagesListResponse++;
if (buildCounterAdvertiserLandingPagesListResponse < 3) {
o.kind = 'foo';
- o.landingPages = buildUnnamed4555();
+ o.landingPages = buildUnnamed4556();
o.nextPageToken = 'foo';
}
buildCounterAdvertiserLandingPagesListResponse--;
@@ -1102,7 +1102,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4555(o.landingPages!);
+ checkUnnamed4556(o.landingPages!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1111,14 +1111,14 @@
buildCounterAdvertiserLandingPagesListResponse--;
}
-core.List<api.Advertiser> buildUnnamed4556() {
+core.List<api.Advertiser> buildUnnamed4557() {
var o = <api.Advertiser>[];
o.add(buildAdvertiser());
o.add(buildAdvertiser());
return o;
}
-void checkUnnamed4556(core.List<api.Advertiser> o) {
+void checkUnnamed4557(core.List<api.Advertiser> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdvertiser(o[0] as api.Advertiser);
checkAdvertiser(o[1] as api.Advertiser);
@@ -1129,7 +1129,7 @@
var o = api.AdvertisersListResponse();
buildCounterAdvertisersListResponse++;
if (buildCounterAdvertisersListResponse < 3) {
- o.advertisers = buildUnnamed4556();
+ o.advertisers = buildUnnamed4557();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1140,7 +1140,7 @@
void checkAdvertisersListResponse(api.AdvertisersListResponse o) {
buildCounterAdvertisersListResponse++;
if (buildCounterAdvertisersListResponse < 3) {
- checkUnnamed4556(o.advertisers!);
+ checkUnnamed4557(o.advertisers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1185,14 +1185,14 @@
buildCounterAudienceSegment--;
}
-core.List<api.AudienceSegment> buildUnnamed4557() {
+core.List<api.AudienceSegment> buildUnnamed4558() {
var o = <api.AudienceSegment>[];
o.add(buildAudienceSegment());
o.add(buildAudienceSegment());
return o;
}
-void checkUnnamed4557(core.List<api.AudienceSegment> o) {
+void checkUnnamed4558(core.List<api.AudienceSegment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAudienceSegment(o[0] as api.AudienceSegment);
checkAudienceSegment(o[1] as api.AudienceSegment);
@@ -1203,7 +1203,7 @@
var o = api.AudienceSegmentGroup();
buildCounterAudienceSegmentGroup++;
if (buildCounterAudienceSegmentGroup < 3) {
- o.audienceSegments = buildUnnamed4557();
+ o.audienceSegments = buildUnnamed4558();
o.id = 'foo';
o.name = 'foo';
}
@@ -1214,7 +1214,7 @@
void checkAudienceSegmentGroup(api.AudienceSegmentGroup o) {
buildCounterAudienceSegmentGroup++;
if (buildCounterAudienceSegmentGroup < 3) {
- checkUnnamed4557(o.audienceSegments!);
+ checkUnnamed4558(o.audienceSegments!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -1274,14 +1274,14 @@
buildCounterBrowser--;
}
-core.List<api.Browser> buildUnnamed4558() {
+core.List<api.Browser> buildUnnamed4559() {
var o = <api.Browser>[];
o.add(buildBrowser());
o.add(buildBrowser());
return o;
}
-void checkUnnamed4558(core.List<api.Browser> o) {
+void checkUnnamed4559(core.List<api.Browser> o) {
unittest.expect(o, unittest.hasLength(2));
checkBrowser(o[0] as api.Browser);
checkBrowser(o[1] as api.Browser);
@@ -1292,7 +1292,7 @@
var o = api.BrowsersListResponse();
buildCounterBrowsersListResponse++;
if (buildCounterBrowsersListResponse < 3) {
- o.browsers = buildUnnamed4558();
+ o.browsers = buildUnnamed4559();
o.kind = 'foo';
}
buildCounterBrowsersListResponse--;
@@ -1302,7 +1302,7 @@
void checkBrowsersListResponse(api.BrowsersListResponse o) {
buildCounterBrowsersListResponse++;
if (buildCounterBrowsersListResponse < 3) {
- checkUnnamed4558(o.browsers!);
+ checkUnnamed4559(o.browsers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1311,14 +1311,14 @@
buildCounterBrowsersListResponse--;
}
-core.List<api.CreativeOptimizationConfiguration> buildUnnamed4559() {
+core.List<api.CreativeOptimizationConfiguration> buildUnnamed4560() {
var o = <api.CreativeOptimizationConfiguration>[];
o.add(buildCreativeOptimizationConfiguration());
o.add(buildCreativeOptimizationConfiguration());
return o;
}
-void checkUnnamed4559(core.List<api.CreativeOptimizationConfiguration> o) {
+void checkUnnamed4560(core.List<api.CreativeOptimizationConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeOptimizationConfiguration(
o[0] as api.CreativeOptimizationConfiguration);
@@ -1326,27 +1326,27 @@
o[1] as api.CreativeOptimizationConfiguration);
}
-core.List<api.AudienceSegmentGroup> buildUnnamed4560() {
+core.List<api.AudienceSegmentGroup> buildUnnamed4561() {
var o = <api.AudienceSegmentGroup>[];
o.add(buildAudienceSegmentGroup());
o.add(buildAudienceSegmentGroup());
return o;
}
-void checkUnnamed4560(core.List<api.AudienceSegmentGroup> o) {
+void checkUnnamed4561(core.List<api.AudienceSegmentGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkAudienceSegmentGroup(o[0] as api.AudienceSegmentGroup);
checkAudienceSegmentGroup(o[1] as api.AudienceSegmentGroup);
}
-core.List<core.String> buildUnnamed4561() {
+core.List<core.String> buildUnnamed4562() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4561(core.List<core.String> o) {
+void checkUnnamed4562(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1358,27 +1358,27 @@
);
}
-core.List<api.EventTagOverride> buildUnnamed4562() {
+core.List<api.EventTagOverride> buildUnnamed4563() {
var o = <api.EventTagOverride>[];
o.add(buildEventTagOverride());
o.add(buildEventTagOverride());
return o;
}
-void checkUnnamed4562(core.List<api.EventTagOverride> o) {
+void checkUnnamed4563(core.List<api.EventTagOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventTagOverride(o[0] as api.EventTagOverride);
checkEventTagOverride(o[1] as api.EventTagOverride);
}
-core.List<core.String> buildUnnamed4563() {
+core.List<core.String> buildUnnamed4564() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4563(core.List<core.String> o) {
+void checkUnnamed4564(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1397,24 +1397,24 @@
if (buildCounterCampaign < 3) {
o.accountId = 'foo';
o.adBlockingConfiguration = buildAdBlockingConfiguration();
- o.additionalCreativeOptimizationConfigurations = buildUnnamed4559();
+ o.additionalCreativeOptimizationConfigurations = buildUnnamed4560();
o.advertiserGroupId = 'foo';
o.advertiserId = 'foo';
o.advertiserIdDimensionValue = buildDimensionValue();
o.archived = true;
- o.audienceSegmentGroups = buildUnnamed4560();
+ o.audienceSegmentGroups = buildUnnamed4561();
o.billingInvoiceCode = 'foo';
o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties();
o.comment = 'foo';
o.createInfo = buildLastModifiedInfo();
- o.creativeGroupIds = buildUnnamed4561();
+ o.creativeGroupIds = buildUnnamed4562();
o.creativeOptimizationConfiguration =
buildCreativeOptimizationConfiguration();
o.defaultClickThroughEventTagProperties =
buildDefaultClickThroughEventTagProperties();
o.defaultLandingPageId = 'foo';
o.endDate = core.DateTime.parse('2002-02-27T14:01:02Z');
- o.eventTagOverrides = buildUnnamed4562();
+ o.eventTagOverrides = buildUnnamed4563();
o.externalId = 'foo';
o.id = 'foo';
o.idDimensionValue = buildDimensionValue();
@@ -1424,7 +1424,7 @@
o.nielsenOcrEnabled = true;
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.subaccountId = 'foo';
- o.traffickerEmails = buildUnnamed4563();
+ o.traffickerEmails = buildUnnamed4564();
}
buildCounterCampaign--;
return o;
@@ -1439,7 +1439,7 @@
);
checkAdBlockingConfiguration(
o.adBlockingConfiguration! as api.AdBlockingConfiguration);
- checkUnnamed4559(o.additionalCreativeOptimizationConfigurations!);
+ checkUnnamed4560(o.additionalCreativeOptimizationConfigurations!);
unittest.expect(
o.advertiserGroupId!,
unittest.equals('foo'),
@@ -1450,7 +1450,7 @@
);
checkDimensionValue(o.advertiserIdDimensionValue! as api.DimensionValue);
unittest.expect(o.archived!, unittest.isTrue);
- checkUnnamed4560(o.audienceSegmentGroups!);
+ checkUnnamed4561(o.audienceSegmentGroups!);
unittest.expect(
o.billingInvoiceCode!,
unittest.equals('foo'),
@@ -1462,7 +1462,7 @@
unittest.equals('foo'),
);
checkLastModifiedInfo(o.createInfo! as api.LastModifiedInfo);
- checkUnnamed4561(o.creativeGroupIds!);
+ checkUnnamed4562(o.creativeGroupIds!);
checkCreativeOptimizationConfiguration(o.creativeOptimizationConfiguration!
as api.CreativeOptimizationConfiguration);
checkDefaultClickThroughEventTagProperties(
@@ -1476,7 +1476,7 @@
o.endDate!,
unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")),
);
- checkUnnamed4562(o.eventTagOverrides!);
+ checkUnnamed4563(o.eventTagOverrides!);
unittest.expect(
o.externalId!,
unittest.equals('foo'),
@@ -1504,7 +1504,7 @@
o.subaccountId!,
unittest.equals('foo'),
);
- checkUnnamed4563(o.traffickerEmails!);
+ checkUnnamed4564(o.traffickerEmails!);
}
buildCounterCampaign--;
}
@@ -1536,14 +1536,14 @@
buildCounterCampaignCreativeAssociation--;
}
-core.List<api.CampaignCreativeAssociation> buildUnnamed4564() {
+core.List<api.CampaignCreativeAssociation> buildUnnamed4565() {
var o = <api.CampaignCreativeAssociation>[];
o.add(buildCampaignCreativeAssociation());
o.add(buildCampaignCreativeAssociation());
return o;
}
-void checkUnnamed4564(core.List<api.CampaignCreativeAssociation> o) {
+void checkUnnamed4565(core.List<api.CampaignCreativeAssociation> o) {
unittest.expect(o, unittest.hasLength(2));
checkCampaignCreativeAssociation(o[0] as api.CampaignCreativeAssociation);
checkCampaignCreativeAssociation(o[1] as api.CampaignCreativeAssociation);
@@ -1555,7 +1555,7 @@
var o = api.CampaignCreativeAssociationsListResponse();
buildCounterCampaignCreativeAssociationsListResponse++;
if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
- o.campaignCreativeAssociations = buildUnnamed4564();
+ o.campaignCreativeAssociations = buildUnnamed4565();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1567,7 +1567,7 @@
api.CampaignCreativeAssociationsListResponse o) {
buildCounterCampaignCreativeAssociationsListResponse++;
if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
- checkUnnamed4564(o.campaignCreativeAssociations!);
+ checkUnnamed4565(o.campaignCreativeAssociations!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1627,14 +1627,14 @@
buildCounterCampaignManagerIds--;
}
-core.List<api.Campaign> buildUnnamed4565() {
+core.List<api.Campaign> buildUnnamed4566() {
var o = <api.Campaign>[];
o.add(buildCampaign());
o.add(buildCampaign());
return o;
}
-void checkUnnamed4565(core.List<api.Campaign> o) {
+void checkUnnamed4566(core.List<api.Campaign> o) {
unittest.expect(o, unittest.hasLength(2));
checkCampaign(o[0] as api.Campaign);
checkCampaign(o[1] as api.Campaign);
@@ -1645,7 +1645,7 @@
var o = api.CampaignsListResponse();
buildCounterCampaignsListResponse++;
if (buildCounterCampaignsListResponse < 3) {
- o.campaigns = buildUnnamed4565();
+ o.campaigns = buildUnnamed4566();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1656,7 +1656,7 @@
void checkCampaignsListResponse(api.CampaignsListResponse o) {
buildCounterCampaignsListResponse++;
if (buildCounterCampaignsListResponse < 3) {
- checkUnnamed4565(o.campaigns!);
+ checkUnnamed4566(o.campaigns!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1756,14 +1756,14 @@
buildCounterChangeLog--;
}
-core.List<api.ChangeLog> buildUnnamed4566() {
+core.List<api.ChangeLog> buildUnnamed4567() {
var o = <api.ChangeLog>[];
o.add(buildChangeLog());
o.add(buildChangeLog());
return o;
}
-void checkUnnamed4566(core.List<api.ChangeLog> o) {
+void checkUnnamed4567(core.List<api.ChangeLog> o) {
unittest.expect(o, unittest.hasLength(2));
checkChangeLog(o[0] as api.ChangeLog);
checkChangeLog(o[1] as api.ChangeLog);
@@ -1774,7 +1774,7 @@
var o = api.ChangeLogsListResponse();
buildCounterChangeLogsListResponse++;
if (buildCounterChangeLogsListResponse < 3) {
- o.changeLogs = buildUnnamed4566();
+ o.changeLogs = buildUnnamed4567();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1785,7 +1785,7 @@
void checkChangeLogsListResponse(api.ChangeLogsListResponse o) {
buildCounterChangeLogsListResponse++;
if (buildCounterChangeLogsListResponse < 3) {
- checkUnnamed4566(o.changeLogs!);
+ checkUnnamed4567(o.changeLogs!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1798,14 +1798,14 @@
buildCounterChangeLogsListResponse--;
}
-core.List<api.ChannelGroupingRule> buildUnnamed4567() {
+core.List<api.ChannelGroupingRule> buildUnnamed4568() {
var o = <api.ChannelGroupingRule>[];
o.add(buildChannelGroupingRule());
o.add(buildChannelGroupingRule());
return o;
}
-void checkUnnamed4567(core.List<api.ChannelGroupingRule> o) {
+void checkUnnamed4568(core.List<api.ChannelGroupingRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelGroupingRule(o[0] as api.ChannelGroupingRule);
checkChannelGroupingRule(o[1] as api.ChannelGroupingRule);
@@ -1819,7 +1819,7 @@
o.fallbackName = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.rules = buildUnnamed4567();
+ o.rules = buildUnnamed4568();
}
buildCounterChannelGrouping--;
return o;
@@ -1840,19 +1840,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4567(o.rules!);
+ checkUnnamed4568(o.rules!);
}
buildCounterChannelGrouping--;
}
-core.List<api.DisjunctiveMatchStatement> buildUnnamed4568() {
+core.List<api.DisjunctiveMatchStatement> buildUnnamed4569() {
var o = <api.DisjunctiveMatchStatement>[];
o.add(buildDisjunctiveMatchStatement());
o.add(buildDisjunctiveMatchStatement());
return o;
}
-void checkUnnamed4568(core.List<api.DisjunctiveMatchStatement> o) {
+void checkUnnamed4569(core.List<api.DisjunctiveMatchStatement> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisjunctiveMatchStatement(o[0] as api.DisjunctiveMatchStatement);
checkDisjunctiveMatchStatement(o[1] as api.DisjunctiveMatchStatement);
@@ -1863,7 +1863,7 @@
var o = api.ChannelGroupingRule();
buildCounterChannelGroupingRule++;
if (buildCounterChannelGroupingRule < 3) {
- o.disjunctiveMatchStatements = buildUnnamed4568();
+ o.disjunctiveMatchStatements = buildUnnamed4569();
o.kind = 'foo';
o.name = 'foo';
}
@@ -1874,7 +1874,7 @@
void checkChannelGroupingRule(api.ChannelGroupingRule o) {
buildCounterChannelGroupingRule++;
if (buildCounterChannelGroupingRule < 3) {
- checkUnnamed4568(o.disjunctiveMatchStatements!);
+ checkUnnamed4569(o.disjunctiveMatchStatements!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1887,14 +1887,14 @@
buildCounterChannelGroupingRule--;
}
-core.List<api.City> buildUnnamed4569() {
+core.List<api.City> buildUnnamed4570() {
var o = <api.City>[];
o.add(buildCity());
o.add(buildCity());
return o;
}
-void checkUnnamed4569(core.List<api.City> o) {
+void checkUnnamed4570(core.List<api.City> o) {
unittest.expect(o, unittest.hasLength(2));
checkCity(o[0] as api.City);
checkCity(o[1] as api.City);
@@ -1905,7 +1905,7 @@
var o = api.CitiesListResponse();
buildCounterCitiesListResponse++;
if (buildCounterCitiesListResponse < 3) {
- o.cities = buildUnnamed4569();
+ o.cities = buildUnnamed4570();
o.kind = 'foo';
}
buildCounterCitiesListResponse--;
@@ -1915,7 +1915,7 @@
void checkCitiesListResponse(api.CitiesListResponse o) {
buildCounterCitiesListResponse++;
if (buildCounterCitiesListResponse < 3) {
- checkUnnamed4569(o.cities!);
+ checkUnnamed4570(o.cities!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2099,14 +2099,14 @@
buildCounterCompanionClickThroughOverride--;
}
-core.List<api.Size> buildUnnamed4570() {
+core.List<api.Size> buildUnnamed4571() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed4570(core.List<api.Size> o) {
+void checkUnnamed4571(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
@@ -2118,7 +2118,7 @@
buildCounterCompanionSetting++;
if (buildCounterCompanionSetting < 3) {
o.companionsDisabled = true;
- o.enabledSizes = buildUnnamed4570();
+ o.enabledSizes = buildUnnamed4571();
o.imageOnly = true;
o.kind = 'foo';
}
@@ -2130,7 +2130,7 @@
buildCounterCompanionSetting++;
if (buildCounterCompanionSetting < 3) {
unittest.expect(o.companionsDisabled!, unittest.isTrue);
- checkUnnamed4570(o.enabledSizes!);
+ checkUnnamed4571(o.enabledSizes!);
unittest.expect(o.imageOnly!, unittest.isTrue);
unittest.expect(
o.kind!,
@@ -2220,14 +2220,14 @@
buildCounterConnectionType--;
}
-core.List<api.ConnectionType> buildUnnamed4571() {
+core.List<api.ConnectionType> buildUnnamed4572() {
var o = <api.ConnectionType>[];
o.add(buildConnectionType());
o.add(buildConnectionType());
return o;
}
-void checkUnnamed4571(core.List<api.ConnectionType> o) {
+void checkUnnamed4572(core.List<api.ConnectionType> o) {
unittest.expect(o, unittest.hasLength(2));
checkConnectionType(o[0] as api.ConnectionType);
checkConnectionType(o[1] as api.ConnectionType);
@@ -2238,7 +2238,7 @@
var o = api.ConnectionTypesListResponse();
buildCounterConnectionTypesListResponse++;
if (buildCounterConnectionTypesListResponse < 3) {
- o.connectionTypes = buildUnnamed4571();
+ o.connectionTypes = buildUnnamed4572();
o.kind = 'foo';
}
buildCounterConnectionTypesListResponse--;
@@ -2248,7 +2248,7 @@
void checkConnectionTypesListResponse(api.ConnectionTypesListResponse o) {
buildCounterConnectionTypesListResponse++;
if (buildCounterConnectionTypesListResponse < 3) {
- checkUnnamed4571(o.connectionTypes!);
+ checkUnnamed4572(o.connectionTypes!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2257,14 +2257,14 @@
buildCounterConnectionTypesListResponse--;
}
-core.List<api.ContentCategory> buildUnnamed4572() {
+core.List<api.ContentCategory> buildUnnamed4573() {
var o = <api.ContentCategory>[];
o.add(buildContentCategory());
o.add(buildContentCategory());
return o;
}
-void checkUnnamed4572(core.List<api.ContentCategory> o) {
+void checkUnnamed4573(core.List<api.ContentCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkContentCategory(o[0] as api.ContentCategory);
checkContentCategory(o[1] as api.ContentCategory);
@@ -2275,7 +2275,7 @@
var o = api.ContentCategoriesListResponse();
buildCounterContentCategoriesListResponse++;
if (buildCounterContentCategoriesListResponse < 3) {
- o.contentCategories = buildUnnamed4572();
+ o.contentCategories = buildUnnamed4573();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -2286,7 +2286,7 @@
void checkContentCategoriesListResponse(api.ContentCategoriesListResponse o) {
buildCounterContentCategoriesListResponse++;
if (buildCounterContentCategoriesListResponse < 3) {
- checkUnnamed4572(o.contentCategories!);
+ checkUnnamed4573(o.contentCategories!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2336,27 +2336,27 @@
buildCounterContentCategory--;
}
-core.List<api.CustomFloodlightVariable> buildUnnamed4573() {
+core.List<api.CustomFloodlightVariable> buildUnnamed4574() {
var o = <api.CustomFloodlightVariable>[];
o.add(buildCustomFloodlightVariable());
o.add(buildCustomFloodlightVariable());
return o;
}
-void checkUnnamed4573(core.List<api.CustomFloodlightVariable> o) {
+void checkUnnamed4574(core.List<api.CustomFloodlightVariable> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomFloodlightVariable(o[0] as api.CustomFloodlightVariable);
checkCustomFloodlightVariable(o[1] as api.CustomFloodlightVariable);
}
-core.List<core.String> buildUnnamed4574() {
+core.List<core.String> buildUnnamed4575() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4574(core.List<core.String> o) {
+void checkUnnamed4575(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2374,10 +2374,10 @@
buildCounterConversion++;
if (buildCounterConversion < 3) {
o.childDirectedTreatment = true;
- o.customVariables = buildUnnamed4573();
+ o.customVariables = buildUnnamed4574();
o.dclid = 'foo';
o.encryptedUserId = 'foo';
- o.encryptedUserIdCandidates = buildUnnamed4574();
+ o.encryptedUserIdCandidates = buildUnnamed4575();
o.floodlightActivityId = 'foo';
o.floodlightConfigurationId = 'foo';
o.gclid = 'foo';
@@ -2400,7 +2400,7 @@
buildCounterConversion++;
if (buildCounterConversion < 3) {
unittest.expect(o.childDirectedTreatment!, unittest.isTrue);
- checkUnnamed4573(o.customVariables!);
+ checkUnnamed4574(o.customVariables!);
unittest.expect(
o.dclid!,
unittest.equals('foo'),
@@ -2409,7 +2409,7 @@
o.encryptedUserId!,
unittest.equals('foo'),
);
- checkUnnamed4574(o.encryptedUserIdCandidates!);
+ checkUnnamed4575(o.encryptedUserIdCandidates!);
unittest.expect(
o.floodlightActivityId!,
unittest.equals('foo'),
@@ -2489,14 +2489,14 @@
buildCounterConversionError--;
}
-core.List<api.ConversionError> buildUnnamed4575() {
+core.List<api.ConversionError> buildUnnamed4576() {
var o = <api.ConversionError>[];
o.add(buildConversionError());
o.add(buildConversionError());
return o;
}
-void checkUnnamed4575(core.List<api.ConversionError> o) {
+void checkUnnamed4576(core.List<api.ConversionError> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversionError(o[0] as api.ConversionError);
checkConversionError(o[1] as api.ConversionError);
@@ -2508,7 +2508,7 @@
buildCounterConversionStatus++;
if (buildCounterConversionStatus < 3) {
o.conversion = buildConversion();
- o.errors = buildUnnamed4575();
+ o.errors = buildUnnamed4576();
o.kind = 'foo';
}
buildCounterConversionStatus--;
@@ -2519,7 +2519,7 @@
buildCounterConversionStatus++;
if (buildCounterConversionStatus < 3) {
checkConversion(o.conversion! as api.Conversion);
- checkUnnamed4575(o.errors!);
+ checkUnnamed4576(o.errors!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2528,14 +2528,14 @@
buildCounterConversionStatus--;
}
-core.List<api.Conversion> buildUnnamed4576() {
+core.List<api.Conversion> buildUnnamed4577() {
var o = <api.Conversion>[];
o.add(buildConversion());
o.add(buildConversion());
return o;
}
-void checkUnnamed4576(core.List<api.Conversion> o) {
+void checkUnnamed4577(core.List<api.Conversion> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversion(o[0] as api.Conversion);
checkConversion(o[1] as api.Conversion);
@@ -2546,7 +2546,7 @@
var o = api.ConversionsBatchInsertRequest();
buildCounterConversionsBatchInsertRequest++;
if (buildCounterConversionsBatchInsertRequest < 3) {
- o.conversions = buildUnnamed4576();
+ o.conversions = buildUnnamed4577();
o.encryptionInfo = buildEncryptionInfo();
o.kind = 'foo';
}
@@ -2557,7 +2557,7 @@
void checkConversionsBatchInsertRequest(api.ConversionsBatchInsertRequest o) {
buildCounterConversionsBatchInsertRequest++;
if (buildCounterConversionsBatchInsertRequest < 3) {
- checkUnnamed4576(o.conversions!);
+ checkUnnamed4577(o.conversions!);
checkEncryptionInfo(o.encryptionInfo! as api.EncryptionInfo);
unittest.expect(
o.kind!,
@@ -2567,14 +2567,14 @@
buildCounterConversionsBatchInsertRequest--;
}
-core.List<api.ConversionStatus> buildUnnamed4577() {
+core.List<api.ConversionStatus> buildUnnamed4578() {
var o = <api.ConversionStatus>[];
o.add(buildConversionStatus());
o.add(buildConversionStatus());
return o;
}
-void checkUnnamed4577(core.List<api.ConversionStatus> o) {
+void checkUnnamed4578(core.List<api.ConversionStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversionStatus(o[0] as api.ConversionStatus);
checkConversionStatus(o[1] as api.ConversionStatus);
@@ -2587,7 +2587,7 @@
if (buildCounterConversionsBatchInsertResponse < 3) {
o.hasFailures = true;
o.kind = 'foo';
- o.status = buildUnnamed4577();
+ o.status = buildUnnamed4578();
}
buildCounterConversionsBatchInsertResponse--;
return o;
@@ -2601,19 +2601,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4577(o.status!);
+ checkUnnamed4578(o.status!);
}
buildCounterConversionsBatchInsertResponse--;
}
-core.List<api.Conversion> buildUnnamed4578() {
+core.List<api.Conversion> buildUnnamed4579() {
var o = <api.Conversion>[];
o.add(buildConversion());
o.add(buildConversion());
return o;
}
-void checkUnnamed4578(core.List<api.Conversion> o) {
+void checkUnnamed4579(core.List<api.Conversion> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversion(o[0] as api.Conversion);
checkConversion(o[1] as api.Conversion);
@@ -2624,7 +2624,7 @@
var o = api.ConversionsBatchUpdateRequest();
buildCounterConversionsBatchUpdateRequest++;
if (buildCounterConversionsBatchUpdateRequest < 3) {
- o.conversions = buildUnnamed4578();
+ o.conversions = buildUnnamed4579();
o.encryptionInfo = buildEncryptionInfo();
o.kind = 'foo';
}
@@ -2635,7 +2635,7 @@
void checkConversionsBatchUpdateRequest(api.ConversionsBatchUpdateRequest o) {
buildCounterConversionsBatchUpdateRequest++;
if (buildCounterConversionsBatchUpdateRequest < 3) {
- checkUnnamed4578(o.conversions!);
+ checkUnnamed4579(o.conversions!);
checkEncryptionInfo(o.encryptionInfo! as api.EncryptionInfo);
unittest.expect(
o.kind!,
@@ -2645,14 +2645,14 @@
buildCounterConversionsBatchUpdateRequest--;
}
-core.List<api.ConversionStatus> buildUnnamed4579() {
+core.List<api.ConversionStatus> buildUnnamed4580() {
var o = <api.ConversionStatus>[];
o.add(buildConversionStatus());
o.add(buildConversionStatus());
return o;
}
-void checkUnnamed4579(core.List<api.ConversionStatus> o) {
+void checkUnnamed4580(core.List<api.ConversionStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversionStatus(o[0] as api.ConversionStatus);
checkConversionStatus(o[1] as api.ConversionStatus);
@@ -2665,7 +2665,7 @@
if (buildCounterConversionsBatchUpdateResponse < 3) {
o.hasFailures = true;
o.kind = 'foo';
- o.status = buildUnnamed4579();
+ o.status = buildUnnamed4580();
}
buildCounterConversionsBatchUpdateResponse--;
return o;
@@ -2679,19 +2679,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4579(o.status!);
+ checkUnnamed4580(o.status!);
}
buildCounterConversionsBatchUpdateResponse--;
}
-core.List<api.Country> buildUnnamed4580() {
+core.List<api.Country> buildUnnamed4581() {
var o = <api.Country>[];
o.add(buildCountry());
o.add(buildCountry());
return o;
}
-void checkUnnamed4580(core.List<api.Country> o) {
+void checkUnnamed4581(core.List<api.Country> o) {
unittest.expect(o, unittest.hasLength(2));
checkCountry(o[0] as api.Country);
checkCountry(o[1] as api.Country);
@@ -2702,7 +2702,7 @@
var o = api.CountriesListResponse();
buildCounterCountriesListResponse++;
if (buildCounterCountriesListResponse < 3) {
- o.countries = buildUnnamed4580();
+ o.countries = buildUnnamed4581();
o.kind = 'foo';
}
buildCounterCountriesListResponse--;
@@ -2712,7 +2712,7 @@
void checkCountriesListResponse(api.CountriesListResponse o) {
buildCounterCountriesListResponse++;
if (buildCounterCountriesListResponse < 3) {
- checkUnnamed4580(o.countries!);
+ checkUnnamed4581(o.countries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2760,14 +2760,14 @@
buildCounterCountry--;
}
-core.List<core.String> buildUnnamed4581() {
+core.List<core.String> buildUnnamed4582() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4581(core.List<core.String> o) {
+void checkUnnamed4582(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2779,27 +2779,27 @@
);
}
-core.List<api.Size> buildUnnamed4582() {
+core.List<api.Size> buildUnnamed4583() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed4582(core.List<api.Size> o) {
+void checkUnnamed4583(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
}
-core.List<core.String> buildUnnamed4583() {
+core.List<core.String> buildUnnamed4584() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4583(core.List<core.String> o) {
+void checkUnnamed4584(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2811,38 +2811,19 @@
);
}
-core.List<api.ClickTag> buildUnnamed4584() {
+core.List<api.ClickTag> buildUnnamed4585() {
var o = <api.ClickTag>[];
o.add(buildClickTag());
o.add(buildClickTag());
return o;
}
-void checkUnnamed4584(core.List<api.ClickTag> o) {
+void checkUnnamed4585(core.List<api.ClickTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkClickTag(o[0] as api.ClickTag);
checkClickTag(o[1] as api.ClickTag);
}
-core.List<core.String> buildUnnamed4585() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4585(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4586() {
var o = <core.String>[];
o.add('foo');
@@ -2862,53 +2843,14 @@
);
}
-core.List<api.CreativeCustomEvent> buildUnnamed4587() {
- var o = <api.CreativeCustomEvent>[];
- o.add(buildCreativeCustomEvent());
- o.add(buildCreativeCustomEvent());
- return o;
-}
-
-void checkUnnamed4587(core.List<api.CreativeCustomEvent> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
- checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
-}
-
-core.List<api.CreativeAsset> buildUnnamed4588() {
- var o = <api.CreativeAsset>[];
- o.add(buildCreativeAsset());
- o.add(buildCreativeAsset());
- return o;
-}
-
-void checkUnnamed4588(core.List<api.CreativeAsset> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkCreativeAsset(o[0] as api.CreativeAsset);
- checkCreativeAsset(o[1] as api.CreativeAsset);
-}
-
-core.List<api.CreativeFieldAssignment> buildUnnamed4589() {
- var o = <api.CreativeFieldAssignment>[];
- o.add(buildCreativeFieldAssignment());
- o.add(buildCreativeFieldAssignment());
- return o;
-}
-
-void checkUnnamed4589(core.List<api.CreativeFieldAssignment> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkCreativeFieldAssignment(o[0] as api.CreativeFieldAssignment);
- checkCreativeFieldAssignment(o[1] as api.CreativeFieldAssignment);
-}
-
-core.List<core.String> buildUnnamed4590() {
+core.List<core.String> buildUnnamed4587() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4590(core.List<core.String> o) {
+void checkUnnamed4587(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2920,40 +2862,98 @@
);
}
-core.List<api.CreativeCustomEvent> buildUnnamed4591() {
+core.List<api.CreativeCustomEvent> buildUnnamed4588() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed4591(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed4588(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
}
-core.List<api.ThirdPartyTrackingUrl> buildUnnamed4592() {
+core.List<api.CreativeAsset> buildUnnamed4589() {
+ var o = <api.CreativeAsset>[];
+ o.add(buildCreativeAsset());
+ o.add(buildCreativeAsset());
+ return o;
+}
+
+void checkUnnamed4589(core.List<api.CreativeAsset> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkCreativeAsset(o[0] as api.CreativeAsset);
+ checkCreativeAsset(o[1] as api.CreativeAsset);
+}
+
+core.List<api.CreativeFieldAssignment> buildUnnamed4590() {
+ var o = <api.CreativeFieldAssignment>[];
+ o.add(buildCreativeFieldAssignment());
+ o.add(buildCreativeFieldAssignment());
+ return o;
+}
+
+void checkUnnamed4590(core.List<api.CreativeFieldAssignment> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkCreativeFieldAssignment(o[0] as api.CreativeFieldAssignment);
+ checkCreativeFieldAssignment(o[1] as api.CreativeFieldAssignment);
+}
+
+core.List<core.String> buildUnnamed4591() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4591(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.CreativeCustomEvent> buildUnnamed4592() {
+ var o = <api.CreativeCustomEvent>[];
+ o.add(buildCreativeCustomEvent());
+ o.add(buildCreativeCustomEvent());
+ return o;
+}
+
+void checkUnnamed4592(core.List<api.CreativeCustomEvent> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
+ checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
+}
+
+core.List<api.ThirdPartyTrackingUrl> buildUnnamed4593() {
var o = <api.ThirdPartyTrackingUrl>[];
o.add(buildThirdPartyTrackingUrl());
o.add(buildThirdPartyTrackingUrl());
return o;
}
-void checkUnnamed4592(core.List<api.ThirdPartyTrackingUrl> o) {
+void checkUnnamed4593(core.List<api.ThirdPartyTrackingUrl> o) {
unittest.expect(o, unittest.hasLength(2));
checkThirdPartyTrackingUrl(o[0] as api.ThirdPartyTrackingUrl);
checkThirdPartyTrackingUrl(o[1] as api.ThirdPartyTrackingUrl);
}
-core.List<api.CreativeCustomEvent> buildUnnamed4593() {
+core.List<api.CreativeCustomEvent> buildUnnamed4594() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed4593(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed4594(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
@@ -2967,8 +2967,8 @@
o.accountId = 'foo';
o.active = true;
o.adParameters = 'foo';
- o.adTagKeys = buildUnnamed4581();
- o.additionalSizes = buildUnnamed4582();
+ o.adTagKeys = buildUnnamed4582();
+ o.additionalSizes = buildUnnamed4583();
o.advertiserId = 'foo';
o.allowScriptAccess = true;
o.archived = true;
@@ -2978,21 +2978,21 @@
o.autoAdvanceImages = true;
o.backgroundColor = 'foo';
o.backupImageClickThroughUrl = buildCreativeClickThroughUrl();
- o.backupImageFeatures = buildUnnamed4583();
+ o.backupImageFeatures = buildUnnamed4584();
o.backupImageReportingLabel = 'foo';
o.backupImageTargetWindow = buildTargetWindow();
- o.clickTags = buildUnnamed4584();
+ o.clickTags = buildUnnamed4585();
o.commercialId = 'foo';
- o.companionCreatives = buildUnnamed4585();
- o.compatibility = buildUnnamed4586();
+ o.companionCreatives = buildUnnamed4586();
+ o.compatibility = buildUnnamed4587();
o.convertFlashToHtml5 = true;
- o.counterCustomEvents = buildUnnamed4587();
+ o.counterCustomEvents = buildUnnamed4588();
o.creativeAssetSelection = buildCreativeAssetSelection();
- o.creativeAssets = buildUnnamed4588();
- o.creativeFieldAssignments = buildUnnamed4589();
- o.customKeyValues = buildUnnamed4590();
+ o.creativeAssets = buildUnnamed4589();
+ o.creativeFieldAssignments = buildUnnamed4590();
+ o.customKeyValues = buildUnnamed4591();
o.dynamicAssetSelection = true;
- o.exitCustomEvents = buildUnnamed4591();
+ o.exitCustomEvents = buildUnnamed4592();
o.fsCommand = buildFsCommand();
o.htmlCode = 'foo';
o.htmlCodeLocked = true;
@@ -3023,8 +3023,8 @@
o.subaccountId = 'foo';
o.thirdPartyBackupImageImpressionsUrl = 'foo';
o.thirdPartyRichMediaImpressionsUrl = 'foo';
- o.thirdPartyUrls = buildUnnamed4592();
- o.timerCustomEvents = buildUnnamed4593();
+ o.thirdPartyUrls = buildUnnamed4593();
+ o.timerCustomEvents = buildUnnamed4594();
o.totalFileSize = 'foo';
o.type = 'foo';
o.universalAdId = buildUniversalAdId();
@@ -3046,8 +3046,8 @@
o.adParameters!,
unittest.equals('foo'),
);
- checkUnnamed4581(o.adTagKeys!);
- checkUnnamed4582(o.additionalSizes!);
+ checkUnnamed4582(o.adTagKeys!);
+ checkUnnamed4583(o.additionalSizes!);
unittest.expect(
o.advertiserId!,
unittest.equals('foo'),
@@ -3073,28 +3073,28 @@
);
checkCreativeClickThroughUrl(
o.backupImageClickThroughUrl! as api.CreativeClickThroughUrl);
- checkUnnamed4583(o.backupImageFeatures!);
+ checkUnnamed4584(o.backupImageFeatures!);
unittest.expect(
o.backupImageReportingLabel!,
unittest.equals('foo'),
);
checkTargetWindow(o.backupImageTargetWindow! as api.TargetWindow);
- checkUnnamed4584(o.clickTags!);
+ checkUnnamed4585(o.clickTags!);
unittest.expect(
o.commercialId!,
unittest.equals('foo'),
);
- checkUnnamed4585(o.companionCreatives!);
- checkUnnamed4586(o.compatibility!);
+ checkUnnamed4586(o.companionCreatives!);
+ checkUnnamed4587(o.compatibility!);
unittest.expect(o.convertFlashToHtml5!, unittest.isTrue);
- checkUnnamed4587(o.counterCustomEvents!);
+ checkUnnamed4588(o.counterCustomEvents!);
checkCreativeAssetSelection(
o.creativeAssetSelection! as api.CreativeAssetSelection);
- checkUnnamed4588(o.creativeAssets!);
- checkUnnamed4589(o.creativeFieldAssignments!);
- checkUnnamed4590(o.customKeyValues!);
+ checkUnnamed4589(o.creativeAssets!);
+ checkUnnamed4590(o.creativeFieldAssignments!);
+ checkUnnamed4591(o.customKeyValues!);
unittest.expect(o.dynamicAssetSelection!, unittest.isTrue);
- checkUnnamed4591(o.exitCustomEvents!);
+ checkUnnamed4592(o.exitCustomEvents!);
checkFsCommand(o.fsCommand! as api.FsCommand);
unittest.expect(
o.htmlCode!,
@@ -3179,8 +3179,8 @@
o.thirdPartyRichMediaImpressionsUrl!,
unittest.equals('foo'),
);
- checkUnnamed4592(o.thirdPartyUrls!);
- checkUnnamed4593(o.timerCustomEvents!);
+ checkUnnamed4593(o.thirdPartyUrls!);
+ checkUnnamed4594(o.timerCustomEvents!);
unittest.expect(
o.totalFileSize!,
unittest.equals('foo'),
@@ -3198,38 +3198,19 @@
buildCounterCreative--;
}
-core.List<api.Size> buildUnnamed4594() {
+core.List<api.Size> buildUnnamed4595() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed4594(core.List<api.Size> o) {
+void checkUnnamed4595(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
}
-core.List<core.String> buildUnnamed4595() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4595(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4596() {
var o = <core.String>[];
o.add('foo');
@@ -3249,6 +3230,25 @@
);
}
+core.List<core.String> buildUnnamed4597() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4597(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterCreativeAsset = 0;
api.CreativeAsset buildCreativeAsset() {
var o = api.CreativeAsset();
@@ -3256,7 +3256,7 @@
if (buildCounterCreativeAsset < 3) {
o.actionScript3 = true;
o.active = true;
- o.additionalSizes = buildUnnamed4594();
+ o.additionalSizes = buildUnnamed4595();
o.alignment = 'foo';
o.artworkType = 'foo';
o.assetIdentifier = buildCreativeAssetId();
@@ -3266,9 +3266,9 @@
o.bitRate = 42;
o.childAssetType = 'foo';
o.collapsedSize = buildSize();
- o.companionCreativeIds = buildUnnamed4595();
+ o.companionCreativeIds = buildUnnamed4596();
o.customStartTimeValue = 42;
- o.detectedFeatures = buildUnnamed4596();
+ o.detectedFeatures = buildUnnamed4597();
o.displayType = 'foo';
o.duration = 42;
o.durationType = 'foo';
@@ -3314,7 +3314,7 @@
if (buildCounterCreativeAsset < 3) {
unittest.expect(o.actionScript3!, unittest.isTrue);
unittest.expect(o.active!, unittest.isTrue);
- checkUnnamed4594(o.additionalSizes!);
+ checkUnnamed4595(o.additionalSizes!);
unittest.expect(
o.alignment!,
unittest.equals('foo'),
@@ -3342,12 +3342,12 @@
unittest.equals('foo'),
);
checkSize(o.collapsedSize! as api.Size);
- checkUnnamed4595(o.companionCreativeIds!);
+ checkUnnamed4596(o.companionCreativeIds!);
unittest.expect(
o.customStartTimeValue!,
unittest.equals(42),
);
- checkUnnamed4596(o.detectedFeatures!);
+ checkUnnamed4597(o.detectedFeatures!);
unittest.expect(
o.displayType!,
unittest.equals('foo'),
@@ -3477,40 +3477,40 @@
buildCounterCreativeAssetId--;
}
-core.List<api.ClickTag> buildUnnamed4597() {
+core.List<api.ClickTag> buildUnnamed4598() {
var o = <api.ClickTag>[];
o.add(buildClickTag());
o.add(buildClickTag());
return o;
}
-void checkUnnamed4597(core.List<api.ClickTag> o) {
+void checkUnnamed4598(core.List<api.ClickTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkClickTag(o[0] as api.ClickTag);
checkClickTag(o[1] as api.ClickTag);
}
-core.List<api.CreativeCustomEvent> buildUnnamed4598() {
+core.List<api.CreativeCustomEvent> buildUnnamed4599() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed4598(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed4599(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
}
-core.List<core.String> buildUnnamed4599() {
+core.List<core.String> buildUnnamed4600() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4599(core.List<core.String> o) {
+void checkUnnamed4600(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3522,19 +3522,6 @@
);
}
-core.List<api.CreativeCustomEvent> buildUnnamed4600() {
- var o = <api.CreativeCustomEvent>[];
- o.add(buildCreativeCustomEvent());
- o.add(buildCreativeCustomEvent());
- return o;
-}
-
-void checkUnnamed4600(core.List<api.CreativeCustomEvent> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
- checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
-}
-
core.List<api.CreativeCustomEvent> buildUnnamed4601() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
@@ -3548,14 +3535,27 @@
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
}
-core.List<core.String> buildUnnamed4602() {
+core.List<api.CreativeCustomEvent> buildUnnamed4602() {
+ var o = <api.CreativeCustomEvent>[];
+ o.add(buildCreativeCustomEvent());
+ o.add(buildCreativeCustomEvent());
+ return o;
+}
+
+void checkUnnamed4602(core.List<api.CreativeCustomEvent> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
+ checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
+}
+
+core.List<core.String> buildUnnamed4603() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4602(core.List<core.String> o) {
+void checkUnnamed4603(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3573,16 +3573,16 @@
buildCounterCreativeAssetMetadata++;
if (buildCounterCreativeAssetMetadata < 3) {
o.assetIdentifier = buildCreativeAssetId();
- o.clickTags = buildUnnamed4597();
- o.counterCustomEvents = buildUnnamed4598();
- o.detectedFeatures = buildUnnamed4599();
- o.exitCustomEvents = buildUnnamed4600();
+ o.clickTags = buildUnnamed4598();
+ o.counterCustomEvents = buildUnnamed4599();
+ o.detectedFeatures = buildUnnamed4600();
+ o.exitCustomEvents = buildUnnamed4601();
o.id = 'foo';
o.idDimensionValue = buildDimensionValue();
o.kind = 'foo';
o.richMedia = true;
- o.timerCustomEvents = buildUnnamed4601();
- o.warnedValidationRules = buildUnnamed4602();
+ o.timerCustomEvents = buildUnnamed4602();
+ o.warnedValidationRules = buildUnnamed4603();
}
buildCounterCreativeAssetMetadata--;
return o;
@@ -3592,10 +3592,10 @@
buildCounterCreativeAssetMetadata++;
if (buildCounterCreativeAssetMetadata < 3) {
checkCreativeAssetId(o.assetIdentifier! as api.CreativeAssetId);
- checkUnnamed4597(o.clickTags!);
- checkUnnamed4598(o.counterCustomEvents!);
- checkUnnamed4599(o.detectedFeatures!);
- checkUnnamed4600(o.exitCustomEvents!);
+ checkUnnamed4598(o.clickTags!);
+ checkUnnamed4599(o.counterCustomEvents!);
+ checkUnnamed4600(o.detectedFeatures!);
+ checkUnnamed4601(o.exitCustomEvents!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -3606,20 +3606,20 @@
unittest.equals('foo'),
);
unittest.expect(o.richMedia!, unittest.isTrue);
- checkUnnamed4601(o.timerCustomEvents!);
- checkUnnamed4602(o.warnedValidationRules!);
+ checkUnnamed4602(o.timerCustomEvents!);
+ checkUnnamed4603(o.warnedValidationRules!);
}
buildCounterCreativeAssetMetadata--;
}
-core.List<api.Rule> buildUnnamed4603() {
+core.List<api.Rule> buildUnnamed4604() {
var o = <api.Rule>[];
o.add(buildRule());
o.add(buildRule());
return o;
}
-void checkUnnamed4603(core.List<api.Rule> o) {
+void checkUnnamed4604(core.List<api.Rule> o) {
unittest.expect(o, unittest.hasLength(2));
checkRule(o[0] as api.Rule);
checkRule(o[1] as api.Rule);
@@ -3631,7 +3631,7 @@
buildCounterCreativeAssetSelection++;
if (buildCounterCreativeAssetSelection < 3) {
o.defaultAssetId = 'foo';
- o.rules = buildUnnamed4603();
+ o.rules = buildUnnamed4604();
}
buildCounterCreativeAssetSelection--;
return o;
@@ -3644,45 +3644,45 @@
o.defaultAssetId!,
unittest.equals('foo'),
);
- checkUnnamed4603(o.rules!);
+ checkUnnamed4604(o.rules!);
}
buildCounterCreativeAssetSelection--;
}
-core.List<api.CompanionClickThroughOverride> buildUnnamed4604() {
+core.List<api.CompanionClickThroughOverride> buildUnnamed4605() {
var o = <api.CompanionClickThroughOverride>[];
o.add(buildCompanionClickThroughOverride());
o.add(buildCompanionClickThroughOverride());
return o;
}
-void checkUnnamed4604(core.List<api.CompanionClickThroughOverride> o) {
+void checkUnnamed4605(core.List<api.CompanionClickThroughOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompanionClickThroughOverride(o[0] as api.CompanionClickThroughOverride);
checkCompanionClickThroughOverride(o[1] as api.CompanionClickThroughOverride);
}
-core.List<api.CreativeGroupAssignment> buildUnnamed4605() {
+core.List<api.CreativeGroupAssignment> buildUnnamed4606() {
var o = <api.CreativeGroupAssignment>[];
o.add(buildCreativeGroupAssignment());
o.add(buildCreativeGroupAssignment());
return o;
}
-void checkUnnamed4605(core.List<api.CreativeGroupAssignment> o) {
+void checkUnnamed4606(core.List<api.CreativeGroupAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeGroupAssignment(o[0] as api.CreativeGroupAssignment);
checkCreativeGroupAssignment(o[1] as api.CreativeGroupAssignment);
}
-core.List<api.RichMediaExitOverride> buildUnnamed4606() {
+core.List<api.RichMediaExitOverride> buildUnnamed4607() {
var o = <api.RichMediaExitOverride>[];
o.add(buildRichMediaExitOverride());
o.add(buildRichMediaExitOverride());
return o;
}
-void checkUnnamed4606(core.List<api.RichMediaExitOverride> o) {
+void checkUnnamed4607(core.List<api.RichMediaExitOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkRichMediaExitOverride(o[0] as api.RichMediaExitOverride);
checkRichMediaExitOverride(o[1] as api.RichMediaExitOverride);
@@ -3696,12 +3696,12 @@
o.active = true;
o.applyEventTags = true;
o.clickThroughUrl = buildClickThroughUrl();
- o.companionCreativeOverrides = buildUnnamed4604();
- o.creativeGroupAssignments = buildUnnamed4605();
+ o.companionCreativeOverrides = buildUnnamed4605();
+ o.creativeGroupAssignments = buildUnnamed4606();
o.creativeId = 'foo';
o.creativeIdDimensionValue = buildDimensionValue();
o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
- o.richMediaExitOverrides = buildUnnamed4606();
+ o.richMediaExitOverrides = buildUnnamed4607();
o.sequence = 42;
o.sslCompliant = true;
o.startTime = core.DateTime.parse("2002-02-27T14:01:02");
@@ -3717,8 +3717,8 @@
unittest.expect(o.active!, unittest.isTrue);
unittest.expect(o.applyEventTags!, unittest.isTrue);
checkClickThroughUrl(o.clickThroughUrl! as api.ClickThroughUrl);
- checkUnnamed4604(o.companionCreativeOverrides!);
- checkUnnamed4605(o.creativeGroupAssignments!);
+ checkUnnamed4605(o.companionCreativeOverrides!);
+ checkUnnamed4606(o.creativeGroupAssignments!);
unittest.expect(
o.creativeId!,
unittest.equals('foo'),
@@ -3728,7 +3728,7 @@
o.endTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed4606(o.richMediaExitOverrides!);
+ checkUnnamed4607(o.richMediaExitOverrides!);
unittest.expect(
o.sequence!,
unittest.equals(42),
@@ -3949,14 +3949,14 @@
buildCounterCreativeFieldValue--;
}
-core.List<api.CreativeFieldValue> buildUnnamed4607() {
+core.List<api.CreativeFieldValue> buildUnnamed4608() {
var o = <api.CreativeFieldValue>[];
o.add(buildCreativeFieldValue());
o.add(buildCreativeFieldValue());
return o;
}
-void checkUnnamed4607(core.List<api.CreativeFieldValue> o) {
+void checkUnnamed4608(core.List<api.CreativeFieldValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeFieldValue(o[0] as api.CreativeFieldValue);
checkCreativeFieldValue(o[1] as api.CreativeFieldValue);
@@ -3967,7 +3967,7 @@
var o = api.CreativeFieldValuesListResponse();
buildCounterCreativeFieldValuesListResponse++;
if (buildCounterCreativeFieldValuesListResponse < 3) {
- o.creativeFieldValues = buildUnnamed4607();
+ o.creativeFieldValues = buildUnnamed4608();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -3979,7 +3979,7 @@
api.CreativeFieldValuesListResponse o) {
buildCounterCreativeFieldValuesListResponse++;
if (buildCounterCreativeFieldValuesListResponse < 3) {
- checkUnnamed4607(o.creativeFieldValues!);
+ checkUnnamed4608(o.creativeFieldValues!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3992,14 +3992,14 @@
buildCounterCreativeFieldValuesListResponse--;
}
-core.List<api.CreativeField> buildUnnamed4608() {
+core.List<api.CreativeField> buildUnnamed4609() {
var o = <api.CreativeField>[];
o.add(buildCreativeField());
o.add(buildCreativeField());
return o;
}
-void checkUnnamed4608(core.List<api.CreativeField> o) {
+void checkUnnamed4609(core.List<api.CreativeField> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeField(o[0] as api.CreativeField);
checkCreativeField(o[1] as api.CreativeField);
@@ -4010,7 +4010,7 @@
var o = api.CreativeFieldsListResponse();
buildCounterCreativeFieldsListResponse++;
if (buildCounterCreativeFieldsListResponse < 3) {
- o.creativeFields = buildUnnamed4608();
+ o.creativeFields = buildUnnamed4609();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -4021,7 +4021,7 @@
void checkCreativeFieldsListResponse(api.CreativeFieldsListResponse o) {
buildCounterCreativeFieldsListResponse++;
if (buildCounterCreativeFieldsListResponse < 3) {
- checkUnnamed4608(o.creativeFields!);
+ checkUnnamed4609(o.creativeFields!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4115,14 +4115,14 @@
buildCounterCreativeGroupAssignment--;
}
-core.List<api.CreativeGroup> buildUnnamed4609() {
+core.List<api.CreativeGroup> buildUnnamed4610() {
var o = <api.CreativeGroup>[];
o.add(buildCreativeGroup());
o.add(buildCreativeGroup());
return o;
}
-void checkUnnamed4609(core.List<api.CreativeGroup> o) {
+void checkUnnamed4610(core.List<api.CreativeGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeGroup(o[0] as api.CreativeGroup);
checkCreativeGroup(o[1] as api.CreativeGroup);
@@ -4133,7 +4133,7 @@
var o = api.CreativeGroupsListResponse();
buildCounterCreativeGroupsListResponse++;
if (buildCounterCreativeGroupsListResponse < 3) {
- o.creativeGroups = buildUnnamed4609();
+ o.creativeGroups = buildUnnamed4610();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -4144,7 +4144,7 @@
void checkCreativeGroupsListResponse(api.CreativeGroupsListResponse o) {
buildCounterCreativeGroupsListResponse++;
if (buildCounterCreativeGroupsListResponse < 3) {
- checkUnnamed4609(o.creativeGroups!);
+ checkUnnamed4610(o.creativeGroups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4157,14 +4157,14 @@
buildCounterCreativeGroupsListResponse--;
}
-core.List<api.OptimizationActivity> buildUnnamed4610() {
+core.List<api.OptimizationActivity> buildUnnamed4611() {
var o = <api.OptimizationActivity>[];
o.add(buildOptimizationActivity());
o.add(buildOptimizationActivity());
return o;
}
-void checkUnnamed4610(core.List<api.OptimizationActivity> o) {
+void checkUnnamed4611(core.List<api.OptimizationActivity> o) {
unittest.expect(o, unittest.hasLength(2));
checkOptimizationActivity(o[0] as api.OptimizationActivity);
checkOptimizationActivity(o[1] as api.OptimizationActivity);
@@ -4177,7 +4177,7 @@
if (buildCounterCreativeOptimizationConfiguration < 3) {
o.id = 'foo';
o.name = 'foo';
- o.optimizationActivitys = buildUnnamed4610();
+ o.optimizationActivitys = buildUnnamed4611();
o.optimizationModel = 'foo';
}
buildCounterCreativeOptimizationConfiguration--;
@@ -4196,7 +4196,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4610(o.optimizationActivitys!);
+ checkUnnamed4611(o.optimizationActivitys!);
unittest.expect(
o.optimizationModel!,
unittest.equals('foo'),
@@ -4205,14 +4205,14 @@
buildCounterCreativeOptimizationConfiguration--;
}
-core.List<api.CreativeAssignment> buildUnnamed4611() {
+core.List<api.CreativeAssignment> buildUnnamed4612() {
var o = <api.CreativeAssignment>[];
o.add(buildCreativeAssignment());
o.add(buildCreativeAssignment());
return o;
}
-void checkUnnamed4611(core.List<api.CreativeAssignment> o) {
+void checkUnnamed4612(core.List<api.CreativeAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeAssignment(o[0] as api.CreativeAssignment);
checkCreativeAssignment(o[1] as api.CreativeAssignment);
@@ -4223,7 +4223,7 @@
var o = api.CreativeRotation();
buildCounterCreativeRotation++;
if (buildCounterCreativeRotation < 3) {
- o.creativeAssignments = buildUnnamed4611();
+ o.creativeAssignments = buildUnnamed4612();
o.creativeOptimizationConfigurationId = 'foo';
o.type = 'foo';
o.weightCalculationStrategy = 'foo';
@@ -4235,7 +4235,7 @@
void checkCreativeRotation(api.CreativeRotation o) {
buildCounterCreativeRotation++;
if (buildCounterCreativeRotation < 3) {
- checkUnnamed4611(o.creativeAssignments!);
+ checkUnnamed4612(o.creativeAssignments!);
unittest.expect(
o.creativeOptimizationConfigurationId!,
unittest.equals('foo'),
@@ -4252,14 +4252,14 @@
buildCounterCreativeRotation--;
}
-core.List<api.Creative> buildUnnamed4612() {
+core.List<api.Creative> buildUnnamed4613() {
var o = <api.Creative>[];
o.add(buildCreative());
o.add(buildCreative());
return o;
}
-void checkUnnamed4612(core.List<api.Creative> o) {
+void checkUnnamed4613(core.List<api.Creative> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreative(o[0] as api.Creative);
checkCreative(o[1] as api.Creative);
@@ -4270,7 +4270,7 @@
var o = api.CreativesListResponse();
buildCounterCreativesListResponse++;
if (buildCounterCreativesListResponse < 3) {
- o.creatives = buildUnnamed4612();
+ o.creatives = buildUnnamed4613();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -4281,7 +4281,7 @@
void checkCreativesListResponse(api.CreativesListResponse o) {
buildCounterCreativesListResponse++;
if (buildCounterCreativesListResponse < 3) {
- checkUnnamed4612(o.creatives!);
+ checkUnnamed4613(o.creatives!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4294,19 +4294,6 @@
buildCounterCreativesListResponse--;
}
-core.List<api.Dimension> buildUnnamed4613() {
- var o = <api.Dimension>[];
- o.add(buildDimension());
- o.add(buildDimension());
- return o;
-}
-
-void checkUnnamed4613(core.List<api.Dimension> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkDimension(o[0] as api.Dimension);
- checkDimension(o[1] as api.Dimension);
-}
-
core.List<api.Dimension> buildUnnamed4614() {
var o = <api.Dimension>[];
o.add(buildDimension());
@@ -4320,17 +4307,17 @@
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed4615() {
- var o = <api.Metric>[];
- o.add(buildMetric());
- o.add(buildMetric());
+core.List<api.Dimension> buildUnnamed4615() {
+ var o = <api.Dimension>[];
+ o.add(buildDimension());
+ o.add(buildDimension());
return o;
}
-void checkUnnamed4615(core.List<api.Metric> o) {
+void checkUnnamed4615(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
- checkMetric(o[0] as api.Metric);
- checkMetric(o[1] as api.Metric);
+ checkDimension(o[0] as api.Dimension);
+ checkDimension(o[1] as api.Dimension);
}
core.List<api.Metric> buildUnnamed4616() {
@@ -4346,17 +4333,30 @@
checkMetric(o[1] as api.Metric);
}
+core.List<api.Metric> buildUnnamed4617() {
+ var o = <api.Metric>[];
+ o.add(buildMetric());
+ o.add(buildMetric());
+ return o;
+}
+
+void checkUnnamed4617(core.List<api.Metric> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkMetric(o[0] as api.Metric);
+ checkMetric(o[1] as api.Metric);
+}
+
core.int buildCounterCrossDimensionReachReportCompatibleFields = 0;
api.CrossDimensionReachReportCompatibleFields
buildCrossDimensionReachReportCompatibleFields() {
var o = api.CrossDimensionReachReportCompatibleFields();
buildCounterCrossDimensionReachReportCompatibleFields++;
if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
- o.breakdown = buildUnnamed4613();
- o.dimensionFilters = buildUnnamed4614();
+ o.breakdown = buildUnnamed4614();
+ o.dimensionFilters = buildUnnamed4615();
o.kind = 'foo';
- o.metrics = buildUnnamed4615();
- o.overlapMetrics = buildUnnamed4616();
+ o.metrics = buildUnnamed4616();
+ o.overlapMetrics = buildUnnamed4617();
}
buildCounterCrossDimensionReachReportCompatibleFields--;
return o;
@@ -4366,26 +4366,26 @@
api.CrossDimensionReachReportCompatibleFields o) {
buildCounterCrossDimensionReachReportCompatibleFields++;
if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
- checkUnnamed4613(o.breakdown!);
- checkUnnamed4614(o.dimensionFilters!);
+ checkUnnamed4614(o.breakdown!);
+ checkUnnamed4615(o.dimensionFilters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4615(o.metrics!);
- checkUnnamed4616(o.overlapMetrics!);
+ checkUnnamed4616(o.metrics!);
+ checkUnnamed4617(o.overlapMetrics!);
}
buildCounterCrossDimensionReachReportCompatibleFields--;
}
-core.List<api.CustomVariable> buildUnnamed4617() {
+core.List<api.CustomVariable> buildUnnamed4618() {
var o = <api.CustomVariable>[];
o.add(buildCustomVariable());
o.add(buildCustomVariable());
return o;
}
-void checkUnnamed4617(core.List<api.CustomVariable> o) {
+void checkUnnamed4618(core.List<api.CustomVariable> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomVariable(o[0] as api.CustomVariable);
checkCustomVariable(o[1] as api.CustomVariable);
@@ -4398,7 +4398,7 @@
if (buildCounterCustomEvent < 3) {
o.annotateClickEvent = buildCustomEventClickAnnotation();
o.annotateImpressionEvent = buildCustomEventImpressionAnnotation();
- o.customVariables = buildUnnamed4617();
+ o.customVariables = buildUnnamed4618();
o.eventType = 'foo';
o.floodlightConfigurationId = 'foo';
o.insertEvent = buildCustomEventInsert();
@@ -4417,7 +4417,7 @@
o.annotateClickEvent! as api.CustomEventClickAnnotation);
checkCustomEventImpressionAnnotation(
o.annotateImpressionEvent! as api.CustomEventImpressionAnnotation);
- checkUnnamed4617(o.customVariables!);
+ checkUnnamed4618(o.customVariables!);
unittest.expect(
o.eventType!,
unittest.equals('foo'),
@@ -4571,14 +4571,14 @@
buildCounterCustomEventInsert--;
}
-core.List<api.CustomEventError> buildUnnamed4618() {
+core.List<api.CustomEventError> buildUnnamed4619() {
var o = <api.CustomEventError>[];
o.add(buildCustomEventError());
o.add(buildCustomEventError());
return o;
}
-void checkUnnamed4618(core.List<api.CustomEventError> o) {
+void checkUnnamed4619(core.List<api.CustomEventError> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomEventError(o[0] as api.CustomEventError);
checkCustomEventError(o[1] as api.CustomEventError);
@@ -4590,7 +4590,7 @@
buildCounterCustomEventStatus++;
if (buildCounterCustomEventStatus < 3) {
o.customEvent = buildCustomEvent();
- o.errors = buildUnnamed4618();
+ o.errors = buildUnnamed4619();
o.kind = 'foo';
}
buildCounterCustomEventStatus--;
@@ -4601,7 +4601,7 @@
buildCounterCustomEventStatus++;
if (buildCounterCustomEventStatus < 3) {
checkCustomEvent(o.customEvent! as api.CustomEvent);
- checkUnnamed4618(o.errors!);
+ checkUnnamed4619(o.errors!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4610,14 +4610,14 @@
buildCounterCustomEventStatus--;
}
-core.List<api.CustomEvent> buildUnnamed4619() {
+core.List<api.CustomEvent> buildUnnamed4620() {
var o = <api.CustomEvent>[];
o.add(buildCustomEvent());
o.add(buildCustomEvent());
return o;
}
-void checkUnnamed4619(core.List<api.CustomEvent> o) {
+void checkUnnamed4620(core.List<api.CustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomEvent(o[0] as api.CustomEvent);
checkCustomEvent(o[1] as api.CustomEvent);
@@ -4628,7 +4628,7 @@
var o = api.CustomEventsBatchInsertRequest();
buildCounterCustomEventsBatchInsertRequest++;
if (buildCounterCustomEventsBatchInsertRequest < 3) {
- o.customEvents = buildUnnamed4619();
+ o.customEvents = buildUnnamed4620();
o.kind = 'foo';
}
buildCounterCustomEventsBatchInsertRequest--;
@@ -4638,7 +4638,7 @@
void checkCustomEventsBatchInsertRequest(api.CustomEventsBatchInsertRequest o) {
buildCounterCustomEventsBatchInsertRequest++;
if (buildCounterCustomEventsBatchInsertRequest < 3) {
- checkUnnamed4619(o.customEvents!);
+ checkUnnamed4620(o.customEvents!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4647,14 +4647,14 @@
buildCounterCustomEventsBatchInsertRequest--;
}
-core.List<api.CustomEventStatus> buildUnnamed4620() {
+core.List<api.CustomEventStatus> buildUnnamed4621() {
var o = <api.CustomEventStatus>[];
o.add(buildCustomEventStatus());
o.add(buildCustomEventStatus());
return o;
}
-void checkUnnamed4620(core.List<api.CustomEventStatus> o) {
+void checkUnnamed4621(core.List<api.CustomEventStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomEventStatus(o[0] as api.CustomEventStatus);
checkCustomEventStatus(o[1] as api.CustomEventStatus);
@@ -4667,7 +4667,7 @@
if (buildCounterCustomEventsBatchInsertResponse < 3) {
o.hasFailures = true;
o.kind = 'foo';
- o.status = buildUnnamed4620();
+ o.status = buildUnnamed4621();
}
buildCounterCustomEventsBatchInsertResponse--;
return o;
@@ -4682,7 +4682,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4620(o.status!);
+ checkUnnamed4621(o.status!);
}
buildCounterCustomEventsBatchInsertResponse--;
}
@@ -4719,14 +4719,14 @@
buildCounterCustomFloodlightVariable--;
}
-core.List<api.DimensionValue> buildUnnamed4621() {
+core.List<api.DimensionValue> buildUnnamed4622() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed4621(core.List<api.DimensionValue> o) {
+void checkUnnamed4622(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
@@ -4737,7 +4737,7 @@
var o = api.CustomRichMediaEvents();
buildCounterCustomRichMediaEvents++;
if (buildCounterCustomRichMediaEvents < 3) {
- o.filteredEventIds = buildUnnamed4621();
+ o.filteredEventIds = buildUnnamed4622();
o.kind = 'foo';
}
buildCounterCustomRichMediaEvents--;
@@ -4747,7 +4747,7 @@
void checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
buildCounterCustomRichMediaEvents++;
if (buildCounterCustomRichMediaEvents < 3) {
- checkUnnamed4621(o.filteredEventIds!);
+ checkUnnamed4622(o.filteredEventIds!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4938,14 +4938,14 @@
buildCounterDateRange--;
}
-core.List<core.String> buildUnnamed4622() {
+core.List<core.String> buildUnnamed4623() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4622(core.List<core.String> o) {
+void checkUnnamed4623(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4957,14 +4957,14 @@
);
}
-core.List<core.int> buildUnnamed4623() {
+core.List<core.int> buildUnnamed4624() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed4623(core.List<core.int> o) {
+void checkUnnamed4624(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4981,8 +4981,8 @@
var o = api.DayPartTargeting();
buildCounterDayPartTargeting++;
if (buildCounterDayPartTargeting < 3) {
- o.daysOfWeek = buildUnnamed4622();
- o.hoursOfDay = buildUnnamed4623();
+ o.daysOfWeek = buildUnnamed4623();
+ o.hoursOfDay = buildUnnamed4624();
o.userLocalTime = true;
}
buildCounterDayPartTargeting--;
@@ -4992,21 +4992,21 @@
void checkDayPartTargeting(api.DayPartTargeting o) {
buildCounterDayPartTargeting++;
if (buildCounterDayPartTargeting < 3) {
- checkUnnamed4622(o.daysOfWeek!);
- checkUnnamed4623(o.hoursOfDay!);
+ checkUnnamed4623(o.daysOfWeek!);
+ checkUnnamed4624(o.hoursOfDay!);
unittest.expect(o.userLocalTime!, unittest.isTrue);
}
buildCounterDayPartTargeting--;
}
-core.List<core.String> buildUnnamed4624() {
+core.List<core.String> buildUnnamed4625() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4624(core.List<core.String> o) {
+void checkUnnamed4625(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5027,7 +5027,7 @@
o.fallbackUrl = 'foo';
o.kind = 'foo';
o.mobileApp = buildMobileApp();
- o.remarketingListIds = buildUnnamed4624();
+ o.remarketingListIds = buildUnnamed4625();
}
buildCounterDeepLink--;
return o;
@@ -5049,7 +5049,7 @@
unittest.equals('foo'),
);
checkMobileApp(o.mobileApp! as api.MobileApp);
- checkUnnamed4624(o.remarketingListIds!);
+ checkUnnamed4625(o.remarketingListIds!);
}
buildCounterDeepLink--;
}
@@ -5250,14 +5250,14 @@
buildCounterDimensionValue--;
}
-core.List<api.DimensionValue> buildUnnamed4625() {
+core.List<api.DimensionValue> buildUnnamed4626() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed4625(core.List<api.DimensionValue> o) {
+void checkUnnamed4626(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
@@ -5269,7 +5269,7 @@
buildCounterDimensionValueList++;
if (buildCounterDimensionValueList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4625();
+ o.items = buildUnnamed4626();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -5284,7 +5284,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4625(o.items!);
+ checkUnnamed4626(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5297,14 +5297,14 @@
buildCounterDimensionValueList--;
}
-core.List<api.DimensionFilter> buildUnnamed4626() {
+core.List<api.DimensionFilter> buildUnnamed4627() {
var o = <api.DimensionFilter>[];
o.add(buildDimensionFilter());
o.add(buildDimensionFilter());
return o;
}
-void checkUnnamed4626(core.List<api.DimensionFilter> o) {
+void checkUnnamed4627(core.List<api.DimensionFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionFilter(o[0] as api.DimensionFilter);
checkDimensionFilter(o[1] as api.DimensionFilter);
@@ -5317,7 +5317,7 @@
if (buildCounterDimensionValueRequest < 3) {
o.dimensionName = 'foo';
o.endDate = core.DateTime.parse('2002-02-27T14:01:02Z');
- o.filters = buildUnnamed4626();
+ o.filters = buildUnnamed4627();
o.kind = 'foo';
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
}
@@ -5336,7 +5336,7 @@
o.endDate!,
unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")),
);
- checkUnnamed4626(o.filters!);
+ checkUnnamed4627(o.filters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5349,25 +5349,6 @@
buildCounterDimensionValueRequest--;
}
-core.List<core.String> buildUnnamed4627() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4627(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4628() {
var o = <core.String>[];
o.add('foo');
@@ -5387,6 +5368,25 @@
);
}
+core.List<core.String> buildUnnamed4629() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4629(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterDirectorySite = 0;
api.DirectorySite buildDirectorySite() {
var o = api.DirectorySite();
@@ -5394,8 +5394,8 @@
if (buildCounterDirectorySite < 3) {
o.id = 'foo';
o.idDimensionValue = buildDimensionValue();
- o.inpageTagFormats = buildUnnamed4627();
- o.interstitialTagFormats = buildUnnamed4628();
+ o.inpageTagFormats = buildUnnamed4628();
+ o.interstitialTagFormats = buildUnnamed4629();
o.kind = 'foo';
o.name = 'foo';
o.settings = buildDirectorySiteSettings();
@@ -5413,8 +5413,8 @@
unittest.equals('foo'),
);
checkDimensionValue(o.idDimensionValue! as api.DimensionValue);
- checkUnnamed4627(o.inpageTagFormats!);
- checkUnnamed4628(o.interstitialTagFormats!);
+ checkUnnamed4628(o.inpageTagFormats!);
+ checkUnnamed4629(o.interstitialTagFormats!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5457,14 +5457,14 @@
buildCounterDirectorySiteSettings--;
}
-core.List<api.DirectorySite> buildUnnamed4629() {
+core.List<api.DirectorySite> buildUnnamed4630() {
var o = <api.DirectorySite>[];
o.add(buildDirectorySite());
o.add(buildDirectorySite());
return o;
}
-void checkUnnamed4629(core.List<api.DirectorySite> o) {
+void checkUnnamed4630(core.List<api.DirectorySite> o) {
unittest.expect(o, unittest.hasLength(2));
checkDirectorySite(o[0] as api.DirectorySite);
checkDirectorySite(o[1] as api.DirectorySite);
@@ -5475,7 +5475,7 @@
var o = api.DirectorySitesListResponse();
buildCounterDirectorySitesListResponse++;
if (buildCounterDirectorySitesListResponse < 3) {
- o.directorySites = buildUnnamed4629();
+ o.directorySites = buildUnnamed4630();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -5486,7 +5486,7 @@
void checkDirectorySitesListResponse(api.DirectorySitesListResponse o) {
buildCounterDirectorySitesListResponse++;
if (buildCounterDirectorySitesListResponse < 3) {
- checkUnnamed4629(o.directorySites!);
+ checkUnnamed4630(o.directorySites!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5499,14 +5499,14 @@
buildCounterDirectorySitesListResponse--;
}
-core.List<api.EventFilter> buildUnnamed4630() {
+core.List<api.EventFilter> buildUnnamed4631() {
var o = <api.EventFilter>[];
o.add(buildEventFilter());
o.add(buildEventFilter());
return o;
}
-void checkUnnamed4630(core.List<api.EventFilter> o) {
+void checkUnnamed4631(core.List<api.EventFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventFilter(o[0] as api.EventFilter);
checkEventFilter(o[1] as api.EventFilter);
@@ -5517,7 +5517,7 @@
var o = api.DisjunctiveMatchStatement();
buildCounterDisjunctiveMatchStatement++;
if (buildCounterDisjunctiveMatchStatement < 3) {
- o.eventFilters = buildUnnamed4630();
+ o.eventFilters = buildUnnamed4631();
o.kind = 'foo';
}
buildCounterDisjunctiveMatchStatement--;
@@ -5527,7 +5527,7 @@
void checkDisjunctiveMatchStatement(api.DisjunctiveMatchStatement o) {
buildCounterDisjunctiveMatchStatement++;
if (buildCounterDisjunctiveMatchStatement < 3) {
- checkUnnamed4630(o.eventFilters!);
+ checkUnnamed4631(o.eventFilters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5573,14 +5573,14 @@
buildCounterDynamicTargetingKey--;
}
-core.List<api.DynamicTargetingKey> buildUnnamed4631() {
+core.List<api.DynamicTargetingKey> buildUnnamed4632() {
var o = <api.DynamicTargetingKey>[];
o.add(buildDynamicTargetingKey());
o.add(buildDynamicTargetingKey());
return o;
}
-void checkUnnamed4631(core.List<api.DynamicTargetingKey> o) {
+void checkUnnamed4632(core.List<api.DynamicTargetingKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicTargetingKey(o[0] as api.DynamicTargetingKey);
checkDynamicTargetingKey(o[1] as api.DynamicTargetingKey);
@@ -5591,7 +5591,7 @@
var o = api.DynamicTargetingKeysListResponse();
buildCounterDynamicTargetingKeysListResponse++;
if (buildCounterDynamicTargetingKeysListResponse < 3) {
- o.dynamicTargetingKeys = buildUnnamed4631();
+ o.dynamicTargetingKeys = buildUnnamed4632();
o.kind = 'foo';
}
buildCounterDynamicTargetingKeysListResponse--;
@@ -5602,7 +5602,7 @@
api.DynamicTargetingKeysListResponse o) {
buildCounterDynamicTargetingKeysListResponse++;
if (buildCounterDynamicTargetingKeysListResponse < 3) {
- checkUnnamed4631(o.dynamicTargetingKeys!);
+ checkUnnamed4632(o.dynamicTargetingKeys!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5673,14 +5673,14 @@
buildCounterEventFilter--;
}
-core.List<core.String> buildUnnamed4632() {
+core.List<core.String> buildUnnamed4633() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4632(core.List<core.String> o) {
+void checkUnnamed4633(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5708,7 +5708,7 @@
o.kind = 'foo';
o.name = 'foo';
o.siteFilterType = 'foo';
- o.siteIds = buildUnnamed4632();
+ o.siteIds = buildUnnamed4633();
o.sslCompliant = true;
o.status = 'foo';
o.subaccountId = 'foo';
@@ -5755,7 +5755,7 @@
o.siteFilterType!,
unittest.equals('foo'),
);
- checkUnnamed4632(o.siteIds!);
+ checkUnnamed4633(o.siteIds!);
unittest.expect(o.sslCompliant!, unittest.isTrue);
unittest.expect(
o.status!,
@@ -5805,14 +5805,14 @@
buildCounterEventTagOverride--;
}
-core.List<api.EventTag> buildUnnamed4633() {
+core.List<api.EventTag> buildUnnamed4634() {
var o = <api.EventTag>[];
o.add(buildEventTag());
o.add(buildEventTag());
return o;
}
-void checkUnnamed4633(core.List<api.EventTag> o) {
+void checkUnnamed4634(core.List<api.EventTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventTag(o[0] as api.EventTag);
checkEventTag(o[1] as api.EventTag);
@@ -5823,7 +5823,7 @@
var o = api.EventTagsListResponse();
buildCounterEventTagsListResponse++;
if (buildCounterEventTagsListResponse < 3) {
- o.eventTags = buildUnnamed4633();
+ o.eventTags = buildUnnamed4634();
o.kind = 'foo';
}
buildCounterEventTagsListResponse--;
@@ -5833,7 +5833,7 @@
void checkEventTagsListResponse(api.EventTagsListResponse o) {
buildCounterEventTagsListResponse++;
if (buildCounterEventTagsListResponse < 3) {
- checkUnnamed4633(o.eventTags!);
+ checkUnnamed4634(o.eventTags!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5930,14 +5930,14 @@
buildCounterFile--;
}
-core.List<api.File> buildUnnamed4634() {
+core.List<api.File> buildUnnamed4635() {
var o = <api.File>[];
o.add(buildFile());
o.add(buildFile());
return o;
}
-void checkUnnamed4634(core.List<api.File> o) {
+void checkUnnamed4635(core.List<api.File> o) {
unittest.expect(o, unittest.hasLength(2));
checkFile(o[0] as api.File);
checkFile(o[1] as api.File);
@@ -5949,7 +5949,7 @@
buildCounterFileList++;
if (buildCounterFileList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4634();
+ o.items = buildUnnamed4635();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -5964,7 +5964,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4634(o.items!);
+ checkUnnamed4635(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6048,14 +6048,14 @@
buildCounterFloodlightActivitiesGenerateTagResponse--;
}
-core.List<api.FloodlightActivity> buildUnnamed4635() {
+core.List<api.FloodlightActivity> buildUnnamed4636() {
var o = <api.FloodlightActivity>[];
o.add(buildFloodlightActivity());
o.add(buildFloodlightActivity());
return o;
}
-void checkUnnamed4635(core.List<api.FloodlightActivity> o) {
+void checkUnnamed4636(core.List<api.FloodlightActivity> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightActivity(o[0] as api.FloodlightActivity);
checkFloodlightActivity(o[1] as api.FloodlightActivity);
@@ -6066,7 +6066,7 @@
var o = api.FloodlightActivitiesListResponse();
buildCounterFloodlightActivitiesListResponse++;
if (buildCounterFloodlightActivitiesListResponse < 3) {
- o.floodlightActivities = buildUnnamed4635();
+ o.floodlightActivities = buildUnnamed4636();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -6078,7 +6078,7 @@
api.FloodlightActivitiesListResponse o) {
buildCounterFloodlightActivitiesListResponse++;
if (buildCounterFloodlightActivitiesListResponse < 3) {
- checkUnnamed4635(o.floodlightActivities!);
+ checkUnnamed4636(o.floodlightActivities!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6091,27 +6091,27 @@
buildCounterFloodlightActivitiesListResponse--;
}
-core.List<api.FloodlightActivityDynamicTag> buildUnnamed4636() {
+core.List<api.FloodlightActivityDynamicTag> buildUnnamed4637() {
var o = <api.FloodlightActivityDynamicTag>[];
o.add(buildFloodlightActivityDynamicTag());
o.add(buildFloodlightActivityDynamicTag());
return o;
}
-void checkUnnamed4636(core.List<api.FloodlightActivityDynamicTag> o) {
+void checkUnnamed4637(core.List<api.FloodlightActivityDynamicTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightActivityDynamicTag(o[0] as api.FloodlightActivityDynamicTag);
checkFloodlightActivityDynamicTag(o[1] as api.FloodlightActivityDynamicTag);
}
-core.List<api.FloodlightActivityPublisherDynamicTag> buildUnnamed4637() {
+core.List<api.FloodlightActivityPublisherDynamicTag> buildUnnamed4638() {
var o = <api.FloodlightActivityPublisherDynamicTag>[];
o.add(buildFloodlightActivityPublisherDynamicTag());
o.add(buildFloodlightActivityPublisherDynamicTag());
return o;
}
-void checkUnnamed4637(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
+void checkUnnamed4638(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightActivityPublisherDynamicTag(
o[0] as api.FloodlightActivityPublisherDynamicTag);
@@ -6119,14 +6119,14 @@
o[1] as api.FloodlightActivityPublisherDynamicTag);
}
-core.List<core.String> buildUnnamed4638() {
+core.List<core.String> buildUnnamed4639() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4638(core.List<core.String> o) {
+void checkUnnamed4639(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6149,7 +6149,7 @@
o.attributionEnabled = true;
o.cacheBustingType = 'foo';
o.countingMethod = 'foo';
- o.defaultTags = buildUnnamed4636();
+ o.defaultTags = buildUnnamed4637();
o.expectedUrl = 'foo';
o.floodlightActivityGroupId = 'foo';
o.floodlightActivityGroupName = 'foo';
@@ -6163,7 +6163,7 @@
o.kind = 'foo';
o.name = 'foo';
o.notes = 'foo';
- o.publisherTags = buildUnnamed4637();
+ o.publisherTags = buildUnnamed4638();
o.secure = true;
o.sslCompliant = true;
o.sslRequired = true;
@@ -6171,7 +6171,7 @@
o.subaccountId = 'foo';
o.tagFormat = 'foo';
o.tagString = 'foo';
- o.userDefinedVariableTypes = buildUnnamed4638();
+ o.userDefinedVariableTypes = buildUnnamed4639();
}
buildCounterFloodlightActivity--;
return o;
@@ -6198,7 +6198,7 @@
o.countingMethod!,
unittest.equals('foo'),
);
- checkUnnamed4636(o.defaultTags!);
+ checkUnnamed4637(o.defaultTags!);
unittest.expect(
o.expectedUrl!,
unittest.equals('foo'),
@@ -6246,7 +6246,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed4637(o.publisherTags!);
+ checkUnnamed4638(o.publisherTags!);
unittest.expect(o.secure!, unittest.isTrue);
unittest.expect(o.sslCompliant!, unittest.isTrue);
unittest.expect(o.sslRequired!, unittest.isTrue);
@@ -6266,7 +6266,7 @@
o.tagString!,
unittest.equals('foo'),
);
- checkUnnamed4638(o.userDefinedVariableTypes!);
+ checkUnnamed4639(o.userDefinedVariableTypes!);
}
buildCounterFloodlightActivity--;
}
@@ -6372,14 +6372,14 @@
buildCounterFloodlightActivityGroup--;
}
-core.List<api.FloodlightActivityGroup> buildUnnamed4639() {
+core.List<api.FloodlightActivityGroup> buildUnnamed4640() {
var o = <api.FloodlightActivityGroup>[];
o.add(buildFloodlightActivityGroup());
o.add(buildFloodlightActivityGroup());
return o;
}
-void checkUnnamed4639(core.List<api.FloodlightActivityGroup> o) {
+void checkUnnamed4640(core.List<api.FloodlightActivityGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightActivityGroup(o[0] as api.FloodlightActivityGroup);
checkFloodlightActivityGroup(o[1] as api.FloodlightActivityGroup);
@@ -6391,7 +6391,7 @@
var o = api.FloodlightActivityGroupsListResponse();
buildCounterFloodlightActivityGroupsListResponse++;
if (buildCounterFloodlightActivityGroupsListResponse < 3) {
- o.floodlightActivityGroups = buildUnnamed4639();
+ o.floodlightActivityGroups = buildUnnamed4640();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -6403,7 +6403,7 @@
api.FloodlightActivityGroupsListResponse o) {
buildCounterFloodlightActivityGroupsListResponse++;
if (buildCounterFloodlightActivityGroupsListResponse < 3) {
- checkUnnamed4639(o.floodlightActivityGroups!);
+ checkUnnamed4640(o.floodlightActivityGroups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6454,27 +6454,27 @@
buildCounterFloodlightActivityPublisherDynamicTag--;
}
-core.List<api.ThirdPartyAuthenticationToken> buildUnnamed4640() {
+core.List<api.ThirdPartyAuthenticationToken> buildUnnamed4641() {
var o = <api.ThirdPartyAuthenticationToken>[];
o.add(buildThirdPartyAuthenticationToken());
o.add(buildThirdPartyAuthenticationToken());
return o;
}
-void checkUnnamed4640(core.List<api.ThirdPartyAuthenticationToken> o) {
+void checkUnnamed4641(core.List<api.ThirdPartyAuthenticationToken> o) {
unittest.expect(o, unittest.hasLength(2));
checkThirdPartyAuthenticationToken(o[0] as api.ThirdPartyAuthenticationToken);
checkThirdPartyAuthenticationToken(o[1] as api.ThirdPartyAuthenticationToken);
}
-core.List<api.UserDefinedVariableConfiguration> buildUnnamed4641() {
+core.List<api.UserDefinedVariableConfiguration> buildUnnamed4642() {
var o = <api.UserDefinedVariableConfiguration>[];
o.add(buildUserDefinedVariableConfiguration());
o.add(buildUserDefinedVariableConfiguration());
return o;
}
-void checkUnnamed4641(core.List<api.UserDefinedVariableConfiguration> o) {
+void checkUnnamed4642(core.List<api.UserDefinedVariableConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserDefinedVariableConfiguration(
o[0] as api.UserDefinedVariableConfiguration);
@@ -6503,8 +6503,8 @@
o.omnitureSettings = buildOmnitureSettings();
o.subaccountId = 'foo';
o.tagSettings = buildTagSettings();
- o.thirdPartyAuthenticationTokens = buildUnnamed4640();
- o.userDefinedVariableConfigurations = buildUnnamed4641();
+ o.thirdPartyAuthenticationTokens = buildUnnamed4641();
+ o.userDefinedVariableConfigurations = buildUnnamed4642();
}
buildCounterFloodlightConfiguration--;
return o;
@@ -6552,20 +6552,20 @@
unittest.equals('foo'),
);
checkTagSettings(o.tagSettings! as api.TagSettings);
- checkUnnamed4640(o.thirdPartyAuthenticationTokens!);
- checkUnnamed4641(o.userDefinedVariableConfigurations!);
+ checkUnnamed4641(o.thirdPartyAuthenticationTokens!);
+ checkUnnamed4642(o.userDefinedVariableConfigurations!);
}
buildCounterFloodlightConfiguration--;
}
-core.List<api.FloodlightConfiguration> buildUnnamed4642() {
+core.List<api.FloodlightConfiguration> buildUnnamed4643() {
var o = <api.FloodlightConfiguration>[];
o.add(buildFloodlightConfiguration());
o.add(buildFloodlightConfiguration());
return o;
}
-void checkUnnamed4642(core.List<api.FloodlightConfiguration> o) {
+void checkUnnamed4643(core.List<api.FloodlightConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightConfiguration(o[0] as api.FloodlightConfiguration);
checkFloodlightConfiguration(o[1] as api.FloodlightConfiguration);
@@ -6577,7 +6577,7 @@
var o = api.FloodlightConfigurationsListResponse();
buildCounterFloodlightConfigurationsListResponse++;
if (buildCounterFloodlightConfigurationsListResponse < 3) {
- o.floodlightConfigurations = buildUnnamed4642();
+ o.floodlightConfigurations = buildUnnamed4643();
o.kind = 'foo';
}
buildCounterFloodlightConfigurationsListResponse--;
@@ -6588,7 +6588,7 @@
api.FloodlightConfigurationsListResponse o) {
buildCounterFloodlightConfigurationsListResponse++;
if (buildCounterFloodlightConfigurationsListResponse < 3) {
- checkUnnamed4642(o.floodlightConfigurations!);
+ checkUnnamed4643(o.floodlightConfigurations!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6597,19 +6597,6 @@
buildCounterFloodlightConfigurationsListResponse--;
}
-core.List<api.Dimension> buildUnnamed4643() {
- var o = <api.Dimension>[];
- o.add(buildDimension());
- o.add(buildDimension());
- return o;
-}
-
-void checkUnnamed4643(core.List<api.Dimension> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkDimension(o[0] as api.Dimension);
- checkDimension(o[1] as api.Dimension);
-}
-
core.List<api.Dimension> buildUnnamed4644() {
var o = <api.Dimension>[];
o.add(buildDimension());
@@ -6623,14 +6610,27 @@
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed4645() {
+core.List<api.Dimension> buildUnnamed4645() {
+ var o = <api.Dimension>[];
+ o.add(buildDimension());
+ o.add(buildDimension());
+ return o;
+}
+
+void checkUnnamed4645(core.List<api.Dimension> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkDimension(o[0] as api.Dimension);
+ checkDimension(o[1] as api.Dimension);
+}
+
+core.List<api.Metric> buildUnnamed4646() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed4645(core.List<api.Metric> o) {
+void checkUnnamed4646(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
@@ -6641,10 +6641,10 @@
var o = api.FloodlightReportCompatibleFields();
buildCounterFloodlightReportCompatibleFields++;
if (buildCounterFloodlightReportCompatibleFields < 3) {
- o.dimensionFilters = buildUnnamed4643();
- o.dimensions = buildUnnamed4644();
+ o.dimensionFilters = buildUnnamed4644();
+ o.dimensions = buildUnnamed4645();
o.kind = 'foo';
- o.metrics = buildUnnamed4645();
+ o.metrics = buildUnnamed4646();
}
buildCounterFloodlightReportCompatibleFields--;
return o;
@@ -6654,13 +6654,13 @@
api.FloodlightReportCompatibleFields o) {
buildCounterFloodlightReportCompatibleFields++;
if (buildCounterFloodlightReportCompatibleFields < 3) {
- checkUnnamed4643(o.dimensionFilters!);
- checkUnnamed4644(o.dimensions!);
+ checkUnnamed4644(o.dimensionFilters!);
+ checkUnnamed4645(o.dimensions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4645(o.metrics!);
+ checkUnnamed4646(o.metrics!);
}
buildCounterFloodlightReportCompatibleFields--;
}
@@ -6734,66 +6734,66 @@
buildCounterFsCommand--;
}
-core.List<api.City> buildUnnamed4646() {
+core.List<api.City> buildUnnamed4647() {
var o = <api.City>[];
o.add(buildCity());
o.add(buildCity());
return o;
}
-void checkUnnamed4646(core.List<api.City> o) {
+void checkUnnamed4647(core.List<api.City> o) {
unittest.expect(o, unittest.hasLength(2));
checkCity(o[0] as api.City);
checkCity(o[1] as api.City);
}
-core.List<api.Country> buildUnnamed4647() {
+core.List<api.Country> buildUnnamed4648() {
var o = <api.Country>[];
o.add(buildCountry());
o.add(buildCountry());
return o;
}
-void checkUnnamed4647(core.List<api.Country> o) {
+void checkUnnamed4648(core.List<api.Country> o) {
unittest.expect(o, unittest.hasLength(2));
checkCountry(o[0] as api.Country);
checkCountry(o[1] as api.Country);
}
-core.List<api.Metro> buildUnnamed4648() {
+core.List<api.Metro> buildUnnamed4649() {
var o = <api.Metro>[];
o.add(buildMetro());
o.add(buildMetro());
return o;
}
-void checkUnnamed4648(core.List<api.Metro> o) {
+void checkUnnamed4649(core.List<api.Metro> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetro(o[0] as api.Metro);
checkMetro(o[1] as api.Metro);
}
-core.List<api.PostalCode> buildUnnamed4649() {
+core.List<api.PostalCode> buildUnnamed4650() {
var o = <api.PostalCode>[];
o.add(buildPostalCode());
o.add(buildPostalCode());
return o;
}
-void checkUnnamed4649(core.List<api.PostalCode> o) {
+void checkUnnamed4650(core.List<api.PostalCode> o) {
unittest.expect(o, unittest.hasLength(2));
checkPostalCode(o[0] as api.PostalCode);
checkPostalCode(o[1] as api.PostalCode);
}
-core.List<api.Region> buildUnnamed4650() {
+core.List<api.Region> buildUnnamed4651() {
var o = <api.Region>[];
o.add(buildRegion());
o.add(buildRegion());
return o;
}
-void checkUnnamed4650(core.List<api.Region> o) {
+void checkUnnamed4651(core.List<api.Region> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegion(o[0] as api.Region);
checkRegion(o[1] as api.Region);
@@ -6804,12 +6804,12 @@
var o = api.GeoTargeting();
buildCounterGeoTargeting++;
if (buildCounterGeoTargeting < 3) {
- o.cities = buildUnnamed4646();
- o.countries = buildUnnamed4647();
+ o.cities = buildUnnamed4647();
+ o.countries = buildUnnamed4648();
o.excludeCountries = true;
- o.metros = buildUnnamed4648();
- o.postalCodes = buildUnnamed4649();
- o.regions = buildUnnamed4650();
+ o.metros = buildUnnamed4649();
+ o.postalCodes = buildUnnamed4650();
+ o.regions = buildUnnamed4651();
}
buildCounterGeoTargeting--;
return o;
@@ -6818,24 +6818,24 @@
void checkGeoTargeting(api.GeoTargeting o) {
buildCounterGeoTargeting++;
if (buildCounterGeoTargeting < 3) {
- checkUnnamed4646(o.cities!);
- checkUnnamed4647(o.countries!);
+ checkUnnamed4647(o.cities!);
+ checkUnnamed4648(o.countries!);
unittest.expect(o.excludeCountries!, unittest.isTrue);
- checkUnnamed4648(o.metros!);
- checkUnnamed4649(o.postalCodes!);
- checkUnnamed4650(o.regions!);
+ checkUnnamed4649(o.metros!);
+ checkUnnamed4650(o.postalCodes!);
+ checkUnnamed4651(o.regions!);
}
buildCounterGeoTargeting--;
}
-core.List<api.AdSlot> buildUnnamed4651() {
+core.List<api.AdSlot> buildUnnamed4652() {
var o = <api.AdSlot>[];
o.add(buildAdSlot());
o.add(buildAdSlot());
return o;
}
-void checkUnnamed4651(core.List<api.AdSlot> o) {
+void checkUnnamed4652(core.List<api.AdSlot> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdSlot(o[0] as api.AdSlot);
checkAdSlot(o[1] as api.AdSlot);
@@ -6847,7 +6847,7 @@
buildCounterInventoryItem++;
if (buildCounterInventoryItem < 3) {
o.accountId = 'foo';
- o.adSlots = buildUnnamed4651();
+ o.adSlots = buildUnnamed4652();
o.advertiserId = 'foo';
o.contentCategoryId = 'foo';
o.estimatedClickThroughRate = 'foo';
@@ -6878,7 +6878,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed4651(o.adSlots!);
+ checkUnnamed4652(o.adSlots!);
unittest.expect(
o.advertiserId!,
unittest.equals('foo'),
@@ -6946,14 +6946,14 @@
buildCounterInventoryItem--;
}
-core.List<api.InventoryItem> buildUnnamed4652() {
+core.List<api.InventoryItem> buildUnnamed4653() {
var o = <api.InventoryItem>[];
o.add(buildInventoryItem());
o.add(buildInventoryItem());
return o;
}
-void checkUnnamed4652(core.List<api.InventoryItem> o) {
+void checkUnnamed4653(core.List<api.InventoryItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkInventoryItem(o[0] as api.InventoryItem);
checkInventoryItem(o[1] as api.InventoryItem);
@@ -6964,7 +6964,7 @@
var o = api.InventoryItemsListResponse();
buildCounterInventoryItemsListResponse++;
if (buildCounterInventoryItemsListResponse < 3) {
- o.inventoryItems = buildUnnamed4652();
+ o.inventoryItems = buildUnnamed4653();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -6975,7 +6975,7 @@
void checkInventoryItemsListResponse(api.InventoryItemsListResponse o) {
buildCounterInventoryItemsListResponse++;
if (buildCounterInventoryItemsListResponse < 3) {
- checkUnnamed4652(o.inventoryItems!);
+ checkUnnamed4653(o.inventoryItems!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -7010,14 +7010,14 @@
buildCounterKeyValueTargetingExpression--;
}
-core.List<api.DeepLink> buildUnnamed4653() {
+core.List<api.DeepLink> buildUnnamed4654() {
var o = <api.DeepLink>[];
o.add(buildDeepLink());
o.add(buildDeepLink());
return o;
}
-void checkUnnamed4653(core.List<api.DeepLink> o) {
+void checkUnnamed4654(core.List<api.DeepLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeepLink(o[0] as api.DeepLink);
checkDeepLink(o[1] as api.DeepLink);
@@ -7030,7 +7030,7 @@
if (buildCounterLandingPage < 3) {
o.advertiserId = 'foo';
o.archived = true;
- o.deepLinks = buildUnnamed4653();
+ o.deepLinks = buildUnnamed4654();
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
@@ -7048,7 +7048,7 @@
unittest.equals('foo'),
);
unittest.expect(o.archived!, unittest.isTrue);
- checkUnnamed4653(o.deepLinks!);
+ checkUnnamed4654(o.deepLinks!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -7106,38 +7106,6 @@
buildCounterLanguage--;
}
-core.List<api.Language> buildUnnamed4654() {
- var o = <api.Language>[];
- o.add(buildLanguage());
- o.add(buildLanguage());
- return o;
-}
-
-void checkUnnamed4654(core.List<api.Language> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkLanguage(o[0] as api.Language);
- checkLanguage(o[1] as api.Language);
-}
-
-core.int buildCounterLanguageTargeting = 0;
-api.LanguageTargeting buildLanguageTargeting() {
- var o = api.LanguageTargeting();
- buildCounterLanguageTargeting++;
- if (buildCounterLanguageTargeting < 3) {
- o.languages = buildUnnamed4654();
- }
- buildCounterLanguageTargeting--;
- return o;
-}
-
-void checkLanguageTargeting(api.LanguageTargeting o) {
- buildCounterLanguageTargeting++;
- if (buildCounterLanguageTargeting < 3) {
- checkUnnamed4654(o.languages!);
- }
- buildCounterLanguageTargeting--;
-}
-
core.List<api.Language> buildUnnamed4655() {
var o = <api.Language>[];
o.add(buildLanguage());
@@ -7151,13 +7119,45 @@
checkLanguage(o[1] as api.Language);
}
+core.int buildCounterLanguageTargeting = 0;
+api.LanguageTargeting buildLanguageTargeting() {
+ var o = api.LanguageTargeting();
+ buildCounterLanguageTargeting++;
+ if (buildCounterLanguageTargeting < 3) {
+ o.languages = buildUnnamed4655();
+ }
+ buildCounterLanguageTargeting--;
+ return o;
+}
+
+void checkLanguageTargeting(api.LanguageTargeting o) {
+ buildCounterLanguageTargeting++;
+ if (buildCounterLanguageTargeting < 3) {
+ checkUnnamed4655(o.languages!);
+ }
+ buildCounterLanguageTargeting--;
+}
+
+core.List<api.Language> buildUnnamed4656() {
+ var o = <api.Language>[];
+ o.add(buildLanguage());
+ o.add(buildLanguage());
+ return o;
+}
+
+void checkUnnamed4656(core.List<api.Language> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkLanguage(o[0] as api.Language);
+ checkLanguage(o[1] as api.Language);
+}
+
core.int buildCounterLanguagesListResponse = 0;
api.LanguagesListResponse buildLanguagesListResponse() {
var o = api.LanguagesListResponse();
buildCounterLanguagesListResponse++;
if (buildCounterLanguagesListResponse < 3) {
o.kind = 'foo';
- o.languages = buildUnnamed4655();
+ o.languages = buildUnnamed4656();
}
buildCounterLanguagesListResponse--;
return o;
@@ -7170,7 +7170,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4655(o.languages!);
+ checkUnnamed4656(o.languages!);
}
buildCounterLanguagesListResponse--;
}
@@ -7197,14 +7197,14 @@
buildCounterLastModifiedInfo--;
}
-core.List<api.ListPopulationTerm> buildUnnamed4656() {
+core.List<api.ListPopulationTerm> buildUnnamed4657() {
var o = <api.ListPopulationTerm>[];
o.add(buildListPopulationTerm());
o.add(buildListPopulationTerm());
return o;
}
-void checkUnnamed4656(core.List<api.ListPopulationTerm> o) {
+void checkUnnamed4657(core.List<api.ListPopulationTerm> o) {
unittest.expect(o, unittest.hasLength(2));
checkListPopulationTerm(o[0] as api.ListPopulationTerm);
checkListPopulationTerm(o[1] as api.ListPopulationTerm);
@@ -7215,7 +7215,7 @@
var o = api.ListPopulationClause();
buildCounterListPopulationClause++;
if (buildCounterListPopulationClause < 3) {
- o.terms = buildUnnamed4656();
+ o.terms = buildUnnamed4657();
}
buildCounterListPopulationClause--;
return o;
@@ -7224,19 +7224,19 @@
void checkListPopulationClause(api.ListPopulationClause o) {
buildCounterListPopulationClause++;
if (buildCounterListPopulationClause < 3) {
- checkUnnamed4656(o.terms!);
+ checkUnnamed4657(o.terms!);
}
buildCounterListPopulationClause--;
}
-core.List<api.ListPopulationClause> buildUnnamed4657() {
+core.List<api.ListPopulationClause> buildUnnamed4658() {
var o = <api.ListPopulationClause>[];
o.add(buildListPopulationClause());
o.add(buildListPopulationClause());
return o;
}
-void checkUnnamed4657(core.List<api.ListPopulationClause> o) {
+void checkUnnamed4658(core.List<api.ListPopulationClause> o) {
unittest.expect(o, unittest.hasLength(2));
checkListPopulationClause(o[0] as api.ListPopulationClause);
checkListPopulationClause(o[1] as api.ListPopulationClause);
@@ -7249,7 +7249,7 @@
if (buildCounterListPopulationRule < 3) {
o.floodlightActivityId = 'foo';
o.floodlightActivityName = 'foo';
- o.listPopulationClauses = buildUnnamed4657();
+ o.listPopulationClauses = buildUnnamed4658();
}
buildCounterListPopulationRule--;
return o;
@@ -7266,7 +7266,7 @@
o.floodlightActivityName!,
unittest.equals('foo'),
);
- checkUnnamed4657(o.listPopulationClauses!);
+ checkUnnamed4658(o.listPopulationClauses!);
}
buildCounterListPopulationRule--;
}
@@ -7450,14 +7450,14 @@
buildCounterMetro--;
}
-core.List<api.Metro> buildUnnamed4658() {
+core.List<api.Metro> buildUnnamed4659() {
var o = <api.Metro>[];
o.add(buildMetro());
o.add(buildMetro());
return o;
}
-void checkUnnamed4658(core.List<api.Metro> o) {
+void checkUnnamed4659(core.List<api.Metro> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetro(o[0] as api.Metro);
checkMetro(o[1] as api.Metro);
@@ -7469,7 +7469,7 @@
buildCounterMetrosListResponse++;
if (buildCounterMetrosListResponse < 3) {
o.kind = 'foo';
- o.metros = buildUnnamed4658();
+ o.metros = buildUnnamed4659();
}
buildCounterMetrosListResponse--;
return o;
@@ -7482,7 +7482,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4658(o.metros!);
+ checkUnnamed4659(o.metros!);
}
buildCounterMetrosListResponse--;
}
@@ -7529,14 +7529,14 @@
buildCounterMobileApp--;
}
-core.List<api.MobileApp> buildUnnamed4659() {
+core.List<api.MobileApp> buildUnnamed4660() {
var o = <api.MobileApp>[];
o.add(buildMobileApp());
o.add(buildMobileApp());
return o;
}
-void checkUnnamed4659(core.List<api.MobileApp> o) {
+void checkUnnamed4660(core.List<api.MobileApp> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileApp(o[0] as api.MobileApp);
checkMobileApp(o[1] as api.MobileApp);
@@ -7548,7 +7548,7 @@
buildCounterMobileAppsListResponse++;
if (buildCounterMobileAppsListResponse < 3) {
o.kind = 'foo';
- o.mobileApps = buildUnnamed4659();
+ o.mobileApps = buildUnnamed4660();
o.nextPageToken = 'foo';
}
buildCounterMobileAppsListResponse--;
@@ -7562,7 +7562,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4659(o.mobileApps!);
+ checkUnnamed4660(o.mobileApps!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -7613,14 +7613,14 @@
buildCounterMobileCarrier--;
}
-core.List<api.MobileCarrier> buildUnnamed4660() {
+core.List<api.MobileCarrier> buildUnnamed4661() {
var o = <api.MobileCarrier>[];
o.add(buildMobileCarrier());
o.add(buildMobileCarrier());
return o;
}
-void checkUnnamed4660(core.List<api.MobileCarrier> o) {
+void checkUnnamed4661(core.List<api.MobileCarrier> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileCarrier(o[0] as api.MobileCarrier);
checkMobileCarrier(o[1] as api.MobileCarrier);
@@ -7632,7 +7632,7 @@
buildCounterMobileCarriersListResponse++;
if (buildCounterMobileCarriersListResponse < 3) {
o.kind = 'foo';
- o.mobileCarriers = buildUnnamed4660();
+ o.mobileCarriers = buildUnnamed4661();
}
buildCounterMobileCarriersListResponse--;
return o;
@@ -7645,7 +7645,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4660(o.mobileCarriers!);
+ checkUnnamed4661(o.mobileCarriers!);
}
buildCounterMobileCarriersListResponse--;
}
@@ -7704,14 +7704,14 @@
buildCounterObaIcon--;
}
-core.List<core.String> buildUnnamed4661() {
+core.List<core.String> buildUnnamed4662() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4661(core.List<core.String> o) {
+void checkUnnamed4662(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7729,7 +7729,7 @@
buildCounterObjectFilter++;
if (buildCounterObjectFilter < 3) {
o.kind = 'foo';
- o.objectIds = buildUnnamed4661();
+ o.objectIds = buildUnnamed4662();
o.status = 'foo';
}
buildCounterObjectFilter--;
@@ -7743,7 +7743,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4661(o.objectIds!);
+ checkUnnamed4662(o.objectIds!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -7880,14 +7880,14 @@
buildCounterOperatingSystemVersion--;
}
-core.List<api.OperatingSystemVersion> buildUnnamed4662() {
+core.List<api.OperatingSystemVersion> buildUnnamed4663() {
var o = <api.OperatingSystemVersion>[];
o.add(buildOperatingSystemVersion());
o.add(buildOperatingSystemVersion());
return o;
}
-void checkUnnamed4662(core.List<api.OperatingSystemVersion> o) {
+void checkUnnamed4663(core.List<api.OperatingSystemVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperatingSystemVersion(o[0] as api.OperatingSystemVersion);
checkOperatingSystemVersion(o[1] as api.OperatingSystemVersion);
@@ -7900,7 +7900,7 @@
buildCounterOperatingSystemVersionsListResponse++;
if (buildCounterOperatingSystemVersionsListResponse < 3) {
o.kind = 'foo';
- o.operatingSystemVersions = buildUnnamed4662();
+ o.operatingSystemVersions = buildUnnamed4663();
}
buildCounterOperatingSystemVersionsListResponse--;
return o;
@@ -7914,19 +7914,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4662(o.operatingSystemVersions!);
+ checkUnnamed4663(o.operatingSystemVersions!);
}
buildCounterOperatingSystemVersionsListResponse--;
}
-core.List<api.OperatingSystem> buildUnnamed4663() {
+core.List<api.OperatingSystem> buildUnnamed4664() {
var o = <api.OperatingSystem>[];
o.add(buildOperatingSystem());
o.add(buildOperatingSystem());
return o;
}
-void checkUnnamed4663(core.List<api.OperatingSystem> o) {
+void checkUnnamed4664(core.List<api.OperatingSystem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperatingSystem(o[0] as api.OperatingSystem);
checkOperatingSystem(o[1] as api.OperatingSystem);
@@ -7938,7 +7938,7 @@
buildCounterOperatingSystemsListResponse++;
if (buildCounterOperatingSystemsListResponse < 3) {
o.kind = 'foo';
- o.operatingSystems = buildUnnamed4663();
+ o.operatingSystems = buildUnnamed4664();
}
buildCounterOperatingSystemsListResponse--;
return o;
@@ -7951,7 +7951,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4663(o.operatingSystems!);
+ checkUnnamed4664(o.operatingSystems!);
}
buildCounterOperatingSystemsListResponse--;
}
@@ -7986,14 +7986,14 @@
buildCounterOptimizationActivity--;
}
-core.List<core.String> buildUnnamed4664() {
+core.List<core.String> buildUnnamed4665() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4664(core.List<core.String> o) {
+void checkUnnamed4665(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8005,38 +8005,19 @@
);
}
-core.List<api.OrderContact> buildUnnamed4665() {
+core.List<api.OrderContact> buildUnnamed4666() {
var o = <api.OrderContact>[];
o.add(buildOrderContact());
o.add(buildOrderContact());
return o;
}
-void checkUnnamed4665(core.List<api.OrderContact> o) {
+void checkUnnamed4666(core.List<api.OrderContact> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderContact(o[0] as api.OrderContact);
checkOrderContact(o[1] as api.OrderContact);
}
-core.List<core.String> buildUnnamed4666() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4666(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4667() {
var o = <core.String>[];
o.add('foo');
@@ -8056,6 +8037,25 @@
);
}
+core.List<core.String> buildUnnamed4668() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4668(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterOrder = 0;
api.Order buildOrder() {
var o = api.Order();
@@ -8063,11 +8063,11 @@
if (buildCounterOrder < 3) {
o.accountId = 'foo';
o.advertiserId = 'foo';
- o.approverUserProfileIds = buildUnnamed4664();
+ o.approverUserProfileIds = buildUnnamed4665();
o.buyerInvoiceId = 'foo';
o.buyerOrganizationName = 'foo';
o.comments = 'foo';
- o.contacts = buildUnnamed4665();
+ o.contacts = buildUnnamed4666();
o.id = 'foo';
o.kind = 'foo';
o.lastModifiedInfo = buildLastModifiedInfo();
@@ -8077,8 +8077,8 @@
o.projectId = 'foo';
o.sellerOrderId = 'foo';
o.sellerOrganizationName = 'foo';
- o.siteId = buildUnnamed4666();
- o.siteNames = buildUnnamed4667();
+ o.siteId = buildUnnamed4667();
+ o.siteNames = buildUnnamed4668();
o.subaccountId = 'foo';
o.termsAndConditions = 'foo';
}
@@ -8097,7 +8097,7 @@
o.advertiserId!,
unittest.equals('foo'),
);
- checkUnnamed4664(o.approverUserProfileIds!);
+ checkUnnamed4665(o.approverUserProfileIds!);
unittest.expect(
o.buyerInvoiceId!,
unittest.equals('foo'),
@@ -8110,7 +8110,7 @@
o.comments!,
unittest.equals('foo'),
);
- checkUnnamed4665(o.contacts!);
+ checkUnnamed4666(o.contacts!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -8144,8 +8144,8 @@
o.sellerOrganizationName!,
unittest.equals('foo'),
);
- checkUnnamed4666(o.siteId!);
- checkUnnamed4667(o.siteNames!);
+ checkUnnamed4667(o.siteId!);
+ checkUnnamed4668(o.siteNames!);
unittest.expect(
o.subaccountId!,
unittest.equals('foo'),
@@ -8200,25 +8200,6 @@
buildCounterOrderContact--;
}
-core.List<core.String> buildUnnamed4668() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4668(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4669() {
var o = <core.String>[];
o.add('foo');
@@ -8238,6 +8219,25 @@
);
}
+core.List<core.String> buildUnnamed4670() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4670(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterOrderDocument = 0;
api.OrderDocument buildOrderDocument() {
var o = api.OrderDocument();
@@ -8246,13 +8246,13 @@
o.accountId = 'foo';
o.advertiserId = 'foo';
o.amendedOrderDocumentId = 'foo';
- o.approvedByUserProfileIds = buildUnnamed4668();
+ o.approvedByUserProfileIds = buildUnnamed4669();
o.cancelled = true;
o.createdInfo = buildLastModifiedInfo();
o.effectiveDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.id = 'foo';
o.kind = 'foo';
- o.lastSentRecipients = buildUnnamed4669();
+ o.lastSentRecipients = buildUnnamed4670();
o.lastSentTime = core.DateTime.parse("2002-02-27T14:01:02");
o.orderId = 'foo';
o.projectId = 'foo';
@@ -8280,7 +8280,7 @@
o.amendedOrderDocumentId!,
unittest.equals('foo'),
);
- checkUnnamed4668(o.approvedByUserProfileIds!);
+ checkUnnamed4669(o.approvedByUserProfileIds!);
unittest.expect(o.cancelled!, unittest.isTrue);
checkLastModifiedInfo(o.createdInfo! as api.LastModifiedInfo);
unittest.expect(
@@ -8295,7 +8295,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4669(o.lastSentRecipients!);
+ checkUnnamed4670(o.lastSentRecipients!);
unittest.expect(
o.lastSentTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
@@ -8325,14 +8325,14 @@
buildCounterOrderDocument--;
}
-core.List<api.OrderDocument> buildUnnamed4670() {
+core.List<api.OrderDocument> buildUnnamed4671() {
var o = <api.OrderDocument>[];
o.add(buildOrderDocument());
o.add(buildOrderDocument());
return o;
}
-void checkUnnamed4670(core.List<api.OrderDocument> o) {
+void checkUnnamed4671(core.List<api.OrderDocument> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderDocument(o[0] as api.OrderDocument);
checkOrderDocument(o[1] as api.OrderDocument);
@@ -8345,7 +8345,7 @@
if (buildCounterOrderDocumentsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.orderDocuments = buildUnnamed4670();
+ o.orderDocuments = buildUnnamed4671();
}
buildCounterOrderDocumentsListResponse--;
return o;
@@ -8362,19 +8362,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4670(o.orderDocuments!);
+ checkUnnamed4671(o.orderDocuments!);
}
buildCounterOrderDocumentsListResponse--;
}
-core.List<api.Order> buildUnnamed4671() {
+core.List<api.Order> buildUnnamed4672() {
var o = <api.Order>[];
o.add(buildOrder());
o.add(buildOrder());
return o;
}
-void checkUnnamed4671(core.List<api.Order> o) {
+void checkUnnamed4672(core.List<api.Order> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrder(o[0] as api.Order);
checkOrder(o[1] as api.Order);
@@ -8387,7 +8387,7 @@
if (buildCounterOrdersListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.orders = buildUnnamed4671();
+ o.orders = buildUnnamed4672();
}
buildCounterOrdersListResponse--;
return o;
@@ -8404,19 +8404,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4671(o.orders!);
+ checkUnnamed4672(o.orders!);
}
buildCounterOrdersListResponse--;
}
-core.List<api.EventFilter> buildUnnamed4672() {
+core.List<api.EventFilter> buildUnnamed4673() {
var o = <api.EventFilter>[];
o.add(buildEventFilter());
o.add(buildEventFilter());
return o;
}
-void checkUnnamed4672(core.List<api.EventFilter> o) {
+void checkUnnamed4673(core.List<api.EventFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventFilter(o[0] as api.EventFilter);
checkEventFilter(o[1] as api.EventFilter);
@@ -8427,7 +8427,7 @@
var o = api.PathFilter();
buildCounterPathFilter++;
if (buildCounterPathFilter < 3) {
- o.eventFilters = buildUnnamed4672();
+ o.eventFilters = buildUnnamed4673();
o.kind = 'foo';
o.pathMatchPosition = 'foo';
}
@@ -8438,7 +8438,7 @@
void checkPathFilter(api.PathFilter o) {
buildCounterPathFilter++;
if (buildCounterPathFilter < 3) {
- checkUnnamed4672(o.eventFilters!);
+ checkUnnamed4673(o.eventFilters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -8451,19 +8451,6 @@
buildCounterPathFilter--;
}
-core.List<api.Dimension> buildUnnamed4673() {
- var o = <api.Dimension>[];
- o.add(buildDimension());
- o.add(buildDimension());
- return o;
-}
-
-void checkUnnamed4673(core.List<api.Dimension> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkDimension(o[0] as api.Dimension);
- checkDimension(o[1] as api.Dimension);
-}
-
core.List<api.Dimension> buildUnnamed4674() {
var o = <api.Dimension>[];
o.add(buildDimension());
@@ -8477,27 +8464,40 @@
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed4675() {
- var o = <api.Metric>[];
- o.add(buildMetric());
- o.add(buildMetric());
- return o;
-}
-
-void checkUnnamed4675(core.List<api.Metric> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkMetric(o[0] as api.Metric);
- checkMetric(o[1] as api.Metric);
-}
-
-core.List<api.Dimension> buildUnnamed4676() {
+core.List<api.Dimension> buildUnnamed4675() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed4676(core.List<api.Dimension> o) {
+void checkUnnamed4675(core.List<api.Dimension> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkDimension(o[0] as api.Dimension);
+ checkDimension(o[1] as api.Dimension);
+}
+
+core.List<api.Metric> buildUnnamed4676() {
+ var o = <api.Metric>[];
+ o.add(buildMetric());
+ o.add(buildMetric());
+ return o;
+}
+
+void checkUnnamed4676(core.List<api.Metric> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkMetric(o[0] as api.Metric);
+ checkMetric(o[1] as api.Metric);
+}
+
+core.List<api.Dimension> buildUnnamed4677() {
+ var o = <api.Dimension>[];
+ o.add(buildDimension());
+ o.add(buildDimension());
+ return o;
+}
+
+void checkUnnamed4677(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
@@ -8508,11 +8508,11 @@
var o = api.PathReportCompatibleFields();
buildCounterPathReportCompatibleFields++;
if (buildCounterPathReportCompatibleFields < 3) {
- o.channelGroupings = buildUnnamed4673();
- o.dimensions = buildUnnamed4674();
+ o.channelGroupings = buildUnnamed4674();
+ o.dimensions = buildUnnamed4675();
o.kind = 'foo';
- o.metrics = buildUnnamed4675();
- o.pathFilters = buildUnnamed4676();
+ o.metrics = buildUnnamed4676();
+ o.pathFilters = buildUnnamed4677();
}
buildCounterPathReportCompatibleFields--;
return o;
@@ -8521,37 +8521,18 @@
void checkPathReportCompatibleFields(api.PathReportCompatibleFields o) {
buildCounterPathReportCompatibleFields++;
if (buildCounterPathReportCompatibleFields < 3) {
- checkUnnamed4673(o.channelGroupings!);
- checkUnnamed4674(o.dimensions!);
+ checkUnnamed4674(o.channelGroupings!);
+ checkUnnamed4675(o.dimensions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4675(o.metrics!);
- checkUnnamed4676(o.pathFilters!);
+ checkUnnamed4676(o.metrics!);
+ checkUnnamed4677(o.pathFilters!);
}
buildCounterPathReportCompatibleFields--;
}
-core.List<core.String> buildUnnamed4677() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4677(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4678() {
var o = <core.String>[];
o.add('foo');
@@ -8571,16 +8552,35 @@
);
}
+core.List<core.String> buildUnnamed4679() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4679(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterPathReportDimensionValue = 0;
api.PathReportDimensionValue buildPathReportDimensionValue() {
var o = api.PathReportDimensionValue();
buildCounterPathReportDimensionValue++;
if (buildCounterPathReportDimensionValue < 3) {
o.dimensionName = 'foo';
- o.ids = buildUnnamed4677();
+ o.ids = buildUnnamed4678();
o.kind = 'foo';
o.matchType = 'foo';
- o.values = buildUnnamed4678();
+ o.values = buildUnnamed4679();
}
buildCounterPathReportDimensionValue--;
return o;
@@ -8593,7 +8593,7 @@
o.dimensionName!,
unittest.equals('foo'),
);
- checkUnnamed4677(o.ids!);
+ checkUnnamed4678(o.ids!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -8602,24 +8602,11 @@
o.matchType!,
unittest.equals('foo'),
);
- checkUnnamed4678(o.values!);
+ checkUnnamed4679(o.values!);
}
buildCounterPathReportDimensionValue--;
}
-core.List<api.Dimension> buildUnnamed4679() {
- var o = <api.Dimension>[];
- o.add(buildDimension());
- o.add(buildDimension());
- return o;
-}
-
-void checkUnnamed4679(core.List<api.Dimension> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkDimension(o[0] as api.Dimension);
- checkDimension(o[1] as api.Dimension);
-}
-
core.List<api.Dimension> buildUnnamed4680() {
var o = <api.Dimension>[];
o.add(buildDimension());
@@ -8633,27 +8620,40 @@
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed4681() {
- var o = <api.Metric>[];
- o.add(buildMetric());
- o.add(buildMetric());
- return o;
-}
-
-void checkUnnamed4681(core.List<api.Metric> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkMetric(o[0] as api.Metric);
- checkMetric(o[1] as api.Metric);
-}
-
-core.List<api.Dimension> buildUnnamed4682() {
+core.List<api.Dimension> buildUnnamed4681() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed4682(core.List<api.Dimension> o) {
+void checkUnnamed4681(core.List<api.Dimension> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkDimension(o[0] as api.Dimension);
+ checkDimension(o[1] as api.Dimension);
+}
+
+core.List<api.Metric> buildUnnamed4682() {
+ var o = <api.Metric>[];
+ o.add(buildMetric());
+ o.add(buildMetric());
+ return o;
+}
+
+void checkUnnamed4682(core.List<api.Metric> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkMetric(o[0] as api.Metric);
+ checkMetric(o[1] as api.Metric);
+}
+
+core.List<api.Dimension> buildUnnamed4683() {
+ var o = <api.Dimension>[];
+ o.add(buildDimension());
+ o.add(buildDimension());
+ return o;
+}
+
+void checkUnnamed4683(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
@@ -8665,11 +8665,11 @@
var o = api.PathToConversionReportCompatibleFields();
buildCounterPathToConversionReportCompatibleFields++;
if (buildCounterPathToConversionReportCompatibleFields < 3) {
- o.conversionDimensions = buildUnnamed4679();
- o.customFloodlightVariables = buildUnnamed4680();
+ o.conversionDimensions = buildUnnamed4680();
+ o.customFloodlightVariables = buildUnnamed4681();
o.kind = 'foo';
- o.metrics = buildUnnamed4681();
- o.perInteractionDimensions = buildUnnamed4682();
+ o.metrics = buildUnnamed4682();
+ o.perInteractionDimensions = buildUnnamed4683();
}
buildCounterPathToConversionReportCompatibleFields--;
return o;
@@ -8679,39 +8679,39 @@
api.PathToConversionReportCompatibleFields o) {
buildCounterPathToConversionReportCompatibleFields++;
if (buildCounterPathToConversionReportCompatibleFields < 3) {
- checkUnnamed4679(o.conversionDimensions!);
- checkUnnamed4680(o.customFloodlightVariables!);
+ checkUnnamed4680(o.conversionDimensions!);
+ checkUnnamed4681(o.customFloodlightVariables!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4681(o.metrics!);
- checkUnnamed4682(o.perInteractionDimensions!);
+ checkUnnamed4682(o.metrics!);
+ checkUnnamed4683(o.perInteractionDimensions!);
}
buildCounterPathToConversionReportCompatibleFields--;
}
-core.List<api.Size> buildUnnamed4683() {
+core.List<api.Size> buildUnnamed4684() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed4683(core.List<api.Size> o) {
+void checkUnnamed4684(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
}
-core.List<core.String> buildUnnamed4684() {
+core.List<core.String> buildUnnamed4685() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4684(core.List<core.String> o) {
+void checkUnnamed4685(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8730,7 +8730,7 @@
if (buildCounterPlacement < 3) {
o.accountId = 'foo';
o.adBlockingOptOut = true;
- o.additionalSizes = buildUnnamed4683();
+ o.additionalSizes = buildUnnamed4684();
o.advertiserId = 'foo';
o.advertiserIdDimensionValue = buildDimensionValue();
o.archived = true;
@@ -8764,7 +8764,7 @@
o.sslRequired = true;
o.status = 'foo';
o.subaccountId = 'foo';
- o.tagFormats = buildUnnamed4684();
+ o.tagFormats = buildUnnamed4685();
o.tagSetting = buildTagSetting();
o.videoActiveViewOptOut = true;
o.videoSettings = buildVideoSettings();
@@ -8782,7 +8782,7 @@
unittest.equals('foo'),
);
unittest.expect(o.adBlockingOptOut!, unittest.isTrue);
- checkUnnamed4683(o.additionalSizes!);
+ checkUnnamed4684(o.additionalSizes!);
unittest.expect(
o.advertiserId!,
unittest.equals('foo'),
@@ -8869,7 +8869,7 @@
o.subaccountId!,
unittest.equals('foo'),
);
- checkUnnamed4684(o.tagFormats!);
+ checkUnnamed4685(o.tagFormats!);
checkTagSetting(o.tagSetting! as api.TagSetting);
unittest.expect(o.videoActiveViewOptOut!, unittest.isTrue);
checkVideoSettings(o.videoSettings! as api.VideoSettings);
@@ -8909,14 +8909,14 @@
buildCounterPlacementAssignment--;
}
-core.List<core.String> buildUnnamed4685() {
+core.List<core.String> buildUnnamed4686() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4685(core.List<core.String> o) {
+void checkUnnamed4686(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8939,7 +8939,7 @@
o.archived = true;
o.campaignId = 'foo';
o.campaignIdDimensionValue = buildDimensionValue();
- o.childPlacementIds = buildUnnamed4685();
+ o.childPlacementIds = buildUnnamed4686();
o.comment = 'foo';
o.contentCategoryId = 'foo';
o.createInfo = buildLastModifiedInfo();
@@ -8982,7 +8982,7 @@
unittest.equals('foo'),
);
checkDimensionValue(o.campaignIdDimensionValue! as api.DimensionValue);
- checkUnnamed4685(o.childPlacementIds!);
+ checkUnnamed4686(o.childPlacementIds!);
unittest.expect(
o.comment!,
unittest.equals('foo'),
@@ -9043,14 +9043,14 @@
buildCounterPlacementGroup--;
}
-core.List<api.PlacementGroup> buildUnnamed4686() {
+core.List<api.PlacementGroup> buildUnnamed4687() {
var o = <api.PlacementGroup>[];
o.add(buildPlacementGroup());
o.add(buildPlacementGroup());
return o;
}
-void checkUnnamed4686(core.List<api.PlacementGroup> o) {
+void checkUnnamed4687(core.List<api.PlacementGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacementGroup(o[0] as api.PlacementGroup);
checkPlacementGroup(o[1] as api.PlacementGroup);
@@ -9063,7 +9063,7 @@
if (buildCounterPlacementGroupsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.placementGroups = buildUnnamed4686();
+ o.placementGroups = buildUnnamed4687();
}
buildCounterPlacementGroupsListResponse--;
return o;
@@ -9080,19 +9080,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4686(o.placementGroups!);
+ checkUnnamed4687(o.placementGroups!);
}
buildCounterPlacementGroupsListResponse--;
}
-core.List<api.PlacementStrategy> buildUnnamed4687() {
+core.List<api.PlacementStrategy> buildUnnamed4688() {
var o = <api.PlacementStrategy>[];
o.add(buildPlacementStrategy());
o.add(buildPlacementStrategy());
return o;
}
-void checkUnnamed4687(core.List<api.PlacementStrategy> o) {
+void checkUnnamed4688(core.List<api.PlacementStrategy> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacementStrategy(o[0] as api.PlacementStrategy);
checkPlacementStrategy(o[1] as api.PlacementStrategy);
@@ -9105,7 +9105,7 @@
if (buildCounterPlacementStrategiesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.placementStrategies = buildUnnamed4687();
+ o.placementStrategies = buildUnnamed4688();
}
buildCounterPlacementStrategiesListResponse--;
return o;
@@ -9123,7 +9123,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4687(o.placementStrategies!);
+ checkUnnamed4688(o.placementStrategies!);
}
buildCounterPlacementStrategiesListResponse--;
}
@@ -9165,14 +9165,14 @@
buildCounterPlacementStrategy--;
}
-core.List<api.TagData> buildUnnamed4688() {
+core.List<api.TagData> buildUnnamed4689() {
var o = <api.TagData>[];
o.add(buildTagData());
o.add(buildTagData());
return o;
}
-void checkUnnamed4688(core.List<api.TagData> o) {
+void checkUnnamed4689(core.List<api.TagData> o) {
unittest.expect(o, unittest.hasLength(2));
checkTagData(o[0] as api.TagData);
checkTagData(o[1] as api.TagData);
@@ -9184,7 +9184,7 @@
buildCounterPlacementTag++;
if (buildCounterPlacementTag < 3) {
o.placementId = 'foo';
- o.tagDatas = buildUnnamed4688();
+ o.tagDatas = buildUnnamed4689();
}
buildCounterPlacementTag--;
return o;
@@ -9197,19 +9197,19 @@
o.placementId!,
unittest.equals('foo'),
);
- checkUnnamed4688(o.tagDatas!);
+ checkUnnamed4689(o.tagDatas!);
}
buildCounterPlacementTag--;
}
-core.List<api.PlacementTag> buildUnnamed4689() {
+core.List<api.PlacementTag> buildUnnamed4690() {
var o = <api.PlacementTag>[];
o.add(buildPlacementTag());
o.add(buildPlacementTag());
return o;
}
-void checkUnnamed4689(core.List<api.PlacementTag> o) {
+void checkUnnamed4690(core.List<api.PlacementTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacementTag(o[0] as api.PlacementTag);
checkPlacementTag(o[1] as api.PlacementTag);
@@ -9221,7 +9221,7 @@
buildCounterPlacementsGenerateTagsResponse++;
if (buildCounterPlacementsGenerateTagsResponse < 3) {
o.kind = 'foo';
- o.placementTags = buildUnnamed4689();
+ o.placementTags = buildUnnamed4690();
}
buildCounterPlacementsGenerateTagsResponse--;
return o;
@@ -9234,19 +9234,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4689(o.placementTags!);
+ checkUnnamed4690(o.placementTags!);
}
buildCounterPlacementsGenerateTagsResponse--;
}
-core.List<api.Placement> buildUnnamed4690() {
+core.List<api.Placement> buildUnnamed4691() {
var o = <api.Placement>[];
o.add(buildPlacement());
o.add(buildPlacement());
return o;
}
-void checkUnnamed4690(core.List<api.Placement> o) {
+void checkUnnamed4691(core.List<api.Placement> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacement(o[0] as api.Placement);
checkPlacement(o[1] as api.Placement);
@@ -9259,7 +9259,7 @@
if (buildCounterPlacementsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.placements = buildUnnamed4690();
+ o.placements = buildUnnamed4691();
}
buildCounterPlacementsListResponse--;
return o;
@@ -9276,7 +9276,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4690(o.placements!);
+ checkUnnamed4691(o.placements!);
}
buildCounterPlacementsListResponse--;
}
@@ -9313,14 +9313,14 @@
buildCounterPlatformType--;
}
-core.List<api.PlatformType> buildUnnamed4691() {
+core.List<api.PlatformType> buildUnnamed4692() {
var o = <api.PlatformType>[];
o.add(buildPlatformType());
o.add(buildPlatformType());
return o;
}
-void checkUnnamed4691(core.List<api.PlatformType> o) {
+void checkUnnamed4692(core.List<api.PlatformType> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlatformType(o[0] as api.PlatformType);
checkPlatformType(o[1] as api.PlatformType);
@@ -9332,7 +9332,7 @@
buildCounterPlatformTypesListResponse++;
if (buildCounterPlatformTypesListResponse < 3) {
o.kind = 'foo';
- o.platformTypes = buildUnnamed4691();
+ o.platformTypes = buildUnnamed4692();
}
buildCounterPlatformTypesListResponse--;
return o;
@@ -9345,7 +9345,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4691(o.platformTypes!);
+ checkUnnamed4692(o.platformTypes!);
}
buildCounterPlatformTypesListResponse--;
}
@@ -9433,14 +9433,14 @@
buildCounterPostalCode--;
}
-core.List<api.PostalCode> buildUnnamed4692() {
+core.List<api.PostalCode> buildUnnamed4693() {
var o = <api.PostalCode>[];
o.add(buildPostalCode());
o.add(buildPostalCode());
return o;
}
-void checkUnnamed4692(core.List<api.PostalCode> o) {
+void checkUnnamed4693(core.List<api.PostalCode> o) {
unittest.expect(o, unittest.hasLength(2));
checkPostalCode(o[0] as api.PostalCode);
checkPostalCode(o[1] as api.PostalCode);
@@ -9452,7 +9452,7 @@
buildCounterPostalCodesListResponse++;
if (buildCounterPostalCodesListResponse < 3) {
o.kind = 'foo';
- o.postalCodes = buildUnnamed4692();
+ o.postalCodes = buildUnnamed4693();
}
buildCounterPostalCodesListResponse--;
return o;
@@ -9465,19 +9465,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4692(o.postalCodes!);
+ checkUnnamed4693(o.postalCodes!);
}
buildCounterPostalCodesListResponse--;
}
-core.List<api.Flight> buildUnnamed4693() {
+core.List<api.Flight> buildUnnamed4694() {
var o = <api.Flight>[];
o.add(buildFlight());
o.add(buildFlight());
return o;
}
-void checkUnnamed4693(core.List<api.Flight> o) {
+void checkUnnamed4694(core.List<api.Flight> o) {
unittest.expect(o, unittest.hasLength(2));
checkFlight(o[0] as api.Flight);
checkFlight(o[1] as api.Flight);
@@ -9490,7 +9490,7 @@
if (buildCounterPricing < 3) {
o.capCostType = 'foo';
o.endDate = core.DateTime.parse('2002-02-27T14:01:02Z');
- o.flights = buildUnnamed4693();
+ o.flights = buildUnnamed4694();
o.groupType = 'foo';
o.pricingType = 'foo';
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
@@ -9510,7 +9510,7 @@
o.endDate!,
unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")),
);
- checkUnnamed4693(o.flights!);
+ checkUnnamed4694(o.flights!);
unittest.expect(
o.groupType!,
unittest.equals('foo'),
@@ -9527,14 +9527,14 @@
buildCounterPricing--;
}
-core.List<api.PricingSchedulePricingPeriod> buildUnnamed4694() {
+core.List<api.PricingSchedulePricingPeriod> buildUnnamed4695() {
var o = <api.PricingSchedulePricingPeriod>[];
o.add(buildPricingSchedulePricingPeriod());
o.add(buildPricingSchedulePricingPeriod());
return o;
}
-void checkUnnamed4694(core.List<api.PricingSchedulePricingPeriod> o) {
+void checkUnnamed4695(core.List<api.PricingSchedulePricingPeriod> o) {
unittest.expect(o, unittest.hasLength(2));
checkPricingSchedulePricingPeriod(o[0] as api.PricingSchedulePricingPeriod);
checkPricingSchedulePricingPeriod(o[1] as api.PricingSchedulePricingPeriod);
@@ -9549,7 +9549,7 @@
o.endDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.flighted = true;
o.floodlightActivityId = 'foo';
- o.pricingPeriods = buildUnnamed4694();
+ o.pricingPeriods = buildUnnamed4695();
o.pricingType = 'foo';
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.testingStartDate = core.DateTime.parse('2002-02-27T14:01:02Z');
@@ -9574,7 +9574,7 @@
o.floodlightActivityId!,
unittest.equals('foo'),
);
- checkUnnamed4694(o.pricingPeriods!);
+ checkUnnamed4695(o.pricingPeriods!);
unittest.expect(
o.pricingType!,
unittest.equals('foo'),
@@ -9757,14 +9757,14 @@
buildCounterProject--;
}
-core.List<api.Project> buildUnnamed4695() {
+core.List<api.Project> buildUnnamed4696() {
var o = <api.Project>[];
o.add(buildProject());
o.add(buildProject());
return o;
}
-void checkUnnamed4695(core.List<api.Project> o) {
+void checkUnnamed4696(core.List<api.Project> o) {
unittest.expect(o, unittest.hasLength(2));
checkProject(o[0] as api.Project);
checkProject(o[1] as api.Project);
@@ -9777,7 +9777,7 @@
if (buildCounterProjectsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.projects = buildUnnamed4695();
+ o.projects = buildUnnamed4696();
}
buildCounterProjectsListResponse--;
return o;
@@ -9794,24 +9794,11 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4695(o.projects!);
+ checkUnnamed4696(o.projects!);
}
buildCounterProjectsListResponse--;
}
-core.List<api.Dimension> buildUnnamed4696() {
- var o = <api.Dimension>[];
- o.add(buildDimension());
- o.add(buildDimension());
- return o;
-}
-
-void checkUnnamed4696(core.List<api.Dimension> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkDimension(o[0] as api.Dimension);
- checkDimension(o[1] as api.Dimension);
-}
-
core.List<api.Dimension> buildUnnamed4697() {
var o = <api.Dimension>[];
o.add(buildDimension());
@@ -9825,17 +9812,17 @@
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed4698() {
- var o = <api.Metric>[];
- o.add(buildMetric());
- o.add(buildMetric());
+core.List<api.Dimension> buildUnnamed4698() {
+ var o = <api.Dimension>[];
+ o.add(buildDimension());
+ o.add(buildDimension());
return o;
}
-void checkUnnamed4698(core.List<api.Metric> o) {
+void checkUnnamed4698(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
- checkMetric(o[0] as api.Metric);
- checkMetric(o[1] as api.Metric);
+ checkDimension(o[0] as api.Dimension);
+ checkDimension(o[1] as api.Dimension);
}
core.List<api.Metric> buildUnnamed4699() {
@@ -9864,17 +9851,30 @@
checkMetric(o[1] as api.Metric);
}
+core.List<api.Metric> buildUnnamed4701() {
+ var o = <api.Metric>[];
+ o.add(buildMetric());
+ o.add(buildMetric());
+ return o;
+}
+
+void checkUnnamed4701(core.List<api.Metric> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkMetric(o[0] as api.Metric);
+ checkMetric(o[1] as api.Metric);
+}
+
core.int buildCounterReachReportCompatibleFields = 0;
api.ReachReportCompatibleFields buildReachReportCompatibleFields() {
var o = api.ReachReportCompatibleFields();
buildCounterReachReportCompatibleFields++;
if (buildCounterReachReportCompatibleFields < 3) {
- o.dimensionFilters = buildUnnamed4696();
- o.dimensions = buildUnnamed4697();
+ o.dimensionFilters = buildUnnamed4697();
+ o.dimensions = buildUnnamed4698();
o.kind = 'foo';
- o.metrics = buildUnnamed4698();
- o.pivotedActivityMetrics = buildUnnamed4699();
- o.reachByFrequencyMetrics = buildUnnamed4700();
+ o.metrics = buildUnnamed4699();
+ o.pivotedActivityMetrics = buildUnnamed4700();
+ o.reachByFrequencyMetrics = buildUnnamed4701();
}
buildCounterReachReportCompatibleFields--;
return o;
@@ -9883,15 +9883,15 @@
void checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
buildCounterReachReportCompatibleFields++;
if (buildCounterReachReportCompatibleFields < 3) {
- checkUnnamed4696(o.dimensionFilters!);
- checkUnnamed4697(o.dimensions!);
+ checkUnnamed4697(o.dimensionFilters!);
+ checkUnnamed4698(o.dimensions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4698(o.metrics!);
- checkUnnamed4699(o.pivotedActivityMetrics!);
- checkUnnamed4700(o.reachByFrequencyMetrics!);
+ checkUnnamed4699(o.metrics!);
+ checkUnnamed4700(o.pivotedActivityMetrics!);
+ checkUnnamed4701(o.reachByFrequencyMetrics!);
}
buildCounterReachReportCompatibleFields--;
}
@@ -9975,14 +9975,14 @@
buildCounterRegion--;
}
-core.List<api.Region> buildUnnamed4701() {
+core.List<api.Region> buildUnnamed4702() {
var o = <api.Region>[];
o.add(buildRegion());
o.add(buildRegion());
return o;
}
-void checkUnnamed4701(core.List<api.Region> o) {
+void checkUnnamed4702(core.List<api.Region> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegion(o[0] as api.Region);
checkRegion(o[1] as api.Region);
@@ -9994,7 +9994,7 @@
buildCounterRegionsListResponse++;
if (buildCounterRegionsListResponse < 3) {
o.kind = 'foo';
- o.regions = buildUnnamed4701();
+ o.regions = buildUnnamed4702();
}
buildCounterRegionsListResponse--;
return o;
@@ -10007,7 +10007,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4701(o.regions!);
+ checkUnnamed4702(o.regions!);
}
buildCounterRegionsListResponse--;
}
@@ -10085,25 +10085,6 @@
buildCounterRemarketingList--;
}
-core.List<core.String> buildUnnamed4702() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4702(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4703() {
var o = <core.String>[];
o.add('foo');
@@ -10123,6 +10104,25 @@
);
}
+core.List<core.String> buildUnnamed4704() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4704(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterRemarketingListShare = 0;
api.RemarketingListShare buildRemarketingListShare() {
var o = api.RemarketingListShare();
@@ -10130,8 +10130,8 @@
if (buildCounterRemarketingListShare < 3) {
o.kind = 'foo';
o.remarketingListId = 'foo';
- o.sharedAccountIds = buildUnnamed4702();
- o.sharedAdvertiserIds = buildUnnamed4703();
+ o.sharedAccountIds = buildUnnamed4703();
+ o.sharedAdvertiserIds = buildUnnamed4704();
}
buildCounterRemarketingListShare--;
return o;
@@ -10148,20 +10148,20 @@
o.remarketingListId!,
unittest.equals('foo'),
);
- checkUnnamed4702(o.sharedAccountIds!);
- checkUnnamed4703(o.sharedAdvertiserIds!);
+ checkUnnamed4703(o.sharedAccountIds!);
+ checkUnnamed4704(o.sharedAdvertiserIds!);
}
buildCounterRemarketingListShare--;
}
-core.List<api.RemarketingList> buildUnnamed4704() {
+core.List<api.RemarketingList> buildUnnamed4705() {
var o = <api.RemarketingList>[];
o.add(buildRemarketingList());
o.add(buildRemarketingList());
return o;
}
-void checkUnnamed4704(core.List<api.RemarketingList> o) {
+void checkUnnamed4705(core.List<api.RemarketingList> o) {
unittest.expect(o, unittest.hasLength(2));
checkRemarketingList(o[0] as api.RemarketingList);
checkRemarketingList(o[1] as api.RemarketingList);
@@ -10174,7 +10174,7 @@
if (buildCounterRemarketingListsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.remarketingLists = buildUnnamed4704();
+ o.remarketingLists = buildUnnamed4705();
}
buildCounterRemarketingListsListResponse--;
return o;
@@ -10191,45 +10191,45 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4704(o.remarketingLists!);
+ checkUnnamed4705(o.remarketingLists!);
}
buildCounterRemarketingListsListResponse--;
}
-core.List<api.DimensionValue> buildUnnamed4705() {
+core.List<api.DimensionValue> buildUnnamed4706() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed4705(core.List<api.DimensionValue> o) {
+void checkUnnamed4706(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed4706() {
+core.List<api.SortedDimension> buildUnnamed4707() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed4706(core.List<api.SortedDimension> o) {
+void checkUnnamed4707(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed4707() {
+core.List<core.String> buildUnnamed4708() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4707(core.List<core.String> o) {
+void checkUnnamed4708(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10249,9 +10249,9 @@
o.activities = buildActivities();
o.customRichMediaEvents = buildCustomRichMediaEvents();
o.dateRange = buildDateRange();
- o.dimensionFilters = buildUnnamed4705();
- o.dimensions = buildUnnamed4706();
- o.metricNames = buildUnnamed4707();
+ o.dimensionFilters = buildUnnamed4706();
+ o.dimensions = buildUnnamed4707();
+ o.metricNames = buildUnnamed4708();
}
buildCounterReportCriteria--;
return o;
@@ -10264,58 +10264,39 @@
checkCustomRichMediaEvents(
o.customRichMediaEvents! as api.CustomRichMediaEvents);
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed4705(o.dimensionFilters!);
- checkUnnamed4706(o.dimensions!);
- checkUnnamed4707(o.metricNames!);
+ checkUnnamed4706(o.dimensionFilters!);
+ checkUnnamed4707(o.dimensions!);
+ checkUnnamed4708(o.metricNames!);
}
buildCounterReportCriteria--;
}
-core.List<api.SortedDimension> buildUnnamed4708() {
+core.List<api.SortedDimension> buildUnnamed4709() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed4708(core.List<api.SortedDimension> o) {
+void checkUnnamed4709(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<api.DimensionValue> buildUnnamed4709() {
+core.List<api.DimensionValue> buildUnnamed4710() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed4709(core.List<api.DimensionValue> o) {
+void checkUnnamed4710(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<core.String> buildUnnamed4710() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4710(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4711() {
var o = <core.String>[];
o.add('foo');
@@ -10335,17 +10316,36 @@
);
}
+core.List<core.String> buildUnnamed4712() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4712(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterReportCrossDimensionReachCriteria = 0;
api.ReportCrossDimensionReachCriteria buildReportCrossDimensionReachCriteria() {
var o = api.ReportCrossDimensionReachCriteria();
buildCounterReportCrossDimensionReachCriteria++;
if (buildCounterReportCrossDimensionReachCriteria < 3) {
- o.breakdown = buildUnnamed4708();
+ o.breakdown = buildUnnamed4709();
o.dateRange = buildDateRange();
o.dimension = 'foo';
- o.dimensionFilters = buildUnnamed4709();
- o.metricNames = buildUnnamed4710();
- o.overlapMetricNames = buildUnnamed4711();
+ o.dimensionFilters = buildUnnamed4710();
+ o.metricNames = buildUnnamed4711();
+ o.overlapMetricNames = buildUnnamed4712();
o.pivoted = true;
}
buildCounterReportCrossDimensionReachCriteria--;
@@ -10356,28 +10356,28 @@
api.ReportCrossDimensionReachCriteria o) {
buildCounterReportCrossDimensionReachCriteria++;
if (buildCounterReportCrossDimensionReachCriteria < 3) {
- checkUnnamed4708(o.breakdown!);
+ checkUnnamed4709(o.breakdown!);
checkDateRange(o.dateRange! as api.DateRange);
unittest.expect(
o.dimension!,
unittest.equals('foo'),
);
- checkUnnamed4709(o.dimensionFilters!);
- checkUnnamed4710(o.metricNames!);
- checkUnnamed4711(o.overlapMetricNames!);
+ checkUnnamed4710(o.dimensionFilters!);
+ checkUnnamed4711(o.metricNames!);
+ checkUnnamed4712(o.overlapMetricNames!);
unittest.expect(o.pivoted!, unittest.isTrue);
}
buildCounterReportCrossDimensionReachCriteria--;
}
-core.List<api.Recipient> buildUnnamed4712() {
+core.List<api.Recipient> buildUnnamed4713() {
var o = <api.Recipient>[];
o.add(buildRecipient());
o.add(buildRecipient());
return o;
}
-void checkUnnamed4712(core.List<api.Recipient> o) {
+void checkUnnamed4713(core.List<api.Recipient> o) {
unittest.expect(o, unittest.hasLength(2));
checkRecipient(o[0] as api.Recipient);
checkRecipient(o[1] as api.Recipient);
@@ -10391,7 +10391,7 @@
o.emailOwner = true;
o.emailOwnerDeliveryType = 'foo';
o.message = 'foo';
- o.recipients = buildUnnamed4712();
+ o.recipients = buildUnnamed4713();
}
buildCounterReportDelivery--;
return o;
@@ -10409,24 +10409,11 @@
o.message!,
unittest.equals('foo'),
);
- checkUnnamed4712(o.recipients!);
+ checkUnnamed4713(o.recipients!);
}
buildCounterReportDelivery--;
}
-core.List<api.DimensionValue> buildUnnamed4713() {
- var o = <api.DimensionValue>[];
- o.add(buildDimensionValue());
- o.add(buildDimensionValue());
- return o;
-}
-
-void checkUnnamed4713(core.List<api.DimensionValue> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkDimensionValue(o[0] as api.DimensionValue);
- checkDimensionValue(o[1] as api.DimensionValue);
-}
-
core.List<api.DimensionValue> buildUnnamed4714() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
@@ -10440,27 +10427,40 @@
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed4715() {
+core.List<api.DimensionValue> buildUnnamed4715() {
+ var o = <api.DimensionValue>[];
+ o.add(buildDimensionValue());
+ o.add(buildDimensionValue());
+ return o;
+}
+
+void checkUnnamed4715(core.List<api.DimensionValue> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkDimensionValue(o[0] as api.DimensionValue);
+ checkDimensionValue(o[1] as api.DimensionValue);
+}
+
+core.List<api.SortedDimension> buildUnnamed4716() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed4715(core.List<api.SortedDimension> o) {
+void checkUnnamed4716(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed4716() {
+core.List<core.String> buildUnnamed4717() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4716(core.List<core.String> o) {
+void checkUnnamed4717(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10502,12 +10502,12 @@
var o = api.ReportFloodlightCriteria();
buildCounterReportFloodlightCriteria++;
if (buildCounterReportFloodlightCriteria < 3) {
- o.customRichMediaEvents = buildUnnamed4713();
+ o.customRichMediaEvents = buildUnnamed4714();
o.dateRange = buildDateRange();
- o.dimensionFilters = buildUnnamed4714();
- o.dimensions = buildUnnamed4715();
+ o.dimensionFilters = buildUnnamed4715();
+ o.dimensions = buildUnnamed4716();
o.floodlightConfigId = buildDimensionValue();
- o.metricNames = buildUnnamed4716();
+ o.metricNames = buildUnnamed4717();
o.reportProperties = buildReportFloodlightCriteriaReportProperties();
}
buildCounterReportFloodlightCriteria--;
@@ -10517,52 +10517,52 @@
void checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
buildCounterReportFloodlightCriteria++;
if (buildCounterReportFloodlightCriteria < 3) {
- checkUnnamed4713(o.customRichMediaEvents!);
+ checkUnnamed4714(o.customRichMediaEvents!);
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed4714(o.dimensionFilters!);
- checkUnnamed4715(o.dimensions!);
+ checkUnnamed4715(o.dimensionFilters!);
+ checkUnnamed4716(o.dimensions!);
checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
- checkUnnamed4716(o.metricNames!);
+ checkUnnamed4717(o.metricNames!);
checkReportFloodlightCriteriaReportProperties(
o.reportProperties! as api.ReportFloodlightCriteriaReportProperties);
}
buildCounterReportFloodlightCriteria--;
}
-core.List<api.DimensionValue> buildUnnamed4717() {
+core.List<api.DimensionValue> buildUnnamed4718() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed4717(core.List<api.DimensionValue> o) {
+void checkUnnamed4718(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed4718() {
+core.List<api.SortedDimension> buildUnnamed4719() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed4718(core.List<api.SortedDimension> o) {
+void checkUnnamed4719(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed4719() {
+core.List<core.String> buildUnnamed4720() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4719(core.List<core.String> o) {
+void checkUnnamed4720(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10574,14 +10574,14 @@
);
}
-core.List<api.PathFilter> buildUnnamed4720() {
+core.List<api.PathFilter> buildUnnamed4721() {
var o = <api.PathFilter>[];
o.add(buildPathFilter());
o.add(buildPathFilter());
return o;
}
-void checkUnnamed4720(core.List<api.PathFilter> o) {
+void checkUnnamed4721(core.List<api.PathFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkPathFilter(o[0] as api.PathFilter);
checkPathFilter(o[1] as api.PathFilter);
@@ -10592,13 +10592,13 @@
var o = api.ReportPathAttributionCriteria();
buildCounterReportPathAttributionCriteria++;
if (buildCounterReportPathAttributionCriteria < 3) {
- o.activityFilters = buildUnnamed4717();
+ o.activityFilters = buildUnnamed4718();
o.customChannelGrouping = buildChannelGrouping();
o.dateRange = buildDateRange();
- o.dimensions = buildUnnamed4718();
+ o.dimensions = buildUnnamed4719();
o.floodlightConfigId = buildDimensionValue();
- o.metricNames = buildUnnamed4719();
- o.pathFilters = buildUnnamed4720();
+ o.metricNames = buildUnnamed4720();
+ o.pathFilters = buildUnnamed4721();
}
buildCounterReportPathAttributionCriteria--;
return o;
@@ -10607,51 +10607,51 @@
void checkReportPathAttributionCriteria(api.ReportPathAttributionCriteria o) {
buildCounterReportPathAttributionCriteria++;
if (buildCounterReportPathAttributionCriteria < 3) {
- checkUnnamed4717(o.activityFilters!);
+ checkUnnamed4718(o.activityFilters!);
checkChannelGrouping(o.customChannelGrouping! as api.ChannelGrouping);
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed4718(o.dimensions!);
+ checkUnnamed4719(o.dimensions!);
checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
- checkUnnamed4719(o.metricNames!);
- checkUnnamed4720(o.pathFilters!);
+ checkUnnamed4720(o.metricNames!);
+ checkUnnamed4721(o.pathFilters!);
}
buildCounterReportPathAttributionCriteria--;
}
-core.List<api.DimensionValue> buildUnnamed4721() {
+core.List<api.DimensionValue> buildUnnamed4722() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed4721(core.List<api.DimensionValue> o) {
+void checkUnnamed4722(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed4722() {
+core.List<api.SortedDimension> buildUnnamed4723() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed4722(core.List<api.SortedDimension> o) {
+void checkUnnamed4723(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed4723() {
+core.List<core.String> buildUnnamed4724() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4723(core.List<core.String> o) {
+void checkUnnamed4724(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10663,14 +10663,14 @@
);
}
-core.List<api.PathFilter> buildUnnamed4724() {
+core.List<api.PathFilter> buildUnnamed4725() {
var o = <api.PathFilter>[];
o.add(buildPathFilter());
o.add(buildPathFilter());
return o;
}
-void checkUnnamed4724(core.List<api.PathFilter> o) {
+void checkUnnamed4725(core.List<api.PathFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkPathFilter(o[0] as api.PathFilter);
checkPathFilter(o[1] as api.PathFilter);
@@ -10681,13 +10681,13 @@
var o = api.ReportPathCriteria();
buildCounterReportPathCriteria++;
if (buildCounterReportPathCriteria < 3) {
- o.activityFilters = buildUnnamed4721();
+ o.activityFilters = buildUnnamed4722();
o.customChannelGrouping = buildChannelGrouping();
o.dateRange = buildDateRange();
- o.dimensions = buildUnnamed4722();
+ o.dimensions = buildUnnamed4723();
o.floodlightConfigId = buildDimensionValue();
- o.metricNames = buildUnnamed4723();
- o.pathFilters = buildUnnamed4724();
+ o.metricNames = buildUnnamed4724();
+ o.pathFilters = buildUnnamed4725();
}
buildCounterReportPathCriteria--;
return o;
@@ -10696,43 +10696,30 @@
void checkReportPathCriteria(api.ReportPathCriteria o) {
buildCounterReportPathCriteria++;
if (buildCounterReportPathCriteria < 3) {
- checkUnnamed4721(o.activityFilters!);
+ checkUnnamed4722(o.activityFilters!);
checkChannelGrouping(o.customChannelGrouping! as api.ChannelGrouping);
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed4722(o.dimensions!);
+ checkUnnamed4723(o.dimensions!);
checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
- checkUnnamed4723(o.metricNames!);
- checkUnnamed4724(o.pathFilters!);
+ checkUnnamed4724(o.metricNames!);
+ checkUnnamed4725(o.pathFilters!);
}
buildCounterReportPathCriteria--;
}
-core.List<api.DimensionValue> buildUnnamed4725() {
+core.List<api.DimensionValue> buildUnnamed4726() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed4725(core.List<api.DimensionValue> o) {
+void checkUnnamed4726(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed4726() {
- var o = <api.SortedDimension>[];
- o.add(buildSortedDimension());
- o.add(buildSortedDimension());
- return o;
-}
-
-void checkUnnamed4726(core.List<api.SortedDimension> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkSortedDimension(o[0] as api.SortedDimension);
- checkSortedDimension(o[1] as api.SortedDimension);
-}
-
core.List<api.SortedDimension> buildUnnamed4727() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
@@ -10746,27 +10733,40 @@
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<api.DimensionValue> buildUnnamed4728() {
+core.List<api.SortedDimension> buildUnnamed4728() {
+ var o = <api.SortedDimension>[];
+ o.add(buildSortedDimension());
+ o.add(buildSortedDimension());
+ return o;
+}
+
+void checkUnnamed4728(core.List<api.SortedDimension> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkSortedDimension(o[0] as api.SortedDimension);
+ checkSortedDimension(o[1] as api.SortedDimension);
+}
+
+core.List<api.DimensionValue> buildUnnamed4729() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed4728(core.List<api.DimensionValue> o) {
+void checkUnnamed4729(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<core.String> buildUnnamed4729() {
+core.List<core.String> buildUnnamed4730() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4729(core.List<core.String> o) {
+void checkUnnamed4730(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10778,14 +10778,14 @@
);
}
-core.List<api.SortedDimension> buildUnnamed4730() {
+core.List<api.SortedDimension> buildUnnamed4731() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed4730(core.List<api.SortedDimension> o) {
+void checkUnnamed4731(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
@@ -10848,14 +10848,14 @@
var o = api.ReportPathToConversionCriteria();
buildCounterReportPathToConversionCriteria++;
if (buildCounterReportPathToConversionCriteria < 3) {
- o.activityFilters = buildUnnamed4725();
- o.conversionDimensions = buildUnnamed4726();
- o.customFloodlightVariables = buildUnnamed4727();
- o.customRichMediaEvents = buildUnnamed4728();
+ o.activityFilters = buildUnnamed4726();
+ o.conversionDimensions = buildUnnamed4727();
+ o.customFloodlightVariables = buildUnnamed4728();
+ o.customRichMediaEvents = buildUnnamed4729();
o.dateRange = buildDateRange();
o.floodlightConfigId = buildDimensionValue();
- o.metricNames = buildUnnamed4729();
- o.perInteractionDimensions = buildUnnamed4730();
+ o.metricNames = buildUnnamed4730();
+ o.perInteractionDimensions = buildUnnamed4731();
o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
}
buildCounterReportPathToConversionCriteria--;
@@ -10865,65 +10865,46 @@
void checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
buildCounterReportPathToConversionCriteria++;
if (buildCounterReportPathToConversionCriteria < 3) {
- checkUnnamed4725(o.activityFilters!);
- checkUnnamed4726(o.conversionDimensions!);
- checkUnnamed4727(o.customFloodlightVariables!);
- checkUnnamed4728(o.customRichMediaEvents!);
+ checkUnnamed4726(o.activityFilters!);
+ checkUnnamed4727(o.conversionDimensions!);
+ checkUnnamed4728(o.customFloodlightVariables!);
+ checkUnnamed4729(o.customRichMediaEvents!);
checkDateRange(o.dateRange! as api.DateRange);
checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
- checkUnnamed4729(o.metricNames!);
- checkUnnamed4730(o.perInteractionDimensions!);
+ checkUnnamed4730(o.metricNames!);
+ checkUnnamed4731(o.perInteractionDimensions!);
checkReportPathToConversionCriteriaReportProperties(o.reportProperties!
as api.ReportPathToConversionCriteriaReportProperties);
}
buildCounterReportPathToConversionCriteria--;
}
-core.List<api.DimensionValue> buildUnnamed4731() {
+core.List<api.DimensionValue> buildUnnamed4732() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed4731(core.List<api.DimensionValue> o) {
+void checkUnnamed4732(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed4732() {
+core.List<api.SortedDimension> buildUnnamed4733() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed4732(core.List<api.SortedDimension> o) {
+void checkUnnamed4733(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed4733() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4733(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4734() {
var o = <core.String>[];
o.add('foo');
@@ -10943,6 +10924,25 @@
);
}
+core.List<core.String> buildUnnamed4735() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4735(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterReportReachCriteria = 0;
api.ReportReachCriteria buildReportReachCriteria() {
var o = api.ReportReachCriteria();
@@ -10951,11 +10951,11 @@
o.activities = buildActivities();
o.customRichMediaEvents = buildCustomRichMediaEvents();
o.dateRange = buildDateRange();
- o.dimensionFilters = buildUnnamed4731();
- o.dimensions = buildUnnamed4732();
+ o.dimensionFilters = buildUnnamed4732();
+ o.dimensions = buildUnnamed4733();
o.enableAllDimensionCombinations = true;
- o.metricNames = buildUnnamed4733();
- o.reachByFrequencyMetricNames = buildUnnamed4734();
+ o.metricNames = buildUnnamed4734();
+ o.reachByFrequencyMetricNames = buildUnnamed4735();
}
buildCounterReportReachCriteria--;
return o;
@@ -10968,23 +10968,23 @@
checkCustomRichMediaEvents(
o.customRichMediaEvents! as api.CustomRichMediaEvents);
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed4731(o.dimensionFilters!);
- checkUnnamed4732(o.dimensions!);
+ checkUnnamed4732(o.dimensionFilters!);
+ checkUnnamed4733(o.dimensions!);
unittest.expect(o.enableAllDimensionCombinations!, unittest.isTrue);
- checkUnnamed4733(o.metricNames!);
- checkUnnamed4734(o.reachByFrequencyMetricNames!);
+ checkUnnamed4734(o.metricNames!);
+ checkUnnamed4735(o.reachByFrequencyMetricNames!);
}
buildCounterReportReachCriteria--;
}
-core.List<core.String> buildUnnamed4735() {
+core.List<core.String> buildUnnamed4736() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4735(core.List<core.String> o) {
+void checkUnnamed4736(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11005,7 +11005,7 @@
o.every = 42;
o.expirationDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.repeats = 'foo';
- o.repeatsOnWeekDays = buildUnnamed4735();
+ o.repeatsOnWeekDays = buildUnnamed4736();
o.runsOnDayOfMonth = 'foo';
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
}
@@ -11029,7 +11029,7 @@
o.repeats!,
unittest.equals('foo'),
);
- checkUnnamed4735(o.repeatsOnWeekDays!);
+ checkUnnamed4736(o.repeatsOnWeekDays!);
unittest.expect(
o.runsOnDayOfMonth!,
unittest.equals('foo'),
@@ -11136,19 +11136,6 @@
buildCounterReport--;
}
-core.List<api.Dimension> buildUnnamed4736() {
- var o = <api.Dimension>[];
- o.add(buildDimension());
- o.add(buildDimension());
- return o;
-}
-
-void checkUnnamed4736(core.List<api.Dimension> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkDimension(o[0] as api.Dimension);
- checkDimension(o[1] as api.Dimension);
-}
-
core.List<api.Dimension> buildUnnamed4737() {
var o = <api.Dimension>[];
o.add(buildDimension());
@@ -11162,17 +11149,17 @@
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed4738() {
- var o = <api.Metric>[];
- o.add(buildMetric());
- o.add(buildMetric());
+core.List<api.Dimension> buildUnnamed4738() {
+ var o = <api.Dimension>[];
+ o.add(buildDimension());
+ o.add(buildDimension());
return o;
}
-void checkUnnamed4738(core.List<api.Metric> o) {
+void checkUnnamed4738(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
- checkMetric(o[0] as api.Metric);
- checkMetric(o[1] as api.Metric);
+ checkDimension(o[0] as api.Dimension);
+ checkDimension(o[1] as api.Dimension);
}
core.List<api.Metric> buildUnnamed4739() {
@@ -11188,16 +11175,29 @@
checkMetric(o[1] as api.Metric);
}
+core.List<api.Metric> buildUnnamed4740() {
+ var o = <api.Metric>[];
+ o.add(buildMetric());
+ o.add(buildMetric());
+ return o;
+}
+
+void checkUnnamed4740(core.List<api.Metric> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkMetric(o[0] as api.Metric);
+ checkMetric(o[1] as api.Metric);
+}
+
core.int buildCounterReportCompatibleFields = 0;
api.ReportCompatibleFields buildReportCompatibleFields() {
var o = api.ReportCompatibleFields();
buildCounterReportCompatibleFields++;
if (buildCounterReportCompatibleFields < 3) {
- o.dimensionFilters = buildUnnamed4736();
- o.dimensions = buildUnnamed4737();
+ o.dimensionFilters = buildUnnamed4737();
+ o.dimensions = buildUnnamed4738();
o.kind = 'foo';
- o.metrics = buildUnnamed4738();
- o.pivotedActivityMetrics = buildUnnamed4739();
+ o.metrics = buildUnnamed4739();
+ o.pivotedActivityMetrics = buildUnnamed4740();
}
buildCounterReportCompatibleFields--;
return o;
@@ -11206,26 +11206,26 @@
void checkReportCompatibleFields(api.ReportCompatibleFields o) {
buildCounterReportCompatibleFields++;
if (buildCounterReportCompatibleFields < 3) {
- checkUnnamed4736(o.dimensionFilters!);
- checkUnnamed4737(o.dimensions!);
+ checkUnnamed4737(o.dimensionFilters!);
+ checkUnnamed4738(o.dimensions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4738(o.metrics!);
- checkUnnamed4739(o.pivotedActivityMetrics!);
+ checkUnnamed4739(o.metrics!);
+ checkUnnamed4740(o.pivotedActivityMetrics!);
}
buildCounterReportCompatibleFields--;
}
-core.List<api.Report> buildUnnamed4740() {
+core.List<api.Report> buildUnnamed4741() {
var o = <api.Report>[];
o.add(buildReport());
o.add(buildReport());
return o;
}
-void checkUnnamed4740(core.List<api.Report> o) {
+void checkUnnamed4741(core.List<api.Report> o) {
unittest.expect(o, unittest.hasLength(2));
checkReport(o[0] as api.Report);
checkReport(o[1] as api.Report);
@@ -11237,7 +11237,7 @@
buildCounterReportList++;
if (buildCounterReportList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4740();
+ o.items = buildUnnamed4741();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -11252,7 +11252,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4740(o.items!);
+ checkUnnamed4741(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -11350,14 +11350,14 @@
buildCounterRule--;
}
-core.List<api.SiteContact> buildUnnamed4741() {
+core.List<api.SiteContact> buildUnnamed4742() {
var o = <api.SiteContact>[];
o.add(buildSiteContact());
o.add(buildSiteContact());
return o;
}
-void checkUnnamed4741(core.List<api.SiteContact> o) {
+void checkUnnamed4742(core.List<api.SiteContact> o) {
unittest.expect(o, unittest.hasLength(2));
checkSiteContact(o[0] as api.SiteContact);
checkSiteContact(o[1] as api.SiteContact);
@@ -11377,7 +11377,7 @@
o.keyName = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.siteContacts = buildUnnamed4741();
+ o.siteContacts = buildUnnamed4742();
o.siteSettings = buildSiteSettings();
o.subaccountId = 'foo';
o.videoSettings = buildSiteVideoSettings();
@@ -11416,7 +11416,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4741(o.siteContacts!);
+ checkUnnamed4742(o.siteContacts!);
checkSiteSettings(o.siteSettings! as api.SiteSettings);
unittest.expect(
o.subaccountId!,
@@ -11427,14 +11427,14 @@
buildCounterSite--;
}
-core.List<api.Size> buildUnnamed4742() {
+core.List<api.Size> buildUnnamed4743() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed4742(core.List<api.Size> o) {
+void checkUnnamed4743(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
@@ -11446,7 +11446,7 @@
buildCounterSiteCompanionSetting++;
if (buildCounterSiteCompanionSetting < 3) {
o.companionsDisabled = true;
- o.enabledSizes = buildUnnamed4742();
+ o.enabledSizes = buildUnnamed4743();
o.imageOnly = true;
o.kind = 'foo';
}
@@ -11458,7 +11458,7 @@
buildCounterSiteCompanionSetting++;
if (buildCounterSiteCompanionSetting < 3) {
unittest.expect(o.companionsDisabled!, unittest.isTrue);
- checkUnnamed4742(o.enabledSizes!);
+ checkUnnamed4743(o.enabledSizes!);
unittest.expect(o.imageOnly!, unittest.isTrue);
unittest.expect(
o.kind!,
@@ -11585,14 +11585,14 @@
buildCounterSiteSkippableSetting--;
}
-core.List<core.int> buildUnnamed4743() {
+core.List<core.int> buildUnnamed4744() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed4743(core.List<core.int> o) {
+void checkUnnamed4744(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11609,7 +11609,7 @@
var o = api.SiteTranscodeSetting();
buildCounterSiteTranscodeSetting++;
if (buildCounterSiteTranscodeSetting < 3) {
- o.enabledVideoFormats = buildUnnamed4743();
+ o.enabledVideoFormats = buildUnnamed4744();
o.kind = 'foo';
}
buildCounterSiteTranscodeSetting--;
@@ -11619,7 +11619,7 @@
void checkSiteTranscodeSetting(api.SiteTranscodeSetting o) {
buildCounterSiteTranscodeSetting++;
if (buildCounterSiteTranscodeSetting < 3) {
- checkUnnamed4743(o.enabledVideoFormats!);
+ checkUnnamed4744(o.enabledVideoFormats!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -11665,14 +11665,14 @@
buildCounterSiteVideoSettings--;
}
-core.List<api.Site> buildUnnamed4744() {
+core.List<api.Site> buildUnnamed4745() {
var o = <api.Site>[];
o.add(buildSite());
o.add(buildSite());
return o;
}
-void checkUnnamed4744(core.List<api.Site> o) {
+void checkUnnamed4745(core.List<api.Site> o) {
unittest.expect(o, unittest.hasLength(2));
checkSite(o[0] as api.Site);
checkSite(o[1] as api.Site);
@@ -11685,7 +11685,7 @@
if (buildCounterSitesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.sites = buildUnnamed4744();
+ o.sites = buildUnnamed4745();
}
buildCounterSitesListResponse--;
return o;
@@ -11702,7 +11702,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4744(o.sites!);
+ checkUnnamed4745(o.sites!);
}
buildCounterSitesListResponse--;
}
@@ -11746,14 +11746,14 @@
buildCounterSize--;
}
-core.List<api.Size> buildUnnamed4745() {
+core.List<api.Size> buildUnnamed4746() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed4745(core.List<api.Size> o) {
+void checkUnnamed4746(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
@@ -11765,7 +11765,7 @@
buildCounterSizesListResponse++;
if (buildCounterSizesListResponse < 3) {
o.kind = 'foo';
- o.sizes = buildUnnamed4745();
+ o.sizes = buildUnnamed4746();
}
buildCounterSizesListResponse--;
return o;
@@ -11778,7 +11778,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4745(o.sizes!);
+ checkUnnamed4746(o.sizes!);
}
buildCounterSizesListResponse--;
}
@@ -11843,14 +11843,14 @@
buildCounterSortedDimension--;
}
-core.List<core.String> buildUnnamed4746() {
+core.List<core.String> buildUnnamed4747() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4746(core.List<core.String> o) {
+void checkUnnamed4747(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11868,7 +11868,7 @@
buildCounterSubaccount++;
if (buildCounterSubaccount < 3) {
o.accountId = 'foo';
- o.availablePermissionIds = buildUnnamed4746();
+ o.availablePermissionIds = buildUnnamed4747();
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
@@ -11884,7 +11884,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed4746(o.availablePermissionIds!);
+ checkUnnamed4747(o.availablePermissionIds!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -11901,14 +11901,14 @@
buildCounterSubaccount--;
}
-core.List<api.Subaccount> buildUnnamed4747() {
+core.List<api.Subaccount> buildUnnamed4748() {
var o = <api.Subaccount>[];
o.add(buildSubaccount());
o.add(buildSubaccount());
return o;
}
-void checkUnnamed4747(core.List<api.Subaccount> o) {
+void checkUnnamed4748(core.List<api.Subaccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubaccount(o[0] as api.Subaccount);
checkSubaccount(o[1] as api.Subaccount);
@@ -11921,7 +11921,7 @@
if (buildCounterSubaccountsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.subaccounts = buildUnnamed4747();
+ o.subaccounts = buildUnnamed4748();
}
buildCounterSubaccountsListResponse--;
return o;
@@ -11938,7 +11938,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4747(o.subaccounts!);
+ checkUnnamed4748(o.subaccounts!);
}
buildCounterSubaccountsListResponse--;
}
@@ -12135,14 +12135,14 @@
buildCounterTargetableRemarketingList--;
}
-core.List<api.TargetableRemarketingList> buildUnnamed4748() {
+core.List<api.TargetableRemarketingList> buildUnnamed4749() {
var o = <api.TargetableRemarketingList>[];
o.add(buildTargetableRemarketingList());
o.add(buildTargetableRemarketingList());
return o;
}
-void checkUnnamed4748(core.List<api.TargetableRemarketingList> o) {
+void checkUnnamed4749(core.List<api.TargetableRemarketingList> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetableRemarketingList(o[0] as api.TargetableRemarketingList);
checkTargetableRemarketingList(o[1] as api.TargetableRemarketingList);
@@ -12156,7 +12156,7 @@
if (buildCounterTargetableRemarketingListsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.targetableRemarketingLists = buildUnnamed4748();
+ o.targetableRemarketingLists = buildUnnamed4749();
}
buildCounterTargetableRemarketingListsListResponse--;
return o;
@@ -12174,7 +12174,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4748(o.targetableRemarketingLists!);
+ checkUnnamed4749(o.targetableRemarketingLists!);
}
buildCounterTargetableRemarketingListsListResponse--;
}
@@ -12242,14 +12242,14 @@
buildCounterTargetingTemplate--;
}
-core.List<api.TargetingTemplate> buildUnnamed4749() {
+core.List<api.TargetingTemplate> buildUnnamed4750() {
var o = <api.TargetingTemplate>[];
o.add(buildTargetingTemplate());
o.add(buildTargetingTemplate());
return o;
}
-void checkUnnamed4749(core.List<api.TargetingTemplate> o) {
+void checkUnnamed4750(core.List<api.TargetingTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingTemplate(o[0] as api.TargetingTemplate);
checkTargetingTemplate(o[1] as api.TargetingTemplate);
@@ -12262,7 +12262,7 @@
if (buildCounterTargetingTemplatesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.targetingTemplates = buildUnnamed4749();
+ o.targetingTemplates = buildUnnamed4750();
}
buildCounterTargetingTemplatesListResponse--;
return o;
@@ -12279,84 +12279,84 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4749(o.targetingTemplates!);
+ checkUnnamed4750(o.targetingTemplates!);
}
buildCounterTargetingTemplatesListResponse--;
}
-core.List<api.Browser> buildUnnamed4750() {
+core.List<api.Browser> buildUnnamed4751() {
var o = <api.Browser>[];
o.add(buildBrowser());
o.add(buildBrowser());
return o;
}
-void checkUnnamed4750(core.List<api.Browser> o) {
+void checkUnnamed4751(core.List<api.Browser> o) {
unittest.expect(o, unittest.hasLength(2));
checkBrowser(o[0] as api.Browser);
checkBrowser(o[1] as api.Browser);
}
-core.List<api.ConnectionType> buildUnnamed4751() {
+core.List<api.ConnectionType> buildUnnamed4752() {
var o = <api.ConnectionType>[];
o.add(buildConnectionType());
o.add(buildConnectionType());
return o;
}
-void checkUnnamed4751(core.List<api.ConnectionType> o) {
+void checkUnnamed4752(core.List<api.ConnectionType> o) {
unittest.expect(o, unittest.hasLength(2));
checkConnectionType(o[0] as api.ConnectionType);
checkConnectionType(o[1] as api.ConnectionType);
}
-core.List<api.MobileCarrier> buildUnnamed4752() {
+core.List<api.MobileCarrier> buildUnnamed4753() {
var o = <api.MobileCarrier>[];
o.add(buildMobileCarrier());
o.add(buildMobileCarrier());
return o;
}
-void checkUnnamed4752(core.List<api.MobileCarrier> o) {
+void checkUnnamed4753(core.List<api.MobileCarrier> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileCarrier(o[0] as api.MobileCarrier);
checkMobileCarrier(o[1] as api.MobileCarrier);
}
-core.List<api.OperatingSystemVersion> buildUnnamed4753() {
+core.List<api.OperatingSystemVersion> buildUnnamed4754() {
var o = <api.OperatingSystemVersion>[];
o.add(buildOperatingSystemVersion());
o.add(buildOperatingSystemVersion());
return o;
}
-void checkUnnamed4753(core.List<api.OperatingSystemVersion> o) {
+void checkUnnamed4754(core.List<api.OperatingSystemVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperatingSystemVersion(o[0] as api.OperatingSystemVersion);
checkOperatingSystemVersion(o[1] as api.OperatingSystemVersion);
}
-core.List<api.OperatingSystem> buildUnnamed4754() {
+core.List<api.OperatingSystem> buildUnnamed4755() {
var o = <api.OperatingSystem>[];
o.add(buildOperatingSystem());
o.add(buildOperatingSystem());
return o;
}
-void checkUnnamed4754(core.List<api.OperatingSystem> o) {
+void checkUnnamed4755(core.List<api.OperatingSystem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperatingSystem(o[0] as api.OperatingSystem);
checkOperatingSystem(o[1] as api.OperatingSystem);
}
-core.List<api.PlatformType> buildUnnamed4755() {
+core.List<api.PlatformType> buildUnnamed4756() {
var o = <api.PlatformType>[];
o.add(buildPlatformType());
o.add(buildPlatformType());
return o;
}
-void checkUnnamed4755(core.List<api.PlatformType> o) {
+void checkUnnamed4756(core.List<api.PlatformType> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlatformType(o[0] as api.PlatformType);
checkPlatformType(o[1] as api.PlatformType);
@@ -12367,12 +12367,12 @@
var o = api.TechnologyTargeting();
buildCounterTechnologyTargeting++;
if (buildCounterTechnologyTargeting < 3) {
- o.browsers = buildUnnamed4750();
- o.connectionTypes = buildUnnamed4751();
- o.mobileCarriers = buildUnnamed4752();
- o.operatingSystemVersions = buildUnnamed4753();
- o.operatingSystems = buildUnnamed4754();
- o.platformTypes = buildUnnamed4755();
+ o.browsers = buildUnnamed4751();
+ o.connectionTypes = buildUnnamed4752();
+ o.mobileCarriers = buildUnnamed4753();
+ o.operatingSystemVersions = buildUnnamed4754();
+ o.operatingSystems = buildUnnamed4755();
+ o.platformTypes = buildUnnamed4756();
}
buildCounterTechnologyTargeting--;
return o;
@@ -12381,12 +12381,12 @@
void checkTechnologyTargeting(api.TechnologyTargeting o) {
buildCounterTechnologyTargeting++;
if (buildCounterTechnologyTargeting < 3) {
- checkUnnamed4750(o.browsers!);
- checkUnnamed4751(o.connectionTypes!);
- checkUnnamed4752(o.mobileCarriers!);
- checkUnnamed4753(o.operatingSystemVersions!);
- checkUnnamed4754(o.operatingSystems!);
- checkUnnamed4755(o.platformTypes!);
+ checkUnnamed4751(o.browsers!);
+ checkUnnamed4752(o.connectionTypes!);
+ checkUnnamed4753(o.mobileCarriers!);
+ checkUnnamed4754(o.operatingSystemVersions!);
+ checkUnnamed4755(o.operatingSystems!);
+ checkUnnamed4756(o.platformTypes!);
}
buildCounterTechnologyTargeting--;
}
@@ -12445,14 +12445,14 @@
buildCounterThirdPartyTrackingUrl--;
}
-core.List<core.int> buildUnnamed4756() {
+core.List<core.int> buildUnnamed4757() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed4756(core.List<core.int> o) {
+void checkUnnamed4757(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12469,7 +12469,7 @@
var o = api.TranscodeSetting();
buildCounterTranscodeSetting++;
if (buildCounterTranscodeSetting < 3) {
- o.enabledVideoFormats = buildUnnamed4756();
+ o.enabledVideoFormats = buildUnnamed4757();
o.kind = 'foo';
}
buildCounterTranscodeSetting--;
@@ -12479,7 +12479,7 @@
void checkTranscodeSetting(api.TranscodeSetting o) {
buildCounterTranscodeSetting++;
if (buildCounterTranscodeSetting < 3) {
- checkUnnamed4756(o.enabledVideoFormats!);
+ checkUnnamed4757(o.enabledVideoFormats!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -12605,14 +12605,14 @@
buildCounterUserProfile--;
}
-core.List<api.UserProfile> buildUnnamed4757() {
+core.List<api.UserProfile> buildUnnamed4758() {
var o = <api.UserProfile>[];
o.add(buildUserProfile());
o.add(buildUserProfile());
return o;
}
-void checkUnnamed4757(core.List<api.UserProfile> o) {
+void checkUnnamed4758(core.List<api.UserProfile> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserProfile(o[0] as api.UserProfile);
checkUserProfile(o[1] as api.UserProfile);
@@ -12624,7 +12624,7 @@
buildCounterUserProfileList++;
if (buildCounterUserProfileList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4757();
+ o.items = buildUnnamed4758();
o.kind = 'foo';
}
buildCounterUserProfileList--;
@@ -12638,7 +12638,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4757(o.items!);
+ checkUnnamed4758(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -12647,14 +12647,14 @@
buildCounterUserProfileList--;
}
-core.List<api.UserRolePermission> buildUnnamed4758() {
+core.List<api.UserRolePermission> buildUnnamed4759() {
var o = <api.UserRolePermission>[];
o.add(buildUserRolePermission());
o.add(buildUserRolePermission());
return o;
}
-void checkUnnamed4758(core.List<api.UserRolePermission> o) {
+void checkUnnamed4759(core.List<api.UserRolePermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserRolePermission(o[0] as api.UserRolePermission);
checkUserRolePermission(o[1] as api.UserRolePermission);
@@ -12671,7 +12671,7 @@
o.kind = 'foo';
o.name = 'foo';
o.parentUserRoleId = 'foo';
- o.permissions = buildUnnamed4758();
+ o.permissions = buildUnnamed4759();
o.subaccountId = 'foo';
}
buildCounterUserRole--;
@@ -12702,7 +12702,7 @@
o.parentUserRoleId!,
unittest.equals('foo'),
);
- checkUnnamed4758(o.permissions!);
+ checkUnnamed4759(o.permissions!);
unittest.expect(
o.subaccountId!,
unittest.equals('foo'),
@@ -12785,14 +12785,14 @@
buildCounterUserRolePermissionGroup--;
}
-core.List<api.UserRolePermissionGroup> buildUnnamed4759() {
+core.List<api.UserRolePermissionGroup> buildUnnamed4760() {
var o = <api.UserRolePermissionGroup>[];
o.add(buildUserRolePermissionGroup());
o.add(buildUserRolePermissionGroup());
return o;
}
-void checkUnnamed4759(core.List<api.UserRolePermissionGroup> o) {
+void checkUnnamed4760(core.List<api.UserRolePermissionGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserRolePermissionGroup(o[0] as api.UserRolePermissionGroup);
checkUserRolePermissionGroup(o[1] as api.UserRolePermissionGroup);
@@ -12805,7 +12805,7 @@
buildCounterUserRolePermissionGroupsListResponse++;
if (buildCounterUserRolePermissionGroupsListResponse < 3) {
o.kind = 'foo';
- o.userRolePermissionGroups = buildUnnamed4759();
+ o.userRolePermissionGroups = buildUnnamed4760();
}
buildCounterUserRolePermissionGroupsListResponse--;
return o;
@@ -12819,19 +12819,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4759(o.userRolePermissionGroups!);
+ checkUnnamed4760(o.userRolePermissionGroups!);
}
buildCounterUserRolePermissionGroupsListResponse--;
}
-core.List<api.UserRolePermission> buildUnnamed4760() {
+core.List<api.UserRolePermission> buildUnnamed4761() {
var o = <api.UserRolePermission>[];
o.add(buildUserRolePermission());
o.add(buildUserRolePermission());
return o;
}
-void checkUnnamed4760(core.List<api.UserRolePermission> o) {
+void checkUnnamed4761(core.List<api.UserRolePermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserRolePermission(o[0] as api.UserRolePermission);
checkUserRolePermission(o[1] as api.UserRolePermission);
@@ -12843,7 +12843,7 @@
buildCounterUserRolePermissionsListResponse++;
if (buildCounterUserRolePermissionsListResponse < 3) {
o.kind = 'foo';
- o.userRolePermissions = buildUnnamed4760();
+ o.userRolePermissions = buildUnnamed4761();
}
buildCounterUserRolePermissionsListResponse--;
return o;
@@ -12857,19 +12857,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4760(o.userRolePermissions!);
+ checkUnnamed4761(o.userRolePermissions!);
}
buildCounterUserRolePermissionsListResponse--;
}
-core.List<api.UserRole> buildUnnamed4761() {
+core.List<api.UserRole> buildUnnamed4762() {
var o = <api.UserRole>[];
o.add(buildUserRole());
o.add(buildUserRole());
return o;
}
-void checkUnnamed4761(core.List<api.UserRole> o) {
+void checkUnnamed4762(core.List<api.UserRole> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserRole(o[0] as api.UserRole);
checkUserRole(o[1] as api.UserRole);
@@ -12882,7 +12882,7 @@
if (buildCounterUserRolesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.userRoles = buildUnnamed4761();
+ o.userRoles = buildUnnamed4762();
}
buildCounterUserRolesListResponse--;
return o;
@@ -12899,7 +12899,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4761(o.userRoles!);
+ checkUnnamed4762(o.userRoles!);
}
buildCounterUserRolesListResponse--;
}
@@ -12943,14 +12943,14 @@
buildCounterVideoFormat--;
}
-core.List<api.VideoFormat> buildUnnamed4762() {
+core.List<api.VideoFormat> buildUnnamed4763() {
var o = <api.VideoFormat>[];
o.add(buildVideoFormat());
o.add(buildVideoFormat());
return o;
}
-void checkUnnamed4762(core.List<api.VideoFormat> o) {
+void checkUnnamed4763(core.List<api.VideoFormat> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoFormat(o[0] as api.VideoFormat);
checkVideoFormat(o[1] as api.VideoFormat);
@@ -12962,7 +12962,7 @@
buildCounterVideoFormatsListResponse++;
if (buildCounterVideoFormatsListResponse < 3) {
o.kind = 'foo';
- o.videoFormats = buildUnnamed4762();
+ o.videoFormats = buildUnnamed4763();
}
buildCounterVideoFormatsListResponse--;
return o;
@@ -12975,7 +12975,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4762(o.videoFormats!);
+ checkUnnamed4763(o.videoFormats!);
}
buildCounterVideoFormatsListResponse--;
}
@@ -13044,25 +13044,6 @@
buildCounterVideoSettings--;
}
-core.List<core.String> buildUnnamed4763() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4763(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4764() {
var o = <core.String>[];
o.add('foo');
@@ -14773,6 +14754,25 @@
);
}
+core.List<core.String> buildUnnamed4854() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4854(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-Account', () {
unittest.test('to-json--from-json', () async {
@@ -17822,7 +17822,7 @@
var res = api.DfareportingApi(mock).accountUserProfiles;
var arg_profileId = 'foo';
var arg_active = true;
- var arg_ids = buildUnnamed4763();
+ var arg_ids = buildUnnamed4764();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -18185,7 +18185,7 @@
var res = api.DfareportingApi(mock).accounts;
var arg_profileId = 'foo';
var arg_active = true;
- var arg_ids = buildUnnamed4764();
+ var arg_ids = buildUnnamed4765();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -18612,26 +18612,26 @@
var arg_active = true;
var arg_advertiserId = 'foo';
var arg_archived = true;
- var arg_audienceSegmentIds = buildUnnamed4765();
- var arg_campaignIds = buildUnnamed4766();
+ var arg_audienceSegmentIds = buildUnnamed4766();
+ var arg_campaignIds = buildUnnamed4767();
var arg_compatibility = 'foo';
- var arg_creativeIds = buildUnnamed4767();
- var arg_creativeOptimizationConfigurationIds = buildUnnamed4768();
+ var arg_creativeIds = buildUnnamed4768();
+ var arg_creativeOptimizationConfigurationIds = buildUnnamed4769();
var arg_dynamicClickTracker = true;
- var arg_ids = buildUnnamed4769();
- var arg_landingPageIds = buildUnnamed4770();
+ var arg_ids = buildUnnamed4770();
+ var arg_landingPageIds = buildUnnamed4771();
var arg_maxResults = 42;
var arg_overriddenEventTagId = 'foo';
var arg_pageToken = 'foo';
- var arg_placementIds = buildUnnamed4771();
- var arg_remarketingListIds = buildUnnamed4772();
+ var arg_placementIds = buildUnnamed4772();
+ var arg_remarketingListIds = buildUnnamed4773();
var arg_searchString = 'foo';
- var arg_sizeIds = buildUnnamed4773();
+ var arg_sizeIds = buildUnnamed4774();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_sslCompliant = true;
var arg_sslRequired = true;
- var arg_type = buildUnnamed4774();
+ var arg_type = buildUnnamed4775();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -19206,7 +19206,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).advertiserGroups;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed4775();
+ var arg_ids = buildUnnamed4776();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -19627,10 +19627,10 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).advertiserLandingPages;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed4776();
+ var arg_advertiserIds = buildUnnamed4777();
var arg_archived = true;
- var arg_campaignIds = buildUnnamed4777();
- var arg_ids = buildUnnamed4778();
+ var arg_campaignIds = buildUnnamed4778();
+ var arg_ids = buildUnnamed4779();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -20073,9 +20073,9 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).advertisers;
var arg_profileId = 'foo';
- var arg_advertiserGroupIds = buildUnnamed4779();
- var arg_floodlightConfigurationIds = buildUnnamed4780();
- var arg_ids = buildUnnamed4781();
+ var arg_advertiserGroupIds = buildUnnamed4780();
+ var arg_floodlightConfigurationIds = buildUnnamed4781();
+ var arg_ids = buildUnnamed4782();
var arg_includeAdvertisersWithoutGroupsOnly = true;
var arg_maxResults = 42;
var arg_onlyParent = true;
@@ -20804,12 +20804,12 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).campaigns;
var arg_profileId = 'foo';
- var arg_advertiserGroupIds = buildUnnamed4782();
- var arg_advertiserIds = buildUnnamed4783();
+ var arg_advertiserGroupIds = buildUnnamed4783();
+ var arg_advertiserIds = buildUnnamed4784();
var arg_archived = true;
var arg_atLeastOneOptimizationActivity = true;
- var arg_excludedIds = buildUnnamed4784();
- var arg_ids = buildUnnamed4785();
+ var arg_excludedIds = buildUnnamed4785();
+ var arg_ids = buildUnnamed4786();
var arg_maxResults = 42;
var arg_overriddenEventTagId = 'foo';
var arg_pageToken = 'foo';
@@ -21191,15 +21191,15 @@
var res = api.DfareportingApi(mock).changeLogs;
var arg_profileId = 'foo';
var arg_action = 'foo';
- var arg_ids = buildUnnamed4786();
+ var arg_ids = buildUnnamed4787();
var arg_maxChangeTime = 'foo';
var arg_maxResults = 42;
var arg_minChangeTime = 'foo';
- var arg_objectIds = buildUnnamed4787();
+ var arg_objectIds = buildUnnamed4788();
var arg_objectType = 'foo';
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
- var arg_userProfileIds = buildUnnamed4788();
+ var arg_userProfileIds = buildUnnamed4789();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -21323,10 +21323,10 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).cities;
var arg_profileId = 'foo';
- var arg_countryDartIds = buildUnnamed4789();
- var arg_dartIds = buildUnnamed4790();
+ var arg_countryDartIds = buildUnnamed4790();
+ var arg_dartIds = buildUnnamed4791();
var arg_namePrefix = 'foo';
- var arg_regionDartIds = buildUnnamed4791();
+ var arg_regionDartIds = buildUnnamed4792();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -21801,7 +21801,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).contentCategories;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed4792();
+ var arg_ids = buildUnnamed4793();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -22751,7 +22751,7 @@
var res = api.DfareportingApi(mock).creativeFieldValues;
var arg_profileId = 'foo';
var arg_creativeFieldId = 'foo';
- var arg_ids = buildUnnamed4793();
+ var arg_ids = buildUnnamed4794();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -23294,8 +23294,8 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).creativeFields;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed4794();
- var arg_ids = buildUnnamed4795();
+ var arg_advertiserIds = buildUnnamed4795();
+ var arg_ids = buildUnnamed4796();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -23721,9 +23721,9 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).creativeGroups;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed4796();
+ var arg_advertiserIds = buildUnnamed4797();
var arg_groupNumber = 42;
- var arg_ids = buildUnnamed4797();
+ var arg_ids = buildUnnamed4798();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -24158,18 +24158,18 @@
var arg_advertiserId = 'foo';
var arg_archived = true;
var arg_campaignId = 'foo';
- var arg_companionCreativeIds = buildUnnamed4798();
- var arg_creativeFieldIds = buildUnnamed4799();
- var arg_ids = buildUnnamed4800();
+ var arg_companionCreativeIds = buildUnnamed4799();
+ var arg_creativeFieldIds = buildUnnamed4800();
+ var arg_ids = buildUnnamed4801();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
- var arg_renderingIds = buildUnnamed4801();
+ var arg_renderingIds = buildUnnamed4802();
var arg_searchString = 'foo';
- var arg_sizeIds = buildUnnamed4802();
+ var arg_sizeIds = buildUnnamed4803();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_studioCreativeId = 'foo';
- var arg_types = buildUnnamed4803();
+ var arg_types = buildUnnamed4804();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -24809,7 +24809,7 @@
var arg_acceptsPublisherPaidPlacements = true;
var arg_active = true;
var arg_dfpNetworkCode = 'foo';
- var arg_ids = buildUnnamed4804();
+ var arg_ids = buildUnnamed4805();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -25108,7 +25108,7 @@
var res = api.DfareportingApi(mock).dynamicTargetingKeys;
var arg_profileId = 'foo';
var arg_advertiserId = 'foo';
- var arg_names = buildUnnamed4805();
+ var arg_names = buildUnnamed4806();
var arg_objectId = 'foo';
var arg_objectType = 'foo';
var arg_$fields = 'foo';
@@ -25440,8 +25440,8 @@
var arg_campaignId = 'foo';
var arg_definitionsOnly = true;
var arg_enabled = true;
- var arg_eventTagTypes = buildUnnamed4806();
- var arg_ids = buildUnnamed4807();
+ var arg_eventTagTypes = buildUnnamed4807();
+ var arg_ids = buildUnnamed4808();
var arg_searchString = 'foo';
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
@@ -26218,12 +26218,12 @@
var res = api.DfareportingApi(mock).floodlightActivities;
var arg_profileId = 'foo';
var arg_advertiserId = 'foo';
- var arg_floodlightActivityGroupIds = buildUnnamed4808();
+ var arg_floodlightActivityGroupIds = buildUnnamed4809();
var arg_floodlightActivityGroupName = 'foo';
var arg_floodlightActivityGroupTagString = 'foo';
var arg_floodlightActivityGroupType = 'foo';
var arg_floodlightConfigurationId = 'foo';
- var arg_ids = buildUnnamed4809();
+ var arg_ids = buildUnnamed4810();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -26683,7 +26683,7 @@
var arg_profileId = 'foo';
var arg_advertiserId = 'foo';
var arg_floodlightConfigurationId = 'foo';
- var arg_ids = buildUnnamed4810();
+ var arg_ids = buildUnnamed4811();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -27045,7 +27045,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).floodlightConfigurations;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed4811();
+ var arg_ids = buildUnnamed4812();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -27376,12 +27376,12 @@
var res = api.DfareportingApi(mock).inventoryItems;
var arg_profileId = 'foo';
var arg_projectId = 'foo';
- var arg_ids = buildUnnamed4812();
+ var arg_ids = buildUnnamed4813();
var arg_inPlan = true;
var arg_maxResults = 42;
- var arg_orderId = buildUnnamed4813();
+ var arg_orderId = buildUnnamed4814();
var arg_pageToken = 'foo';
- var arg_siteId = buildUnnamed4814();
+ var arg_siteId = buildUnnamed4815();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_type = 'foo';
@@ -27740,8 +27740,8 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).mobileApps;
var arg_profileId = 'foo';
- var arg_directories = buildUnnamed4815();
- var arg_ids = buildUnnamed4816();
+ var arg_directories = buildUnnamed4816();
+ var arg_ids = buildUnnamed4817();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -28392,12 +28392,12 @@
var arg_profileId = 'foo';
var arg_projectId = 'foo';
var arg_approved = true;
- var arg_ids = buildUnnamed4817();
+ var arg_ids = buildUnnamed4818();
var arg_maxResults = 42;
- var arg_orderId = buildUnnamed4818();
+ var arg_orderId = buildUnnamed4819();
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
- var arg_siteId = buildUnnamed4819();
+ var arg_siteId = buildUnnamed4820();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_$fields = 'foo';
@@ -28627,11 +28627,11 @@
var res = api.DfareportingApi(mock).orders;
var arg_profileId = 'foo';
var arg_projectId = 'foo';
- var arg_ids = buildUnnamed4820();
+ var arg_ids = buildUnnamed4821();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
- var arg_siteId = buildUnnamed4821();
+ var arg_siteId = buildUnnamed4822();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_$fields = 'foo';
@@ -28910,12 +28910,12 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).placementGroups;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed4822();
+ var arg_advertiserIds = buildUnnamed4823();
var arg_archived = true;
- var arg_campaignIds = buildUnnamed4823();
- var arg_contentCategoryIds = buildUnnamed4824();
- var arg_directorySiteIds = buildUnnamed4825();
- var arg_ids = buildUnnamed4826();
+ var arg_campaignIds = buildUnnamed4824();
+ var arg_contentCategoryIds = buildUnnamed4825();
+ var arg_directorySiteIds = buildUnnamed4826();
+ var arg_ids = buildUnnamed4827();
var arg_maxEndDate = 'foo';
var arg_maxResults = 42;
var arg_maxStartDate = 'foo';
@@ -28923,10 +28923,10 @@
var arg_minStartDate = 'foo';
var arg_pageToken = 'foo';
var arg_placementGroupType = 'foo';
- var arg_placementStrategyIds = buildUnnamed4827();
- var arg_pricingTypes = buildUnnamed4828();
+ var arg_placementStrategyIds = buildUnnamed4828();
+ var arg_pricingTypes = buildUnnamed4829();
var arg_searchString = 'foo';
- var arg_siteIds = buildUnnamed4829();
+ var arg_siteIds = buildUnnamed4830();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_$fields = 'foo';
@@ -29485,7 +29485,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).placementStrategies;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed4830();
+ var arg_ids = buildUnnamed4831();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -29753,8 +29753,8 @@
var res = api.DfareportingApi(mock).placements;
var arg_profileId = 'foo';
var arg_campaignId = 'foo';
- var arg_placementIds = buildUnnamed4831();
- var arg_tagFormats = buildUnnamed4832();
+ var arg_placementIds = buildUnnamed4832();
+ var arg_tagFormats = buildUnnamed4833();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -29996,14 +29996,14 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).placements;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed4833();
+ var arg_advertiserIds = buildUnnamed4834();
var arg_archived = true;
- var arg_campaignIds = buildUnnamed4834();
- var arg_compatibilities = buildUnnamed4835();
- var arg_contentCategoryIds = buildUnnamed4836();
- var arg_directorySiteIds = buildUnnamed4837();
- var arg_groupIds = buildUnnamed4838();
- var arg_ids = buildUnnamed4839();
+ var arg_campaignIds = buildUnnamed4835();
+ var arg_compatibilities = buildUnnamed4836();
+ var arg_contentCategoryIds = buildUnnamed4837();
+ var arg_directorySiteIds = buildUnnamed4838();
+ var arg_groupIds = buildUnnamed4839();
+ var arg_ids = buildUnnamed4840();
var arg_maxEndDate = 'foo';
var arg_maxResults = 42;
var arg_maxStartDate = 'foo';
@@ -30011,11 +30011,11 @@
var arg_minStartDate = 'foo';
var arg_pageToken = 'foo';
var arg_paymentSource = 'foo';
- var arg_placementStrategyIds = buildUnnamed4840();
- var arg_pricingTypes = buildUnnamed4841();
+ var arg_placementStrategyIds = buildUnnamed4841();
+ var arg_pricingTypes = buildUnnamed4842();
var arg_searchString = 'foo';
- var arg_siteIds = buildUnnamed4842();
- var arg_sizeIds = buildUnnamed4843();
+ var arg_siteIds = buildUnnamed4843();
+ var arg_sizeIds = buildUnnamed4844();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_$fields = 'foo';
@@ -30736,8 +30736,8 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).projects;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed4844();
- var arg_ids = buildUnnamed4845();
+ var arg_advertiserIds = buildUnnamed4845();
+ var arg_ids = buildUnnamed4846();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -32628,9 +32628,9 @@
var arg_acceptsPublisherPaidPlacements = true;
var arg_adWordsSite = true;
var arg_approved = true;
- var arg_campaignIds = buildUnnamed4846();
- var arg_directorySiteIds = buildUnnamed4847();
- var arg_ids = buildUnnamed4848();
+ var arg_campaignIds = buildUnnamed4847();
+ var arg_directorySiteIds = buildUnnamed4848();
+ var arg_ids = buildUnnamed4849();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -33099,7 +33099,7 @@
var arg_profileId = 'foo';
var arg_height = 42;
var arg_iabStandard = true;
- var arg_ids = buildUnnamed4849();
+ var arg_ids = buildUnnamed4850();
var arg_width = 42;
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -33348,7 +33348,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).subaccounts;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed4850();
+ var arg_ids = buildUnnamed4851();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -33963,7 +33963,7 @@
var res = api.DfareportingApi(mock).targetingTemplates;
var arg_profileId = 'foo';
var arg_advertiserId = 'foo';
- var arg_ids = buildUnnamed4851();
+ var arg_ids = buildUnnamed4852();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -34584,7 +34584,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).userRolePermissions;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed4852();
+ var arg_ids = buildUnnamed4853();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -34894,7 +34894,7 @@
var res = api.DfareportingApi(mock).userRoles;
var arg_profileId = 'foo';
var arg_accountUserRoleOnly = true;
- var arg_ids = buildUnnamed4853();
+ var arg_ids = buildUnnamed4854();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
diff --git a/generated/googleapis/test/dialogflow/v3_test.dart b/generated/googleapis/test/dialogflow/v3_test.dart
index 3d93c28..2da2e18 100644
--- a/generated/googleapis/test/dialogflow/v3_test.dart
+++ b/generated/googleapis/test/dialogflow/v3_test.dart
@@ -93,14 +93,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3FlowValidationResult>
- buildUnnamed5746() {
+ buildUnnamed5748() {
var o = <api.GoogleCloudDialogflowCxV3FlowValidationResult>[];
o.add(buildGoogleCloudDialogflowCxV3FlowValidationResult());
o.add(buildGoogleCloudDialogflowCxV3FlowValidationResult());
return o;
}
-void checkUnnamed5746(
+void checkUnnamed5748(
core.List<api.GoogleCloudDialogflowCxV3FlowValidationResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FlowValidationResult(
@@ -115,7 +115,7 @@
var o = api.GoogleCloudDialogflowCxV3AgentValidationResult();
buildCounterGoogleCloudDialogflowCxV3AgentValidationResult++;
if (buildCounterGoogleCloudDialogflowCxV3AgentValidationResult < 3) {
- o.flowValidationResults = buildUnnamed5746();
+ o.flowValidationResults = buildUnnamed5748();
o.name = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3AgentValidationResult--;
@@ -126,7 +126,7 @@
api.GoogleCloudDialogflowCxV3AgentValidationResult o) {
buildCounterGoogleCloudDialogflowCxV3AgentValidationResult++;
if (buildCounterGoogleCloudDialogflowCxV3AgentValidationResult < 3) {
- checkUnnamed5746(o.flowValidationResults!);
+ checkUnnamed5748(o.flowValidationResults!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -162,82 +162,6 @@
buildCounterGoogleCloudDialogflowCxV3AudioInput--;
}
-core.List<core.String> buildUnnamed5747() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5747(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest = 0;
-api.GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest
- buildGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest() {
- var o = api.GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest();
- buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest++;
- if (buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest < 3) {
- o.names = buildUnnamed5747();
- }
- buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest--;
- return o;
-}
-
-void checkGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest(
- api.GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest o) {
- buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest++;
- if (buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest < 3) {
- checkUnnamed5747(o.names!);
- }
- buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest--;
-}
-
-core.List<api.GoogleCloudDialogflowCxV3TestError> buildUnnamed5748() {
- var o = <api.GoogleCloudDialogflowCxV3TestError>[];
- o.add(buildGoogleCloudDialogflowCxV3TestError());
- o.add(buildGoogleCloudDialogflowCxV3TestError());
- return o;
-}
-
-void checkUnnamed5748(core.List<api.GoogleCloudDialogflowCxV3TestError> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudDialogflowCxV3TestError(
- o[0] as api.GoogleCloudDialogflowCxV3TestError);
- checkGoogleCloudDialogflowCxV3TestError(
- o[1] as api.GoogleCloudDialogflowCxV3TestError);
-}
-
-core.int buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata = 0;
-api.GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata
- buildGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata() {
- var o = api.GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata();
- buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata++;
- if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata < 3) {
- o.errors = buildUnnamed5748();
- }
- buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata--;
- return o;
-}
-
-void checkGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata(
- api.GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata o) {
- buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata++;
- if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata < 3) {
- checkUnnamed5748(o.errors!);
- }
- buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata--;
-}
-
core.List<core.String> buildUnnamed5749() {
var o = <core.String>[];
o.add('foo');
@@ -257,6 +181,82 @@
);
}
+core.int buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest = 0;
+api.GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest
+ buildGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest() {
+ var o = api.GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest();
+ buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest++;
+ if (buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest < 3) {
+ o.names = buildUnnamed5749();
+ }
+ buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest--;
+ return o;
+}
+
+void checkGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest(
+ api.GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest o) {
+ buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest++;
+ if (buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest < 3) {
+ checkUnnamed5749(o.names!);
+ }
+ buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest--;
+}
+
+core.List<api.GoogleCloudDialogflowCxV3TestError> buildUnnamed5750() {
+ var o = <api.GoogleCloudDialogflowCxV3TestError>[];
+ o.add(buildGoogleCloudDialogflowCxV3TestError());
+ o.add(buildGoogleCloudDialogflowCxV3TestError());
+ return o;
+}
+
+void checkUnnamed5750(core.List<api.GoogleCloudDialogflowCxV3TestError> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDialogflowCxV3TestError(
+ o[0] as api.GoogleCloudDialogflowCxV3TestError);
+ checkGoogleCloudDialogflowCxV3TestError(
+ o[1] as api.GoogleCloudDialogflowCxV3TestError);
+}
+
+core.int buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata = 0;
+api.GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata
+ buildGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata() {
+ var o = api.GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata();
+ buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata++;
+ if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata < 3) {
+ o.errors = buildUnnamed5750();
+ }
+ buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata--;
+ return o;
+}
+
+void checkGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata(
+ api.GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata o) {
+ buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata++;
+ if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata < 3) {
+ checkUnnamed5750(o.errors!);
+ }
+ buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata--;
+}
+
+core.List<core.String> buildUnnamed5751() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5751(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesRequest = 0;
api.GoogleCloudDialogflowCxV3BatchRunTestCasesRequest
buildGoogleCloudDialogflowCxV3BatchRunTestCasesRequest() {
@@ -264,7 +264,7 @@
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesRequest++;
if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesRequest < 3) {
o.environment = 'foo';
- o.testCases = buildUnnamed5749();
+ o.testCases = buildUnnamed5751();
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesRequest--;
return o;
@@ -278,19 +278,19 @@
o.environment!,
unittest.equals('foo'),
);
- checkUnnamed5749(o.testCases!);
+ checkUnnamed5751(o.testCases!);
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesRequest--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> buildUnnamed5750() {
+core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> buildUnnamed5752() {
var o = <api.GoogleCloudDialogflowCxV3TestCaseResult>[];
o.add(buildGoogleCloudDialogflowCxV3TestCaseResult());
o.add(buildGoogleCloudDialogflowCxV3TestCaseResult());
return o;
}
-void checkUnnamed5750(
+void checkUnnamed5752(
core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestCaseResult(
@@ -305,7 +305,7 @@
var o = api.GoogleCloudDialogflowCxV3BatchRunTestCasesResponse();
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse < 3) {
- o.results = buildUnnamed5750();
+ o.results = buildUnnamed5752();
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse--;
return o;
@@ -315,7 +315,7 @@
api.GoogleCloudDialogflowCxV3BatchRunTestCasesResponse o) {
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse < 3) {
- checkUnnamed5750(o.results!);
+ checkUnnamed5752(o.results!);
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse--;
}
@@ -382,7 +382,7 @@
buildCounterGoogleCloudDialogflowCxV3ConversationTurn--;
}
-core.Map<core.String, core.Object> buildUnnamed5751() {
+core.Map<core.String, core.Object> buildUnnamed5753() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -397,7 +397,7 @@
return o;
}
-void checkUnnamed5751(core.Map<core.String, core.Object> o) {
+void checkUnnamed5753(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -435,7 +435,7 @@
var o = api.GoogleCloudDialogflowCxV3ConversationTurnUserInput();
buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput++;
if (buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput < 3) {
- o.injectedParameters = buildUnnamed5751();
+ o.injectedParameters = buildUnnamed5753();
o.input = buildGoogleCloudDialogflowCxV3QueryInput();
o.isWebhookEnabled = true;
}
@@ -447,7 +447,7 @@
api.GoogleCloudDialogflowCxV3ConversationTurnUserInput o) {
buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput++;
if (buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput < 3) {
- checkUnnamed5751(o.injectedParameters!);
+ checkUnnamed5753(o.injectedParameters!);
checkGoogleCloudDialogflowCxV3QueryInput(
o.input! as api.GoogleCloudDialogflowCxV3QueryInput);
unittest.expect(o.isWebhookEnabled!, unittest.isTrue);
@@ -455,7 +455,7 @@
buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput--;
}
-core.Map<core.String, core.Object> buildUnnamed5752() {
+core.Map<core.String, core.Object> buildUnnamed5754() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -470,7 +470,7 @@
return o;
}
-void checkUnnamed5752(core.Map<core.String, core.Object> o) {
+void checkUnnamed5754(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -502,14 +502,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3TestRunDifference> buildUnnamed5753() {
+core.List<api.GoogleCloudDialogflowCxV3TestRunDifference> buildUnnamed5755() {
var o = <api.GoogleCloudDialogflowCxV3TestRunDifference>[];
o.add(buildGoogleCloudDialogflowCxV3TestRunDifference());
o.add(buildGoogleCloudDialogflowCxV3TestRunDifference());
return o;
}
-void checkUnnamed5753(
+void checkUnnamed5755(
core.List<api.GoogleCloudDialogflowCxV3TestRunDifference> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestRunDifference(
@@ -518,7 +518,7 @@
o[1] as api.GoogleCloudDialogflowCxV3TestRunDifference);
}
-core.Map<core.String, core.Object> buildUnnamed5754() {
+core.Map<core.String, core.Object> buildUnnamed5756() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -533,7 +533,7 @@
return o;
}
-void checkUnnamed5754(core.Map<core.String, core.Object> o) {
+void checkUnnamed5756(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -565,14 +565,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessageText> buildUnnamed5755() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessageText> buildUnnamed5757() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessageText>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessageText());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessageText());
return o;
}
-void checkUnnamed5755(
+void checkUnnamed5757(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessageText> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessageText(
@@ -590,11 +590,11 @@
if (buildCounterGoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput <
3) {
o.currentPage = buildGoogleCloudDialogflowCxV3Page();
- o.diagnosticInfo = buildUnnamed5752();
- o.differences = buildUnnamed5753();
- o.sessionParameters = buildUnnamed5754();
+ o.diagnosticInfo = buildUnnamed5754();
+ o.differences = buildUnnamed5755();
+ o.sessionParameters = buildUnnamed5756();
o.status = buildGoogleRpcStatus();
- o.textResponses = buildUnnamed5755();
+ o.textResponses = buildUnnamed5757();
o.triggeredIntent = buildGoogleCloudDialogflowCxV3Intent();
}
buildCounterGoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput--;
@@ -608,11 +608,11 @@
3) {
checkGoogleCloudDialogflowCxV3Page(
o.currentPage! as api.GoogleCloudDialogflowCxV3Page);
- checkUnnamed5752(o.diagnosticInfo!);
- checkUnnamed5753(o.differences!);
- checkUnnamed5754(o.sessionParameters!);
+ checkUnnamed5754(o.diagnosticInfo!);
+ checkUnnamed5755(o.differences!);
+ checkUnnamed5756(o.sessionParameters!);
checkGoogleRpcStatus(o.status! as api.GoogleRpcStatus);
- checkUnnamed5755(o.textResponses!);
+ checkUnnamed5757(o.textResponses!);
checkGoogleCloudDialogflowCxV3Intent(
o.triggeredIntent! as api.GoogleCloudDialogflowCxV3Intent);
}
@@ -790,14 +790,14 @@
buildCounterGoogleCloudDialogflowCxV3DtmfInput--;
}
-core.List<api.GoogleCloudDialogflowCxV3EntityTypeEntity> buildUnnamed5756() {
+core.List<api.GoogleCloudDialogflowCxV3EntityTypeEntity> buildUnnamed5758() {
var o = <api.GoogleCloudDialogflowCxV3EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowCxV3EntityTypeEntity());
o.add(buildGoogleCloudDialogflowCxV3EntityTypeEntity());
return o;
}
-void checkUnnamed5756(
+void checkUnnamed5758(
core.List<api.GoogleCloudDialogflowCxV3EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EntityTypeEntity(
@@ -807,14 +807,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase>
- buildUnnamed5757() {
+ buildUnnamed5759() {
var o = <api.GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase>[];
o.add(buildGoogleCloudDialogflowCxV3EntityTypeExcludedPhrase());
o.add(buildGoogleCloudDialogflowCxV3EntityTypeExcludedPhrase());
return o;
}
-void checkUnnamed5757(
+void checkUnnamed5759(
core.List<api.GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EntityTypeExcludedPhrase(
@@ -832,8 +832,8 @@
o.autoExpansionMode = 'foo';
o.displayName = 'foo';
o.enableFuzzyExtraction = true;
- o.entities = buildUnnamed5756();
- o.excludedPhrases = buildUnnamed5757();
+ o.entities = buildUnnamed5758();
+ o.excludedPhrases = buildUnnamed5759();
o.kind = 'foo';
o.name = 'foo';
o.redact = true;
@@ -855,8 +855,8 @@
unittest.equals('foo'),
);
unittest.expect(o.enableFuzzyExtraction!, unittest.isTrue);
- checkUnnamed5756(o.entities!);
- checkUnnamed5757(o.excludedPhrases!);
+ checkUnnamed5758(o.entities!);
+ checkUnnamed5759(o.excludedPhrases!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -870,14 +870,14 @@
buildCounterGoogleCloudDialogflowCxV3EntityType--;
}
-core.List<core.String> buildUnnamed5758() {
+core.List<core.String> buildUnnamed5760() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5758(core.List<core.String> o) {
+void checkUnnamed5760(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -895,7 +895,7 @@
var o = api.GoogleCloudDialogflowCxV3EntityTypeEntity();
buildCounterGoogleCloudDialogflowCxV3EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowCxV3EntityTypeEntity < 3) {
- o.synonyms = buildUnnamed5758();
+ o.synonyms = buildUnnamed5760();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3EntityTypeEntity--;
@@ -906,7 +906,7 @@
api.GoogleCloudDialogflowCxV3EntityTypeEntity o) {
buildCounterGoogleCloudDialogflowCxV3EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowCxV3EntityTypeEntity < 3) {
- checkUnnamed5758(o.synonyms!);
+ checkUnnamed5760(o.synonyms!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -940,14 +940,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3EnvironmentVersionConfig>
- buildUnnamed5759() {
+ buildUnnamed5761() {
var o = <api.GoogleCloudDialogflowCxV3EnvironmentVersionConfig>[];
o.add(buildGoogleCloudDialogflowCxV3EnvironmentVersionConfig());
o.add(buildGoogleCloudDialogflowCxV3EnvironmentVersionConfig());
return o;
}
-void checkUnnamed5759(
+void checkUnnamed5761(
core.List<api.GoogleCloudDialogflowCxV3EnvironmentVersionConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EnvironmentVersionConfig(
@@ -966,7 +966,7 @@
o.displayName = 'foo';
o.name = 'foo';
o.updateTime = 'foo';
- o.versionConfigs = buildUnnamed5759();
+ o.versionConfigs = buildUnnamed5761();
}
buildCounterGoogleCloudDialogflowCxV3Environment--;
return o;
@@ -992,7 +992,7 @@
o.updateTime!,
unittest.equals('foo'),
);
- checkUnnamed5759(o.versionConfigs!);
+ checkUnnamed5761(o.versionConfigs!);
}
buildCounterGoogleCloudDialogflowCxV3Environment--;
}
@@ -1087,14 +1087,14 @@
buildCounterGoogleCloudDialogflowCxV3EventInput--;
}
-core.List<api.GoogleCloudDialogflowCxV3VariantsHistory> buildUnnamed5760() {
+core.List<api.GoogleCloudDialogflowCxV3VariantsHistory> buildUnnamed5762() {
var o = <api.GoogleCloudDialogflowCxV3VariantsHistory>[];
o.add(buildGoogleCloudDialogflowCxV3VariantsHistory());
o.add(buildGoogleCloudDialogflowCxV3VariantsHistory());
return o;
}
-void checkUnnamed5760(
+void checkUnnamed5762(
core.List<api.GoogleCloudDialogflowCxV3VariantsHistory> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3VariantsHistory(
@@ -1120,7 +1120,7 @@
o.result = buildGoogleCloudDialogflowCxV3ExperimentResult();
o.startTime = 'foo';
o.state = 'foo';
- o.variantsHistory = buildUnnamed5760();
+ o.variantsHistory = buildUnnamed5762();
}
buildCounterGoogleCloudDialogflowCxV3Experiment--;
return o;
@@ -1170,7 +1170,7 @@
o.state!,
unittest.equals('foo'),
);
- checkUnnamed5760(o.variantsHistory!);
+ checkUnnamed5762(o.variantsHistory!);
}
buildCounterGoogleCloudDialogflowCxV3Experiment--;
}
@@ -1203,14 +1203,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics>
- buildUnnamed5761() {
+ buildUnnamed5763() {
var o = <api.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics>[];
o.add(buildGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics());
o.add(buildGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics());
return o;
}
-void checkUnnamed5761(
+void checkUnnamed5763(
core.List<api.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics(
@@ -1226,7 +1226,7 @@
buildCounterGoogleCloudDialogflowCxV3ExperimentResult++;
if (buildCounterGoogleCloudDialogflowCxV3ExperimentResult < 3) {
o.lastUpdateTime = 'foo';
- o.versionMetrics = buildUnnamed5761();
+ o.versionMetrics = buildUnnamed5763();
}
buildCounterGoogleCloudDialogflowCxV3ExperimentResult--;
return o;
@@ -1240,7 +1240,7 @@
o.lastUpdateTime!,
unittest.equals('foo'),
);
- checkUnnamed5761(o.versionMetrics!);
+ checkUnnamed5763(o.versionMetrics!);
}
buildCounterGoogleCloudDialogflowCxV3ExperimentResult--;
}
@@ -1332,14 +1332,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3ExperimentResultMetric>
- buildUnnamed5762() {
+ buildUnnamed5764() {
var o = <api.GoogleCloudDialogflowCxV3ExperimentResultMetric>[];
o.add(buildGoogleCloudDialogflowCxV3ExperimentResultMetric());
o.add(buildGoogleCloudDialogflowCxV3ExperimentResultMetric());
return o;
}
-void checkUnnamed5762(
+void checkUnnamed5764(
core.List<api.GoogleCloudDialogflowCxV3ExperimentResultMetric> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ExperimentResultMetric(
@@ -1355,7 +1355,7 @@
var o = api.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics();
buildCounterGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics++;
if (buildCounterGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics < 3) {
- o.metrics = buildUnnamed5762();
+ o.metrics = buildUnnamed5764();
o.sessionCount = 42;
o.version = 'foo';
}
@@ -1367,7 +1367,7 @@
api.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics o) {
buildCounterGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics++;
if (buildCounterGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics < 3) {
- checkUnnamed5762(o.metrics!);
+ checkUnnamed5764(o.metrics!);
unittest.expect(
o.sessionCount!,
unittest.equals(42),
@@ -1513,14 +1513,14 @@
buildCounterGoogleCloudDialogflowCxV3ExportTestCasesResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed5763() {
+core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed5765() {
var o = <api.GoogleCloudDialogflowCxV3EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
return o;
}
-void checkUnnamed5763(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
+void checkUnnamed5765(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EventHandler(
o[0] as api.GoogleCloudDialogflowCxV3EventHandler);
@@ -1528,14 +1528,14 @@
o[1] as api.GoogleCloudDialogflowCxV3EventHandler);
}
-core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed5764() {
+core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed5766() {
var o = <api.GoogleCloudDialogflowCxV3TransitionRoute>[];
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
return o;
}
-void checkUnnamed5764(
+void checkUnnamed5766(
core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TransitionRoute(
@@ -1551,10 +1551,10 @@
if (buildCounterGoogleCloudDialogflowCxV3Flow < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.eventHandlers = buildUnnamed5763();
+ o.eventHandlers = buildUnnamed5765();
o.name = 'foo';
o.nluSettings = buildGoogleCloudDialogflowCxV3NluSettings();
- o.transitionRoutes = buildUnnamed5764();
+ o.transitionRoutes = buildUnnamed5766();
}
buildCounterGoogleCloudDialogflowCxV3Flow--;
return o;
@@ -1571,26 +1571,26 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5763(o.eventHandlers!);
+ checkUnnamed5765(o.eventHandlers!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkGoogleCloudDialogflowCxV3NluSettings(
o.nluSettings! as api.GoogleCloudDialogflowCxV3NluSettings);
- checkUnnamed5764(o.transitionRoutes!);
+ checkUnnamed5766(o.transitionRoutes!);
}
buildCounterGoogleCloudDialogflowCxV3Flow--;
}
-core.List<api.GoogleCloudDialogflowCxV3ValidationMessage> buildUnnamed5765() {
+core.List<api.GoogleCloudDialogflowCxV3ValidationMessage> buildUnnamed5767() {
var o = <api.GoogleCloudDialogflowCxV3ValidationMessage>[];
o.add(buildGoogleCloudDialogflowCxV3ValidationMessage());
o.add(buildGoogleCloudDialogflowCxV3ValidationMessage());
return o;
}
-void checkUnnamed5765(
+void checkUnnamed5767(
core.List<api.GoogleCloudDialogflowCxV3ValidationMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ValidationMessage(
@@ -1607,7 +1607,7 @@
if (buildCounterGoogleCloudDialogflowCxV3FlowValidationResult < 3) {
o.name = 'foo';
o.updateTime = 'foo';
- o.validationMessages = buildUnnamed5765();
+ o.validationMessages = buildUnnamed5767();
}
buildCounterGoogleCloudDialogflowCxV3FlowValidationResult--;
return o;
@@ -1625,19 +1625,19 @@
o.updateTime!,
unittest.equals('foo'),
);
- checkUnnamed5765(o.validationMessages!);
+ checkUnnamed5767(o.validationMessages!);
}
buildCounterGoogleCloudDialogflowCxV3FlowValidationResult--;
}
-core.List<api.GoogleCloudDialogflowCxV3FormParameter> buildUnnamed5766() {
+core.List<api.GoogleCloudDialogflowCxV3FormParameter> buildUnnamed5768() {
var o = <api.GoogleCloudDialogflowCxV3FormParameter>[];
o.add(buildGoogleCloudDialogflowCxV3FormParameter());
o.add(buildGoogleCloudDialogflowCxV3FormParameter());
return o;
}
-void checkUnnamed5766(core.List<api.GoogleCloudDialogflowCxV3FormParameter> o) {
+void checkUnnamed5768(core.List<api.GoogleCloudDialogflowCxV3FormParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FormParameter(
o[0] as api.GoogleCloudDialogflowCxV3FormParameter);
@@ -1650,7 +1650,7 @@
var o = api.GoogleCloudDialogflowCxV3Form();
buildCounterGoogleCloudDialogflowCxV3Form++;
if (buildCounterGoogleCloudDialogflowCxV3Form < 3) {
- o.parameters = buildUnnamed5766();
+ o.parameters = buildUnnamed5768();
}
buildCounterGoogleCloudDialogflowCxV3Form--;
return o;
@@ -1659,7 +1659,7 @@
void checkGoogleCloudDialogflowCxV3Form(api.GoogleCloudDialogflowCxV3Form o) {
buildCounterGoogleCloudDialogflowCxV3Form++;
if (buildCounterGoogleCloudDialogflowCxV3Form < 3) {
- checkUnnamed5766(o.parameters!);
+ checkUnnamed5768(o.parameters!);
}
buildCounterGoogleCloudDialogflowCxV3Form--;
}
@@ -1721,14 +1721,14 @@
buildCounterGoogleCloudDialogflowCxV3FormParameter--;
}
-core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed5767() {
+core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed5769() {
var o = <api.GoogleCloudDialogflowCxV3EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
return o;
}
-void checkUnnamed5767(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
+void checkUnnamed5769(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EventHandler(
o[0] as api.GoogleCloudDialogflowCxV3EventHandler);
@@ -1743,7 +1743,7 @@
buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior++;
if (buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior < 3) {
o.initialPromptFulfillment = buildGoogleCloudDialogflowCxV3Fulfillment();
- o.repromptEventHandlers = buildUnnamed5767();
+ o.repromptEventHandlers = buildUnnamed5769();
}
buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior--;
return o;
@@ -1755,7 +1755,7 @@
if (buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior < 3) {
checkGoogleCloudDialogflowCxV3Fulfillment(o.initialPromptFulfillment!
as api.GoogleCloudDialogflowCxV3Fulfillment);
- checkUnnamed5767(o.repromptEventHandlers!);
+ checkUnnamed5769(o.repromptEventHandlers!);
}
buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior--;
}
@@ -1824,14 +1824,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases>
- buildUnnamed5768() {
+ buildUnnamed5770() {
var o = <api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases>[];
o.add(buildGoogleCloudDialogflowCxV3FulfillmentConditionalCases());
o.add(buildGoogleCloudDialogflowCxV3FulfillmentConditionalCases());
return o;
}
-void checkUnnamed5768(
+void checkUnnamed5770(
core.List<api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FulfillmentConditionalCases(
@@ -1840,14 +1840,14 @@
o[1] as api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases);
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed5769() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed5771() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
return o;
}
-void checkUnnamed5769(
+void checkUnnamed5771(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessage(
@@ -1857,14 +1857,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>
- buildUnnamed5770() {
+ buildUnnamed5772() {
var o = <api.GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>[];
o.add(buildGoogleCloudDialogflowCxV3FulfillmentSetParameterAction());
o.add(buildGoogleCloudDialogflowCxV3FulfillmentSetParameterAction());
return o;
}
-void checkUnnamed5770(
+void checkUnnamed5772(
core.List<api.GoogleCloudDialogflowCxV3FulfillmentSetParameterAction> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FulfillmentSetParameterAction(
@@ -1879,9 +1879,9 @@
var o = api.GoogleCloudDialogflowCxV3Fulfillment();
buildCounterGoogleCloudDialogflowCxV3Fulfillment++;
if (buildCounterGoogleCloudDialogflowCxV3Fulfillment < 3) {
- o.conditionalCases = buildUnnamed5768();
- o.messages = buildUnnamed5769();
- o.setParameterActions = buildUnnamed5770();
+ o.conditionalCases = buildUnnamed5770();
+ o.messages = buildUnnamed5771();
+ o.setParameterActions = buildUnnamed5772();
o.tag = 'foo';
o.webhook = 'foo';
}
@@ -1893,9 +1893,9 @@
api.GoogleCloudDialogflowCxV3Fulfillment o) {
buildCounterGoogleCloudDialogflowCxV3Fulfillment++;
if (buildCounterGoogleCloudDialogflowCxV3Fulfillment < 3) {
- checkUnnamed5768(o.conditionalCases!);
- checkUnnamed5769(o.messages!);
- checkUnnamed5770(o.setParameterActions!);
+ checkUnnamed5770(o.conditionalCases!);
+ checkUnnamed5771(o.messages!);
+ checkUnnamed5772(o.setParameterActions!);
unittest.expect(
o.tag!,
unittest.equals('foo'),
@@ -1909,14 +1909,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase>
- buildUnnamed5771() {
+ buildUnnamed5773() {
var o = <api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase>[];
o.add(buildGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase());
o.add(buildGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase());
return o;
}
-void checkUnnamed5771(
+void checkUnnamed5773(
core.List<api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase(
@@ -1931,7 +1931,7 @@
var o = api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases();
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases++;
if (buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases < 3) {
- o.cases = buildUnnamed5771();
+ o.cases = buildUnnamed5773();
}
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases--;
return o;
@@ -1941,14 +1941,14 @@
api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases o) {
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases++;
if (buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases < 3) {
- checkUnnamed5771(o.cases!);
+ checkUnnamed5773(o.cases!);
}
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases--;
}
core.List<
api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent>
- buildUnnamed5772() {
+ buildUnnamed5774() {
var o = <
api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent>[];
o.add(
@@ -1958,7 +1958,7 @@
return o;
}
-void checkUnnamed5772(
+void checkUnnamed5774(
core.List<
api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent>
o) {
@@ -1979,7 +1979,7 @@
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase++;
if (buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase <
3) {
- o.caseContent = buildUnnamed5772();
+ o.caseContent = buildUnnamed5774();
o.condition = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase--;
@@ -1991,7 +1991,7 @@
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase++;
if (buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase <
3) {
- checkUnnamed5772(o.caseContent!);
+ checkUnnamed5774(o.caseContent!);
unittest.expect(
o.condition!,
unittest.equals('foo'),
@@ -2128,14 +2128,14 @@
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed5773() {
+core.List<api.GoogleRpcStatus> buildUnnamed5775() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed5773(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed5775(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -2147,7 +2147,7 @@
var o = api.GoogleCloudDialogflowCxV3ImportDocumentsResponse();
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse < 3) {
- o.warnings = buildUnnamed5773();
+ o.warnings = buildUnnamed5775();
}
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse--;
return o;
@@ -2157,19 +2157,19 @@
api.GoogleCloudDialogflowCxV3ImportDocumentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse < 3) {
- checkUnnamed5773(o.warnings!);
+ checkUnnamed5775(o.warnings!);
}
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestCaseError> buildUnnamed5774() {
+core.List<api.GoogleCloudDialogflowCxV3TestCaseError> buildUnnamed5776() {
var o = <api.GoogleCloudDialogflowCxV3TestCaseError>[];
o.add(buildGoogleCloudDialogflowCxV3TestCaseError());
o.add(buildGoogleCloudDialogflowCxV3TestCaseError());
return o;
}
-void checkUnnamed5774(core.List<api.GoogleCloudDialogflowCxV3TestCaseError> o) {
+void checkUnnamed5776(core.List<api.GoogleCloudDialogflowCxV3TestCaseError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestCaseError(
o[0] as api.GoogleCloudDialogflowCxV3TestCaseError);
@@ -2183,7 +2183,7 @@
var o = api.GoogleCloudDialogflowCxV3ImportTestCasesMetadata();
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata < 3) {
- o.errors = buildUnnamed5774();
+ o.errors = buildUnnamed5776();
}
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata--;
return o;
@@ -2193,7 +2193,7 @@
api.GoogleCloudDialogflowCxV3ImportTestCasesMetadata o) {
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata < 3) {
- checkUnnamed5774(o.errors!);
+ checkUnnamed5776(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata--;
}
@@ -2227,14 +2227,14 @@
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesRequest--;
}
-core.List<core.String> buildUnnamed5775() {
+core.List<core.String> buildUnnamed5777() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5775(core.List<core.String> o) {
+void checkUnnamed5777(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2252,7 +2252,7 @@
var o = api.GoogleCloudDialogflowCxV3ImportTestCasesResponse();
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse < 3) {
- o.names = buildUnnamed5775();
+ o.names = buildUnnamed5777();
}
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse--;
return o;
@@ -2262,19 +2262,19 @@
api.GoogleCloudDialogflowCxV3ImportTestCasesResponse o) {
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse < 3) {
- checkUnnamed5775(o.names!);
+ checkUnnamed5777(o.names!);
}
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse--;
}
-core.List<core.String> buildUnnamed5776() {
+core.List<core.String> buildUnnamed5778() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5776(core.List<core.String> o) {
+void checkUnnamed5778(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2296,7 +2296,7 @@
o.enableWordInfo = true;
o.model = 'foo';
o.modelVariant = 'foo';
- o.phraseHints = buildUnnamed5776();
+ o.phraseHints = buildUnnamed5778();
o.sampleRateHertz = 42;
o.singleUtterance = true;
}
@@ -2321,7 +2321,7 @@
o.modelVariant!,
unittest.equals('foo'),
);
- checkUnnamed5776(o.phraseHints!);
+ checkUnnamed5778(o.phraseHints!);
unittest.expect(
o.sampleRateHertz!,
unittest.equals(42),
@@ -2331,14 +2331,14 @@
buildCounterGoogleCloudDialogflowCxV3InputAudioConfig--;
}
-core.Map<core.String, core.String> buildUnnamed5777() {
+core.Map<core.String, core.String> buildUnnamed5779() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5777(core.Map<core.String, core.String> o) {
+void checkUnnamed5779(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2350,14 +2350,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3IntentParameter> buildUnnamed5778() {
+core.List<api.GoogleCloudDialogflowCxV3IntentParameter> buildUnnamed5780() {
var o = <api.GoogleCloudDialogflowCxV3IntentParameter>[];
o.add(buildGoogleCloudDialogflowCxV3IntentParameter());
o.add(buildGoogleCloudDialogflowCxV3IntentParameter());
return o;
}
-void checkUnnamed5778(
+void checkUnnamed5780(
core.List<api.GoogleCloudDialogflowCxV3IntentParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3IntentParameter(
@@ -2367,14 +2367,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3IntentTrainingPhrase>
- buildUnnamed5779() {
+ buildUnnamed5781() {
var o = <api.GoogleCloudDialogflowCxV3IntentTrainingPhrase>[];
o.add(buildGoogleCloudDialogflowCxV3IntentTrainingPhrase());
o.add(buildGoogleCloudDialogflowCxV3IntentTrainingPhrase());
return o;
}
-void checkUnnamed5779(
+void checkUnnamed5781(
core.List<api.GoogleCloudDialogflowCxV3IntentTrainingPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3IntentTrainingPhrase(
@@ -2391,11 +2391,11 @@
o.description = 'foo';
o.displayName = 'foo';
o.isFallback = true;
- o.labels = buildUnnamed5777();
+ o.labels = buildUnnamed5779();
o.name = 'foo';
- o.parameters = buildUnnamed5778();
+ o.parameters = buildUnnamed5780();
o.priority = 42;
- o.trainingPhrases = buildUnnamed5779();
+ o.trainingPhrases = buildUnnamed5781();
}
buildCounterGoogleCloudDialogflowCxV3Intent--;
return o;
@@ -2414,30 +2414,30 @@
unittest.equals('foo'),
);
unittest.expect(o.isFallback!, unittest.isTrue);
- checkUnnamed5777(o.labels!);
+ checkUnnamed5779(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5778(o.parameters!);
+ checkUnnamed5780(o.parameters!);
unittest.expect(
o.priority!,
unittest.equals(42),
);
- checkUnnamed5779(o.trainingPhrases!);
+ checkUnnamed5781(o.trainingPhrases!);
}
buildCounterGoogleCloudDialogflowCxV3Intent--;
}
core.List<api.GoogleCloudDialogflowCxV3IntentCoverageIntent>
- buildUnnamed5780() {
+ buildUnnamed5782() {
var o = <api.GoogleCloudDialogflowCxV3IntentCoverageIntent>[];
o.add(buildGoogleCloudDialogflowCxV3IntentCoverageIntent());
o.add(buildGoogleCloudDialogflowCxV3IntentCoverageIntent());
return o;
}
-void checkUnnamed5780(
+void checkUnnamed5782(
core.List<api.GoogleCloudDialogflowCxV3IntentCoverageIntent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3IntentCoverageIntent(
@@ -2453,7 +2453,7 @@
buildCounterGoogleCloudDialogflowCxV3IntentCoverage++;
if (buildCounterGoogleCloudDialogflowCxV3IntentCoverage < 3) {
o.coverageScore = 42.0;
- o.intents = buildUnnamed5780();
+ o.intents = buildUnnamed5782();
}
buildCounterGoogleCloudDialogflowCxV3IntentCoverage--;
return o;
@@ -2467,7 +2467,7 @@
o.coverageScore!,
unittest.equals(42.0),
);
- checkUnnamed5780(o.intents!);
+ checkUnnamed5782(o.intents!);
}
buildCounterGoogleCloudDialogflowCxV3IntentCoverage--;
}
@@ -2556,14 +2556,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3IntentTrainingPhrasePart>
- buildUnnamed5781() {
+ buildUnnamed5783() {
var o = <api.GoogleCloudDialogflowCxV3IntentTrainingPhrasePart>[];
o.add(buildGoogleCloudDialogflowCxV3IntentTrainingPhrasePart());
o.add(buildGoogleCloudDialogflowCxV3IntentTrainingPhrasePart());
return o;
}
-void checkUnnamed5781(
+void checkUnnamed5783(
core.List<api.GoogleCloudDialogflowCxV3IntentTrainingPhrasePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3IntentTrainingPhrasePart(
@@ -2579,7 +2579,7 @@
buildCounterGoogleCloudDialogflowCxV3IntentTrainingPhrase++;
if (buildCounterGoogleCloudDialogflowCxV3IntentTrainingPhrase < 3) {
o.id = 'foo';
- o.parts = buildUnnamed5781();
+ o.parts = buildUnnamed5783();
o.repeatCount = 42;
}
buildCounterGoogleCloudDialogflowCxV3IntentTrainingPhrase--;
@@ -2594,7 +2594,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed5781(o.parts!);
+ checkUnnamed5783(o.parts!);
unittest.expect(
o.repeatCount!,
unittest.equals(42),
@@ -2632,14 +2632,14 @@
buildCounterGoogleCloudDialogflowCxV3IntentTrainingPhrasePart--;
}
-core.List<api.GoogleCloudDialogflowCxV3Agent> buildUnnamed5782() {
+core.List<api.GoogleCloudDialogflowCxV3Agent> buildUnnamed5784() {
var o = <api.GoogleCloudDialogflowCxV3Agent>[];
o.add(buildGoogleCloudDialogflowCxV3Agent());
o.add(buildGoogleCloudDialogflowCxV3Agent());
return o;
}
-void checkUnnamed5782(core.List<api.GoogleCloudDialogflowCxV3Agent> o) {
+void checkUnnamed5784(core.List<api.GoogleCloudDialogflowCxV3Agent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Agent(
o[0] as api.GoogleCloudDialogflowCxV3Agent);
@@ -2653,7 +2653,7 @@
var o = api.GoogleCloudDialogflowCxV3ListAgentsResponse();
buildCounterGoogleCloudDialogflowCxV3ListAgentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListAgentsResponse < 3) {
- o.agents = buildUnnamed5782();
+ o.agents = buildUnnamed5784();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ListAgentsResponse--;
@@ -2664,7 +2664,7 @@
api.GoogleCloudDialogflowCxV3ListAgentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3ListAgentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListAgentsResponse < 3) {
- checkUnnamed5782(o.agents!);
+ checkUnnamed5784(o.agents!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2673,14 +2673,14 @@
buildCounterGoogleCloudDialogflowCxV3ListAgentsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3EntityType> buildUnnamed5783() {
+core.List<api.GoogleCloudDialogflowCxV3EntityType> buildUnnamed5785() {
var o = <api.GoogleCloudDialogflowCxV3EntityType>[];
o.add(buildGoogleCloudDialogflowCxV3EntityType());
o.add(buildGoogleCloudDialogflowCxV3EntityType());
return o;
}
-void checkUnnamed5783(core.List<api.GoogleCloudDialogflowCxV3EntityType> o) {
+void checkUnnamed5785(core.List<api.GoogleCloudDialogflowCxV3EntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EntityType(
o[0] as api.GoogleCloudDialogflowCxV3EntityType);
@@ -2694,7 +2694,7 @@
var o = api.GoogleCloudDialogflowCxV3ListEntityTypesResponse();
buildCounterGoogleCloudDialogflowCxV3ListEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListEntityTypesResponse < 3) {
- o.entityTypes = buildUnnamed5783();
+ o.entityTypes = buildUnnamed5785();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ListEntityTypesResponse--;
@@ -2705,7 +2705,7 @@
api.GoogleCloudDialogflowCxV3ListEntityTypesResponse o) {
buildCounterGoogleCloudDialogflowCxV3ListEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListEntityTypesResponse < 3) {
- checkUnnamed5783(o.entityTypes!);
+ checkUnnamed5785(o.entityTypes!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2714,14 +2714,14 @@
buildCounterGoogleCloudDialogflowCxV3ListEntityTypesResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Environment> buildUnnamed5784() {
+core.List<api.GoogleCloudDialogflowCxV3Environment> buildUnnamed5786() {
var o = <api.GoogleCloudDialogflowCxV3Environment>[];
o.add(buildGoogleCloudDialogflowCxV3Environment());
o.add(buildGoogleCloudDialogflowCxV3Environment());
return o;
}
-void checkUnnamed5784(core.List<api.GoogleCloudDialogflowCxV3Environment> o) {
+void checkUnnamed5786(core.List<api.GoogleCloudDialogflowCxV3Environment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Environment(
o[0] as api.GoogleCloudDialogflowCxV3Environment);
@@ -2735,7 +2735,7 @@
var o = api.GoogleCloudDialogflowCxV3ListEnvironmentsResponse();
buildCounterGoogleCloudDialogflowCxV3ListEnvironmentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListEnvironmentsResponse < 3) {
- o.environments = buildUnnamed5784();
+ o.environments = buildUnnamed5786();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ListEnvironmentsResponse--;
@@ -2746,7 +2746,7 @@
api.GoogleCloudDialogflowCxV3ListEnvironmentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3ListEnvironmentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListEnvironmentsResponse < 3) {
- checkUnnamed5784(o.environments!);
+ checkUnnamed5786(o.environments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2755,14 +2755,14 @@
buildCounterGoogleCloudDialogflowCxV3ListEnvironmentsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Experiment> buildUnnamed5785() {
+core.List<api.GoogleCloudDialogflowCxV3Experiment> buildUnnamed5787() {
var o = <api.GoogleCloudDialogflowCxV3Experiment>[];
o.add(buildGoogleCloudDialogflowCxV3Experiment());
o.add(buildGoogleCloudDialogflowCxV3Experiment());
return o;
}
-void checkUnnamed5785(core.List<api.GoogleCloudDialogflowCxV3Experiment> o) {
+void checkUnnamed5787(core.List<api.GoogleCloudDialogflowCxV3Experiment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Experiment(
o[0] as api.GoogleCloudDialogflowCxV3Experiment);
@@ -2776,7 +2776,7 @@
var o = api.GoogleCloudDialogflowCxV3ListExperimentsResponse();
buildCounterGoogleCloudDialogflowCxV3ListExperimentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListExperimentsResponse < 3) {
- o.experiments = buildUnnamed5785();
+ o.experiments = buildUnnamed5787();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ListExperimentsResponse--;
@@ -2787,7 +2787,7 @@
api.GoogleCloudDialogflowCxV3ListExperimentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3ListExperimentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListExperimentsResponse < 3) {
- checkUnnamed5785(o.experiments!);
+ checkUnnamed5787(o.experiments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2796,14 +2796,14 @@
buildCounterGoogleCloudDialogflowCxV3ListExperimentsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Flow> buildUnnamed5786() {
+core.List<api.GoogleCloudDialogflowCxV3Flow> buildUnnamed5788() {
var o = <api.GoogleCloudDialogflowCxV3Flow>[];
o.add(buildGoogleCloudDialogflowCxV3Flow());
o.add(buildGoogleCloudDialogflowCxV3Flow());
return o;
}
-void checkUnnamed5786(core.List<api.GoogleCloudDialogflowCxV3Flow> o) {
+void checkUnnamed5788(core.List<api.GoogleCloudDialogflowCxV3Flow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Flow(o[0] as api.GoogleCloudDialogflowCxV3Flow);
checkGoogleCloudDialogflowCxV3Flow(o[1] as api.GoogleCloudDialogflowCxV3Flow);
@@ -2815,7 +2815,7 @@
var o = api.GoogleCloudDialogflowCxV3ListFlowsResponse();
buildCounterGoogleCloudDialogflowCxV3ListFlowsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListFlowsResponse < 3) {
- o.flows = buildUnnamed5786();
+ o.flows = buildUnnamed5788();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ListFlowsResponse--;
@@ -2826,7 +2826,7 @@
api.GoogleCloudDialogflowCxV3ListFlowsResponse o) {
buildCounterGoogleCloudDialogflowCxV3ListFlowsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListFlowsResponse < 3) {
- checkUnnamed5786(o.flows!);
+ checkUnnamed5788(o.flows!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2835,14 +2835,14 @@
buildCounterGoogleCloudDialogflowCxV3ListFlowsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Intent> buildUnnamed5787() {
+core.List<api.GoogleCloudDialogflowCxV3Intent> buildUnnamed5789() {
var o = <api.GoogleCloudDialogflowCxV3Intent>[];
o.add(buildGoogleCloudDialogflowCxV3Intent());
o.add(buildGoogleCloudDialogflowCxV3Intent());
return o;
}
-void checkUnnamed5787(core.List<api.GoogleCloudDialogflowCxV3Intent> o) {
+void checkUnnamed5789(core.List<api.GoogleCloudDialogflowCxV3Intent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Intent(
o[0] as api.GoogleCloudDialogflowCxV3Intent);
@@ -2856,7 +2856,7 @@
var o = api.GoogleCloudDialogflowCxV3ListIntentsResponse();
buildCounterGoogleCloudDialogflowCxV3ListIntentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListIntentsResponse < 3) {
- o.intents = buildUnnamed5787();
+ o.intents = buildUnnamed5789();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ListIntentsResponse--;
@@ -2867,7 +2867,7 @@
api.GoogleCloudDialogflowCxV3ListIntentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3ListIntentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListIntentsResponse < 3) {
- checkUnnamed5787(o.intents!);
+ checkUnnamed5789(o.intents!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2876,14 +2876,14 @@
buildCounterGoogleCloudDialogflowCxV3ListIntentsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Page> buildUnnamed5788() {
+core.List<api.GoogleCloudDialogflowCxV3Page> buildUnnamed5790() {
var o = <api.GoogleCloudDialogflowCxV3Page>[];
o.add(buildGoogleCloudDialogflowCxV3Page());
o.add(buildGoogleCloudDialogflowCxV3Page());
return o;
}
-void checkUnnamed5788(core.List<api.GoogleCloudDialogflowCxV3Page> o) {
+void checkUnnamed5790(core.List<api.GoogleCloudDialogflowCxV3Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Page(o[0] as api.GoogleCloudDialogflowCxV3Page);
checkGoogleCloudDialogflowCxV3Page(o[1] as api.GoogleCloudDialogflowCxV3Page);
@@ -2896,7 +2896,7 @@
buildCounterGoogleCloudDialogflowCxV3ListPagesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListPagesResponse < 3) {
o.nextPageToken = 'foo';
- o.pages = buildUnnamed5788();
+ o.pages = buildUnnamed5790();
}
buildCounterGoogleCloudDialogflowCxV3ListPagesResponse--;
return o;
@@ -2910,19 +2910,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5788(o.pages!);
+ checkUnnamed5790(o.pages!);
}
buildCounterGoogleCloudDialogflowCxV3ListPagesResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3SecuritySettings> buildUnnamed5789() {
+core.List<api.GoogleCloudDialogflowCxV3SecuritySettings> buildUnnamed5791() {
var o = <api.GoogleCloudDialogflowCxV3SecuritySettings>[];
o.add(buildGoogleCloudDialogflowCxV3SecuritySettings());
o.add(buildGoogleCloudDialogflowCxV3SecuritySettings());
return o;
}
-void checkUnnamed5789(
+void checkUnnamed5791(
core.List<api.GoogleCloudDialogflowCxV3SecuritySettings> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3SecuritySettings(
@@ -2938,7 +2938,7 @@
buildCounterGoogleCloudDialogflowCxV3ListSecuritySettingsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListSecuritySettingsResponse < 3) {
o.nextPageToken = 'foo';
- o.securitySettings = buildUnnamed5789();
+ o.securitySettings = buildUnnamed5791();
}
buildCounterGoogleCloudDialogflowCxV3ListSecuritySettingsResponse--;
return o;
@@ -2952,19 +2952,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5789(o.securitySettings!);
+ checkUnnamed5791(o.securitySettings!);
}
buildCounterGoogleCloudDialogflowCxV3ListSecuritySettingsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3SessionEntityType> buildUnnamed5790() {
+core.List<api.GoogleCloudDialogflowCxV3SessionEntityType> buildUnnamed5792() {
var o = <api.GoogleCloudDialogflowCxV3SessionEntityType>[];
o.add(buildGoogleCloudDialogflowCxV3SessionEntityType());
o.add(buildGoogleCloudDialogflowCxV3SessionEntityType());
return o;
}
-void checkUnnamed5790(
+void checkUnnamed5792(
core.List<api.GoogleCloudDialogflowCxV3SessionEntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3SessionEntityType(
@@ -2981,7 +2981,7 @@
buildCounterGoogleCloudDialogflowCxV3ListSessionEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListSessionEntityTypesResponse < 3) {
o.nextPageToken = 'foo';
- o.sessionEntityTypes = buildUnnamed5790();
+ o.sessionEntityTypes = buildUnnamed5792();
}
buildCounterGoogleCloudDialogflowCxV3ListSessionEntityTypesResponse--;
return o;
@@ -2995,19 +2995,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5790(o.sessionEntityTypes!);
+ checkUnnamed5792(o.sessionEntityTypes!);
}
buildCounterGoogleCloudDialogflowCxV3ListSessionEntityTypesResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> buildUnnamed5791() {
+core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> buildUnnamed5793() {
var o = <api.GoogleCloudDialogflowCxV3TestCaseResult>[];
o.add(buildGoogleCloudDialogflowCxV3TestCaseResult());
o.add(buildGoogleCloudDialogflowCxV3TestCaseResult());
return o;
}
-void checkUnnamed5791(
+void checkUnnamed5793(
core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestCaseResult(
@@ -3023,7 +3023,7 @@
buildCounterGoogleCloudDialogflowCxV3ListTestCaseResultsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListTestCaseResultsResponse < 3) {
o.nextPageToken = 'foo';
- o.testCaseResults = buildUnnamed5791();
+ o.testCaseResults = buildUnnamed5793();
}
buildCounterGoogleCloudDialogflowCxV3ListTestCaseResultsResponse--;
return o;
@@ -3037,19 +3037,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5791(o.testCaseResults!);
+ checkUnnamed5793(o.testCaseResults!);
}
buildCounterGoogleCloudDialogflowCxV3ListTestCaseResultsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestCase> buildUnnamed5792() {
+core.List<api.GoogleCloudDialogflowCxV3TestCase> buildUnnamed5794() {
var o = <api.GoogleCloudDialogflowCxV3TestCase>[];
o.add(buildGoogleCloudDialogflowCxV3TestCase());
o.add(buildGoogleCloudDialogflowCxV3TestCase());
return o;
}
-void checkUnnamed5792(core.List<api.GoogleCloudDialogflowCxV3TestCase> o) {
+void checkUnnamed5794(core.List<api.GoogleCloudDialogflowCxV3TestCase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestCase(
o[0] as api.GoogleCloudDialogflowCxV3TestCase);
@@ -3064,7 +3064,7 @@
buildCounterGoogleCloudDialogflowCxV3ListTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListTestCasesResponse < 3) {
o.nextPageToken = 'foo';
- o.testCases = buildUnnamed5792();
+ o.testCases = buildUnnamed5794();
}
buildCounterGoogleCloudDialogflowCxV3ListTestCasesResponse--;
return o;
@@ -3078,20 +3078,20 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5792(o.testCases!);
+ checkUnnamed5794(o.testCases!);
}
buildCounterGoogleCloudDialogflowCxV3ListTestCasesResponse--;
}
core.List<api.GoogleCloudDialogflowCxV3TransitionRouteGroup>
- buildUnnamed5793() {
+ buildUnnamed5795() {
var o = <api.GoogleCloudDialogflowCxV3TransitionRouteGroup>[];
o.add(buildGoogleCloudDialogflowCxV3TransitionRouteGroup());
o.add(buildGoogleCloudDialogflowCxV3TransitionRouteGroup());
return o;
}
-void checkUnnamed5793(
+void checkUnnamed5795(
core.List<api.GoogleCloudDialogflowCxV3TransitionRouteGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TransitionRouteGroup(
@@ -3109,7 +3109,7 @@
if (buildCounterGoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse <
3) {
o.nextPageToken = 'foo';
- o.transitionRouteGroups = buildUnnamed5793();
+ o.transitionRouteGroups = buildUnnamed5795();
}
buildCounterGoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse--;
return o;
@@ -3124,19 +3124,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5793(o.transitionRouteGroups!);
+ checkUnnamed5795(o.transitionRouteGroups!);
}
buildCounterGoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Version> buildUnnamed5794() {
+core.List<api.GoogleCloudDialogflowCxV3Version> buildUnnamed5796() {
var o = <api.GoogleCloudDialogflowCxV3Version>[];
o.add(buildGoogleCloudDialogflowCxV3Version());
o.add(buildGoogleCloudDialogflowCxV3Version());
return o;
}
-void checkUnnamed5794(core.List<api.GoogleCloudDialogflowCxV3Version> o) {
+void checkUnnamed5796(core.List<api.GoogleCloudDialogflowCxV3Version> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Version(
o[0] as api.GoogleCloudDialogflowCxV3Version);
@@ -3151,7 +3151,7 @@
buildCounterGoogleCloudDialogflowCxV3ListVersionsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListVersionsResponse < 3) {
o.nextPageToken = 'foo';
- o.versions = buildUnnamed5794();
+ o.versions = buildUnnamed5796();
}
buildCounterGoogleCloudDialogflowCxV3ListVersionsResponse--;
return o;
@@ -3165,19 +3165,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5794(o.versions!);
+ checkUnnamed5796(o.versions!);
}
buildCounterGoogleCloudDialogflowCxV3ListVersionsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Webhook> buildUnnamed5795() {
+core.List<api.GoogleCloudDialogflowCxV3Webhook> buildUnnamed5797() {
var o = <api.GoogleCloudDialogflowCxV3Webhook>[];
o.add(buildGoogleCloudDialogflowCxV3Webhook());
o.add(buildGoogleCloudDialogflowCxV3Webhook());
return o;
}
-void checkUnnamed5795(core.List<api.GoogleCloudDialogflowCxV3Webhook> o) {
+void checkUnnamed5797(core.List<api.GoogleCloudDialogflowCxV3Webhook> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Webhook(
o[0] as api.GoogleCloudDialogflowCxV3Webhook);
@@ -3192,7 +3192,7 @@
buildCounterGoogleCloudDialogflowCxV3ListWebhooksResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListWebhooksResponse < 3) {
o.nextPageToken = 'foo';
- o.webhooks = buildUnnamed5795();
+ o.webhooks = buildUnnamed5797();
}
buildCounterGoogleCloudDialogflowCxV3ListWebhooksResponse--;
return o;
@@ -3206,7 +3206,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5795(o.webhooks!);
+ checkUnnamed5797(o.webhooks!);
}
buildCounterGoogleCloudDialogflowCxV3ListWebhooksResponse--;
}
@@ -3232,14 +3232,14 @@
buildCounterGoogleCloudDialogflowCxV3LoadVersionRequest--;
}
-core.List<api.GoogleCloudDialogflowCxV3Environment> buildUnnamed5796() {
+core.List<api.GoogleCloudDialogflowCxV3Environment> buildUnnamed5798() {
var o = <api.GoogleCloudDialogflowCxV3Environment>[];
o.add(buildGoogleCloudDialogflowCxV3Environment());
o.add(buildGoogleCloudDialogflowCxV3Environment());
return o;
}
-void checkUnnamed5796(core.List<api.GoogleCloudDialogflowCxV3Environment> o) {
+void checkUnnamed5798(core.List<api.GoogleCloudDialogflowCxV3Environment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Environment(
o[0] as api.GoogleCloudDialogflowCxV3Environment);
@@ -3255,7 +3255,7 @@
buildCounterGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse++;
if (buildCounterGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse <
3) {
- o.environments = buildUnnamed5796();
+ o.environments = buildUnnamed5798();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse--;
@@ -3267,7 +3267,7 @@
buildCounterGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse++;
if (buildCounterGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse <
3) {
- checkUnnamed5796(o.environments!);
+ checkUnnamed5798(o.environments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -3276,7 +3276,7 @@
buildCounterGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed5797() {
+core.Map<core.String, core.Object> buildUnnamed5799() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3291,7 +3291,7 @@
return o;
}
-void checkUnnamed5797(core.Map<core.String, core.Object> o) {
+void checkUnnamed5799(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -3332,7 +3332,7 @@
o.event = 'foo';
o.intent = buildGoogleCloudDialogflowCxV3Intent();
o.matchType = 'foo';
- o.parameters = buildUnnamed5797();
+ o.parameters = buildUnnamed5799();
o.resolvedInput = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3Match--;
@@ -3356,7 +3356,7 @@
o.matchType!,
unittest.equals('foo'),
);
- checkUnnamed5797(o.parameters!);
+ checkUnnamed5799(o.parameters!);
unittest.expect(
o.resolvedInput!,
unittest.equals('foo'),
@@ -3390,14 +3390,14 @@
buildCounterGoogleCloudDialogflowCxV3MatchIntentRequest--;
}
-core.List<api.GoogleCloudDialogflowCxV3Match> buildUnnamed5798() {
+core.List<api.GoogleCloudDialogflowCxV3Match> buildUnnamed5800() {
var o = <api.GoogleCloudDialogflowCxV3Match>[];
o.add(buildGoogleCloudDialogflowCxV3Match());
o.add(buildGoogleCloudDialogflowCxV3Match());
return o;
}
-void checkUnnamed5798(core.List<api.GoogleCloudDialogflowCxV3Match> o) {
+void checkUnnamed5800(core.List<api.GoogleCloudDialogflowCxV3Match> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Match(
o[0] as api.GoogleCloudDialogflowCxV3Match);
@@ -3412,7 +3412,7 @@
buildCounterGoogleCloudDialogflowCxV3MatchIntentResponse++;
if (buildCounterGoogleCloudDialogflowCxV3MatchIntentResponse < 3) {
o.currentPage = buildGoogleCloudDialogflowCxV3Page();
- o.matches = buildUnnamed5798();
+ o.matches = buildUnnamed5800();
o.text = 'foo';
o.transcript = 'foo';
o.triggerEvent = 'foo';
@@ -3428,7 +3428,7 @@
if (buildCounterGoogleCloudDialogflowCxV3MatchIntentResponse < 3) {
checkGoogleCloudDialogflowCxV3Page(
o.currentPage! as api.GoogleCloudDialogflowCxV3Page);
- checkUnnamed5798(o.matches!);
+ checkUnnamed5800(o.matches!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -3517,14 +3517,14 @@
buildCounterGoogleCloudDialogflowCxV3OutputAudioConfig--;
}
-core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed5799() {
+core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed5801() {
var o = <api.GoogleCloudDialogflowCxV3EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
return o;
}
-void checkUnnamed5799(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
+void checkUnnamed5801(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EventHandler(
o[0] as api.GoogleCloudDialogflowCxV3EventHandler);
@@ -3532,14 +3532,14 @@
o[1] as api.GoogleCloudDialogflowCxV3EventHandler);
}
-core.List<core.String> buildUnnamed5800() {
+core.List<core.String> buildUnnamed5802() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5800(core.List<core.String> o) {
+void checkUnnamed5802(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3551,14 +3551,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed5801() {
+core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed5803() {
var o = <api.GoogleCloudDialogflowCxV3TransitionRoute>[];
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
return o;
}
-void checkUnnamed5801(
+void checkUnnamed5803(
core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TransitionRoute(
@@ -3574,11 +3574,11 @@
if (buildCounterGoogleCloudDialogflowCxV3Page < 3) {
o.displayName = 'foo';
o.entryFulfillment = buildGoogleCloudDialogflowCxV3Fulfillment();
- o.eventHandlers = buildUnnamed5799();
+ o.eventHandlers = buildUnnamed5801();
o.form = buildGoogleCloudDialogflowCxV3Form();
o.name = 'foo';
- o.transitionRouteGroups = buildUnnamed5800();
- o.transitionRoutes = buildUnnamed5801();
+ o.transitionRouteGroups = buildUnnamed5802();
+ o.transitionRoutes = buildUnnamed5803();
}
buildCounterGoogleCloudDialogflowCxV3Page--;
return o;
@@ -3593,15 +3593,15 @@
);
checkGoogleCloudDialogflowCxV3Fulfillment(
o.entryFulfillment! as api.GoogleCloudDialogflowCxV3Fulfillment);
- checkUnnamed5799(o.eventHandlers!);
+ checkUnnamed5801(o.eventHandlers!);
checkGoogleCloudDialogflowCxV3Form(
o.form! as api.GoogleCloudDialogflowCxV3Form);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5800(o.transitionRouteGroups!);
- checkUnnamed5801(o.transitionRoutes!);
+ checkUnnamed5802(o.transitionRouteGroups!);
+ checkUnnamed5803(o.transitionRoutes!);
}
buildCounterGoogleCloudDialogflowCxV3Page--;
}
@@ -3633,14 +3633,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo>
- buildUnnamed5802() {
+ buildUnnamed5804() {
var o = <api.GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo>[];
o.add(buildGoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo());
o.add(buildGoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo());
return o;
}
-void checkUnnamed5802(
+void checkUnnamed5804(
core.List<api.GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo(
@@ -3655,7 +3655,7 @@
var o = api.GoogleCloudDialogflowCxV3PageInfoFormInfo();
buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo++;
if (buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo < 3) {
- o.parameterInfo = buildUnnamed5802();
+ o.parameterInfo = buildUnnamed5804();
}
buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo--;
return o;
@@ -3665,7 +3665,7 @@
api.GoogleCloudDialogflowCxV3PageInfoFormInfo o) {
buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo++;
if (buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo < 3) {
- checkUnnamed5802(o.parameterInfo!);
+ checkUnnamed5804(o.parameterInfo!);
}
buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo--;
}
@@ -3761,7 +3761,7 @@
buildCounterGoogleCloudDialogflowCxV3QueryInput--;
}
-core.Map<core.String, core.Object> buildUnnamed5803() {
+core.Map<core.String, core.Object> buildUnnamed5805() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3776,7 +3776,7 @@
return o;
}
-void checkUnnamed5803(core.Map<core.String, core.Object> o) {
+void checkUnnamed5805(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted12 = (o['x']!) as core.Map;
unittest.expect(casted12, unittest.hasLength(3));
@@ -3808,7 +3808,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5804() {
+core.Map<core.String, core.Object> buildUnnamed5806() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3823,7 +3823,7 @@
return o;
}
-void checkUnnamed5804(core.Map<core.String, core.Object> o) {
+void checkUnnamed5806(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted14 = (o['x']!) as core.Map;
unittest.expect(casted14, unittest.hasLength(3));
@@ -3855,14 +3855,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3SessionEntityType> buildUnnamed5805() {
+core.List<api.GoogleCloudDialogflowCxV3SessionEntityType> buildUnnamed5807() {
var o = <api.GoogleCloudDialogflowCxV3SessionEntityType>[];
o.add(buildGoogleCloudDialogflowCxV3SessionEntityType());
o.add(buildGoogleCloudDialogflowCxV3SessionEntityType());
return o;
}
-void checkUnnamed5805(
+void checkUnnamed5807(
core.List<api.GoogleCloudDialogflowCxV3SessionEntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3SessionEntityType(
@@ -3871,14 +3871,14 @@
o[1] as api.GoogleCloudDialogflowCxV3SessionEntityType);
}
-core.Map<core.String, core.String> buildUnnamed5806() {
+core.Map<core.String, core.String> buildUnnamed5808() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5806(core.Map<core.String, core.String> o) {
+void checkUnnamed5808(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3899,11 +3899,11 @@
o.analyzeQueryTextSentiment = true;
o.disableWebhook = true;
o.geoLocation = buildGoogleTypeLatLng();
- o.parameters = buildUnnamed5803();
- o.payload = buildUnnamed5804();
- o.sessionEntityTypes = buildUnnamed5805();
+ o.parameters = buildUnnamed5805();
+ o.payload = buildUnnamed5806();
+ o.sessionEntityTypes = buildUnnamed5807();
o.timeZone = 'foo';
- o.webhookHeaders = buildUnnamed5806();
+ o.webhookHeaders = buildUnnamed5808();
}
buildCounterGoogleCloudDialogflowCxV3QueryParameters--;
return o;
@@ -3916,19 +3916,19 @@
unittest.expect(o.analyzeQueryTextSentiment!, unittest.isTrue);
unittest.expect(o.disableWebhook!, unittest.isTrue);
checkGoogleTypeLatLng(o.geoLocation! as api.GoogleTypeLatLng);
- checkUnnamed5803(o.parameters!);
- checkUnnamed5804(o.payload!);
- checkUnnamed5805(o.sessionEntityTypes!);
+ checkUnnamed5805(o.parameters!);
+ checkUnnamed5806(o.payload!);
+ checkUnnamed5807(o.sessionEntityTypes!);
unittest.expect(
o.timeZone!,
unittest.equals('foo'),
);
- checkUnnamed5806(o.webhookHeaders!);
+ checkUnnamed5808(o.webhookHeaders!);
}
buildCounterGoogleCloudDialogflowCxV3QueryParameters--;
}
-core.Map<core.String, core.Object> buildUnnamed5807() {
+core.Map<core.String, core.Object> buildUnnamed5809() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3943,7 +3943,7 @@
return o;
}
-void checkUnnamed5807(core.Map<core.String, core.Object> o) {
+void checkUnnamed5809(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted16 = (o['x']!) as core.Map;
unittest.expect(casted16, unittest.hasLength(3));
@@ -3975,7 +3975,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5808() {
+core.Map<core.String, core.Object> buildUnnamed5810() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3990,7 +3990,7 @@
return o;
}
-void checkUnnamed5808(core.Map<core.String, core.Object> o) {
+void checkUnnamed5810(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted18 = (o['x']!) as core.Map;
unittest.expect(casted18, unittest.hasLength(3));
@@ -4022,14 +4022,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed5809() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed5811() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
return o;
}
-void checkUnnamed5809(
+void checkUnnamed5811(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessage(
@@ -4038,7 +4038,7 @@
o[1] as api.GoogleCloudDialogflowCxV3ResponseMessage);
}
-core.Map<core.String, core.Object> buildUnnamed5810() {
+core.Map<core.String, core.Object> buildUnnamed5812() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4053,7 +4053,7 @@
return o;
}
-void checkUnnamed5810(core.Map<core.String, core.Object> o) {
+void checkUnnamed5812(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted20 = (o['x']!) as core.Map;
unittest.expect(casted20, unittest.hasLength(3));
@@ -4085,27 +4085,27 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5811() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5813() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5810());
- o.add(buildUnnamed5810());
+ o.add(buildUnnamed5812());
+ o.add(buildUnnamed5812());
return o;
}
-void checkUnnamed5811(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5813(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5810(o[0]);
- checkUnnamed5810(o[1]);
+ checkUnnamed5812(o[0]);
+ checkUnnamed5812(o[1]);
}
-core.List<api.GoogleRpcStatus> buildUnnamed5812() {
+core.List<api.GoogleRpcStatus> buildUnnamed5814() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed5812(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed5814(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -4118,21 +4118,21 @@
buildCounterGoogleCloudDialogflowCxV3QueryResult++;
if (buildCounterGoogleCloudDialogflowCxV3QueryResult < 3) {
o.currentPage = buildGoogleCloudDialogflowCxV3Page();
- o.diagnosticInfo = buildUnnamed5807();
+ o.diagnosticInfo = buildUnnamed5809();
o.intent = buildGoogleCloudDialogflowCxV3Intent();
o.intentDetectionConfidence = 42.0;
o.languageCode = 'foo';
o.match = buildGoogleCloudDialogflowCxV3Match();
- o.parameters = buildUnnamed5808();
- o.responseMessages = buildUnnamed5809();
+ o.parameters = buildUnnamed5810();
+ o.responseMessages = buildUnnamed5811();
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowCxV3SentimentAnalysisResult();
o.text = 'foo';
o.transcript = 'foo';
o.triggerEvent = 'foo';
o.triggerIntent = 'foo';
- o.webhookPayloads = buildUnnamed5811();
- o.webhookStatuses = buildUnnamed5812();
+ o.webhookPayloads = buildUnnamed5813();
+ o.webhookStatuses = buildUnnamed5814();
}
buildCounterGoogleCloudDialogflowCxV3QueryResult--;
return o;
@@ -4144,7 +4144,7 @@
if (buildCounterGoogleCloudDialogflowCxV3QueryResult < 3) {
checkGoogleCloudDialogflowCxV3Page(
o.currentPage! as api.GoogleCloudDialogflowCxV3Page);
- checkUnnamed5807(o.diagnosticInfo!);
+ checkUnnamed5809(o.diagnosticInfo!);
checkGoogleCloudDialogflowCxV3Intent(
o.intent! as api.GoogleCloudDialogflowCxV3Intent);
unittest.expect(
@@ -4157,8 +4157,8 @@
);
checkGoogleCloudDialogflowCxV3Match(
o.match! as api.GoogleCloudDialogflowCxV3Match);
- checkUnnamed5808(o.parameters!);
- checkUnnamed5809(o.responseMessages!);
+ checkUnnamed5810(o.parameters!);
+ checkUnnamed5811(o.responseMessages!);
checkGoogleCloudDialogflowCxV3SentimentAnalysisResult(
o.sentimentAnalysisResult!
as api.GoogleCloudDialogflowCxV3SentimentAnalysisResult);
@@ -4178,8 +4178,8 @@
o.triggerIntent!,
unittest.equals('foo'),
);
- checkUnnamed5811(o.webhookPayloads!);
- checkUnnamed5812(o.webhookStatuses!);
+ checkUnnamed5813(o.webhookPayloads!);
+ checkUnnamed5814(o.webhookStatuses!);
}
buildCounterGoogleCloudDialogflowCxV3QueryResult--;
}
@@ -4240,7 +4240,7 @@
buildCounterGoogleCloudDialogflowCxV3ResourceName--;
}
-core.Map<core.String, core.Object> buildUnnamed5813() {
+core.Map<core.String, core.Object> buildUnnamed5815() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4255,7 +4255,7 @@
return o;
}
-void checkUnnamed5813(core.Map<core.String, core.Object> o) {
+void checkUnnamed5815(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted22 = (o['x']!) as core.Map;
unittest.expect(casted22, unittest.hasLength(3));
@@ -4302,7 +4302,7 @@
o.mixedAudio = buildGoogleCloudDialogflowCxV3ResponseMessageMixedAudio();
o.outputAudioText =
buildGoogleCloudDialogflowCxV3ResponseMessageOutputAudioText();
- o.payload = buildUnnamed5813();
+ o.payload = buildUnnamed5815();
o.playAudio = buildGoogleCloudDialogflowCxV3ResponseMessagePlayAudio();
o.text = buildGoogleCloudDialogflowCxV3ResponseMessageText();
}
@@ -4328,7 +4328,7 @@
checkGoogleCloudDialogflowCxV3ResponseMessageOutputAudioText(
o.outputAudioText!
as api.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText);
- checkUnnamed5813(o.payload!);
+ checkUnnamed5815(o.payload!);
checkGoogleCloudDialogflowCxV3ResponseMessagePlayAudio(
o.playAudio! as api.GoogleCloudDialogflowCxV3ResponseMessagePlayAudio);
checkGoogleCloudDialogflowCxV3ResponseMessageText(
@@ -4337,7 +4337,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessage--;
}
-core.Map<core.String, core.Object> buildUnnamed5814() {
+core.Map<core.String, core.Object> buildUnnamed5816() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4352,7 +4352,7 @@
return o;
}
-void checkUnnamed5814(core.Map<core.String, core.Object> o) {
+void checkUnnamed5816(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted24 = (o['x']!) as core.Map;
unittest.expect(casted24, unittest.hasLength(3));
@@ -4392,7 +4392,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess <
3) {
- o.metadata = buildUnnamed5814();
+ o.metadata = buildUnnamed5816();
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess--;
return o;
@@ -4403,7 +4403,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess <
3) {
- checkUnnamed5814(o.metadata!);
+ checkUnnamed5816(o.metadata!);
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess--;
}
@@ -4425,7 +4425,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageEndInteraction--;
}
-core.Map<core.String, core.Object> buildUnnamed5815() {
+core.Map<core.String, core.Object> buildUnnamed5817() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4440,7 +4440,7 @@
return o;
}
-void checkUnnamed5815(core.Map<core.String, core.Object> o) {
+void checkUnnamed5817(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted26 = (o['x']!) as core.Map;
unittest.expect(casted26, unittest.hasLength(3));
@@ -4480,7 +4480,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff <
3) {
- o.metadata = buildUnnamed5815();
+ o.metadata = buildUnnamed5817();
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff--;
return o;
@@ -4491,20 +4491,20 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff <
3) {
- checkUnnamed5815(o.metadata!);
+ checkUnnamed5817(o.metadata!);
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff--;
}
core.List<api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment>
- buildUnnamed5816() {
+ buildUnnamed5818() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment());
return o;
}
-void checkUnnamed5816(
+void checkUnnamed5818(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -4520,7 +4520,7 @@
var o = api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudio();
buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio < 3) {
- o.segments = buildUnnamed5816();
+ o.segments = buildUnnamed5818();
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio--;
return o;
@@ -4530,7 +4530,7 @@
api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudio o) {
buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio < 3) {
- checkUnnamed5816(o.segments!);
+ checkUnnamed5818(o.segments!);
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio--;
}
@@ -4627,14 +4627,14 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessagePlayAudio--;
}
-core.List<core.String> buildUnnamed5817() {
+core.List<core.String> buildUnnamed5819() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5817(core.List<core.String> o) {
+void checkUnnamed5819(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4653,7 +4653,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageText++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageText < 3) {
o.allowPlaybackInterruption = true;
- o.text = buildUnnamed5817();
+ o.text = buildUnnamed5819();
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageText--;
return o;
@@ -4664,7 +4664,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageText++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageText < 3) {
unittest.expect(o.allowPlaybackInterruption!, unittest.isTrue);
- checkUnnamed5817(o.text!);
+ checkUnnamed5819(o.text!);
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageText--;
}
@@ -4761,14 +4761,14 @@
buildCounterGoogleCloudDialogflowCxV3RunTestCaseResponse--;
}
-core.List<core.String> buildUnnamed5818() {
+core.List<core.String> buildUnnamed5820() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5818(core.List<core.String> o) {
+void checkUnnamed5820(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4789,7 +4789,7 @@
o.displayName = 'foo';
o.inspectTemplate = 'foo';
o.name = 'foo';
- o.purgeDataTypes = buildUnnamed5818();
+ o.purgeDataTypes = buildUnnamed5820();
o.redactionScope = 'foo';
o.redactionStrategy = 'foo';
o.retentionWindowDays = 42;
@@ -4814,7 +4814,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5818(o.purgeDataTypes!);
+ checkUnnamed5820(o.purgeDataTypes!);
unittest.expect(
o.redactionScope!,
unittest.equals('foo'),
@@ -4860,14 +4860,14 @@
buildCounterGoogleCloudDialogflowCxV3SentimentAnalysisResult--;
}
-core.List<api.GoogleCloudDialogflowCxV3EntityTypeEntity> buildUnnamed5819() {
+core.List<api.GoogleCloudDialogflowCxV3EntityTypeEntity> buildUnnamed5821() {
var o = <api.GoogleCloudDialogflowCxV3EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowCxV3EntityTypeEntity());
o.add(buildGoogleCloudDialogflowCxV3EntityTypeEntity());
return o;
}
-void checkUnnamed5819(
+void checkUnnamed5821(
core.List<api.GoogleCloudDialogflowCxV3EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EntityTypeEntity(
@@ -4882,7 +4882,7 @@
var o = api.GoogleCloudDialogflowCxV3SessionEntityType();
buildCounterGoogleCloudDialogflowCxV3SessionEntityType++;
if (buildCounterGoogleCloudDialogflowCxV3SessionEntityType < 3) {
- o.entities = buildUnnamed5819();
+ o.entities = buildUnnamed5821();
o.entityOverrideMode = 'foo';
o.name = 'foo';
}
@@ -4894,7 +4894,7 @@
api.GoogleCloudDialogflowCxV3SessionEntityType o) {
buildCounterGoogleCloudDialogflowCxV3SessionEntityType++;
if (buildCounterGoogleCloudDialogflowCxV3SessionEntityType < 3) {
- checkUnnamed5819(o.entities!);
+ checkUnnamed5821(o.entities!);
unittest.expect(
o.entityOverrideMode!,
unittest.equals('foo'),
@@ -4907,7 +4907,7 @@
buildCounterGoogleCloudDialogflowCxV3SessionEntityType--;
}
-core.Map<core.String, core.Object> buildUnnamed5820() {
+core.Map<core.String, core.Object> buildUnnamed5822() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4922,7 +4922,7 @@
return o;
}
-void checkUnnamed5820(core.Map<core.String, core.Object> o) {
+void checkUnnamed5822(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted28 = (o['x']!) as core.Map;
unittest.expect(casted28, unittest.hasLength(3));
@@ -4960,7 +4960,7 @@
var o = api.GoogleCloudDialogflowCxV3SessionInfo();
buildCounterGoogleCloudDialogflowCxV3SessionInfo++;
if (buildCounterGoogleCloudDialogflowCxV3SessionInfo < 3) {
- o.parameters = buildUnnamed5820();
+ o.parameters = buildUnnamed5822();
o.session = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3SessionInfo--;
@@ -4971,7 +4971,7 @@
api.GoogleCloudDialogflowCxV3SessionInfo o) {
buildCounterGoogleCloudDialogflowCxV3SessionInfo++;
if (buildCounterGoogleCloudDialogflowCxV3SessionInfo < 3) {
- checkUnnamed5820(o.parameters!);
+ checkUnnamed5822(o.parameters!);
unittest.expect(
o.session!,
unittest.equals('foo'),
@@ -5035,14 +5035,14 @@
buildCounterGoogleCloudDialogflowCxV3StopExperimentRequest--;
}
-core.List<core.String> buildUnnamed5821() {
+core.List<core.String> buildUnnamed5823() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5821(core.List<core.String> o) {
+void checkUnnamed5823(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5060,7 +5060,7 @@
var o = api.GoogleCloudDialogflowCxV3SynthesizeSpeechConfig();
buildCounterGoogleCloudDialogflowCxV3SynthesizeSpeechConfig++;
if (buildCounterGoogleCloudDialogflowCxV3SynthesizeSpeechConfig < 3) {
- o.effectsProfileId = buildUnnamed5821();
+ o.effectsProfileId = buildUnnamed5823();
o.pitch = 42.0;
o.speakingRate = 42.0;
o.voice = buildGoogleCloudDialogflowCxV3VoiceSelectionParams();
@@ -5074,7 +5074,7 @@
api.GoogleCloudDialogflowCxV3SynthesizeSpeechConfig o) {
buildCounterGoogleCloudDialogflowCxV3SynthesizeSpeechConfig++;
if (buildCounterGoogleCloudDialogflowCxV3SynthesizeSpeechConfig < 3) {
- checkUnnamed5821(o.effectsProfileId!);
+ checkUnnamed5823(o.effectsProfileId!);
unittest.expect(
o.pitch!,
unittest.equals(42.0),
@@ -5093,14 +5093,14 @@
buildCounterGoogleCloudDialogflowCxV3SynthesizeSpeechConfig--;
}
-core.List<core.String> buildUnnamed5822() {
+core.List<core.String> buildUnnamed5824() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5822(core.List<core.String> o) {
+void checkUnnamed5824(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5112,14 +5112,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> buildUnnamed5823() {
+core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> buildUnnamed5825() {
var o = <api.GoogleCloudDialogflowCxV3ConversationTurn>[];
o.add(buildGoogleCloudDialogflowCxV3ConversationTurn());
o.add(buildGoogleCloudDialogflowCxV3ConversationTurn());
return o;
}
-void checkUnnamed5823(
+void checkUnnamed5825(
core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ConversationTurn(
@@ -5138,8 +5138,8 @@
o.lastTestResult = buildGoogleCloudDialogflowCxV3TestCaseResult();
o.name = 'foo';
o.notes = 'foo';
- o.tags = buildUnnamed5822();
- o.testCaseConversationTurns = buildUnnamed5823();
+ o.tags = buildUnnamed5824();
+ o.testCaseConversationTurns = buildUnnamed5825();
o.testConfig = buildGoogleCloudDialogflowCxV3TestConfig();
}
buildCounterGoogleCloudDialogflowCxV3TestCase--;
@@ -5168,8 +5168,8 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed5822(o.tags!);
- checkUnnamed5823(o.testCaseConversationTurns!);
+ checkUnnamed5824(o.tags!);
+ checkUnnamed5825(o.testCaseConversationTurns!);
checkGoogleCloudDialogflowCxV3TestConfig(
o.testConfig! as api.GoogleCloudDialogflowCxV3TestConfig);
}
@@ -5200,14 +5200,14 @@
buildCounterGoogleCloudDialogflowCxV3TestCaseError--;
}
-core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> buildUnnamed5824() {
+core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> buildUnnamed5826() {
var o = <api.GoogleCloudDialogflowCxV3ConversationTurn>[];
o.add(buildGoogleCloudDialogflowCxV3ConversationTurn());
o.add(buildGoogleCloudDialogflowCxV3ConversationTurn());
return o;
}
-void checkUnnamed5824(
+void checkUnnamed5826(
core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ConversationTurn(
@@ -5222,7 +5222,7 @@
var o = api.GoogleCloudDialogflowCxV3TestCaseResult();
buildCounterGoogleCloudDialogflowCxV3TestCaseResult++;
if (buildCounterGoogleCloudDialogflowCxV3TestCaseResult < 3) {
- o.conversationTurns = buildUnnamed5824();
+ o.conversationTurns = buildUnnamed5826();
o.environment = 'foo';
o.name = 'foo';
o.testResult = 'foo';
@@ -5236,7 +5236,7 @@
api.GoogleCloudDialogflowCxV3TestCaseResult o) {
buildCounterGoogleCloudDialogflowCxV3TestCaseResult++;
if (buildCounterGoogleCloudDialogflowCxV3TestCaseResult < 3) {
- checkUnnamed5824(o.conversationTurns!);
+ checkUnnamed5826(o.conversationTurns!);
unittest.expect(
o.environment!,
unittest.equals('foo'),
@@ -5257,14 +5257,14 @@
buildCounterGoogleCloudDialogflowCxV3TestCaseResult--;
}
-core.List<core.String> buildUnnamed5825() {
+core.List<core.String> buildUnnamed5827() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5825(core.List<core.String> o) {
+void checkUnnamed5827(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5283,7 +5283,7 @@
buildCounterGoogleCloudDialogflowCxV3TestConfig++;
if (buildCounterGoogleCloudDialogflowCxV3TestConfig < 3) {
o.flow = 'foo';
- o.trackingParameters = buildUnnamed5825();
+ o.trackingParameters = buildUnnamed5827();
}
buildCounterGoogleCloudDialogflowCxV3TestConfig--;
return o;
@@ -5297,7 +5297,7 @@
o.flow!,
unittest.equals('foo'),
);
- checkUnnamed5825(o.trackingParameters!);
+ checkUnnamed5827(o.trackingParameters!);
}
buildCounterGoogleCloudDialogflowCxV3TestConfig--;
}
@@ -5404,14 +5404,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3TransitionCoverageTransition>
- buildUnnamed5826() {
+ buildUnnamed5828() {
var o = <api.GoogleCloudDialogflowCxV3TransitionCoverageTransition>[];
o.add(buildGoogleCloudDialogflowCxV3TransitionCoverageTransition());
o.add(buildGoogleCloudDialogflowCxV3TransitionCoverageTransition());
return o;
}
-void checkUnnamed5826(
+void checkUnnamed5828(
core.List<api.GoogleCloudDialogflowCxV3TransitionCoverageTransition> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TransitionCoverageTransition(
@@ -5427,7 +5427,7 @@
buildCounterGoogleCloudDialogflowCxV3TransitionCoverage++;
if (buildCounterGoogleCloudDialogflowCxV3TransitionCoverage < 3) {
o.coverageScore = 42.0;
- o.transitions = buildUnnamed5826();
+ o.transitions = buildUnnamed5828();
}
buildCounterGoogleCloudDialogflowCxV3TransitionCoverage--;
return o;
@@ -5441,7 +5441,7 @@
o.coverageScore!,
unittest.equals(42.0),
);
- checkUnnamed5826(o.transitions!);
+ checkUnnamed5828(o.transitions!);
}
buildCounterGoogleCloudDialogflowCxV3TransitionCoverage--;
}
@@ -5559,14 +5559,14 @@
buildCounterGoogleCloudDialogflowCxV3TransitionRoute--;
}
-core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed5827() {
+core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed5829() {
var o = <api.GoogleCloudDialogflowCxV3TransitionRoute>[];
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
return o;
}
-void checkUnnamed5827(
+void checkUnnamed5829(
core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TransitionRoute(
@@ -5583,7 +5583,7 @@
if (buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroup < 3) {
o.displayName = 'foo';
o.name = 'foo';
- o.transitionRoutes = buildUnnamed5827();
+ o.transitionRoutes = buildUnnamed5829();
}
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroup--;
return o;
@@ -5601,20 +5601,20 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5827(o.transitionRoutes!);
+ checkUnnamed5829(o.transitionRoutes!);
}
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroup--;
}
core.List<api.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage>
- buildUnnamed5828() {
+ buildUnnamed5830() {
var o = <api.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage>[];
o.add(buildGoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage());
o.add(buildGoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage());
return o;
}
-void checkUnnamed5828(
+void checkUnnamed5830(
core.List<api.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -5631,7 +5631,7 @@
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroupCoverage++;
if (buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroupCoverage < 3) {
o.coverageScore = 42.0;
- o.coverages = buildUnnamed5828();
+ o.coverages = buildUnnamed5830();
}
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroupCoverage--;
return o;
@@ -5645,14 +5645,14 @@
o.coverageScore!,
unittest.equals(42.0),
);
- checkUnnamed5828(o.coverages!);
+ checkUnnamed5830(o.coverages!);
}
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroupCoverage--;
}
core.List<
api.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition>
- buildUnnamed5829() {
+ buildUnnamed5831() {
var o = <
api.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition>[];
o.add(
@@ -5662,7 +5662,7 @@
return o;
}
-void checkUnnamed5829(
+void checkUnnamed5831(
core.List<
api.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition>
o) {
@@ -5686,7 +5686,7 @@
3) {
o.coverageScore = 42.0;
o.routeGroup = buildGoogleCloudDialogflowCxV3TransitionRouteGroup();
- o.transitions = buildUnnamed5829();
+ o.transitions = buildUnnamed5831();
}
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage--;
return o;
@@ -5703,7 +5703,7 @@
);
checkGoogleCloudDialogflowCxV3TransitionRouteGroup(
o.routeGroup! as api.GoogleCloudDialogflowCxV3TransitionRouteGroup);
- checkUnnamed5829(o.transitions!);
+ checkUnnamed5831(o.transitions!);
}
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage--;
}
@@ -5813,14 +5813,14 @@
buildCounterGoogleCloudDialogflowCxV3ValidateFlowRequest--;
}
-core.List<api.GoogleCloudDialogflowCxV3ResourceName> buildUnnamed5830() {
+core.List<api.GoogleCloudDialogflowCxV3ResourceName> buildUnnamed5832() {
var o = <api.GoogleCloudDialogflowCxV3ResourceName>[];
o.add(buildGoogleCloudDialogflowCxV3ResourceName());
o.add(buildGoogleCloudDialogflowCxV3ResourceName());
return o;
}
-void checkUnnamed5830(core.List<api.GoogleCloudDialogflowCxV3ResourceName> o) {
+void checkUnnamed5832(core.List<api.GoogleCloudDialogflowCxV3ResourceName> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResourceName(
o[0] as api.GoogleCloudDialogflowCxV3ResourceName);
@@ -5828,14 +5828,14 @@
o[1] as api.GoogleCloudDialogflowCxV3ResourceName);
}
-core.List<core.String> buildUnnamed5831() {
+core.List<core.String> buildUnnamed5833() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5831(core.List<core.String> o) {
+void checkUnnamed5833(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5854,9 +5854,9 @@
buildCounterGoogleCloudDialogflowCxV3ValidationMessage++;
if (buildCounterGoogleCloudDialogflowCxV3ValidationMessage < 3) {
o.detail = 'foo';
- o.resourceNames = buildUnnamed5830();
+ o.resourceNames = buildUnnamed5832();
o.resourceType = 'foo';
- o.resources = buildUnnamed5831();
+ o.resources = buildUnnamed5833();
o.severity = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ValidationMessage--;
@@ -5871,12 +5871,12 @@
o.detail!,
unittest.equals('foo'),
);
- checkUnnamed5830(o.resourceNames!);
+ checkUnnamed5832(o.resourceNames!);
unittest.expect(
o.resourceType!,
unittest.equals('foo'),
);
- checkUnnamed5831(o.resources!);
+ checkUnnamed5833(o.resources!);
unittest.expect(
o.severity!,
unittest.equals('foo'),
@@ -5959,14 +5959,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3VersionVariantsVariant>
- buildUnnamed5832() {
+ buildUnnamed5834() {
var o = <api.GoogleCloudDialogflowCxV3VersionVariantsVariant>[];
o.add(buildGoogleCloudDialogflowCxV3VersionVariantsVariant());
o.add(buildGoogleCloudDialogflowCxV3VersionVariantsVariant());
return o;
}
-void checkUnnamed5832(
+void checkUnnamed5834(
core.List<api.GoogleCloudDialogflowCxV3VersionVariantsVariant> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3VersionVariantsVariant(
@@ -5981,7 +5981,7 @@
var o = api.GoogleCloudDialogflowCxV3VersionVariants();
buildCounterGoogleCloudDialogflowCxV3VersionVariants++;
if (buildCounterGoogleCloudDialogflowCxV3VersionVariants < 3) {
- o.variants = buildUnnamed5832();
+ o.variants = buildUnnamed5834();
}
buildCounterGoogleCloudDialogflowCxV3VersionVariants--;
return o;
@@ -5991,7 +5991,7 @@
api.GoogleCloudDialogflowCxV3VersionVariants o) {
buildCounterGoogleCloudDialogflowCxV3VersionVariants++;
if (buildCounterGoogleCloudDialogflowCxV3VersionVariants < 3) {
- checkUnnamed5832(o.variants!);
+ checkUnnamed5834(o.variants!);
}
buildCounterGoogleCloudDialogflowCxV3VersionVariants--;
}
@@ -6095,14 +6095,14 @@
buildCounterGoogleCloudDialogflowCxV3Webhook--;
}
-core.Map<core.String, core.String> buildUnnamed5833() {
+core.Map<core.String, core.String> buildUnnamed5835() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5833(core.Map<core.String, core.String> o) {
+void checkUnnamed5835(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -6121,7 +6121,7 @@
buildCounterGoogleCloudDialogflowCxV3WebhookGenericWebService++;
if (buildCounterGoogleCloudDialogflowCxV3WebhookGenericWebService < 3) {
o.password = 'foo';
- o.requestHeaders = buildUnnamed5833();
+ o.requestHeaders = buildUnnamed5835();
o.uri = 'foo';
o.username = 'foo';
}
@@ -6137,7 +6137,7 @@
o.password!,
unittest.equals('foo'),
);
- checkUnnamed5833(o.requestHeaders!);
+ checkUnnamed5835(o.requestHeaders!);
unittest.expect(
o.uri!,
unittest.equals('foo'),
@@ -6150,14 +6150,14 @@
buildCounterGoogleCloudDialogflowCxV3WebhookGenericWebService--;
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed5834() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed5836() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
return o;
}
-void checkUnnamed5834(
+void checkUnnamed5836(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessage(
@@ -6166,7 +6166,7 @@
o[1] as api.GoogleCloudDialogflowCxV3ResponseMessage);
}
-core.Map<core.String, core.Object> buildUnnamed5835() {
+core.Map<core.String, core.Object> buildUnnamed5837() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -6181,7 +6181,7 @@
return o;
}
-void checkUnnamed5835(core.Map<core.String, core.Object> o) {
+void checkUnnamed5837(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted30 = (o['x']!) as core.Map;
unittest.expect(casted30, unittest.hasLength(3));
@@ -6223,9 +6223,9 @@
o.fulfillmentInfo =
buildGoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo();
o.intentInfo = buildGoogleCloudDialogflowCxV3WebhookRequestIntentInfo();
- o.messages = buildUnnamed5834();
+ o.messages = buildUnnamed5836();
o.pageInfo = buildGoogleCloudDialogflowCxV3PageInfo();
- o.payload = buildUnnamed5835();
+ o.payload = buildUnnamed5837();
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult();
o.sessionInfo = buildGoogleCloudDialogflowCxV3SessionInfo();
@@ -6247,10 +6247,10 @@
as api.GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo);
checkGoogleCloudDialogflowCxV3WebhookRequestIntentInfo(
o.intentInfo! as api.GoogleCloudDialogflowCxV3WebhookRequestIntentInfo);
- checkUnnamed5834(o.messages!);
+ checkUnnamed5836(o.messages!);
checkGoogleCloudDialogflowCxV3PageInfo(
o.pageInfo! as api.GoogleCloudDialogflowCxV3PageInfo);
- checkUnnamed5835(o.payload!);
+ checkUnnamed5837(o.payload!);
checkGoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult(o
.sentimentAnalysisResult!
as api.GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult);
@@ -6286,7 +6286,7 @@
core.Map<core.String,
api.GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue>
- buildUnnamed5836() {
+ buildUnnamed5838() {
var o = <core.String,
api.GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue>{};
o['x'] =
@@ -6296,7 +6296,7 @@
return o;
}
-void checkUnnamed5836(
+void checkUnnamed5838(
core.Map<core.String,
api.GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue>
o) {
@@ -6318,7 +6318,7 @@
o.confidence = 42.0;
o.displayName = 'foo';
o.lastMatchedIntent = 'foo';
- o.parameters = buildUnnamed5836();
+ o.parameters = buildUnnamed5838();
}
buildCounterGoogleCloudDialogflowCxV3WebhookRequestIntentInfo--;
return o;
@@ -6340,7 +6340,7 @@
o.lastMatchedIntent!,
unittest.equals('foo'),
);
- checkUnnamed5836(o.parameters!);
+ checkUnnamed5838(o.parameters!);
}
buildCounterGoogleCloudDialogflowCxV3WebhookRequestIntentInfo--;
}
@@ -6427,7 +6427,7 @@
buildCounterGoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult--;
}
-core.Map<core.String, core.Object> buildUnnamed5837() {
+core.Map<core.String, core.Object> buildUnnamed5839() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -6442,7 +6442,7 @@
return o;
}
-void checkUnnamed5837(core.Map<core.String, core.Object> o) {
+void checkUnnamed5839(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted33 = (o['x']!) as core.Map;
unittest.expect(casted33, unittest.hasLength(3));
@@ -6483,7 +6483,7 @@
o.fulfillmentResponse =
buildGoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse();
o.pageInfo = buildGoogleCloudDialogflowCxV3PageInfo();
- o.payload = buildUnnamed5837();
+ o.payload = buildUnnamed5839();
o.sessionInfo = buildGoogleCloudDialogflowCxV3SessionInfo();
o.targetFlow = 'foo';
o.targetPage = 'foo';
@@ -6501,7 +6501,7 @@
as api.GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse);
checkGoogleCloudDialogflowCxV3PageInfo(
o.pageInfo! as api.GoogleCloudDialogflowCxV3PageInfo);
- checkUnnamed5837(o.payload!);
+ checkUnnamed5839(o.payload!);
checkGoogleCloudDialogflowCxV3SessionInfo(
o.sessionInfo! as api.GoogleCloudDialogflowCxV3SessionInfo);
unittest.expect(
@@ -6516,14 +6516,14 @@
buildCounterGoogleCloudDialogflowCxV3WebhookResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed5838() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed5840() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
return o;
}
-void checkUnnamed5838(
+void checkUnnamed5840(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessage(
@@ -6541,7 +6541,7 @@
if (buildCounterGoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse <
3) {
o.mergeBehavior = 'foo';
- o.messages = buildUnnamed5838();
+ o.messages = buildUnnamed5840();
}
buildCounterGoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse--;
return o;
@@ -6556,7 +6556,7 @@
o.mergeBehavior!,
unittest.equals('foo'),
);
- checkUnnamed5838(o.messages!);
+ checkUnnamed5840(o.messages!);
}
buildCounterGoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse--;
}
@@ -6588,14 +6588,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1AudioInput--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1TestError> buildUnnamed5839() {
+core.List<api.GoogleCloudDialogflowCxV3beta1TestError> buildUnnamed5841() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestError>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestError());
o.add(buildGoogleCloudDialogflowCxV3beta1TestError());
return o;
}
-void checkUnnamed5839(
+void checkUnnamed5841(
core.List<api.GoogleCloudDialogflowCxV3beta1TestError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestError(
@@ -6611,7 +6611,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata();
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata < 3) {
- o.errors = buildUnnamed5839();
+ o.errors = buildUnnamed5841();
}
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata--;
return o;
@@ -6621,19 +6621,19 @@
api.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata o) {
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata < 3) {
- checkUnnamed5839(o.errors!);
+ checkUnnamed5841(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseResult> buildUnnamed5840() {
+core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseResult> buildUnnamed5842() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestCaseResult>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestCaseResult());
o.add(buildGoogleCloudDialogflowCxV3beta1TestCaseResult());
return o;
}
-void checkUnnamed5840(
+void checkUnnamed5842(
core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestCaseResult(
@@ -6649,7 +6649,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse();
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse < 3) {
- o.results = buildUnnamed5840();
+ o.results = buildUnnamed5842();
}
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse--;
return o;
@@ -6659,7 +6659,7 @@
api.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse o) {
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse < 3) {
- checkUnnamed5840(o.results!);
+ checkUnnamed5842(o.results!);
}
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse--;
}
@@ -6692,7 +6692,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurn--;
}
-core.Map<core.String, core.Object> buildUnnamed5841() {
+core.Map<core.String, core.Object> buildUnnamed5843() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -6707,7 +6707,7 @@
return o;
}
-void checkUnnamed5841(core.Map<core.String, core.Object> o) {
+void checkUnnamed5843(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted35 = (o['x']!) as core.Map;
unittest.expect(casted35, unittest.hasLength(3));
@@ -6746,7 +6746,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput();
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput < 3) {
- o.injectedParameters = buildUnnamed5841();
+ o.injectedParameters = buildUnnamed5843();
o.input = buildGoogleCloudDialogflowCxV3beta1QueryInput();
o.isWebhookEnabled = true;
}
@@ -6758,7 +6758,7 @@
api.GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput o) {
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput < 3) {
- checkUnnamed5841(o.injectedParameters!);
+ checkUnnamed5843(o.injectedParameters!);
checkGoogleCloudDialogflowCxV3beta1QueryInput(
o.input! as api.GoogleCloudDialogflowCxV3beta1QueryInput);
unittest.expect(o.isWebhookEnabled!, unittest.isTrue);
@@ -6766,7 +6766,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput--;
}
-core.Map<core.String, core.Object> buildUnnamed5842() {
+core.Map<core.String, core.Object> buildUnnamed5844() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -6781,7 +6781,7 @@
return o;
}
-void checkUnnamed5842(core.Map<core.String, core.Object> o) {
+void checkUnnamed5844(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted37 = (o['x']!) as core.Map;
unittest.expect(casted37, unittest.hasLength(3));
@@ -6814,14 +6814,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1TestRunDifference>
- buildUnnamed5843() {
+ buildUnnamed5845() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestRunDifference>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestRunDifference());
o.add(buildGoogleCloudDialogflowCxV3beta1TestRunDifference());
return o;
}
-void checkUnnamed5843(
+void checkUnnamed5845(
core.List<api.GoogleCloudDialogflowCxV3beta1TestRunDifference> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestRunDifference(
@@ -6830,7 +6830,7 @@
o[1] as api.GoogleCloudDialogflowCxV3beta1TestRunDifference);
}
-core.Map<core.String, core.Object> buildUnnamed5844() {
+core.Map<core.String, core.Object> buildUnnamed5846() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -6845,7 +6845,7 @@
return o;
}
-void checkUnnamed5844(core.Map<core.String, core.Object> o) {
+void checkUnnamed5846(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted39 = (o['x']!) as core.Map;
unittest.expect(casted39, unittest.hasLength(3));
@@ -6878,14 +6878,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessageText>
- buildUnnamed5845() {
+ buildUnnamed5847() {
var o = <api.GoogleCloudDialogflowCxV3beta1ResponseMessageText>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessageText());
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessageText());
return o;
}
-void checkUnnamed5845(
+void checkUnnamed5847(
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessageText> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ResponseMessageText(
@@ -6905,11 +6905,11 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput <
3) {
o.currentPage = buildGoogleCloudDialogflowCxV3beta1Page();
- o.diagnosticInfo = buildUnnamed5842();
- o.differences = buildUnnamed5843();
- o.sessionParameters = buildUnnamed5844();
+ o.diagnosticInfo = buildUnnamed5844();
+ o.differences = buildUnnamed5845();
+ o.sessionParameters = buildUnnamed5846();
o.status = buildGoogleRpcStatus();
- o.textResponses = buildUnnamed5845();
+ o.textResponses = buildUnnamed5847();
o.triggeredIntent = buildGoogleCloudDialogflowCxV3beta1Intent();
}
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput--;
@@ -6923,11 +6923,11 @@
3) {
checkGoogleCloudDialogflowCxV3beta1Page(
o.currentPage! as api.GoogleCloudDialogflowCxV3beta1Page);
- checkUnnamed5842(o.diagnosticInfo!);
- checkUnnamed5843(o.differences!);
- checkUnnamed5844(o.sessionParameters!);
+ checkUnnamed5844(o.diagnosticInfo!);
+ checkUnnamed5845(o.differences!);
+ checkUnnamed5846(o.sessionParameters!);
checkGoogleRpcStatus(o.status! as api.GoogleRpcStatus);
- checkUnnamed5845(o.textResponses!);
+ checkUnnamed5847(o.textResponses!);
checkGoogleCloudDialogflowCxV3beta1Intent(
o.triggeredIntent! as api.GoogleCloudDialogflowCxV3beta1Intent);
}
@@ -7188,14 +7188,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1ExportTestCasesResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1FormParameter> buildUnnamed5846() {
+core.List<api.GoogleCloudDialogflowCxV3beta1FormParameter> buildUnnamed5848() {
var o = <api.GoogleCloudDialogflowCxV3beta1FormParameter>[];
o.add(buildGoogleCloudDialogflowCxV3beta1FormParameter());
o.add(buildGoogleCloudDialogflowCxV3beta1FormParameter());
return o;
}
-void checkUnnamed5846(
+void checkUnnamed5848(
core.List<api.GoogleCloudDialogflowCxV3beta1FormParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1FormParameter(
@@ -7210,7 +7210,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1Form();
buildCounterGoogleCloudDialogflowCxV3beta1Form++;
if (buildCounterGoogleCloudDialogflowCxV3beta1Form < 3) {
- o.parameters = buildUnnamed5846();
+ o.parameters = buildUnnamed5848();
}
buildCounterGoogleCloudDialogflowCxV3beta1Form--;
return o;
@@ -7220,7 +7220,7 @@
api.GoogleCloudDialogflowCxV3beta1Form o) {
buildCounterGoogleCloudDialogflowCxV3beta1Form++;
if (buildCounterGoogleCloudDialogflowCxV3beta1Form < 3) {
- checkUnnamed5846(o.parameters!);
+ checkUnnamed5848(o.parameters!);
}
buildCounterGoogleCloudDialogflowCxV3beta1Form--;
}
@@ -7283,14 +7283,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1FormParameter--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> buildUnnamed5847() {
+core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> buildUnnamed5849() {
var o = <api.GoogleCloudDialogflowCxV3beta1EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3beta1EventHandler());
o.add(buildGoogleCloudDialogflowCxV3beta1EventHandler());
return o;
}
-void checkUnnamed5847(
+void checkUnnamed5849(
core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1EventHandler(
@@ -7308,7 +7308,7 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1FormParameterFillBehavior < 3) {
o.initialPromptFulfillment =
buildGoogleCloudDialogflowCxV3beta1Fulfillment();
- o.repromptEventHandlers = buildUnnamed5847();
+ o.repromptEventHandlers = buildUnnamed5849();
}
buildCounterGoogleCloudDialogflowCxV3beta1FormParameterFillBehavior--;
return o;
@@ -7320,20 +7320,20 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1FormParameterFillBehavior < 3) {
checkGoogleCloudDialogflowCxV3beta1Fulfillment(o.initialPromptFulfillment!
as api.GoogleCloudDialogflowCxV3beta1Fulfillment);
- checkUnnamed5847(o.repromptEventHandlers!);
+ checkUnnamed5849(o.repromptEventHandlers!);
}
buildCounterGoogleCloudDialogflowCxV3beta1FormParameterFillBehavior--;
}
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases>
- buildUnnamed5848() {
+ buildUnnamed5850() {
var o = <api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases>[];
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases());
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases());
return o;
}
-void checkUnnamed5848(
+void checkUnnamed5850(
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -7344,14 +7344,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage>
- buildUnnamed5849() {
+ buildUnnamed5851() {
var o = <api.GoogleCloudDialogflowCxV3beta1ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
return o;
}
-void checkUnnamed5849(
+void checkUnnamed5851(
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ResponseMessage(
@@ -7361,14 +7361,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>
- buildUnnamed5850() {
+ buildUnnamed5852() {
var o = <api.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>[];
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction());
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction());
return o;
}
-void checkUnnamed5850(
+void checkUnnamed5852(
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -7384,9 +7384,9 @@
var o = api.GoogleCloudDialogflowCxV3beta1Fulfillment();
buildCounterGoogleCloudDialogflowCxV3beta1Fulfillment++;
if (buildCounterGoogleCloudDialogflowCxV3beta1Fulfillment < 3) {
- o.conditionalCases = buildUnnamed5848();
- o.messages = buildUnnamed5849();
- o.setParameterActions = buildUnnamed5850();
+ o.conditionalCases = buildUnnamed5850();
+ o.messages = buildUnnamed5851();
+ o.setParameterActions = buildUnnamed5852();
o.tag = 'foo';
o.webhook = 'foo';
}
@@ -7398,9 +7398,9 @@
api.GoogleCloudDialogflowCxV3beta1Fulfillment o) {
buildCounterGoogleCloudDialogflowCxV3beta1Fulfillment++;
if (buildCounterGoogleCloudDialogflowCxV3beta1Fulfillment < 3) {
- checkUnnamed5848(o.conditionalCases!);
- checkUnnamed5849(o.messages!);
- checkUnnamed5850(o.setParameterActions!);
+ checkUnnamed5850(o.conditionalCases!);
+ checkUnnamed5851(o.messages!);
+ checkUnnamed5852(o.setParameterActions!);
unittest.expect(
o.tag!,
unittest.equals('foo'),
@@ -7414,14 +7414,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase>
- buildUnnamed5851() {
+ buildUnnamed5853() {
var o = <api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase>[];
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase());
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase());
return o;
}
-void checkUnnamed5851(
+void checkUnnamed5853(
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -7439,7 +7439,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases++;
if (buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases <
3) {
- o.cases = buildUnnamed5851();
+ o.cases = buildUnnamed5853();
}
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases--;
return o;
@@ -7450,14 +7450,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases++;
if (buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases <
3) {
- checkUnnamed5851(o.cases!);
+ checkUnnamed5853(o.cases!);
}
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases--;
}
core.List<
api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent>
- buildUnnamed5852() {
+ buildUnnamed5854() {
var o = <
api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent>[];
o.add(
@@ -7467,7 +7467,7 @@
return o;
}
-void checkUnnamed5852(
+void checkUnnamed5854(
core.List<
api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent>
o) {
@@ -7489,7 +7489,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase++;
if (buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase <
3) {
- o.caseContent = buildUnnamed5852();
+ o.caseContent = buildUnnamed5854();
o.condition = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase--;
@@ -7501,7 +7501,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase++;
if (buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase <
3) {
- checkUnnamed5852(o.caseContent!);
+ checkUnnamed5854(o.caseContent!);
unittest.expect(
o.condition!,
unittest.equals('foo'),
@@ -7645,14 +7645,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed5853() {
+core.List<api.GoogleRpcStatus> buildUnnamed5855() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed5853(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed5855(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -7664,7 +7664,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse();
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse < 3) {
- o.warnings = buildUnnamed5853();
+ o.warnings = buildUnnamed5855();
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse--;
return o;
@@ -7674,19 +7674,19 @@
api.GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse < 3) {
- checkUnnamed5853(o.warnings!);
+ checkUnnamed5855(o.warnings!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseError> buildUnnamed5854() {
+core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseError> buildUnnamed5856() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestCaseError>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestCaseError());
o.add(buildGoogleCloudDialogflowCxV3beta1TestCaseError());
return o;
}
-void checkUnnamed5854(
+void checkUnnamed5856(
core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestCaseError(
@@ -7701,7 +7701,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata();
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata < 3) {
- o.errors = buildUnnamed5854();
+ o.errors = buildUnnamed5856();
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata--;
return o;
@@ -7711,19 +7711,19 @@
api.GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata o) {
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata < 3) {
- checkUnnamed5854(o.errors!);
+ checkUnnamed5856(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata--;
}
-core.List<core.String> buildUnnamed5855() {
+core.List<core.String> buildUnnamed5857() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5855(core.List<core.String> o) {
+void checkUnnamed5857(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7741,7 +7741,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse();
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse < 3) {
- o.names = buildUnnamed5855();
+ o.names = buildUnnamed5857();
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse--;
return o;
@@ -7751,19 +7751,19 @@
api.GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse o) {
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse < 3) {
- checkUnnamed5855(o.names!);
+ checkUnnamed5857(o.names!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse--;
}
-core.List<core.String> buildUnnamed5856() {
+core.List<core.String> buildUnnamed5858() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5856(core.List<core.String> o) {
+void checkUnnamed5858(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7785,7 +7785,7 @@
o.enableWordInfo = true;
o.model = 'foo';
o.modelVariant = 'foo';
- o.phraseHints = buildUnnamed5856();
+ o.phraseHints = buildUnnamed5858();
o.sampleRateHertz = 42;
o.singleUtterance = true;
}
@@ -7810,7 +7810,7 @@
o.modelVariant!,
unittest.equals('foo'),
);
- checkUnnamed5856(o.phraseHints!);
+ checkUnnamed5858(o.phraseHints!);
unittest.expect(
o.sampleRateHertz!,
unittest.equals(42),
@@ -7820,14 +7820,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1InputAudioConfig--;
}
-core.Map<core.String, core.String> buildUnnamed5857() {
+core.Map<core.String, core.String> buildUnnamed5859() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5857(core.Map<core.String, core.String> o) {
+void checkUnnamed5859(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -7840,14 +7840,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1IntentParameter>
- buildUnnamed5858() {
+ buildUnnamed5860() {
var o = <api.GoogleCloudDialogflowCxV3beta1IntentParameter>[];
o.add(buildGoogleCloudDialogflowCxV3beta1IntentParameter());
o.add(buildGoogleCloudDialogflowCxV3beta1IntentParameter());
return o;
}
-void checkUnnamed5858(
+void checkUnnamed5860(
core.List<api.GoogleCloudDialogflowCxV3beta1IntentParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1IntentParameter(
@@ -7857,14 +7857,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase>
- buildUnnamed5859() {
+ buildUnnamed5861() {
var o = <api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase>[];
o.add(buildGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase());
o.add(buildGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase());
return o;
}
-void checkUnnamed5859(
+void checkUnnamed5861(
core.List<api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase(
@@ -7882,11 +7882,11 @@
o.description = 'foo';
o.displayName = 'foo';
o.isFallback = true;
- o.labels = buildUnnamed5857();
+ o.labels = buildUnnamed5859();
o.name = 'foo';
- o.parameters = buildUnnamed5858();
+ o.parameters = buildUnnamed5860();
o.priority = 42;
- o.trainingPhrases = buildUnnamed5859();
+ o.trainingPhrases = buildUnnamed5861();
}
buildCounterGoogleCloudDialogflowCxV3beta1Intent--;
return o;
@@ -7905,17 +7905,17 @@
unittest.equals('foo'),
);
unittest.expect(o.isFallback!, unittest.isTrue);
- checkUnnamed5857(o.labels!);
+ checkUnnamed5859(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5858(o.parameters!);
+ checkUnnamed5860(o.parameters!);
unittest.expect(
o.priority!,
unittest.equals(42),
);
- checkUnnamed5859(o.trainingPhrases!);
+ checkUnnamed5861(o.trainingPhrases!);
}
buildCounterGoogleCloudDialogflowCxV3beta1Intent--;
}
@@ -7978,14 +7978,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart>
- buildUnnamed5860() {
+ buildUnnamed5862() {
var o = <api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart>[];
o.add(buildGoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart());
o.add(buildGoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart());
return o;
}
-void checkUnnamed5860(
+void checkUnnamed5862(
core.List<api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart(
@@ -8001,7 +8001,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase++;
if (buildCounterGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase < 3) {
o.id = 'foo';
- o.parts = buildUnnamed5860();
+ o.parts = buildUnnamed5862();
o.repeatCount = 42;
}
buildCounterGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase--;
@@ -8016,7 +8016,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed5860(o.parts!);
+ checkUnnamed5862(o.parts!);
unittest.expect(
o.repeatCount!,
unittest.equals(42),
@@ -8054,14 +8054,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> buildUnnamed5861() {
+core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> buildUnnamed5863() {
var o = <api.GoogleCloudDialogflowCxV3beta1EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3beta1EventHandler());
o.add(buildGoogleCloudDialogflowCxV3beta1EventHandler());
return o;
}
-void checkUnnamed5861(
+void checkUnnamed5863(
core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1EventHandler(
@@ -8070,14 +8070,14 @@
o[1] as api.GoogleCloudDialogflowCxV3beta1EventHandler);
}
-core.List<core.String> buildUnnamed5862() {
+core.List<core.String> buildUnnamed5864() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5862(core.List<core.String> o) {
+void checkUnnamed5864(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8090,14 +8090,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1TransitionRoute>
- buildUnnamed5863() {
+ buildUnnamed5865() {
var o = <api.GoogleCloudDialogflowCxV3beta1TransitionRoute>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TransitionRoute());
o.add(buildGoogleCloudDialogflowCxV3beta1TransitionRoute());
return o;
}
-void checkUnnamed5863(
+void checkUnnamed5865(
core.List<api.GoogleCloudDialogflowCxV3beta1TransitionRoute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TransitionRoute(
@@ -8114,11 +8114,11 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1Page < 3) {
o.displayName = 'foo';
o.entryFulfillment = buildGoogleCloudDialogflowCxV3beta1Fulfillment();
- o.eventHandlers = buildUnnamed5861();
+ o.eventHandlers = buildUnnamed5863();
o.form = buildGoogleCloudDialogflowCxV3beta1Form();
o.name = 'foo';
- o.transitionRouteGroups = buildUnnamed5862();
- o.transitionRoutes = buildUnnamed5863();
+ o.transitionRouteGroups = buildUnnamed5864();
+ o.transitionRoutes = buildUnnamed5865();
}
buildCounterGoogleCloudDialogflowCxV3beta1Page--;
return o;
@@ -8134,15 +8134,15 @@
);
checkGoogleCloudDialogflowCxV3beta1Fulfillment(
o.entryFulfillment! as api.GoogleCloudDialogflowCxV3beta1Fulfillment);
- checkUnnamed5861(o.eventHandlers!);
+ checkUnnamed5863(o.eventHandlers!);
checkGoogleCloudDialogflowCxV3beta1Form(
o.form! as api.GoogleCloudDialogflowCxV3beta1Form);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5862(o.transitionRouteGroups!);
- checkUnnamed5863(o.transitionRoutes!);
+ checkUnnamed5864(o.transitionRouteGroups!);
+ checkUnnamed5865(o.transitionRoutes!);
}
buildCounterGoogleCloudDialogflowCxV3beta1Page--;
}
@@ -8175,14 +8175,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo>
- buildUnnamed5864() {
+ buildUnnamed5866() {
var o = <api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo>[];
o.add(buildGoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo());
o.add(buildGoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo());
return o;
}
-void checkUnnamed5864(
+void checkUnnamed5866(
core.List<api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -8198,7 +8198,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfo();
buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo++;
if (buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo < 3) {
- o.parameterInfo = buildUnnamed5864();
+ o.parameterInfo = buildUnnamed5866();
}
buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo--;
return o;
@@ -8208,7 +8208,7 @@
api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfo o) {
buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo++;
if (buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo < 3) {
- checkUnnamed5864(o.parameterInfo!);
+ checkUnnamed5866(o.parameterInfo!);
}
buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo--;
}
@@ -8335,7 +8335,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed5865() {
+core.Map<core.String, core.Object> buildUnnamed5867() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8350,7 +8350,7 @@
return o;
}
-void checkUnnamed5865(core.Map<core.String, core.Object> o) {
+void checkUnnamed5867(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted44 = (o['x']!) as core.Map;
unittest.expect(casted44, unittest.hasLength(3));
@@ -8398,7 +8398,7 @@
buildGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio();
o.outputAudioText =
buildGoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText();
- o.payload = buildUnnamed5865();
+ o.payload = buildUnnamed5867();
o.playAudio = buildGoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio();
o.text = buildGoogleCloudDialogflowCxV3beta1ResponseMessageText();
}
@@ -8424,7 +8424,7 @@
checkGoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText(o
.outputAudioText!
as api.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText);
- checkUnnamed5865(o.payload!);
+ checkUnnamed5867(o.payload!);
checkGoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio(o.playAudio!
as api.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio);
checkGoogleCloudDialogflowCxV3beta1ResponseMessageText(
@@ -8433,7 +8433,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessage--;
}
-core.Map<core.String, core.Object> buildUnnamed5866() {
+core.Map<core.String, core.Object> buildUnnamed5868() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8448,7 +8448,7 @@
return o;
}
-void checkUnnamed5866(core.Map<core.String, core.Object> o) {
+void checkUnnamed5868(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted46 = (o['x']!) as core.Map;
unittest.expect(casted46, unittest.hasLength(3));
@@ -8490,7 +8490,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess <
3) {
- o.metadata = buildUnnamed5866();
+ o.metadata = buildUnnamed5868();
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess--;
return o;
@@ -8501,7 +8501,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess <
3) {
- checkUnnamed5866(o.metadata!);
+ checkUnnamed5868(o.metadata!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess--;
}
@@ -8526,7 +8526,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction--;
}
-core.Map<core.String, core.Object> buildUnnamed5867() {
+core.Map<core.String, core.Object> buildUnnamed5869() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8541,7 +8541,7 @@
return o;
}
-void checkUnnamed5867(core.Map<core.String, core.Object> o) {
+void checkUnnamed5869(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted48 = (o['x']!) as core.Map;
unittest.expect(casted48, unittest.hasLength(3));
@@ -8582,7 +8582,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff <
3) {
- o.metadata = buildUnnamed5867();
+ o.metadata = buildUnnamed5869();
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff--;
return o;
@@ -8593,13 +8593,13 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff <
3) {
- checkUnnamed5867(o.metadata!);
+ checkUnnamed5869(o.metadata!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff--;
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment>
- buildUnnamed5868() {
+ buildUnnamed5870() {
var o =
<api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment());
@@ -8607,7 +8607,7 @@
return o;
}
-void checkUnnamed5868(
+void checkUnnamed5870(
core.List<
api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment>
o) {
@@ -8625,7 +8625,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio();
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio < 3) {
- o.segments = buildUnnamed5868();
+ o.segments = buildUnnamed5870();
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio--;
return o;
@@ -8635,7 +8635,7 @@
api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio o) {
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio < 3) {
- checkUnnamed5868(o.segments!);
+ checkUnnamed5870(o.segments!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio--;
}
@@ -8736,14 +8736,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio--;
}
-core.List<core.String> buildUnnamed5869() {
+core.List<core.String> buildUnnamed5871() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5869(core.List<core.String> o) {
+void checkUnnamed5871(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8762,7 +8762,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText < 3) {
o.allowPlaybackInterruption = true;
- o.text = buildUnnamed5869();
+ o.text = buildUnnamed5871();
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText--;
return o;
@@ -8773,7 +8773,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText < 3) {
unittest.expect(o.allowPlaybackInterruption!, unittest.isTrue);
- checkUnnamed5869(o.text!);
+ checkUnnamed5871(o.text!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText--;
}
@@ -8817,7 +8817,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1RunTestCaseResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed5870() {
+core.Map<core.String, core.Object> buildUnnamed5872() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8832,7 +8832,7 @@
return o;
}
-void checkUnnamed5870(core.Map<core.String, core.Object> o) {
+void checkUnnamed5872(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted50 = (o['x']!) as core.Map;
unittest.expect(casted50, unittest.hasLength(3));
@@ -8870,7 +8870,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1SessionInfo();
buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo++;
if (buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo < 3) {
- o.parameters = buildUnnamed5870();
+ o.parameters = buildUnnamed5872();
o.session = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo--;
@@ -8881,7 +8881,7 @@
api.GoogleCloudDialogflowCxV3beta1SessionInfo o) {
buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo++;
if (buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo < 3) {
- checkUnnamed5870(o.parameters!);
+ checkUnnamed5872(o.parameters!);
unittest.expect(
o.session!,
unittest.equals('foo'),
@@ -8890,14 +8890,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo--;
}
-core.List<core.String> buildUnnamed5871() {
+core.List<core.String> buildUnnamed5873() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5871(core.List<core.String> o) {
+void checkUnnamed5873(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8910,14 +8910,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ConversationTurn>
- buildUnnamed5872() {
+ buildUnnamed5874() {
var o = <api.GoogleCloudDialogflowCxV3beta1ConversationTurn>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ConversationTurn());
o.add(buildGoogleCloudDialogflowCxV3beta1ConversationTurn());
return o;
}
-void checkUnnamed5872(
+void checkUnnamed5874(
core.List<api.GoogleCloudDialogflowCxV3beta1ConversationTurn> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ConversationTurn(
@@ -8937,8 +8937,8 @@
o.lastTestResult = buildGoogleCloudDialogflowCxV3beta1TestCaseResult();
o.name = 'foo';
o.notes = 'foo';
- o.tags = buildUnnamed5871();
- o.testCaseConversationTurns = buildUnnamed5872();
+ o.tags = buildUnnamed5873();
+ o.testCaseConversationTurns = buildUnnamed5874();
o.testConfig = buildGoogleCloudDialogflowCxV3beta1TestConfig();
}
buildCounterGoogleCloudDialogflowCxV3beta1TestCase--;
@@ -8967,8 +8967,8 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed5871(o.tags!);
- checkUnnamed5872(o.testCaseConversationTurns!);
+ checkUnnamed5873(o.tags!);
+ checkUnnamed5874(o.testCaseConversationTurns!);
checkGoogleCloudDialogflowCxV3beta1TestConfig(
o.testConfig! as api.GoogleCloudDialogflowCxV3beta1TestConfig);
}
@@ -9000,14 +9000,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ConversationTurn>
- buildUnnamed5873() {
+ buildUnnamed5875() {
var o = <api.GoogleCloudDialogflowCxV3beta1ConversationTurn>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ConversationTurn());
o.add(buildGoogleCloudDialogflowCxV3beta1ConversationTurn());
return o;
}
-void checkUnnamed5873(
+void checkUnnamed5875(
core.List<api.GoogleCloudDialogflowCxV3beta1ConversationTurn> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ConversationTurn(
@@ -9022,7 +9022,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1TestCaseResult();
buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult++;
if (buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult < 3) {
- o.conversationTurns = buildUnnamed5873();
+ o.conversationTurns = buildUnnamed5875();
o.environment = 'foo';
o.name = 'foo';
o.testResult = 'foo';
@@ -9036,7 +9036,7 @@
api.GoogleCloudDialogflowCxV3beta1TestCaseResult o) {
buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult++;
if (buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult < 3) {
- checkUnnamed5873(o.conversationTurns!);
+ checkUnnamed5875(o.conversationTurns!);
unittest.expect(
o.environment!,
unittest.equals('foo'),
@@ -9057,14 +9057,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult--;
}
-core.List<core.String> buildUnnamed5874() {
+core.List<core.String> buildUnnamed5876() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5874(core.List<core.String> o) {
+void checkUnnamed5876(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -9083,7 +9083,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1TestConfig++;
if (buildCounterGoogleCloudDialogflowCxV3beta1TestConfig < 3) {
o.flow = 'foo';
- o.trackingParameters = buildUnnamed5874();
+ o.trackingParameters = buildUnnamed5876();
}
buildCounterGoogleCloudDialogflowCxV3beta1TestConfig--;
return o;
@@ -9097,7 +9097,7 @@
o.flow!,
unittest.equals('foo'),
);
- checkUnnamed5874(o.trackingParameters!);
+ checkUnnamed5876(o.trackingParameters!);
}
buildCounterGoogleCloudDialogflowCxV3beta1TestConfig--;
}
@@ -9262,14 +9262,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage>
- buildUnnamed5875() {
+ buildUnnamed5877() {
var o = <api.GoogleCloudDialogflowCxV3beta1ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
return o;
}
-void checkUnnamed5875(
+void checkUnnamed5877(
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ResponseMessage(
@@ -9278,7 +9278,7 @@
o[1] as api.GoogleCloudDialogflowCxV3beta1ResponseMessage);
}
-core.Map<core.String, core.Object> buildUnnamed5876() {
+core.Map<core.String, core.Object> buildUnnamed5878() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -9293,7 +9293,7 @@
return o;
}
-void checkUnnamed5876(core.Map<core.String, core.Object> o) {
+void checkUnnamed5878(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted52 = (o['x']!) as core.Map;
unittest.expect(casted52, unittest.hasLength(3));
@@ -9336,9 +9336,9 @@
buildGoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo();
o.intentInfo =
buildGoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo();
- o.messages = buildUnnamed5875();
+ o.messages = buildUnnamed5877();
o.pageInfo = buildGoogleCloudDialogflowCxV3beta1PageInfo();
- o.payload = buildUnnamed5876();
+ o.payload = buildUnnamed5878();
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult();
o.sessionInfo = buildGoogleCloudDialogflowCxV3beta1SessionInfo();
@@ -9360,10 +9360,10 @@
as api.GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo);
checkGoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo(o.intentInfo!
as api.GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo);
- checkUnnamed5875(o.messages!);
+ checkUnnamed5877(o.messages!);
checkGoogleCloudDialogflowCxV3beta1PageInfo(
o.pageInfo! as api.GoogleCloudDialogflowCxV3beta1PageInfo);
- checkUnnamed5876(o.payload!);
+ checkUnnamed5878(o.payload!);
checkGoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult(
o.sentimentAnalysisResult! as api
.GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult);
@@ -9402,7 +9402,7 @@
core.Map<core.String,
api.GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue>
- buildUnnamed5877() {
+ buildUnnamed5879() {
var o = <core.String,
api.GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue>{};
o['x'] =
@@ -9412,7 +9412,7 @@
return o;
}
-void checkUnnamed5877(
+void checkUnnamed5879(
core.Map<core.String,
api.GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue>
o) {
@@ -9434,7 +9434,7 @@
o.confidence = 42.0;
o.displayName = 'foo';
o.lastMatchedIntent = 'foo';
- o.parameters = buildUnnamed5877();
+ o.parameters = buildUnnamed5879();
}
buildCounterGoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo--;
return o;
@@ -9456,7 +9456,7 @@
o.lastMatchedIntent!,
unittest.equals('foo'),
);
- checkUnnamed5877(o.parameters!);
+ checkUnnamed5879(o.parameters!);
}
buildCounterGoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo--;
}
@@ -9544,7 +9544,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult--;
}
-core.Map<core.String, core.Object> buildUnnamed5878() {
+core.Map<core.String, core.Object> buildUnnamed5880() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -9559,7 +9559,7 @@
return o;
}
-void checkUnnamed5878(core.Map<core.String, core.Object> o) {
+void checkUnnamed5880(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted55 = (o['x']!) as core.Map;
unittest.expect(casted55, unittest.hasLength(3));
@@ -9600,7 +9600,7 @@
o.fulfillmentResponse =
buildGoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse();
o.pageInfo = buildGoogleCloudDialogflowCxV3beta1PageInfo();
- o.payload = buildUnnamed5878();
+ o.payload = buildUnnamed5880();
o.sessionInfo = buildGoogleCloudDialogflowCxV3beta1SessionInfo();
o.targetFlow = 'foo';
o.targetPage = 'foo';
@@ -9618,7 +9618,7 @@
.GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse);
checkGoogleCloudDialogflowCxV3beta1PageInfo(
o.pageInfo! as api.GoogleCloudDialogflowCxV3beta1PageInfo);
- checkUnnamed5878(o.payload!);
+ checkUnnamed5880(o.payload!);
checkGoogleCloudDialogflowCxV3beta1SessionInfo(
o.sessionInfo! as api.GoogleCloudDialogflowCxV3beta1SessionInfo);
unittest.expect(
@@ -9634,14 +9634,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage>
- buildUnnamed5879() {
+ buildUnnamed5881() {
var o = <api.GoogleCloudDialogflowCxV3beta1ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
return o;
}
-void checkUnnamed5879(
+void checkUnnamed5881(
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ResponseMessage(
@@ -9661,7 +9661,7 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse <
3) {
o.mergeBehavior = 'foo';
- o.messages = buildUnnamed5879();
+ o.messages = buildUnnamed5881();
}
buildCounterGoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse--;
return o;
@@ -9676,7 +9676,7 @@
o.mergeBehavior!,
unittest.equals('foo'),
);
- checkUnnamed5879(o.messages!);
+ checkUnnamed5881(o.messages!);
}
buildCounterGoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse--;
}
@@ -9729,14 +9729,14 @@
buildCounterGoogleCloudDialogflowV2AnnotatedMessagePart--;
}
-core.List<api.GoogleCloudDialogflowV2EntityType> buildUnnamed5880() {
+core.List<api.GoogleCloudDialogflowV2EntityType> buildUnnamed5882() {
var o = <api.GoogleCloudDialogflowV2EntityType>[];
o.add(buildGoogleCloudDialogflowV2EntityType());
o.add(buildGoogleCloudDialogflowV2EntityType());
return o;
}
-void checkUnnamed5880(core.List<api.GoogleCloudDialogflowV2EntityType> o) {
+void checkUnnamed5882(core.List<api.GoogleCloudDialogflowV2EntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EntityType(
o[0] as api.GoogleCloudDialogflowV2EntityType);
@@ -9750,7 +9750,7 @@
var o = api.GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse();
buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse < 3) {
- o.entityTypes = buildUnnamed5880();
+ o.entityTypes = buildUnnamed5882();
}
buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse--;
return o;
@@ -9760,19 +9760,19 @@
api.GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse o) {
buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse < 3) {
- checkUnnamed5880(o.entityTypes!);
+ checkUnnamed5882(o.entityTypes!);
}
buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse--;
}
-core.List<api.GoogleCloudDialogflowV2Intent> buildUnnamed5881() {
+core.List<api.GoogleCloudDialogflowV2Intent> buildUnnamed5883() {
var o = <api.GoogleCloudDialogflowV2Intent>[];
o.add(buildGoogleCloudDialogflowV2Intent());
o.add(buildGoogleCloudDialogflowV2Intent());
return o;
}
-void checkUnnamed5881(core.List<api.GoogleCloudDialogflowV2Intent> o) {
+void checkUnnamed5883(core.List<api.GoogleCloudDialogflowV2Intent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Intent(o[0] as api.GoogleCloudDialogflowV2Intent);
checkGoogleCloudDialogflowV2Intent(o[1] as api.GoogleCloudDialogflowV2Intent);
@@ -9784,7 +9784,7 @@
var o = api.GoogleCloudDialogflowV2BatchUpdateIntentsResponse();
buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse < 3) {
- o.intents = buildUnnamed5881();
+ o.intents = buildUnnamed5883();
}
buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse--;
return o;
@@ -9794,12 +9794,12 @@
api.GoogleCloudDialogflowV2BatchUpdateIntentsResponse o) {
buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse < 3) {
- checkUnnamed5881(o.intents!);
+ checkUnnamed5883(o.intents!);
}
buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed5882() {
+core.Map<core.String, core.Object> buildUnnamed5884() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -9814,7 +9814,7 @@
return o;
}
-void checkUnnamed5882(core.Map<core.String, core.Object> o) {
+void checkUnnamed5884(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted58 = (o['x']!) as core.Map;
unittest.expect(casted58, unittest.hasLength(3));
@@ -9853,7 +9853,7 @@
if (buildCounterGoogleCloudDialogflowV2Context < 3) {
o.lifespanCount = 42;
o.name = 'foo';
- o.parameters = buildUnnamed5882();
+ o.parameters = buildUnnamed5884();
}
buildCounterGoogleCloudDialogflowV2Context--;
return o;
@@ -9870,7 +9870,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5882(o.parameters!);
+ checkUnnamed5884(o.parameters!);
}
buildCounterGoogleCloudDialogflowV2Context--;
}
@@ -9909,14 +9909,14 @@
buildCounterGoogleCloudDialogflowV2ConversationEvent--;
}
-core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed5883() {
+core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed5885() {
var o = <api.GoogleCloudDialogflowV2EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
return o;
}
-void checkUnnamed5883(
+void checkUnnamed5885(
core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EntityTypeEntity(
@@ -9933,7 +9933,7 @@
o.autoExpansionMode = 'foo';
o.displayName = 'foo';
o.enableFuzzyExtraction = true;
- o.entities = buildUnnamed5883();
+ o.entities = buildUnnamed5885();
o.kind = 'foo';
o.name = 'foo';
}
@@ -9954,7 +9954,7 @@
unittest.equals('foo'),
);
unittest.expect(o.enableFuzzyExtraction!, unittest.isTrue);
- checkUnnamed5883(o.entities!);
+ checkUnnamed5885(o.entities!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -9967,14 +9967,14 @@
buildCounterGoogleCloudDialogflowV2EntityType--;
}
-core.List<core.String> buildUnnamed5884() {
+core.List<core.String> buildUnnamed5886() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5884(core.List<core.String> o) {
+void checkUnnamed5886(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -9992,7 +9992,7 @@
var o = api.GoogleCloudDialogflowV2EntityTypeEntity();
buildCounterGoogleCloudDialogflowV2EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowV2EntityTypeEntity < 3) {
- o.synonyms = buildUnnamed5884();
+ o.synonyms = buildUnnamed5886();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowV2EntityTypeEntity--;
@@ -10003,7 +10003,7 @@
api.GoogleCloudDialogflowV2EntityTypeEntity o) {
buildCounterGoogleCloudDialogflowV2EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowV2EntityTypeEntity < 3) {
- checkUnnamed5884(o.synonyms!);
+ checkUnnamed5886(o.synonyms!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -10012,7 +10012,7 @@
buildCounterGoogleCloudDialogflowV2EntityTypeEntity--;
}
-core.Map<core.String, core.Object> buildUnnamed5885() {
+core.Map<core.String, core.Object> buildUnnamed5887() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -10027,7 +10027,7 @@
return o;
}
-void checkUnnamed5885(core.Map<core.String, core.Object> o) {
+void checkUnnamed5887(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted60 = (o['x']!) as core.Map;
unittest.expect(casted60, unittest.hasLength(3));
@@ -10066,7 +10066,7 @@
if (buildCounterGoogleCloudDialogflowV2EventInput < 3) {
o.languageCode = 'foo';
o.name = 'foo';
- o.parameters = buildUnnamed5885();
+ o.parameters = buildUnnamed5887();
}
buildCounterGoogleCloudDialogflowV2EventInput--;
return o;
@@ -10084,7 +10084,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5885(o.parameters!);
+ checkUnnamed5887(o.parameters!);
}
buildCounterGoogleCloudDialogflowV2EventInput--;
}
@@ -10118,14 +10118,14 @@
buildCounterGoogleCloudDialogflowV2ExportAgentResponse--;
}
-core.List<core.String> buildUnnamed5886() {
+core.List<core.String> buildUnnamed5888() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5886(core.List<core.String> o) {
+void checkUnnamed5888(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10137,42 +10137,6 @@
);
}
-core.List<core.String> buildUnnamed5887() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5887(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.List<api.GoogleCloudDialogflowV2IntentFollowupIntentInfo>
- buildUnnamed5888() {
- var o = <api.GoogleCloudDialogflowV2IntentFollowupIntentInfo>[];
- o.add(buildGoogleCloudDialogflowV2IntentFollowupIntentInfo());
- o.add(buildGoogleCloudDialogflowV2IntentFollowupIntentInfo());
- return o;
-}
-
-void checkUnnamed5888(
- core.List<api.GoogleCloudDialogflowV2IntentFollowupIntentInfo> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudDialogflowV2IntentFollowupIntentInfo(
- o[0] as api.GoogleCloudDialogflowV2IntentFollowupIntentInfo);
- checkGoogleCloudDialogflowV2IntentFollowupIntentInfo(
- o[1] as api.GoogleCloudDialogflowV2IntentFollowupIntentInfo);
-}
-
core.List<core.String> buildUnnamed5889() {
var o = <core.String>[];
o.add('foo');
@@ -10192,14 +10156,50 @@
);
}
-core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed5890() {
+core.List<api.GoogleCloudDialogflowV2IntentFollowupIntentInfo>
+ buildUnnamed5890() {
+ var o = <api.GoogleCloudDialogflowV2IntentFollowupIntentInfo>[];
+ o.add(buildGoogleCloudDialogflowV2IntentFollowupIntentInfo());
+ o.add(buildGoogleCloudDialogflowV2IntentFollowupIntentInfo());
+ return o;
+}
+
+void checkUnnamed5890(
+ core.List<api.GoogleCloudDialogflowV2IntentFollowupIntentInfo> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDialogflowV2IntentFollowupIntentInfo(
+ o[0] as api.GoogleCloudDialogflowV2IntentFollowupIntentInfo);
+ checkGoogleCloudDialogflowV2IntentFollowupIntentInfo(
+ o[1] as api.GoogleCloudDialogflowV2IntentFollowupIntentInfo);
+}
+
+core.List<core.String> buildUnnamed5891() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5891(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed5892() {
var o = <api.GoogleCloudDialogflowV2IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2IntentMessage());
o.add(buildGoogleCloudDialogflowV2IntentMessage());
return o;
}
-void checkUnnamed5890(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
+void checkUnnamed5892(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessage(
o[0] as api.GoogleCloudDialogflowV2IntentMessage);
@@ -10207,14 +10207,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed5891() {
+core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed5893() {
var o = <api.GoogleCloudDialogflowV2Context>[];
o.add(buildGoogleCloudDialogflowV2Context());
o.add(buildGoogleCloudDialogflowV2Context());
return o;
}
-void checkUnnamed5891(core.List<api.GoogleCloudDialogflowV2Context> o) {
+void checkUnnamed5893(core.List<api.GoogleCloudDialogflowV2Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Context(
o[0] as api.GoogleCloudDialogflowV2Context);
@@ -10222,14 +10222,14 @@
o[1] as api.GoogleCloudDialogflowV2Context);
}
-core.List<api.GoogleCloudDialogflowV2IntentParameter> buildUnnamed5892() {
+core.List<api.GoogleCloudDialogflowV2IntentParameter> buildUnnamed5894() {
var o = <api.GoogleCloudDialogflowV2IntentParameter>[];
o.add(buildGoogleCloudDialogflowV2IntentParameter());
o.add(buildGoogleCloudDialogflowV2IntentParameter());
return o;
}
-void checkUnnamed5892(core.List<api.GoogleCloudDialogflowV2IntentParameter> o) {
+void checkUnnamed5894(core.List<api.GoogleCloudDialogflowV2IntentParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentParameter(
o[0] as api.GoogleCloudDialogflowV2IntentParameter);
@@ -10237,14 +10237,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentParameter);
}
-core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrase> buildUnnamed5893() {
+core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrase> buildUnnamed5895() {
var o = <api.GoogleCloudDialogflowV2IntentTrainingPhrase>[];
o.add(buildGoogleCloudDialogflowV2IntentTrainingPhrase());
o.add(buildGoogleCloudDialogflowV2IntentTrainingPhrase());
return o;
}
-void checkUnnamed5893(
+void checkUnnamed5895(
core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentTrainingPhrase(
@@ -10259,22 +10259,22 @@
buildCounterGoogleCloudDialogflowV2Intent++;
if (buildCounterGoogleCloudDialogflowV2Intent < 3) {
o.action = 'foo';
- o.defaultResponsePlatforms = buildUnnamed5886();
+ o.defaultResponsePlatforms = buildUnnamed5888();
o.displayName = 'foo';
- o.events = buildUnnamed5887();
- o.followupIntentInfo = buildUnnamed5888();
- o.inputContextNames = buildUnnamed5889();
+ o.events = buildUnnamed5889();
+ o.followupIntentInfo = buildUnnamed5890();
+ o.inputContextNames = buildUnnamed5891();
o.isFallback = true;
- o.messages = buildUnnamed5890();
+ o.messages = buildUnnamed5892();
o.mlDisabled = true;
o.name = 'foo';
- o.outputContexts = buildUnnamed5891();
- o.parameters = buildUnnamed5892();
+ o.outputContexts = buildUnnamed5893();
+ o.parameters = buildUnnamed5894();
o.parentFollowupIntentName = 'foo';
o.priority = 42;
o.resetContexts = true;
o.rootFollowupIntentName = 'foo';
- o.trainingPhrases = buildUnnamed5893();
+ o.trainingPhrases = buildUnnamed5895();
o.webhookState = 'foo';
}
buildCounterGoogleCloudDialogflowV2Intent--;
@@ -10288,23 +10288,23 @@
o.action!,
unittest.equals('foo'),
);
- checkUnnamed5886(o.defaultResponsePlatforms!);
+ checkUnnamed5888(o.defaultResponsePlatforms!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5887(o.events!);
- checkUnnamed5888(o.followupIntentInfo!);
- checkUnnamed5889(o.inputContextNames!);
+ checkUnnamed5889(o.events!);
+ checkUnnamed5890(o.followupIntentInfo!);
+ checkUnnamed5891(o.inputContextNames!);
unittest.expect(o.isFallback!, unittest.isTrue);
- checkUnnamed5890(o.messages!);
+ checkUnnamed5892(o.messages!);
unittest.expect(o.mlDisabled!, unittest.isTrue);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5891(o.outputContexts!);
- checkUnnamed5892(o.parameters!);
+ checkUnnamed5893(o.outputContexts!);
+ checkUnnamed5894(o.parameters!);
unittest.expect(
o.parentFollowupIntentName!,
unittest.equals('foo'),
@@ -10318,7 +10318,7 @@
o.rootFollowupIntentName!,
unittest.equals('foo'),
);
- checkUnnamed5893(o.trainingPhrases!);
+ checkUnnamed5895(o.trainingPhrases!);
unittest.expect(
o.webhookState!,
unittest.equals('foo'),
@@ -10356,7 +10356,7 @@
buildCounterGoogleCloudDialogflowV2IntentFollowupIntentInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed5894() {
+core.Map<core.String, core.Object> buildUnnamed5896() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -10371,7 +10371,7 @@
return o;
}
-void checkUnnamed5894(core.Map<core.String, core.Object> o) {
+void checkUnnamed5896(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted62 = (o['x']!) as core.Map;
unittest.expect(casted62, unittest.hasLength(3));
@@ -10420,7 +10420,7 @@
buildGoogleCloudDialogflowV2IntentMessageLinkOutSuggestion();
o.listSelect = buildGoogleCloudDialogflowV2IntentMessageListSelect();
o.mediaContent = buildGoogleCloudDialogflowV2IntentMessageMediaContent();
- o.payload = buildUnnamed5894();
+ o.payload = buildUnnamed5896();
o.platform = 'foo';
o.quickReplies = buildGoogleCloudDialogflowV2IntentMessageQuickReplies();
o.simpleResponses =
@@ -10455,7 +10455,7 @@
o.listSelect! as api.GoogleCloudDialogflowV2IntentMessageListSelect);
checkGoogleCloudDialogflowV2IntentMessageMediaContent(o.mediaContent!
as api.GoogleCloudDialogflowV2IntentMessageMediaContent);
- checkUnnamed5894(o.payload!);
+ checkUnnamed5896(o.payload!);
unittest.expect(
o.platform!,
unittest.equals('foo'),
@@ -10475,14 +10475,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageBasicCardButton>
- buildUnnamed5895() {
+ buildUnnamed5897() {
var o = <api.GoogleCloudDialogflowV2IntentMessageBasicCardButton>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageBasicCardButton());
o.add(buildGoogleCloudDialogflowV2IntentMessageBasicCardButton());
return o;
}
-void checkUnnamed5895(
+void checkUnnamed5897(
core.List<api.GoogleCloudDialogflowV2IntentMessageBasicCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageBasicCardButton(
@@ -10497,7 +10497,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageBasicCard();
buildCounterGoogleCloudDialogflowV2IntentMessageBasicCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageBasicCard < 3) {
- o.buttons = buildUnnamed5895();
+ o.buttons = buildUnnamed5897();
o.formattedText = 'foo';
o.image = buildGoogleCloudDialogflowV2IntentMessageImage();
o.subtitle = 'foo';
@@ -10511,7 +10511,7 @@
api.GoogleCloudDialogflowV2IntentMessageBasicCard o) {
buildCounterGoogleCloudDialogflowV2IntentMessageBasicCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageBasicCard < 3) {
- checkUnnamed5895(o.buttons!);
+ checkUnnamed5897(o.buttons!);
unittest.expect(
o.formattedText!,
unittest.equals('foo'),
@@ -10590,7 +10590,7 @@
core.List<
api.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem>
- buildUnnamed5896() {
+ buildUnnamed5898() {
var o = <
api.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem>[];
o.add(
@@ -10600,7 +10600,7 @@
return o;
}
-void checkUnnamed5896(
+void checkUnnamed5898(
core.List<
api.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem>
o) {
@@ -10620,7 +10620,7 @@
buildCounterGoogleCloudDialogflowV2IntentMessageBrowseCarouselCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageBrowseCarouselCard < 3) {
o.imageDisplayOptions = 'foo';
- o.items = buildUnnamed5896();
+ o.items = buildUnnamed5898();
}
buildCounterGoogleCloudDialogflowV2IntentMessageBrowseCarouselCard--;
return o;
@@ -10634,7 +10634,7 @@
o.imageDisplayOptions!,
unittest.equals('foo'),
);
- checkUnnamed5896(o.items!);
+ checkUnnamed5898(o.items!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageBrowseCarouselCard--;
}
@@ -10723,14 +10723,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageCardButton>
- buildUnnamed5897() {
+ buildUnnamed5899() {
var o = <api.GoogleCloudDialogflowV2IntentMessageCardButton>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageCardButton());
o.add(buildGoogleCloudDialogflowV2IntentMessageCardButton());
return o;
}
-void checkUnnamed5897(
+void checkUnnamed5899(
core.List<api.GoogleCloudDialogflowV2IntentMessageCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageCardButton(
@@ -10745,7 +10745,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageCard();
buildCounterGoogleCloudDialogflowV2IntentMessageCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageCard < 3) {
- o.buttons = buildUnnamed5897();
+ o.buttons = buildUnnamed5899();
o.imageUri = 'foo';
o.subtitle = 'foo';
o.title = 'foo';
@@ -10758,7 +10758,7 @@
api.GoogleCloudDialogflowV2IntentMessageCard o) {
buildCounterGoogleCloudDialogflowV2IntentMessageCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageCard < 3) {
- checkUnnamed5897(o.buttons!);
+ checkUnnamed5899(o.buttons!);
unittest.expect(
o.imageUri!,
unittest.equals('foo'),
@@ -10805,14 +10805,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageCarouselSelectItem>
- buildUnnamed5898() {
+ buildUnnamed5900() {
var o = <api.GoogleCloudDialogflowV2IntentMessageCarouselSelectItem>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageCarouselSelectItem());
o.add(buildGoogleCloudDialogflowV2IntentMessageCarouselSelectItem());
return o;
}
-void checkUnnamed5898(
+void checkUnnamed5900(
core.List<api.GoogleCloudDialogflowV2IntentMessageCarouselSelectItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageCarouselSelectItem(
@@ -10827,7 +10827,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageCarouselSelect();
buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect < 3) {
- o.items = buildUnnamed5898();
+ o.items = buildUnnamed5900();
}
buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect--;
return o;
@@ -10837,7 +10837,7 @@
api.GoogleCloudDialogflowV2IntentMessageCarouselSelect o) {
buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect < 3) {
- checkUnnamed5898(o.items!);
+ checkUnnamed5900(o.items!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect--;
}
@@ -10965,14 +10965,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageListSelectItem>
- buildUnnamed5899() {
+ buildUnnamed5901() {
var o = <api.GoogleCloudDialogflowV2IntentMessageListSelectItem>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageListSelectItem());
o.add(buildGoogleCloudDialogflowV2IntentMessageListSelectItem());
return o;
}
-void checkUnnamed5899(
+void checkUnnamed5901(
core.List<api.GoogleCloudDialogflowV2IntentMessageListSelectItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageListSelectItem(
@@ -10987,7 +10987,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageListSelect();
buildCounterGoogleCloudDialogflowV2IntentMessageListSelect++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageListSelect < 3) {
- o.items = buildUnnamed5899();
+ o.items = buildUnnamed5901();
o.subtitle = 'foo';
o.title = 'foo';
}
@@ -10999,7 +10999,7 @@
api.GoogleCloudDialogflowV2IntentMessageListSelect o) {
buildCounterGoogleCloudDialogflowV2IntentMessageListSelect++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageListSelect < 3) {
- checkUnnamed5899(o.items!);
+ checkUnnamed5901(o.items!);
unittest.expect(
o.subtitle!,
unittest.equals('foo'),
@@ -11049,7 +11049,7 @@
core.List<
api.GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject>
- buildUnnamed5900() {
+ buildUnnamed5902() {
var o = <
api.GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject>[];
o.add(
@@ -11059,7 +11059,7 @@
return o;
}
-void checkUnnamed5900(
+void checkUnnamed5902(
core.List<
api.GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject>
o) {
@@ -11078,7 +11078,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageMediaContent();
buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent < 3) {
- o.mediaObjects = buildUnnamed5900();
+ o.mediaObjects = buildUnnamed5902();
o.mediaType = 'foo';
}
buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent--;
@@ -11089,7 +11089,7 @@
api.GoogleCloudDialogflowV2IntentMessageMediaContent o) {
buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent < 3) {
- checkUnnamed5900(o.mediaObjects!);
+ checkUnnamed5902(o.mediaObjects!);
unittest.expect(
o.mediaType!,
unittest.equals('foo'),
@@ -11143,14 +11143,14 @@
buildCounterGoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject--;
}
-core.List<core.String> buildUnnamed5901() {
+core.List<core.String> buildUnnamed5903() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5901(core.List<core.String> o) {
+void checkUnnamed5903(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11168,7 +11168,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageQuickReplies();
buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies < 3) {
- o.quickReplies = buildUnnamed5901();
+ o.quickReplies = buildUnnamed5903();
o.title = 'foo';
}
buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies--;
@@ -11179,7 +11179,7 @@
api.GoogleCloudDialogflowV2IntentMessageQuickReplies o) {
buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies < 3) {
- checkUnnamed5901(o.quickReplies!);
+ checkUnnamed5903(o.quickReplies!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -11188,14 +11188,14 @@
buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies--;
}
-core.List<core.String> buildUnnamed5902() {
+core.List<core.String> buildUnnamed5904() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5902(core.List<core.String> o) {
+void checkUnnamed5904(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11214,7 +11214,7 @@
buildCounterGoogleCloudDialogflowV2IntentMessageSelectItemInfo++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSelectItemInfo < 3) {
o.key = 'foo';
- o.synonyms = buildUnnamed5902();
+ o.synonyms = buildUnnamed5904();
}
buildCounterGoogleCloudDialogflowV2IntentMessageSelectItemInfo--;
return o;
@@ -11228,7 +11228,7 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed5902(o.synonyms!);
+ checkUnnamed5904(o.synonyms!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageSelectItemInfo--;
}
@@ -11268,14 +11268,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageSimpleResponse>
- buildUnnamed5903() {
+ buildUnnamed5905() {
var o = <api.GoogleCloudDialogflowV2IntentMessageSimpleResponse>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageSimpleResponse());
o.add(buildGoogleCloudDialogflowV2IntentMessageSimpleResponse());
return o;
}
-void checkUnnamed5903(
+void checkUnnamed5905(
core.List<api.GoogleCloudDialogflowV2IntentMessageSimpleResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageSimpleResponse(
@@ -11290,7 +11290,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageSimpleResponses();
buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses < 3) {
- o.simpleResponses = buildUnnamed5903();
+ o.simpleResponses = buildUnnamed5905();
}
buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses--;
return o;
@@ -11300,7 +11300,7 @@
api.GoogleCloudDialogflowV2IntentMessageSimpleResponses o) {
buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses < 3) {
- checkUnnamed5903(o.simpleResponses!);
+ checkUnnamed5905(o.simpleResponses!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses--;
}
@@ -11330,14 +11330,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageSuggestion>
- buildUnnamed5904() {
+ buildUnnamed5906() {
var o = <api.GoogleCloudDialogflowV2IntentMessageSuggestion>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageSuggestion());
o.add(buildGoogleCloudDialogflowV2IntentMessageSuggestion());
return o;
}
-void checkUnnamed5904(
+void checkUnnamed5906(
core.List<api.GoogleCloudDialogflowV2IntentMessageSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageSuggestion(
@@ -11352,7 +11352,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageSuggestions();
buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions < 3) {
- o.suggestions = buildUnnamed5904();
+ o.suggestions = buildUnnamed5906();
}
buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions--;
return o;
@@ -11362,20 +11362,20 @@
api.GoogleCloudDialogflowV2IntentMessageSuggestions o) {
buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions < 3) {
- checkUnnamed5904(o.suggestions!);
+ checkUnnamed5906(o.suggestions!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions--;
}
core.List<api.GoogleCloudDialogflowV2IntentMessageBasicCardButton>
- buildUnnamed5905() {
+ buildUnnamed5907() {
var o = <api.GoogleCloudDialogflowV2IntentMessageBasicCardButton>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageBasicCardButton());
o.add(buildGoogleCloudDialogflowV2IntentMessageBasicCardButton());
return o;
}
-void checkUnnamed5905(
+void checkUnnamed5907(
core.List<api.GoogleCloudDialogflowV2IntentMessageBasicCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageBasicCardButton(
@@ -11385,14 +11385,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageColumnProperties>
- buildUnnamed5906() {
+ buildUnnamed5908() {
var o = <api.GoogleCloudDialogflowV2IntentMessageColumnProperties>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageColumnProperties());
o.add(buildGoogleCloudDialogflowV2IntentMessageColumnProperties());
return o;
}
-void checkUnnamed5906(
+void checkUnnamed5908(
core.List<api.GoogleCloudDialogflowV2IntentMessageColumnProperties> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageColumnProperties(
@@ -11402,14 +11402,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageTableCardRow>
- buildUnnamed5907() {
+ buildUnnamed5909() {
var o = <api.GoogleCloudDialogflowV2IntentMessageTableCardRow>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageTableCardRow());
o.add(buildGoogleCloudDialogflowV2IntentMessageTableCardRow());
return o;
}
-void checkUnnamed5907(
+void checkUnnamed5909(
core.List<api.GoogleCloudDialogflowV2IntentMessageTableCardRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageTableCardRow(
@@ -11424,10 +11424,10 @@
var o = api.GoogleCloudDialogflowV2IntentMessageTableCard();
buildCounterGoogleCloudDialogflowV2IntentMessageTableCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageTableCard < 3) {
- o.buttons = buildUnnamed5905();
- o.columnProperties = buildUnnamed5906();
+ o.buttons = buildUnnamed5907();
+ o.columnProperties = buildUnnamed5908();
o.image = buildGoogleCloudDialogflowV2IntentMessageImage();
- o.rows = buildUnnamed5907();
+ o.rows = buildUnnamed5909();
o.subtitle = 'foo';
o.title = 'foo';
}
@@ -11439,11 +11439,11 @@
api.GoogleCloudDialogflowV2IntentMessageTableCard o) {
buildCounterGoogleCloudDialogflowV2IntentMessageTableCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageTableCard < 3) {
- checkUnnamed5905(o.buttons!);
- checkUnnamed5906(o.columnProperties!);
+ checkUnnamed5907(o.buttons!);
+ checkUnnamed5908(o.columnProperties!);
checkGoogleCloudDialogflowV2IntentMessageImage(
o.image! as api.GoogleCloudDialogflowV2IntentMessageImage);
- checkUnnamed5907(o.rows!);
+ checkUnnamed5909(o.rows!);
unittest.expect(
o.subtitle!,
unittest.equals('foo'),
@@ -11481,14 +11481,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageTableCardCell>
- buildUnnamed5908() {
+ buildUnnamed5910() {
var o = <api.GoogleCloudDialogflowV2IntentMessageTableCardCell>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageTableCardCell());
o.add(buildGoogleCloudDialogflowV2IntentMessageTableCardCell());
return o;
}
-void checkUnnamed5908(
+void checkUnnamed5910(
core.List<api.GoogleCloudDialogflowV2IntentMessageTableCardCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageTableCardCell(
@@ -11503,7 +11503,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageTableCardRow();
buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow < 3) {
- o.cells = buildUnnamed5908();
+ o.cells = buildUnnamed5910();
o.dividerAfter = true;
}
buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow--;
@@ -11514,20 +11514,20 @@
api.GoogleCloudDialogflowV2IntentMessageTableCardRow o) {
buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow < 3) {
- checkUnnamed5908(o.cells!);
+ checkUnnamed5910(o.cells!);
unittest.expect(o.dividerAfter!, unittest.isTrue);
}
buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow--;
}
-core.List<core.String> buildUnnamed5909() {
+core.List<core.String> buildUnnamed5911() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5909(core.List<core.String> o) {
+void checkUnnamed5911(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11545,7 +11545,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageText();
buildCounterGoogleCloudDialogflowV2IntentMessageText++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageText < 3) {
- o.text = buildUnnamed5909();
+ o.text = buildUnnamed5911();
}
buildCounterGoogleCloudDialogflowV2IntentMessageText--;
return o;
@@ -11555,19 +11555,19 @@
api.GoogleCloudDialogflowV2IntentMessageText o) {
buildCounterGoogleCloudDialogflowV2IntentMessageText++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageText < 3) {
- checkUnnamed5909(o.text!);
+ checkUnnamed5911(o.text!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageText--;
}
-core.List<core.String> buildUnnamed5910() {
+core.List<core.String> buildUnnamed5912() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5910(core.List<core.String> o) {
+void checkUnnamed5912(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11591,7 +11591,7 @@
o.isList = true;
o.mandatory = true;
o.name = 'foo';
- o.prompts = buildUnnamed5910();
+ o.prompts = buildUnnamed5912();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowV2IntentParameter--;
@@ -11620,7 +11620,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5910(o.prompts!);
+ checkUnnamed5912(o.prompts!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -11630,14 +11630,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrasePart>
- buildUnnamed5911() {
+ buildUnnamed5913() {
var o = <api.GoogleCloudDialogflowV2IntentTrainingPhrasePart>[];
o.add(buildGoogleCloudDialogflowV2IntentTrainingPhrasePart());
o.add(buildGoogleCloudDialogflowV2IntentTrainingPhrasePart());
return o;
}
-void checkUnnamed5911(
+void checkUnnamed5913(
core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrasePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentTrainingPhrasePart(
@@ -11653,7 +11653,7 @@
buildCounterGoogleCloudDialogflowV2IntentTrainingPhrase++;
if (buildCounterGoogleCloudDialogflowV2IntentTrainingPhrase < 3) {
o.name = 'foo';
- o.parts = buildUnnamed5911();
+ o.parts = buildUnnamed5913();
o.timesAddedCount = 42;
o.type = 'foo';
}
@@ -11669,7 +11669,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5911(o.parts!);
+ checkUnnamed5913(o.parts!);
unittest.expect(
o.timesAddedCount!,
unittest.equals(42),
@@ -11768,14 +11768,14 @@
buildCounterGoogleCloudDialogflowV2Message--;
}
-core.List<api.GoogleCloudDialogflowV2AnnotatedMessagePart> buildUnnamed5912() {
+core.List<api.GoogleCloudDialogflowV2AnnotatedMessagePart> buildUnnamed5914() {
var o = <api.GoogleCloudDialogflowV2AnnotatedMessagePart>[];
o.add(buildGoogleCloudDialogflowV2AnnotatedMessagePart());
o.add(buildGoogleCloudDialogflowV2AnnotatedMessagePart());
return o;
}
-void checkUnnamed5912(
+void checkUnnamed5914(
core.List<api.GoogleCloudDialogflowV2AnnotatedMessagePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2AnnotatedMessagePart(
@@ -11791,7 +11791,7 @@
buildCounterGoogleCloudDialogflowV2MessageAnnotation++;
if (buildCounterGoogleCloudDialogflowV2MessageAnnotation < 3) {
o.containEntities = true;
- o.parts = buildUnnamed5912();
+ o.parts = buildUnnamed5914();
}
buildCounterGoogleCloudDialogflowV2MessageAnnotation--;
return o;
@@ -11802,12 +11802,12 @@
buildCounterGoogleCloudDialogflowV2MessageAnnotation++;
if (buildCounterGoogleCloudDialogflowV2MessageAnnotation < 3) {
unittest.expect(o.containEntities!, unittest.isTrue);
- checkUnnamed5912(o.parts!);
+ checkUnnamed5914(o.parts!);
}
buildCounterGoogleCloudDialogflowV2MessageAnnotation--;
}
-core.Map<core.String, core.Object> buildUnnamed5913() {
+core.Map<core.String, core.Object> buildUnnamed5915() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -11822,7 +11822,7 @@
return o;
}
-void checkUnnamed5913(core.Map<core.String, core.Object> o) {
+void checkUnnamed5915(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted64 = (o['x']!) as core.Map;
unittest.expect(casted64, unittest.hasLength(3));
@@ -11860,7 +11860,7 @@
var o = api.GoogleCloudDialogflowV2OriginalDetectIntentRequest();
buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest++;
if (buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest < 3) {
- o.payload = buildUnnamed5913();
+ o.payload = buildUnnamed5915();
o.source = 'foo';
o.version = 'foo';
}
@@ -11872,7 +11872,7 @@
api.GoogleCloudDialogflowV2OriginalDetectIntentRequest o) {
buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest++;
if (buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest < 3) {
- checkUnnamed5913(o.payload!);
+ checkUnnamed5915(o.payload!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -11885,7 +11885,7 @@
buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed5914() {
+core.Map<core.String, core.Object> buildUnnamed5916() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -11900,7 +11900,7 @@
return o;
}
-void checkUnnamed5914(core.Map<core.String, core.Object> o) {
+void checkUnnamed5916(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted66 = (o['x']!) as core.Map;
unittest.expect(casted66, unittest.hasLength(3));
@@ -11932,14 +11932,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed5915() {
+core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed5917() {
var o = <api.GoogleCloudDialogflowV2IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2IntentMessage());
o.add(buildGoogleCloudDialogflowV2IntentMessage());
return o;
}
-void checkUnnamed5915(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
+void checkUnnamed5917(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessage(
o[0] as api.GoogleCloudDialogflowV2IntentMessage);
@@ -11947,14 +11947,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed5916() {
+core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed5918() {
var o = <api.GoogleCloudDialogflowV2Context>[];
o.add(buildGoogleCloudDialogflowV2Context());
o.add(buildGoogleCloudDialogflowV2Context());
return o;
}
-void checkUnnamed5916(core.List<api.GoogleCloudDialogflowV2Context> o) {
+void checkUnnamed5918(core.List<api.GoogleCloudDialogflowV2Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Context(
o[0] as api.GoogleCloudDialogflowV2Context);
@@ -11962,7 +11962,7 @@
o[1] as api.GoogleCloudDialogflowV2Context);
}
-core.Map<core.String, core.Object> buildUnnamed5917() {
+core.Map<core.String, core.Object> buildUnnamed5919() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -11977,7 +11977,7 @@
return o;
}
-void checkUnnamed5917(core.Map<core.String, core.Object> o) {
+void checkUnnamed5919(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted68 = (o['x']!) as core.Map;
unittest.expect(casted68, unittest.hasLength(3));
@@ -12009,7 +12009,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5918() {
+core.Map<core.String, core.Object> buildUnnamed5920() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -12024,7 +12024,7 @@
return o;
}
-void checkUnnamed5918(core.Map<core.String, core.Object> o) {
+void checkUnnamed5920(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted70 = (o['x']!) as core.Map;
unittest.expect(casted70, unittest.hasLength(3));
@@ -12064,19 +12064,19 @@
if (buildCounterGoogleCloudDialogflowV2QueryResult < 3) {
o.action = 'foo';
o.allRequiredParamsPresent = true;
- o.diagnosticInfo = buildUnnamed5914();
- o.fulfillmentMessages = buildUnnamed5915();
+ o.diagnosticInfo = buildUnnamed5916();
+ o.fulfillmentMessages = buildUnnamed5917();
o.fulfillmentText = 'foo';
o.intent = buildGoogleCloudDialogflowV2Intent();
o.intentDetectionConfidence = 42.0;
o.languageCode = 'foo';
- o.outputContexts = buildUnnamed5916();
- o.parameters = buildUnnamed5917();
+ o.outputContexts = buildUnnamed5918();
+ o.parameters = buildUnnamed5919();
o.queryText = 'foo';
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowV2SentimentAnalysisResult();
o.speechRecognitionConfidence = 42.0;
- o.webhookPayload = buildUnnamed5918();
+ o.webhookPayload = buildUnnamed5920();
o.webhookSource = 'foo';
}
buildCounterGoogleCloudDialogflowV2QueryResult--;
@@ -12092,8 +12092,8 @@
unittest.equals('foo'),
);
unittest.expect(o.allRequiredParamsPresent!, unittest.isTrue);
- checkUnnamed5914(o.diagnosticInfo!);
- checkUnnamed5915(o.fulfillmentMessages!);
+ checkUnnamed5916(o.diagnosticInfo!);
+ checkUnnamed5917(o.fulfillmentMessages!);
unittest.expect(
o.fulfillmentText!,
unittest.equals('foo'),
@@ -12108,8 +12108,8 @@
o.languageCode!,
unittest.equals('foo'),
);
- checkUnnamed5916(o.outputContexts!);
- checkUnnamed5917(o.parameters!);
+ checkUnnamed5918(o.outputContexts!);
+ checkUnnamed5919(o.parameters!);
unittest.expect(
o.queryText!,
unittest.equals('foo'),
@@ -12121,7 +12121,7 @@
o.speechRecognitionConfidence!,
unittest.equals(42.0),
);
- checkUnnamed5918(o.webhookPayload!);
+ checkUnnamed5920(o.webhookPayload!);
unittest.expect(
o.webhookSource!,
unittest.equals('foo'),
@@ -12180,14 +12180,14 @@
buildCounterGoogleCloudDialogflowV2SentimentAnalysisResult--;
}
-core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed5919() {
+core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed5921() {
var o = <api.GoogleCloudDialogflowV2EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
return o;
}
-void checkUnnamed5919(
+void checkUnnamed5921(
core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EntityTypeEntity(
@@ -12202,7 +12202,7 @@
var o = api.GoogleCloudDialogflowV2SessionEntityType();
buildCounterGoogleCloudDialogflowV2SessionEntityType++;
if (buildCounterGoogleCloudDialogflowV2SessionEntityType < 3) {
- o.entities = buildUnnamed5919();
+ o.entities = buildUnnamed5921();
o.entityOverrideMode = 'foo';
o.name = 'foo';
}
@@ -12214,7 +12214,7 @@
api.GoogleCloudDialogflowV2SessionEntityType o) {
buildCounterGoogleCloudDialogflowV2SessionEntityType++;
if (buildCounterGoogleCloudDialogflowV2SessionEntityType < 3) {
- checkUnnamed5919(o.entities!);
+ checkUnnamed5921(o.entities!);
unittest.expect(
o.entityOverrideMode!,
unittest.equals('foo'),
@@ -12264,14 +12264,14 @@
buildCounterGoogleCloudDialogflowV2WebhookRequest--;
}
-core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed5920() {
+core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed5922() {
var o = <api.GoogleCloudDialogflowV2IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2IntentMessage());
o.add(buildGoogleCloudDialogflowV2IntentMessage());
return o;
}
-void checkUnnamed5920(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
+void checkUnnamed5922(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessage(
o[0] as api.GoogleCloudDialogflowV2IntentMessage);
@@ -12279,14 +12279,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed5921() {
+core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed5923() {
var o = <api.GoogleCloudDialogflowV2Context>[];
o.add(buildGoogleCloudDialogflowV2Context());
o.add(buildGoogleCloudDialogflowV2Context());
return o;
}
-void checkUnnamed5921(core.List<api.GoogleCloudDialogflowV2Context> o) {
+void checkUnnamed5923(core.List<api.GoogleCloudDialogflowV2Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Context(
o[0] as api.GoogleCloudDialogflowV2Context);
@@ -12294,7 +12294,7 @@
o[1] as api.GoogleCloudDialogflowV2Context);
}
-core.Map<core.String, core.Object> buildUnnamed5922() {
+core.Map<core.String, core.Object> buildUnnamed5924() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -12309,7 +12309,7 @@
return o;
}
-void checkUnnamed5922(core.Map<core.String, core.Object> o) {
+void checkUnnamed5924(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted72 = (o['x']!) as core.Map;
unittest.expect(casted72, unittest.hasLength(3));
@@ -12341,14 +12341,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2SessionEntityType> buildUnnamed5923() {
+core.List<api.GoogleCloudDialogflowV2SessionEntityType> buildUnnamed5925() {
var o = <api.GoogleCloudDialogflowV2SessionEntityType>[];
o.add(buildGoogleCloudDialogflowV2SessionEntityType());
o.add(buildGoogleCloudDialogflowV2SessionEntityType());
return o;
}
-void checkUnnamed5923(
+void checkUnnamed5925(
core.List<api.GoogleCloudDialogflowV2SessionEntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2SessionEntityType(
@@ -12364,11 +12364,11 @@
buildCounterGoogleCloudDialogflowV2WebhookResponse++;
if (buildCounterGoogleCloudDialogflowV2WebhookResponse < 3) {
o.followupEventInput = buildGoogleCloudDialogflowV2EventInput();
- o.fulfillmentMessages = buildUnnamed5920();
+ o.fulfillmentMessages = buildUnnamed5922();
o.fulfillmentText = 'foo';
- o.outputContexts = buildUnnamed5921();
- o.payload = buildUnnamed5922();
- o.sessionEntityTypes = buildUnnamed5923();
+ o.outputContexts = buildUnnamed5923();
+ o.payload = buildUnnamed5924();
+ o.sessionEntityTypes = buildUnnamed5925();
o.source = 'foo';
}
buildCounterGoogleCloudDialogflowV2WebhookResponse--;
@@ -12381,14 +12381,14 @@
if (buildCounterGoogleCloudDialogflowV2WebhookResponse < 3) {
checkGoogleCloudDialogflowV2EventInput(
o.followupEventInput! as api.GoogleCloudDialogflowV2EventInput);
- checkUnnamed5920(o.fulfillmentMessages!);
+ checkUnnamed5922(o.fulfillmentMessages!);
unittest.expect(
o.fulfillmentText!,
unittest.equals('foo'),
);
- checkUnnamed5921(o.outputContexts!);
- checkUnnamed5922(o.payload!);
- checkUnnamed5923(o.sessionEntityTypes!);
+ checkUnnamed5923(o.outputContexts!);
+ checkUnnamed5924(o.payload!);
+ checkUnnamed5925(o.sessionEntityTypes!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -12397,14 +12397,14 @@
buildCounterGoogleCloudDialogflowV2WebhookResponse--;
}
-core.List<api.GoogleCloudDialogflowV2beta1EntityType> buildUnnamed5924() {
+core.List<api.GoogleCloudDialogflowV2beta1EntityType> buildUnnamed5926() {
var o = <api.GoogleCloudDialogflowV2beta1EntityType>[];
o.add(buildGoogleCloudDialogflowV2beta1EntityType());
o.add(buildGoogleCloudDialogflowV2beta1EntityType());
return o;
}
-void checkUnnamed5924(core.List<api.GoogleCloudDialogflowV2beta1EntityType> o) {
+void checkUnnamed5926(core.List<api.GoogleCloudDialogflowV2beta1EntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1EntityType(
o[0] as api.GoogleCloudDialogflowV2beta1EntityType);
@@ -12420,7 +12420,7 @@
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse <
3) {
- o.entityTypes = buildUnnamed5924();
+ o.entityTypes = buildUnnamed5926();
}
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse--;
return o;
@@ -12431,19 +12431,19 @@
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse <
3) {
- checkUnnamed5924(o.entityTypes!);
+ checkUnnamed5926(o.entityTypes!);
}
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse--;
}
-core.List<api.GoogleCloudDialogflowV2beta1Intent> buildUnnamed5925() {
+core.List<api.GoogleCloudDialogflowV2beta1Intent> buildUnnamed5927() {
var o = <api.GoogleCloudDialogflowV2beta1Intent>[];
o.add(buildGoogleCloudDialogflowV2beta1Intent());
o.add(buildGoogleCloudDialogflowV2beta1Intent());
return o;
}
-void checkUnnamed5925(core.List<api.GoogleCloudDialogflowV2beta1Intent> o) {
+void checkUnnamed5927(core.List<api.GoogleCloudDialogflowV2beta1Intent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1Intent(
o[0] as api.GoogleCloudDialogflowV2beta1Intent);
@@ -12457,7 +12457,7 @@
var o = api.GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse();
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse < 3) {
- o.intents = buildUnnamed5925();
+ o.intents = buildUnnamed5927();
}
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse--;
return o;
@@ -12467,12 +12467,12 @@
api.GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse o) {
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse < 3) {
- checkUnnamed5925(o.intents!);
+ checkUnnamed5927(o.intents!);
}
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed5926() {
+core.Map<core.String, core.Object> buildUnnamed5928() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -12487,7 +12487,7 @@
return o;
}
-void checkUnnamed5926(core.Map<core.String, core.Object> o) {
+void checkUnnamed5928(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted74 = (o['x']!) as core.Map;
unittest.expect(casted74, unittest.hasLength(3));
@@ -12527,7 +12527,7 @@
if (buildCounterGoogleCloudDialogflowV2beta1Context < 3) {
o.lifespanCount = 42;
o.name = 'foo';
- o.parameters = buildUnnamed5926();
+ o.parameters = buildUnnamed5928();
}
buildCounterGoogleCloudDialogflowV2beta1Context--;
return o;
@@ -12545,19 +12545,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5926(o.parameters!);
+ checkUnnamed5928(o.parameters!);
}
buildCounterGoogleCloudDialogflowV2beta1Context--;
}
-core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> buildUnnamed5927() {
+core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> buildUnnamed5929() {
var o = <api.GoogleCloudDialogflowV2beta1EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2beta1EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2beta1EntityTypeEntity());
return o;
}
-void checkUnnamed5927(
+void checkUnnamed5929(
core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1EntityTypeEntity(
@@ -12575,7 +12575,7 @@
o.autoExpansionMode = 'foo';
o.displayName = 'foo';
o.enableFuzzyExtraction = true;
- o.entities = buildUnnamed5927();
+ o.entities = buildUnnamed5929();
o.kind = 'foo';
o.name = 'foo';
}
@@ -12596,7 +12596,7 @@
unittest.equals('foo'),
);
unittest.expect(o.enableFuzzyExtraction!, unittest.isTrue);
- checkUnnamed5927(o.entities!);
+ checkUnnamed5929(o.entities!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -12609,14 +12609,14 @@
buildCounterGoogleCloudDialogflowV2beta1EntityType--;
}
-core.List<core.String> buildUnnamed5928() {
+core.List<core.String> buildUnnamed5930() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5928(core.List<core.String> o) {
+void checkUnnamed5930(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12634,7 +12634,7 @@
var o = api.GoogleCloudDialogflowV2beta1EntityTypeEntity();
buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity < 3) {
- o.synonyms = buildUnnamed5928();
+ o.synonyms = buildUnnamed5930();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity--;
@@ -12645,7 +12645,7 @@
api.GoogleCloudDialogflowV2beta1EntityTypeEntity o) {
buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity < 3) {
- checkUnnamed5928(o.synonyms!);
+ checkUnnamed5930(o.synonyms!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -12654,7 +12654,7 @@
buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity--;
}
-core.Map<core.String, core.Object> buildUnnamed5929() {
+core.Map<core.String, core.Object> buildUnnamed5931() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -12669,7 +12669,7 @@
return o;
}
-void checkUnnamed5929(core.Map<core.String, core.Object> o) {
+void checkUnnamed5931(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted76 = (o['x']!) as core.Map;
unittest.expect(casted76, unittest.hasLength(3));
@@ -12709,7 +12709,7 @@
if (buildCounterGoogleCloudDialogflowV2beta1EventInput < 3) {
o.languageCode = 'foo';
o.name = 'foo';
- o.parameters = buildUnnamed5929();
+ o.parameters = buildUnnamed5931();
}
buildCounterGoogleCloudDialogflowV2beta1EventInput--;
return o;
@@ -12727,7 +12727,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5929(o.parameters!);
+ checkUnnamed5931(o.parameters!);
}
buildCounterGoogleCloudDialogflowV2beta1EventInput--;
}
@@ -12761,14 +12761,14 @@
buildCounterGoogleCloudDialogflowV2beta1ExportAgentResponse--;
}
-core.List<core.String> buildUnnamed5930() {
+core.List<core.String> buildUnnamed5932() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5930(core.List<core.String> o) {
+void checkUnnamed5932(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12780,42 +12780,6 @@
);
}
-core.List<core.String> buildUnnamed5931() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5931(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.List<api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo>
- buildUnnamed5932() {
- var o = <api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo>[];
- o.add(buildGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo());
- o.add(buildGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo());
- return o;
-}
-
-void checkUnnamed5932(
- core.List<api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo(
- o[0] as api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo);
- checkGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo(
- o[1] as api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo);
-}
-
core.List<core.String> buildUnnamed5933() {
var o = <core.String>[];
o.add('foo');
@@ -12835,14 +12799,50 @@
);
}
-core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed5934() {
+core.List<api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo>
+ buildUnnamed5934() {
+ var o = <api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo>[];
+ o.add(buildGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo());
+ o.add(buildGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo());
+ return o;
+}
+
+void checkUnnamed5934(
+ core.List<api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo(
+ o[0] as api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo);
+ checkGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo(
+ o[1] as api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo);
+}
+
+core.List<core.String> buildUnnamed5935() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5935(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed5936() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
return o;
}
-void checkUnnamed5934(
+void checkUnnamed5936(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessage(
@@ -12851,14 +12851,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed5935() {
+core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed5937() {
var o = <api.GoogleCloudDialogflowV2beta1Context>[];
o.add(buildGoogleCloudDialogflowV2beta1Context());
o.add(buildGoogleCloudDialogflowV2beta1Context());
return o;
}
-void checkUnnamed5935(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
+void checkUnnamed5937(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1Context(
o[0] as api.GoogleCloudDialogflowV2beta1Context);
@@ -12866,14 +12866,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1Context);
}
-core.List<api.GoogleCloudDialogflowV2beta1IntentParameter> buildUnnamed5936() {
+core.List<api.GoogleCloudDialogflowV2beta1IntentParameter> buildUnnamed5938() {
var o = <api.GoogleCloudDialogflowV2beta1IntentParameter>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentParameter());
o.add(buildGoogleCloudDialogflowV2beta1IntentParameter());
return o;
}
-void checkUnnamed5936(
+void checkUnnamed5938(
core.List<api.GoogleCloudDialogflowV2beta1IntentParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentParameter(
@@ -12883,14 +12883,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentTrainingPhrase>
- buildUnnamed5937() {
+ buildUnnamed5939() {
var o = <api.GoogleCloudDialogflowV2beta1IntentTrainingPhrase>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentTrainingPhrase());
o.add(buildGoogleCloudDialogflowV2beta1IntentTrainingPhrase());
return o;
}
-void checkUnnamed5937(
+void checkUnnamed5939(
core.List<api.GoogleCloudDialogflowV2beta1IntentTrainingPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentTrainingPhrase(
@@ -12906,24 +12906,24 @@
buildCounterGoogleCloudDialogflowV2beta1Intent++;
if (buildCounterGoogleCloudDialogflowV2beta1Intent < 3) {
o.action = 'foo';
- o.defaultResponsePlatforms = buildUnnamed5930();
+ o.defaultResponsePlatforms = buildUnnamed5932();
o.displayName = 'foo';
o.endInteraction = true;
- o.events = buildUnnamed5931();
- o.followupIntentInfo = buildUnnamed5932();
- o.inputContextNames = buildUnnamed5933();
+ o.events = buildUnnamed5933();
+ o.followupIntentInfo = buildUnnamed5934();
+ o.inputContextNames = buildUnnamed5935();
o.isFallback = true;
- o.messages = buildUnnamed5934();
+ o.messages = buildUnnamed5936();
o.mlDisabled = true;
o.mlEnabled = true;
o.name = 'foo';
- o.outputContexts = buildUnnamed5935();
- o.parameters = buildUnnamed5936();
+ o.outputContexts = buildUnnamed5937();
+ o.parameters = buildUnnamed5938();
o.parentFollowupIntentName = 'foo';
o.priority = 42;
o.resetContexts = true;
o.rootFollowupIntentName = 'foo';
- o.trainingPhrases = buildUnnamed5937();
+ o.trainingPhrases = buildUnnamed5939();
o.webhookState = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1Intent--;
@@ -12938,25 +12938,25 @@
o.action!,
unittest.equals('foo'),
);
- checkUnnamed5930(o.defaultResponsePlatforms!);
+ checkUnnamed5932(o.defaultResponsePlatforms!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
);
unittest.expect(o.endInteraction!, unittest.isTrue);
- checkUnnamed5931(o.events!);
- checkUnnamed5932(o.followupIntentInfo!);
- checkUnnamed5933(o.inputContextNames!);
+ checkUnnamed5933(o.events!);
+ checkUnnamed5934(o.followupIntentInfo!);
+ checkUnnamed5935(o.inputContextNames!);
unittest.expect(o.isFallback!, unittest.isTrue);
- checkUnnamed5934(o.messages!);
+ checkUnnamed5936(o.messages!);
unittest.expect(o.mlDisabled!, unittest.isTrue);
unittest.expect(o.mlEnabled!, unittest.isTrue);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5935(o.outputContexts!);
- checkUnnamed5936(o.parameters!);
+ checkUnnamed5937(o.outputContexts!);
+ checkUnnamed5938(o.parameters!);
unittest.expect(
o.parentFollowupIntentName!,
unittest.equals('foo'),
@@ -12970,7 +12970,7 @@
o.rootFollowupIntentName!,
unittest.equals('foo'),
);
- checkUnnamed5937(o.trainingPhrases!);
+ checkUnnamed5939(o.trainingPhrases!);
unittest.expect(
o.webhookState!,
unittest.equals('foo'),
@@ -13008,7 +13008,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed5938() {
+core.Map<core.String, core.Object> buildUnnamed5940() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -13023,7 +13023,7 @@
return o;
}
-void checkUnnamed5938(core.Map<core.String, core.Object> o) {
+void checkUnnamed5940(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted78 = (o['x']!) as core.Map;
unittest.expect(casted78, unittest.hasLength(3));
@@ -13073,7 +13073,7 @@
o.listSelect = buildGoogleCloudDialogflowV2beta1IntentMessageListSelect();
o.mediaContent =
buildGoogleCloudDialogflowV2beta1IntentMessageMediaContent();
- o.payload = buildUnnamed5938();
+ o.payload = buildUnnamed5940();
o.platform = 'foo';
o.quickReplies =
buildGoogleCloudDialogflowV2beta1IntentMessageQuickReplies();
@@ -13121,7 +13121,7 @@
as api.GoogleCloudDialogflowV2beta1IntentMessageListSelect);
checkGoogleCloudDialogflowV2beta1IntentMessageMediaContent(o.mediaContent!
as api.GoogleCloudDialogflowV2beta1IntentMessageMediaContent);
- checkUnnamed5938(o.payload!);
+ checkUnnamed5940(o.payload!);
unittest.expect(
o.platform!,
unittest.equals('foo'),
@@ -13159,14 +13159,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton>
- buildUnnamed5939() {
+ buildUnnamed5941() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton());
return o;
}
-void checkUnnamed5939(
+void checkUnnamed5941(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton(
@@ -13181,7 +13181,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageBasicCard();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageBasicCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageBasicCard < 3) {
- o.buttons = buildUnnamed5939();
+ o.buttons = buildUnnamed5941();
o.formattedText = 'foo';
o.image = buildGoogleCloudDialogflowV2beta1IntentMessageImage();
o.subtitle = 'foo';
@@ -13195,7 +13195,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageBasicCard o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageBasicCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageBasicCard < 3) {
- checkUnnamed5939(o.buttons!);
+ checkUnnamed5941(o.buttons!);
unittest.expect(
o.formattedText!,
unittest.equals('foo'),
@@ -13278,7 +13278,7 @@
core.List<
api.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem>
- buildUnnamed5940() {
+ buildUnnamed5942() {
var o = <
api.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem>[];
o.add(
@@ -13288,7 +13288,7 @@
return o;
}
-void checkUnnamed5940(
+void checkUnnamed5942(
core.List<
api.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem>
o) {
@@ -13310,7 +13310,7 @@
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard <
3) {
o.imageDisplayOptions = 'foo';
- o.items = buildUnnamed5940();
+ o.items = buildUnnamed5942();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard--;
return o;
@@ -13325,7 +13325,7 @@
o.imageDisplayOptions!,
unittest.equals('foo'),
);
- checkUnnamed5940(o.items!);
+ checkUnnamed5942(o.items!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard--;
}
@@ -13414,14 +13414,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageCardButton>
- buildUnnamed5941() {
+ buildUnnamed5943() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageCardButton>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageCardButton());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageCardButton());
return o;
}
-void checkUnnamed5941(
+void checkUnnamed5943(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageCardButton(
@@ -13436,7 +13436,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageCard();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageCard < 3) {
- o.buttons = buildUnnamed5941();
+ o.buttons = buildUnnamed5943();
o.imageUri = 'foo';
o.subtitle = 'foo';
o.title = 'foo';
@@ -13449,7 +13449,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageCard o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageCard < 3) {
- checkUnnamed5941(o.buttons!);
+ checkUnnamed5943(o.buttons!);
unittest.expect(
o.imageUri!,
unittest.equals('foo'),
@@ -13496,14 +13496,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem>
- buildUnnamed5942() {
+ buildUnnamed5944() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem());
return o;
}
-void checkUnnamed5942(
+void checkUnnamed5944(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -13520,7 +13520,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect < 3) {
- o.items = buildUnnamed5942();
+ o.items = buildUnnamed5944();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect--;
return o;
@@ -13530,7 +13530,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect < 3) {
- checkUnnamed5942(o.items!);
+ checkUnnamed5944(o.items!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect--;
}
@@ -13667,14 +13667,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageListSelectItem>
- buildUnnamed5943() {
+ buildUnnamed5945() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageListSelectItem>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageListSelectItem());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageListSelectItem());
return o;
}
-void checkUnnamed5943(
+void checkUnnamed5945(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageListSelectItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageListSelectItem(
@@ -13689,7 +13689,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageListSelect();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageListSelect++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageListSelect < 3) {
- o.items = buildUnnamed5943();
+ o.items = buildUnnamed5945();
o.subtitle = 'foo';
o.title = 'foo';
}
@@ -13701,7 +13701,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageListSelect o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageListSelect++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageListSelect < 3) {
- checkUnnamed5943(o.items!);
+ checkUnnamed5945(o.items!);
unittest.expect(
o.subtitle!,
unittest.equals('foo'),
@@ -13752,7 +13752,7 @@
core.List<
api.GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject>
- buildUnnamed5944() {
+ buildUnnamed5946() {
var o = <
api.GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject>[];
o.add(
@@ -13762,7 +13762,7 @@
return o;
}
-void checkUnnamed5944(
+void checkUnnamed5946(
core.List<
api.GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject>
o) {
@@ -13781,7 +13781,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageMediaContent();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent < 3) {
- o.mediaObjects = buildUnnamed5944();
+ o.mediaObjects = buildUnnamed5946();
o.mediaType = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent--;
@@ -13792,7 +13792,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageMediaContent o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent < 3) {
- checkUnnamed5944(o.mediaObjects!);
+ checkUnnamed5946(o.mediaObjects!);
unittest.expect(
o.mediaType!,
unittest.equals('foo'),
@@ -13847,14 +13847,14 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject--;
}
-core.List<core.String> buildUnnamed5945() {
+core.List<core.String> buildUnnamed5947() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5945(core.List<core.String> o) {
+void checkUnnamed5947(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13872,7 +13872,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageQuickReplies();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies < 3) {
- o.quickReplies = buildUnnamed5945();
+ o.quickReplies = buildUnnamed5947();
o.title = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies--;
@@ -13883,7 +13883,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageQuickReplies o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies < 3) {
- checkUnnamed5945(o.quickReplies!);
+ checkUnnamed5947(o.quickReplies!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -13893,14 +13893,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion>
- buildUnnamed5946() {
+ buildUnnamed5948() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion());
return o;
}
-void checkUnnamed5946(
+void checkUnnamed5948(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion(
@@ -13919,7 +13919,7 @@
o.description = 'foo';
o.media =
buildGoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia();
- o.suggestions = buildUnnamed5946();
+ o.suggestions = buildUnnamed5948();
o.title = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent--;
@@ -13937,7 +13937,7 @@
checkGoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia(o
.media!
as api.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia);
- checkUnnamed5946(o.suggestions!);
+ checkUnnamed5948(o.suggestions!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -13985,14 +13985,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent>
- buildUnnamed5947() {
+ buildUnnamed5949() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent());
return o;
}
-void checkUnnamed5947(
+void checkUnnamed5949(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent(
@@ -14009,7 +14009,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard <
3) {
- o.cardContents = buildUnnamed5947();
+ o.cardContents = buildUnnamed5949();
o.cardWidth = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard--;
@@ -14021,7 +14021,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard <
3) {
- checkUnnamed5947(o.cardContents!);
+ checkUnnamed5949(o.cardContents!);
unittest.expect(
o.cardWidth!,
unittest.equals('foo'),
@@ -14255,14 +14255,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion>
- buildUnnamed5948() {
+ buildUnnamed5950() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion());
return o;
}
-void checkUnnamed5948(
+void checkUnnamed5950(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion(
@@ -14277,7 +14277,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageRbmText();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText < 3) {
- o.rbmSuggestion = buildUnnamed5948();
+ o.rbmSuggestion = buildUnnamed5950();
o.text = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText--;
@@ -14288,7 +14288,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageRbmText o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText < 3) {
- checkUnnamed5948(o.rbmSuggestion!);
+ checkUnnamed5950(o.rbmSuggestion!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -14297,14 +14297,14 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText--;
}
-core.List<core.String> buildUnnamed5949() {
+core.List<core.String> buildUnnamed5951() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5949(core.List<core.String> o) {
+void checkUnnamed5951(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -14324,7 +14324,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo < 3) {
o.key = 'foo';
- o.synonyms = buildUnnamed5949();
+ o.synonyms = buildUnnamed5951();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo--;
return o;
@@ -14338,7 +14338,7 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed5949(o.synonyms!);
+ checkUnnamed5951(o.synonyms!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo--;
}
@@ -14379,14 +14379,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse>
- buildUnnamed5950() {
+ buildUnnamed5952() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageSimpleResponse());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageSimpleResponse());
return o;
}
-void checkUnnamed5950(
+void checkUnnamed5952(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageSimpleResponse(
@@ -14403,7 +14403,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses <
3) {
- o.simpleResponses = buildUnnamed5950();
+ o.simpleResponses = buildUnnamed5952();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses--;
return o;
@@ -14414,7 +14414,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses <
3) {
- checkUnnamed5950(o.simpleResponses!);
+ checkUnnamed5952(o.simpleResponses!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses--;
}
@@ -14444,14 +14444,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageSuggestion>
- buildUnnamed5951() {
+ buildUnnamed5953() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageSuggestion>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageSuggestion());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageSuggestion());
return o;
}
-void checkUnnamed5951(
+void checkUnnamed5953(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageSuggestion(
@@ -14466,7 +14466,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageSuggestions();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions < 3) {
- o.suggestions = buildUnnamed5951();
+ o.suggestions = buildUnnamed5953();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions--;
return o;
@@ -14476,20 +14476,20 @@
api.GoogleCloudDialogflowV2beta1IntentMessageSuggestions o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions < 3) {
- checkUnnamed5951(o.suggestions!);
+ checkUnnamed5953(o.suggestions!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions--;
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton>
- buildUnnamed5952() {
+ buildUnnamed5954() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton());
return o;
}
-void checkUnnamed5952(
+void checkUnnamed5954(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton(
@@ -14499,14 +14499,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageColumnProperties>
- buildUnnamed5953() {
+ buildUnnamed5955() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageColumnProperties>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageColumnProperties());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageColumnProperties());
return o;
}
-void checkUnnamed5953(
+void checkUnnamed5955(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageColumnProperties>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -14517,14 +14517,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow>
- buildUnnamed5954() {
+ buildUnnamed5956() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageTableCardRow());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageTableCardRow());
return o;
}
-void checkUnnamed5954(
+void checkUnnamed5956(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageTableCardRow(
@@ -14539,10 +14539,10 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageTableCard();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCard < 3) {
- o.buttons = buildUnnamed5952();
- o.columnProperties = buildUnnamed5953();
+ o.buttons = buildUnnamed5954();
+ o.columnProperties = buildUnnamed5955();
o.image = buildGoogleCloudDialogflowV2beta1IntentMessageImage();
- o.rows = buildUnnamed5954();
+ o.rows = buildUnnamed5956();
o.subtitle = 'foo';
o.title = 'foo';
}
@@ -14554,11 +14554,11 @@
api.GoogleCloudDialogflowV2beta1IntentMessageTableCard o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCard < 3) {
- checkUnnamed5952(o.buttons!);
- checkUnnamed5953(o.columnProperties!);
+ checkUnnamed5954(o.buttons!);
+ checkUnnamed5955(o.columnProperties!);
checkGoogleCloudDialogflowV2beta1IntentMessageImage(
o.image! as api.GoogleCloudDialogflowV2beta1IntentMessageImage);
- checkUnnamed5954(o.rows!);
+ checkUnnamed5956(o.rows!);
unittest.expect(
o.subtitle!,
unittest.equals('foo'),
@@ -14596,14 +14596,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageTableCardCell>
- buildUnnamed5955() {
+ buildUnnamed5957() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageTableCardCell>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageTableCardCell());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageTableCardCell());
return o;
}
-void checkUnnamed5955(
+void checkUnnamed5957(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageTableCardCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageTableCardCell(
@@ -14618,7 +14618,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow < 3) {
- o.cells = buildUnnamed5955();
+ o.cells = buildUnnamed5957();
o.dividerAfter = true;
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow--;
@@ -14629,7 +14629,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow < 3) {
- checkUnnamed5955(o.cells!);
+ checkUnnamed5957(o.cells!);
unittest.expect(o.dividerAfter!, unittest.isTrue);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow--;
@@ -14724,14 +14724,14 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall--;
}
-core.List<core.String> buildUnnamed5956() {
+core.List<core.String> buildUnnamed5958() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5956(core.List<core.String> o) {
+void checkUnnamed5958(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -14749,7 +14749,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageText();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageText++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageText < 3) {
- o.text = buildUnnamed5956();
+ o.text = buildUnnamed5958();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageText--;
return o;
@@ -14759,19 +14759,19 @@
api.GoogleCloudDialogflowV2beta1IntentMessageText o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageText++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageText < 3) {
- checkUnnamed5956(o.text!);
+ checkUnnamed5958(o.text!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageText--;
}
-core.List<core.String> buildUnnamed5957() {
+core.List<core.String> buildUnnamed5959() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5957(core.List<core.String> o) {
+void checkUnnamed5959(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -14795,7 +14795,7 @@
o.isList = true;
o.mandatory = true;
o.name = 'foo';
- o.prompts = buildUnnamed5957();
+ o.prompts = buildUnnamed5959();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentParameter--;
@@ -14824,7 +14824,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5957(o.prompts!);
+ checkUnnamed5959(o.prompts!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -14834,14 +14834,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart>
- buildUnnamed5958() {
+ buildUnnamed5960() {
var o = <api.GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart());
o.add(buildGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart());
return o;
}
-void checkUnnamed5958(
+void checkUnnamed5960(
core.List<api.GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart(
@@ -14857,7 +14857,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentTrainingPhrase++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentTrainingPhrase < 3) {
o.name = 'foo';
- o.parts = buildUnnamed5958();
+ o.parts = buildUnnamed5960();
o.timesAddedCount = 42;
o.type = 'foo';
}
@@ -14873,7 +14873,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5958(o.parts!);
+ checkUnnamed5960(o.parts!);
unittest.expect(
o.timesAddedCount!,
unittest.equals(42),
@@ -14923,14 +14923,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer>
- buildUnnamed5959() {
+ buildUnnamed5961() {
var o = <api.GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer>[];
o.add(buildGoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer());
o.add(buildGoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer());
return o;
}
-void checkUnnamed5959(
+void checkUnnamed5961(
core.List<api.GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer(
@@ -14945,7 +14945,7 @@
var o = api.GoogleCloudDialogflowV2beta1KnowledgeAnswers();
buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers++;
if (buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers < 3) {
- o.answers = buildUnnamed5959();
+ o.answers = buildUnnamed5961();
}
buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers--;
return o;
@@ -14955,7 +14955,7 @@
api.GoogleCloudDialogflowV2beta1KnowledgeAnswers o) {
buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers++;
if (buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers < 3) {
- checkUnnamed5959(o.answers!);
+ checkUnnamed5961(o.answers!);
}
buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers--;
}
@@ -15028,7 +15028,7 @@
buildCounterGoogleCloudDialogflowV2beta1KnowledgeOperationMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed5960() {
+core.Map<core.String, core.Object> buildUnnamed5962() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -15043,7 +15043,7 @@
return o;
}
-void checkUnnamed5960(core.Map<core.String, core.Object> o) {
+void checkUnnamed5962(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted80 = (o['x']!) as core.Map;
unittest.expect(casted80, unittest.hasLength(3));
@@ -15082,7 +15082,7 @@
var o = api.GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest();
buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest++;
if (buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest < 3) {
- o.payload = buildUnnamed5960();
+ o.payload = buildUnnamed5962();
o.source = 'foo';
o.version = 'foo';
}
@@ -15094,7 +15094,7 @@
api.GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest o) {
buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest++;
if (buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest < 3) {
- checkUnnamed5960(o.payload!);
+ checkUnnamed5962(o.payload!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -15107,7 +15107,7 @@
buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed5961() {
+core.Map<core.String, core.Object> buildUnnamed5963() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -15122,7 +15122,7 @@
return o;
}
-void checkUnnamed5961(core.Map<core.String, core.Object> o) {
+void checkUnnamed5963(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted82 = (o['x']!) as core.Map;
unittest.expect(casted82, unittest.hasLength(3));
@@ -15154,14 +15154,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed5962() {
+core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed5964() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
return o;
}
-void checkUnnamed5962(
+void checkUnnamed5964(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessage(
@@ -15170,14 +15170,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed5963() {
+core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed5965() {
var o = <api.GoogleCloudDialogflowV2beta1Context>[];
o.add(buildGoogleCloudDialogflowV2beta1Context());
o.add(buildGoogleCloudDialogflowV2beta1Context());
return o;
}
-void checkUnnamed5963(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
+void checkUnnamed5965(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1Context(
o[0] as api.GoogleCloudDialogflowV2beta1Context);
@@ -15185,7 +15185,7 @@
o[1] as api.GoogleCloudDialogflowV2beta1Context);
}
-core.Map<core.String, core.Object> buildUnnamed5964() {
+core.Map<core.String, core.Object> buildUnnamed5966() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -15200,7 +15200,7 @@
return o;
}
-void checkUnnamed5964(core.Map<core.String, core.Object> o) {
+void checkUnnamed5966(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted84 = (o['x']!) as core.Map;
unittest.expect(casted84, unittest.hasLength(3));
@@ -15232,7 +15232,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5965() {
+core.Map<core.String, core.Object> buildUnnamed5967() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -15247,7 +15247,7 @@
return o;
}
-void checkUnnamed5965(core.Map<core.String, core.Object> o) {
+void checkUnnamed5967(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted86 = (o['x']!) as core.Map;
unittest.expect(casted86, unittest.hasLength(3));
@@ -15287,20 +15287,20 @@
if (buildCounterGoogleCloudDialogflowV2beta1QueryResult < 3) {
o.action = 'foo';
o.allRequiredParamsPresent = true;
- o.diagnosticInfo = buildUnnamed5961();
- o.fulfillmentMessages = buildUnnamed5962();
+ o.diagnosticInfo = buildUnnamed5963();
+ o.fulfillmentMessages = buildUnnamed5964();
o.fulfillmentText = 'foo';
o.intent = buildGoogleCloudDialogflowV2beta1Intent();
o.intentDetectionConfidence = 42.0;
o.knowledgeAnswers = buildGoogleCloudDialogflowV2beta1KnowledgeAnswers();
o.languageCode = 'foo';
- o.outputContexts = buildUnnamed5963();
- o.parameters = buildUnnamed5964();
+ o.outputContexts = buildUnnamed5965();
+ o.parameters = buildUnnamed5966();
o.queryText = 'foo';
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowV2beta1SentimentAnalysisResult();
o.speechRecognitionConfidence = 42.0;
- o.webhookPayload = buildUnnamed5965();
+ o.webhookPayload = buildUnnamed5967();
o.webhookSource = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1QueryResult--;
@@ -15316,8 +15316,8 @@
unittest.equals('foo'),
);
unittest.expect(o.allRequiredParamsPresent!, unittest.isTrue);
- checkUnnamed5961(o.diagnosticInfo!);
- checkUnnamed5962(o.fulfillmentMessages!);
+ checkUnnamed5963(o.diagnosticInfo!);
+ checkUnnamed5964(o.fulfillmentMessages!);
unittest.expect(
o.fulfillmentText!,
unittest.equals('foo'),
@@ -15334,8 +15334,8 @@
o.languageCode!,
unittest.equals('foo'),
);
- checkUnnamed5963(o.outputContexts!);
- checkUnnamed5964(o.parameters!);
+ checkUnnamed5965(o.outputContexts!);
+ checkUnnamed5966(o.parameters!);
unittest.expect(
o.queryText!,
unittest.equals('foo'),
@@ -15347,7 +15347,7 @@
o.speechRecognitionConfidence!,
unittest.equals(42.0),
);
- checkUnnamed5965(o.webhookPayload!);
+ checkUnnamed5967(o.webhookPayload!);
unittest.expect(
o.webhookSource!,
unittest.equals('foo'),
@@ -15407,14 +15407,14 @@
buildCounterGoogleCloudDialogflowV2beta1SentimentAnalysisResult--;
}
-core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> buildUnnamed5966() {
+core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> buildUnnamed5968() {
var o = <api.GoogleCloudDialogflowV2beta1EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2beta1EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2beta1EntityTypeEntity());
return o;
}
-void checkUnnamed5966(
+void checkUnnamed5968(
core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1EntityTypeEntity(
@@ -15429,7 +15429,7 @@
var o = api.GoogleCloudDialogflowV2beta1SessionEntityType();
buildCounterGoogleCloudDialogflowV2beta1SessionEntityType++;
if (buildCounterGoogleCloudDialogflowV2beta1SessionEntityType < 3) {
- o.entities = buildUnnamed5966();
+ o.entities = buildUnnamed5968();
o.entityOverrideMode = 'foo';
o.name = 'foo';
}
@@ -15441,7 +15441,7 @@
api.GoogleCloudDialogflowV2beta1SessionEntityType o) {
buildCounterGoogleCloudDialogflowV2beta1SessionEntityType++;
if (buildCounterGoogleCloudDialogflowV2beta1SessionEntityType < 3) {
- checkUnnamed5966(o.entities!);
+ checkUnnamed5968(o.entities!);
unittest.expect(
o.entityOverrideMode!,
unittest.equals('foo'),
@@ -15454,14 +15454,14 @@
buildCounterGoogleCloudDialogflowV2beta1SessionEntityType--;
}
-core.List<api.GoogleCloudDialogflowV2beta1QueryResult> buildUnnamed5967() {
+core.List<api.GoogleCloudDialogflowV2beta1QueryResult> buildUnnamed5969() {
var o = <api.GoogleCloudDialogflowV2beta1QueryResult>[];
o.add(buildGoogleCloudDialogflowV2beta1QueryResult());
o.add(buildGoogleCloudDialogflowV2beta1QueryResult());
return o;
}
-void checkUnnamed5967(
+void checkUnnamed5969(
core.List<api.GoogleCloudDialogflowV2beta1QueryResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1QueryResult(
@@ -15476,7 +15476,7 @@
var o = api.GoogleCloudDialogflowV2beta1WebhookRequest();
buildCounterGoogleCloudDialogflowV2beta1WebhookRequest++;
if (buildCounterGoogleCloudDialogflowV2beta1WebhookRequest < 3) {
- o.alternativeQueryResults = buildUnnamed5967();
+ o.alternativeQueryResults = buildUnnamed5969();
o.originalDetectIntentRequest =
buildGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest();
o.queryResult = buildGoogleCloudDialogflowV2beta1QueryResult();
@@ -15491,7 +15491,7 @@
api.GoogleCloudDialogflowV2beta1WebhookRequest o) {
buildCounterGoogleCloudDialogflowV2beta1WebhookRequest++;
if (buildCounterGoogleCloudDialogflowV2beta1WebhookRequest < 3) {
- checkUnnamed5967(o.alternativeQueryResults!);
+ checkUnnamed5969(o.alternativeQueryResults!);
checkGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest(
o.originalDetectIntentRequest!
as api.GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest);
@@ -15509,14 +15509,14 @@
buildCounterGoogleCloudDialogflowV2beta1WebhookRequest--;
}
-core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed5968() {
+core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed5970() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
return o;
}
-void checkUnnamed5968(
+void checkUnnamed5970(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessage(
@@ -15525,14 +15525,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed5969() {
+core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed5971() {
var o = <api.GoogleCloudDialogflowV2beta1Context>[];
o.add(buildGoogleCloudDialogflowV2beta1Context());
o.add(buildGoogleCloudDialogflowV2beta1Context());
return o;
}
-void checkUnnamed5969(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
+void checkUnnamed5971(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1Context(
o[0] as api.GoogleCloudDialogflowV2beta1Context);
@@ -15540,7 +15540,7 @@
o[1] as api.GoogleCloudDialogflowV2beta1Context);
}
-core.Map<core.String, core.Object> buildUnnamed5970() {
+core.Map<core.String, core.Object> buildUnnamed5972() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -15555,7 +15555,7 @@
return o;
}
-void checkUnnamed5970(core.Map<core.String, core.Object> o) {
+void checkUnnamed5972(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted88 = (o['x']!) as core.Map;
unittest.expect(casted88, unittest.hasLength(3));
@@ -15588,14 +15588,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1SessionEntityType>
- buildUnnamed5971() {
+ buildUnnamed5973() {
var o = <api.GoogleCloudDialogflowV2beta1SessionEntityType>[];
o.add(buildGoogleCloudDialogflowV2beta1SessionEntityType());
o.add(buildGoogleCloudDialogflowV2beta1SessionEntityType());
return o;
}
-void checkUnnamed5971(
+void checkUnnamed5973(
core.List<api.GoogleCloudDialogflowV2beta1SessionEntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1SessionEntityType(
@@ -15612,11 +15612,11 @@
if (buildCounterGoogleCloudDialogflowV2beta1WebhookResponse < 3) {
o.endInteraction = true;
o.followupEventInput = buildGoogleCloudDialogflowV2beta1EventInput();
- o.fulfillmentMessages = buildUnnamed5968();
+ o.fulfillmentMessages = buildUnnamed5970();
o.fulfillmentText = 'foo';
- o.outputContexts = buildUnnamed5969();
- o.payload = buildUnnamed5970();
- o.sessionEntityTypes = buildUnnamed5971();
+ o.outputContexts = buildUnnamed5971();
+ o.payload = buildUnnamed5972();
+ o.sessionEntityTypes = buildUnnamed5973();
o.source = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1WebhookResponse--;
@@ -15630,14 +15630,14 @@
unittest.expect(o.endInteraction!, unittest.isTrue);
checkGoogleCloudDialogflowV2beta1EventInput(
o.followupEventInput! as api.GoogleCloudDialogflowV2beta1EventInput);
- checkUnnamed5968(o.fulfillmentMessages!);
+ checkUnnamed5970(o.fulfillmentMessages!);
unittest.expect(
o.fulfillmentText!,
unittest.equals('foo'),
);
- checkUnnamed5969(o.outputContexts!);
- checkUnnamed5970(o.payload!);
- checkUnnamed5971(o.sessionEntityTypes!);
+ checkUnnamed5971(o.outputContexts!);
+ checkUnnamed5972(o.payload!);
+ checkUnnamed5973(o.sessionEntityTypes!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -15758,14 +15758,14 @@
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed5972() {
+core.List<api.GoogleRpcStatus> buildUnnamed5974() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed5972(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed5974(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -15777,7 +15777,7 @@
var o = api.GoogleCloudDialogflowV3alpha1ImportDocumentsResponse();
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse < 3) {
- o.warnings = buildUnnamed5972();
+ o.warnings = buildUnnamed5974();
}
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse--;
return o;
@@ -15787,7 +15787,7 @@
api.GoogleCloudDialogflowV3alpha1ImportDocumentsResponse o) {
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse < 3) {
- checkUnnamed5972(o.warnings!);
+ checkUnnamed5974(o.warnings!);
}
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse--;
}
@@ -15848,14 +15848,14 @@
buildCounterGoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed5973() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed5975() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed5973(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed5975(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -15868,7 +15868,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed5973();
+ o.operations = buildUnnamed5975();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -15882,12 +15882,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5973(o.operations!);
+ checkUnnamed5975(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed5974() {
+core.Map<core.String, core.Object> buildUnnamed5976() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -15902,7 +15902,7 @@
return o;
}
-void checkUnnamed5974(core.Map<core.String, core.Object> o) {
+void checkUnnamed5976(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted90 = (o['x']!) as core.Map;
unittest.expect(casted90, unittest.hasLength(3));
@@ -15934,7 +15934,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5975() {
+core.Map<core.String, core.Object> buildUnnamed5977() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -15949,7 +15949,7 @@
return o;
}
-void checkUnnamed5975(core.Map<core.String, core.Object> o) {
+void checkUnnamed5977(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted92 = (o['x']!) as core.Map;
unittest.expect(casted92, unittest.hasLength(3));
@@ -15988,9 +15988,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed5974();
+ o.metadata = buildUnnamed5976();
o.name = 'foo';
- o.response = buildUnnamed5975();
+ o.response = buildUnnamed5977();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -16001,12 +16001,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed5974(o.metadata!);
+ checkUnnamed5976(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5975(o.response!);
+ checkUnnamed5977(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -16026,7 +16026,7 @@
buildCounterGoogleProtobufEmpty--;
}
-core.Map<core.String, core.Object> buildUnnamed5976() {
+core.Map<core.String, core.Object> buildUnnamed5978() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -16041,7 +16041,7 @@
return o;
}
-void checkUnnamed5976(core.Map<core.String, core.Object> o) {
+void checkUnnamed5978(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted94 = (o['x']!) as core.Map;
unittest.expect(casted94, unittest.hasLength(3));
@@ -16073,17 +16073,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5977() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5979() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5976());
- o.add(buildUnnamed5976());
+ o.add(buildUnnamed5978());
+ o.add(buildUnnamed5978());
return o;
}
-void checkUnnamed5977(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5979(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5976(o[0]);
- checkUnnamed5976(o[1]);
+ checkUnnamed5978(o[0]);
+ checkUnnamed5978(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -16092,7 +16092,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5977();
+ o.details = buildUnnamed5979();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -16106,7 +16106,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5977(o.details!);
+ checkUnnamed5979(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/digitalassetlinks/v1_test.dart b/generated/googleapis/test/digitalassetlinks/v1_test.dart
index 5524305..77ff3c0 100644
--- a/generated/googleapis/test/digitalassetlinks/v1_test.dart
+++ b/generated/googleapis/test/digitalassetlinks/v1_test.dart
@@ -94,56 +94,6 @@
buildCounterCertificateInfo--;
}
-core.List<core.String> buildUnnamed3205() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3205(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterCheckResponse = 0;
-api.CheckResponse buildCheckResponse() {
- var o = api.CheckResponse();
- buildCounterCheckResponse++;
- if (buildCounterCheckResponse < 3) {
- o.debugString = 'foo';
- o.errorCode = buildUnnamed3205();
- o.linked = true;
- o.maxAge = 'foo';
- }
- buildCounterCheckResponse--;
- return o;
-}
-
-void checkCheckResponse(api.CheckResponse o) {
- buildCounterCheckResponse++;
- if (buildCounterCheckResponse < 3) {
- unittest.expect(
- o.debugString!,
- unittest.equals('foo'),
- );
- checkUnnamed3205(o.errorCode!);
- unittest.expect(o.linked!, unittest.isTrue);
- unittest.expect(
- o.maxAge!,
- unittest.equals('foo'),
- );
- }
- buildCounterCheckResponse--;
-}
-
core.List<core.String> buildUnnamed3206() {
var o = <core.String>[];
o.add('foo');
@@ -163,14 +113,64 @@
);
}
-core.List<api.Statement> buildUnnamed3207() {
+core.int buildCounterCheckResponse = 0;
+api.CheckResponse buildCheckResponse() {
+ var o = api.CheckResponse();
+ buildCounterCheckResponse++;
+ if (buildCounterCheckResponse < 3) {
+ o.debugString = 'foo';
+ o.errorCode = buildUnnamed3206();
+ o.linked = true;
+ o.maxAge = 'foo';
+ }
+ buildCounterCheckResponse--;
+ return o;
+}
+
+void checkCheckResponse(api.CheckResponse o) {
+ buildCounterCheckResponse++;
+ if (buildCounterCheckResponse < 3) {
+ unittest.expect(
+ o.debugString!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed3206(o.errorCode!);
+ unittest.expect(o.linked!, unittest.isTrue);
+ unittest.expect(
+ o.maxAge!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterCheckResponse--;
+}
+
+core.List<core.String> buildUnnamed3207() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3207(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.Statement> buildUnnamed3208() {
var o = <api.Statement>[];
o.add(buildStatement());
o.add(buildStatement());
return o;
}
-void checkUnnamed3207(core.List<api.Statement> o) {
+void checkUnnamed3208(core.List<api.Statement> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatement(o[0] as api.Statement);
checkStatement(o[1] as api.Statement);
@@ -182,9 +182,9 @@
buildCounterListResponse++;
if (buildCounterListResponse < 3) {
o.debugString = 'foo';
- o.errorCode = buildUnnamed3206();
+ o.errorCode = buildUnnamed3207();
o.maxAge = 'foo';
- o.statements = buildUnnamed3207();
+ o.statements = buildUnnamed3208();
}
buildCounterListResponse--;
return o;
@@ -197,12 +197,12 @@
o.debugString!,
unittest.equals('foo'),
);
- checkUnnamed3206(o.errorCode!);
+ checkUnnamed3207(o.errorCode!);
unittest.expect(
o.maxAge!,
unittest.equals('foo'),
);
- checkUnnamed3207(o.statements!);
+ checkUnnamed3208(o.statements!);
}
buildCounterListResponse--;
}
diff --git a/generated/googleapis/test/displayvideo/v1_test.dart b/generated/googleapis/test/displayvideo/v1_test.dart
index 2587ba7..5bd6765 100644
--- a/generated/googleapis/test/displayvideo/v1_test.dart
+++ b/generated/googleapis/test/displayvideo/v1_test.dart
@@ -86,14 +86,14 @@
buildCounterActiveViewVideoViewabilityMetricConfig--;
}
-core.List<core.String> buildUnnamed5066() {
+core.List<core.String> buildUnnamed5067() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5066(core.List<core.String> o) {
+void checkUnnamed5067(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -110,7 +110,7 @@
var o = api.Adloox();
buildCounterAdloox++;
if (buildCounterAdloox < 3) {
- o.excludedAdlooxCategories = buildUnnamed5066();
+ o.excludedAdlooxCategories = buildUnnamed5067();
}
buildCounterAdloox--;
return o;
@@ -119,7 +119,7 @@
void checkAdloox(api.Adloox o) {
buildCounterAdloox++;
if (buildCounterAdloox < 3) {
- checkUnnamed5066(o.excludedAdlooxCategories!);
+ checkUnnamed5067(o.excludedAdlooxCategories!);
}
buildCounterAdloox--;
}
@@ -794,14 +794,14 @@
buildCounterAssignedUserRole--;
}
-core.List<api.FirstAndThirdPartyAudienceGroup> buildUnnamed5067() {
+core.List<api.FirstAndThirdPartyAudienceGroup> buildUnnamed5068() {
var o = <api.FirstAndThirdPartyAudienceGroup>[];
o.add(buildFirstAndThirdPartyAudienceGroup());
o.add(buildFirstAndThirdPartyAudienceGroup());
return o;
}
-void checkUnnamed5067(core.List<api.FirstAndThirdPartyAudienceGroup> o) {
+void checkUnnamed5068(core.List<api.FirstAndThirdPartyAudienceGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkFirstAndThirdPartyAudienceGroup(
o[0] as api.FirstAndThirdPartyAudienceGroup);
@@ -820,7 +820,7 @@
o.excludedGoogleAudienceGroup = buildGoogleAudienceGroup();
o.includedCombinedAudienceGroup = buildCombinedAudienceGroup();
o.includedCustomListGroup = buildCustomListGroup();
- o.includedFirstAndThirdPartyAudienceGroups = buildUnnamed5067();
+ o.includedFirstAndThirdPartyAudienceGroups = buildUnnamed5068();
o.includedGoogleAudienceGroup = buildGoogleAudienceGroup();
}
buildCounterAudienceGroupAssignedTargetingOptionDetails--;
@@ -839,7 +839,7 @@
checkCombinedAudienceGroup(
o.includedCombinedAudienceGroup! as api.CombinedAudienceGroup);
checkCustomListGroup(o.includedCustomListGroup! as api.CustomListGroup);
- checkUnnamed5067(o.includedFirstAndThirdPartyAudienceGroups!);
+ checkUnnamed5068(o.includedFirstAndThirdPartyAudienceGroups!);
checkGoogleAudienceGroup(
o.includedGoogleAudienceGroup! as api.GoogleAudienceGroup);
}
@@ -1061,14 +1061,14 @@
buildCounterBrowserTargetingOptionDetails--;
}
-core.List<api.CreateAssignedTargetingOptionsRequest> buildUnnamed5068() {
+core.List<api.CreateAssignedTargetingOptionsRequest> buildUnnamed5069() {
var o = <api.CreateAssignedTargetingOptionsRequest>[];
o.add(buildCreateAssignedTargetingOptionsRequest());
o.add(buildCreateAssignedTargetingOptionsRequest());
return o;
}
-void checkUnnamed5068(core.List<api.CreateAssignedTargetingOptionsRequest> o) {
+void checkUnnamed5069(core.List<api.CreateAssignedTargetingOptionsRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreateAssignedTargetingOptionsRequest(
o[0] as api.CreateAssignedTargetingOptionsRequest);
@@ -1076,14 +1076,14 @@
o[1] as api.CreateAssignedTargetingOptionsRequest);
}
-core.List<api.DeleteAssignedTargetingOptionsRequest> buildUnnamed5069() {
+core.List<api.DeleteAssignedTargetingOptionsRequest> buildUnnamed5070() {
var o = <api.DeleteAssignedTargetingOptionsRequest>[];
o.add(buildDeleteAssignedTargetingOptionsRequest());
o.add(buildDeleteAssignedTargetingOptionsRequest());
return o;
}
-void checkUnnamed5069(core.List<api.DeleteAssignedTargetingOptionsRequest> o) {
+void checkUnnamed5070(core.List<api.DeleteAssignedTargetingOptionsRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeleteAssignedTargetingOptionsRequest(
o[0] as api.DeleteAssignedTargetingOptionsRequest);
@@ -1097,8 +1097,8 @@
var o = api.BulkEditAdvertiserAssignedTargetingOptionsRequest();
buildCounterBulkEditAdvertiserAssignedTargetingOptionsRequest++;
if (buildCounterBulkEditAdvertiserAssignedTargetingOptionsRequest < 3) {
- o.createRequests = buildUnnamed5068();
- o.deleteRequests = buildUnnamed5069();
+ o.createRequests = buildUnnamed5069();
+ o.deleteRequests = buildUnnamed5070();
}
buildCounterBulkEditAdvertiserAssignedTargetingOptionsRequest--;
return o;
@@ -1108,20 +1108,20 @@
api.BulkEditAdvertiserAssignedTargetingOptionsRequest o) {
buildCounterBulkEditAdvertiserAssignedTargetingOptionsRequest++;
if (buildCounterBulkEditAdvertiserAssignedTargetingOptionsRequest < 3) {
- checkUnnamed5068(o.createRequests!);
- checkUnnamed5069(o.deleteRequests!);
+ checkUnnamed5069(o.createRequests!);
+ checkUnnamed5070(o.deleteRequests!);
}
buildCounterBulkEditAdvertiserAssignedTargetingOptionsRequest--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5070() {
+core.List<api.AssignedTargetingOption> buildUnnamed5071() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5070(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5071(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -1133,7 +1133,7 @@
var o = api.BulkEditAdvertiserAssignedTargetingOptionsResponse();
buildCounterBulkEditAdvertiserAssignedTargetingOptionsResponse++;
if (buildCounterBulkEditAdvertiserAssignedTargetingOptionsResponse < 3) {
- o.createdAssignedTargetingOptions = buildUnnamed5070();
+ o.createdAssignedTargetingOptions = buildUnnamed5071();
}
buildCounterBulkEditAdvertiserAssignedTargetingOptionsResponse--;
return o;
@@ -1143,32 +1143,32 @@
api.BulkEditAdvertiserAssignedTargetingOptionsResponse o) {
buildCounterBulkEditAdvertiserAssignedTargetingOptionsResponse++;
if (buildCounterBulkEditAdvertiserAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5070(o.createdAssignedTargetingOptions!);
+ checkUnnamed5071(o.createdAssignedTargetingOptions!);
}
buildCounterBulkEditAdvertiserAssignedTargetingOptionsResponse--;
}
-core.List<api.AssignedInventorySource> buildUnnamed5071() {
+core.List<api.AssignedInventorySource> buildUnnamed5072() {
var o = <api.AssignedInventorySource>[];
o.add(buildAssignedInventorySource());
o.add(buildAssignedInventorySource());
return o;
}
-void checkUnnamed5071(core.List<api.AssignedInventorySource> o) {
+void checkUnnamed5072(core.List<api.AssignedInventorySource> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedInventorySource(o[0] as api.AssignedInventorySource);
checkAssignedInventorySource(o[1] as api.AssignedInventorySource);
}
-core.List<core.String> buildUnnamed5072() {
+core.List<core.String> buildUnnamed5073() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5072(core.List<core.String> o) {
+void checkUnnamed5073(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1187,8 +1187,8 @@
buildCounterBulkEditAssignedInventorySourcesRequest++;
if (buildCounterBulkEditAssignedInventorySourcesRequest < 3) {
o.advertiserId = 'foo';
- o.createdAssignedInventorySources = buildUnnamed5071();
- o.deletedAssignedInventorySources = buildUnnamed5072();
+ o.createdAssignedInventorySources = buildUnnamed5072();
+ o.deletedAssignedInventorySources = buildUnnamed5073();
o.partnerId = 'foo';
}
buildCounterBulkEditAssignedInventorySourcesRequest--;
@@ -1203,8 +1203,8 @@
o.advertiserId!,
unittest.equals('foo'),
);
- checkUnnamed5071(o.createdAssignedInventorySources!);
- checkUnnamed5072(o.deletedAssignedInventorySources!);
+ checkUnnamed5072(o.createdAssignedInventorySources!);
+ checkUnnamed5073(o.deletedAssignedInventorySources!);
unittest.expect(
o.partnerId!,
unittest.equals('foo'),
@@ -1213,14 +1213,14 @@
buildCounterBulkEditAssignedInventorySourcesRequest--;
}
-core.List<api.AssignedInventorySource> buildUnnamed5073() {
+core.List<api.AssignedInventorySource> buildUnnamed5074() {
var o = <api.AssignedInventorySource>[];
o.add(buildAssignedInventorySource());
o.add(buildAssignedInventorySource());
return o;
}
-void checkUnnamed5073(core.List<api.AssignedInventorySource> o) {
+void checkUnnamed5074(core.List<api.AssignedInventorySource> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedInventorySource(o[0] as api.AssignedInventorySource);
checkAssignedInventorySource(o[1] as api.AssignedInventorySource);
@@ -1232,7 +1232,7 @@
var o = api.BulkEditAssignedInventorySourcesResponse();
buildCounterBulkEditAssignedInventorySourcesResponse++;
if (buildCounterBulkEditAssignedInventorySourcesResponse < 3) {
- o.assignedInventorySources = buildUnnamed5073();
+ o.assignedInventorySources = buildUnnamed5074();
}
buildCounterBulkEditAssignedInventorySourcesResponse--;
return o;
@@ -1242,32 +1242,32 @@
api.BulkEditAssignedInventorySourcesResponse o) {
buildCounterBulkEditAssignedInventorySourcesResponse++;
if (buildCounterBulkEditAssignedInventorySourcesResponse < 3) {
- checkUnnamed5073(o.assignedInventorySources!);
+ checkUnnamed5074(o.assignedInventorySources!);
}
buildCounterBulkEditAssignedInventorySourcesResponse--;
}
-core.List<api.AssignedLocation> buildUnnamed5074() {
+core.List<api.AssignedLocation> buildUnnamed5075() {
var o = <api.AssignedLocation>[];
o.add(buildAssignedLocation());
o.add(buildAssignedLocation());
return o;
}
-void checkUnnamed5074(core.List<api.AssignedLocation> o) {
+void checkUnnamed5075(core.List<api.AssignedLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedLocation(o[0] as api.AssignedLocation);
checkAssignedLocation(o[1] as api.AssignedLocation);
}
-core.List<core.String> buildUnnamed5075() {
+core.List<core.String> buildUnnamed5076() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5075(core.List<core.String> o) {
+void checkUnnamed5076(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1284,8 +1284,8 @@
var o = api.BulkEditAssignedLocationsRequest();
buildCounterBulkEditAssignedLocationsRequest++;
if (buildCounterBulkEditAssignedLocationsRequest < 3) {
- o.createdAssignedLocations = buildUnnamed5074();
- o.deletedAssignedLocations = buildUnnamed5075();
+ o.createdAssignedLocations = buildUnnamed5075();
+ o.deletedAssignedLocations = buildUnnamed5076();
}
buildCounterBulkEditAssignedLocationsRequest--;
return o;
@@ -1295,20 +1295,20 @@
api.BulkEditAssignedLocationsRequest o) {
buildCounterBulkEditAssignedLocationsRequest++;
if (buildCounterBulkEditAssignedLocationsRequest < 3) {
- checkUnnamed5074(o.createdAssignedLocations!);
- checkUnnamed5075(o.deletedAssignedLocations!);
+ checkUnnamed5075(o.createdAssignedLocations!);
+ checkUnnamed5076(o.deletedAssignedLocations!);
}
buildCounterBulkEditAssignedLocationsRequest--;
}
-core.List<api.AssignedLocation> buildUnnamed5076() {
+core.List<api.AssignedLocation> buildUnnamed5077() {
var o = <api.AssignedLocation>[];
o.add(buildAssignedLocation());
o.add(buildAssignedLocation());
return o;
}
-void checkUnnamed5076(core.List<api.AssignedLocation> o) {
+void checkUnnamed5077(core.List<api.AssignedLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedLocation(o[0] as api.AssignedLocation);
checkAssignedLocation(o[1] as api.AssignedLocation);
@@ -1319,7 +1319,7 @@
var o = api.BulkEditAssignedLocationsResponse();
buildCounterBulkEditAssignedLocationsResponse++;
if (buildCounterBulkEditAssignedLocationsResponse < 3) {
- o.assignedLocations = buildUnnamed5076();
+ o.assignedLocations = buildUnnamed5077();
}
buildCounterBulkEditAssignedLocationsResponse--;
return o;
@@ -1329,32 +1329,32 @@
api.BulkEditAssignedLocationsResponse o) {
buildCounterBulkEditAssignedLocationsResponse++;
if (buildCounterBulkEditAssignedLocationsResponse < 3) {
- checkUnnamed5076(o.assignedLocations!);
+ checkUnnamed5077(o.assignedLocations!);
}
buildCounterBulkEditAssignedLocationsResponse--;
}
-core.List<api.AssignedUserRole> buildUnnamed5077() {
+core.List<api.AssignedUserRole> buildUnnamed5078() {
var o = <api.AssignedUserRole>[];
o.add(buildAssignedUserRole());
o.add(buildAssignedUserRole());
return o;
}
-void checkUnnamed5077(core.List<api.AssignedUserRole> o) {
+void checkUnnamed5078(core.List<api.AssignedUserRole> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedUserRole(o[0] as api.AssignedUserRole);
checkAssignedUserRole(o[1] as api.AssignedUserRole);
}
-core.List<core.String> buildUnnamed5078() {
+core.List<core.String> buildUnnamed5079() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5078(core.List<core.String> o) {
+void checkUnnamed5079(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1371,8 +1371,8 @@
var o = api.BulkEditAssignedUserRolesRequest();
buildCounterBulkEditAssignedUserRolesRequest++;
if (buildCounterBulkEditAssignedUserRolesRequest < 3) {
- o.createdAssignedUserRoles = buildUnnamed5077();
- o.deletedAssignedUserRoles = buildUnnamed5078();
+ o.createdAssignedUserRoles = buildUnnamed5078();
+ o.deletedAssignedUserRoles = buildUnnamed5079();
}
buildCounterBulkEditAssignedUserRolesRequest--;
return o;
@@ -1382,20 +1382,20 @@
api.BulkEditAssignedUserRolesRequest o) {
buildCounterBulkEditAssignedUserRolesRequest++;
if (buildCounterBulkEditAssignedUserRolesRequest < 3) {
- checkUnnamed5077(o.createdAssignedUserRoles!);
- checkUnnamed5078(o.deletedAssignedUserRoles!);
+ checkUnnamed5078(o.createdAssignedUserRoles!);
+ checkUnnamed5079(o.deletedAssignedUserRoles!);
}
buildCounterBulkEditAssignedUserRolesRequest--;
}
-core.List<api.AssignedUserRole> buildUnnamed5079() {
+core.List<api.AssignedUserRole> buildUnnamed5080() {
var o = <api.AssignedUserRole>[];
o.add(buildAssignedUserRole());
o.add(buildAssignedUserRole());
return o;
}
-void checkUnnamed5079(core.List<api.AssignedUserRole> o) {
+void checkUnnamed5080(core.List<api.AssignedUserRole> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedUserRole(o[0] as api.AssignedUserRole);
checkAssignedUserRole(o[1] as api.AssignedUserRole);
@@ -1406,7 +1406,7 @@
var o = api.BulkEditAssignedUserRolesResponse();
buildCounterBulkEditAssignedUserRolesResponse++;
if (buildCounterBulkEditAssignedUserRolesResponse < 3) {
- o.createdAssignedUserRoles = buildUnnamed5079();
+ o.createdAssignedUserRoles = buildUnnamed5080();
}
buildCounterBulkEditAssignedUserRolesResponse--;
return o;
@@ -1416,19 +1416,19 @@
api.BulkEditAssignedUserRolesResponse o) {
buildCounterBulkEditAssignedUserRolesResponse++;
if (buildCounterBulkEditAssignedUserRolesResponse < 3) {
- checkUnnamed5079(o.createdAssignedUserRoles!);
+ checkUnnamed5080(o.createdAssignedUserRoles!);
}
buildCounterBulkEditAssignedUserRolesResponse--;
}
-core.List<api.CreateAssignedTargetingOptionsRequest> buildUnnamed5080() {
+core.List<api.CreateAssignedTargetingOptionsRequest> buildUnnamed5081() {
var o = <api.CreateAssignedTargetingOptionsRequest>[];
o.add(buildCreateAssignedTargetingOptionsRequest());
o.add(buildCreateAssignedTargetingOptionsRequest());
return o;
}
-void checkUnnamed5080(core.List<api.CreateAssignedTargetingOptionsRequest> o) {
+void checkUnnamed5081(core.List<api.CreateAssignedTargetingOptionsRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreateAssignedTargetingOptionsRequest(
o[0] as api.CreateAssignedTargetingOptionsRequest);
@@ -1436,14 +1436,14 @@
o[1] as api.CreateAssignedTargetingOptionsRequest);
}
-core.List<api.DeleteAssignedTargetingOptionsRequest> buildUnnamed5081() {
+core.List<api.DeleteAssignedTargetingOptionsRequest> buildUnnamed5082() {
var o = <api.DeleteAssignedTargetingOptionsRequest>[];
o.add(buildDeleteAssignedTargetingOptionsRequest());
o.add(buildDeleteAssignedTargetingOptionsRequest());
return o;
}
-void checkUnnamed5081(core.List<api.DeleteAssignedTargetingOptionsRequest> o) {
+void checkUnnamed5082(core.List<api.DeleteAssignedTargetingOptionsRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeleteAssignedTargetingOptionsRequest(
o[0] as api.DeleteAssignedTargetingOptionsRequest);
@@ -1457,8 +1457,8 @@
var o = api.BulkEditLineItemAssignedTargetingOptionsRequest();
buildCounterBulkEditLineItemAssignedTargetingOptionsRequest++;
if (buildCounterBulkEditLineItemAssignedTargetingOptionsRequest < 3) {
- o.createRequests = buildUnnamed5080();
- o.deleteRequests = buildUnnamed5081();
+ o.createRequests = buildUnnamed5081();
+ o.deleteRequests = buildUnnamed5082();
}
buildCounterBulkEditLineItemAssignedTargetingOptionsRequest--;
return o;
@@ -1468,20 +1468,20 @@
api.BulkEditLineItemAssignedTargetingOptionsRequest o) {
buildCounterBulkEditLineItemAssignedTargetingOptionsRequest++;
if (buildCounterBulkEditLineItemAssignedTargetingOptionsRequest < 3) {
- checkUnnamed5080(o.createRequests!);
- checkUnnamed5081(o.deleteRequests!);
+ checkUnnamed5081(o.createRequests!);
+ checkUnnamed5082(o.deleteRequests!);
}
buildCounterBulkEditLineItemAssignedTargetingOptionsRequest--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5082() {
+core.List<api.AssignedTargetingOption> buildUnnamed5083() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5082(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5083(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -1493,7 +1493,7 @@
var o = api.BulkEditLineItemAssignedTargetingOptionsResponse();
buildCounterBulkEditLineItemAssignedTargetingOptionsResponse++;
if (buildCounterBulkEditLineItemAssignedTargetingOptionsResponse < 3) {
- o.createdAssignedTargetingOptions = buildUnnamed5082();
+ o.createdAssignedTargetingOptions = buildUnnamed5083();
}
buildCounterBulkEditLineItemAssignedTargetingOptionsResponse--;
return o;
@@ -1503,32 +1503,32 @@
api.BulkEditLineItemAssignedTargetingOptionsResponse o) {
buildCounterBulkEditLineItemAssignedTargetingOptionsResponse++;
if (buildCounterBulkEditLineItemAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5082(o.createdAssignedTargetingOptions!);
+ checkUnnamed5083(o.createdAssignedTargetingOptions!);
}
buildCounterBulkEditLineItemAssignedTargetingOptionsResponse--;
}
-core.List<api.NegativeKeyword> buildUnnamed5083() {
+core.List<api.NegativeKeyword> buildUnnamed5084() {
var o = <api.NegativeKeyword>[];
o.add(buildNegativeKeyword());
o.add(buildNegativeKeyword());
return o;
}
-void checkUnnamed5083(core.List<api.NegativeKeyword> o) {
+void checkUnnamed5084(core.List<api.NegativeKeyword> o) {
unittest.expect(o, unittest.hasLength(2));
checkNegativeKeyword(o[0] as api.NegativeKeyword);
checkNegativeKeyword(o[1] as api.NegativeKeyword);
}
-core.List<core.String> buildUnnamed5084() {
+core.List<core.String> buildUnnamed5085() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5084(core.List<core.String> o) {
+void checkUnnamed5085(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1545,8 +1545,8 @@
var o = api.BulkEditNegativeKeywordsRequest();
buildCounterBulkEditNegativeKeywordsRequest++;
if (buildCounterBulkEditNegativeKeywordsRequest < 3) {
- o.createdNegativeKeywords = buildUnnamed5083();
- o.deletedNegativeKeywords = buildUnnamed5084();
+ o.createdNegativeKeywords = buildUnnamed5084();
+ o.deletedNegativeKeywords = buildUnnamed5085();
}
buildCounterBulkEditNegativeKeywordsRequest--;
return o;
@@ -1556,20 +1556,20 @@
api.BulkEditNegativeKeywordsRequest o) {
buildCounterBulkEditNegativeKeywordsRequest++;
if (buildCounterBulkEditNegativeKeywordsRequest < 3) {
- checkUnnamed5083(o.createdNegativeKeywords!);
- checkUnnamed5084(o.deletedNegativeKeywords!);
+ checkUnnamed5084(o.createdNegativeKeywords!);
+ checkUnnamed5085(o.deletedNegativeKeywords!);
}
buildCounterBulkEditNegativeKeywordsRequest--;
}
-core.List<api.NegativeKeyword> buildUnnamed5085() {
+core.List<api.NegativeKeyword> buildUnnamed5086() {
var o = <api.NegativeKeyword>[];
o.add(buildNegativeKeyword());
o.add(buildNegativeKeyword());
return o;
}
-void checkUnnamed5085(core.List<api.NegativeKeyword> o) {
+void checkUnnamed5086(core.List<api.NegativeKeyword> o) {
unittest.expect(o, unittest.hasLength(2));
checkNegativeKeyword(o[0] as api.NegativeKeyword);
checkNegativeKeyword(o[1] as api.NegativeKeyword);
@@ -1580,7 +1580,7 @@
var o = api.BulkEditNegativeKeywordsResponse();
buildCounterBulkEditNegativeKeywordsResponse++;
if (buildCounterBulkEditNegativeKeywordsResponse < 3) {
- o.negativeKeywords = buildUnnamed5085();
+ o.negativeKeywords = buildUnnamed5086();
}
buildCounterBulkEditNegativeKeywordsResponse--;
return o;
@@ -1590,19 +1590,19 @@
api.BulkEditNegativeKeywordsResponse o) {
buildCounterBulkEditNegativeKeywordsResponse++;
if (buildCounterBulkEditNegativeKeywordsResponse < 3) {
- checkUnnamed5085(o.negativeKeywords!);
+ checkUnnamed5086(o.negativeKeywords!);
}
buildCounterBulkEditNegativeKeywordsResponse--;
}
-core.List<api.CreateAssignedTargetingOptionsRequest> buildUnnamed5086() {
+core.List<api.CreateAssignedTargetingOptionsRequest> buildUnnamed5087() {
var o = <api.CreateAssignedTargetingOptionsRequest>[];
o.add(buildCreateAssignedTargetingOptionsRequest());
o.add(buildCreateAssignedTargetingOptionsRequest());
return o;
}
-void checkUnnamed5086(core.List<api.CreateAssignedTargetingOptionsRequest> o) {
+void checkUnnamed5087(core.List<api.CreateAssignedTargetingOptionsRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreateAssignedTargetingOptionsRequest(
o[0] as api.CreateAssignedTargetingOptionsRequest);
@@ -1610,14 +1610,14 @@
o[1] as api.CreateAssignedTargetingOptionsRequest);
}
-core.List<api.DeleteAssignedTargetingOptionsRequest> buildUnnamed5087() {
+core.List<api.DeleteAssignedTargetingOptionsRequest> buildUnnamed5088() {
var o = <api.DeleteAssignedTargetingOptionsRequest>[];
o.add(buildDeleteAssignedTargetingOptionsRequest());
o.add(buildDeleteAssignedTargetingOptionsRequest());
return o;
}
-void checkUnnamed5087(core.List<api.DeleteAssignedTargetingOptionsRequest> o) {
+void checkUnnamed5088(core.List<api.DeleteAssignedTargetingOptionsRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeleteAssignedTargetingOptionsRequest(
o[0] as api.DeleteAssignedTargetingOptionsRequest);
@@ -1631,8 +1631,8 @@
var o = api.BulkEditPartnerAssignedTargetingOptionsRequest();
buildCounterBulkEditPartnerAssignedTargetingOptionsRequest++;
if (buildCounterBulkEditPartnerAssignedTargetingOptionsRequest < 3) {
- o.createRequests = buildUnnamed5086();
- o.deleteRequests = buildUnnamed5087();
+ o.createRequests = buildUnnamed5087();
+ o.deleteRequests = buildUnnamed5088();
}
buildCounterBulkEditPartnerAssignedTargetingOptionsRequest--;
return o;
@@ -1642,20 +1642,20 @@
api.BulkEditPartnerAssignedTargetingOptionsRequest o) {
buildCounterBulkEditPartnerAssignedTargetingOptionsRequest++;
if (buildCounterBulkEditPartnerAssignedTargetingOptionsRequest < 3) {
- checkUnnamed5086(o.createRequests!);
- checkUnnamed5087(o.deleteRequests!);
+ checkUnnamed5087(o.createRequests!);
+ checkUnnamed5088(o.deleteRequests!);
}
buildCounterBulkEditPartnerAssignedTargetingOptionsRequest--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5088() {
+core.List<api.AssignedTargetingOption> buildUnnamed5089() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5088(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5089(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -1667,7 +1667,7 @@
var o = api.BulkEditPartnerAssignedTargetingOptionsResponse();
buildCounterBulkEditPartnerAssignedTargetingOptionsResponse++;
if (buildCounterBulkEditPartnerAssignedTargetingOptionsResponse < 3) {
- o.createdAssignedTargetingOptions = buildUnnamed5088();
+ o.createdAssignedTargetingOptions = buildUnnamed5089();
}
buildCounterBulkEditPartnerAssignedTargetingOptionsResponse--;
return o;
@@ -1677,32 +1677,32 @@
api.BulkEditPartnerAssignedTargetingOptionsResponse o) {
buildCounterBulkEditPartnerAssignedTargetingOptionsResponse++;
if (buildCounterBulkEditPartnerAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5088(o.createdAssignedTargetingOptions!);
+ checkUnnamed5089(o.createdAssignedTargetingOptions!);
}
buildCounterBulkEditPartnerAssignedTargetingOptionsResponse--;
}
-core.List<api.Site> buildUnnamed5089() {
+core.List<api.Site> buildUnnamed5090() {
var o = <api.Site>[];
o.add(buildSite());
o.add(buildSite());
return o;
}
-void checkUnnamed5089(core.List<api.Site> o) {
+void checkUnnamed5090(core.List<api.Site> o) {
unittest.expect(o, unittest.hasLength(2));
checkSite(o[0] as api.Site);
checkSite(o[1] as api.Site);
}
-core.List<core.String> buildUnnamed5090() {
+core.List<core.String> buildUnnamed5091() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5090(core.List<core.String> o) {
+void checkUnnamed5091(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1720,8 +1720,8 @@
buildCounterBulkEditSitesRequest++;
if (buildCounterBulkEditSitesRequest < 3) {
o.advertiserId = 'foo';
- o.createdSites = buildUnnamed5089();
- o.deletedSites = buildUnnamed5090();
+ o.createdSites = buildUnnamed5090();
+ o.deletedSites = buildUnnamed5091();
o.partnerId = 'foo';
}
buildCounterBulkEditSitesRequest--;
@@ -1735,8 +1735,8 @@
o.advertiserId!,
unittest.equals('foo'),
);
- checkUnnamed5089(o.createdSites!);
- checkUnnamed5090(o.deletedSites!);
+ checkUnnamed5090(o.createdSites!);
+ checkUnnamed5091(o.deletedSites!);
unittest.expect(
o.partnerId!,
unittest.equals('foo'),
@@ -1745,14 +1745,14 @@
buildCounterBulkEditSitesRequest--;
}
-core.List<api.Site> buildUnnamed5091() {
+core.List<api.Site> buildUnnamed5092() {
var o = <api.Site>[];
o.add(buildSite());
o.add(buildSite());
return o;
}
-void checkUnnamed5091(core.List<api.Site> o) {
+void checkUnnamed5092(core.List<api.Site> o) {
unittest.expect(o, unittest.hasLength(2));
checkSite(o[0] as api.Site);
checkSite(o[1] as api.Site);
@@ -1763,7 +1763,7 @@
var o = api.BulkEditSitesResponse();
buildCounterBulkEditSitesResponse++;
if (buildCounterBulkEditSitesResponse < 3) {
- o.sites = buildUnnamed5091();
+ o.sites = buildUnnamed5092();
}
buildCounterBulkEditSitesResponse--;
return o;
@@ -1772,50 +1772,11 @@
void checkBulkEditSitesResponse(api.BulkEditSitesResponse o) {
buildCounterBulkEditSitesResponse++;
if (buildCounterBulkEditSitesResponse < 3) {
- checkUnnamed5091(o.sites!);
+ checkUnnamed5092(o.sites!);
}
buildCounterBulkEditSitesResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5092() {
- var o = <api.AssignedTargetingOption>[];
- o.add(buildAssignedTargetingOption());
- o.add(buildAssignedTargetingOption());
- return o;
-}
-
-void checkUnnamed5092(core.List<api.AssignedTargetingOption> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
- checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
-}
-
-core.int buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse = 0;
-api.BulkListAdvertiserAssignedTargetingOptionsResponse
- buildBulkListAdvertiserAssignedTargetingOptionsResponse() {
- var o = api.BulkListAdvertiserAssignedTargetingOptionsResponse();
- buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse++;
- if (buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5092();
- o.nextPageToken = 'foo';
- }
- buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse--;
- return o;
-}
-
-void checkBulkListAdvertiserAssignedTargetingOptionsResponse(
- api.BulkListAdvertiserAssignedTargetingOptionsResponse o) {
- buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse++;
- if (buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5092(o.assignedTargetingOptions!);
- unittest.expect(
- o.nextPageToken!,
- unittest.equals('foo'),
- );
- }
- buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse--;
-}
-
core.List<api.AssignedTargetingOption> buildUnnamed5093() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
@@ -1829,30 +1790,30 @@
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
}
-core.int buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse = 0;
-api.BulkListInsertionOrderAssignedTargetingOptionsResponse
- buildBulkListInsertionOrderAssignedTargetingOptionsResponse() {
- var o = api.BulkListInsertionOrderAssignedTargetingOptionsResponse();
- buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse++;
- if (buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse < 3) {
+core.int buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse = 0;
+api.BulkListAdvertiserAssignedTargetingOptionsResponse
+ buildBulkListAdvertiserAssignedTargetingOptionsResponse() {
+ var o = api.BulkListAdvertiserAssignedTargetingOptionsResponse();
+ buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse++;
+ if (buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse < 3) {
o.assignedTargetingOptions = buildUnnamed5093();
o.nextPageToken = 'foo';
}
- buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse--;
+ buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse--;
return o;
}
-void checkBulkListInsertionOrderAssignedTargetingOptionsResponse(
- api.BulkListInsertionOrderAssignedTargetingOptionsResponse o) {
- buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse++;
- if (buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse < 3) {
+void checkBulkListAdvertiserAssignedTargetingOptionsResponse(
+ api.BulkListAdvertiserAssignedTargetingOptionsResponse o) {
+ buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse++;
+ if (buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse < 3) {
checkUnnamed5093(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
}
- buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse--;
+ buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse--;
}
core.List<api.AssignedTargetingOption> buildUnnamed5094() {
@@ -1868,13 +1829,52 @@
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
}
+core.int buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse = 0;
+api.BulkListInsertionOrderAssignedTargetingOptionsResponse
+ buildBulkListInsertionOrderAssignedTargetingOptionsResponse() {
+ var o = api.BulkListInsertionOrderAssignedTargetingOptionsResponse();
+ buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse++;
+ if (buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse < 3) {
+ o.assignedTargetingOptions = buildUnnamed5094();
+ o.nextPageToken = 'foo';
+ }
+ buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse--;
+ return o;
+}
+
+void checkBulkListInsertionOrderAssignedTargetingOptionsResponse(
+ api.BulkListInsertionOrderAssignedTargetingOptionsResponse o) {
+ buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse++;
+ if (buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse < 3) {
+ checkUnnamed5094(o.assignedTargetingOptions!);
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse--;
+}
+
+core.List<api.AssignedTargetingOption> buildUnnamed5095() {
+ var o = <api.AssignedTargetingOption>[];
+ o.add(buildAssignedTargetingOption());
+ o.add(buildAssignedTargetingOption());
+ return o;
+}
+
+void checkUnnamed5095(core.List<api.AssignedTargetingOption> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
+ checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
+}
+
core.int buildCounterBulkListLineItemAssignedTargetingOptionsResponse = 0;
api.BulkListLineItemAssignedTargetingOptionsResponse
buildBulkListLineItemAssignedTargetingOptionsResponse() {
var o = api.BulkListLineItemAssignedTargetingOptionsResponse();
buildCounterBulkListLineItemAssignedTargetingOptionsResponse++;
if (buildCounterBulkListLineItemAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5094();
+ o.assignedTargetingOptions = buildUnnamed5095();
o.nextPageToken = 'foo';
}
buildCounterBulkListLineItemAssignedTargetingOptionsResponse--;
@@ -1885,7 +1885,7 @@
api.BulkListLineItemAssignedTargetingOptionsResponse o) {
buildCounterBulkListLineItemAssignedTargetingOptionsResponse++;
if (buildCounterBulkListLineItemAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5094(o.assignedTargetingOptions!);
+ checkUnnamed5095(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2176,14 +2176,14 @@
buildCounterChannelAssignedTargetingOptionDetails--;
}
-core.List<core.String> buildUnnamed5095() {
+core.List<core.String> buildUnnamed5096() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5095(core.List<core.String> o) {
+void checkUnnamed5096(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2203,7 +2203,7 @@
o.cmAccountId = 'foo';
o.cmFloodlightConfigId = 'foo';
o.cmFloodlightLinkingAuthorized = true;
- o.cmSyncableSiteIds = buildUnnamed5095();
+ o.cmSyncableSiteIds = buildUnnamed5096();
o.dv360ToCmCostReportingEnabled = true;
o.dv360ToCmDataSharingEnabled = true;
}
@@ -2223,7 +2223,7 @@
unittest.equals('foo'),
);
unittest.expect(o.cmFloodlightLinkingAuthorized!, unittest.isTrue);
- checkUnnamed5095(o.cmSyncableSiteIds!);
+ checkUnnamed5096(o.cmSyncableSiteIds!);
unittest.expect(o.dv360ToCmCostReportingEnabled!, unittest.isTrue);
unittest.expect(o.dv360ToCmDataSharingEnabled!, unittest.isTrue);
}
@@ -2294,14 +2294,14 @@
buildCounterCombinedAudience--;
}
-core.List<api.CombinedAudienceTargetingSetting> buildUnnamed5096() {
+core.List<api.CombinedAudienceTargetingSetting> buildUnnamed5097() {
var o = <api.CombinedAudienceTargetingSetting>[];
o.add(buildCombinedAudienceTargetingSetting());
o.add(buildCombinedAudienceTargetingSetting());
return o;
}
-void checkUnnamed5096(core.List<api.CombinedAudienceTargetingSetting> o) {
+void checkUnnamed5097(core.List<api.CombinedAudienceTargetingSetting> o) {
unittest.expect(o, unittest.hasLength(2));
checkCombinedAudienceTargetingSetting(
o[0] as api.CombinedAudienceTargetingSetting);
@@ -2314,7 +2314,7 @@
var o = api.CombinedAudienceGroup();
buildCounterCombinedAudienceGroup++;
if (buildCounterCombinedAudienceGroup < 3) {
- o.settings = buildUnnamed5096();
+ o.settings = buildUnnamed5097();
}
buildCounterCombinedAudienceGroup--;
return o;
@@ -2323,7 +2323,7 @@
void checkCombinedAudienceGroup(api.CombinedAudienceGroup o) {
buildCounterCombinedAudienceGroup++;
if (buildCounterCombinedAudienceGroup < 3) {
- checkUnnamed5096(o.settings!);
+ checkUnnamed5097(o.settings!);
}
buildCounterCombinedAudienceGroup--;
}
@@ -2467,14 +2467,14 @@
buildCounterContentOutstreamPositionTargetingOptionDetails--;
}
-core.List<api.TrackingFloodlightActivityConfig> buildUnnamed5097() {
+core.List<api.TrackingFloodlightActivityConfig> buildUnnamed5098() {
var o = <api.TrackingFloodlightActivityConfig>[];
o.add(buildTrackingFloodlightActivityConfig());
o.add(buildTrackingFloodlightActivityConfig());
return o;
}
-void checkUnnamed5097(core.List<api.TrackingFloodlightActivityConfig> o) {
+void checkUnnamed5098(core.List<api.TrackingFloodlightActivityConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrackingFloodlightActivityConfig(
o[0] as api.TrackingFloodlightActivityConfig);
@@ -2487,7 +2487,7 @@
var o = api.ConversionCountingConfig();
buildCounterConversionCountingConfig++;
if (buildCounterConversionCountingConfig < 3) {
- o.floodlightActivityConfigs = buildUnnamed5097();
+ o.floodlightActivityConfigs = buildUnnamed5098();
o.postViewCountPercentageMillis = 'foo';
}
buildCounterConversionCountingConfig--;
@@ -2497,7 +2497,7 @@
void checkConversionCountingConfig(api.ConversionCountingConfig o) {
buildCounterConversionCountingConfig++;
if (buildCounterConversionCountingConfig < 3) {
- checkUnnamed5097(o.floodlightActivityConfigs!);
+ checkUnnamed5098(o.floodlightActivityConfigs!);
unittest.expect(
o.postViewCountPercentageMillis!,
unittest.equals('foo'),
@@ -2574,14 +2574,14 @@
buildCounterCreateAssetResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5098() {
+core.List<api.AssignedTargetingOption> buildUnnamed5099() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5098(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5099(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -2593,7 +2593,7 @@
var o = api.CreateAssignedTargetingOptionsRequest();
buildCounterCreateAssignedTargetingOptionsRequest++;
if (buildCounterCreateAssignedTargetingOptionsRequest < 3) {
- o.assignedTargetingOptions = buildUnnamed5098();
+ o.assignedTargetingOptions = buildUnnamed5099();
o.targetingType = 'foo';
}
buildCounterCreateAssignedTargetingOptionsRequest--;
@@ -2604,7 +2604,7 @@
api.CreateAssignedTargetingOptionsRequest o) {
buildCounterCreateAssignedTargetingOptionsRequest++;
if (buildCounterCreateAssignedTargetingOptionsRequest < 3) {
- checkUnnamed5098(o.assignedTargetingOptions!);
+ checkUnnamed5099(o.assignedTargetingOptions!);
unittest.expect(
o.targetingType!,
unittest.equals('foo'),
@@ -2652,40 +2652,40 @@
buildCounterCreateSdfDownloadTaskRequest--;
}
-core.List<api.Dimensions> buildUnnamed5099() {
+core.List<api.Dimensions> buildUnnamed5100() {
var o = <api.Dimensions>[];
o.add(buildDimensions());
o.add(buildDimensions());
return o;
}
-void checkUnnamed5099(core.List<api.Dimensions> o) {
+void checkUnnamed5100(core.List<api.Dimensions> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensions(o[0] as api.Dimensions);
checkDimensions(o[1] as api.Dimensions);
}
-core.List<api.AssetAssociation> buildUnnamed5100() {
+core.List<api.AssetAssociation> buildUnnamed5101() {
var o = <api.AssetAssociation>[];
o.add(buildAssetAssociation());
o.add(buildAssetAssociation());
return o;
}
-void checkUnnamed5100(core.List<api.AssetAssociation> o) {
+void checkUnnamed5101(core.List<api.AssetAssociation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssetAssociation(o[0] as api.AssetAssociation);
checkAssetAssociation(o[1] as api.AssetAssociation);
}
-core.List<core.String> buildUnnamed5101() {
+core.List<core.String> buildUnnamed5102() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5101(core.List<core.String> o) {
+void checkUnnamed5102(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2697,27 +2697,27 @@
);
}
-core.List<api.CounterEvent> buildUnnamed5102() {
+core.List<api.CounterEvent> buildUnnamed5103() {
var o = <api.CounterEvent>[];
o.add(buildCounterEvent());
o.add(buildCounterEvent());
return o;
}
-void checkUnnamed5102(core.List<api.CounterEvent> o) {
+void checkUnnamed5103(core.List<api.CounterEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCounterEvent(o[0] as api.CounterEvent);
checkCounterEvent(o[1] as api.CounterEvent);
}
-core.List<core.String> buildUnnamed5103() {
+core.List<core.String> buildUnnamed5104() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5103(core.List<core.String> o) {
+void checkUnnamed5104(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2729,27 +2729,27 @@
);
}
-core.List<api.ExitEvent> buildUnnamed5104() {
+core.List<api.ExitEvent> buildUnnamed5105() {
var o = <api.ExitEvent>[];
o.add(buildExitEvent());
o.add(buildExitEvent());
return o;
}
-void checkUnnamed5104(core.List<api.ExitEvent> o) {
+void checkUnnamed5105(core.List<api.ExitEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkExitEvent(o[0] as api.ExitEvent);
checkExitEvent(o[1] as api.ExitEvent);
}
-core.List<core.String> buildUnnamed5105() {
+core.List<core.String> buildUnnamed5106() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5105(core.List<core.String> o) {
+void checkUnnamed5106(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2761,40 +2761,40 @@
);
}
-core.List<api.ThirdPartyUrl> buildUnnamed5106() {
+core.List<api.ThirdPartyUrl> buildUnnamed5107() {
var o = <api.ThirdPartyUrl>[];
o.add(buildThirdPartyUrl());
o.add(buildThirdPartyUrl());
return o;
}
-void checkUnnamed5106(core.List<api.ThirdPartyUrl> o) {
+void checkUnnamed5107(core.List<api.ThirdPartyUrl> o) {
unittest.expect(o, unittest.hasLength(2));
checkThirdPartyUrl(o[0] as api.ThirdPartyUrl);
checkThirdPartyUrl(o[1] as api.ThirdPartyUrl);
}
-core.List<api.TimerEvent> buildUnnamed5107() {
+core.List<api.TimerEvent> buildUnnamed5108() {
var o = <api.TimerEvent>[];
o.add(buildTimerEvent());
o.add(buildTimerEvent());
return o;
}
-void checkUnnamed5107(core.List<api.TimerEvent> o) {
+void checkUnnamed5108(core.List<api.TimerEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkTimerEvent(o[0] as api.TimerEvent);
checkTimerEvent(o[1] as api.TimerEvent);
}
-core.List<core.String> buildUnnamed5108() {
+core.List<core.String> buildUnnamed5109() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5108(core.List<core.String> o) {
+void checkUnnamed5109(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2806,14 +2806,14 @@
);
}
-core.List<api.Transcode> buildUnnamed5109() {
+core.List<api.Transcode> buildUnnamed5110() {
var o = <api.Transcode>[];
o.add(buildTranscode());
o.add(buildTranscode());
return o;
}
-void checkUnnamed5109(core.List<api.Transcode> o) {
+void checkUnnamed5110(core.List<api.Transcode> o) {
unittest.expect(o, unittest.hasLength(2));
checkTranscode(o[0] as api.Transcode);
checkTranscode(o[1] as api.Transcode);
@@ -2824,23 +2824,23 @@
var o = api.Creative();
buildCounterCreative++;
if (buildCounterCreative < 3) {
- o.additionalDimensions = buildUnnamed5099();
+ o.additionalDimensions = buildUnnamed5100();
o.advertiserId = 'foo';
o.appendedTag = 'foo';
- o.assets = buildUnnamed5100();
+ o.assets = buildUnnamed5101();
o.cmPlacementId = 'foo';
o.cmTrackingAd = buildCmTrackingAd();
- o.companionCreativeIds = buildUnnamed5101();
- o.counterEvents = buildUnnamed5102();
+ o.companionCreativeIds = buildUnnamed5102();
+ o.counterEvents = buildUnnamed5103();
o.createTime = 'foo';
- o.creativeAttributes = buildUnnamed5103();
+ o.creativeAttributes = buildUnnamed5104();
o.creativeId = 'foo';
o.creativeType = 'foo';
o.dimensions = buildDimensions();
o.displayName = 'foo';
o.dynamic = true;
o.entityStatus = 'foo';
- o.exitEvents = buildUnnamed5104();
+ o.exitEvents = buildUnnamed5105();
o.expandOnHover = true;
o.expandingDirection = 'foo';
o.hostingSource = 'foo';
@@ -2848,7 +2848,7 @@
o.iasCampaignMonitoring = true;
o.integrationCode = 'foo';
o.jsTrackerUrl = 'foo';
- o.lineItemIds = buildUnnamed5105();
+ o.lineItemIds = buildUnnamed5106();
o.mediaDuration = 'foo';
o.mp3Audio = true;
o.name = 'foo';
@@ -2863,10 +2863,10 @@
o.skipOffset = buildAudioVideoOffset();
o.skippable = true;
o.thirdPartyTag = 'foo';
- o.thirdPartyUrls = buildUnnamed5106();
- o.timerEvents = buildUnnamed5107();
- o.trackerUrls = buildUnnamed5108();
- o.transcodes = buildUnnamed5109();
+ o.thirdPartyUrls = buildUnnamed5107();
+ o.timerEvents = buildUnnamed5108();
+ o.trackerUrls = buildUnnamed5109();
+ o.transcodes = buildUnnamed5110();
o.universalAdId = buildUniversalAdId();
o.updateTime = 'foo';
o.vastTagUrl = 'foo';
@@ -2879,7 +2879,7 @@
void checkCreative(api.Creative o) {
buildCounterCreative++;
if (buildCounterCreative < 3) {
- checkUnnamed5099(o.additionalDimensions!);
+ checkUnnamed5100(o.additionalDimensions!);
unittest.expect(
o.advertiserId!,
unittest.equals('foo'),
@@ -2888,19 +2888,19 @@
o.appendedTag!,
unittest.equals('foo'),
);
- checkUnnamed5100(o.assets!);
+ checkUnnamed5101(o.assets!);
unittest.expect(
o.cmPlacementId!,
unittest.equals('foo'),
);
checkCmTrackingAd(o.cmTrackingAd! as api.CmTrackingAd);
- checkUnnamed5101(o.companionCreativeIds!);
- checkUnnamed5102(o.counterEvents!);
+ checkUnnamed5102(o.companionCreativeIds!);
+ checkUnnamed5103(o.counterEvents!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed5103(o.creativeAttributes!);
+ checkUnnamed5104(o.creativeAttributes!);
unittest.expect(
o.creativeId!,
unittest.equals('foo'),
@@ -2919,7 +2919,7 @@
o.entityStatus!,
unittest.equals('foo'),
);
- checkUnnamed5104(o.exitEvents!);
+ checkUnnamed5105(o.exitEvents!);
unittest.expect(o.expandOnHover!, unittest.isTrue);
unittest.expect(
o.expandingDirection!,
@@ -2939,7 +2939,7 @@
o.jsTrackerUrl!,
unittest.equals('foo'),
);
- checkUnnamed5105(o.lineItemIds!);
+ checkUnnamed5106(o.lineItemIds!);
unittest.expect(
o.mediaDuration!,
unittest.equals('foo'),
@@ -2966,10 +2966,10 @@
o.thirdPartyTag!,
unittest.equals('foo'),
);
- checkUnnamed5106(o.thirdPartyUrls!);
- checkUnnamed5107(o.timerEvents!);
- checkUnnamed5108(o.trackerUrls!);
- checkUnnamed5109(o.transcodes!);
+ checkUnnamed5107(o.thirdPartyUrls!);
+ checkUnnamed5108(o.timerEvents!);
+ checkUnnamed5109(o.trackerUrls!);
+ checkUnnamed5110(o.transcodes!);
checkUniversalAdId(o.universalAdId! as api.UniversalAdId);
unittest.expect(
o.updateTime!,
@@ -3096,14 +3096,14 @@
buildCounterCustomList--;
}
-core.List<api.CustomListTargetingSetting> buildUnnamed5110() {
+core.List<api.CustomListTargetingSetting> buildUnnamed5111() {
var o = <api.CustomListTargetingSetting>[];
o.add(buildCustomListTargetingSetting());
o.add(buildCustomListTargetingSetting());
return o;
}
-void checkUnnamed5110(core.List<api.CustomListTargetingSetting> o) {
+void checkUnnamed5111(core.List<api.CustomListTargetingSetting> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomListTargetingSetting(o[0] as api.CustomListTargetingSetting);
checkCustomListTargetingSetting(o[1] as api.CustomListTargetingSetting);
@@ -3114,7 +3114,7 @@
var o = api.CustomListGroup();
buildCounterCustomListGroup++;
if (buildCounterCustomListGroup < 3) {
- o.settings = buildUnnamed5110();
+ o.settings = buildUnnamed5111();
}
buildCounterCustomListGroup--;
return o;
@@ -3123,7 +3123,7 @@
void checkCustomListGroup(api.CustomListGroup o) {
buildCounterCustomListGroup++;
if (buildCounterCustomListGroup < 3) {
- checkUnnamed5110(o.settings!);
+ checkUnnamed5111(o.settings!);
}
buildCounterCustomListGroup--;
}
@@ -3257,14 +3257,14 @@
buildCounterDeactivateManualTriggerRequest--;
}
-core.List<core.String> buildUnnamed5111() {
+core.List<core.String> buildUnnamed5112() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5111(core.List<core.String> o) {
+void checkUnnamed5112(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3282,7 +3282,7 @@
var o = api.DeleteAssignedTargetingOptionsRequest();
buildCounterDeleteAssignedTargetingOptionsRequest++;
if (buildCounterDeleteAssignedTargetingOptionsRequest < 3) {
- o.assignedTargetingOptionIds = buildUnnamed5111();
+ o.assignedTargetingOptionIds = buildUnnamed5112();
o.targetingType = 'foo';
}
buildCounterDeleteAssignedTargetingOptionsRequest--;
@@ -3293,7 +3293,7 @@
api.DeleteAssignedTargetingOptionsRequest o) {
buildCounterDeleteAssignedTargetingOptionsRequest++;
if (buildCounterDeleteAssignedTargetingOptionsRequest < 3) {
- checkUnnamed5111(o.assignedTargetingOptionIds!);
+ checkUnnamed5112(o.assignedTargetingOptionIds!);
unittest.expect(
o.targetingType!,
unittest.equals('foo'),
@@ -3489,14 +3489,14 @@
buildCounterDimensions--;
}
-core.List<core.String> buildUnnamed5112() {
+core.List<core.String> buildUnnamed5113() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5112(core.List<core.String> o) {
+void checkUnnamed5113(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3514,7 +3514,7 @@
buildCounterDoubleVerify++;
if (buildCounterDoubleVerify < 3) {
o.appStarRating = buildDoubleVerifyAppStarRating();
- o.avoidedAgeRatings = buildUnnamed5112();
+ o.avoidedAgeRatings = buildUnnamed5113();
o.brandSafetyCategories = buildDoubleVerifyBrandSafetyCategories();
o.customSegmentId = 'foo';
o.displayViewability = buildDoubleVerifyDisplayViewability();
@@ -3530,7 +3530,7 @@
if (buildCounterDoubleVerify < 3) {
checkDoubleVerifyAppStarRating(
o.appStarRating! as api.DoubleVerifyAppStarRating);
- checkUnnamed5112(o.avoidedAgeRatings!);
+ checkUnnamed5113(o.avoidedAgeRatings!);
checkDoubleVerifyBrandSafetyCategories(
o.brandSafetyCategories! as api.DoubleVerifyBrandSafetyCategories);
unittest.expect(
@@ -3571,25 +3571,6 @@
buildCounterDoubleVerifyAppStarRating--;
}
-core.List<core.String> buildUnnamed5113() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5113(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5114() {
var o = <core.String>[];
o.add('foo');
@@ -3609,14 +3590,33 @@
);
}
+core.List<core.String> buildUnnamed5115() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5115(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterDoubleVerifyBrandSafetyCategories = 0;
api.DoubleVerifyBrandSafetyCategories buildDoubleVerifyBrandSafetyCategories() {
var o = api.DoubleVerifyBrandSafetyCategories();
buildCounterDoubleVerifyBrandSafetyCategories++;
if (buildCounterDoubleVerifyBrandSafetyCategories < 3) {
o.avoidUnknownBrandSafetyCategory = true;
- o.avoidedHighSeverityCategories = buildUnnamed5113();
- o.avoidedMediumSeverityCategories = buildUnnamed5114();
+ o.avoidedHighSeverityCategories = buildUnnamed5114();
+ o.avoidedMediumSeverityCategories = buildUnnamed5115();
}
buildCounterDoubleVerifyBrandSafetyCategories--;
return o;
@@ -3627,8 +3627,8 @@
buildCounterDoubleVerifyBrandSafetyCategories++;
if (buildCounterDoubleVerifyBrandSafetyCategories < 3) {
unittest.expect(o.avoidUnknownBrandSafetyCategory!, unittest.isTrue);
- checkUnnamed5113(o.avoidedHighSeverityCategories!);
- checkUnnamed5114(o.avoidedMediumSeverityCategories!);
+ checkUnnamed5114(o.avoidedHighSeverityCategories!);
+ checkUnnamed5115(o.avoidedMediumSeverityCategories!);
}
buildCounterDoubleVerifyBrandSafetyCategories--;
}
@@ -3808,14 +3808,14 @@
buildCounterExchangeAssignedTargetingOptionDetails--;
}
-core.List<api.ExchangeConfigEnabledExchange> buildUnnamed5115() {
+core.List<api.ExchangeConfigEnabledExchange> buildUnnamed5116() {
var o = <api.ExchangeConfigEnabledExchange>[];
o.add(buildExchangeConfigEnabledExchange());
o.add(buildExchangeConfigEnabledExchange());
return o;
}
-void checkUnnamed5115(core.List<api.ExchangeConfigEnabledExchange> o) {
+void checkUnnamed5116(core.List<api.ExchangeConfigEnabledExchange> o) {
unittest.expect(o, unittest.hasLength(2));
checkExchangeConfigEnabledExchange(o[0] as api.ExchangeConfigEnabledExchange);
checkExchangeConfigEnabledExchange(o[1] as api.ExchangeConfigEnabledExchange);
@@ -3826,7 +3826,7 @@
var o = api.ExchangeConfig();
buildCounterExchangeConfig++;
if (buildCounterExchangeConfig < 3) {
- o.enabledExchanges = buildUnnamed5115();
+ o.enabledExchanges = buildUnnamed5116();
}
buildCounterExchangeConfig--;
return o;
@@ -3835,7 +3835,7 @@
void checkExchangeConfig(api.ExchangeConfig o) {
buildCounterExchangeConfig++;
if (buildCounterExchangeConfig < 3) {
- checkUnnamed5115(o.enabledExchanges!);
+ checkUnnamed5116(o.enabledExchanges!);
}
buildCounterExchangeConfig--;
}
@@ -4055,14 +4055,14 @@
buildCounterFirstAndThirdPartyAudience--;
}
-core.List<api.FirstAndThirdPartyAudienceTargetingSetting> buildUnnamed5116() {
+core.List<api.FirstAndThirdPartyAudienceTargetingSetting> buildUnnamed5117() {
var o = <api.FirstAndThirdPartyAudienceTargetingSetting>[];
o.add(buildFirstAndThirdPartyAudienceTargetingSetting());
o.add(buildFirstAndThirdPartyAudienceTargetingSetting());
return o;
}
-void checkUnnamed5116(
+void checkUnnamed5117(
core.List<api.FirstAndThirdPartyAudienceTargetingSetting> o) {
unittest.expect(o, unittest.hasLength(2));
checkFirstAndThirdPartyAudienceTargetingSetting(
@@ -4076,7 +4076,7 @@
var o = api.FirstAndThirdPartyAudienceGroup();
buildCounterFirstAndThirdPartyAudienceGroup++;
if (buildCounterFirstAndThirdPartyAudienceGroup < 3) {
- o.settings = buildUnnamed5116();
+ o.settings = buildUnnamed5117();
}
buildCounterFirstAndThirdPartyAudienceGroup--;
return o;
@@ -4086,7 +4086,7 @@
api.FirstAndThirdPartyAudienceGroup o) {
buildCounterFirstAndThirdPartyAudienceGroup++;
if (buildCounterFirstAndThirdPartyAudienceGroup < 3) {
- checkUnnamed5116(o.settings!);
+ checkUnnamed5117(o.settings!);
}
buildCounterFirstAndThirdPartyAudienceGroup--;
}
@@ -4142,7 +4142,7 @@
buildCounterFixedBidStrategy--;
}
-core.Map<core.String, core.Object> buildUnnamed5117() {
+core.Map<core.String, core.Object> buildUnnamed5118() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4157,7 +4157,7 @@
return o;
}
-void checkUnnamed5117(core.Map<core.String, core.Object> o) {
+void checkUnnamed5118(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -4195,7 +4195,7 @@
buildCounterFloodlightGroup++;
if (buildCounterFloodlightGroup < 3) {
o.activeViewConfig = buildActiveViewVideoViewabilityMetricConfig();
- o.customVariables = buildUnnamed5117();
+ o.customVariables = buildUnnamed5118();
o.displayName = 'foo';
o.floodlightGroupId = 'foo';
o.lookbackWindow = buildLookbackWindow();
@@ -4211,7 +4211,7 @@
if (buildCounterFloodlightGroup < 3) {
checkActiveViewVideoViewabilityMetricConfig(
o.activeViewConfig! as api.ActiveViewVideoViewabilityMetricConfig);
- checkUnnamed5117(o.customVariables!);
+ checkUnnamed5118(o.customVariables!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
@@ -4441,14 +4441,14 @@
buildCounterGoogleAudience--;
}
-core.List<api.GoogleAudienceTargetingSetting> buildUnnamed5118() {
+core.List<api.GoogleAudienceTargetingSetting> buildUnnamed5119() {
var o = <api.GoogleAudienceTargetingSetting>[];
o.add(buildGoogleAudienceTargetingSetting());
o.add(buildGoogleAudienceTargetingSetting());
return o;
}
-void checkUnnamed5118(core.List<api.GoogleAudienceTargetingSetting> o) {
+void checkUnnamed5119(core.List<api.GoogleAudienceTargetingSetting> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAudienceTargetingSetting(
o[0] as api.GoogleAudienceTargetingSetting);
@@ -4461,7 +4461,7 @@
var o = api.GoogleAudienceGroup();
buildCounterGoogleAudienceGroup++;
if (buildCounterGoogleAudienceGroup < 3) {
- o.settings = buildUnnamed5118();
+ o.settings = buildUnnamed5119();
}
buildCounterGoogleAudienceGroup--;
return o;
@@ -4470,7 +4470,7 @@
void checkGoogleAudienceGroup(api.GoogleAudienceGroup o) {
buildCounterGoogleAudienceGroup++;
if (buildCounterGoogleAudienceGroup < 3) {
- checkUnnamed5118(o.settings!);
+ checkUnnamed5119(o.settings!);
}
buildCounterGoogleAudienceGroup--;
}
@@ -4572,25 +4572,6 @@
buildCounterHouseholdIncomeTargetingOptionDetails--;
}
-core.List<core.String> buildUnnamed5119() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5119(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5120() {
var o = <core.String>[];
o.add('foo');
@@ -4686,17 +4667,36 @@
);
}
+core.List<core.String> buildUnnamed5125() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5125(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterIdFilter = 0;
api.IdFilter buildIdFilter() {
var o = api.IdFilter();
buildCounterIdFilter++;
if (buildCounterIdFilter < 3) {
- o.adGroupAdIds = buildUnnamed5119();
- o.adGroupIds = buildUnnamed5120();
- o.campaignIds = buildUnnamed5121();
- o.insertionOrderIds = buildUnnamed5122();
- o.lineItemIds = buildUnnamed5123();
- o.mediaProductIds = buildUnnamed5124();
+ o.adGroupAdIds = buildUnnamed5120();
+ o.adGroupIds = buildUnnamed5121();
+ o.campaignIds = buildUnnamed5122();
+ o.insertionOrderIds = buildUnnamed5123();
+ o.lineItemIds = buildUnnamed5124();
+ o.mediaProductIds = buildUnnamed5125();
}
buildCounterIdFilter--;
return o;
@@ -4705,24 +4705,24 @@
void checkIdFilter(api.IdFilter o) {
buildCounterIdFilter++;
if (buildCounterIdFilter < 3) {
- checkUnnamed5119(o.adGroupAdIds!);
- checkUnnamed5120(o.adGroupIds!);
- checkUnnamed5121(o.campaignIds!);
- checkUnnamed5122(o.insertionOrderIds!);
- checkUnnamed5123(o.lineItemIds!);
- checkUnnamed5124(o.mediaProductIds!);
+ checkUnnamed5120(o.adGroupAdIds!);
+ checkUnnamed5121(o.adGroupIds!);
+ checkUnnamed5122(o.campaignIds!);
+ checkUnnamed5123(o.insertionOrderIds!);
+ checkUnnamed5124(o.lineItemIds!);
+ checkUnnamed5125(o.mediaProductIds!);
}
buildCounterIdFilter--;
}
-core.List<api.PartnerCost> buildUnnamed5125() {
+core.List<api.PartnerCost> buildUnnamed5126() {
var o = <api.PartnerCost>[];
o.add(buildPartnerCost());
o.add(buildPartnerCost());
return o;
}
-void checkUnnamed5125(core.List<api.PartnerCost> o) {
+void checkUnnamed5126(core.List<api.PartnerCost> o) {
unittest.expect(o, unittest.hasLength(2));
checkPartnerCost(o[0] as api.PartnerCost);
checkPartnerCost(o[1] as api.PartnerCost);
@@ -4745,7 +4745,7 @@
o.integrationDetails = buildIntegrationDetails();
o.name = 'foo';
o.pacing = buildPacing();
- o.partnerCosts = buildUnnamed5125();
+ o.partnerCosts = buildUnnamed5126();
o.performanceGoal = buildPerformanceGoal();
o.updateTime = 'foo';
}
@@ -4789,7 +4789,7 @@
unittest.equals('foo'),
);
checkPacing(o.pacing! as api.Pacing);
- checkUnnamed5125(o.partnerCosts!);
+ checkUnnamed5126(o.partnerCosts!);
checkPerformanceGoal(o.performanceGoal! as api.PerformanceGoal);
unittest.expect(
o.updateTime!,
@@ -4799,14 +4799,14 @@
buildCounterInsertionOrder--;
}
-core.List<api.InsertionOrderBudgetSegment> buildUnnamed5126() {
+core.List<api.InsertionOrderBudgetSegment> buildUnnamed5127() {
var o = <api.InsertionOrderBudgetSegment>[];
o.add(buildInsertionOrderBudgetSegment());
o.add(buildInsertionOrderBudgetSegment());
return o;
}
-void checkUnnamed5126(core.List<api.InsertionOrderBudgetSegment> o) {
+void checkUnnamed5127(core.List<api.InsertionOrderBudgetSegment> o) {
unittest.expect(o, unittest.hasLength(2));
checkInsertionOrderBudgetSegment(o[0] as api.InsertionOrderBudgetSegment);
checkInsertionOrderBudgetSegment(o[1] as api.InsertionOrderBudgetSegment);
@@ -4818,7 +4818,7 @@
buildCounterInsertionOrderBudget++;
if (buildCounterInsertionOrderBudget < 3) {
o.automationType = 'foo';
- o.budgetSegments = buildUnnamed5126();
+ o.budgetSegments = buildUnnamed5127();
o.budgetUnit = 'foo';
}
buildCounterInsertionOrderBudget--;
@@ -4832,7 +4832,7 @@
o.automationType!,
unittest.equals('foo'),
);
- checkUnnamed5126(o.budgetSegments!);
+ checkUnnamed5127(o.budgetSegments!);
unittest.expect(
o.budgetUnit!,
unittest.equals('foo'),
@@ -4875,14 +4875,14 @@
buildCounterInsertionOrderBudgetSegment--;
}
-core.List<core.String> buildUnnamed5127() {
+core.List<core.String> buildUnnamed5128() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5127(core.List<core.String> o) {
+void checkUnnamed5128(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4899,7 +4899,7 @@
var o = api.IntegralAdScience();
buildCounterIntegralAdScience++;
if (buildCounterIntegralAdScience < 3) {
- o.customSegmentId = buildUnnamed5127();
+ o.customSegmentId = buildUnnamed5128();
o.displayViewability = 'foo';
o.excludeUnrateable = true;
o.excludedAdFraudRisk = 'foo';
@@ -4921,7 +4921,7 @@
void checkIntegralAdScience(api.IntegralAdScience o) {
buildCounterIntegralAdScience++;
if (buildCounterIntegralAdScience < 3) {
- checkUnnamed5127(o.customSegmentId!);
+ checkUnnamed5128(o.customSegmentId!);
unittest.expect(
o.displayViewability!,
unittest.equals('foo'),
@@ -5002,14 +5002,14 @@
buildCounterIntegrationDetails--;
}
-core.List<api.CreativeConfig> buildUnnamed5128() {
+core.List<api.CreativeConfig> buildUnnamed5129() {
var o = <api.CreativeConfig>[];
o.add(buildCreativeConfig());
o.add(buildCreativeConfig());
return o;
}
-void checkUnnamed5128(core.List<api.CreativeConfig> o) {
+void checkUnnamed5129(core.List<api.CreativeConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeConfig(o[0] as api.CreativeConfig);
checkCreativeConfig(o[1] as api.CreativeConfig);
@@ -5021,7 +5021,7 @@
buildCounterInventorySource++;
if (buildCounterInventorySource < 3) {
o.commitment = 'foo';
- o.creativeConfigs = buildUnnamed5128();
+ o.creativeConfigs = buildUnnamed5129();
o.dealId = 'foo';
o.deliveryMethod = 'foo';
o.displayName = 'foo';
@@ -5046,7 +5046,7 @@
o.commitment!,
unittest.equals('foo'),
);
- checkUnnamed5128(o.creativeConfigs!);
+ checkUnnamed5129(o.creativeConfigs!);
unittest.expect(
o.dealId!,
unittest.equals('foo'),
@@ -5135,14 +5135,14 @@
buildCounterInventorySourceDisplayCreativeConfig--;
}
-core.List<core.String> buildUnnamed5129() {
+core.List<core.String> buildUnnamed5130() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5129(core.List<core.String> o) {
+void checkUnnamed5130(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5159,7 +5159,7 @@
var o = api.InventorySourceFilter();
buildCounterInventorySourceFilter++;
if (buildCounterInventorySourceFilter < 3) {
- o.inventorySourceIds = buildUnnamed5129();
+ o.inventorySourceIds = buildUnnamed5130();
}
buildCounterInventorySourceFilter--;
return o;
@@ -5168,7 +5168,7 @@
void checkInventorySourceFilter(api.InventorySourceFilter o) {
buildCounterInventorySourceFilter++;
if (buildCounterInventorySourceFilter < 3) {
- checkUnnamed5129(o.inventorySourceIds!);
+ checkUnnamed5130(o.inventorySourceIds!);
}
buildCounterInventorySourceFilter--;
}
@@ -5374,25 +5374,6 @@
buildCounterLanguageTargetingOptionDetails--;
}
-core.List<core.String> buildUnnamed5130() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5130(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5131() {
var o = <core.String>[];
o.add('foo');
@@ -5412,27 +5393,46 @@
);
}
-core.List<api.PartnerCost> buildUnnamed5132() {
- var o = <api.PartnerCost>[];
- o.add(buildPartnerCost());
- o.add(buildPartnerCost());
- return o;
-}
-
-void checkUnnamed5132(core.List<api.PartnerCost> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkPartnerCost(o[0] as api.PartnerCost);
- checkPartnerCost(o[1] as api.PartnerCost);
-}
-
-core.List<core.String> buildUnnamed5133() {
+core.List<core.String> buildUnnamed5132() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5133(core.List<core.String> o) {
+void checkUnnamed5132(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.PartnerCost> buildUnnamed5133() {
+ var o = <api.PartnerCost>[];
+ o.add(buildPartnerCost());
+ o.add(buildPartnerCost());
+ return o;
+}
+
+void checkUnnamed5133(core.List<api.PartnerCost> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkPartnerCost(o[0] as api.PartnerCost);
+ checkPartnerCost(o[1] as api.PartnerCost);
+}
+
+core.List<core.String> buildUnnamed5134() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5134(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5454,24 +5454,24 @@
o.budget = buildLineItemBudget();
o.campaignId = 'foo';
o.conversionCounting = buildConversionCountingConfig();
- o.creativeIds = buildUnnamed5130();
+ o.creativeIds = buildUnnamed5131();
o.displayName = 'foo';
o.entityStatus = 'foo';
o.flight = buildLineItemFlight();
o.frequencyCap = buildFrequencyCap();
o.insertionOrderId = 'foo';
o.integrationDetails = buildIntegrationDetails();
- o.inventorySourceIds = buildUnnamed5131();
+ o.inventorySourceIds = buildUnnamed5132();
o.lineItemId = 'foo';
o.lineItemType = 'foo';
o.mobileApp = buildMobileApp();
o.name = 'foo';
o.pacing = buildPacing();
- o.partnerCosts = buildUnnamed5132();
+ o.partnerCosts = buildUnnamed5133();
o.partnerRevenueModel = buildPartnerRevenueModel();
o.targetingExpansion = buildTargetingExpansionConfig();
o.updateTime = 'foo';
- o.warningMessages = buildUnnamed5133();
+ o.warningMessages = buildUnnamed5134();
}
buildCounterLineItem--;
return o;
@@ -5492,7 +5492,7 @@
);
checkConversionCountingConfig(
o.conversionCounting! as api.ConversionCountingConfig);
- checkUnnamed5130(o.creativeIds!);
+ checkUnnamed5131(o.creativeIds!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
@@ -5508,7 +5508,7 @@
unittest.equals('foo'),
);
checkIntegrationDetails(o.integrationDetails! as api.IntegrationDetails);
- checkUnnamed5131(o.inventorySourceIds!);
+ checkUnnamed5132(o.inventorySourceIds!);
unittest.expect(
o.lineItemId!,
unittest.equals('foo'),
@@ -5523,7 +5523,7 @@
unittest.equals('foo'),
);
checkPacing(o.pacing! as api.Pacing);
- checkUnnamed5132(o.partnerCosts!);
+ checkUnnamed5133(o.partnerCosts!);
checkPartnerRevenueModel(o.partnerRevenueModel! as api.PartnerRevenueModel);
checkTargetingExpansionConfig(
o.targetingExpansion! as api.TargetingExpansionConfig);
@@ -5531,7 +5531,7 @@
o.updateTime!,
unittest.equals('foo'),
);
- checkUnnamed5133(o.warningMessages!);
+ checkUnnamed5134(o.warningMessages!);
}
buildCounterLineItem--;
}
@@ -5597,14 +5597,14 @@
buildCounterLineItemFlight--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5134() {
+core.List<api.AssignedTargetingOption> buildUnnamed5135() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5134(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5135(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -5616,7 +5616,7 @@
var o = api.ListAdvertiserAssignedTargetingOptionsResponse();
buildCounterListAdvertiserAssignedTargetingOptionsResponse++;
if (buildCounterListAdvertiserAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5134();
+ o.assignedTargetingOptions = buildUnnamed5135();
o.nextPageToken = 'foo';
}
buildCounterListAdvertiserAssignedTargetingOptionsResponse--;
@@ -5627,7 +5627,7 @@
api.ListAdvertiserAssignedTargetingOptionsResponse o) {
buildCounterListAdvertiserAssignedTargetingOptionsResponse++;
if (buildCounterListAdvertiserAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5134(o.assignedTargetingOptions!);
+ checkUnnamed5135(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5636,14 +5636,14 @@
buildCounterListAdvertiserAssignedTargetingOptionsResponse--;
}
-core.List<api.Advertiser> buildUnnamed5135() {
+core.List<api.Advertiser> buildUnnamed5136() {
var o = <api.Advertiser>[];
o.add(buildAdvertiser());
o.add(buildAdvertiser());
return o;
}
-void checkUnnamed5135(core.List<api.Advertiser> o) {
+void checkUnnamed5136(core.List<api.Advertiser> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdvertiser(o[0] as api.Advertiser);
checkAdvertiser(o[1] as api.Advertiser);
@@ -5654,7 +5654,7 @@
var o = api.ListAdvertisersResponse();
buildCounterListAdvertisersResponse++;
if (buildCounterListAdvertisersResponse < 3) {
- o.advertisers = buildUnnamed5135();
+ o.advertisers = buildUnnamed5136();
o.nextPageToken = 'foo';
}
buildCounterListAdvertisersResponse--;
@@ -5664,7 +5664,7 @@
void checkListAdvertisersResponse(api.ListAdvertisersResponse o) {
buildCounterListAdvertisersResponse++;
if (buildCounterListAdvertisersResponse < 3) {
- checkUnnamed5135(o.advertisers!);
+ checkUnnamed5136(o.advertisers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5673,14 +5673,14 @@
buildCounterListAdvertisersResponse--;
}
-core.List<api.AssignedInventorySource> buildUnnamed5136() {
+core.List<api.AssignedInventorySource> buildUnnamed5137() {
var o = <api.AssignedInventorySource>[];
o.add(buildAssignedInventorySource());
o.add(buildAssignedInventorySource());
return o;
}
-void checkUnnamed5136(core.List<api.AssignedInventorySource> o) {
+void checkUnnamed5137(core.List<api.AssignedInventorySource> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedInventorySource(o[0] as api.AssignedInventorySource);
checkAssignedInventorySource(o[1] as api.AssignedInventorySource);
@@ -5692,7 +5692,7 @@
var o = api.ListAssignedInventorySourcesResponse();
buildCounterListAssignedInventorySourcesResponse++;
if (buildCounterListAssignedInventorySourcesResponse < 3) {
- o.assignedInventorySources = buildUnnamed5136();
+ o.assignedInventorySources = buildUnnamed5137();
o.nextPageToken = 'foo';
}
buildCounterListAssignedInventorySourcesResponse--;
@@ -5703,7 +5703,7 @@
api.ListAssignedInventorySourcesResponse o) {
buildCounterListAssignedInventorySourcesResponse++;
if (buildCounterListAssignedInventorySourcesResponse < 3) {
- checkUnnamed5136(o.assignedInventorySources!);
+ checkUnnamed5137(o.assignedInventorySources!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5712,14 +5712,14 @@
buildCounterListAssignedInventorySourcesResponse--;
}
-core.List<api.AssignedLocation> buildUnnamed5137() {
+core.List<api.AssignedLocation> buildUnnamed5138() {
var o = <api.AssignedLocation>[];
o.add(buildAssignedLocation());
o.add(buildAssignedLocation());
return o;
}
-void checkUnnamed5137(core.List<api.AssignedLocation> o) {
+void checkUnnamed5138(core.List<api.AssignedLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedLocation(o[0] as api.AssignedLocation);
checkAssignedLocation(o[1] as api.AssignedLocation);
@@ -5730,7 +5730,7 @@
var o = api.ListAssignedLocationsResponse();
buildCounterListAssignedLocationsResponse++;
if (buildCounterListAssignedLocationsResponse < 3) {
- o.assignedLocations = buildUnnamed5137();
+ o.assignedLocations = buildUnnamed5138();
o.nextPageToken = 'foo';
}
buildCounterListAssignedLocationsResponse--;
@@ -5740,7 +5740,7 @@
void checkListAssignedLocationsResponse(api.ListAssignedLocationsResponse o) {
buildCounterListAssignedLocationsResponse++;
if (buildCounterListAssignedLocationsResponse < 3) {
- checkUnnamed5137(o.assignedLocations!);
+ checkUnnamed5138(o.assignedLocations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5749,14 +5749,14 @@
buildCounterListAssignedLocationsResponse--;
}
-core.List<api.Campaign> buildUnnamed5138() {
+core.List<api.Campaign> buildUnnamed5139() {
var o = <api.Campaign>[];
o.add(buildCampaign());
o.add(buildCampaign());
return o;
}
-void checkUnnamed5138(core.List<api.Campaign> o) {
+void checkUnnamed5139(core.List<api.Campaign> o) {
unittest.expect(o, unittest.hasLength(2));
checkCampaign(o[0] as api.Campaign);
checkCampaign(o[1] as api.Campaign);
@@ -5767,7 +5767,7 @@
var o = api.ListCampaignsResponse();
buildCounterListCampaignsResponse++;
if (buildCounterListCampaignsResponse < 3) {
- o.campaigns = buildUnnamed5138();
+ o.campaigns = buildUnnamed5139();
o.nextPageToken = 'foo';
}
buildCounterListCampaignsResponse--;
@@ -5777,7 +5777,7 @@
void checkListCampaignsResponse(api.ListCampaignsResponse o) {
buildCounterListCampaignsResponse++;
if (buildCounterListCampaignsResponse < 3) {
- checkUnnamed5138(o.campaigns!);
+ checkUnnamed5139(o.campaigns!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5786,14 +5786,14 @@
buildCounterListCampaignsResponse--;
}
-core.List<api.Channel> buildUnnamed5139() {
+core.List<api.Channel> buildUnnamed5140() {
var o = <api.Channel>[];
o.add(buildChannel());
o.add(buildChannel());
return o;
}
-void checkUnnamed5139(core.List<api.Channel> o) {
+void checkUnnamed5140(core.List<api.Channel> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannel(o[0] as api.Channel);
checkChannel(o[1] as api.Channel);
@@ -5804,7 +5804,7 @@
var o = api.ListChannelsResponse();
buildCounterListChannelsResponse++;
if (buildCounterListChannelsResponse < 3) {
- o.channels = buildUnnamed5139();
+ o.channels = buildUnnamed5140();
o.nextPageToken = 'foo';
}
buildCounterListChannelsResponse--;
@@ -5814,7 +5814,7 @@
void checkListChannelsResponse(api.ListChannelsResponse o) {
buildCounterListChannelsResponse++;
if (buildCounterListChannelsResponse < 3) {
- checkUnnamed5139(o.channels!);
+ checkUnnamed5140(o.channels!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5823,14 +5823,14 @@
buildCounterListChannelsResponse--;
}
-core.List<api.CombinedAudience> buildUnnamed5140() {
+core.List<api.CombinedAudience> buildUnnamed5141() {
var o = <api.CombinedAudience>[];
o.add(buildCombinedAudience());
o.add(buildCombinedAudience());
return o;
}
-void checkUnnamed5140(core.List<api.CombinedAudience> o) {
+void checkUnnamed5141(core.List<api.CombinedAudience> o) {
unittest.expect(o, unittest.hasLength(2));
checkCombinedAudience(o[0] as api.CombinedAudience);
checkCombinedAudience(o[1] as api.CombinedAudience);
@@ -5841,7 +5841,7 @@
var o = api.ListCombinedAudiencesResponse();
buildCounterListCombinedAudiencesResponse++;
if (buildCounterListCombinedAudiencesResponse < 3) {
- o.combinedAudiences = buildUnnamed5140();
+ o.combinedAudiences = buildUnnamed5141();
o.nextPageToken = 'foo';
}
buildCounterListCombinedAudiencesResponse--;
@@ -5851,7 +5851,7 @@
void checkListCombinedAudiencesResponse(api.ListCombinedAudiencesResponse o) {
buildCounterListCombinedAudiencesResponse++;
if (buildCounterListCombinedAudiencesResponse < 3) {
- checkUnnamed5140(o.combinedAudiences!);
+ checkUnnamed5141(o.combinedAudiences!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5860,14 +5860,14 @@
buildCounterListCombinedAudiencesResponse--;
}
-core.List<api.Creative> buildUnnamed5141() {
+core.List<api.Creative> buildUnnamed5142() {
var o = <api.Creative>[];
o.add(buildCreative());
o.add(buildCreative());
return o;
}
-void checkUnnamed5141(core.List<api.Creative> o) {
+void checkUnnamed5142(core.List<api.Creative> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreative(o[0] as api.Creative);
checkCreative(o[1] as api.Creative);
@@ -5878,7 +5878,7 @@
var o = api.ListCreativesResponse();
buildCounterListCreativesResponse++;
if (buildCounterListCreativesResponse < 3) {
- o.creatives = buildUnnamed5141();
+ o.creatives = buildUnnamed5142();
o.nextPageToken = 'foo';
}
buildCounterListCreativesResponse--;
@@ -5888,7 +5888,7 @@
void checkListCreativesResponse(api.ListCreativesResponse o) {
buildCounterListCreativesResponse++;
if (buildCounterListCreativesResponse < 3) {
- checkUnnamed5141(o.creatives!);
+ checkUnnamed5142(o.creatives!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5897,14 +5897,14 @@
buildCounterListCreativesResponse--;
}
-core.List<api.CustomBiddingAlgorithm> buildUnnamed5142() {
+core.List<api.CustomBiddingAlgorithm> buildUnnamed5143() {
var o = <api.CustomBiddingAlgorithm>[];
o.add(buildCustomBiddingAlgorithm());
o.add(buildCustomBiddingAlgorithm());
return o;
}
-void checkUnnamed5142(core.List<api.CustomBiddingAlgorithm> o) {
+void checkUnnamed5143(core.List<api.CustomBiddingAlgorithm> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomBiddingAlgorithm(o[0] as api.CustomBiddingAlgorithm);
checkCustomBiddingAlgorithm(o[1] as api.CustomBiddingAlgorithm);
@@ -5916,7 +5916,7 @@
var o = api.ListCustomBiddingAlgorithmsResponse();
buildCounterListCustomBiddingAlgorithmsResponse++;
if (buildCounterListCustomBiddingAlgorithmsResponse < 3) {
- o.customBiddingAlgorithms = buildUnnamed5142();
+ o.customBiddingAlgorithms = buildUnnamed5143();
o.nextPageToken = 'foo';
}
buildCounterListCustomBiddingAlgorithmsResponse--;
@@ -5927,7 +5927,7 @@
api.ListCustomBiddingAlgorithmsResponse o) {
buildCounterListCustomBiddingAlgorithmsResponse++;
if (buildCounterListCustomBiddingAlgorithmsResponse < 3) {
- checkUnnamed5142(o.customBiddingAlgorithms!);
+ checkUnnamed5143(o.customBiddingAlgorithms!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5936,14 +5936,14 @@
buildCounterListCustomBiddingAlgorithmsResponse--;
}
-core.List<api.CustomList> buildUnnamed5143() {
+core.List<api.CustomList> buildUnnamed5144() {
var o = <api.CustomList>[];
o.add(buildCustomList());
o.add(buildCustomList());
return o;
}
-void checkUnnamed5143(core.List<api.CustomList> o) {
+void checkUnnamed5144(core.List<api.CustomList> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomList(o[0] as api.CustomList);
checkCustomList(o[1] as api.CustomList);
@@ -5954,7 +5954,7 @@
var o = api.ListCustomListsResponse();
buildCounterListCustomListsResponse++;
if (buildCounterListCustomListsResponse < 3) {
- o.customLists = buildUnnamed5143();
+ o.customLists = buildUnnamed5144();
o.nextPageToken = 'foo';
}
buildCounterListCustomListsResponse--;
@@ -5964,7 +5964,7 @@
void checkListCustomListsResponse(api.ListCustomListsResponse o) {
buildCounterListCustomListsResponse++;
if (buildCounterListCustomListsResponse < 3) {
- checkUnnamed5143(o.customLists!);
+ checkUnnamed5144(o.customLists!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5973,14 +5973,14 @@
buildCounterListCustomListsResponse--;
}
-core.List<api.FirstAndThirdPartyAudience> buildUnnamed5144() {
+core.List<api.FirstAndThirdPartyAudience> buildUnnamed5145() {
var o = <api.FirstAndThirdPartyAudience>[];
o.add(buildFirstAndThirdPartyAudience());
o.add(buildFirstAndThirdPartyAudience());
return o;
}
-void checkUnnamed5144(core.List<api.FirstAndThirdPartyAudience> o) {
+void checkUnnamed5145(core.List<api.FirstAndThirdPartyAudience> o) {
unittest.expect(o, unittest.hasLength(2));
checkFirstAndThirdPartyAudience(o[0] as api.FirstAndThirdPartyAudience);
checkFirstAndThirdPartyAudience(o[1] as api.FirstAndThirdPartyAudience);
@@ -5992,7 +5992,7 @@
var o = api.ListFirstAndThirdPartyAudiencesResponse();
buildCounterListFirstAndThirdPartyAudiencesResponse++;
if (buildCounterListFirstAndThirdPartyAudiencesResponse < 3) {
- o.firstAndThirdPartyAudiences = buildUnnamed5144();
+ o.firstAndThirdPartyAudiences = buildUnnamed5145();
o.nextPageToken = 'foo';
}
buildCounterListFirstAndThirdPartyAudiencesResponse--;
@@ -6003,7 +6003,7 @@
api.ListFirstAndThirdPartyAudiencesResponse o) {
buildCounterListFirstAndThirdPartyAudiencesResponse++;
if (buildCounterListFirstAndThirdPartyAudiencesResponse < 3) {
- checkUnnamed5144(o.firstAndThirdPartyAudiences!);
+ checkUnnamed5145(o.firstAndThirdPartyAudiences!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6012,14 +6012,14 @@
buildCounterListFirstAndThirdPartyAudiencesResponse--;
}
-core.List<api.GoogleAudience> buildUnnamed5145() {
+core.List<api.GoogleAudience> buildUnnamed5146() {
var o = <api.GoogleAudience>[];
o.add(buildGoogleAudience());
o.add(buildGoogleAudience());
return o;
}
-void checkUnnamed5145(core.List<api.GoogleAudience> o) {
+void checkUnnamed5146(core.List<api.GoogleAudience> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAudience(o[0] as api.GoogleAudience);
checkGoogleAudience(o[1] as api.GoogleAudience);
@@ -6030,7 +6030,7 @@
var o = api.ListGoogleAudiencesResponse();
buildCounterListGoogleAudiencesResponse++;
if (buildCounterListGoogleAudiencesResponse < 3) {
- o.googleAudiences = buildUnnamed5145();
+ o.googleAudiences = buildUnnamed5146();
o.nextPageToken = 'foo';
}
buildCounterListGoogleAudiencesResponse--;
@@ -6040,7 +6040,7 @@
void checkListGoogleAudiencesResponse(api.ListGoogleAudiencesResponse o) {
buildCounterListGoogleAudiencesResponse++;
if (buildCounterListGoogleAudiencesResponse < 3) {
- checkUnnamed5145(o.googleAudiences!);
+ checkUnnamed5146(o.googleAudiences!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6049,14 +6049,14 @@
buildCounterListGoogleAudiencesResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5146() {
+core.List<api.AssignedTargetingOption> buildUnnamed5147() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5146(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5147(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -6068,7 +6068,7 @@
var o = api.ListInsertionOrderAssignedTargetingOptionsResponse();
buildCounterListInsertionOrderAssignedTargetingOptionsResponse++;
if (buildCounterListInsertionOrderAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5146();
+ o.assignedTargetingOptions = buildUnnamed5147();
o.nextPageToken = 'foo';
}
buildCounterListInsertionOrderAssignedTargetingOptionsResponse--;
@@ -6079,7 +6079,7 @@
api.ListInsertionOrderAssignedTargetingOptionsResponse o) {
buildCounterListInsertionOrderAssignedTargetingOptionsResponse++;
if (buildCounterListInsertionOrderAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5146(o.assignedTargetingOptions!);
+ checkUnnamed5147(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6088,14 +6088,14 @@
buildCounterListInsertionOrderAssignedTargetingOptionsResponse--;
}
-core.List<api.InsertionOrder> buildUnnamed5147() {
+core.List<api.InsertionOrder> buildUnnamed5148() {
var o = <api.InsertionOrder>[];
o.add(buildInsertionOrder());
o.add(buildInsertionOrder());
return o;
}
-void checkUnnamed5147(core.List<api.InsertionOrder> o) {
+void checkUnnamed5148(core.List<api.InsertionOrder> o) {
unittest.expect(o, unittest.hasLength(2));
checkInsertionOrder(o[0] as api.InsertionOrder);
checkInsertionOrder(o[1] as api.InsertionOrder);
@@ -6106,7 +6106,7 @@
var o = api.ListInsertionOrdersResponse();
buildCounterListInsertionOrdersResponse++;
if (buildCounterListInsertionOrdersResponse < 3) {
- o.insertionOrders = buildUnnamed5147();
+ o.insertionOrders = buildUnnamed5148();
o.nextPageToken = 'foo';
}
buildCounterListInsertionOrdersResponse--;
@@ -6116,7 +6116,7 @@
void checkListInsertionOrdersResponse(api.ListInsertionOrdersResponse o) {
buildCounterListInsertionOrdersResponse++;
if (buildCounterListInsertionOrdersResponse < 3) {
- checkUnnamed5147(o.insertionOrders!);
+ checkUnnamed5148(o.insertionOrders!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6125,14 +6125,14 @@
buildCounterListInsertionOrdersResponse--;
}
-core.List<api.InventorySourceGroup> buildUnnamed5148() {
+core.List<api.InventorySourceGroup> buildUnnamed5149() {
var o = <api.InventorySourceGroup>[];
o.add(buildInventorySourceGroup());
o.add(buildInventorySourceGroup());
return o;
}
-void checkUnnamed5148(core.List<api.InventorySourceGroup> o) {
+void checkUnnamed5149(core.List<api.InventorySourceGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkInventorySourceGroup(o[0] as api.InventorySourceGroup);
checkInventorySourceGroup(o[1] as api.InventorySourceGroup);
@@ -6143,7 +6143,7 @@
var o = api.ListInventorySourceGroupsResponse();
buildCounterListInventorySourceGroupsResponse++;
if (buildCounterListInventorySourceGroupsResponse < 3) {
- o.inventorySourceGroups = buildUnnamed5148();
+ o.inventorySourceGroups = buildUnnamed5149();
o.nextPageToken = 'foo';
}
buildCounterListInventorySourceGroupsResponse--;
@@ -6154,7 +6154,7 @@
api.ListInventorySourceGroupsResponse o) {
buildCounterListInventorySourceGroupsResponse++;
if (buildCounterListInventorySourceGroupsResponse < 3) {
- checkUnnamed5148(o.inventorySourceGroups!);
+ checkUnnamed5149(o.inventorySourceGroups!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6163,14 +6163,14 @@
buildCounterListInventorySourceGroupsResponse--;
}
-core.List<api.InventorySource> buildUnnamed5149() {
+core.List<api.InventorySource> buildUnnamed5150() {
var o = <api.InventorySource>[];
o.add(buildInventorySource());
o.add(buildInventorySource());
return o;
}
-void checkUnnamed5149(core.List<api.InventorySource> o) {
+void checkUnnamed5150(core.List<api.InventorySource> o) {
unittest.expect(o, unittest.hasLength(2));
checkInventorySource(o[0] as api.InventorySource);
checkInventorySource(o[1] as api.InventorySource);
@@ -6181,7 +6181,7 @@
var o = api.ListInventorySourcesResponse();
buildCounterListInventorySourcesResponse++;
if (buildCounterListInventorySourcesResponse < 3) {
- o.inventorySources = buildUnnamed5149();
+ o.inventorySources = buildUnnamed5150();
o.nextPageToken = 'foo';
}
buildCounterListInventorySourcesResponse--;
@@ -6191,7 +6191,7 @@
void checkListInventorySourcesResponse(api.ListInventorySourcesResponse o) {
buildCounterListInventorySourcesResponse++;
if (buildCounterListInventorySourcesResponse < 3) {
- checkUnnamed5149(o.inventorySources!);
+ checkUnnamed5150(o.inventorySources!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6200,14 +6200,14 @@
buildCounterListInventorySourcesResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5150() {
+core.List<api.AssignedTargetingOption> buildUnnamed5151() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5150(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5151(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -6219,7 +6219,7 @@
var o = api.ListLineItemAssignedTargetingOptionsResponse();
buildCounterListLineItemAssignedTargetingOptionsResponse++;
if (buildCounterListLineItemAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5150();
+ o.assignedTargetingOptions = buildUnnamed5151();
o.nextPageToken = 'foo';
}
buildCounterListLineItemAssignedTargetingOptionsResponse--;
@@ -6230,7 +6230,7 @@
api.ListLineItemAssignedTargetingOptionsResponse o) {
buildCounterListLineItemAssignedTargetingOptionsResponse++;
if (buildCounterListLineItemAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5150(o.assignedTargetingOptions!);
+ checkUnnamed5151(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6239,14 +6239,14 @@
buildCounterListLineItemAssignedTargetingOptionsResponse--;
}
-core.List<api.LineItem> buildUnnamed5151() {
+core.List<api.LineItem> buildUnnamed5152() {
var o = <api.LineItem>[];
o.add(buildLineItem());
o.add(buildLineItem());
return o;
}
-void checkUnnamed5151(core.List<api.LineItem> o) {
+void checkUnnamed5152(core.List<api.LineItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkLineItem(o[0] as api.LineItem);
checkLineItem(o[1] as api.LineItem);
@@ -6257,7 +6257,7 @@
var o = api.ListLineItemsResponse();
buildCounterListLineItemsResponse++;
if (buildCounterListLineItemsResponse < 3) {
- o.lineItems = buildUnnamed5151();
+ o.lineItems = buildUnnamed5152();
o.nextPageToken = 'foo';
}
buildCounterListLineItemsResponse--;
@@ -6267,7 +6267,7 @@
void checkListLineItemsResponse(api.ListLineItemsResponse o) {
buildCounterListLineItemsResponse++;
if (buildCounterListLineItemsResponse < 3) {
- checkUnnamed5151(o.lineItems!);
+ checkUnnamed5152(o.lineItems!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6276,14 +6276,14 @@
buildCounterListLineItemsResponse--;
}
-core.List<api.LocationList> buildUnnamed5152() {
+core.List<api.LocationList> buildUnnamed5153() {
var o = <api.LocationList>[];
o.add(buildLocationList());
o.add(buildLocationList());
return o;
}
-void checkUnnamed5152(core.List<api.LocationList> o) {
+void checkUnnamed5153(core.List<api.LocationList> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocationList(o[0] as api.LocationList);
checkLocationList(o[1] as api.LocationList);
@@ -6294,7 +6294,7 @@
var o = api.ListLocationListsResponse();
buildCounterListLocationListsResponse++;
if (buildCounterListLocationListsResponse < 3) {
- o.locationLists = buildUnnamed5152();
+ o.locationLists = buildUnnamed5153();
o.nextPageToken = 'foo';
}
buildCounterListLocationListsResponse--;
@@ -6304,7 +6304,7 @@
void checkListLocationListsResponse(api.ListLocationListsResponse o) {
buildCounterListLocationListsResponse++;
if (buildCounterListLocationListsResponse < 3) {
- checkUnnamed5152(o.locationLists!);
+ checkUnnamed5153(o.locationLists!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6313,14 +6313,14 @@
buildCounterListLocationListsResponse--;
}
-core.List<api.ManualTrigger> buildUnnamed5153() {
+core.List<api.ManualTrigger> buildUnnamed5154() {
var o = <api.ManualTrigger>[];
o.add(buildManualTrigger());
o.add(buildManualTrigger());
return o;
}
-void checkUnnamed5153(core.List<api.ManualTrigger> o) {
+void checkUnnamed5154(core.List<api.ManualTrigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkManualTrigger(o[0] as api.ManualTrigger);
checkManualTrigger(o[1] as api.ManualTrigger);
@@ -6331,7 +6331,7 @@
var o = api.ListManualTriggersResponse();
buildCounterListManualTriggersResponse++;
if (buildCounterListManualTriggersResponse < 3) {
- o.manualTriggers = buildUnnamed5153();
+ o.manualTriggers = buildUnnamed5154();
o.nextPageToken = 'foo';
}
buildCounterListManualTriggersResponse--;
@@ -6341,7 +6341,7 @@
void checkListManualTriggersResponse(api.ListManualTriggersResponse o) {
buildCounterListManualTriggersResponse++;
if (buildCounterListManualTriggersResponse < 3) {
- checkUnnamed5153(o.manualTriggers!);
+ checkUnnamed5154(o.manualTriggers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6350,14 +6350,14 @@
buildCounterListManualTriggersResponse--;
}
-core.List<api.NegativeKeywordList> buildUnnamed5154() {
+core.List<api.NegativeKeywordList> buildUnnamed5155() {
var o = <api.NegativeKeywordList>[];
o.add(buildNegativeKeywordList());
o.add(buildNegativeKeywordList());
return o;
}
-void checkUnnamed5154(core.List<api.NegativeKeywordList> o) {
+void checkUnnamed5155(core.List<api.NegativeKeywordList> o) {
unittest.expect(o, unittest.hasLength(2));
checkNegativeKeywordList(o[0] as api.NegativeKeywordList);
checkNegativeKeywordList(o[1] as api.NegativeKeywordList);
@@ -6368,7 +6368,7 @@
var o = api.ListNegativeKeywordListsResponse();
buildCounterListNegativeKeywordListsResponse++;
if (buildCounterListNegativeKeywordListsResponse < 3) {
- o.negativeKeywordLists = buildUnnamed5154();
+ o.negativeKeywordLists = buildUnnamed5155();
o.nextPageToken = 'foo';
}
buildCounterListNegativeKeywordListsResponse--;
@@ -6379,7 +6379,7 @@
api.ListNegativeKeywordListsResponse o) {
buildCounterListNegativeKeywordListsResponse++;
if (buildCounterListNegativeKeywordListsResponse < 3) {
- checkUnnamed5154(o.negativeKeywordLists!);
+ checkUnnamed5155(o.negativeKeywordLists!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6388,14 +6388,14 @@
buildCounterListNegativeKeywordListsResponse--;
}
-core.List<api.NegativeKeyword> buildUnnamed5155() {
+core.List<api.NegativeKeyword> buildUnnamed5156() {
var o = <api.NegativeKeyword>[];
o.add(buildNegativeKeyword());
o.add(buildNegativeKeyword());
return o;
}
-void checkUnnamed5155(core.List<api.NegativeKeyword> o) {
+void checkUnnamed5156(core.List<api.NegativeKeyword> o) {
unittest.expect(o, unittest.hasLength(2));
checkNegativeKeyword(o[0] as api.NegativeKeyword);
checkNegativeKeyword(o[1] as api.NegativeKeyword);
@@ -6406,7 +6406,7 @@
var o = api.ListNegativeKeywordsResponse();
buildCounterListNegativeKeywordsResponse++;
if (buildCounterListNegativeKeywordsResponse < 3) {
- o.negativeKeywords = buildUnnamed5155();
+ o.negativeKeywords = buildUnnamed5156();
o.nextPageToken = 'foo';
}
buildCounterListNegativeKeywordsResponse--;
@@ -6416,7 +6416,7 @@
void checkListNegativeKeywordsResponse(api.ListNegativeKeywordsResponse o) {
buildCounterListNegativeKeywordsResponse++;
if (buildCounterListNegativeKeywordsResponse < 3) {
- checkUnnamed5155(o.negativeKeywords!);
+ checkUnnamed5156(o.negativeKeywords!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6425,14 +6425,14 @@
buildCounterListNegativeKeywordsResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5156() {
+core.List<api.AssignedTargetingOption> buildUnnamed5157() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5156(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5157(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -6444,7 +6444,7 @@
var o = api.ListPartnerAssignedTargetingOptionsResponse();
buildCounterListPartnerAssignedTargetingOptionsResponse++;
if (buildCounterListPartnerAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5156();
+ o.assignedTargetingOptions = buildUnnamed5157();
o.nextPageToken = 'foo';
}
buildCounterListPartnerAssignedTargetingOptionsResponse--;
@@ -6455,7 +6455,7 @@
api.ListPartnerAssignedTargetingOptionsResponse o) {
buildCounterListPartnerAssignedTargetingOptionsResponse++;
if (buildCounterListPartnerAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5156(o.assignedTargetingOptions!);
+ checkUnnamed5157(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6464,14 +6464,14 @@
buildCounterListPartnerAssignedTargetingOptionsResponse--;
}
-core.List<api.Partner> buildUnnamed5157() {
+core.List<api.Partner> buildUnnamed5158() {
var o = <api.Partner>[];
o.add(buildPartner());
o.add(buildPartner());
return o;
}
-void checkUnnamed5157(core.List<api.Partner> o) {
+void checkUnnamed5158(core.List<api.Partner> o) {
unittest.expect(o, unittest.hasLength(2));
checkPartner(o[0] as api.Partner);
checkPartner(o[1] as api.Partner);
@@ -6483,7 +6483,7 @@
buildCounterListPartnersResponse++;
if (buildCounterListPartnersResponse < 3) {
o.nextPageToken = 'foo';
- o.partners = buildUnnamed5157();
+ o.partners = buildUnnamed5158();
}
buildCounterListPartnersResponse--;
return o;
@@ -6496,19 +6496,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5157(o.partners!);
+ checkUnnamed5158(o.partners!);
}
buildCounterListPartnersResponse--;
}
-core.List<api.Site> buildUnnamed5158() {
+core.List<api.Site> buildUnnamed5159() {
var o = <api.Site>[];
o.add(buildSite());
o.add(buildSite());
return o;
}
-void checkUnnamed5158(core.List<api.Site> o) {
+void checkUnnamed5159(core.List<api.Site> o) {
unittest.expect(o, unittest.hasLength(2));
checkSite(o[0] as api.Site);
checkSite(o[1] as api.Site);
@@ -6520,7 +6520,7 @@
buildCounterListSitesResponse++;
if (buildCounterListSitesResponse < 3) {
o.nextPageToken = 'foo';
- o.sites = buildUnnamed5158();
+ o.sites = buildUnnamed5159();
}
buildCounterListSitesResponse--;
return o;
@@ -6533,19 +6533,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5158(o.sites!);
+ checkUnnamed5159(o.sites!);
}
buildCounterListSitesResponse--;
}
-core.List<api.TargetingOption> buildUnnamed5159() {
+core.List<api.TargetingOption> buildUnnamed5160() {
var o = <api.TargetingOption>[];
o.add(buildTargetingOption());
o.add(buildTargetingOption());
return o;
}
-void checkUnnamed5159(core.List<api.TargetingOption> o) {
+void checkUnnamed5160(core.List<api.TargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingOption(o[0] as api.TargetingOption);
checkTargetingOption(o[1] as api.TargetingOption);
@@ -6557,7 +6557,7 @@
buildCounterListTargetingOptionsResponse++;
if (buildCounterListTargetingOptionsResponse < 3) {
o.nextPageToken = 'foo';
- o.targetingOptions = buildUnnamed5159();
+ o.targetingOptions = buildUnnamed5160();
}
buildCounterListTargetingOptionsResponse--;
return o;
@@ -6570,19 +6570,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5159(o.targetingOptions!);
+ checkUnnamed5160(o.targetingOptions!);
}
buildCounterListTargetingOptionsResponse--;
}
-core.List<api.User> buildUnnamed5160() {
+core.List<api.User> buildUnnamed5161() {
var o = <api.User>[];
o.add(buildUser());
o.add(buildUser());
return o;
}
-void checkUnnamed5160(core.List<api.User> o) {
+void checkUnnamed5161(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0] as api.User);
checkUser(o[1] as api.User);
@@ -6594,7 +6594,7 @@
buildCounterListUsersResponse++;
if (buildCounterListUsersResponse < 3) {
o.nextPageToken = 'foo';
- o.users = buildUnnamed5160();
+ o.users = buildUnnamed5161();
}
buildCounterListUsersResponse--;
return o;
@@ -6607,7 +6607,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5160(o.users!);
+ checkUnnamed5161(o.users!);
}
buildCounterListUsersResponse--;
}
@@ -7110,7 +7110,7 @@
buildCounterOperatingSystemTargetingOptionDetails--;
}
-core.Map<core.String, core.Object> buildUnnamed5161() {
+core.Map<core.String, core.Object> buildUnnamed5162() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7125,7 +7125,7 @@
return o;
}
-void checkUnnamed5161(core.Map<core.String, core.Object> o) {
+void checkUnnamed5162(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -7157,7 +7157,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5162() {
+core.Map<core.String, core.Object> buildUnnamed5163() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7172,7 +7172,7 @@
return o;
}
-void checkUnnamed5162(core.Map<core.String, core.Object> o) {
+void checkUnnamed5163(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -7211,9 +7211,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed5161();
+ o.metadata = buildUnnamed5162();
o.name = 'foo';
- o.response = buildUnnamed5162();
+ o.response = buildUnnamed5163();
}
buildCounterOperation--;
return o;
@@ -7224,12 +7224,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed5161(o.metadata!);
+ checkUnnamed5162(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5162(o.response!);
+ checkUnnamed5163(o.response!);
}
buildCounterOperation--;
}
@@ -7271,25 +7271,6 @@
buildCounterPacing--;
}
-core.List<core.String> buildUnnamed5163() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5163(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5164() {
var o = <core.String>[];
o.add('foo');
@@ -7309,13 +7290,32 @@
);
}
+core.List<core.String> buildUnnamed5165() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5165(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterParentEntityFilter = 0;
api.ParentEntityFilter buildParentEntityFilter() {
var o = api.ParentEntityFilter();
buildCounterParentEntityFilter++;
if (buildCounterParentEntityFilter < 3) {
- o.fileType = buildUnnamed5163();
- o.filterIds = buildUnnamed5164();
+ o.fileType = buildUnnamed5164();
+ o.filterIds = buildUnnamed5165();
o.filterType = 'foo';
}
buildCounterParentEntityFilter--;
@@ -7325,8 +7325,8 @@
void checkParentEntityFilter(api.ParentEntityFilter o) {
buildCounterParentEntityFilter++;
if (buildCounterParentEntityFilter < 3) {
- checkUnnamed5163(o.fileType!);
- checkUnnamed5164(o.filterIds!);
+ checkUnnamed5164(o.fileType!);
+ checkUnnamed5165(o.filterIds!);
unittest.expect(
o.filterType!,
unittest.equals('foo'),
@@ -7760,27 +7760,27 @@
buildCounterRegionalLocationListAssignedTargetingOptionDetails--;
}
-core.List<api.ExchangeReviewStatus> buildUnnamed5165() {
+core.List<api.ExchangeReviewStatus> buildUnnamed5166() {
var o = <api.ExchangeReviewStatus>[];
o.add(buildExchangeReviewStatus());
o.add(buildExchangeReviewStatus());
return o;
}
-void checkUnnamed5165(core.List<api.ExchangeReviewStatus> o) {
+void checkUnnamed5166(core.List<api.ExchangeReviewStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkExchangeReviewStatus(o[0] as api.ExchangeReviewStatus);
checkExchangeReviewStatus(o[1] as api.ExchangeReviewStatus);
}
-core.List<api.PublisherReviewStatus> buildUnnamed5166() {
+core.List<api.PublisherReviewStatus> buildUnnamed5167() {
var o = <api.PublisherReviewStatus>[];
o.add(buildPublisherReviewStatus());
o.add(buildPublisherReviewStatus());
return o;
}
-void checkUnnamed5166(core.List<api.PublisherReviewStatus> o) {
+void checkUnnamed5167(core.List<api.PublisherReviewStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkPublisherReviewStatus(o[0] as api.PublisherReviewStatus);
checkPublisherReviewStatus(o[1] as api.PublisherReviewStatus);
@@ -7794,8 +7794,8 @@
o.approvalStatus = 'foo';
o.contentAndPolicyReviewStatus = 'foo';
o.creativeAndLandingPageReviewStatus = 'foo';
- o.exchangeReviewStatuses = buildUnnamed5165();
- o.publisherReviewStatuses = buildUnnamed5166();
+ o.exchangeReviewStatuses = buildUnnamed5166();
+ o.publisherReviewStatuses = buildUnnamed5167();
}
buildCounterReviewStatusInfo--;
return o;
@@ -7816,8 +7816,8 @@
o.creativeAndLandingPageReviewStatus!,
unittest.equals('foo'),
);
- checkUnnamed5165(o.exchangeReviewStatuses!);
- checkUnnamed5166(o.publisherReviewStatuses!);
+ checkUnnamed5166(o.exchangeReviewStatuses!);
+ checkUnnamed5167(o.publisherReviewStatuses!);
}
buildCounterReviewStatusInfo--;
}
@@ -7938,14 +7938,14 @@
buildCounterSearchTargetingOptionsRequest--;
}
-core.List<api.TargetingOption> buildUnnamed5167() {
+core.List<api.TargetingOption> buildUnnamed5168() {
var o = <api.TargetingOption>[];
o.add(buildTargetingOption());
o.add(buildTargetingOption());
return o;
}
-void checkUnnamed5167(core.List<api.TargetingOption> o) {
+void checkUnnamed5168(core.List<api.TargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingOption(o[0] as api.TargetingOption);
checkTargetingOption(o[1] as api.TargetingOption);
@@ -7957,7 +7957,7 @@
buildCounterSearchTargetingOptionsResponse++;
if (buildCounterSearchTargetingOptionsResponse < 3) {
o.nextPageToken = 'foo';
- o.targetingOptions = buildUnnamed5167();
+ o.targetingOptions = buildUnnamed5168();
}
buildCounterSearchTargetingOptionsResponse--;
return o;
@@ -7970,7 +7970,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5167(o.targetingOptions!);
+ checkUnnamed5168(o.targetingOptions!);
}
buildCounterSearchTargetingOptionsResponse--;
}
@@ -8055,7 +8055,7 @@
buildCounterSite--;
}
-core.Map<core.String, core.Object> buildUnnamed5168() {
+core.Map<core.String, core.Object> buildUnnamed5169() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8070,7 +8070,7 @@
return o;
}
-void checkUnnamed5168(core.Map<core.String, core.Object> o) {
+void checkUnnamed5169(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -8102,17 +8102,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5169() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5170() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5168());
- o.add(buildUnnamed5168());
+ o.add(buildUnnamed5169());
+ o.add(buildUnnamed5169());
return o;
}
-void checkUnnamed5169(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5170(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5168(o[0]);
- checkUnnamed5168(o[1]);
+ checkUnnamed5169(o[0]);
+ checkUnnamed5169(o[1]);
}
core.int buildCounterStatus = 0;
@@ -8121,7 +8121,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5169();
+ o.details = buildUnnamed5170();
o.message = 'foo';
}
buildCounterStatus--;
@@ -8135,7 +8135,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5169(o.details!);
+ checkUnnamed5170(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -8596,14 +8596,14 @@
buildCounterUrlAssignedTargetingOptionDetails--;
}
-core.List<api.AssignedUserRole> buildUnnamed5170() {
+core.List<api.AssignedUserRole> buildUnnamed5171() {
var o = <api.AssignedUserRole>[];
o.add(buildAssignedUserRole());
o.add(buildAssignedUserRole());
return o;
}
-void checkUnnamed5170(core.List<api.AssignedUserRole> o) {
+void checkUnnamed5171(core.List<api.AssignedUserRole> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedUserRole(o[0] as api.AssignedUserRole);
checkAssignedUserRole(o[1] as api.AssignedUserRole);
@@ -8614,7 +8614,7 @@
var o = api.User();
buildCounterUser++;
if (buildCounterUser < 3) {
- o.assignedUserRoles = buildUnnamed5170();
+ o.assignedUserRoles = buildUnnamed5171();
o.displayName = 'foo';
o.email = 'foo';
o.name = 'foo';
@@ -8627,7 +8627,7 @@
void checkUser(api.User o) {
buildCounterUser++;
if (buildCounterUser < 3) {
- checkUnnamed5170(o.assignedUserRoles!);
+ checkUnnamed5171(o.assignedUserRoles!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/dlp/v2_test.dart b/generated/googleapis/test/dlp/v2_test.dart
index afe6b1d..5414bf9 100644
--- a/generated/googleapis/test/dlp/v2_test.dart
+++ b/generated/googleapis/test/dlp/v2_test.dart
@@ -129,14 +129,14 @@
buildCounterGooglePrivacyDlpV2AnalyzeDataSourceRiskDetails--;
}
-core.List<api.GooglePrivacyDlpV2QuasiIdField> buildUnnamed3293() {
+core.List<api.GooglePrivacyDlpV2QuasiIdField> buildUnnamed3294() {
var o = <api.GooglePrivacyDlpV2QuasiIdField>[];
o.add(buildGooglePrivacyDlpV2QuasiIdField());
o.add(buildGooglePrivacyDlpV2QuasiIdField());
return o;
}
-void checkUnnamed3293(core.List<api.GooglePrivacyDlpV2QuasiIdField> o) {
+void checkUnnamed3294(core.List<api.GooglePrivacyDlpV2QuasiIdField> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2QuasiIdField(
o[0] as api.GooglePrivacyDlpV2QuasiIdField);
@@ -149,7 +149,7 @@
var o = api.GooglePrivacyDlpV2AuxiliaryTable();
buildCounterGooglePrivacyDlpV2AuxiliaryTable++;
if (buildCounterGooglePrivacyDlpV2AuxiliaryTable < 3) {
- o.quasiIds = buildUnnamed3293();
+ o.quasiIds = buildUnnamed3294();
o.relativeFrequency = buildGooglePrivacyDlpV2FieldId();
o.table = buildGooglePrivacyDlpV2BigQueryTable();
}
@@ -161,7 +161,7 @@
api.GooglePrivacyDlpV2AuxiliaryTable o) {
buildCounterGooglePrivacyDlpV2AuxiliaryTable++;
if (buildCounterGooglePrivacyDlpV2AuxiliaryTable < 3) {
- checkUnnamed3293(o.quasiIds!);
+ checkUnnamed3294(o.quasiIds!);
checkGooglePrivacyDlpV2FieldId(
o.relativeFrequency! as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2BigQueryTable(
@@ -218,19 +218,6 @@
buildCounterGooglePrivacyDlpV2BigQueryKey--;
}
-core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed3294() {
- var o = <api.GooglePrivacyDlpV2FieldId>[];
- o.add(buildGooglePrivacyDlpV2FieldId());
- o.add(buildGooglePrivacyDlpV2FieldId());
- return o;
-}
-
-void checkUnnamed3294(core.List<api.GooglePrivacyDlpV2FieldId> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
- checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
-}
-
core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed3295() {
var o = <api.GooglePrivacyDlpV2FieldId>[];
o.add(buildGooglePrivacyDlpV2FieldId());
@@ -244,13 +231,26 @@
checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
}
+core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed3296() {
+ var o = <api.GooglePrivacyDlpV2FieldId>[];
+ o.add(buildGooglePrivacyDlpV2FieldId());
+ o.add(buildGooglePrivacyDlpV2FieldId());
+ return o;
+}
+
+void checkUnnamed3296(core.List<api.GooglePrivacyDlpV2FieldId> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
+ checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
+}
+
core.int buildCounterGooglePrivacyDlpV2BigQueryOptions = 0;
api.GooglePrivacyDlpV2BigQueryOptions buildGooglePrivacyDlpV2BigQueryOptions() {
var o = api.GooglePrivacyDlpV2BigQueryOptions();
buildCounterGooglePrivacyDlpV2BigQueryOptions++;
if (buildCounterGooglePrivacyDlpV2BigQueryOptions < 3) {
- o.excludedFields = buildUnnamed3294();
- o.identifyingFields = buildUnnamed3295();
+ o.excludedFields = buildUnnamed3295();
+ o.identifyingFields = buildUnnamed3296();
o.rowsLimit = 'foo';
o.rowsLimitPercent = 42;
o.sampleMethod = 'foo';
@@ -264,8 +264,8 @@
api.GooglePrivacyDlpV2BigQueryOptions o) {
buildCounterGooglePrivacyDlpV2BigQueryOptions++;
if (buildCounterGooglePrivacyDlpV2BigQueryOptions < 3) {
- checkUnnamed3294(o.excludedFields!);
- checkUnnamed3295(o.identifyingFields!);
+ checkUnnamed3295(o.excludedFields!);
+ checkUnnamed3296(o.identifyingFields!);
unittest.expect(
o.rowsLimit!,
unittest.equals('foo'),
@@ -378,14 +378,14 @@
buildCounterGooglePrivacyDlpV2Bucket--;
}
-core.List<api.GooglePrivacyDlpV2Bucket> buildUnnamed3296() {
+core.List<api.GooglePrivacyDlpV2Bucket> buildUnnamed3297() {
var o = <api.GooglePrivacyDlpV2Bucket>[];
o.add(buildGooglePrivacyDlpV2Bucket());
o.add(buildGooglePrivacyDlpV2Bucket());
return o;
}
-void checkUnnamed3296(core.List<api.GooglePrivacyDlpV2Bucket> o) {
+void checkUnnamed3297(core.List<api.GooglePrivacyDlpV2Bucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Bucket(o[0] as api.GooglePrivacyDlpV2Bucket);
checkGooglePrivacyDlpV2Bucket(o[1] as api.GooglePrivacyDlpV2Bucket);
@@ -396,7 +396,7 @@
var o = api.GooglePrivacyDlpV2BucketingConfig();
buildCounterGooglePrivacyDlpV2BucketingConfig++;
if (buildCounterGooglePrivacyDlpV2BucketingConfig < 3) {
- o.buckets = buildUnnamed3296();
+ o.buckets = buildUnnamed3297();
}
buildCounterGooglePrivacyDlpV2BucketingConfig--;
return o;
@@ -406,7 +406,7 @@
api.GooglePrivacyDlpV2BucketingConfig o) {
buildCounterGooglePrivacyDlpV2BucketingConfig++;
if (buildCounterGooglePrivacyDlpV2BucketingConfig < 3) {
- checkUnnamed3296(o.buckets!);
+ checkUnnamed3297(o.buckets!);
}
buildCounterGooglePrivacyDlpV2BucketingConfig--;
}
@@ -477,14 +477,14 @@
buildCounterGooglePrivacyDlpV2CategoricalStatsConfig--;
}
-core.List<api.GooglePrivacyDlpV2ValueFrequency> buildUnnamed3297() {
+core.List<api.GooglePrivacyDlpV2ValueFrequency> buildUnnamed3298() {
var o = <api.GooglePrivacyDlpV2ValueFrequency>[];
o.add(buildGooglePrivacyDlpV2ValueFrequency());
o.add(buildGooglePrivacyDlpV2ValueFrequency());
return o;
}
-void checkUnnamed3297(core.List<api.GooglePrivacyDlpV2ValueFrequency> o) {
+void checkUnnamed3298(core.List<api.GooglePrivacyDlpV2ValueFrequency> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2ValueFrequency(
o[0] as api.GooglePrivacyDlpV2ValueFrequency);
@@ -500,7 +500,7 @@
if (buildCounterGooglePrivacyDlpV2CategoricalStatsHistogramBucket < 3) {
o.bucketSize = 'foo';
o.bucketValueCount = 'foo';
- o.bucketValues = buildUnnamed3297();
+ o.bucketValues = buildUnnamed3298();
o.valueFrequencyLowerBound = 'foo';
o.valueFrequencyUpperBound = 'foo';
}
@@ -520,7 +520,7 @@
o.bucketValueCount!,
unittest.equals('foo'),
);
- checkUnnamed3297(o.bucketValues!);
+ checkUnnamed3298(o.bucketValues!);
unittest.expect(
o.valueFrequencyLowerBound!,
unittest.equals('foo'),
@@ -534,14 +534,14 @@
}
core.List<api.GooglePrivacyDlpV2CategoricalStatsHistogramBucket>
- buildUnnamed3298() {
+ buildUnnamed3299() {
var o = <api.GooglePrivacyDlpV2CategoricalStatsHistogramBucket>[];
o.add(buildGooglePrivacyDlpV2CategoricalStatsHistogramBucket());
o.add(buildGooglePrivacyDlpV2CategoricalStatsHistogramBucket());
return o;
}
-void checkUnnamed3298(
+void checkUnnamed3299(
core.List<api.GooglePrivacyDlpV2CategoricalStatsHistogramBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2CategoricalStatsHistogramBucket(
@@ -556,7 +556,7 @@
var o = api.GooglePrivacyDlpV2CategoricalStatsResult();
buildCounterGooglePrivacyDlpV2CategoricalStatsResult++;
if (buildCounterGooglePrivacyDlpV2CategoricalStatsResult < 3) {
- o.valueFrequencyHistogramBuckets = buildUnnamed3298();
+ o.valueFrequencyHistogramBuckets = buildUnnamed3299();
}
buildCounterGooglePrivacyDlpV2CategoricalStatsResult--;
return o;
@@ -566,19 +566,19 @@
api.GooglePrivacyDlpV2CategoricalStatsResult o) {
buildCounterGooglePrivacyDlpV2CategoricalStatsResult++;
if (buildCounterGooglePrivacyDlpV2CategoricalStatsResult < 3) {
- checkUnnamed3298(o.valueFrequencyHistogramBuckets!);
+ checkUnnamed3299(o.valueFrequencyHistogramBuckets!);
}
buildCounterGooglePrivacyDlpV2CategoricalStatsResult--;
}
-core.List<api.GooglePrivacyDlpV2CharsToIgnore> buildUnnamed3299() {
+core.List<api.GooglePrivacyDlpV2CharsToIgnore> buildUnnamed3300() {
var o = <api.GooglePrivacyDlpV2CharsToIgnore>[];
o.add(buildGooglePrivacyDlpV2CharsToIgnore());
o.add(buildGooglePrivacyDlpV2CharsToIgnore());
return o;
}
-void checkUnnamed3299(core.List<api.GooglePrivacyDlpV2CharsToIgnore> o) {
+void checkUnnamed3300(core.List<api.GooglePrivacyDlpV2CharsToIgnore> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2CharsToIgnore(
o[0] as api.GooglePrivacyDlpV2CharsToIgnore);
@@ -592,7 +592,7 @@
var o = api.GooglePrivacyDlpV2CharacterMaskConfig();
buildCounterGooglePrivacyDlpV2CharacterMaskConfig++;
if (buildCounterGooglePrivacyDlpV2CharacterMaskConfig < 3) {
- o.charactersToIgnore = buildUnnamed3299();
+ o.charactersToIgnore = buildUnnamed3300();
o.maskingCharacter = 'foo';
o.numberToMask = 42;
o.reverseOrder = true;
@@ -605,7 +605,7 @@
api.GooglePrivacyDlpV2CharacterMaskConfig o) {
buildCounterGooglePrivacyDlpV2CharacterMaskConfig++;
if (buildCounterGooglePrivacyDlpV2CharacterMaskConfig < 3) {
- checkUnnamed3299(o.charactersToIgnore!);
+ checkUnnamed3300(o.charactersToIgnore!);
unittest.expect(
o.maskingCharacter!,
unittest.equals('foo'),
@@ -671,14 +671,14 @@
buildCounterGooglePrivacyDlpV2CloudStorageFileSet--;
}
-core.List<core.String> buildUnnamed3300() {
+core.List<core.String> buildUnnamed3301() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3300(core.List<core.String> o) {
+void checkUnnamed3301(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -699,7 +699,7 @@
o.bytesLimitPerFile = 'foo';
o.bytesLimitPerFilePercent = 42;
o.fileSet = buildGooglePrivacyDlpV2FileSet();
- o.fileTypes = buildUnnamed3300();
+ o.fileTypes = buildUnnamed3301();
o.filesLimitPercent = 42;
o.sampleMethod = 'foo';
}
@@ -720,7 +720,7 @@
unittest.equals(42),
);
checkGooglePrivacyDlpV2FileSet(o.fileSet! as api.GooglePrivacyDlpV2FileSet);
- checkUnnamed3300(o.fileTypes!);
+ checkUnnamed3301(o.fileTypes!);
unittest.expect(
o.filesLimitPercent!,
unittest.equals(42),
@@ -757,25 +757,6 @@
buildCounterGooglePrivacyDlpV2CloudStoragePath--;
}
-core.List<core.String> buildUnnamed3301() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3301(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3302() {
var o = <core.String>[];
o.add('foo');
@@ -795,6 +776,25 @@
);
}
+core.List<core.String> buildUnnamed3303() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3303(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGooglePrivacyDlpV2CloudStorageRegexFileSet = 0;
api.GooglePrivacyDlpV2CloudStorageRegexFileSet
buildGooglePrivacyDlpV2CloudStorageRegexFileSet() {
@@ -802,8 +802,8 @@
buildCounterGooglePrivacyDlpV2CloudStorageRegexFileSet++;
if (buildCounterGooglePrivacyDlpV2CloudStorageRegexFileSet < 3) {
o.bucketName = 'foo';
- o.excludeRegex = buildUnnamed3301();
- o.includeRegex = buildUnnamed3302();
+ o.excludeRegex = buildUnnamed3302();
+ o.includeRegex = buildUnnamed3303();
}
buildCounterGooglePrivacyDlpV2CloudStorageRegexFileSet--;
return o;
@@ -817,8 +817,8 @@
o.bucketName!,
unittest.equals('foo'),
);
- checkUnnamed3301(o.excludeRegex!);
- checkUnnamed3302(o.includeRegex!);
+ checkUnnamed3302(o.excludeRegex!);
+ checkUnnamed3303(o.includeRegex!);
}
buildCounterGooglePrivacyDlpV2CloudStorageRegexFileSet--;
}
@@ -881,14 +881,14 @@
buildCounterGooglePrivacyDlpV2Condition--;
}
-core.List<api.GooglePrivacyDlpV2Condition> buildUnnamed3303() {
+core.List<api.GooglePrivacyDlpV2Condition> buildUnnamed3304() {
var o = <api.GooglePrivacyDlpV2Condition>[];
o.add(buildGooglePrivacyDlpV2Condition());
o.add(buildGooglePrivacyDlpV2Condition());
return o;
}
-void checkUnnamed3303(core.List<api.GooglePrivacyDlpV2Condition> o) {
+void checkUnnamed3304(core.List<api.GooglePrivacyDlpV2Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Condition(o[0] as api.GooglePrivacyDlpV2Condition);
checkGooglePrivacyDlpV2Condition(o[1] as api.GooglePrivacyDlpV2Condition);
@@ -899,7 +899,7 @@
var o = api.GooglePrivacyDlpV2Conditions();
buildCounterGooglePrivacyDlpV2Conditions++;
if (buildCounterGooglePrivacyDlpV2Conditions < 3) {
- o.conditions = buildUnnamed3303();
+ o.conditions = buildUnnamed3304();
}
buildCounterGooglePrivacyDlpV2Conditions--;
return o;
@@ -908,7 +908,7 @@
void checkGooglePrivacyDlpV2Conditions(api.GooglePrivacyDlpV2Conditions o) {
buildCounterGooglePrivacyDlpV2Conditions++;
if (buildCounterGooglePrivacyDlpV2Conditions < 3) {
- checkUnnamed3303(o.conditions!);
+ checkUnnamed3304(o.conditions!);
}
buildCounterGooglePrivacyDlpV2Conditions--;
}
@@ -1317,14 +1317,14 @@
buildCounterGooglePrivacyDlpV2CryptoReplaceFfxFpeConfig--;
}
-core.List<api.GooglePrivacyDlpV2DetectionRule> buildUnnamed3304() {
+core.List<api.GooglePrivacyDlpV2DetectionRule> buildUnnamed3305() {
var o = <api.GooglePrivacyDlpV2DetectionRule>[];
o.add(buildGooglePrivacyDlpV2DetectionRule());
o.add(buildGooglePrivacyDlpV2DetectionRule());
return o;
}
-void checkUnnamed3304(core.List<api.GooglePrivacyDlpV2DetectionRule> o) {
+void checkUnnamed3305(core.List<api.GooglePrivacyDlpV2DetectionRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2DetectionRule(
o[0] as api.GooglePrivacyDlpV2DetectionRule);
@@ -1337,7 +1337,7 @@
var o = api.GooglePrivacyDlpV2CustomInfoType();
buildCounterGooglePrivacyDlpV2CustomInfoType++;
if (buildCounterGooglePrivacyDlpV2CustomInfoType < 3) {
- o.detectionRules = buildUnnamed3304();
+ o.detectionRules = buildUnnamed3305();
o.dictionary = buildGooglePrivacyDlpV2Dictionary();
o.exclusionType = 'foo';
o.infoType = buildGooglePrivacyDlpV2InfoType();
@@ -1354,7 +1354,7 @@
api.GooglePrivacyDlpV2CustomInfoType o) {
buildCounterGooglePrivacyDlpV2CustomInfoType++;
if (buildCounterGooglePrivacyDlpV2CustomInfoType < 3) {
- checkUnnamed3304(o.detectionRules!);
+ checkUnnamed3305(o.detectionRules!);
checkGooglePrivacyDlpV2Dictionary(
o.dictionary! as api.GooglePrivacyDlpV2Dictionary);
unittest.expect(
@@ -1628,14 +1628,14 @@
buildCounterGooglePrivacyDlpV2DeidentifyTemplate--;
}
-core.List<api.GooglePrivacyDlpV2StatisticalTable> buildUnnamed3305() {
+core.List<api.GooglePrivacyDlpV2StatisticalTable> buildUnnamed3306() {
var o = <api.GooglePrivacyDlpV2StatisticalTable>[];
o.add(buildGooglePrivacyDlpV2StatisticalTable());
o.add(buildGooglePrivacyDlpV2StatisticalTable());
return o;
}
-void checkUnnamed3305(core.List<api.GooglePrivacyDlpV2StatisticalTable> o) {
+void checkUnnamed3306(core.List<api.GooglePrivacyDlpV2StatisticalTable> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2StatisticalTable(
o[0] as api.GooglePrivacyDlpV2StatisticalTable);
@@ -1643,14 +1643,14 @@
o[1] as api.GooglePrivacyDlpV2StatisticalTable);
}
-core.List<api.GooglePrivacyDlpV2QuasiId> buildUnnamed3306() {
+core.List<api.GooglePrivacyDlpV2QuasiId> buildUnnamed3307() {
var o = <api.GooglePrivacyDlpV2QuasiId>[];
o.add(buildGooglePrivacyDlpV2QuasiId());
o.add(buildGooglePrivacyDlpV2QuasiId());
return o;
}
-void checkUnnamed3306(core.List<api.GooglePrivacyDlpV2QuasiId> o) {
+void checkUnnamed3307(core.List<api.GooglePrivacyDlpV2QuasiId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2QuasiId(o[0] as api.GooglePrivacyDlpV2QuasiId);
checkGooglePrivacyDlpV2QuasiId(o[1] as api.GooglePrivacyDlpV2QuasiId);
@@ -1662,8 +1662,8 @@
var o = api.GooglePrivacyDlpV2DeltaPresenceEstimationConfig();
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationConfig++;
if (buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationConfig < 3) {
- o.auxiliaryTables = buildUnnamed3305();
- o.quasiIds = buildUnnamed3306();
+ o.auxiliaryTables = buildUnnamed3306();
+ o.quasiIds = buildUnnamed3307();
o.regionCode = 'foo';
}
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationConfig--;
@@ -1674,8 +1674,8 @@
api.GooglePrivacyDlpV2DeltaPresenceEstimationConfig o) {
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationConfig++;
if (buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationConfig < 3) {
- checkUnnamed3305(o.auxiliaryTables!);
- checkUnnamed3306(o.quasiIds!);
+ checkUnnamed3306(o.auxiliaryTables!);
+ checkUnnamed3307(o.quasiIds!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
@@ -1685,14 +1685,14 @@
}
core.List<api.GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues>
- buildUnnamed3307() {
+ buildUnnamed3308() {
var o = <api.GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues>[];
o.add(buildGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues());
o.add(buildGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues());
return o;
}
-void checkUnnamed3307(
+void checkUnnamed3308(
core.List<api.GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues(
@@ -1711,7 +1711,7 @@
3) {
o.bucketSize = 'foo';
o.bucketValueCount = 'foo';
- o.bucketValues = buildUnnamed3307();
+ o.bucketValues = buildUnnamed3308();
o.maxProbability = 42.0;
o.minProbability = 42.0;
}
@@ -1732,7 +1732,7 @@
o.bucketValueCount!,
unittest.equals('foo'),
);
- checkUnnamed3307(o.bucketValues!);
+ checkUnnamed3308(o.bucketValues!);
unittest.expect(
o.maxProbability!,
unittest.equals(42.0),
@@ -1745,14 +1745,14 @@
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket--;
}
-core.List<api.GooglePrivacyDlpV2Value> buildUnnamed3308() {
+core.List<api.GooglePrivacyDlpV2Value> buildUnnamed3309() {
var o = <api.GooglePrivacyDlpV2Value>[];
o.add(buildGooglePrivacyDlpV2Value());
o.add(buildGooglePrivacyDlpV2Value());
return o;
}
-void checkUnnamed3308(core.List<api.GooglePrivacyDlpV2Value> o) {
+void checkUnnamed3309(core.List<api.GooglePrivacyDlpV2Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Value(o[0] as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o[1] as api.GooglePrivacyDlpV2Value);
@@ -1765,7 +1765,7 @@
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues++;
if (buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues < 3) {
o.estimatedProbability = 42.0;
- o.quasiIdsValues = buildUnnamed3308();
+ o.quasiIdsValues = buildUnnamed3309();
}
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues--;
return o;
@@ -1779,20 +1779,20 @@
o.estimatedProbability!,
unittest.equals(42.0),
);
- checkUnnamed3308(o.quasiIdsValues!);
+ checkUnnamed3309(o.quasiIdsValues!);
}
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues--;
}
core.List<api.GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket>
- buildUnnamed3309() {
+ buildUnnamed3310() {
var o = <api.GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket>[];
o.add(buildGooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket());
o.add(buildGooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket());
return o;
}
-void checkUnnamed3309(
+void checkUnnamed3310(
core.List<api.GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket(
@@ -1807,7 +1807,7 @@
var o = api.GooglePrivacyDlpV2DeltaPresenceEstimationResult();
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationResult++;
if (buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationResult < 3) {
- o.deltaPresenceEstimationHistogram = buildUnnamed3309();
+ o.deltaPresenceEstimationHistogram = buildUnnamed3310();
}
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationResult--;
return o;
@@ -1817,7 +1817,7 @@
api.GooglePrivacyDlpV2DeltaPresenceEstimationResult o) {
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationResult++;
if (buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationResult < 3) {
- checkUnnamed3309(o.deltaPresenceEstimationHistogram!);
+ checkUnnamed3310(o.deltaPresenceEstimationHistogram!);
}
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationResult--;
}
@@ -1866,14 +1866,14 @@
buildCounterGooglePrivacyDlpV2Dictionary--;
}
-core.List<api.GooglePrivacyDlpV2Error> buildUnnamed3310() {
+core.List<api.GooglePrivacyDlpV2Error> buildUnnamed3311() {
var o = <api.GooglePrivacyDlpV2Error>[];
o.add(buildGooglePrivacyDlpV2Error());
o.add(buildGooglePrivacyDlpV2Error());
return o;
}
-void checkUnnamed3310(core.List<api.GooglePrivacyDlpV2Error> o) {
+void checkUnnamed3311(core.List<api.GooglePrivacyDlpV2Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Error(o[0] as api.GooglePrivacyDlpV2Error);
checkGooglePrivacyDlpV2Error(o[1] as api.GooglePrivacyDlpV2Error);
@@ -1886,7 +1886,7 @@
if (buildCounterGooglePrivacyDlpV2DlpJob < 3) {
o.createTime = 'foo';
o.endTime = 'foo';
- o.errors = buildUnnamed3310();
+ o.errors = buildUnnamed3311();
o.inspectDetails = buildGooglePrivacyDlpV2InspectDataSourceDetails();
o.jobTriggerName = 'foo';
o.name = 'foo';
@@ -1910,7 +1910,7 @@
o.endTime!,
unittest.equals('foo'),
);
- checkUnnamed3310(o.errors!);
+ checkUnnamed3311(o.errors!);
checkGooglePrivacyDlpV2InspectDataSourceDetails(
o.inspectDetails! as api.GooglePrivacyDlpV2InspectDataSourceDetails);
unittest.expect(
@@ -1982,14 +1982,14 @@
buildCounterGooglePrivacyDlpV2EntityId--;
}
-core.List<core.String> buildUnnamed3311() {
+core.List<core.String> buildUnnamed3312() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3311(core.List<core.String> o) {
+void checkUnnamed3312(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2007,7 +2007,7 @@
buildCounterGooglePrivacyDlpV2Error++;
if (buildCounterGooglePrivacyDlpV2Error < 3) {
o.details = buildGoogleRpcStatus();
- o.timestamps = buildUnnamed3311();
+ o.timestamps = buildUnnamed3312();
}
buildCounterGooglePrivacyDlpV2Error--;
return o;
@@ -2017,19 +2017,19 @@
buildCounterGooglePrivacyDlpV2Error++;
if (buildCounterGooglePrivacyDlpV2Error < 3) {
checkGoogleRpcStatus(o.details! as api.GoogleRpcStatus);
- checkUnnamed3311(o.timestamps!);
+ checkUnnamed3312(o.timestamps!);
}
buildCounterGooglePrivacyDlpV2Error--;
}
-core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed3312() {
+core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed3313() {
var o = <api.GooglePrivacyDlpV2InfoType>[];
o.add(buildGooglePrivacyDlpV2InfoType());
o.add(buildGooglePrivacyDlpV2InfoType());
return o;
}
-void checkUnnamed3312(core.List<api.GooglePrivacyDlpV2InfoType> o) {
+void checkUnnamed3313(core.List<api.GooglePrivacyDlpV2InfoType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoType(o[0] as api.GooglePrivacyDlpV2InfoType);
checkGooglePrivacyDlpV2InfoType(o[1] as api.GooglePrivacyDlpV2InfoType);
@@ -2041,7 +2041,7 @@
var o = api.GooglePrivacyDlpV2ExcludeInfoTypes();
buildCounterGooglePrivacyDlpV2ExcludeInfoTypes++;
if (buildCounterGooglePrivacyDlpV2ExcludeInfoTypes < 3) {
- o.infoTypes = buildUnnamed3312();
+ o.infoTypes = buildUnnamed3313();
}
buildCounterGooglePrivacyDlpV2ExcludeInfoTypes--;
return o;
@@ -2051,7 +2051,7 @@
api.GooglePrivacyDlpV2ExcludeInfoTypes o) {
buildCounterGooglePrivacyDlpV2ExcludeInfoTypes++;
if (buildCounterGooglePrivacyDlpV2ExcludeInfoTypes < 3) {
- checkUnnamed3312(o.infoTypes!);
+ checkUnnamed3313(o.infoTypes!);
}
buildCounterGooglePrivacyDlpV2ExcludeInfoTypes--;
}
@@ -2134,14 +2134,14 @@
buildCounterGooglePrivacyDlpV2FieldId--;
}
-core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed3313() {
+core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed3314() {
var o = <api.GooglePrivacyDlpV2FieldId>[];
o.add(buildGooglePrivacyDlpV2FieldId());
o.add(buildGooglePrivacyDlpV2FieldId());
return o;
}
-void checkUnnamed3313(core.List<api.GooglePrivacyDlpV2FieldId> o) {
+void checkUnnamed3314(core.List<api.GooglePrivacyDlpV2FieldId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
@@ -2154,7 +2154,7 @@
buildCounterGooglePrivacyDlpV2FieldTransformation++;
if (buildCounterGooglePrivacyDlpV2FieldTransformation < 3) {
o.condition = buildGooglePrivacyDlpV2RecordCondition();
- o.fields = buildUnnamed3313();
+ o.fields = buildUnnamed3314();
o.infoTypeTransformations =
buildGooglePrivacyDlpV2InfoTypeTransformations();
o.primitiveTransformation =
@@ -2170,7 +2170,7 @@
if (buildCounterGooglePrivacyDlpV2FieldTransformation < 3) {
checkGooglePrivacyDlpV2RecordCondition(
o.condition! as api.GooglePrivacyDlpV2RecordCondition);
- checkUnnamed3313(o.fields!);
+ checkUnnamed3314(o.fields!);
checkGooglePrivacyDlpV2InfoTypeTransformations(o.infoTypeTransformations!
as api.GooglePrivacyDlpV2InfoTypeTransformations);
checkGooglePrivacyDlpV2PrimitiveTransformation(o.primitiveTransformation!
@@ -2204,14 +2204,14 @@
buildCounterGooglePrivacyDlpV2FileSet--;
}
-core.Map<core.String, core.String> buildUnnamed3314() {
+core.Map<core.String, core.String> buildUnnamed3315() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3314(core.Map<core.String, core.String> o) {
+void checkUnnamed3315(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2233,7 +2233,7 @@
o.infoType = buildGooglePrivacyDlpV2InfoType();
o.jobCreateTime = 'foo';
o.jobName = 'foo';
- o.labels = buildUnnamed3314();
+ o.labels = buildUnnamed3315();
o.likelihood = 'foo';
o.location = buildGooglePrivacyDlpV2Location();
o.name = 'foo';
@@ -2267,7 +2267,7 @@
o.jobName!,
unittest.equals('foo'),
);
- checkUnnamed3314(o.labels!);
+ checkUnnamed3315(o.labels!);
unittest.expect(
o.likelihood!,
unittest.equals('foo'),
@@ -2296,14 +2296,14 @@
buildCounterGooglePrivacyDlpV2Finding--;
}
-core.List<api.GooglePrivacyDlpV2InfoTypeLimit> buildUnnamed3315() {
+core.List<api.GooglePrivacyDlpV2InfoTypeLimit> buildUnnamed3316() {
var o = <api.GooglePrivacyDlpV2InfoTypeLimit>[];
o.add(buildGooglePrivacyDlpV2InfoTypeLimit());
o.add(buildGooglePrivacyDlpV2InfoTypeLimit());
return o;
}
-void checkUnnamed3315(core.List<api.GooglePrivacyDlpV2InfoTypeLimit> o) {
+void checkUnnamed3316(core.List<api.GooglePrivacyDlpV2InfoTypeLimit> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoTypeLimit(
o[0] as api.GooglePrivacyDlpV2InfoTypeLimit);
@@ -2316,7 +2316,7 @@
var o = api.GooglePrivacyDlpV2FindingLimits();
buildCounterGooglePrivacyDlpV2FindingLimits++;
if (buildCounterGooglePrivacyDlpV2FindingLimits < 3) {
- o.maxFindingsPerInfoType = buildUnnamed3315();
+ o.maxFindingsPerInfoType = buildUnnamed3316();
o.maxFindingsPerItem = 42;
o.maxFindingsPerRequest = 42;
}
@@ -2328,7 +2328,7 @@
api.GooglePrivacyDlpV2FindingLimits o) {
buildCounterGooglePrivacyDlpV2FindingLimits++;
if (buildCounterGooglePrivacyDlpV2FindingLimits < 3) {
- checkUnnamed3315(o.maxFindingsPerInfoType!);
+ checkUnnamed3316(o.maxFindingsPerInfoType!);
unittest.expect(
o.maxFindingsPerItem!,
unittest.equals(42),
@@ -2437,14 +2437,14 @@
buildCounterGooglePrivacyDlpV2HybridContentItem--;
}
-core.Map<core.String, core.String> buildUnnamed3316() {
+core.Map<core.String, core.String> buildUnnamed3317() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3316(core.Map<core.String, core.String> o) {
+void checkUnnamed3317(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2464,7 +2464,7 @@
if (buildCounterGooglePrivacyDlpV2HybridFindingDetails < 3) {
o.containerDetails = buildGooglePrivacyDlpV2Container();
o.fileOffset = 'foo';
- o.labels = buildUnnamed3316();
+ o.labels = buildUnnamed3317();
o.rowOffset = 'foo';
o.tableOptions = buildGooglePrivacyDlpV2TableOptions();
}
@@ -2482,7 +2482,7 @@
o.fileOffset!,
unittest.equals('foo'),
);
- checkUnnamed3316(o.labels!);
+ checkUnnamed3317(o.labels!);
unittest.expect(
o.rowOffset!,
unittest.equals('foo'),
@@ -2588,14 +2588,14 @@
buildCounterGooglePrivacyDlpV2HybridInspectStatistics--;
}
-core.Map<core.String, core.String> buildUnnamed3317() {
+core.Map<core.String, core.String> buildUnnamed3318() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3317(core.Map<core.String, core.String> o) {
+void checkUnnamed3318(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2607,14 +2607,14 @@
);
}
-core.List<core.String> buildUnnamed3318() {
+core.List<core.String> buildUnnamed3319() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3318(core.List<core.String> o) {
+void checkUnnamed3319(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2632,8 +2632,8 @@
buildCounterGooglePrivacyDlpV2HybridOptions++;
if (buildCounterGooglePrivacyDlpV2HybridOptions < 3) {
o.description = 'foo';
- o.labels = buildUnnamed3317();
- o.requiredFindingLabelKeys = buildUnnamed3318();
+ o.labels = buildUnnamed3318();
+ o.requiredFindingLabelKeys = buildUnnamed3319();
o.tableOptions = buildGooglePrivacyDlpV2TableOptions();
}
buildCounterGooglePrivacyDlpV2HybridOptions--;
@@ -2648,22 +2648,22 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed3317(o.labels!);
- checkUnnamed3318(o.requiredFindingLabelKeys!);
+ checkUnnamed3318(o.labels!);
+ checkUnnamed3319(o.requiredFindingLabelKeys!);
checkGooglePrivacyDlpV2TableOptions(
o.tableOptions! as api.GooglePrivacyDlpV2TableOptions);
}
buildCounterGooglePrivacyDlpV2HybridOptions--;
}
-core.List<api.GooglePrivacyDlpV2BoundingBox> buildUnnamed3319() {
+core.List<api.GooglePrivacyDlpV2BoundingBox> buildUnnamed3320() {
var o = <api.GooglePrivacyDlpV2BoundingBox>[];
o.add(buildGooglePrivacyDlpV2BoundingBox());
o.add(buildGooglePrivacyDlpV2BoundingBox());
return o;
}
-void checkUnnamed3319(core.List<api.GooglePrivacyDlpV2BoundingBox> o) {
+void checkUnnamed3320(core.List<api.GooglePrivacyDlpV2BoundingBox> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2BoundingBox(o[0] as api.GooglePrivacyDlpV2BoundingBox);
checkGooglePrivacyDlpV2BoundingBox(o[1] as api.GooglePrivacyDlpV2BoundingBox);
@@ -2674,7 +2674,7 @@
var o = api.GooglePrivacyDlpV2ImageLocation();
buildCounterGooglePrivacyDlpV2ImageLocation++;
if (buildCounterGooglePrivacyDlpV2ImageLocation < 3) {
- o.boundingBoxes = buildUnnamed3319();
+ o.boundingBoxes = buildUnnamed3320();
}
buildCounterGooglePrivacyDlpV2ImageLocation--;
return o;
@@ -2684,7 +2684,7 @@
api.GooglePrivacyDlpV2ImageLocation o) {
buildCounterGooglePrivacyDlpV2ImageLocation++;
if (buildCounterGooglePrivacyDlpV2ImageLocation < 3) {
- checkUnnamed3319(o.boundingBoxes!);
+ checkUnnamed3320(o.boundingBoxes!);
}
buildCounterGooglePrivacyDlpV2ImageLocation--;
}
@@ -2738,14 +2738,14 @@
buildCounterGooglePrivacyDlpV2InfoType--;
}
-core.List<core.String> buildUnnamed3320() {
+core.List<core.String> buildUnnamed3321() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3320(core.List<core.String> o) {
+void checkUnnamed3321(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2766,7 +2766,7 @@
o.description = 'foo';
o.displayName = 'foo';
o.name = 'foo';
- o.supportedBy = buildUnnamed3320();
+ o.supportedBy = buildUnnamed3321();
}
buildCounterGooglePrivacyDlpV2InfoTypeDescription--;
return o;
@@ -2788,7 +2788,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3320(o.supportedBy!);
+ checkUnnamed3321(o.supportedBy!);
}
buildCounterGooglePrivacyDlpV2InfoTypeDescription--;
}
@@ -2845,14 +2845,14 @@
buildCounterGooglePrivacyDlpV2InfoTypeStats--;
}
-core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed3321() {
+core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed3322() {
var o = <api.GooglePrivacyDlpV2InfoType>[];
o.add(buildGooglePrivacyDlpV2InfoType());
o.add(buildGooglePrivacyDlpV2InfoType());
return o;
}
-void checkUnnamed3321(core.List<api.GooglePrivacyDlpV2InfoType> o) {
+void checkUnnamed3322(core.List<api.GooglePrivacyDlpV2InfoType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoType(o[0] as api.GooglePrivacyDlpV2InfoType);
checkGooglePrivacyDlpV2InfoType(o[1] as api.GooglePrivacyDlpV2InfoType);
@@ -2864,7 +2864,7 @@
var o = api.GooglePrivacyDlpV2InfoTypeTransformation();
buildCounterGooglePrivacyDlpV2InfoTypeTransformation++;
if (buildCounterGooglePrivacyDlpV2InfoTypeTransformation < 3) {
- o.infoTypes = buildUnnamed3321();
+ o.infoTypes = buildUnnamed3322();
o.primitiveTransformation =
buildGooglePrivacyDlpV2PrimitiveTransformation();
}
@@ -2876,21 +2876,21 @@
api.GooglePrivacyDlpV2InfoTypeTransformation o) {
buildCounterGooglePrivacyDlpV2InfoTypeTransformation++;
if (buildCounterGooglePrivacyDlpV2InfoTypeTransformation < 3) {
- checkUnnamed3321(o.infoTypes!);
+ checkUnnamed3322(o.infoTypes!);
checkGooglePrivacyDlpV2PrimitiveTransformation(o.primitiveTransformation!
as api.GooglePrivacyDlpV2PrimitiveTransformation);
}
buildCounterGooglePrivacyDlpV2InfoTypeTransformation--;
}
-core.List<api.GooglePrivacyDlpV2InfoTypeTransformation> buildUnnamed3322() {
+core.List<api.GooglePrivacyDlpV2InfoTypeTransformation> buildUnnamed3323() {
var o = <api.GooglePrivacyDlpV2InfoTypeTransformation>[];
o.add(buildGooglePrivacyDlpV2InfoTypeTransformation());
o.add(buildGooglePrivacyDlpV2InfoTypeTransformation());
return o;
}
-void checkUnnamed3322(
+void checkUnnamed3323(
core.List<api.GooglePrivacyDlpV2InfoTypeTransformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoTypeTransformation(
@@ -2905,7 +2905,7 @@
var o = api.GooglePrivacyDlpV2InfoTypeTransformations();
buildCounterGooglePrivacyDlpV2InfoTypeTransformations++;
if (buildCounterGooglePrivacyDlpV2InfoTypeTransformations < 3) {
- o.transformations = buildUnnamed3322();
+ o.transformations = buildUnnamed3323();
}
buildCounterGooglePrivacyDlpV2InfoTypeTransformations--;
return o;
@@ -2915,19 +2915,19 @@
api.GooglePrivacyDlpV2InfoTypeTransformations o) {
buildCounterGooglePrivacyDlpV2InfoTypeTransformations++;
if (buildCounterGooglePrivacyDlpV2InfoTypeTransformations < 3) {
- checkUnnamed3322(o.transformations!);
+ checkUnnamed3323(o.transformations!);
}
buildCounterGooglePrivacyDlpV2InfoTypeTransformations--;
}
-core.List<core.String> buildUnnamed3323() {
+core.List<core.String> buildUnnamed3324() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3323(core.List<core.String> o) {
+void checkUnnamed3324(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2939,14 +2939,14 @@
);
}
-core.List<api.GooglePrivacyDlpV2CustomInfoType> buildUnnamed3324() {
+core.List<api.GooglePrivacyDlpV2CustomInfoType> buildUnnamed3325() {
var o = <api.GooglePrivacyDlpV2CustomInfoType>[];
o.add(buildGooglePrivacyDlpV2CustomInfoType());
o.add(buildGooglePrivacyDlpV2CustomInfoType());
return o;
}
-void checkUnnamed3324(core.List<api.GooglePrivacyDlpV2CustomInfoType> o) {
+void checkUnnamed3325(core.List<api.GooglePrivacyDlpV2CustomInfoType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2CustomInfoType(
o[0] as api.GooglePrivacyDlpV2CustomInfoType);
@@ -2954,27 +2954,27 @@
o[1] as api.GooglePrivacyDlpV2CustomInfoType);
}
-core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed3325() {
+core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed3326() {
var o = <api.GooglePrivacyDlpV2InfoType>[];
o.add(buildGooglePrivacyDlpV2InfoType());
o.add(buildGooglePrivacyDlpV2InfoType());
return o;
}
-void checkUnnamed3325(core.List<api.GooglePrivacyDlpV2InfoType> o) {
+void checkUnnamed3326(core.List<api.GooglePrivacyDlpV2InfoType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoType(o[0] as api.GooglePrivacyDlpV2InfoType);
checkGooglePrivacyDlpV2InfoType(o[1] as api.GooglePrivacyDlpV2InfoType);
}
-core.List<api.GooglePrivacyDlpV2InspectionRuleSet> buildUnnamed3326() {
+core.List<api.GooglePrivacyDlpV2InspectionRuleSet> buildUnnamed3327() {
var o = <api.GooglePrivacyDlpV2InspectionRuleSet>[];
o.add(buildGooglePrivacyDlpV2InspectionRuleSet());
o.add(buildGooglePrivacyDlpV2InspectionRuleSet());
return o;
}
-void checkUnnamed3326(core.List<api.GooglePrivacyDlpV2InspectionRuleSet> o) {
+void checkUnnamed3327(core.List<api.GooglePrivacyDlpV2InspectionRuleSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InspectionRuleSet(
o[0] as api.GooglePrivacyDlpV2InspectionRuleSet);
@@ -2987,14 +2987,14 @@
var o = api.GooglePrivacyDlpV2InspectConfig();
buildCounterGooglePrivacyDlpV2InspectConfig++;
if (buildCounterGooglePrivacyDlpV2InspectConfig < 3) {
- o.contentOptions = buildUnnamed3323();
- o.customInfoTypes = buildUnnamed3324();
+ o.contentOptions = buildUnnamed3324();
+ o.customInfoTypes = buildUnnamed3325();
o.excludeInfoTypes = true;
o.includeQuote = true;
- o.infoTypes = buildUnnamed3325();
+ o.infoTypes = buildUnnamed3326();
o.limits = buildGooglePrivacyDlpV2FindingLimits();
o.minLikelihood = 'foo';
- o.ruleSet = buildUnnamed3326();
+ o.ruleSet = buildUnnamed3327();
}
buildCounterGooglePrivacyDlpV2InspectConfig--;
return o;
@@ -3004,18 +3004,18 @@
api.GooglePrivacyDlpV2InspectConfig o) {
buildCounterGooglePrivacyDlpV2InspectConfig++;
if (buildCounterGooglePrivacyDlpV2InspectConfig < 3) {
- checkUnnamed3323(o.contentOptions!);
- checkUnnamed3324(o.customInfoTypes!);
+ checkUnnamed3324(o.contentOptions!);
+ checkUnnamed3325(o.customInfoTypes!);
unittest.expect(o.excludeInfoTypes!, unittest.isTrue);
unittest.expect(o.includeQuote!, unittest.isTrue);
- checkUnnamed3325(o.infoTypes!);
+ checkUnnamed3326(o.infoTypes!);
checkGooglePrivacyDlpV2FindingLimits(
o.limits! as api.GooglePrivacyDlpV2FindingLimits);
unittest.expect(
o.minLikelihood!,
unittest.equals('foo'),
);
- checkUnnamed3326(o.ruleSet!);
+ checkUnnamed3327(o.ruleSet!);
}
buildCounterGooglePrivacyDlpV2InspectConfig--;
}
@@ -3101,14 +3101,14 @@
buildCounterGooglePrivacyDlpV2InspectDataSourceDetails--;
}
-core.List<api.GooglePrivacyDlpV2Action> buildUnnamed3327() {
+core.List<api.GooglePrivacyDlpV2Action> buildUnnamed3328() {
var o = <api.GooglePrivacyDlpV2Action>[];
o.add(buildGooglePrivacyDlpV2Action());
o.add(buildGooglePrivacyDlpV2Action());
return o;
}
-void checkUnnamed3327(core.List<api.GooglePrivacyDlpV2Action> o) {
+void checkUnnamed3328(core.List<api.GooglePrivacyDlpV2Action> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Action(o[0] as api.GooglePrivacyDlpV2Action);
checkGooglePrivacyDlpV2Action(o[1] as api.GooglePrivacyDlpV2Action);
@@ -3120,7 +3120,7 @@
var o = api.GooglePrivacyDlpV2InspectJobConfig();
buildCounterGooglePrivacyDlpV2InspectJobConfig++;
if (buildCounterGooglePrivacyDlpV2InspectJobConfig < 3) {
- o.actions = buildUnnamed3327();
+ o.actions = buildUnnamed3328();
o.inspectConfig = buildGooglePrivacyDlpV2InspectConfig();
o.inspectTemplateName = 'foo';
o.storageConfig = buildGooglePrivacyDlpV2StorageConfig();
@@ -3133,7 +3133,7 @@
api.GooglePrivacyDlpV2InspectJobConfig o) {
buildCounterGooglePrivacyDlpV2InspectJobConfig++;
if (buildCounterGooglePrivacyDlpV2InspectJobConfig < 3) {
- checkUnnamed3327(o.actions!);
+ checkUnnamed3328(o.actions!);
checkGooglePrivacyDlpV2InspectConfig(
o.inspectConfig! as api.GooglePrivacyDlpV2InspectConfig);
unittest.expect(
@@ -3146,14 +3146,14 @@
buildCounterGooglePrivacyDlpV2InspectJobConfig--;
}
-core.List<api.GooglePrivacyDlpV2Finding> buildUnnamed3328() {
+core.List<api.GooglePrivacyDlpV2Finding> buildUnnamed3329() {
var o = <api.GooglePrivacyDlpV2Finding>[];
o.add(buildGooglePrivacyDlpV2Finding());
o.add(buildGooglePrivacyDlpV2Finding());
return o;
}
-void checkUnnamed3328(core.List<api.GooglePrivacyDlpV2Finding> o) {
+void checkUnnamed3329(core.List<api.GooglePrivacyDlpV2Finding> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Finding(o[0] as api.GooglePrivacyDlpV2Finding);
checkGooglePrivacyDlpV2Finding(o[1] as api.GooglePrivacyDlpV2Finding);
@@ -3164,7 +3164,7 @@
var o = api.GooglePrivacyDlpV2InspectResult();
buildCounterGooglePrivacyDlpV2InspectResult++;
if (buildCounterGooglePrivacyDlpV2InspectResult < 3) {
- o.findings = buildUnnamed3328();
+ o.findings = buildUnnamed3329();
o.findingsTruncated = true;
}
buildCounterGooglePrivacyDlpV2InspectResult--;
@@ -3175,7 +3175,7 @@
api.GooglePrivacyDlpV2InspectResult o) {
buildCounterGooglePrivacyDlpV2InspectResult++;
if (buildCounterGooglePrivacyDlpV2InspectResult < 3) {
- checkUnnamed3328(o.findings!);
+ checkUnnamed3329(o.findings!);
unittest.expect(o.findingsTruncated!, unittest.isTrue);
}
buildCounterGooglePrivacyDlpV2InspectResult--;
@@ -3251,27 +3251,27 @@
buildCounterGooglePrivacyDlpV2InspectionRule--;
}
-core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed3329() {
+core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed3330() {
var o = <api.GooglePrivacyDlpV2InfoType>[];
o.add(buildGooglePrivacyDlpV2InfoType());
o.add(buildGooglePrivacyDlpV2InfoType());
return o;
}
-void checkUnnamed3329(core.List<api.GooglePrivacyDlpV2InfoType> o) {
+void checkUnnamed3330(core.List<api.GooglePrivacyDlpV2InfoType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoType(o[0] as api.GooglePrivacyDlpV2InfoType);
checkGooglePrivacyDlpV2InfoType(o[1] as api.GooglePrivacyDlpV2InfoType);
}
-core.List<api.GooglePrivacyDlpV2InspectionRule> buildUnnamed3330() {
+core.List<api.GooglePrivacyDlpV2InspectionRule> buildUnnamed3331() {
var o = <api.GooglePrivacyDlpV2InspectionRule>[];
o.add(buildGooglePrivacyDlpV2InspectionRule());
o.add(buildGooglePrivacyDlpV2InspectionRule());
return o;
}
-void checkUnnamed3330(core.List<api.GooglePrivacyDlpV2InspectionRule> o) {
+void checkUnnamed3331(core.List<api.GooglePrivacyDlpV2InspectionRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InspectionRule(
o[0] as api.GooglePrivacyDlpV2InspectionRule);
@@ -3285,8 +3285,8 @@
var o = api.GooglePrivacyDlpV2InspectionRuleSet();
buildCounterGooglePrivacyDlpV2InspectionRuleSet++;
if (buildCounterGooglePrivacyDlpV2InspectionRuleSet < 3) {
- o.infoTypes = buildUnnamed3329();
- o.rules = buildUnnamed3330();
+ o.infoTypes = buildUnnamed3330();
+ o.rules = buildUnnamed3331();
}
buildCounterGooglePrivacyDlpV2InspectionRuleSet--;
return o;
@@ -3296,8 +3296,8 @@
api.GooglePrivacyDlpV2InspectionRuleSet o) {
buildCounterGooglePrivacyDlpV2InspectionRuleSet++;
if (buildCounterGooglePrivacyDlpV2InspectionRuleSet < 3) {
- checkUnnamed3329(o.infoTypes!);
- checkUnnamed3330(o.rules!);
+ checkUnnamed3330(o.infoTypes!);
+ checkUnnamed3331(o.rules!);
}
buildCounterGooglePrivacyDlpV2InspectionRuleSet--;
}
@@ -3319,27 +3319,27 @@
buildCounterGooglePrivacyDlpV2JobNotificationEmails--;
}
-core.List<api.GooglePrivacyDlpV2Error> buildUnnamed3331() {
+core.List<api.GooglePrivacyDlpV2Error> buildUnnamed3332() {
var o = <api.GooglePrivacyDlpV2Error>[];
o.add(buildGooglePrivacyDlpV2Error());
o.add(buildGooglePrivacyDlpV2Error());
return o;
}
-void checkUnnamed3331(core.List<api.GooglePrivacyDlpV2Error> o) {
+void checkUnnamed3332(core.List<api.GooglePrivacyDlpV2Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Error(o[0] as api.GooglePrivacyDlpV2Error);
checkGooglePrivacyDlpV2Error(o[1] as api.GooglePrivacyDlpV2Error);
}
-core.List<api.GooglePrivacyDlpV2Trigger> buildUnnamed3332() {
+core.List<api.GooglePrivacyDlpV2Trigger> buildUnnamed3333() {
var o = <api.GooglePrivacyDlpV2Trigger>[];
o.add(buildGooglePrivacyDlpV2Trigger());
o.add(buildGooglePrivacyDlpV2Trigger());
return o;
}
-void checkUnnamed3332(core.List<api.GooglePrivacyDlpV2Trigger> o) {
+void checkUnnamed3333(core.List<api.GooglePrivacyDlpV2Trigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Trigger(o[0] as api.GooglePrivacyDlpV2Trigger);
checkGooglePrivacyDlpV2Trigger(o[1] as api.GooglePrivacyDlpV2Trigger);
@@ -3353,12 +3353,12 @@
o.createTime = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.errors = buildUnnamed3331();
+ o.errors = buildUnnamed3332();
o.inspectJob = buildGooglePrivacyDlpV2InspectJobConfig();
o.lastRunTime = 'foo';
o.name = 'foo';
o.status = 'foo';
- o.triggers = buildUnnamed3332();
+ o.triggers = buildUnnamed3333();
o.updateTime = 'foo';
}
buildCounterGooglePrivacyDlpV2JobTrigger--;
@@ -3380,7 +3380,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3331(o.errors!);
+ checkUnnamed3332(o.errors!);
checkGooglePrivacyDlpV2InspectJobConfig(
o.inspectJob! as api.GooglePrivacyDlpV2InspectJobConfig);
unittest.expect(
@@ -3395,7 +3395,7 @@
o.status!,
unittest.equals('foo'),
);
- checkUnnamed3332(o.triggers!);
+ checkUnnamed3333(o.triggers!);
unittest.expect(
o.updateTime!,
unittest.equals('foo'),
@@ -3404,14 +3404,14 @@
buildCounterGooglePrivacyDlpV2JobTrigger--;
}
-core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed3333() {
+core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed3334() {
var o = <api.GooglePrivacyDlpV2FieldId>[];
o.add(buildGooglePrivacyDlpV2FieldId());
o.add(buildGooglePrivacyDlpV2FieldId());
return o;
}
-void checkUnnamed3333(core.List<api.GooglePrivacyDlpV2FieldId> o) {
+void checkUnnamed3334(core.List<api.GooglePrivacyDlpV2FieldId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
@@ -3424,7 +3424,7 @@
buildCounterGooglePrivacyDlpV2KAnonymityConfig++;
if (buildCounterGooglePrivacyDlpV2KAnonymityConfig < 3) {
o.entityId = buildGooglePrivacyDlpV2EntityId();
- o.quasiIds = buildUnnamed3333();
+ o.quasiIds = buildUnnamed3334();
}
buildCounterGooglePrivacyDlpV2KAnonymityConfig--;
return o;
@@ -3436,19 +3436,19 @@
if (buildCounterGooglePrivacyDlpV2KAnonymityConfig < 3) {
checkGooglePrivacyDlpV2EntityId(
o.entityId! as api.GooglePrivacyDlpV2EntityId);
- checkUnnamed3333(o.quasiIds!);
+ checkUnnamed3334(o.quasiIds!);
}
buildCounterGooglePrivacyDlpV2KAnonymityConfig--;
}
-core.List<api.GooglePrivacyDlpV2Value> buildUnnamed3334() {
+core.List<api.GooglePrivacyDlpV2Value> buildUnnamed3335() {
var o = <api.GooglePrivacyDlpV2Value>[];
o.add(buildGooglePrivacyDlpV2Value());
o.add(buildGooglePrivacyDlpV2Value());
return o;
}
-void checkUnnamed3334(core.List<api.GooglePrivacyDlpV2Value> o) {
+void checkUnnamed3335(core.List<api.GooglePrivacyDlpV2Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Value(o[0] as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o[1] as api.GooglePrivacyDlpV2Value);
@@ -3461,7 +3461,7 @@
buildCounterGooglePrivacyDlpV2KAnonymityEquivalenceClass++;
if (buildCounterGooglePrivacyDlpV2KAnonymityEquivalenceClass < 3) {
o.equivalenceClassSize = 'foo';
- o.quasiIdsValues = buildUnnamed3334();
+ o.quasiIdsValues = buildUnnamed3335();
}
buildCounterGooglePrivacyDlpV2KAnonymityEquivalenceClass--;
return o;
@@ -3475,19 +3475,19 @@
o.equivalenceClassSize!,
unittest.equals('foo'),
);
- checkUnnamed3334(o.quasiIdsValues!);
+ checkUnnamed3335(o.quasiIdsValues!);
}
buildCounterGooglePrivacyDlpV2KAnonymityEquivalenceClass--;
}
-core.List<api.GooglePrivacyDlpV2KAnonymityEquivalenceClass> buildUnnamed3335() {
+core.List<api.GooglePrivacyDlpV2KAnonymityEquivalenceClass> buildUnnamed3336() {
var o = <api.GooglePrivacyDlpV2KAnonymityEquivalenceClass>[];
o.add(buildGooglePrivacyDlpV2KAnonymityEquivalenceClass());
o.add(buildGooglePrivacyDlpV2KAnonymityEquivalenceClass());
return o;
}
-void checkUnnamed3335(
+void checkUnnamed3336(
core.List<api.GooglePrivacyDlpV2KAnonymityEquivalenceClass> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2KAnonymityEquivalenceClass(
@@ -3504,7 +3504,7 @@
if (buildCounterGooglePrivacyDlpV2KAnonymityHistogramBucket < 3) {
o.bucketSize = 'foo';
o.bucketValueCount = 'foo';
- o.bucketValues = buildUnnamed3335();
+ o.bucketValues = buildUnnamed3336();
o.equivalenceClassSizeLowerBound = 'foo';
o.equivalenceClassSizeUpperBound = 'foo';
}
@@ -3524,7 +3524,7 @@
o.bucketValueCount!,
unittest.equals('foo'),
);
- checkUnnamed3335(o.bucketValues!);
+ checkUnnamed3336(o.bucketValues!);
unittest.expect(
o.equivalenceClassSizeLowerBound!,
unittest.equals('foo'),
@@ -3537,14 +3537,14 @@
buildCounterGooglePrivacyDlpV2KAnonymityHistogramBucket--;
}
-core.List<api.GooglePrivacyDlpV2KAnonymityHistogramBucket> buildUnnamed3336() {
+core.List<api.GooglePrivacyDlpV2KAnonymityHistogramBucket> buildUnnamed3337() {
var o = <api.GooglePrivacyDlpV2KAnonymityHistogramBucket>[];
o.add(buildGooglePrivacyDlpV2KAnonymityHistogramBucket());
o.add(buildGooglePrivacyDlpV2KAnonymityHistogramBucket());
return o;
}
-void checkUnnamed3336(
+void checkUnnamed3337(
core.List<api.GooglePrivacyDlpV2KAnonymityHistogramBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2KAnonymityHistogramBucket(
@@ -3559,7 +3559,7 @@
var o = api.GooglePrivacyDlpV2KAnonymityResult();
buildCounterGooglePrivacyDlpV2KAnonymityResult++;
if (buildCounterGooglePrivacyDlpV2KAnonymityResult < 3) {
- o.equivalenceClassHistogramBuckets = buildUnnamed3336();
+ o.equivalenceClassHistogramBuckets = buildUnnamed3337();
}
buildCounterGooglePrivacyDlpV2KAnonymityResult--;
return o;
@@ -3569,19 +3569,19 @@
api.GooglePrivacyDlpV2KAnonymityResult o) {
buildCounterGooglePrivacyDlpV2KAnonymityResult++;
if (buildCounterGooglePrivacyDlpV2KAnonymityResult < 3) {
- checkUnnamed3336(o.equivalenceClassHistogramBuckets!);
+ checkUnnamed3337(o.equivalenceClassHistogramBuckets!);
}
buildCounterGooglePrivacyDlpV2KAnonymityResult--;
}
-core.List<api.GooglePrivacyDlpV2AuxiliaryTable> buildUnnamed3337() {
+core.List<api.GooglePrivacyDlpV2AuxiliaryTable> buildUnnamed3338() {
var o = <api.GooglePrivacyDlpV2AuxiliaryTable>[];
o.add(buildGooglePrivacyDlpV2AuxiliaryTable());
o.add(buildGooglePrivacyDlpV2AuxiliaryTable());
return o;
}
-void checkUnnamed3337(core.List<api.GooglePrivacyDlpV2AuxiliaryTable> o) {
+void checkUnnamed3338(core.List<api.GooglePrivacyDlpV2AuxiliaryTable> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2AuxiliaryTable(
o[0] as api.GooglePrivacyDlpV2AuxiliaryTable);
@@ -3589,14 +3589,14 @@
o[1] as api.GooglePrivacyDlpV2AuxiliaryTable);
}
-core.List<api.GooglePrivacyDlpV2TaggedField> buildUnnamed3338() {
+core.List<api.GooglePrivacyDlpV2TaggedField> buildUnnamed3339() {
var o = <api.GooglePrivacyDlpV2TaggedField>[];
o.add(buildGooglePrivacyDlpV2TaggedField());
o.add(buildGooglePrivacyDlpV2TaggedField());
return o;
}
-void checkUnnamed3338(core.List<api.GooglePrivacyDlpV2TaggedField> o) {
+void checkUnnamed3339(core.List<api.GooglePrivacyDlpV2TaggedField> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2TaggedField(o[0] as api.GooglePrivacyDlpV2TaggedField);
checkGooglePrivacyDlpV2TaggedField(o[1] as api.GooglePrivacyDlpV2TaggedField);
@@ -3608,8 +3608,8 @@
var o = api.GooglePrivacyDlpV2KMapEstimationConfig();
buildCounterGooglePrivacyDlpV2KMapEstimationConfig++;
if (buildCounterGooglePrivacyDlpV2KMapEstimationConfig < 3) {
- o.auxiliaryTables = buildUnnamed3337();
- o.quasiIds = buildUnnamed3338();
+ o.auxiliaryTables = buildUnnamed3338();
+ o.quasiIds = buildUnnamed3339();
o.regionCode = 'foo';
}
buildCounterGooglePrivacyDlpV2KMapEstimationConfig--;
@@ -3620,8 +3620,8 @@
api.GooglePrivacyDlpV2KMapEstimationConfig o) {
buildCounterGooglePrivacyDlpV2KMapEstimationConfig++;
if (buildCounterGooglePrivacyDlpV2KMapEstimationConfig < 3) {
- checkUnnamed3337(o.auxiliaryTables!);
- checkUnnamed3338(o.quasiIds!);
+ checkUnnamed3338(o.auxiliaryTables!);
+ checkUnnamed3339(o.quasiIds!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
@@ -3631,14 +3631,14 @@
}
core.List<api.GooglePrivacyDlpV2KMapEstimationQuasiIdValues>
- buildUnnamed3339() {
+ buildUnnamed3340() {
var o = <api.GooglePrivacyDlpV2KMapEstimationQuasiIdValues>[];
o.add(buildGooglePrivacyDlpV2KMapEstimationQuasiIdValues());
o.add(buildGooglePrivacyDlpV2KMapEstimationQuasiIdValues());
return o;
}
-void checkUnnamed3339(
+void checkUnnamed3340(
core.List<api.GooglePrivacyDlpV2KMapEstimationQuasiIdValues> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2KMapEstimationQuasiIdValues(
@@ -3655,7 +3655,7 @@
if (buildCounterGooglePrivacyDlpV2KMapEstimationHistogramBucket < 3) {
o.bucketSize = 'foo';
o.bucketValueCount = 'foo';
- o.bucketValues = buildUnnamed3339();
+ o.bucketValues = buildUnnamed3340();
o.maxAnonymity = 'foo';
o.minAnonymity = 'foo';
}
@@ -3675,7 +3675,7 @@
o.bucketValueCount!,
unittest.equals('foo'),
);
- checkUnnamed3339(o.bucketValues!);
+ checkUnnamed3340(o.bucketValues!);
unittest.expect(
o.maxAnonymity!,
unittest.equals('foo'),
@@ -3688,14 +3688,14 @@
buildCounterGooglePrivacyDlpV2KMapEstimationHistogramBucket--;
}
-core.List<api.GooglePrivacyDlpV2Value> buildUnnamed3340() {
+core.List<api.GooglePrivacyDlpV2Value> buildUnnamed3341() {
var o = <api.GooglePrivacyDlpV2Value>[];
o.add(buildGooglePrivacyDlpV2Value());
o.add(buildGooglePrivacyDlpV2Value());
return o;
}
-void checkUnnamed3340(core.List<api.GooglePrivacyDlpV2Value> o) {
+void checkUnnamed3341(core.List<api.GooglePrivacyDlpV2Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Value(o[0] as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o[1] as api.GooglePrivacyDlpV2Value);
@@ -3708,7 +3708,7 @@
buildCounterGooglePrivacyDlpV2KMapEstimationQuasiIdValues++;
if (buildCounterGooglePrivacyDlpV2KMapEstimationQuasiIdValues < 3) {
o.estimatedAnonymity = 'foo';
- o.quasiIdsValues = buildUnnamed3340();
+ o.quasiIdsValues = buildUnnamed3341();
}
buildCounterGooglePrivacyDlpV2KMapEstimationQuasiIdValues--;
return o;
@@ -3722,20 +3722,20 @@
o.estimatedAnonymity!,
unittest.equals('foo'),
);
- checkUnnamed3340(o.quasiIdsValues!);
+ checkUnnamed3341(o.quasiIdsValues!);
}
buildCounterGooglePrivacyDlpV2KMapEstimationQuasiIdValues--;
}
core.List<api.GooglePrivacyDlpV2KMapEstimationHistogramBucket>
- buildUnnamed3341() {
+ buildUnnamed3342() {
var o = <api.GooglePrivacyDlpV2KMapEstimationHistogramBucket>[];
o.add(buildGooglePrivacyDlpV2KMapEstimationHistogramBucket());
o.add(buildGooglePrivacyDlpV2KMapEstimationHistogramBucket());
return o;
}
-void checkUnnamed3341(
+void checkUnnamed3342(
core.List<api.GooglePrivacyDlpV2KMapEstimationHistogramBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2KMapEstimationHistogramBucket(
@@ -3750,7 +3750,7 @@
var o = api.GooglePrivacyDlpV2KMapEstimationResult();
buildCounterGooglePrivacyDlpV2KMapEstimationResult++;
if (buildCounterGooglePrivacyDlpV2KMapEstimationResult < 3) {
- o.kMapEstimationHistogram = buildUnnamed3341();
+ o.kMapEstimationHistogram = buildUnnamed3342();
}
buildCounterGooglePrivacyDlpV2KMapEstimationResult--;
return o;
@@ -3760,19 +3760,19 @@
api.GooglePrivacyDlpV2KMapEstimationResult o) {
buildCounterGooglePrivacyDlpV2KMapEstimationResult++;
if (buildCounterGooglePrivacyDlpV2KMapEstimationResult < 3) {
- checkUnnamed3341(o.kMapEstimationHistogram!);
+ checkUnnamed3342(o.kMapEstimationHistogram!);
}
buildCounterGooglePrivacyDlpV2KMapEstimationResult--;
}
-core.List<api.GooglePrivacyDlpV2PathElement> buildUnnamed3342() {
+core.List<api.GooglePrivacyDlpV2PathElement> buildUnnamed3343() {
var o = <api.GooglePrivacyDlpV2PathElement>[];
o.add(buildGooglePrivacyDlpV2PathElement());
o.add(buildGooglePrivacyDlpV2PathElement());
return o;
}
-void checkUnnamed3342(core.List<api.GooglePrivacyDlpV2PathElement> o) {
+void checkUnnamed3343(core.List<api.GooglePrivacyDlpV2PathElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2PathElement(o[0] as api.GooglePrivacyDlpV2PathElement);
checkGooglePrivacyDlpV2PathElement(o[1] as api.GooglePrivacyDlpV2PathElement);
@@ -3784,7 +3784,7 @@
buildCounterGooglePrivacyDlpV2Key++;
if (buildCounterGooglePrivacyDlpV2Key < 3) {
o.partitionId = buildGooglePrivacyDlpV2PartitionId();
- o.path = buildUnnamed3342();
+ o.path = buildUnnamed3343();
}
buildCounterGooglePrivacyDlpV2Key--;
return o;
@@ -3795,7 +3795,7 @@
if (buildCounterGooglePrivacyDlpV2Key < 3) {
checkGooglePrivacyDlpV2PartitionId(
o.partitionId! as api.GooglePrivacyDlpV2PartitionId);
- checkUnnamed3342(o.path!);
+ checkUnnamed3343(o.path!);
}
buildCounterGooglePrivacyDlpV2Key--;
}
@@ -3852,14 +3852,14 @@
buildCounterGooglePrivacyDlpV2KmsWrappedCryptoKey--;
}
-core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed3343() {
+core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed3344() {
var o = <api.GooglePrivacyDlpV2FieldId>[];
o.add(buildGooglePrivacyDlpV2FieldId());
o.add(buildGooglePrivacyDlpV2FieldId());
return o;
}
-void checkUnnamed3343(core.List<api.GooglePrivacyDlpV2FieldId> o) {
+void checkUnnamed3344(core.List<api.GooglePrivacyDlpV2FieldId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
@@ -3871,7 +3871,7 @@
var o = api.GooglePrivacyDlpV2LDiversityConfig();
buildCounterGooglePrivacyDlpV2LDiversityConfig++;
if (buildCounterGooglePrivacyDlpV2LDiversityConfig < 3) {
- o.quasiIds = buildUnnamed3343();
+ o.quasiIds = buildUnnamed3344();
o.sensitiveAttribute = buildGooglePrivacyDlpV2FieldId();
}
buildCounterGooglePrivacyDlpV2LDiversityConfig--;
@@ -3882,34 +3882,34 @@
api.GooglePrivacyDlpV2LDiversityConfig o) {
buildCounterGooglePrivacyDlpV2LDiversityConfig++;
if (buildCounterGooglePrivacyDlpV2LDiversityConfig < 3) {
- checkUnnamed3343(o.quasiIds!);
+ checkUnnamed3344(o.quasiIds!);
checkGooglePrivacyDlpV2FieldId(
o.sensitiveAttribute! as api.GooglePrivacyDlpV2FieldId);
}
buildCounterGooglePrivacyDlpV2LDiversityConfig--;
}
-core.List<api.GooglePrivacyDlpV2Value> buildUnnamed3344() {
+core.List<api.GooglePrivacyDlpV2Value> buildUnnamed3345() {
var o = <api.GooglePrivacyDlpV2Value>[];
o.add(buildGooglePrivacyDlpV2Value());
o.add(buildGooglePrivacyDlpV2Value());
return o;
}
-void checkUnnamed3344(core.List<api.GooglePrivacyDlpV2Value> o) {
+void checkUnnamed3345(core.List<api.GooglePrivacyDlpV2Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Value(o[0] as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o[1] as api.GooglePrivacyDlpV2Value);
}
-core.List<api.GooglePrivacyDlpV2ValueFrequency> buildUnnamed3345() {
+core.List<api.GooglePrivacyDlpV2ValueFrequency> buildUnnamed3346() {
var o = <api.GooglePrivacyDlpV2ValueFrequency>[];
o.add(buildGooglePrivacyDlpV2ValueFrequency());
o.add(buildGooglePrivacyDlpV2ValueFrequency());
return o;
}
-void checkUnnamed3345(core.List<api.GooglePrivacyDlpV2ValueFrequency> o) {
+void checkUnnamed3346(core.List<api.GooglePrivacyDlpV2ValueFrequency> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2ValueFrequency(
o[0] as api.GooglePrivacyDlpV2ValueFrequency);
@@ -3925,8 +3925,8 @@
if (buildCounterGooglePrivacyDlpV2LDiversityEquivalenceClass < 3) {
o.equivalenceClassSize = 'foo';
o.numDistinctSensitiveValues = 'foo';
- o.quasiIdsValues = buildUnnamed3344();
- o.topSensitiveValues = buildUnnamed3345();
+ o.quasiIdsValues = buildUnnamed3345();
+ o.topSensitiveValues = buildUnnamed3346();
}
buildCounterGooglePrivacyDlpV2LDiversityEquivalenceClass--;
return o;
@@ -3944,20 +3944,20 @@
o.numDistinctSensitiveValues!,
unittest.equals('foo'),
);
- checkUnnamed3344(o.quasiIdsValues!);
- checkUnnamed3345(o.topSensitiveValues!);
+ checkUnnamed3345(o.quasiIdsValues!);
+ checkUnnamed3346(o.topSensitiveValues!);
}
buildCounterGooglePrivacyDlpV2LDiversityEquivalenceClass--;
}
-core.List<api.GooglePrivacyDlpV2LDiversityEquivalenceClass> buildUnnamed3346() {
+core.List<api.GooglePrivacyDlpV2LDiversityEquivalenceClass> buildUnnamed3347() {
var o = <api.GooglePrivacyDlpV2LDiversityEquivalenceClass>[];
o.add(buildGooglePrivacyDlpV2LDiversityEquivalenceClass());
o.add(buildGooglePrivacyDlpV2LDiversityEquivalenceClass());
return o;
}
-void checkUnnamed3346(
+void checkUnnamed3347(
core.List<api.GooglePrivacyDlpV2LDiversityEquivalenceClass> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2LDiversityEquivalenceClass(
@@ -3974,7 +3974,7 @@
if (buildCounterGooglePrivacyDlpV2LDiversityHistogramBucket < 3) {
o.bucketSize = 'foo';
o.bucketValueCount = 'foo';
- o.bucketValues = buildUnnamed3346();
+ o.bucketValues = buildUnnamed3347();
o.sensitiveValueFrequencyLowerBound = 'foo';
o.sensitiveValueFrequencyUpperBound = 'foo';
}
@@ -3994,7 +3994,7 @@
o.bucketValueCount!,
unittest.equals('foo'),
);
- checkUnnamed3346(o.bucketValues!);
+ checkUnnamed3347(o.bucketValues!);
unittest.expect(
o.sensitiveValueFrequencyLowerBound!,
unittest.equals('foo'),
@@ -4007,14 +4007,14 @@
buildCounterGooglePrivacyDlpV2LDiversityHistogramBucket--;
}
-core.List<api.GooglePrivacyDlpV2LDiversityHistogramBucket> buildUnnamed3347() {
+core.List<api.GooglePrivacyDlpV2LDiversityHistogramBucket> buildUnnamed3348() {
var o = <api.GooglePrivacyDlpV2LDiversityHistogramBucket>[];
o.add(buildGooglePrivacyDlpV2LDiversityHistogramBucket());
o.add(buildGooglePrivacyDlpV2LDiversityHistogramBucket());
return o;
}
-void checkUnnamed3347(
+void checkUnnamed3348(
core.List<api.GooglePrivacyDlpV2LDiversityHistogramBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2LDiversityHistogramBucket(
@@ -4029,7 +4029,7 @@
var o = api.GooglePrivacyDlpV2LDiversityResult();
buildCounterGooglePrivacyDlpV2LDiversityResult++;
if (buildCounterGooglePrivacyDlpV2LDiversityResult < 3) {
- o.sensitiveValueFrequencyHistogramBuckets = buildUnnamed3347();
+ o.sensitiveValueFrequencyHistogramBuckets = buildUnnamed3348();
}
buildCounterGooglePrivacyDlpV2LDiversityResult--;
return o;
@@ -4039,7 +4039,7 @@
api.GooglePrivacyDlpV2LDiversityResult o) {
buildCounterGooglePrivacyDlpV2LDiversityResult++;
if (buildCounterGooglePrivacyDlpV2LDiversityResult < 3) {
- checkUnnamed3347(o.sensitiveValueFrequencyHistogramBuckets!);
+ checkUnnamed3348(o.sensitiveValueFrequencyHistogramBuckets!);
}
buildCounterGooglePrivacyDlpV2LDiversityResult--;
}
@@ -4142,14 +4142,14 @@
buildCounterGooglePrivacyDlpV2LikelihoodAdjustment--;
}
-core.List<api.GooglePrivacyDlpV2DeidentifyTemplate> buildUnnamed3348() {
+core.List<api.GooglePrivacyDlpV2DeidentifyTemplate> buildUnnamed3349() {
var o = <api.GooglePrivacyDlpV2DeidentifyTemplate>[];
o.add(buildGooglePrivacyDlpV2DeidentifyTemplate());
o.add(buildGooglePrivacyDlpV2DeidentifyTemplate());
return o;
}
-void checkUnnamed3348(core.List<api.GooglePrivacyDlpV2DeidentifyTemplate> o) {
+void checkUnnamed3349(core.List<api.GooglePrivacyDlpV2DeidentifyTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2DeidentifyTemplate(
o[0] as api.GooglePrivacyDlpV2DeidentifyTemplate);
@@ -4163,7 +4163,7 @@
var o = api.GooglePrivacyDlpV2ListDeidentifyTemplatesResponse();
buildCounterGooglePrivacyDlpV2ListDeidentifyTemplatesResponse++;
if (buildCounterGooglePrivacyDlpV2ListDeidentifyTemplatesResponse < 3) {
- o.deidentifyTemplates = buildUnnamed3348();
+ o.deidentifyTemplates = buildUnnamed3349();
o.nextPageToken = 'foo';
}
buildCounterGooglePrivacyDlpV2ListDeidentifyTemplatesResponse--;
@@ -4174,7 +4174,7 @@
api.GooglePrivacyDlpV2ListDeidentifyTemplatesResponse o) {
buildCounterGooglePrivacyDlpV2ListDeidentifyTemplatesResponse++;
if (buildCounterGooglePrivacyDlpV2ListDeidentifyTemplatesResponse < 3) {
- checkUnnamed3348(o.deidentifyTemplates!);
+ checkUnnamed3349(o.deidentifyTemplates!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4183,14 +4183,14 @@
buildCounterGooglePrivacyDlpV2ListDeidentifyTemplatesResponse--;
}
-core.List<api.GooglePrivacyDlpV2DlpJob> buildUnnamed3349() {
+core.List<api.GooglePrivacyDlpV2DlpJob> buildUnnamed3350() {
var o = <api.GooglePrivacyDlpV2DlpJob>[];
o.add(buildGooglePrivacyDlpV2DlpJob());
o.add(buildGooglePrivacyDlpV2DlpJob());
return o;
}
-void checkUnnamed3349(core.List<api.GooglePrivacyDlpV2DlpJob> o) {
+void checkUnnamed3350(core.List<api.GooglePrivacyDlpV2DlpJob> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2DlpJob(o[0] as api.GooglePrivacyDlpV2DlpJob);
checkGooglePrivacyDlpV2DlpJob(o[1] as api.GooglePrivacyDlpV2DlpJob);
@@ -4202,7 +4202,7 @@
var o = api.GooglePrivacyDlpV2ListDlpJobsResponse();
buildCounterGooglePrivacyDlpV2ListDlpJobsResponse++;
if (buildCounterGooglePrivacyDlpV2ListDlpJobsResponse < 3) {
- o.jobs = buildUnnamed3349();
+ o.jobs = buildUnnamed3350();
o.nextPageToken = 'foo';
}
buildCounterGooglePrivacyDlpV2ListDlpJobsResponse--;
@@ -4213,7 +4213,7 @@
api.GooglePrivacyDlpV2ListDlpJobsResponse o) {
buildCounterGooglePrivacyDlpV2ListDlpJobsResponse++;
if (buildCounterGooglePrivacyDlpV2ListDlpJobsResponse < 3) {
- checkUnnamed3349(o.jobs!);
+ checkUnnamed3350(o.jobs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4222,14 +4222,14 @@
buildCounterGooglePrivacyDlpV2ListDlpJobsResponse--;
}
-core.List<api.GooglePrivacyDlpV2InfoTypeDescription> buildUnnamed3350() {
+core.List<api.GooglePrivacyDlpV2InfoTypeDescription> buildUnnamed3351() {
var o = <api.GooglePrivacyDlpV2InfoTypeDescription>[];
o.add(buildGooglePrivacyDlpV2InfoTypeDescription());
o.add(buildGooglePrivacyDlpV2InfoTypeDescription());
return o;
}
-void checkUnnamed3350(core.List<api.GooglePrivacyDlpV2InfoTypeDescription> o) {
+void checkUnnamed3351(core.List<api.GooglePrivacyDlpV2InfoTypeDescription> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoTypeDescription(
o[0] as api.GooglePrivacyDlpV2InfoTypeDescription);
@@ -4243,7 +4243,7 @@
var o = api.GooglePrivacyDlpV2ListInfoTypesResponse();
buildCounterGooglePrivacyDlpV2ListInfoTypesResponse++;
if (buildCounterGooglePrivacyDlpV2ListInfoTypesResponse < 3) {
- o.infoTypes = buildUnnamed3350();
+ o.infoTypes = buildUnnamed3351();
}
buildCounterGooglePrivacyDlpV2ListInfoTypesResponse--;
return o;
@@ -4253,19 +4253,19 @@
api.GooglePrivacyDlpV2ListInfoTypesResponse o) {
buildCounterGooglePrivacyDlpV2ListInfoTypesResponse++;
if (buildCounterGooglePrivacyDlpV2ListInfoTypesResponse < 3) {
- checkUnnamed3350(o.infoTypes!);
+ checkUnnamed3351(o.infoTypes!);
}
buildCounterGooglePrivacyDlpV2ListInfoTypesResponse--;
}
-core.List<api.GooglePrivacyDlpV2InspectTemplate> buildUnnamed3351() {
+core.List<api.GooglePrivacyDlpV2InspectTemplate> buildUnnamed3352() {
var o = <api.GooglePrivacyDlpV2InspectTemplate>[];
o.add(buildGooglePrivacyDlpV2InspectTemplate());
o.add(buildGooglePrivacyDlpV2InspectTemplate());
return o;
}
-void checkUnnamed3351(core.List<api.GooglePrivacyDlpV2InspectTemplate> o) {
+void checkUnnamed3352(core.List<api.GooglePrivacyDlpV2InspectTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InspectTemplate(
o[0] as api.GooglePrivacyDlpV2InspectTemplate);
@@ -4279,7 +4279,7 @@
var o = api.GooglePrivacyDlpV2ListInspectTemplatesResponse();
buildCounterGooglePrivacyDlpV2ListInspectTemplatesResponse++;
if (buildCounterGooglePrivacyDlpV2ListInspectTemplatesResponse < 3) {
- o.inspectTemplates = buildUnnamed3351();
+ o.inspectTemplates = buildUnnamed3352();
o.nextPageToken = 'foo';
}
buildCounterGooglePrivacyDlpV2ListInspectTemplatesResponse--;
@@ -4290,7 +4290,7 @@
api.GooglePrivacyDlpV2ListInspectTemplatesResponse o) {
buildCounterGooglePrivacyDlpV2ListInspectTemplatesResponse++;
if (buildCounterGooglePrivacyDlpV2ListInspectTemplatesResponse < 3) {
- checkUnnamed3351(o.inspectTemplates!);
+ checkUnnamed3352(o.inspectTemplates!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4299,14 +4299,14 @@
buildCounterGooglePrivacyDlpV2ListInspectTemplatesResponse--;
}
-core.List<api.GooglePrivacyDlpV2JobTrigger> buildUnnamed3352() {
+core.List<api.GooglePrivacyDlpV2JobTrigger> buildUnnamed3353() {
var o = <api.GooglePrivacyDlpV2JobTrigger>[];
o.add(buildGooglePrivacyDlpV2JobTrigger());
o.add(buildGooglePrivacyDlpV2JobTrigger());
return o;
}
-void checkUnnamed3352(core.List<api.GooglePrivacyDlpV2JobTrigger> o) {
+void checkUnnamed3353(core.List<api.GooglePrivacyDlpV2JobTrigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2JobTrigger(o[0] as api.GooglePrivacyDlpV2JobTrigger);
checkGooglePrivacyDlpV2JobTrigger(o[1] as api.GooglePrivacyDlpV2JobTrigger);
@@ -4318,7 +4318,7 @@
var o = api.GooglePrivacyDlpV2ListJobTriggersResponse();
buildCounterGooglePrivacyDlpV2ListJobTriggersResponse++;
if (buildCounterGooglePrivacyDlpV2ListJobTriggersResponse < 3) {
- o.jobTriggers = buildUnnamed3352();
+ o.jobTriggers = buildUnnamed3353();
o.nextPageToken = 'foo';
}
buildCounterGooglePrivacyDlpV2ListJobTriggersResponse--;
@@ -4329,7 +4329,7 @@
api.GooglePrivacyDlpV2ListJobTriggersResponse o) {
buildCounterGooglePrivacyDlpV2ListJobTriggersResponse++;
if (buildCounterGooglePrivacyDlpV2ListJobTriggersResponse < 3) {
- checkUnnamed3352(o.jobTriggers!);
+ checkUnnamed3353(o.jobTriggers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4338,14 +4338,14 @@
buildCounterGooglePrivacyDlpV2ListJobTriggersResponse--;
}
-core.List<api.GooglePrivacyDlpV2StoredInfoType> buildUnnamed3353() {
+core.List<api.GooglePrivacyDlpV2StoredInfoType> buildUnnamed3354() {
var o = <api.GooglePrivacyDlpV2StoredInfoType>[];
o.add(buildGooglePrivacyDlpV2StoredInfoType());
o.add(buildGooglePrivacyDlpV2StoredInfoType());
return o;
}
-void checkUnnamed3353(core.List<api.GooglePrivacyDlpV2StoredInfoType> o) {
+void checkUnnamed3354(core.List<api.GooglePrivacyDlpV2StoredInfoType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2StoredInfoType(
o[0] as api.GooglePrivacyDlpV2StoredInfoType);
@@ -4360,7 +4360,7 @@
buildCounterGooglePrivacyDlpV2ListStoredInfoTypesResponse++;
if (buildCounterGooglePrivacyDlpV2ListStoredInfoTypesResponse < 3) {
o.nextPageToken = 'foo';
- o.storedInfoTypes = buildUnnamed3353();
+ o.storedInfoTypes = buildUnnamed3354();
}
buildCounterGooglePrivacyDlpV2ListStoredInfoTypesResponse--;
return o;
@@ -4374,19 +4374,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3353(o.storedInfoTypes!);
+ checkUnnamed3354(o.storedInfoTypes!);
}
buildCounterGooglePrivacyDlpV2ListStoredInfoTypesResponse--;
}
-core.List<api.GooglePrivacyDlpV2ContentLocation> buildUnnamed3354() {
+core.List<api.GooglePrivacyDlpV2ContentLocation> buildUnnamed3355() {
var o = <api.GooglePrivacyDlpV2ContentLocation>[];
o.add(buildGooglePrivacyDlpV2ContentLocation());
o.add(buildGooglePrivacyDlpV2ContentLocation());
return o;
}
-void checkUnnamed3354(core.List<api.GooglePrivacyDlpV2ContentLocation> o) {
+void checkUnnamed3355(core.List<api.GooglePrivacyDlpV2ContentLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2ContentLocation(
o[0] as api.GooglePrivacyDlpV2ContentLocation);
@@ -4402,7 +4402,7 @@
o.byteRange = buildGooglePrivacyDlpV2Range();
o.codepointRange = buildGooglePrivacyDlpV2Range();
o.container = buildGooglePrivacyDlpV2Container();
- o.contentLocations = buildUnnamed3354();
+ o.contentLocations = buildUnnamed3355();
}
buildCounterGooglePrivacyDlpV2Location--;
return o;
@@ -4416,7 +4416,7 @@
o.codepointRange! as api.GooglePrivacyDlpV2Range);
checkGooglePrivacyDlpV2Container(
o.container! as api.GooglePrivacyDlpV2Container);
- checkUnnamed3354(o.contentLocations!);
+ checkUnnamed3355(o.contentLocations!);
}
buildCounterGooglePrivacyDlpV2Location--;
}
@@ -4484,14 +4484,14 @@
buildCounterGooglePrivacyDlpV2NumericalStatsConfig--;
}
-core.List<api.GooglePrivacyDlpV2Value> buildUnnamed3355() {
+core.List<api.GooglePrivacyDlpV2Value> buildUnnamed3356() {
var o = <api.GooglePrivacyDlpV2Value>[];
o.add(buildGooglePrivacyDlpV2Value());
o.add(buildGooglePrivacyDlpV2Value());
return o;
}
-void checkUnnamed3355(core.List<api.GooglePrivacyDlpV2Value> o) {
+void checkUnnamed3356(core.List<api.GooglePrivacyDlpV2Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Value(o[0] as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o[1] as api.GooglePrivacyDlpV2Value);
@@ -4505,7 +4505,7 @@
if (buildCounterGooglePrivacyDlpV2NumericalStatsResult < 3) {
o.maxValue = buildGooglePrivacyDlpV2Value();
o.minValue = buildGooglePrivacyDlpV2Value();
- o.quantileValues = buildUnnamed3355();
+ o.quantileValues = buildUnnamed3356();
}
buildCounterGooglePrivacyDlpV2NumericalStatsResult--;
return o;
@@ -4517,7 +4517,7 @@
if (buildCounterGooglePrivacyDlpV2NumericalStatsResult < 3) {
checkGooglePrivacyDlpV2Value(o.maxValue! as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o.minValue! as api.GooglePrivacyDlpV2Value);
- checkUnnamed3355(o.quantileValues!);
+ checkUnnamed3356(o.quantileValues!);
}
buildCounterGooglePrivacyDlpV2NumericalStatsResult--;
}
@@ -4953,14 +4953,14 @@
buildCounterGooglePrivacyDlpV2RecordCondition--;
}
-core.List<core.String> buildUnnamed3356() {
+core.List<core.String> buildUnnamed3357() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3356(core.List<core.String> o) {
+void checkUnnamed3357(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4979,7 +4979,7 @@
if (buildCounterGooglePrivacyDlpV2RecordKey < 3) {
o.bigQueryKey = buildGooglePrivacyDlpV2BigQueryKey();
o.datastoreKey = buildGooglePrivacyDlpV2DatastoreKey();
- o.idValues = buildUnnamed3356();
+ o.idValues = buildUnnamed3357();
}
buildCounterGooglePrivacyDlpV2RecordKey--;
return o;
@@ -4992,7 +4992,7 @@
o.bigQueryKey! as api.GooglePrivacyDlpV2BigQueryKey);
checkGooglePrivacyDlpV2DatastoreKey(
o.datastoreKey! as api.GooglePrivacyDlpV2DatastoreKey);
- checkUnnamed3356(o.idValues!);
+ checkUnnamed3357(o.idValues!);
}
buildCounterGooglePrivacyDlpV2RecordKey--;
}
@@ -5045,14 +5045,14 @@
buildCounterGooglePrivacyDlpV2RecordSuppression--;
}
-core.List<api.GooglePrivacyDlpV2FieldTransformation> buildUnnamed3357() {
+core.List<api.GooglePrivacyDlpV2FieldTransformation> buildUnnamed3358() {
var o = <api.GooglePrivacyDlpV2FieldTransformation>[];
o.add(buildGooglePrivacyDlpV2FieldTransformation());
o.add(buildGooglePrivacyDlpV2FieldTransformation());
return o;
}
-void checkUnnamed3357(core.List<api.GooglePrivacyDlpV2FieldTransformation> o) {
+void checkUnnamed3358(core.List<api.GooglePrivacyDlpV2FieldTransformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldTransformation(
o[0] as api.GooglePrivacyDlpV2FieldTransformation);
@@ -5060,14 +5060,14 @@
o[1] as api.GooglePrivacyDlpV2FieldTransformation);
}
-core.List<api.GooglePrivacyDlpV2RecordSuppression> buildUnnamed3358() {
+core.List<api.GooglePrivacyDlpV2RecordSuppression> buildUnnamed3359() {
var o = <api.GooglePrivacyDlpV2RecordSuppression>[];
o.add(buildGooglePrivacyDlpV2RecordSuppression());
o.add(buildGooglePrivacyDlpV2RecordSuppression());
return o;
}
-void checkUnnamed3358(core.List<api.GooglePrivacyDlpV2RecordSuppression> o) {
+void checkUnnamed3359(core.List<api.GooglePrivacyDlpV2RecordSuppression> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2RecordSuppression(
o[0] as api.GooglePrivacyDlpV2RecordSuppression);
@@ -5081,8 +5081,8 @@
var o = api.GooglePrivacyDlpV2RecordTransformations();
buildCounterGooglePrivacyDlpV2RecordTransformations++;
if (buildCounterGooglePrivacyDlpV2RecordTransformations < 3) {
- o.fieldTransformations = buildUnnamed3357();
- o.recordSuppressions = buildUnnamed3358();
+ o.fieldTransformations = buildUnnamed3358();
+ o.recordSuppressions = buildUnnamed3359();
}
buildCounterGooglePrivacyDlpV2RecordTransformations--;
return o;
@@ -5092,8 +5092,8 @@
api.GooglePrivacyDlpV2RecordTransformations o) {
buildCounterGooglePrivacyDlpV2RecordTransformations++;
if (buildCounterGooglePrivacyDlpV2RecordTransformations < 3) {
- checkUnnamed3357(o.fieldTransformations!);
- checkUnnamed3358(o.recordSuppressions!);
+ checkUnnamed3358(o.fieldTransformations!);
+ checkUnnamed3359(o.recordSuppressions!);
}
buildCounterGooglePrivacyDlpV2RecordTransformations--;
}
@@ -5113,14 +5113,14 @@
buildCounterGooglePrivacyDlpV2RedactConfig--;
}
-core.List<api.GooglePrivacyDlpV2ImageRedactionConfig> buildUnnamed3359() {
+core.List<api.GooglePrivacyDlpV2ImageRedactionConfig> buildUnnamed3360() {
var o = <api.GooglePrivacyDlpV2ImageRedactionConfig>[];
o.add(buildGooglePrivacyDlpV2ImageRedactionConfig());
o.add(buildGooglePrivacyDlpV2ImageRedactionConfig());
return o;
}
-void checkUnnamed3359(core.List<api.GooglePrivacyDlpV2ImageRedactionConfig> o) {
+void checkUnnamed3360(core.List<api.GooglePrivacyDlpV2ImageRedactionConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2ImageRedactionConfig(
o[0] as api.GooglePrivacyDlpV2ImageRedactionConfig);
@@ -5135,7 +5135,7 @@
buildCounterGooglePrivacyDlpV2RedactImageRequest++;
if (buildCounterGooglePrivacyDlpV2RedactImageRequest < 3) {
o.byteItem = buildGooglePrivacyDlpV2ByteContentItem();
- o.imageRedactionConfigs = buildUnnamed3359();
+ o.imageRedactionConfigs = buildUnnamed3360();
o.includeFindings = true;
o.inspectConfig = buildGooglePrivacyDlpV2InspectConfig();
o.locationId = 'foo';
@@ -5150,7 +5150,7 @@
if (buildCounterGooglePrivacyDlpV2RedactImageRequest < 3) {
checkGooglePrivacyDlpV2ByteContentItem(
o.byteItem! as api.GooglePrivacyDlpV2ByteContentItem);
- checkUnnamed3359(o.imageRedactionConfigs!);
+ checkUnnamed3360(o.imageRedactionConfigs!);
unittest.expect(o.includeFindings!, unittest.isTrue);
checkGooglePrivacyDlpV2InspectConfig(
o.inspectConfig! as api.GooglePrivacyDlpV2InspectConfig);
@@ -5194,14 +5194,14 @@
buildCounterGooglePrivacyDlpV2RedactImageResponse--;
}
-core.List<core.int> buildUnnamed3360() {
+core.List<core.int> buildUnnamed3361() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed3360(core.List<core.int> o) {
+void checkUnnamed3361(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5218,7 +5218,7 @@
var o = api.GooglePrivacyDlpV2Regex();
buildCounterGooglePrivacyDlpV2Regex++;
if (buildCounterGooglePrivacyDlpV2Regex < 3) {
- o.groupIndexes = buildUnnamed3360();
+ o.groupIndexes = buildUnnamed3361();
o.pattern = 'foo';
}
buildCounterGooglePrivacyDlpV2Regex--;
@@ -5228,7 +5228,7 @@
void checkGooglePrivacyDlpV2Regex(api.GooglePrivacyDlpV2Regex o) {
buildCounterGooglePrivacyDlpV2Regex++;
if (buildCounterGooglePrivacyDlpV2Regex < 3) {
- checkUnnamed3360(o.groupIndexes!);
+ checkUnnamed3361(o.groupIndexes!);
unittest.expect(
o.pattern!,
unittest.equals('foo'),
@@ -5390,14 +5390,14 @@
buildCounterGooglePrivacyDlpV2RequestedRiskAnalysisOptions--;
}
-core.List<api.GooglePrivacyDlpV2InfoTypeStats> buildUnnamed3361() {
+core.List<api.GooglePrivacyDlpV2InfoTypeStats> buildUnnamed3362() {
var o = <api.GooglePrivacyDlpV2InfoTypeStats>[];
o.add(buildGooglePrivacyDlpV2InfoTypeStats());
o.add(buildGooglePrivacyDlpV2InfoTypeStats());
return o;
}
-void checkUnnamed3361(core.List<api.GooglePrivacyDlpV2InfoTypeStats> o) {
+void checkUnnamed3362(core.List<api.GooglePrivacyDlpV2InfoTypeStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoTypeStats(
o[0] as api.GooglePrivacyDlpV2InfoTypeStats);
@@ -5411,7 +5411,7 @@
buildCounterGooglePrivacyDlpV2Result++;
if (buildCounterGooglePrivacyDlpV2Result < 3) {
o.hybridStats = buildGooglePrivacyDlpV2HybridInspectStatistics();
- o.infoTypeStats = buildUnnamed3361();
+ o.infoTypeStats = buildUnnamed3362();
o.processedBytes = 'foo';
o.totalEstimatedBytes = 'foo';
}
@@ -5424,7 +5424,7 @@
if (buildCounterGooglePrivacyDlpV2Result < 3) {
checkGooglePrivacyDlpV2HybridInspectStatistics(
o.hybridStats! as api.GooglePrivacyDlpV2HybridInspectStatistics);
- checkUnnamed3361(o.infoTypeStats!);
+ checkUnnamed3362(o.infoTypeStats!);
unittest.expect(
o.processedBytes!,
unittest.equals('foo'),
@@ -5437,14 +5437,14 @@
buildCounterGooglePrivacyDlpV2Result--;
}
-core.List<api.GooglePrivacyDlpV2Action> buildUnnamed3362() {
+core.List<api.GooglePrivacyDlpV2Action> buildUnnamed3363() {
var o = <api.GooglePrivacyDlpV2Action>[];
o.add(buildGooglePrivacyDlpV2Action());
o.add(buildGooglePrivacyDlpV2Action());
return o;
}
-void checkUnnamed3362(core.List<api.GooglePrivacyDlpV2Action> o) {
+void checkUnnamed3363(core.List<api.GooglePrivacyDlpV2Action> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Action(o[0] as api.GooglePrivacyDlpV2Action);
checkGooglePrivacyDlpV2Action(o[1] as api.GooglePrivacyDlpV2Action);
@@ -5456,7 +5456,7 @@
var o = api.GooglePrivacyDlpV2RiskAnalysisJobConfig();
buildCounterGooglePrivacyDlpV2RiskAnalysisJobConfig++;
if (buildCounterGooglePrivacyDlpV2RiskAnalysisJobConfig < 3) {
- o.actions = buildUnnamed3362();
+ o.actions = buildUnnamed3363();
o.privacyMetric = buildGooglePrivacyDlpV2PrivacyMetric();
o.sourceTable = buildGooglePrivacyDlpV2BigQueryTable();
}
@@ -5468,7 +5468,7 @@
api.GooglePrivacyDlpV2RiskAnalysisJobConfig o) {
buildCounterGooglePrivacyDlpV2RiskAnalysisJobConfig++;
if (buildCounterGooglePrivacyDlpV2RiskAnalysisJobConfig < 3) {
- checkUnnamed3362(o.actions!);
+ checkUnnamed3363(o.actions!);
checkGooglePrivacyDlpV2PrivacyMetric(
o.privacyMetric! as api.GooglePrivacyDlpV2PrivacyMetric);
checkGooglePrivacyDlpV2BigQueryTable(
@@ -5477,14 +5477,14 @@
buildCounterGooglePrivacyDlpV2RiskAnalysisJobConfig--;
}
-core.List<api.GooglePrivacyDlpV2Value> buildUnnamed3363() {
+core.List<api.GooglePrivacyDlpV2Value> buildUnnamed3364() {
var o = <api.GooglePrivacyDlpV2Value>[];
o.add(buildGooglePrivacyDlpV2Value());
o.add(buildGooglePrivacyDlpV2Value());
return o;
}
-void checkUnnamed3363(core.List<api.GooglePrivacyDlpV2Value> o) {
+void checkUnnamed3364(core.List<api.GooglePrivacyDlpV2Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Value(o[0] as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o[1] as api.GooglePrivacyDlpV2Value);
@@ -5495,7 +5495,7 @@
var o = api.GooglePrivacyDlpV2Row();
buildCounterGooglePrivacyDlpV2Row++;
if (buildCounterGooglePrivacyDlpV2Row < 3) {
- o.values = buildUnnamed3363();
+ o.values = buildUnnamed3364();
}
buildCounterGooglePrivacyDlpV2Row--;
return o;
@@ -5504,7 +5504,7 @@
void checkGooglePrivacyDlpV2Row(api.GooglePrivacyDlpV2Row o) {
buildCounterGooglePrivacyDlpV2Row++;
if (buildCounterGooglePrivacyDlpV2Row < 3) {
- checkUnnamed3363(o.values!);
+ checkUnnamed3364(o.values!);
}
buildCounterGooglePrivacyDlpV2Row--;
}
@@ -5551,14 +5551,14 @@
buildCounterGooglePrivacyDlpV2Schedule--;
}
-core.List<api.GooglePrivacyDlpV2QuasiIdentifierField> buildUnnamed3364() {
+core.List<api.GooglePrivacyDlpV2QuasiIdentifierField> buildUnnamed3365() {
var o = <api.GooglePrivacyDlpV2QuasiIdentifierField>[];
o.add(buildGooglePrivacyDlpV2QuasiIdentifierField());
o.add(buildGooglePrivacyDlpV2QuasiIdentifierField());
return o;
}
-void checkUnnamed3364(core.List<api.GooglePrivacyDlpV2QuasiIdentifierField> o) {
+void checkUnnamed3365(core.List<api.GooglePrivacyDlpV2QuasiIdentifierField> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2QuasiIdentifierField(
o[0] as api.GooglePrivacyDlpV2QuasiIdentifierField);
@@ -5572,7 +5572,7 @@
var o = api.GooglePrivacyDlpV2StatisticalTable();
buildCounterGooglePrivacyDlpV2StatisticalTable++;
if (buildCounterGooglePrivacyDlpV2StatisticalTable < 3) {
- o.quasiIds = buildUnnamed3364();
+ o.quasiIds = buildUnnamed3365();
o.relativeFrequency = buildGooglePrivacyDlpV2FieldId();
o.table = buildGooglePrivacyDlpV2BigQueryTable();
}
@@ -5584,7 +5584,7 @@
api.GooglePrivacyDlpV2StatisticalTable o) {
buildCounterGooglePrivacyDlpV2StatisticalTable++;
if (buildCounterGooglePrivacyDlpV2StatisticalTable < 3) {
- checkUnnamed3364(o.quasiIds!);
+ checkUnnamed3365(o.quasiIds!);
checkGooglePrivacyDlpV2FieldId(
o.relativeFrequency! as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2BigQueryTable(
@@ -5650,14 +5650,14 @@
buildCounterGooglePrivacyDlpV2StorageMetadataLabel--;
}
-core.List<api.GooglePrivacyDlpV2StoredInfoTypeVersion> buildUnnamed3365() {
+core.List<api.GooglePrivacyDlpV2StoredInfoTypeVersion> buildUnnamed3366() {
var o = <api.GooglePrivacyDlpV2StoredInfoTypeVersion>[];
o.add(buildGooglePrivacyDlpV2StoredInfoTypeVersion());
o.add(buildGooglePrivacyDlpV2StoredInfoTypeVersion());
return o;
}
-void checkUnnamed3365(
+void checkUnnamed3366(
core.List<api.GooglePrivacyDlpV2StoredInfoTypeVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2StoredInfoTypeVersion(
@@ -5673,7 +5673,7 @@
if (buildCounterGooglePrivacyDlpV2StoredInfoType < 3) {
o.currentVersion = buildGooglePrivacyDlpV2StoredInfoTypeVersion();
o.name = 'foo';
- o.pendingVersions = buildUnnamed3365();
+ o.pendingVersions = buildUnnamed3366();
}
buildCounterGooglePrivacyDlpV2StoredInfoType--;
return o;
@@ -5689,7 +5689,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3365(o.pendingVersions!);
+ checkUnnamed3366(o.pendingVersions!);
}
buildCounterGooglePrivacyDlpV2StoredInfoType--;
}
@@ -5755,14 +5755,14 @@
buildCounterGooglePrivacyDlpV2StoredInfoTypeStats--;
}
-core.List<api.GooglePrivacyDlpV2Error> buildUnnamed3366() {
+core.List<api.GooglePrivacyDlpV2Error> buildUnnamed3367() {
var o = <api.GooglePrivacyDlpV2Error>[];
o.add(buildGooglePrivacyDlpV2Error());
o.add(buildGooglePrivacyDlpV2Error());
return o;
}
-void checkUnnamed3366(core.List<api.GooglePrivacyDlpV2Error> o) {
+void checkUnnamed3367(core.List<api.GooglePrivacyDlpV2Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Error(o[0] as api.GooglePrivacyDlpV2Error);
checkGooglePrivacyDlpV2Error(o[1] as api.GooglePrivacyDlpV2Error);
@@ -5776,7 +5776,7 @@
if (buildCounterGooglePrivacyDlpV2StoredInfoTypeVersion < 3) {
o.config = buildGooglePrivacyDlpV2StoredInfoTypeConfig();
o.createTime = 'foo';
- o.errors = buildUnnamed3366();
+ o.errors = buildUnnamed3367();
o.state = 'foo';
o.stats = buildGooglePrivacyDlpV2StoredInfoTypeStats();
}
@@ -5794,7 +5794,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed3366(o.errors!);
+ checkUnnamed3367(o.errors!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -5881,27 +5881,27 @@
buildCounterGooglePrivacyDlpV2SurrogateType--;
}
-core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed3367() {
+core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed3368() {
var o = <api.GooglePrivacyDlpV2FieldId>[];
o.add(buildGooglePrivacyDlpV2FieldId());
o.add(buildGooglePrivacyDlpV2FieldId());
return o;
}
-void checkUnnamed3367(core.List<api.GooglePrivacyDlpV2FieldId> o) {
+void checkUnnamed3368(core.List<api.GooglePrivacyDlpV2FieldId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
}
-core.List<api.GooglePrivacyDlpV2Row> buildUnnamed3368() {
+core.List<api.GooglePrivacyDlpV2Row> buildUnnamed3369() {
var o = <api.GooglePrivacyDlpV2Row>[];
o.add(buildGooglePrivacyDlpV2Row());
o.add(buildGooglePrivacyDlpV2Row());
return o;
}
-void checkUnnamed3368(core.List<api.GooglePrivacyDlpV2Row> o) {
+void checkUnnamed3369(core.List<api.GooglePrivacyDlpV2Row> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Row(o[0] as api.GooglePrivacyDlpV2Row);
checkGooglePrivacyDlpV2Row(o[1] as api.GooglePrivacyDlpV2Row);
@@ -5912,8 +5912,8 @@
var o = api.GooglePrivacyDlpV2Table();
buildCounterGooglePrivacyDlpV2Table++;
if (buildCounterGooglePrivacyDlpV2Table < 3) {
- o.headers = buildUnnamed3367();
- o.rows = buildUnnamed3368();
+ o.headers = buildUnnamed3368();
+ o.rows = buildUnnamed3369();
}
buildCounterGooglePrivacyDlpV2Table--;
return o;
@@ -5922,8 +5922,8 @@
void checkGooglePrivacyDlpV2Table(api.GooglePrivacyDlpV2Table o) {
buildCounterGooglePrivacyDlpV2Table++;
if (buildCounterGooglePrivacyDlpV2Table < 3) {
- checkUnnamed3367(o.headers!);
- checkUnnamed3368(o.rows!);
+ checkUnnamed3368(o.headers!);
+ checkUnnamed3369(o.rows!);
}
buildCounterGooglePrivacyDlpV2Table--;
}
@@ -5951,14 +5951,14 @@
buildCounterGooglePrivacyDlpV2TableLocation--;
}
-core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed3369() {
+core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed3370() {
var o = <api.GooglePrivacyDlpV2FieldId>[];
o.add(buildGooglePrivacyDlpV2FieldId());
o.add(buildGooglePrivacyDlpV2FieldId());
return o;
}
-void checkUnnamed3369(core.List<api.GooglePrivacyDlpV2FieldId> o) {
+void checkUnnamed3370(core.List<api.GooglePrivacyDlpV2FieldId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
@@ -5969,7 +5969,7 @@
var o = api.GooglePrivacyDlpV2TableOptions();
buildCounterGooglePrivacyDlpV2TableOptions++;
if (buildCounterGooglePrivacyDlpV2TableOptions < 3) {
- o.identifyingFields = buildUnnamed3369();
+ o.identifyingFields = buildUnnamed3370();
}
buildCounterGooglePrivacyDlpV2TableOptions--;
return o;
@@ -5978,7 +5978,7 @@
void checkGooglePrivacyDlpV2TableOptions(api.GooglePrivacyDlpV2TableOptions o) {
buildCounterGooglePrivacyDlpV2TableOptions++;
if (buildCounterGooglePrivacyDlpV2TableOptions < 3) {
- checkUnnamed3369(o.identifyingFields!);
+ checkUnnamed3370(o.identifyingFields!);
}
buildCounterGooglePrivacyDlpV2TableOptions--;
}
@@ -6130,14 +6130,14 @@
buildCounterGooglePrivacyDlpV2TransformationErrorHandling--;
}
-core.List<api.GooglePrivacyDlpV2TransformationSummary> buildUnnamed3370() {
+core.List<api.GooglePrivacyDlpV2TransformationSummary> buildUnnamed3371() {
var o = <api.GooglePrivacyDlpV2TransformationSummary>[];
o.add(buildGooglePrivacyDlpV2TransformationSummary());
o.add(buildGooglePrivacyDlpV2TransformationSummary());
return o;
}
-void checkUnnamed3370(
+void checkUnnamed3371(
core.List<api.GooglePrivacyDlpV2TransformationSummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2TransformationSummary(
@@ -6152,7 +6152,7 @@
var o = api.GooglePrivacyDlpV2TransformationOverview();
buildCounterGooglePrivacyDlpV2TransformationOverview++;
if (buildCounterGooglePrivacyDlpV2TransformationOverview < 3) {
- o.transformationSummaries = buildUnnamed3370();
+ o.transformationSummaries = buildUnnamed3371();
o.transformedBytes = 'foo';
}
buildCounterGooglePrivacyDlpV2TransformationOverview--;
@@ -6163,7 +6163,7 @@
api.GooglePrivacyDlpV2TransformationOverview o) {
buildCounterGooglePrivacyDlpV2TransformationOverview++;
if (buildCounterGooglePrivacyDlpV2TransformationOverview < 3) {
- checkUnnamed3370(o.transformationSummaries!);
+ checkUnnamed3371(o.transformationSummaries!);
unittest.expect(
o.transformedBytes!,
unittest.equals('foo'),
@@ -6172,14 +6172,14 @@
buildCounterGooglePrivacyDlpV2TransformationOverview--;
}
-core.List<api.GooglePrivacyDlpV2FieldTransformation> buildUnnamed3371() {
+core.List<api.GooglePrivacyDlpV2FieldTransformation> buildUnnamed3372() {
var o = <api.GooglePrivacyDlpV2FieldTransformation>[];
o.add(buildGooglePrivacyDlpV2FieldTransformation());
o.add(buildGooglePrivacyDlpV2FieldTransformation());
return o;
}
-void checkUnnamed3371(core.List<api.GooglePrivacyDlpV2FieldTransformation> o) {
+void checkUnnamed3372(core.List<api.GooglePrivacyDlpV2FieldTransformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldTransformation(
o[0] as api.GooglePrivacyDlpV2FieldTransformation);
@@ -6187,14 +6187,14 @@
o[1] as api.GooglePrivacyDlpV2FieldTransformation);
}
-core.List<api.GooglePrivacyDlpV2SummaryResult> buildUnnamed3372() {
+core.List<api.GooglePrivacyDlpV2SummaryResult> buildUnnamed3373() {
var o = <api.GooglePrivacyDlpV2SummaryResult>[];
o.add(buildGooglePrivacyDlpV2SummaryResult());
o.add(buildGooglePrivacyDlpV2SummaryResult());
return o;
}
-void checkUnnamed3372(core.List<api.GooglePrivacyDlpV2SummaryResult> o) {
+void checkUnnamed3373(core.List<api.GooglePrivacyDlpV2SummaryResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2SummaryResult(
o[0] as api.GooglePrivacyDlpV2SummaryResult);
@@ -6209,10 +6209,10 @@
buildCounterGooglePrivacyDlpV2TransformationSummary++;
if (buildCounterGooglePrivacyDlpV2TransformationSummary < 3) {
o.field = buildGooglePrivacyDlpV2FieldId();
- o.fieldTransformations = buildUnnamed3371();
+ o.fieldTransformations = buildUnnamed3372();
o.infoType = buildGooglePrivacyDlpV2InfoType();
o.recordSuppress = buildGooglePrivacyDlpV2RecordSuppression();
- o.results = buildUnnamed3372();
+ o.results = buildUnnamed3373();
o.transformation = buildGooglePrivacyDlpV2PrimitiveTransformation();
o.transformedBytes = 'foo';
}
@@ -6225,12 +6225,12 @@
buildCounterGooglePrivacyDlpV2TransformationSummary++;
if (buildCounterGooglePrivacyDlpV2TransformationSummary < 3) {
checkGooglePrivacyDlpV2FieldId(o.field! as api.GooglePrivacyDlpV2FieldId);
- checkUnnamed3371(o.fieldTransformations!);
+ checkUnnamed3372(o.fieldTransformations!);
checkGooglePrivacyDlpV2InfoType(
o.infoType! as api.GooglePrivacyDlpV2InfoType);
checkGooglePrivacyDlpV2RecordSuppression(
o.recordSuppress! as api.GooglePrivacyDlpV2RecordSuppression);
- checkUnnamed3372(o.results!);
+ checkUnnamed3373(o.results!);
checkGooglePrivacyDlpV2PrimitiveTransformation(
o.transformation! as api.GooglePrivacyDlpV2PrimitiveTransformation);
unittest.expect(
@@ -6492,14 +6492,14 @@
buildCounterGooglePrivacyDlpV2ValueFrequency--;
}
-core.List<core.String> buildUnnamed3373() {
+core.List<core.String> buildUnnamed3374() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3373(core.List<core.String> o) {
+void checkUnnamed3374(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6516,7 +6516,7 @@
var o = api.GooglePrivacyDlpV2WordList();
buildCounterGooglePrivacyDlpV2WordList++;
if (buildCounterGooglePrivacyDlpV2WordList < 3) {
- o.words = buildUnnamed3373();
+ o.words = buildUnnamed3374();
}
buildCounterGooglePrivacyDlpV2WordList--;
return o;
@@ -6525,7 +6525,7 @@
void checkGooglePrivacyDlpV2WordList(api.GooglePrivacyDlpV2WordList o) {
buildCounterGooglePrivacyDlpV2WordList++;
if (buildCounterGooglePrivacyDlpV2WordList < 3) {
- checkUnnamed3373(o.words!);
+ checkUnnamed3374(o.words!);
}
buildCounterGooglePrivacyDlpV2WordList--;
}
@@ -6545,7 +6545,7 @@
buildCounterGoogleProtobufEmpty--;
}
-core.Map<core.String, core.Object> buildUnnamed3374() {
+core.Map<core.String, core.Object> buildUnnamed3375() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -6560,7 +6560,7 @@
return o;
}
-void checkUnnamed3374(core.Map<core.String, core.Object> o) {
+void checkUnnamed3375(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -6592,17 +6592,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3375() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3376() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3374());
- o.add(buildUnnamed3374());
+ o.add(buildUnnamed3375());
+ o.add(buildUnnamed3375());
return o;
}
-void checkUnnamed3375(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3376(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3374(o[0]);
- checkUnnamed3374(o[1]);
+ checkUnnamed3375(o[0]);
+ checkUnnamed3375(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -6611,7 +6611,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3375();
+ o.details = buildUnnamed3376();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -6625,7 +6625,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3375(o.details!);
+ checkUnnamed3376(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/doubleclickbidmanager/v1_1_test.dart b/generated/googleapis/test/doubleclickbidmanager/v1_1_test.dart
index f897fdf..7dcd35b 100644
--- a/generated/googleapis/test/doubleclickbidmanager/v1_1_test.dart
+++ b/generated/googleapis/test/doubleclickbidmanager/v1_1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Rule> buildUnnamed5486() {
+core.List<api.Rule> buildUnnamed5488() {
var o = <api.Rule>[];
o.add(buildRule());
o.add(buildRule());
return o;
}
-void checkUnnamed5486(core.List<api.Rule> o) {
+void checkUnnamed5488(core.List<api.Rule> o) {
unittest.expect(o, unittest.hasLength(2));
checkRule(o[0] as api.Rule);
checkRule(o[1] as api.Rule);
@@ -47,7 +47,7 @@
if (buildCounterChannelGrouping < 3) {
o.fallbackName = 'foo';
o.name = 'foo';
- o.rules = buildUnnamed5486();
+ o.rules = buildUnnamed5488();
}
buildCounterChannelGrouping--;
return o;
@@ -64,19 +64,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5486(o.rules!);
+ checkUnnamed5488(o.rules!);
}
buildCounterChannelGrouping--;
}
-core.List<api.EventFilter> buildUnnamed5487() {
+core.List<api.EventFilter> buildUnnamed5489() {
var o = <api.EventFilter>[];
o.add(buildEventFilter());
o.add(buildEventFilter());
return o;
}
-void checkUnnamed5487(core.List<api.EventFilter> o) {
+void checkUnnamed5489(core.List<api.EventFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventFilter(o[0] as api.EventFilter);
checkEventFilter(o[1] as api.EventFilter);
@@ -87,7 +87,7 @@
var o = api.DisjunctiveMatchStatement();
buildCounterDisjunctiveMatchStatement++;
if (buildCounterDisjunctiveMatchStatement < 3) {
- o.eventFilters = buildUnnamed5487();
+ o.eventFilters = buildUnnamed5489();
}
buildCounterDisjunctiveMatchStatement--;
return o;
@@ -96,19 +96,19 @@
void checkDisjunctiveMatchStatement(api.DisjunctiveMatchStatement o) {
buildCounterDisjunctiveMatchStatement++;
if (buildCounterDisjunctiveMatchStatement < 3) {
- checkUnnamed5487(o.eventFilters!);
+ checkUnnamed5489(o.eventFilters!);
}
buildCounterDisjunctiveMatchStatement--;
}
-core.List<core.String> buildUnnamed5488() {
+core.List<core.String> buildUnnamed5490() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5488(core.List<core.String> o) {
+void checkUnnamed5490(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -126,7 +126,7 @@
buildCounterDownloadLineItemsRequest++;
if (buildCounterDownloadLineItemsRequest < 3) {
o.fileSpec = 'foo';
- o.filterIds = buildUnnamed5488();
+ o.filterIds = buildUnnamed5490();
o.filterType = 'foo';
o.format = 'foo';
}
@@ -141,7 +141,7 @@
o.fileSpec!,
unittest.equals('foo'),
);
- checkUnnamed5488(o.filterIds!);
+ checkUnnamed5490(o.filterIds!);
unittest.expect(
o.filterType!,
unittest.equals('foo'),
@@ -176,14 +176,14 @@
buildCounterDownloadLineItemsResponse--;
}
-core.List<core.String> buildUnnamed5489() {
+core.List<core.String> buildUnnamed5491() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5489(core.List<core.String> o) {
+void checkUnnamed5491(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -195,14 +195,14 @@
);
}
-core.List<core.String> buildUnnamed5490() {
+core.List<core.String> buildUnnamed5492() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5490(core.List<core.String> o) {
+void checkUnnamed5492(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -219,8 +219,8 @@
var o = api.DownloadRequest();
buildCounterDownloadRequest++;
if (buildCounterDownloadRequest < 3) {
- o.fileTypes = buildUnnamed5489();
- o.filterIds = buildUnnamed5490();
+ o.fileTypes = buildUnnamed5491();
+ o.filterIds = buildUnnamed5492();
o.filterType = 'foo';
o.version = 'foo';
}
@@ -231,8 +231,8 @@
void checkDownloadRequest(api.DownloadRequest o) {
buildCounterDownloadRequest++;
if (buildCounterDownloadRequest < 3) {
- checkUnnamed5489(o.fileTypes!);
- checkUnnamed5490(o.filterIds!);
+ checkUnnamed5491(o.fileTypes!);
+ checkUnnamed5492(o.filterIds!);
unittest.expect(
o.filterType!,
unittest.equals('foo'),
@@ -339,14 +339,14 @@
buildCounterFilterPair--;
}
-core.List<api.Query> buildUnnamed5491() {
+core.List<api.Query> buildUnnamed5493() {
var o = <api.Query>[];
o.add(buildQuery());
o.add(buildQuery());
return o;
}
-void checkUnnamed5491(core.List<api.Query> o) {
+void checkUnnamed5493(core.List<api.Query> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuery(o[0] as api.Query);
checkQuery(o[1] as api.Query);
@@ -359,7 +359,7 @@
if (buildCounterListQueriesResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.queries = buildUnnamed5491();
+ o.queries = buildUnnamed5493();
}
buildCounterListQueriesResponse--;
return o;
@@ -376,19 +376,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5491(o.queries!);
+ checkUnnamed5493(o.queries!);
}
buildCounterListQueriesResponse--;
}
-core.List<api.Report> buildUnnamed5492() {
+core.List<api.Report> buildUnnamed5494() {
var o = <api.Report>[];
o.add(buildReport());
o.add(buildReport());
return o;
}
-void checkUnnamed5492(core.List<api.Report> o) {
+void checkUnnamed5494(core.List<api.Report> o) {
unittest.expect(o, unittest.hasLength(2));
checkReport(o[0] as api.Report);
checkReport(o[1] as api.Report);
@@ -401,7 +401,7 @@
if (buildCounterListReportsResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.reports = buildUnnamed5492();
+ o.reports = buildUnnamed5494();
}
buildCounterListReportsResponse--;
return o;
@@ -418,7 +418,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5492(o.reports!);
+ checkUnnamed5494(o.reports!);
}
buildCounterListReportsResponse--;
}
@@ -444,27 +444,27 @@
buildCounterOptions--;
}
-core.List<api.FilterPair> buildUnnamed5493() {
+core.List<api.FilterPair> buildUnnamed5495() {
var o = <api.FilterPair>[];
o.add(buildFilterPair());
o.add(buildFilterPair());
return o;
}
-void checkUnnamed5493(core.List<api.FilterPair> o) {
+void checkUnnamed5495(core.List<api.FilterPair> o) {
unittest.expect(o, unittest.hasLength(2));
checkFilterPair(o[0] as api.FilterPair);
checkFilterPair(o[1] as api.FilterPair);
}
-core.List<core.String> buildUnnamed5494() {
+core.List<core.String> buildUnnamed5496() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5494(core.List<core.String> o) {
+void checkUnnamed5496(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -476,14 +476,14 @@
);
}
-core.List<core.String> buildUnnamed5495() {
+core.List<core.String> buildUnnamed5497() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5495(core.List<core.String> o) {
+void checkUnnamed5497(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -500,10 +500,10 @@
var o = api.Parameters();
buildCounterParameters++;
if (buildCounterParameters < 3) {
- o.filters = buildUnnamed5493();
- o.groupBys = buildUnnamed5494();
+ o.filters = buildUnnamed5495();
+ o.groupBys = buildUnnamed5496();
o.includeInviteData = true;
- o.metrics = buildUnnamed5495();
+ o.metrics = buildUnnamed5497();
o.options = buildOptions();
o.type = 'foo';
}
@@ -514,10 +514,10 @@
void checkParameters(api.Parameters o) {
buildCounterParameters++;
if (buildCounterParameters < 3) {
- checkUnnamed5493(o.filters!);
- checkUnnamed5494(o.groupBys!);
+ checkUnnamed5495(o.filters!);
+ checkUnnamed5496(o.groupBys!);
unittest.expect(o.includeInviteData!, unittest.isTrue);
- checkUnnamed5495(o.metrics!);
+ checkUnnamed5497(o.metrics!);
checkOptions(o.options! as api.Options);
unittest.expect(
o.type!,
@@ -527,14 +527,14 @@
buildCounterParameters--;
}
-core.List<api.EventFilter> buildUnnamed5496() {
+core.List<api.EventFilter> buildUnnamed5498() {
var o = <api.EventFilter>[];
o.add(buildEventFilter());
o.add(buildEventFilter());
return o;
}
-void checkUnnamed5496(core.List<api.EventFilter> o) {
+void checkUnnamed5498(core.List<api.EventFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventFilter(o[0] as api.EventFilter);
checkEventFilter(o[1] as api.EventFilter);
@@ -545,7 +545,7 @@
var o = api.PathFilter();
buildCounterPathFilter++;
if (buildCounterPathFilter < 3) {
- o.eventFilters = buildUnnamed5496();
+ o.eventFilters = buildUnnamed5498();
o.pathMatchPosition = 'foo';
}
buildCounterPathFilter--;
@@ -555,7 +555,7 @@
void checkPathFilter(api.PathFilter o) {
buildCounterPathFilter++;
if (buildCounterPathFilter < 3) {
- checkUnnamed5496(o.eventFilters!);
+ checkUnnamed5498(o.eventFilters!);
unittest.expect(
o.pathMatchPosition!,
unittest.equals('foo'),
@@ -564,14 +564,14 @@
buildCounterPathFilter--;
}
-core.List<api.PathFilter> buildUnnamed5497() {
+core.List<api.PathFilter> buildUnnamed5499() {
var o = <api.PathFilter>[];
o.add(buildPathFilter());
o.add(buildPathFilter());
return o;
}
-void checkUnnamed5497(core.List<api.PathFilter> o) {
+void checkUnnamed5499(core.List<api.PathFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkPathFilter(o[0] as api.PathFilter);
checkPathFilter(o[1] as api.PathFilter);
@@ -583,7 +583,7 @@
buildCounterPathQueryOptions++;
if (buildCounterPathQueryOptions < 3) {
o.channelGrouping = buildChannelGrouping();
- o.pathFilters = buildUnnamed5497();
+ o.pathFilters = buildUnnamed5499();
}
buildCounterPathQueryOptions--;
return o;
@@ -593,19 +593,19 @@
buildCounterPathQueryOptions++;
if (buildCounterPathQueryOptions < 3) {
checkChannelGrouping(o.channelGrouping! as api.ChannelGrouping);
- checkUnnamed5497(o.pathFilters!);
+ checkUnnamed5499(o.pathFilters!);
}
buildCounterPathQueryOptions--;
}
-core.List<core.String> buildUnnamed5498() {
+core.List<core.String> buildUnnamed5500() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5498(core.List<core.String> o) {
+void checkUnnamed5500(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -624,7 +624,7 @@
if (buildCounterPathQueryOptionsFilter < 3) {
o.filter = 'foo';
o.match = 'foo';
- o.values = buildUnnamed5498();
+ o.values = buildUnnamed5500();
}
buildCounterPathQueryOptionsFilter--;
return o;
@@ -641,7 +641,7 @@
o.match!,
unittest.equals('foo'),
);
- checkUnnamed5498(o.values!);
+ checkUnnamed5500(o.values!);
}
buildCounterPathQueryOptionsFilter--;
}
@@ -694,14 +694,14 @@
buildCounterQuery--;
}
-core.List<core.String> buildUnnamed5499() {
+core.List<core.String> buildUnnamed5501() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5499(core.List<core.String> o) {
+void checkUnnamed5501(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -727,7 +727,7 @@
o.reportCount = 42;
o.running = true;
o.sendNotification = true;
- o.shareEmailAddress = buildUnnamed5499();
+ o.shareEmailAddress = buildUnnamed5501();
o.title = 'foo';
}
buildCounterQueryMetadata--;
@@ -767,7 +767,7 @@
);
unittest.expect(o.running!, unittest.isTrue);
unittest.expect(o.sendNotification!, unittest.isTrue);
- checkUnnamed5499(o.shareEmailAddress!);
+ checkUnnamed5501(o.shareEmailAddress!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -958,14 +958,14 @@
buildCounterReportStatus--;
}
-core.List<core.String> buildUnnamed5500() {
+core.List<core.String> buildUnnamed5502() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5500(core.List<core.String> o) {
+void checkUnnamed5502(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -985,7 +985,7 @@
o.changed = true;
o.entityId = 'foo';
o.entityName = 'foo';
- o.errors = buildUnnamed5500();
+ o.errors = buildUnnamed5502();
o.persisted = true;
o.rowNumber = 42;
}
@@ -1005,7 +1005,7 @@
o.entityName!,
unittest.equals('foo'),
);
- checkUnnamed5500(o.errors!);
+ checkUnnamed5502(o.errors!);
unittest.expect(o.persisted!, unittest.isTrue);
unittest.expect(
o.rowNumber!,
@@ -1015,14 +1015,14 @@
buildCounterRowStatus--;
}
-core.List<api.DisjunctiveMatchStatement> buildUnnamed5501() {
+core.List<api.DisjunctiveMatchStatement> buildUnnamed5503() {
var o = <api.DisjunctiveMatchStatement>[];
o.add(buildDisjunctiveMatchStatement());
o.add(buildDisjunctiveMatchStatement());
return o;
}
-void checkUnnamed5501(core.List<api.DisjunctiveMatchStatement> o) {
+void checkUnnamed5503(core.List<api.DisjunctiveMatchStatement> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisjunctiveMatchStatement(o[0] as api.DisjunctiveMatchStatement);
checkDisjunctiveMatchStatement(o[1] as api.DisjunctiveMatchStatement);
@@ -1033,7 +1033,7 @@
var o = api.Rule();
buildCounterRule++;
if (buildCounterRule < 3) {
- o.disjunctiveMatchStatements = buildUnnamed5501();
+ o.disjunctiveMatchStatements = buildUnnamed5503();
o.name = 'foo';
}
buildCounterRule--;
@@ -1043,7 +1043,7 @@
void checkRule(api.Rule o) {
buildCounterRule++;
if (buildCounterRule < 3) {
- checkUnnamed5501(o.disjunctiveMatchStatements!);
+ checkUnnamed5503(o.disjunctiveMatchStatements!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1137,14 +1137,14 @@
buildCounterUploadLineItemsResponse--;
}
-core.List<core.String> buildUnnamed5502() {
+core.List<core.String> buildUnnamed5504() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5502(core.List<core.String> o) {
+void checkUnnamed5504(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1156,14 +1156,14 @@
);
}
-core.List<api.RowStatus> buildUnnamed5503() {
+core.List<api.RowStatus> buildUnnamed5505() {
var o = <api.RowStatus>[];
o.add(buildRowStatus());
o.add(buildRowStatus());
return o;
}
-void checkUnnamed5503(core.List<api.RowStatus> o) {
+void checkUnnamed5505(core.List<api.RowStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkRowStatus(o[0] as api.RowStatus);
checkRowStatus(o[1] as api.RowStatus);
@@ -1174,8 +1174,8 @@
var o = api.UploadStatus();
buildCounterUploadStatus++;
if (buildCounterUploadStatus < 3) {
- o.errors = buildUnnamed5502();
- o.rowStatus = buildUnnamed5503();
+ o.errors = buildUnnamed5504();
+ o.rowStatus = buildUnnamed5505();
}
buildCounterUploadStatus--;
return o;
@@ -1184,8 +1184,8 @@
void checkUploadStatus(api.UploadStatus o) {
buildCounterUploadStatus++;
if (buildCounterUploadStatus < 3) {
- checkUnnamed5502(o.errors!);
- checkUnnamed5503(o.rowStatus!);
+ checkUnnamed5504(o.errors!);
+ checkUnnamed5505(o.rowStatus!);
}
buildCounterUploadStatus--;
}
diff --git a/generated/googleapis/test/drive/v3_test.dart b/generated/googleapis/test/drive/v3_test.dart
index 7e0ca2e..163f907 100644
--- a/generated/googleapis/test/drive/v3_test.dart
+++ b/generated/googleapis/test/drive/v3_test.dart
@@ -59,27 +59,27 @@
buildCounterAboutDriveThemes--;
}
-core.List<api.AboutDriveThemes> buildUnnamed3000() {
+core.List<api.AboutDriveThemes> buildUnnamed3001() {
var o = <api.AboutDriveThemes>[];
o.add(buildAboutDriveThemes());
o.add(buildAboutDriveThemes());
return o;
}
-void checkUnnamed3000(core.List<api.AboutDriveThemes> o) {
+void checkUnnamed3001(core.List<api.AboutDriveThemes> o) {
unittest.expect(o, unittest.hasLength(2));
checkAboutDriveThemes(o[0] as api.AboutDriveThemes);
checkAboutDriveThemes(o[1] as api.AboutDriveThemes);
}
-core.List<core.String> buildUnnamed3001() {
+core.List<core.String> buildUnnamed3002() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3001(core.List<core.String> o) {
+void checkUnnamed3002(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -91,36 +91,17 @@
);
}
-core.Map<core.String, core.List<core.String>> buildUnnamed3002() {
+core.Map<core.String, core.List<core.String>> buildUnnamed3003() {
var o = <core.String, core.List<core.String>>{};
- o['x'] = buildUnnamed3001();
- o['y'] = buildUnnamed3001();
+ o['x'] = buildUnnamed3002();
+ o['y'] = buildUnnamed3002();
return o;
}
-void checkUnnamed3002(core.Map<core.String, core.List<core.String>> o) {
+void checkUnnamed3003(core.Map<core.String, core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3001(o['x']!);
- checkUnnamed3001(o['y']!);
-}
-
-core.List<core.String> buildUnnamed3003() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3003(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
+ checkUnnamed3002(o['x']!);
+ checkUnnamed3002(o['y']!);
}
core.List<core.String> buildUnnamed3004() {
@@ -142,27 +123,46 @@
);
}
-core.Map<core.String, core.List<core.String>> buildUnnamed3005() {
- var o = <core.String, core.List<core.String>>{};
- o['x'] = buildUnnamed3004();
- o['y'] = buildUnnamed3004();
+core.List<core.String> buildUnnamed3005() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
return o;
}
-void checkUnnamed3005(core.Map<core.String, core.List<core.String>> o) {
+void checkUnnamed3005(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3004(o['x']!);
- checkUnnamed3004(o['y']!);
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
}
-core.Map<core.String, core.String> buildUnnamed3006() {
+core.Map<core.String, core.List<core.String>> buildUnnamed3006() {
+ var o = <core.String, core.List<core.String>>{};
+ o['x'] = buildUnnamed3005();
+ o['y'] = buildUnnamed3005();
+ return o;
+}
+
+void checkUnnamed3006(core.Map<core.String, core.List<core.String>> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkUnnamed3005(o['x']!);
+ checkUnnamed3005(o['y']!);
+}
+
+core.Map<core.String, core.String> buildUnnamed3007() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3006(core.Map<core.String, core.String> o) {
+void checkUnnamed3007(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -243,14 +243,14 @@
buildCounterAboutTeamDriveThemes--;
}
-core.List<api.AboutTeamDriveThemes> buildUnnamed3007() {
+core.List<api.AboutTeamDriveThemes> buildUnnamed3008() {
var o = <api.AboutTeamDriveThemes>[];
o.add(buildAboutTeamDriveThemes());
o.add(buildAboutTeamDriveThemes());
return o;
}
-void checkUnnamed3007(core.List<api.AboutTeamDriveThemes> o) {
+void checkUnnamed3008(core.List<api.AboutTeamDriveThemes> o) {
unittest.expect(o, unittest.hasLength(2));
checkAboutTeamDriveThemes(o[0] as api.AboutTeamDriveThemes);
checkAboutTeamDriveThemes(o[1] as api.AboutTeamDriveThemes);
@@ -264,15 +264,15 @@
o.appInstalled = true;
o.canCreateDrives = true;
o.canCreateTeamDrives = true;
- o.driveThemes = buildUnnamed3000();
- o.exportFormats = buildUnnamed3002();
- o.folderColorPalette = buildUnnamed3003();
- o.importFormats = buildUnnamed3005();
+ o.driveThemes = buildUnnamed3001();
+ o.exportFormats = buildUnnamed3003();
+ o.folderColorPalette = buildUnnamed3004();
+ o.importFormats = buildUnnamed3006();
o.kind = 'foo';
- o.maxImportSizes = buildUnnamed3006();
+ o.maxImportSizes = buildUnnamed3007();
o.maxUploadSize = 'foo';
o.storageQuota = buildAboutStorageQuota();
- o.teamDriveThemes = buildUnnamed3007();
+ o.teamDriveThemes = buildUnnamed3008();
o.user = buildUser();
}
buildCounterAbout--;
@@ -285,21 +285,21 @@
unittest.expect(o.appInstalled!, unittest.isTrue);
unittest.expect(o.canCreateDrives!, unittest.isTrue);
unittest.expect(o.canCreateTeamDrives!, unittest.isTrue);
- checkUnnamed3000(o.driveThemes!);
- checkUnnamed3002(o.exportFormats!);
- checkUnnamed3003(o.folderColorPalette!);
- checkUnnamed3005(o.importFormats!);
+ checkUnnamed3001(o.driveThemes!);
+ checkUnnamed3003(o.exportFormats!);
+ checkUnnamed3004(o.folderColorPalette!);
+ checkUnnamed3006(o.importFormats!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3006(o.maxImportSizes!);
+ checkUnnamed3007(o.maxImportSizes!);
unittest.expect(
o.maxUploadSize!,
unittest.equals('foo'),
);
checkAboutStorageQuota(o.storageQuota! as api.AboutStorageQuota);
- checkUnnamed3007(o.teamDriveThemes!);
+ checkUnnamed3008(o.teamDriveThemes!);
checkUser(o.user! as api.User);
}
buildCounterAbout--;
@@ -365,14 +365,14 @@
buildCounterChange--;
}
-core.List<api.Change> buildUnnamed3008() {
+core.List<api.Change> buildUnnamed3009() {
var o = <api.Change>[];
o.add(buildChange());
o.add(buildChange());
return o;
}
-void checkUnnamed3008(core.List<api.Change> o) {
+void checkUnnamed3009(core.List<api.Change> o) {
unittest.expect(o, unittest.hasLength(2));
checkChange(o[0] as api.Change);
checkChange(o[1] as api.Change);
@@ -383,7 +383,7 @@
var o = api.ChangeList();
buildCounterChangeList++;
if (buildCounterChangeList < 3) {
- o.changes = buildUnnamed3008();
+ o.changes = buildUnnamed3009();
o.kind = 'foo';
o.newStartPageToken = 'foo';
o.nextPageToken = 'foo';
@@ -395,7 +395,7 @@
void checkChangeList(api.ChangeList o) {
buildCounterChangeList++;
if (buildCounterChangeList < 3) {
- checkUnnamed3008(o.changes!);
+ checkUnnamed3009(o.changes!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -412,14 +412,14 @@
buildCounterChangeList--;
}
-core.Map<core.String, core.String> buildUnnamed3009() {
+core.Map<core.String, core.String> buildUnnamed3010() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3009(core.Map<core.String, core.String> o) {
+void checkUnnamed3010(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -440,7 +440,7 @@
o.expiration = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.params = buildUnnamed3009();
+ o.params = buildUnnamed3010();
o.payload = true;
o.resourceId = 'foo';
o.resourceUri = 'foo';
@@ -470,7 +470,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3009(o.params!);
+ checkUnnamed3010(o.params!);
unittest.expect(o.payload!, unittest.isTrue);
unittest.expect(
o.resourceId!,
@@ -519,14 +519,14 @@
buildCounterCommentQuotedFileContent--;
}
-core.List<api.Reply> buildUnnamed3010() {
+core.List<api.Reply> buildUnnamed3011() {
var o = <api.Reply>[];
o.add(buildReply());
o.add(buildReply());
return o;
}
-void checkUnnamed3010(core.List<api.Reply> o) {
+void checkUnnamed3011(core.List<api.Reply> o) {
unittest.expect(o, unittest.hasLength(2));
checkReply(o[0] as api.Reply);
checkReply(o[1] as api.Reply);
@@ -547,7 +547,7 @@
o.kind = 'foo';
o.modifiedTime = core.DateTime.parse("2002-02-27T14:01:02");
o.quotedFileContent = buildCommentQuotedFileContent();
- o.replies = buildUnnamed3010();
+ o.replies = buildUnnamed3011();
o.resolved = true;
}
buildCounterComment--;
@@ -589,20 +589,20 @@
);
checkCommentQuotedFileContent(
o.quotedFileContent! as api.CommentQuotedFileContent);
- checkUnnamed3010(o.replies!);
+ checkUnnamed3011(o.replies!);
unittest.expect(o.resolved!, unittest.isTrue);
}
buildCounterComment--;
}
-core.List<api.Comment> buildUnnamed3011() {
+core.List<api.Comment> buildUnnamed3012() {
var o = <api.Comment>[];
o.add(buildComment());
o.add(buildComment());
return o;
}
-void checkUnnamed3011(core.List<api.Comment> o) {
+void checkUnnamed3012(core.List<api.Comment> o) {
unittest.expect(o, unittest.hasLength(2));
checkComment(o[0] as api.Comment);
checkComment(o[1] as api.Comment);
@@ -613,7 +613,7 @@
var o = api.CommentList();
buildCounterCommentList++;
if (buildCounterCommentList < 3) {
- o.comments = buildUnnamed3011();
+ o.comments = buildUnnamed3012();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -624,7 +624,7 @@
void checkCommentList(api.CommentList o) {
buildCounterCommentList++;
if (buildCounterCommentList < 3) {
- checkUnnamed3011(o.comments!);
+ checkUnnamed3012(o.comments!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -850,14 +850,14 @@
buildCounterDrive--;
}
-core.List<api.Drive> buildUnnamed3012() {
+core.List<api.Drive> buildUnnamed3013() {
var o = <api.Drive>[];
o.add(buildDrive());
o.add(buildDrive());
return o;
}
-void checkUnnamed3012(core.List<api.Drive> o) {
+void checkUnnamed3013(core.List<api.Drive> o) {
unittest.expect(o, unittest.hasLength(2));
checkDrive(o[0] as api.Drive);
checkDrive(o[1] as api.Drive);
@@ -868,7 +868,7 @@
var o = api.DriveList();
buildCounterDriveList++;
if (buildCounterDriveList < 3) {
- o.drives = buildUnnamed3012();
+ o.drives = buildUnnamed3013();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -879,7 +879,7 @@
void checkDriveList(api.DriveList o) {
buildCounterDriveList++;
if (buildCounterDriveList < 3) {
- checkUnnamed3012(o.drives!);
+ checkUnnamed3013(o.drives!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -892,14 +892,14 @@
buildCounterDriveList--;
}
-core.Map<core.String, core.String> buildUnnamed3013() {
+core.Map<core.String, core.String> buildUnnamed3014() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3013(core.Map<core.String, core.String> o) {
+void checkUnnamed3014(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1048,27 +1048,27 @@
buildCounterFileContentHints--;
}
-core.List<api.ContentRestriction> buildUnnamed3014() {
+core.List<api.ContentRestriction> buildUnnamed3015() {
var o = <api.ContentRestriction>[];
o.add(buildContentRestriction());
o.add(buildContentRestriction());
return o;
}
-void checkUnnamed3014(core.List<api.ContentRestriction> o) {
+void checkUnnamed3015(core.List<api.ContentRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkContentRestriction(o[0] as api.ContentRestriction);
checkContentRestriction(o[1] as api.ContentRestriction);
}
-core.Map<core.String, core.String> buildUnnamed3015() {
+core.Map<core.String, core.String> buildUnnamed3016() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3015(core.Map<core.String, core.String> o) {
+void checkUnnamed3016(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1229,38 +1229,19 @@
buildCounterFileImageMediaMetadata--;
}
-core.List<api.User> buildUnnamed3016() {
+core.List<api.User> buildUnnamed3017() {
var o = <api.User>[];
o.add(buildUser());
o.add(buildUser());
return o;
}
-void checkUnnamed3016(core.List<api.User> o) {
+void checkUnnamed3017(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0] as api.User);
checkUser(o[1] as api.User);
}
-core.List<core.String> buildUnnamed3017() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3017(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3018() {
var o = <core.String>[];
o.add('foo');
@@ -1280,27 +1261,46 @@
);
}
-core.List<api.Permission> buildUnnamed3019() {
+core.List<core.String> buildUnnamed3019() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3019(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.Permission> buildUnnamed3020() {
var o = <api.Permission>[];
o.add(buildPermission());
o.add(buildPermission());
return o;
}
-void checkUnnamed3019(core.List<api.Permission> o) {
+void checkUnnamed3020(core.List<api.Permission> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermission(o[0] as api.Permission);
checkPermission(o[1] as api.Permission);
}
-core.Map<core.String, core.String> buildUnnamed3020() {
+core.Map<core.String, core.String> buildUnnamed3021() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3020(core.Map<core.String, core.String> o) {
+void checkUnnamed3021(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1339,14 +1339,14 @@
buildCounterFileShortcutDetails--;
}
-core.List<core.String> buildUnnamed3021() {
+core.List<core.String> buildUnnamed3022() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3021(core.List<core.String> o) {
+void checkUnnamed3022(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1395,16 +1395,16 @@
var o = api.File();
buildCounterFile++;
if (buildCounterFile < 3) {
- o.appProperties = buildUnnamed3013();
+ o.appProperties = buildUnnamed3014();
o.capabilities = buildFileCapabilities();
o.contentHints = buildFileContentHints();
- o.contentRestrictions = buildUnnamed3014();
+ o.contentRestrictions = buildUnnamed3015();
o.copyRequiresWriterPermission = true;
o.createdTime = core.DateTime.parse("2002-02-27T14:01:02");
o.description = 'foo';
o.driveId = 'foo';
o.explicitlyTrashed = true;
- o.exportLinks = buildUnnamed3015();
+ o.exportLinks = buildUnnamed3016();
o.fileExtension = 'foo';
o.folderColorRgb = 'foo';
o.fullFileExtension = 'foo';
@@ -1425,18 +1425,18 @@
o.name = 'foo';
o.originalFilename = 'foo';
o.ownedByMe = true;
- o.owners = buildUnnamed3016();
- o.parents = buildUnnamed3017();
- o.permissionIds = buildUnnamed3018();
- o.permissions = buildUnnamed3019();
- o.properties = buildUnnamed3020();
+ o.owners = buildUnnamed3017();
+ o.parents = buildUnnamed3018();
+ o.permissionIds = buildUnnamed3019();
+ o.permissions = buildUnnamed3020();
+ o.properties = buildUnnamed3021();
o.quotaBytesUsed = 'foo';
o.shared = true;
o.sharedWithMeTime = core.DateTime.parse("2002-02-27T14:01:02");
o.sharingUser = buildUser();
o.shortcutDetails = buildFileShortcutDetails();
o.size = 'foo';
- o.spaces = buildUnnamed3021();
+ o.spaces = buildUnnamed3022();
o.starred = true;
o.teamDriveId = 'foo';
o.thumbnailLink = 'foo';
@@ -1460,10 +1460,10 @@
void checkFile(api.File o) {
buildCounterFile++;
if (buildCounterFile < 3) {
- checkUnnamed3013(o.appProperties!);
+ checkUnnamed3014(o.appProperties!);
checkFileCapabilities(o.capabilities! as api.FileCapabilities);
checkFileContentHints(o.contentHints! as api.FileContentHints);
- checkUnnamed3014(o.contentRestrictions!);
+ checkUnnamed3015(o.contentRestrictions!);
unittest.expect(o.copyRequiresWriterPermission!, unittest.isTrue);
unittest.expect(
o.createdTime!,
@@ -1478,7 +1478,7 @@
unittest.equals('foo'),
);
unittest.expect(o.explicitlyTrashed!, unittest.isTrue);
- checkUnnamed3015(o.exportLinks!);
+ checkUnnamed3016(o.exportLinks!);
unittest.expect(
o.fileExtension!,
unittest.equals('foo'),
@@ -1539,11 +1539,11 @@
unittest.equals('foo'),
);
unittest.expect(o.ownedByMe!, unittest.isTrue);
- checkUnnamed3016(o.owners!);
- checkUnnamed3017(o.parents!);
- checkUnnamed3018(o.permissionIds!);
- checkUnnamed3019(o.permissions!);
- checkUnnamed3020(o.properties!);
+ checkUnnamed3017(o.owners!);
+ checkUnnamed3018(o.parents!);
+ checkUnnamed3019(o.permissionIds!);
+ checkUnnamed3020(o.permissions!);
+ checkUnnamed3021(o.properties!);
unittest.expect(
o.quotaBytesUsed!,
unittest.equals('foo'),
@@ -1559,7 +1559,7 @@
o.size!,
unittest.equals('foo'),
);
- checkUnnamed3021(o.spaces!);
+ checkUnnamed3022(o.spaces!);
unittest.expect(o.starred!, unittest.isTrue);
unittest.expect(
o.teamDriveId!,
@@ -1604,14 +1604,14 @@
buildCounterFile--;
}
-core.List<api.File> buildUnnamed3022() {
+core.List<api.File> buildUnnamed3023() {
var o = <api.File>[];
o.add(buildFile());
o.add(buildFile());
return o;
}
-void checkUnnamed3022(core.List<api.File> o) {
+void checkUnnamed3023(core.List<api.File> o) {
unittest.expect(o, unittest.hasLength(2));
checkFile(o[0] as api.File);
checkFile(o[1] as api.File);
@@ -1622,7 +1622,7 @@
var o = api.FileList();
buildCounterFileList++;
if (buildCounterFileList < 3) {
- o.files = buildUnnamed3022();
+ o.files = buildUnnamed3023();
o.incompleteSearch = true;
o.kind = 'foo';
o.nextPageToken = 'foo';
@@ -1634,7 +1634,7 @@
void checkFileList(api.FileList o) {
buildCounterFileList++;
if (buildCounterFileList < 3) {
- checkUnnamed3022(o.files!);
+ checkUnnamed3023(o.files!);
unittest.expect(o.incompleteSearch!, unittest.isTrue);
unittest.expect(
o.kind!,
@@ -1648,14 +1648,14 @@
buildCounterFileList--;
}
-core.List<core.String> buildUnnamed3023() {
+core.List<core.String> buildUnnamed3024() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3023(core.List<core.String> o) {
+void checkUnnamed3024(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1672,7 +1672,7 @@
var o = api.GeneratedIds();
buildCounterGeneratedIds++;
if (buildCounterGeneratedIds < 3) {
- o.ids = buildUnnamed3023();
+ o.ids = buildUnnamed3024();
o.kind = 'foo';
o.space = 'foo';
}
@@ -1683,7 +1683,7 @@
void checkGeneratedIds(api.GeneratedIds o) {
buildCounterGeneratedIds++;
if (buildCounterGeneratedIds < 3) {
- checkUnnamed3023(o.ids!);
+ checkUnnamed3024(o.ids!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1730,14 +1730,14 @@
buildCounterPermissionPermissionDetails--;
}
-core.List<api.PermissionPermissionDetails> buildUnnamed3024() {
+core.List<api.PermissionPermissionDetails> buildUnnamed3025() {
var o = <api.PermissionPermissionDetails>[];
o.add(buildPermissionPermissionDetails());
o.add(buildPermissionPermissionDetails());
return o;
}
-void checkUnnamed3024(core.List<api.PermissionPermissionDetails> o) {
+void checkUnnamed3025(core.List<api.PermissionPermissionDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermissionPermissionDetails(o[0] as api.PermissionPermissionDetails);
checkPermissionPermissionDetails(o[1] as api.PermissionPermissionDetails);
@@ -1779,14 +1779,14 @@
buildCounterPermissionTeamDrivePermissionDetails--;
}
-core.List<api.PermissionTeamDrivePermissionDetails> buildUnnamed3025() {
+core.List<api.PermissionTeamDrivePermissionDetails> buildUnnamed3026() {
var o = <api.PermissionTeamDrivePermissionDetails>[];
o.add(buildPermissionTeamDrivePermissionDetails());
o.add(buildPermissionTeamDrivePermissionDetails());
return o;
}
-void checkUnnamed3025(core.List<api.PermissionTeamDrivePermissionDetails> o) {
+void checkUnnamed3026(core.List<api.PermissionTeamDrivePermissionDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermissionTeamDrivePermissionDetails(
o[0] as api.PermissionTeamDrivePermissionDetails);
@@ -1807,10 +1807,10 @@
o.expirationTime = core.DateTime.parse("2002-02-27T14:01:02");
o.id = 'foo';
o.kind = 'foo';
- o.permissionDetails = buildUnnamed3024();
+ o.permissionDetails = buildUnnamed3025();
o.photoLink = 'foo';
o.role = 'foo';
- o.teamDrivePermissionDetails = buildUnnamed3025();
+ o.teamDrivePermissionDetails = buildUnnamed3026();
o.type = 'foo';
o.view = 'foo';
}
@@ -1847,7 +1847,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3024(o.permissionDetails!);
+ checkUnnamed3025(o.permissionDetails!);
unittest.expect(
o.photoLink!,
unittest.equals('foo'),
@@ -1856,7 +1856,7 @@
o.role!,
unittest.equals('foo'),
);
- checkUnnamed3025(o.teamDrivePermissionDetails!);
+ checkUnnamed3026(o.teamDrivePermissionDetails!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -1869,14 +1869,14 @@
buildCounterPermission--;
}
-core.List<api.Permission> buildUnnamed3026() {
+core.List<api.Permission> buildUnnamed3027() {
var o = <api.Permission>[];
o.add(buildPermission());
o.add(buildPermission());
return o;
}
-void checkUnnamed3026(core.List<api.Permission> o) {
+void checkUnnamed3027(core.List<api.Permission> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermission(o[0] as api.Permission);
checkPermission(o[1] as api.Permission);
@@ -1889,7 +1889,7 @@
if (buildCounterPermissionList < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.permissions = buildUnnamed3026();
+ o.permissions = buildUnnamed3027();
}
buildCounterPermissionList--;
return o;
@@ -1906,7 +1906,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3026(o.permissions!);
+ checkUnnamed3027(o.permissions!);
}
buildCounterPermissionList--;
}
@@ -1967,14 +1967,14 @@
buildCounterReply--;
}
-core.List<api.Reply> buildUnnamed3027() {
+core.List<api.Reply> buildUnnamed3028() {
var o = <api.Reply>[];
o.add(buildReply());
o.add(buildReply());
return o;
}
-void checkUnnamed3027(core.List<api.Reply> o) {
+void checkUnnamed3028(core.List<api.Reply> o) {
unittest.expect(o, unittest.hasLength(2));
checkReply(o[0] as api.Reply);
checkReply(o[1] as api.Reply);
@@ -1987,7 +1987,7 @@
if (buildCounterReplyList < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.replies = buildUnnamed3027();
+ o.replies = buildUnnamed3028();
}
buildCounterReplyList--;
return o;
@@ -2004,19 +2004,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3027(o.replies!);
+ checkUnnamed3028(o.replies!);
}
buildCounterReplyList--;
}
-core.Map<core.String, core.String> buildUnnamed3028() {
+core.Map<core.String, core.String> buildUnnamed3029() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3028(core.Map<core.String, core.String> o) {
+void checkUnnamed3029(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2033,7 +2033,7 @@
var o = api.Revision();
buildCounterRevision++;
if (buildCounterRevision < 3) {
- o.exportLinks = buildUnnamed3028();
+ o.exportLinks = buildUnnamed3029();
o.id = 'foo';
o.keepForever = true;
o.kind = 'foo';
@@ -2055,7 +2055,7 @@
void checkRevision(api.Revision o) {
buildCounterRevision++;
if (buildCounterRevision < 3) {
- checkUnnamed3028(o.exportLinks!);
+ checkUnnamed3029(o.exportLinks!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -2097,14 +2097,14 @@
buildCounterRevision--;
}
-core.List<api.Revision> buildUnnamed3029() {
+core.List<api.Revision> buildUnnamed3030() {
var o = <api.Revision>[];
o.add(buildRevision());
o.add(buildRevision());
return o;
}
-void checkUnnamed3029(core.List<api.Revision> o) {
+void checkUnnamed3030(core.List<api.Revision> o) {
unittest.expect(o, unittest.hasLength(2));
checkRevision(o[0] as api.Revision);
checkRevision(o[1] as api.Revision);
@@ -2117,7 +2117,7 @@
if (buildCounterRevisionList < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.revisions = buildUnnamed3029();
+ o.revisions = buildUnnamed3030();
}
buildCounterRevisionList--;
return o;
@@ -2134,7 +2134,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3029(o.revisions!);
+ checkUnnamed3030(o.revisions!);
}
buildCounterRevisionList--;
}
@@ -2343,14 +2343,14 @@
buildCounterTeamDrive--;
}
-core.List<api.TeamDrive> buildUnnamed3030() {
+core.List<api.TeamDrive> buildUnnamed3031() {
var o = <api.TeamDrive>[];
o.add(buildTeamDrive());
o.add(buildTeamDrive());
return o;
}
-void checkUnnamed3030(core.List<api.TeamDrive> o) {
+void checkUnnamed3031(core.List<api.TeamDrive> o) {
unittest.expect(o, unittest.hasLength(2));
checkTeamDrive(o[0] as api.TeamDrive);
checkTeamDrive(o[1] as api.TeamDrive);
@@ -2363,7 +2363,7 @@
if (buildCounterTeamDriveList < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.teamDrives = buildUnnamed3030();
+ o.teamDrives = buildUnnamed3031();
}
buildCounterTeamDriveList--;
return o;
@@ -2380,7 +2380,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3030(o.teamDrives!);
+ checkUnnamed3031(o.teamDrives!);
}
buildCounterTeamDriveList--;
}
diff --git a/generated/googleapis/test/driveactivity/v2_test.dart b/generated/googleapis/test/driveactivity/v2_test.dart
index 9f14577..e50b3e7 100644
--- a/generated/googleapis/test/driveactivity/v2_test.dart
+++ b/generated/googleapis/test/driveactivity/v2_test.dart
@@ -214,14 +214,14 @@
buildCounterAssignment--;
}
-core.List<api.User> buildUnnamed4426() {
+core.List<api.User> buildUnnamed4427() {
var o = <api.User>[];
o.add(buildUser());
o.add(buildUser());
return o;
}
-void checkUnnamed4426(core.List<api.User> o) {
+void checkUnnamed4427(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0] as api.User);
checkUser(o[1] as api.User);
@@ -233,7 +233,7 @@
buildCounterComment++;
if (buildCounterComment < 3) {
o.assignment = buildAssignment();
- o.mentionedUsers = buildUnnamed4426();
+ o.mentionedUsers = buildUnnamed4427();
o.post = buildPost();
o.suggestion = buildSuggestion();
}
@@ -245,7 +245,7 @@
buildCounterComment++;
if (buildCounterComment < 3) {
checkAssignment(o.assignment! as api.Assignment);
- checkUnnamed4426(o.mentionedUsers!);
+ checkUnnamed4427(o.mentionedUsers!);
checkPost(o.post! as api.Post);
checkSuggestion(o.suggestion! as api.Suggestion);
}
@@ -430,40 +430,40 @@
buildCounterDrive--;
}
-core.List<api.Action> buildUnnamed4427() {
+core.List<api.Action> buildUnnamed4428() {
var o = <api.Action>[];
o.add(buildAction());
o.add(buildAction());
return o;
}
-void checkUnnamed4427(core.List<api.Action> o) {
+void checkUnnamed4428(core.List<api.Action> o) {
unittest.expect(o, unittest.hasLength(2));
checkAction(o[0] as api.Action);
checkAction(o[1] as api.Action);
}
-core.List<api.Actor> buildUnnamed4428() {
+core.List<api.Actor> buildUnnamed4429() {
var o = <api.Actor>[];
o.add(buildActor());
o.add(buildActor());
return o;
}
-void checkUnnamed4428(core.List<api.Actor> o) {
+void checkUnnamed4429(core.List<api.Actor> o) {
unittest.expect(o, unittest.hasLength(2));
checkActor(o[0] as api.Actor);
checkActor(o[1] as api.Actor);
}
-core.List<api.Target> buildUnnamed4429() {
+core.List<api.Target> buildUnnamed4430() {
var o = <api.Target>[];
o.add(buildTarget());
o.add(buildTarget());
return o;
}
-void checkUnnamed4429(core.List<api.Target> o) {
+void checkUnnamed4430(core.List<api.Target> o) {
unittest.expect(o, unittest.hasLength(2));
checkTarget(o[0] as api.Target);
checkTarget(o[1] as api.Target);
@@ -474,10 +474,10 @@
var o = api.DriveActivity();
buildCounterDriveActivity++;
if (buildCounterDriveActivity < 3) {
- o.actions = buildUnnamed4427();
- o.actors = buildUnnamed4428();
+ o.actions = buildUnnamed4428();
+ o.actors = buildUnnamed4429();
o.primaryActionDetail = buildActionDetail();
- o.targets = buildUnnamed4429();
+ o.targets = buildUnnamed4430();
o.timeRange = buildTimeRange();
o.timestamp = 'foo';
}
@@ -488,10 +488,10 @@
void checkDriveActivity(api.DriveActivity o) {
buildCounterDriveActivity++;
if (buildCounterDriveActivity < 3) {
- checkUnnamed4427(o.actions!);
- checkUnnamed4428(o.actors!);
+ checkUnnamed4428(o.actions!);
+ checkUnnamed4429(o.actors!);
checkActionDetail(o.primaryActionDetail! as api.ActionDetail);
- checkUnnamed4429(o.targets!);
+ checkUnnamed4430(o.targets!);
checkTimeRange(o.timeRange! as api.TimeRange);
unittest.expect(
o.timestamp!,
@@ -813,19 +813,6 @@
buildCounterLegacy--;
}
-core.List<api.TargetReference> buildUnnamed4430() {
- var o = <api.TargetReference>[];
- o.add(buildTargetReference());
- o.add(buildTargetReference());
- return o;
-}
-
-void checkUnnamed4430(core.List<api.TargetReference> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkTargetReference(o[0] as api.TargetReference);
- checkTargetReference(o[1] as api.TargetReference);
-}
-
core.List<api.TargetReference> buildUnnamed4431() {
var o = <api.TargetReference>[];
o.add(buildTargetReference());
@@ -839,13 +826,26 @@
checkTargetReference(o[1] as api.TargetReference);
}
+core.List<api.TargetReference> buildUnnamed4432() {
+ var o = <api.TargetReference>[];
+ o.add(buildTargetReference());
+ o.add(buildTargetReference());
+ return o;
+}
+
+void checkUnnamed4432(core.List<api.TargetReference> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkTargetReference(o[0] as api.TargetReference);
+ checkTargetReference(o[1] as api.TargetReference);
+}
+
core.int buildCounterMove = 0;
api.Move buildMove() {
var o = api.Move();
buildCounterMove++;
if (buildCounterMove < 3) {
- o.addedParents = buildUnnamed4430();
- o.removedParents = buildUnnamed4431();
+ o.addedParents = buildUnnamed4431();
+ o.removedParents = buildUnnamed4432();
}
buildCounterMove--;
return o;
@@ -854,8 +854,8 @@
void checkMove(api.Move o) {
buildCounterMove++;
if (buildCounterMove < 3) {
- checkUnnamed4430(o.addedParents!);
- checkUnnamed4431(o.removedParents!);
+ checkUnnamed4431(o.addedParents!);
+ checkUnnamed4432(o.removedParents!);
}
buildCounterMove--;
}
@@ -947,19 +947,6 @@
buildCounterPermission--;
}
-core.List<api.Permission> buildUnnamed4432() {
- var o = <api.Permission>[];
- o.add(buildPermission());
- o.add(buildPermission());
- return o;
-}
-
-void checkUnnamed4432(core.List<api.Permission> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkPermission(o[0] as api.Permission);
- checkPermission(o[1] as api.Permission);
-}
-
core.List<api.Permission> buildUnnamed4433() {
var o = <api.Permission>[];
o.add(buildPermission());
@@ -973,13 +960,26 @@
checkPermission(o[1] as api.Permission);
}
+core.List<api.Permission> buildUnnamed4434() {
+ var o = <api.Permission>[];
+ o.add(buildPermission());
+ o.add(buildPermission());
+ return o;
+}
+
+void checkUnnamed4434(core.List<api.Permission> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkPermission(o[0] as api.Permission);
+ checkPermission(o[1] as api.Permission);
+}
+
core.int buildCounterPermissionChange = 0;
api.PermissionChange buildPermissionChange() {
var o = api.PermissionChange();
buildCounterPermissionChange++;
if (buildCounterPermissionChange < 3) {
- o.addedPermissions = buildUnnamed4432();
- o.removedPermissions = buildUnnamed4433();
+ o.addedPermissions = buildUnnamed4433();
+ o.removedPermissions = buildUnnamed4434();
}
buildCounterPermissionChange--;
return o;
@@ -988,8 +988,8 @@
void checkPermissionChange(api.PermissionChange o) {
buildCounterPermissionChange++;
if (buildCounterPermissionChange < 3) {
- checkUnnamed4432(o.addedPermissions!);
- checkUnnamed4433(o.removedPermissions!);
+ checkUnnamed4433(o.addedPermissions!);
+ checkUnnamed4434(o.removedPermissions!);
}
buildCounterPermissionChange--;
}
@@ -1061,14 +1061,14 @@
buildCounterQueryDriveActivityRequest--;
}
-core.List<api.DriveActivity> buildUnnamed4434() {
+core.List<api.DriveActivity> buildUnnamed4435() {
var o = <api.DriveActivity>[];
o.add(buildDriveActivity());
o.add(buildDriveActivity());
return o;
}
-void checkUnnamed4434(core.List<api.DriveActivity> o) {
+void checkUnnamed4435(core.List<api.DriveActivity> o) {
unittest.expect(o, unittest.hasLength(2));
checkDriveActivity(o[0] as api.DriveActivity);
checkDriveActivity(o[1] as api.DriveActivity);
@@ -1079,7 +1079,7 @@
var o = api.QueryDriveActivityResponse();
buildCounterQueryDriveActivityResponse++;
if (buildCounterQueryDriveActivityResponse < 3) {
- o.activities = buildUnnamed4434();
+ o.activities = buildUnnamed4435();
o.nextPageToken = 'foo';
}
buildCounterQueryDriveActivityResponse--;
@@ -1089,7 +1089,7 @@
void checkQueryDriveActivityResponse(api.QueryDriveActivityResponse o) {
buildCounterQueryDriveActivityResponse++;
if (buildCounterQueryDriveActivityResponse < 3) {
- checkUnnamed4434(o.activities!);
+ checkUnnamed4435(o.activities!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1174,14 +1174,14 @@
buildCounterRestrictionChange--;
}
-core.List<api.RestrictionChange> buildUnnamed4435() {
+core.List<api.RestrictionChange> buildUnnamed4436() {
var o = <api.RestrictionChange>[];
o.add(buildRestrictionChange());
o.add(buildRestrictionChange());
return o;
}
-void checkUnnamed4435(core.List<api.RestrictionChange> o) {
+void checkUnnamed4436(core.List<api.RestrictionChange> o) {
unittest.expect(o, unittest.hasLength(2));
checkRestrictionChange(o[0] as api.RestrictionChange);
checkRestrictionChange(o[1] as api.RestrictionChange);
@@ -1192,7 +1192,7 @@
var o = api.SettingsChange();
buildCounterSettingsChange++;
if (buildCounterSettingsChange < 3) {
- o.restrictionChanges = buildUnnamed4435();
+ o.restrictionChanges = buildUnnamed4436();
}
buildCounterSettingsChange--;
return o;
@@ -1201,7 +1201,7 @@
void checkSettingsChange(api.SettingsChange o) {
buildCounterSettingsChange++;
if (buildCounterSettingsChange < 3) {
- checkUnnamed4435(o.restrictionChanges!);
+ checkUnnamed4436(o.restrictionChanges!);
}
buildCounterSettingsChange--;
}
diff --git a/generated/googleapis/test/eventarc/v1_test.dart b/generated/googleapis/test/eventarc/v1_test.dart
index cdb5f9b..bbe91c8 100644
--- a/generated/googleapis/test/eventarc/v1_test.dart
+++ b/generated/googleapis/test/eventarc/v1_test.dart
@@ -1013,6 +1013,25 @@
checkEventFilter(o[1] as api.EventFilter);
}
+core.Map<core.String, core.String> buildUnnamed2584() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed2584(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterTrigger = 0;
api.Trigger buildTrigger() {
var o = api.Trigger();
@@ -1022,6 +1041,7 @@
o.destination = buildDestination();
o.etag = 'foo';
o.eventFilters = buildUnnamed2583();
+ o.labels = buildUnnamed2584();
o.name = 'foo';
o.serviceAccount = 'foo';
o.transport = buildTransport();
@@ -1045,6 +1065,7 @@
unittest.equals('foo'),
);
checkUnnamed2583(o.eventFilters!);
+ checkUnnamed2584(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/firebasedynamiclinks/v1_test.dart b/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
index 819c2f2..ea99034 100644
--- a/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
+++ b/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
@@ -122,14 +122,14 @@
buildCounterCreateManagedShortLinkRequest--;
}
-core.List<api.DynamicLinkWarning> buildUnnamed3170() {
+core.List<api.DynamicLinkWarning> buildUnnamed3171() {
var o = <api.DynamicLinkWarning>[];
o.add(buildDynamicLinkWarning());
o.add(buildDynamicLinkWarning());
return o;
}
-void checkUnnamed3170(core.List<api.DynamicLinkWarning> o) {
+void checkUnnamed3171(core.List<api.DynamicLinkWarning> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicLinkWarning(o[0] as api.DynamicLinkWarning);
checkDynamicLinkWarning(o[1] as api.DynamicLinkWarning);
@@ -142,7 +142,7 @@
if (buildCounterCreateManagedShortLinkResponse < 3) {
o.managedShortLink = buildManagedShortLink();
o.previewLink = 'foo';
- o.warning = buildUnnamed3170();
+ o.warning = buildUnnamed3171();
}
buildCounterCreateManagedShortLinkResponse--;
return o;
@@ -156,7 +156,7 @@
o.previewLink!,
unittest.equals('foo'),
);
- checkUnnamed3170(o.warning!);
+ checkUnnamed3171(o.warning!);
}
buildCounterCreateManagedShortLinkResponse--;
}
@@ -192,14 +192,14 @@
buildCounterCreateShortDynamicLinkRequest--;
}
-core.List<api.DynamicLinkWarning> buildUnnamed3171() {
+core.List<api.DynamicLinkWarning> buildUnnamed3172() {
var o = <api.DynamicLinkWarning>[];
o.add(buildDynamicLinkWarning());
o.add(buildDynamicLinkWarning());
return o;
}
-void checkUnnamed3171(core.List<api.DynamicLinkWarning> o) {
+void checkUnnamed3172(core.List<api.DynamicLinkWarning> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicLinkWarning(o[0] as api.DynamicLinkWarning);
checkDynamicLinkWarning(o[1] as api.DynamicLinkWarning);
@@ -212,7 +212,7 @@
if (buildCounterCreateShortDynamicLinkResponse < 3) {
o.previewLink = 'foo';
o.shortLink = 'foo';
- o.warning = buildUnnamed3171();
+ o.warning = buildUnnamed3172();
}
buildCounterCreateShortDynamicLinkResponse--;
return o;
@@ -229,7 +229,7 @@
o.shortLink!,
unittest.equals('foo'),
);
- checkUnnamed3171(o.warning!);
+ checkUnnamed3172(o.warning!);
}
buildCounterCreateShortDynamicLinkResponse--;
}
@@ -384,14 +384,14 @@
buildCounterDynamicLinkInfo--;
}
-core.List<api.DynamicLinkEventStat> buildUnnamed3172() {
+core.List<api.DynamicLinkEventStat> buildUnnamed3173() {
var o = <api.DynamicLinkEventStat>[];
o.add(buildDynamicLinkEventStat());
o.add(buildDynamicLinkEventStat());
return o;
}
-void checkUnnamed3172(core.List<api.DynamicLinkEventStat> o) {
+void checkUnnamed3173(core.List<api.DynamicLinkEventStat> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicLinkEventStat(o[0] as api.DynamicLinkEventStat);
checkDynamicLinkEventStat(o[1] as api.DynamicLinkEventStat);
@@ -402,7 +402,7 @@
var o = api.DynamicLinkStats();
buildCounterDynamicLinkStats++;
if (buildCounterDynamicLinkStats < 3) {
- o.linkEventStats = buildUnnamed3172();
+ o.linkEventStats = buildUnnamed3173();
}
buildCounterDynamicLinkStats--;
return o;
@@ -411,7 +411,7 @@
void checkDynamicLinkStats(api.DynamicLinkStats o) {
buildCounterDynamicLinkStats++;
if (buildCounterDynamicLinkStats < 3) {
- checkUnnamed3172(o.linkEventStats!);
+ checkUnnamed3173(o.linkEventStats!);
}
buildCounterDynamicLinkStats--;
}
@@ -831,14 +831,14 @@
buildCounterIosInfo--;
}
-core.List<core.String> buildUnnamed3173() {
+core.List<core.String> buildUnnamed3174() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3173(core.List<core.String> o) {
+void checkUnnamed3174(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -856,7 +856,7 @@
buildCounterManagedShortLink++;
if (buildCounterManagedShortLink < 3) {
o.creationTime = 'foo';
- o.flaggedAttribute = buildUnnamed3173();
+ o.flaggedAttribute = buildUnnamed3174();
o.info = buildDynamicLinkInfo();
o.link = 'foo';
o.linkName = 'foo';
@@ -873,7 +873,7 @@
o.creationTime!,
unittest.equals('foo'),
);
- checkUnnamed3173(o.flaggedAttribute!);
+ checkUnnamed3174(o.flaggedAttribute!);
checkDynamicLinkInfo(o.info! as api.DynamicLinkInfo);
unittest.expect(
o.link!,
diff --git a/generated/googleapis/test/firestore/v1_test.dart b/generated/googleapis/test/firestore/v1_test.dart
index 2f0f3be..b4b42be 100644
--- a/generated/googleapis/test/firestore/v1_test.dart
+++ b/generated/googleapis/test/firestore/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Value> buildUnnamed3699() {
+core.List<api.Value> buildUnnamed3700() {
var o = <api.Value>[];
o.add(buildValue());
o.add(buildValue());
return o;
}
-void checkUnnamed3699(core.List<api.Value> o) {
+void checkUnnamed3700(core.List<api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o[0] as api.Value);
checkValue(o[1] as api.Value);
@@ -45,7 +45,7 @@
var o = api.ArrayValue();
buildCounterArrayValue++;
if (buildCounterArrayValue < 3) {
- o.values = buildUnnamed3699();
+ o.values = buildUnnamed3700();
}
buildCounterArrayValue--;
return o;
@@ -54,19 +54,19 @@
void checkArrayValue(api.ArrayValue o) {
buildCounterArrayValue++;
if (buildCounterArrayValue < 3) {
- checkUnnamed3699(o.values!);
+ checkUnnamed3700(o.values!);
}
buildCounterArrayValue--;
}
-core.List<core.String> buildUnnamed3700() {
+core.List<core.String> buildUnnamed3701() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3700(core.List<core.String> o) {
+void checkUnnamed3701(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -83,7 +83,7 @@
var o = api.BatchGetDocumentsRequest();
buildCounterBatchGetDocumentsRequest++;
if (buildCounterBatchGetDocumentsRequest < 3) {
- o.documents = buildUnnamed3700();
+ o.documents = buildUnnamed3701();
o.mask = buildDocumentMask();
o.newTransaction = buildTransactionOptions();
o.readTime = 'foo';
@@ -96,7 +96,7 @@
void checkBatchGetDocumentsRequest(api.BatchGetDocumentsRequest o) {
buildCounterBatchGetDocumentsRequest++;
if (buildCounterBatchGetDocumentsRequest < 3) {
- checkUnnamed3700(o.documents!);
+ checkUnnamed3701(o.documents!);
checkDocumentMask(o.mask! as api.DocumentMask);
checkTransactionOptions(o.newTransaction! as api.TransactionOptions);
unittest.expect(
@@ -145,14 +145,14 @@
buildCounterBatchGetDocumentsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed3701() {
+core.Map<core.String, core.String> buildUnnamed3702() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3701(core.Map<core.String, core.String> o) {
+void checkUnnamed3702(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -164,14 +164,14 @@
);
}
-core.List<api.Write> buildUnnamed3702() {
+core.List<api.Write> buildUnnamed3703() {
var o = <api.Write>[];
o.add(buildWrite());
o.add(buildWrite());
return o;
}
-void checkUnnamed3702(core.List<api.Write> o) {
+void checkUnnamed3703(core.List<api.Write> o) {
unittest.expect(o, unittest.hasLength(2));
checkWrite(o[0] as api.Write);
checkWrite(o[1] as api.Write);
@@ -182,8 +182,8 @@
var o = api.BatchWriteRequest();
buildCounterBatchWriteRequest++;
if (buildCounterBatchWriteRequest < 3) {
- o.labels = buildUnnamed3701();
- o.writes = buildUnnamed3702();
+ o.labels = buildUnnamed3702();
+ o.writes = buildUnnamed3703();
}
buildCounterBatchWriteRequest--;
return o;
@@ -192,33 +192,33 @@
void checkBatchWriteRequest(api.BatchWriteRequest o) {
buildCounterBatchWriteRequest++;
if (buildCounterBatchWriteRequest < 3) {
- checkUnnamed3701(o.labels!);
- checkUnnamed3702(o.writes!);
+ checkUnnamed3702(o.labels!);
+ checkUnnamed3703(o.writes!);
}
buildCounterBatchWriteRequest--;
}
-core.List<api.Status> buildUnnamed3703() {
+core.List<api.Status> buildUnnamed3704() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed3703(core.List<api.Status> o) {
+void checkUnnamed3704(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
}
-core.List<api.WriteResult> buildUnnamed3704() {
+core.List<api.WriteResult> buildUnnamed3705() {
var o = <api.WriteResult>[];
o.add(buildWriteResult());
o.add(buildWriteResult());
return o;
}
-void checkUnnamed3704(core.List<api.WriteResult> o) {
+void checkUnnamed3705(core.List<api.WriteResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkWriteResult(o[0] as api.WriteResult);
checkWriteResult(o[1] as api.WriteResult);
@@ -229,8 +229,8 @@
var o = api.BatchWriteResponse();
buildCounterBatchWriteResponse++;
if (buildCounterBatchWriteResponse < 3) {
- o.status = buildUnnamed3703();
- o.writeResults = buildUnnamed3704();
+ o.status = buildUnnamed3704();
+ o.writeResults = buildUnnamed3705();
}
buildCounterBatchWriteResponse--;
return o;
@@ -239,8 +239,8 @@
void checkBatchWriteResponse(api.BatchWriteResponse o) {
buildCounterBatchWriteResponse++;
if (buildCounterBatchWriteResponse < 3) {
- checkUnnamed3703(o.status!);
- checkUnnamed3704(o.writeResults!);
+ checkUnnamed3704(o.status!);
+ checkUnnamed3705(o.writeResults!);
}
buildCounterBatchWriteResponse--;
}
@@ -310,14 +310,14 @@
buildCounterCollectionSelector--;
}
-core.List<api.Write> buildUnnamed3705() {
+core.List<api.Write> buildUnnamed3706() {
var o = <api.Write>[];
o.add(buildWrite());
o.add(buildWrite());
return o;
}
-void checkUnnamed3705(core.List<api.Write> o) {
+void checkUnnamed3706(core.List<api.Write> o) {
unittest.expect(o, unittest.hasLength(2));
checkWrite(o[0] as api.Write);
checkWrite(o[1] as api.Write);
@@ -329,7 +329,7 @@
buildCounterCommitRequest++;
if (buildCounterCommitRequest < 3) {
o.transaction = 'foo';
- o.writes = buildUnnamed3705();
+ o.writes = buildUnnamed3706();
}
buildCounterCommitRequest--;
return o;
@@ -342,19 +342,19 @@
o.transaction!,
unittest.equals('foo'),
);
- checkUnnamed3705(o.writes!);
+ checkUnnamed3706(o.writes!);
}
buildCounterCommitRequest--;
}
-core.List<api.WriteResult> buildUnnamed3706() {
+core.List<api.WriteResult> buildUnnamed3707() {
var o = <api.WriteResult>[];
o.add(buildWriteResult());
o.add(buildWriteResult());
return o;
}
-void checkUnnamed3706(core.List<api.WriteResult> o) {
+void checkUnnamed3707(core.List<api.WriteResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkWriteResult(o[0] as api.WriteResult);
checkWriteResult(o[1] as api.WriteResult);
@@ -366,7 +366,7 @@
buildCounterCommitResponse++;
if (buildCounterCommitResponse < 3) {
o.commitTime = 'foo';
- o.writeResults = buildUnnamed3706();
+ o.writeResults = buildUnnamed3707();
}
buildCounterCommitResponse--;
return o;
@@ -379,19 +379,19 @@
o.commitTime!,
unittest.equals('foo'),
);
- checkUnnamed3706(o.writeResults!);
+ checkUnnamed3707(o.writeResults!);
}
buildCounterCommitResponse--;
}
-core.List<api.Filter> buildUnnamed3707() {
+core.List<api.Filter> buildUnnamed3708() {
var o = <api.Filter>[];
o.add(buildFilter());
o.add(buildFilter());
return o;
}
-void checkUnnamed3707(core.List<api.Filter> o) {
+void checkUnnamed3708(core.List<api.Filter> o) {
unittest.expect(o, unittest.hasLength(2));
checkFilter(o[0] as api.Filter);
checkFilter(o[1] as api.Filter);
@@ -402,7 +402,7 @@
var o = api.CompositeFilter();
buildCounterCompositeFilter++;
if (buildCounterCompositeFilter < 3) {
- o.filters = buildUnnamed3707();
+ o.filters = buildUnnamed3708();
o.op = 'foo';
}
buildCounterCompositeFilter--;
@@ -412,7 +412,7 @@
void checkCompositeFilter(api.CompositeFilter o) {
buildCounterCompositeFilter++;
if (buildCounterCompositeFilter < 3) {
- checkUnnamed3707(o.filters!);
+ checkUnnamed3708(o.filters!);
unittest.expect(
o.op!,
unittest.equals('foo'),
@@ -421,14 +421,14 @@
buildCounterCompositeFilter--;
}
-core.List<api.Value> buildUnnamed3708() {
+core.List<api.Value> buildUnnamed3709() {
var o = <api.Value>[];
o.add(buildValue());
o.add(buildValue());
return o;
}
-void checkUnnamed3708(core.List<api.Value> o) {
+void checkUnnamed3709(core.List<api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o[0] as api.Value);
checkValue(o[1] as api.Value);
@@ -440,7 +440,7 @@
buildCounterCursor++;
if (buildCounterCursor < 3) {
o.before = true;
- o.values = buildUnnamed3708();
+ o.values = buildUnnamed3709();
}
buildCounterCursor--;
return o;
@@ -450,19 +450,19 @@
buildCounterCursor++;
if (buildCounterCursor < 3) {
unittest.expect(o.before!, unittest.isTrue);
- checkUnnamed3708(o.values!);
+ checkUnnamed3709(o.values!);
}
buildCounterCursor--;
}
-core.Map<core.String, api.Value> buildUnnamed3709() {
+core.Map<core.String, api.Value> buildUnnamed3710() {
var o = <core.String, api.Value>{};
o['x'] = buildValue();
o['y'] = buildValue();
return o;
}
-void checkUnnamed3709(core.Map<core.String, api.Value> o) {
+void checkUnnamed3710(core.Map<core.String, api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o['x']! as api.Value);
checkValue(o['y']! as api.Value);
@@ -474,7 +474,7 @@
buildCounterDocument++;
if (buildCounterDocument < 3) {
o.createTime = 'foo';
- o.fields = buildUnnamed3709();
+ o.fields = buildUnnamed3710();
o.name = 'foo';
o.updateTime = 'foo';
}
@@ -489,7 +489,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed3709(o.fields!);
+ checkUnnamed3710(o.fields!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -502,25 +502,6 @@
buildCounterDocument--;
}
-core.List<core.int> buildUnnamed3710() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
- return o;
-}
-
-void checkUnnamed3710(core.List<core.int> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42),
- );
- unittest.expect(
- o[1],
- unittest.equals(42),
- );
-}
-
core.List<core.int> buildUnnamed3711() {
var o = <core.int>[];
o.add(42);
@@ -540,29 +521,6 @@
);
}
-core.int buildCounterDocumentChange = 0;
-api.DocumentChange buildDocumentChange() {
- var o = api.DocumentChange();
- buildCounterDocumentChange++;
- if (buildCounterDocumentChange < 3) {
- o.document = buildDocument();
- o.removedTargetIds = buildUnnamed3710();
- o.targetIds = buildUnnamed3711();
- }
- buildCounterDocumentChange--;
- return o;
-}
-
-void checkDocumentChange(api.DocumentChange o) {
- buildCounterDocumentChange++;
- if (buildCounterDocumentChange < 3) {
- checkDocument(o.document! as api.Document);
- checkUnnamed3710(o.removedTargetIds!);
- checkUnnamed3711(o.targetIds!);
- }
- buildCounterDocumentChange--;
-}
-
core.List<core.int> buildUnnamed3712() {
var o = <core.int>[];
o.add(42);
@@ -582,6 +540,48 @@
);
}
+core.int buildCounterDocumentChange = 0;
+api.DocumentChange buildDocumentChange() {
+ var o = api.DocumentChange();
+ buildCounterDocumentChange++;
+ if (buildCounterDocumentChange < 3) {
+ o.document = buildDocument();
+ o.removedTargetIds = buildUnnamed3711();
+ o.targetIds = buildUnnamed3712();
+ }
+ buildCounterDocumentChange--;
+ return o;
+}
+
+void checkDocumentChange(api.DocumentChange o) {
+ buildCounterDocumentChange++;
+ if (buildCounterDocumentChange < 3) {
+ checkDocument(o.document! as api.Document);
+ checkUnnamed3711(o.removedTargetIds!);
+ checkUnnamed3712(o.targetIds!);
+ }
+ buildCounterDocumentChange--;
+}
+
+core.List<core.int> buildUnnamed3713() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed3713(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
core.int buildCounterDocumentDelete = 0;
api.DocumentDelete buildDocumentDelete() {
var o = api.DocumentDelete();
@@ -589,7 +589,7 @@
if (buildCounterDocumentDelete < 3) {
o.document = 'foo';
o.readTime = 'foo';
- o.removedTargetIds = buildUnnamed3712();
+ o.removedTargetIds = buildUnnamed3713();
}
buildCounterDocumentDelete--;
return o;
@@ -606,19 +606,19 @@
o.readTime!,
unittest.equals('foo'),
);
- checkUnnamed3712(o.removedTargetIds!);
+ checkUnnamed3713(o.removedTargetIds!);
}
buildCounterDocumentDelete--;
}
-core.List<core.String> buildUnnamed3713() {
+core.List<core.String> buildUnnamed3714() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3713(core.List<core.String> o) {
+void checkUnnamed3714(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -635,7 +635,7 @@
var o = api.DocumentMask();
buildCounterDocumentMask++;
if (buildCounterDocumentMask < 3) {
- o.fieldPaths = buildUnnamed3713();
+ o.fieldPaths = buildUnnamed3714();
}
buildCounterDocumentMask--;
return o;
@@ -644,19 +644,19 @@
void checkDocumentMask(api.DocumentMask o) {
buildCounterDocumentMask++;
if (buildCounterDocumentMask < 3) {
- checkUnnamed3713(o.fieldPaths!);
+ checkUnnamed3714(o.fieldPaths!);
}
buildCounterDocumentMask--;
}
-core.List<core.int> buildUnnamed3714() {
+core.List<core.int> buildUnnamed3715() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed3714(core.List<core.int> o) {
+void checkUnnamed3715(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -675,7 +675,7 @@
if (buildCounterDocumentRemove < 3) {
o.document = 'foo';
o.readTime = 'foo';
- o.removedTargetIds = buildUnnamed3714();
+ o.removedTargetIds = buildUnnamed3715();
}
buildCounterDocumentRemove--;
return o;
@@ -692,19 +692,19 @@
o.readTime!,
unittest.equals('foo'),
);
- checkUnnamed3714(o.removedTargetIds!);
+ checkUnnamed3715(o.removedTargetIds!);
}
buildCounterDocumentRemove--;
}
-core.List<api.FieldTransform> buildUnnamed3715() {
+core.List<api.FieldTransform> buildUnnamed3716() {
var o = <api.FieldTransform>[];
o.add(buildFieldTransform());
o.add(buildFieldTransform());
return o;
}
-void checkUnnamed3715(core.List<api.FieldTransform> o) {
+void checkUnnamed3716(core.List<api.FieldTransform> o) {
unittest.expect(o, unittest.hasLength(2));
checkFieldTransform(o[0] as api.FieldTransform);
checkFieldTransform(o[1] as api.FieldTransform);
@@ -716,7 +716,7 @@
buildCounterDocumentTransform++;
if (buildCounterDocumentTransform < 3) {
o.document = 'foo';
- o.fieldTransforms = buildUnnamed3715();
+ o.fieldTransforms = buildUnnamed3716();
}
buildCounterDocumentTransform--;
return o;
@@ -729,19 +729,19 @@
o.document!,
unittest.equals('foo'),
);
- checkUnnamed3715(o.fieldTransforms!);
+ checkUnnamed3716(o.fieldTransforms!);
}
buildCounterDocumentTransform--;
}
-core.List<core.String> buildUnnamed3716() {
+core.List<core.String> buildUnnamed3717() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3716(core.List<core.String> o) {
+void checkUnnamed3717(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -758,7 +758,7 @@
var o = api.DocumentsTarget();
buildCounterDocumentsTarget++;
if (buildCounterDocumentsTarget < 3) {
- o.documents = buildUnnamed3716();
+ o.documents = buildUnnamed3717();
}
buildCounterDocumentsTarget--;
return o;
@@ -767,7 +767,7 @@
void checkDocumentsTarget(api.DocumentsTarget o) {
buildCounterDocumentsTarget++;
if (buildCounterDocumentsTarget < 3) {
- checkUnnamed3716(o.documents!);
+ checkUnnamed3717(o.documents!);
}
buildCounterDocumentsTarget--;
}
@@ -922,14 +922,14 @@
buildCounterFilter--;
}
-core.List<core.String> buildUnnamed3717() {
+core.List<core.String> buildUnnamed3718() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3717(core.List<core.String> o) {
+void checkUnnamed3718(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -947,7 +947,7 @@
var o = api.GoogleFirestoreAdminV1ExportDocumentsMetadata();
buildCounterGoogleFirestoreAdminV1ExportDocumentsMetadata++;
if (buildCounterGoogleFirestoreAdminV1ExportDocumentsMetadata < 3) {
- o.collectionIds = buildUnnamed3717();
+ o.collectionIds = buildUnnamed3718();
o.endTime = 'foo';
o.operationState = 'foo';
o.outputUriPrefix = 'foo';
@@ -963,7 +963,7 @@
api.GoogleFirestoreAdminV1ExportDocumentsMetadata o) {
buildCounterGoogleFirestoreAdminV1ExportDocumentsMetadata++;
if (buildCounterGoogleFirestoreAdminV1ExportDocumentsMetadata < 3) {
- checkUnnamed3717(o.collectionIds!);
+ checkUnnamed3718(o.collectionIds!);
unittest.expect(
o.endTime!,
unittest.equals('foo'),
@@ -988,14 +988,14 @@
buildCounterGoogleFirestoreAdminV1ExportDocumentsMetadata--;
}
-core.List<core.String> buildUnnamed3718() {
+core.List<core.String> buildUnnamed3719() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3718(core.List<core.String> o) {
+void checkUnnamed3719(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1013,7 +1013,7 @@
var o = api.GoogleFirestoreAdminV1ExportDocumentsRequest();
buildCounterGoogleFirestoreAdminV1ExportDocumentsRequest++;
if (buildCounterGoogleFirestoreAdminV1ExportDocumentsRequest < 3) {
- o.collectionIds = buildUnnamed3718();
+ o.collectionIds = buildUnnamed3719();
o.outputUriPrefix = 'foo';
}
buildCounterGoogleFirestoreAdminV1ExportDocumentsRequest--;
@@ -1024,7 +1024,7 @@
api.GoogleFirestoreAdminV1ExportDocumentsRequest o) {
buildCounterGoogleFirestoreAdminV1ExportDocumentsRequest++;
if (buildCounterGoogleFirestoreAdminV1ExportDocumentsRequest < 3) {
- checkUnnamed3718(o.collectionIds!);
+ checkUnnamed3719(o.collectionIds!);
unittest.expect(
o.outputUriPrefix!,
unittest.equals('foo'),
@@ -1082,14 +1082,14 @@
buildCounterGoogleFirestoreAdminV1Field--;
}
-core.List<api.GoogleFirestoreAdminV1IndexConfigDelta> buildUnnamed3719() {
+core.List<api.GoogleFirestoreAdminV1IndexConfigDelta> buildUnnamed3720() {
var o = <api.GoogleFirestoreAdminV1IndexConfigDelta>[];
o.add(buildGoogleFirestoreAdminV1IndexConfigDelta());
o.add(buildGoogleFirestoreAdminV1IndexConfigDelta());
return o;
}
-void checkUnnamed3719(core.List<api.GoogleFirestoreAdminV1IndexConfigDelta> o) {
+void checkUnnamed3720(core.List<api.GoogleFirestoreAdminV1IndexConfigDelta> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleFirestoreAdminV1IndexConfigDelta(
o[0] as api.GoogleFirestoreAdminV1IndexConfigDelta);
@@ -1105,7 +1105,7 @@
if (buildCounterGoogleFirestoreAdminV1FieldOperationMetadata < 3) {
o.endTime = 'foo';
o.field = 'foo';
- o.indexConfigDeltas = buildUnnamed3719();
+ o.indexConfigDeltas = buildUnnamed3720();
o.progressBytes = buildGoogleFirestoreAdminV1Progress();
o.progressDocuments = buildGoogleFirestoreAdminV1Progress();
o.startTime = 'foo';
@@ -1127,7 +1127,7 @@
o.field!,
unittest.equals('foo'),
);
- checkUnnamed3719(o.indexConfigDeltas!);
+ checkUnnamed3720(o.indexConfigDeltas!);
checkGoogleFirestoreAdminV1Progress(
o.progressBytes! as api.GoogleFirestoreAdminV1Progress);
checkGoogleFirestoreAdminV1Progress(
@@ -1144,14 +1144,14 @@
buildCounterGoogleFirestoreAdminV1FieldOperationMetadata--;
}
-core.List<core.String> buildUnnamed3720() {
+core.List<core.String> buildUnnamed3721() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3720(core.List<core.String> o) {
+void checkUnnamed3721(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1169,7 +1169,7 @@
var o = api.GoogleFirestoreAdminV1ImportDocumentsMetadata();
buildCounterGoogleFirestoreAdminV1ImportDocumentsMetadata++;
if (buildCounterGoogleFirestoreAdminV1ImportDocumentsMetadata < 3) {
- o.collectionIds = buildUnnamed3720();
+ o.collectionIds = buildUnnamed3721();
o.endTime = 'foo';
o.inputUriPrefix = 'foo';
o.operationState = 'foo';
@@ -1185,7 +1185,7 @@
api.GoogleFirestoreAdminV1ImportDocumentsMetadata o) {
buildCounterGoogleFirestoreAdminV1ImportDocumentsMetadata++;
if (buildCounterGoogleFirestoreAdminV1ImportDocumentsMetadata < 3) {
- checkUnnamed3720(o.collectionIds!);
+ checkUnnamed3721(o.collectionIds!);
unittest.expect(
o.endTime!,
unittest.equals('foo'),
@@ -1210,14 +1210,14 @@
buildCounterGoogleFirestoreAdminV1ImportDocumentsMetadata--;
}
-core.List<core.String> buildUnnamed3721() {
+core.List<core.String> buildUnnamed3722() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3721(core.List<core.String> o) {
+void checkUnnamed3722(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1235,7 +1235,7 @@
var o = api.GoogleFirestoreAdminV1ImportDocumentsRequest();
buildCounterGoogleFirestoreAdminV1ImportDocumentsRequest++;
if (buildCounterGoogleFirestoreAdminV1ImportDocumentsRequest < 3) {
- o.collectionIds = buildUnnamed3721();
+ o.collectionIds = buildUnnamed3722();
o.inputUriPrefix = 'foo';
}
buildCounterGoogleFirestoreAdminV1ImportDocumentsRequest--;
@@ -1246,7 +1246,7 @@
api.GoogleFirestoreAdminV1ImportDocumentsRequest o) {
buildCounterGoogleFirestoreAdminV1ImportDocumentsRequest++;
if (buildCounterGoogleFirestoreAdminV1ImportDocumentsRequest < 3) {
- checkUnnamed3721(o.collectionIds!);
+ checkUnnamed3722(o.collectionIds!);
unittest.expect(
o.inputUriPrefix!,
unittest.equals('foo'),
@@ -1255,14 +1255,14 @@
buildCounterGoogleFirestoreAdminV1ImportDocumentsRequest--;
}
-core.List<api.GoogleFirestoreAdminV1IndexField> buildUnnamed3722() {
+core.List<api.GoogleFirestoreAdminV1IndexField> buildUnnamed3723() {
var o = <api.GoogleFirestoreAdminV1IndexField>[];
o.add(buildGoogleFirestoreAdminV1IndexField());
o.add(buildGoogleFirestoreAdminV1IndexField());
return o;
}
-void checkUnnamed3722(core.List<api.GoogleFirestoreAdminV1IndexField> o) {
+void checkUnnamed3723(core.List<api.GoogleFirestoreAdminV1IndexField> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleFirestoreAdminV1IndexField(
o[0] as api.GoogleFirestoreAdminV1IndexField);
@@ -1275,7 +1275,7 @@
var o = api.GoogleFirestoreAdminV1Index();
buildCounterGoogleFirestoreAdminV1Index++;
if (buildCounterGoogleFirestoreAdminV1Index < 3) {
- o.fields = buildUnnamed3722();
+ o.fields = buildUnnamed3723();
o.name = 'foo';
o.queryScope = 'foo';
o.state = 'foo';
@@ -1287,7 +1287,7 @@
void checkGoogleFirestoreAdminV1Index(api.GoogleFirestoreAdminV1Index o) {
buildCounterGoogleFirestoreAdminV1Index++;
if (buildCounterGoogleFirestoreAdminV1Index < 3) {
- checkUnnamed3722(o.fields!);
+ checkUnnamed3723(o.fields!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1304,14 +1304,14 @@
buildCounterGoogleFirestoreAdminV1Index--;
}
-core.List<api.GoogleFirestoreAdminV1Index> buildUnnamed3723() {
+core.List<api.GoogleFirestoreAdminV1Index> buildUnnamed3724() {
var o = <api.GoogleFirestoreAdminV1Index>[];
o.add(buildGoogleFirestoreAdminV1Index());
o.add(buildGoogleFirestoreAdminV1Index());
return o;
}
-void checkUnnamed3723(core.List<api.GoogleFirestoreAdminV1Index> o) {
+void checkUnnamed3724(core.List<api.GoogleFirestoreAdminV1Index> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleFirestoreAdminV1Index(o[0] as api.GoogleFirestoreAdminV1Index);
checkGoogleFirestoreAdminV1Index(o[1] as api.GoogleFirestoreAdminV1Index);
@@ -1323,7 +1323,7 @@
buildCounterGoogleFirestoreAdminV1IndexConfig++;
if (buildCounterGoogleFirestoreAdminV1IndexConfig < 3) {
o.ancestorField = 'foo';
- o.indexes = buildUnnamed3723();
+ o.indexes = buildUnnamed3724();
o.reverting = true;
o.usesAncestorConfig = true;
}
@@ -1339,7 +1339,7 @@
o.ancestorField!,
unittest.equals('foo'),
);
- checkUnnamed3723(o.indexes!);
+ checkUnnamed3724(o.indexes!);
unittest.expect(o.reverting!, unittest.isTrue);
unittest.expect(o.usesAncestorConfig!, unittest.isTrue);
}
@@ -1451,14 +1451,14 @@
buildCounterGoogleFirestoreAdminV1IndexOperationMetadata--;
}
-core.List<api.GoogleFirestoreAdminV1Field> buildUnnamed3724() {
+core.List<api.GoogleFirestoreAdminV1Field> buildUnnamed3725() {
var o = <api.GoogleFirestoreAdminV1Field>[];
o.add(buildGoogleFirestoreAdminV1Field());
o.add(buildGoogleFirestoreAdminV1Field());
return o;
}
-void checkUnnamed3724(core.List<api.GoogleFirestoreAdminV1Field> o) {
+void checkUnnamed3725(core.List<api.GoogleFirestoreAdminV1Field> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleFirestoreAdminV1Field(o[0] as api.GoogleFirestoreAdminV1Field);
checkGoogleFirestoreAdminV1Field(o[1] as api.GoogleFirestoreAdminV1Field);
@@ -1470,7 +1470,7 @@
var o = api.GoogleFirestoreAdminV1ListFieldsResponse();
buildCounterGoogleFirestoreAdminV1ListFieldsResponse++;
if (buildCounterGoogleFirestoreAdminV1ListFieldsResponse < 3) {
- o.fields = buildUnnamed3724();
+ o.fields = buildUnnamed3725();
o.nextPageToken = 'foo';
}
buildCounterGoogleFirestoreAdminV1ListFieldsResponse--;
@@ -1481,7 +1481,7 @@
api.GoogleFirestoreAdminV1ListFieldsResponse o) {
buildCounterGoogleFirestoreAdminV1ListFieldsResponse++;
if (buildCounterGoogleFirestoreAdminV1ListFieldsResponse < 3) {
- checkUnnamed3724(o.fields!);
+ checkUnnamed3725(o.fields!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1490,14 +1490,14 @@
buildCounterGoogleFirestoreAdminV1ListFieldsResponse--;
}
-core.List<api.GoogleFirestoreAdminV1Index> buildUnnamed3725() {
+core.List<api.GoogleFirestoreAdminV1Index> buildUnnamed3726() {
var o = <api.GoogleFirestoreAdminV1Index>[];
o.add(buildGoogleFirestoreAdminV1Index());
o.add(buildGoogleFirestoreAdminV1Index());
return o;
}
-void checkUnnamed3725(core.List<api.GoogleFirestoreAdminV1Index> o) {
+void checkUnnamed3726(core.List<api.GoogleFirestoreAdminV1Index> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleFirestoreAdminV1Index(o[0] as api.GoogleFirestoreAdminV1Index);
checkGoogleFirestoreAdminV1Index(o[1] as api.GoogleFirestoreAdminV1Index);
@@ -1509,7 +1509,7 @@
var o = api.GoogleFirestoreAdminV1ListIndexesResponse();
buildCounterGoogleFirestoreAdminV1ListIndexesResponse++;
if (buildCounterGoogleFirestoreAdminV1ListIndexesResponse < 3) {
- o.indexes = buildUnnamed3725();
+ o.indexes = buildUnnamed3726();
o.nextPageToken = 'foo';
}
buildCounterGoogleFirestoreAdminV1ListIndexesResponse--;
@@ -1520,7 +1520,7 @@
api.GoogleFirestoreAdminV1ListIndexesResponse o) {
buildCounterGoogleFirestoreAdminV1ListIndexesResponse++;
if (buildCounterGoogleFirestoreAdminV1ListIndexesResponse < 3) {
- checkUnnamed3725(o.indexes!);
+ checkUnnamed3726(o.indexes!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1590,14 +1590,14 @@
buildCounterGoogleLongrunningCancelOperationRequest--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed3726() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed3727() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed3726(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed3727(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -1610,7 +1610,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed3726();
+ o.operations = buildUnnamed3727();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -1624,12 +1624,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3726(o.operations!);
+ checkUnnamed3727(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed3727() {
+core.Map<core.String, core.Object> buildUnnamed3728() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1644,7 +1644,7 @@
return o;
}
-void checkUnnamed3727(core.Map<core.String, core.Object> o) {
+void checkUnnamed3728(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1676,7 +1676,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3728() {
+core.Map<core.String, core.Object> buildUnnamed3729() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1691,7 +1691,7 @@
return o;
}
-void checkUnnamed3728(core.Map<core.String, core.Object> o) {
+void checkUnnamed3729(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1730,9 +1730,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3727();
+ o.metadata = buildUnnamed3728();
o.name = 'foo';
- o.response = buildUnnamed3728();
+ o.response = buildUnnamed3729();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -1743,12 +1743,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3727(o.metadata!);
+ checkUnnamed3728(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3728(o.response!);
+ checkUnnamed3729(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -1807,14 +1807,14 @@
buildCounterListCollectionIdsRequest--;
}
-core.List<core.String> buildUnnamed3729() {
+core.List<core.String> buildUnnamed3730() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3729(core.List<core.String> o) {
+void checkUnnamed3730(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1831,7 +1831,7 @@
var o = api.ListCollectionIdsResponse();
buildCounterListCollectionIdsResponse++;
if (buildCounterListCollectionIdsResponse < 3) {
- o.collectionIds = buildUnnamed3729();
+ o.collectionIds = buildUnnamed3730();
o.nextPageToken = 'foo';
}
buildCounterListCollectionIdsResponse--;
@@ -1841,7 +1841,7 @@
void checkListCollectionIdsResponse(api.ListCollectionIdsResponse o) {
buildCounterListCollectionIdsResponse++;
if (buildCounterListCollectionIdsResponse < 3) {
- checkUnnamed3729(o.collectionIds!);
+ checkUnnamed3730(o.collectionIds!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1850,14 +1850,14 @@
buildCounterListCollectionIdsResponse--;
}
-core.List<api.Document> buildUnnamed3730() {
+core.List<api.Document> buildUnnamed3731() {
var o = <api.Document>[];
o.add(buildDocument());
o.add(buildDocument());
return o;
}
-void checkUnnamed3730(core.List<api.Document> o) {
+void checkUnnamed3731(core.List<api.Document> o) {
unittest.expect(o, unittest.hasLength(2));
checkDocument(o[0] as api.Document);
checkDocument(o[1] as api.Document);
@@ -1868,7 +1868,7 @@
var o = api.ListDocumentsResponse();
buildCounterListDocumentsResponse++;
if (buildCounterListDocumentsResponse < 3) {
- o.documents = buildUnnamed3730();
+ o.documents = buildUnnamed3731();
o.nextPageToken = 'foo';
}
buildCounterListDocumentsResponse--;
@@ -1878,7 +1878,7 @@
void checkListDocumentsResponse(api.ListDocumentsResponse o) {
buildCounterListDocumentsResponse++;
if (buildCounterListDocumentsResponse < 3) {
- checkUnnamed3730(o.documents!);
+ checkUnnamed3731(o.documents!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1887,14 +1887,14 @@
buildCounterListDocumentsResponse--;
}
-core.List<api.Location> buildUnnamed3731() {
+core.List<api.Location> buildUnnamed3732() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed3731(core.List<api.Location> o) {
+void checkUnnamed3732(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1905,7 +1905,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed3731();
+ o.locations = buildUnnamed3732();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1915,7 +1915,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed3731(o.locations!);
+ checkUnnamed3732(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1924,14 +1924,14 @@
buildCounterListLocationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed3732() {
+core.Map<core.String, core.String> buildUnnamed3733() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3732(core.Map<core.String, core.String> o) {
+void checkUnnamed3733(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1949,7 +1949,7 @@
buildCounterListenRequest++;
if (buildCounterListenRequest < 3) {
o.addTarget = buildTarget();
- o.labels = buildUnnamed3732();
+ o.labels = buildUnnamed3733();
o.removeTarget = 42;
}
buildCounterListenRequest--;
@@ -1960,7 +1960,7 @@
buildCounterListenRequest++;
if (buildCounterListenRequest < 3) {
checkTarget(o.addTarget! as api.Target);
- checkUnnamed3732(o.labels!);
+ checkUnnamed3733(o.labels!);
unittest.expect(
o.removeTarget!,
unittest.equals(42),
@@ -1996,14 +1996,14 @@
buildCounterListenResponse--;
}
-core.Map<core.String, core.String> buildUnnamed3733() {
+core.Map<core.String, core.String> buildUnnamed3734() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3733(core.Map<core.String, core.String> o) {
+void checkUnnamed3734(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2015,7 +2015,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3734() {
+core.Map<core.String, core.Object> buildUnnamed3735() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2030,7 +2030,7 @@
return o;
}
-void checkUnnamed3734(core.Map<core.String, core.Object> o) {
+void checkUnnamed3735(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -2068,9 +2068,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed3733();
+ o.labels = buildUnnamed3734();
o.locationId = 'foo';
- o.metadata = buildUnnamed3734();
+ o.metadata = buildUnnamed3735();
o.name = 'foo';
}
buildCounterLocation--;
@@ -2084,12 +2084,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3733(o.labels!);
+ checkUnnamed3734(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed3734(o.metadata!);
+ checkUnnamed3735(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2098,14 +2098,14 @@
buildCounterLocation--;
}
-core.Map<core.String, api.Value> buildUnnamed3735() {
+core.Map<core.String, api.Value> buildUnnamed3736() {
var o = <core.String, api.Value>{};
o['x'] = buildValue();
o['y'] = buildValue();
return o;
}
-void checkUnnamed3735(core.Map<core.String, api.Value> o) {
+void checkUnnamed3736(core.Map<core.String, api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o['x']! as api.Value);
checkValue(o['y']! as api.Value);
@@ -2116,7 +2116,7 @@
var o = api.MapValue();
buildCounterMapValue++;
if (buildCounterMapValue < 3) {
- o.fields = buildUnnamed3735();
+ o.fields = buildUnnamed3736();
}
buildCounterMapValue--;
return o;
@@ -2125,7 +2125,7 @@
void checkMapValue(api.MapValue o) {
buildCounterMapValue++;
if (buildCounterMapValue < 3) {
- checkUnnamed3735(o.fields!);
+ checkUnnamed3736(o.fields!);
}
buildCounterMapValue--;
}
@@ -2188,14 +2188,14 @@
buildCounterPartitionQueryRequest--;
}
-core.List<api.Cursor> buildUnnamed3736() {
+core.List<api.Cursor> buildUnnamed3737() {
var o = <api.Cursor>[];
o.add(buildCursor());
o.add(buildCursor());
return o;
}
-void checkUnnamed3736(core.List<api.Cursor> o) {
+void checkUnnamed3737(core.List<api.Cursor> o) {
unittest.expect(o, unittest.hasLength(2));
checkCursor(o[0] as api.Cursor);
checkCursor(o[1] as api.Cursor);
@@ -2207,7 +2207,7 @@
buildCounterPartitionQueryResponse++;
if (buildCounterPartitionQueryResponse < 3) {
o.nextPageToken = 'foo';
- o.partitions = buildUnnamed3736();
+ o.partitions = buildUnnamed3737();
}
buildCounterPartitionQueryResponse--;
return o;
@@ -2220,7 +2220,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3736(o.partitions!);
+ checkUnnamed3737(o.partitions!);
}
buildCounterPartitionQueryResponse--;
}
@@ -2249,14 +2249,14 @@
buildCounterPrecondition--;
}
-core.List<api.FieldReference> buildUnnamed3737() {
+core.List<api.FieldReference> buildUnnamed3738() {
var o = <api.FieldReference>[];
o.add(buildFieldReference());
o.add(buildFieldReference());
return o;
}
-void checkUnnamed3737(core.List<api.FieldReference> o) {
+void checkUnnamed3738(core.List<api.FieldReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkFieldReference(o[0] as api.FieldReference);
checkFieldReference(o[1] as api.FieldReference);
@@ -2267,7 +2267,7 @@
var o = api.Projection();
buildCounterProjection++;
if (buildCounterProjection < 3) {
- o.fields = buildUnnamed3737();
+ o.fields = buildUnnamed3738();
}
buildCounterProjection--;
return o;
@@ -2276,7 +2276,7 @@
void checkProjection(api.Projection o) {
buildCounterProjection++;
if (buildCounterProjection < 3) {
- checkUnnamed3737(o.fields!);
+ checkUnnamed3738(o.fields!);
}
buildCounterProjection--;
}
@@ -2436,7 +2436,7 @@
buildCounterRunQueryResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed3738() {
+core.Map<core.String, core.Object> buildUnnamed3739() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2451,7 +2451,7 @@
return o;
}
-void checkUnnamed3738(core.Map<core.String, core.Object> o) {
+void checkUnnamed3739(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -2483,17 +2483,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3739() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3740() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3738());
- o.add(buildUnnamed3738());
+ o.add(buildUnnamed3739());
+ o.add(buildUnnamed3739());
return o;
}
-void checkUnnamed3739(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3740(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3738(o[0]);
- checkUnnamed3738(o[1]);
+ checkUnnamed3739(o[0]);
+ checkUnnamed3739(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2502,7 +2502,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3739();
+ o.details = buildUnnamed3740();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2516,7 +2516,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3739(o.details!);
+ checkUnnamed3740(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2525,27 +2525,27 @@
buildCounterStatus--;
}
-core.List<api.CollectionSelector> buildUnnamed3740() {
+core.List<api.CollectionSelector> buildUnnamed3741() {
var o = <api.CollectionSelector>[];
o.add(buildCollectionSelector());
o.add(buildCollectionSelector());
return o;
}
-void checkUnnamed3740(core.List<api.CollectionSelector> o) {
+void checkUnnamed3741(core.List<api.CollectionSelector> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectionSelector(o[0] as api.CollectionSelector);
checkCollectionSelector(o[1] as api.CollectionSelector);
}
-core.List<api.Order> buildUnnamed3741() {
+core.List<api.Order> buildUnnamed3742() {
var o = <api.Order>[];
o.add(buildOrder());
o.add(buildOrder());
return o;
}
-void checkUnnamed3741(core.List<api.Order> o) {
+void checkUnnamed3742(core.List<api.Order> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrder(o[0] as api.Order);
checkOrder(o[1] as api.Order);
@@ -2557,10 +2557,10 @@
buildCounterStructuredQuery++;
if (buildCounterStructuredQuery < 3) {
o.endAt = buildCursor();
- o.from = buildUnnamed3740();
+ o.from = buildUnnamed3741();
o.limit = 42;
o.offset = 42;
- o.orderBy = buildUnnamed3741();
+ o.orderBy = buildUnnamed3742();
o.select = buildProjection();
o.startAt = buildCursor();
o.where = buildFilter();
@@ -2573,7 +2573,7 @@
buildCounterStructuredQuery++;
if (buildCounterStructuredQuery < 3) {
checkCursor(o.endAt! as api.Cursor);
- checkUnnamed3740(o.from!);
+ checkUnnamed3741(o.from!);
unittest.expect(
o.limit!,
unittest.equals(42),
@@ -2582,7 +2582,7 @@
o.offset!,
unittest.equals(42),
);
- checkUnnamed3741(o.orderBy!);
+ checkUnnamed3742(o.orderBy!);
checkProjection(o.select! as api.Projection);
checkCursor(o.startAt! as api.Cursor);
checkFilter(o.where! as api.Filter);
@@ -2628,14 +2628,14 @@
buildCounterTarget--;
}
-core.List<core.int> buildUnnamed3742() {
+core.List<core.int> buildUnnamed3743() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed3742(core.List<core.int> o) {
+void checkUnnamed3743(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2656,7 +2656,7 @@
o.readTime = 'foo';
o.resumeToken = 'foo';
o.targetChangeType = 'foo';
- o.targetIds = buildUnnamed3742();
+ o.targetIds = buildUnnamed3743();
}
buildCounterTargetChange--;
return o;
@@ -2678,7 +2678,7 @@
o.targetChangeType!,
unittest.equals('foo'),
);
- checkUnnamed3742(o.targetIds!);
+ checkUnnamed3743(o.targetIds!);
}
buildCounterTargetChange--;
}
@@ -2788,14 +2788,14 @@
buildCounterValue--;
}
-core.List<api.FieldTransform> buildUnnamed3743() {
+core.List<api.FieldTransform> buildUnnamed3744() {
var o = <api.FieldTransform>[];
o.add(buildFieldTransform());
o.add(buildFieldTransform());
return o;
}
-void checkUnnamed3743(core.List<api.FieldTransform> o) {
+void checkUnnamed3744(core.List<api.FieldTransform> o) {
unittest.expect(o, unittest.hasLength(2));
checkFieldTransform(o[0] as api.FieldTransform);
checkFieldTransform(o[1] as api.FieldTransform);
@@ -2811,7 +2811,7 @@
o.transform = buildDocumentTransform();
o.update = buildDocument();
o.updateMask = buildDocumentMask();
- o.updateTransforms = buildUnnamed3743();
+ o.updateTransforms = buildUnnamed3744();
}
buildCounterWrite--;
return o;
@@ -2828,19 +2828,19 @@
checkDocumentTransform(o.transform! as api.DocumentTransform);
checkDocument(o.update! as api.Document);
checkDocumentMask(o.updateMask! as api.DocumentMask);
- checkUnnamed3743(o.updateTransforms!);
+ checkUnnamed3744(o.updateTransforms!);
}
buildCounterWrite--;
}
-core.Map<core.String, core.String> buildUnnamed3744() {
+core.Map<core.String, core.String> buildUnnamed3745() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3744(core.Map<core.String, core.String> o) {
+void checkUnnamed3745(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2852,14 +2852,14 @@
);
}
-core.List<api.Write> buildUnnamed3745() {
+core.List<api.Write> buildUnnamed3746() {
var o = <api.Write>[];
o.add(buildWrite());
o.add(buildWrite());
return o;
}
-void checkUnnamed3745(core.List<api.Write> o) {
+void checkUnnamed3746(core.List<api.Write> o) {
unittest.expect(o, unittest.hasLength(2));
checkWrite(o[0] as api.Write);
checkWrite(o[1] as api.Write);
@@ -2870,10 +2870,10 @@
var o = api.WriteRequest();
buildCounterWriteRequest++;
if (buildCounterWriteRequest < 3) {
- o.labels = buildUnnamed3744();
+ o.labels = buildUnnamed3745();
o.streamId = 'foo';
o.streamToken = 'foo';
- o.writes = buildUnnamed3745();
+ o.writes = buildUnnamed3746();
}
buildCounterWriteRequest--;
return o;
@@ -2882,7 +2882,7 @@
void checkWriteRequest(api.WriteRequest o) {
buildCounterWriteRequest++;
if (buildCounterWriteRequest < 3) {
- checkUnnamed3744(o.labels!);
+ checkUnnamed3745(o.labels!);
unittest.expect(
o.streamId!,
unittest.equals('foo'),
@@ -2891,19 +2891,19 @@
o.streamToken!,
unittest.equals('foo'),
);
- checkUnnamed3745(o.writes!);
+ checkUnnamed3746(o.writes!);
}
buildCounterWriteRequest--;
}
-core.List<api.WriteResult> buildUnnamed3746() {
+core.List<api.WriteResult> buildUnnamed3747() {
var o = <api.WriteResult>[];
o.add(buildWriteResult());
o.add(buildWriteResult());
return o;
}
-void checkUnnamed3746(core.List<api.WriteResult> o) {
+void checkUnnamed3747(core.List<api.WriteResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkWriteResult(o[0] as api.WriteResult);
checkWriteResult(o[1] as api.WriteResult);
@@ -2917,7 +2917,7 @@
o.commitTime = 'foo';
o.streamId = 'foo';
o.streamToken = 'foo';
- o.writeResults = buildUnnamed3746();
+ o.writeResults = buildUnnamed3747();
}
buildCounterWriteResponse--;
return o;
@@ -2938,19 +2938,19 @@
o.streamToken!,
unittest.equals('foo'),
);
- checkUnnamed3746(o.writeResults!);
+ checkUnnamed3747(o.writeResults!);
}
buildCounterWriteResponse--;
}
-core.List<api.Value> buildUnnamed3747() {
+core.List<api.Value> buildUnnamed3748() {
var o = <api.Value>[];
o.add(buildValue());
o.add(buildValue());
return o;
}
-void checkUnnamed3747(core.List<api.Value> o) {
+void checkUnnamed3748(core.List<api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o[0] as api.Value);
checkValue(o[1] as api.Value);
@@ -2961,7 +2961,7 @@
var o = api.WriteResult();
buildCounterWriteResult++;
if (buildCounterWriteResult < 3) {
- o.transformResults = buildUnnamed3747();
+ o.transformResults = buildUnnamed3748();
o.updateTime = 'foo';
}
buildCounterWriteResult--;
@@ -2971,7 +2971,7 @@
void checkWriteResult(api.WriteResult o) {
buildCounterWriteResult++;
if (buildCounterWriteResult < 3) {
- checkUnnamed3747(o.transformResults!);
+ checkUnnamed3748(o.transformResults!);
unittest.expect(
o.updateTime!,
unittest.equals('foo'),
@@ -2980,25 +2980,6 @@
buildCounterWriteResult--;
}
-core.List<core.String> buildUnnamed3748() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3748(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3749() {
var o = <core.String>[];
o.add('foo');
@@ -3075,6 +3056,25 @@
);
}
+core.List<core.String> buildUnnamed3753() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3753(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-ArrayValue', () {
unittest.test('to-json--from-json', () async {
@@ -4645,7 +4645,7 @@
var arg_parent = 'foo';
var arg_collectionId = 'foo';
var arg_documentId = 'foo';
- var arg_mask_fieldPaths = buildUnnamed3748();
+ var arg_mask_fieldPaths = buildUnnamed3749();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
@@ -4779,7 +4779,7 @@
var mock = HttpServerMock();
var res = api.FirestoreApi(mock).projects.databases.documents;
var arg_name = 'foo';
- var arg_mask_fieldPaths = buildUnnamed3749();
+ var arg_mask_fieldPaths = buildUnnamed3750();
var arg_readTime = 'foo';
var arg_transaction = 'foo';
var arg_$fields = 'foo';
@@ -4851,7 +4851,7 @@
var res = api.FirestoreApi(mock).projects.databases.documents;
var arg_parent = 'foo';
var arg_collectionId = 'foo';
- var arg_mask_fieldPaths = buildUnnamed3750();
+ var arg_mask_fieldPaths = buildUnnamed3751();
var arg_orderBy = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
@@ -5123,8 +5123,8 @@
var arg_name = 'foo';
var arg_currentDocument_exists = true;
var arg_currentDocument_updateTime = 'foo';
- var arg_mask_fieldPaths = buildUnnamed3751();
- var arg_updateMask_fieldPaths = buildUnnamed3752();
+ var arg_mask_fieldPaths = buildUnnamed3752();
+ var arg_updateMask_fieldPaths = buildUnnamed3753();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
diff --git a/generated/googleapis/test/games/v1_test.dart b/generated/googleapis/test/games/v1_test.dart
index 0ab5f9e..6e7d4b8 100644
--- a/generated/googleapis/test/games/v1_test.dart
+++ b/generated/googleapis/test/games/v1_test.dart
@@ -103,14 +103,14 @@
buildCounterAchievementDefinition--;
}
-core.List<api.AchievementDefinition> buildUnnamed3099() {
+core.List<api.AchievementDefinition> buildUnnamed3100() {
var o = <api.AchievementDefinition>[];
o.add(buildAchievementDefinition());
o.add(buildAchievementDefinition());
return o;
}
-void checkUnnamed3099(core.List<api.AchievementDefinition> o) {
+void checkUnnamed3100(core.List<api.AchievementDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementDefinition(o[0] as api.AchievementDefinition);
checkAchievementDefinition(o[1] as api.AchievementDefinition);
@@ -122,7 +122,7 @@
var o = api.AchievementDefinitionsListResponse();
buildCounterAchievementDefinitionsListResponse++;
if (buildCounterAchievementDefinitionsListResponse < 3) {
- o.items = buildUnnamed3099();
+ o.items = buildUnnamed3100();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -134,7 +134,7 @@
api.AchievementDefinitionsListResponse o) {
buildCounterAchievementDefinitionsListResponse++;
if (buildCounterAchievementDefinitionsListResponse < 3) {
- checkUnnamed3099(o.items!);
+ checkUnnamed3100(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -258,14 +258,14 @@
buildCounterAchievementUnlockResponse--;
}
-core.List<api.AchievementUpdateRequest> buildUnnamed3100() {
+core.List<api.AchievementUpdateRequest> buildUnnamed3101() {
var o = <api.AchievementUpdateRequest>[];
o.add(buildAchievementUpdateRequest());
o.add(buildAchievementUpdateRequest());
return o;
}
-void checkUnnamed3100(core.List<api.AchievementUpdateRequest> o) {
+void checkUnnamed3101(core.List<api.AchievementUpdateRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementUpdateRequest(o[0] as api.AchievementUpdateRequest);
checkAchievementUpdateRequest(o[1] as api.AchievementUpdateRequest);
@@ -277,7 +277,7 @@
buildCounterAchievementUpdateMultipleRequest++;
if (buildCounterAchievementUpdateMultipleRequest < 3) {
o.kind = 'foo';
- o.updates = buildUnnamed3100();
+ o.updates = buildUnnamed3101();
}
buildCounterAchievementUpdateMultipleRequest--;
return o;
@@ -291,19 +291,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3100(o.updates!);
+ checkUnnamed3101(o.updates!);
}
buildCounterAchievementUpdateMultipleRequest--;
}
-core.List<api.AchievementUpdateResponse> buildUnnamed3101() {
+core.List<api.AchievementUpdateResponse> buildUnnamed3102() {
var o = <api.AchievementUpdateResponse>[];
o.add(buildAchievementUpdateResponse());
o.add(buildAchievementUpdateResponse());
return o;
}
-void checkUnnamed3101(core.List<api.AchievementUpdateResponse> o) {
+void checkUnnamed3102(core.List<api.AchievementUpdateResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementUpdateResponse(o[0] as api.AchievementUpdateResponse);
checkAchievementUpdateResponse(o[1] as api.AchievementUpdateResponse);
@@ -315,7 +315,7 @@
buildCounterAchievementUpdateMultipleResponse++;
if (buildCounterAchievementUpdateMultipleResponse < 3) {
o.kind = 'foo';
- o.updatedAchievements = buildUnnamed3101();
+ o.updatedAchievements = buildUnnamed3102();
}
buildCounterAchievementUpdateMultipleResponse--;
return o;
@@ -329,7 +329,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3101(o.updatedAchievements!);
+ checkUnnamed3102(o.updatedAchievements!);
}
buildCounterAchievementUpdateMultipleResponse--;
}
@@ -413,27 +413,27 @@
buildCounterAchievementUpdateResponse--;
}
-core.List<api.ImageAsset> buildUnnamed3102() {
+core.List<api.ImageAsset> buildUnnamed3103() {
var o = <api.ImageAsset>[];
o.add(buildImageAsset());
o.add(buildImageAsset());
return o;
}
-void checkUnnamed3102(core.List<api.ImageAsset> o) {
+void checkUnnamed3103(core.List<api.ImageAsset> o) {
unittest.expect(o, unittest.hasLength(2));
checkImageAsset(o[0] as api.ImageAsset);
checkImageAsset(o[1] as api.ImageAsset);
}
-core.List<core.String> buildUnnamed3103() {
+core.List<core.String> buildUnnamed3104() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3103(core.List<core.String> o) {
+void checkUnnamed3104(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -445,14 +445,14 @@
);
}
-core.List<api.Instance> buildUnnamed3104() {
+core.List<api.Instance> buildUnnamed3105() {
var o = <api.Instance>[];
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-void checkUnnamed3104(core.List<api.Instance> o) {
+void checkUnnamed3105(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0] as api.Instance);
checkInstance(o[1] as api.Instance);
@@ -464,13 +464,13 @@
buildCounterApplication++;
if (buildCounterApplication < 3) {
o.achievementCount = 42;
- o.assets = buildUnnamed3102();
+ o.assets = buildUnnamed3103();
o.author = 'foo';
o.category = buildApplicationCategory();
o.description = 'foo';
- o.enabledFeatures = buildUnnamed3103();
+ o.enabledFeatures = buildUnnamed3104();
o.id = 'foo';
- o.instances = buildUnnamed3104();
+ o.instances = buildUnnamed3105();
o.kind = 'foo';
o.lastUpdatedTimestamp = 'foo';
o.leaderboardCount = 42;
@@ -488,7 +488,7 @@
o.achievementCount!,
unittest.equals(42),
);
- checkUnnamed3102(o.assets!);
+ checkUnnamed3103(o.assets!);
unittest.expect(
o.author!,
unittest.equals('foo'),
@@ -498,12 +498,12 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed3103(o.enabledFeatures!);
+ checkUnnamed3104(o.enabledFeatures!);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
- checkUnnamed3104(o.instances!);
+ checkUnnamed3105(o.instances!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -624,14 +624,14 @@
buildCounterCategory--;
}
-core.List<api.Category> buildUnnamed3105() {
+core.List<api.Category> buildUnnamed3106() {
var o = <api.Category>[];
o.add(buildCategory());
o.add(buildCategory());
return o;
}
-void checkUnnamed3105(core.List<api.Category> o) {
+void checkUnnamed3106(core.List<api.Category> o) {
unittest.expect(o, unittest.hasLength(2));
checkCategory(o[0] as api.Category);
checkCategory(o[1] as api.Category);
@@ -642,7 +642,7 @@
var o = api.CategoryListResponse();
buildCounterCategoryListResponse++;
if (buildCounterCategoryListResponse < 3) {
- o.items = buildUnnamed3105();
+ o.items = buildUnnamed3106();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -653,7 +653,7 @@
void checkCategoryListResponse(api.CategoryListResponse o) {
buildCounterCategoryListResponse++;
if (buildCounterCategoryListResponse < 3) {
- checkUnnamed3105(o.items!);
+ checkUnnamed3106(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -744,14 +744,14 @@
buildCounterEventChild--;
}
-core.List<api.EventChild> buildUnnamed3106() {
+core.List<api.EventChild> buildUnnamed3107() {
var o = <api.EventChild>[];
o.add(buildEventChild());
o.add(buildEventChild());
return o;
}
-void checkUnnamed3106(core.List<api.EventChild> o) {
+void checkUnnamed3107(core.List<api.EventChild> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventChild(o[0] as api.EventChild);
checkEventChild(o[1] as api.EventChild);
@@ -762,7 +762,7 @@
var o = api.EventDefinition();
buildCounterEventDefinition++;
if (buildCounterEventDefinition < 3) {
- o.childEvents = buildUnnamed3106();
+ o.childEvents = buildUnnamed3107();
o.description = 'foo';
o.displayName = 'foo';
o.id = 'foo';
@@ -778,7 +778,7 @@
void checkEventDefinition(api.EventDefinition o) {
buildCounterEventDefinition++;
if (buildCounterEventDefinition < 3) {
- checkUnnamed3106(o.childEvents!);
+ checkUnnamed3107(o.childEvents!);
unittest.expect(
o.description!,
unittest.equals('foo'),
@@ -808,14 +808,14 @@
buildCounterEventDefinition--;
}
-core.List<api.EventDefinition> buildUnnamed3107() {
+core.List<api.EventDefinition> buildUnnamed3108() {
var o = <api.EventDefinition>[];
o.add(buildEventDefinition());
o.add(buildEventDefinition());
return o;
}
-void checkUnnamed3107(core.List<api.EventDefinition> o) {
+void checkUnnamed3108(core.List<api.EventDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventDefinition(o[0] as api.EventDefinition);
checkEventDefinition(o[1] as api.EventDefinition);
@@ -826,7 +826,7 @@
var o = api.EventDefinitionListResponse();
buildCounterEventDefinitionListResponse++;
if (buildCounterEventDefinitionListResponse < 3) {
- o.items = buildUnnamed3107();
+ o.items = buildUnnamed3108();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -837,7 +837,7 @@
void checkEventDefinitionListResponse(api.EventDefinitionListResponse o) {
buildCounterEventDefinitionListResponse++;
if (buildCounterEventDefinitionListResponse < 3) {
- checkUnnamed3107(o.items!);
+ checkUnnamed3108(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -882,14 +882,14 @@
buildCounterEventPeriodRange--;
}
-core.List<api.EventUpdateRequest> buildUnnamed3108() {
+core.List<api.EventUpdateRequest> buildUnnamed3109() {
var o = <api.EventUpdateRequest>[];
o.add(buildEventUpdateRequest());
o.add(buildEventUpdateRequest());
return o;
}
-void checkUnnamed3108(core.List<api.EventUpdateRequest> o) {
+void checkUnnamed3109(core.List<api.EventUpdateRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventUpdateRequest(o[0] as api.EventUpdateRequest);
checkEventUpdateRequest(o[1] as api.EventUpdateRequest);
@@ -902,7 +902,7 @@
if (buildCounterEventPeriodUpdate < 3) {
o.kind = 'foo';
o.timePeriod = buildEventPeriodRange();
- o.updates = buildUnnamed3108();
+ o.updates = buildUnnamed3109();
}
buildCounterEventPeriodUpdate--;
return o;
@@ -916,7 +916,7 @@
unittest.equals('foo'),
);
checkEventPeriodRange(o.timePeriod! as api.EventPeriodRange);
- checkUnnamed3108(o.updates!);
+ checkUnnamed3109(o.updates!);
}
buildCounterEventPeriodUpdate--;
}
@@ -953,14 +953,14 @@
buildCounterEventRecordFailure--;
}
-core.List<api.EventPeriodUpdate> buildUnnamed3109() {
+core.List<api.EventPeriodUpdate> buildUnnamed3110() {
var o = <api.EventPeriodUpdate>[];
o.add(buildEventPeriodUpdate());
o.add(buildEventPeriodUpdate());
return o;
}
-void checkUnnamed3109(core.List<api.EventPeriodUpdate> o) {
+void checkUnnamed3110(core.List<api.EventPeriodUpdate> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventPeriodUpdate(o[0] as api.EventPeriodUpdate);
checkEventPeriodUpdate(o[1] as api.EventPeriodUpdate);
@@ -974,7 +974,7 @@
o.currentTimeMillis = 'foo';
o.kind = 'foo';
o.requestId = 'foo';
- o.timePeriods = buildUnnamed3109();
+ o.timePeriods = buildUnnamed3110();
}
buildCounterEventRecordRequest--;
return o;
@@ -995,7 +995,7 @@
o.requestId!,
unittest.equals('foo'),
);
- checkUnnamed3109(o.timePeriods!);
+ checkUnnamed3110(o.timePeriods!);
}
buildCounterEventRecordRequest--;
}
@@ -1032,40 +1032,40 @@
buildCounterEventUpdateRequest--;
}
-core.List<api.EventBatchRecordFailure> buildUnnamed3110() {
+core.List<api.EventBatchRecordFailure> buildUnnamed3111() {
var o = <api.EventBatchRecordFailure>[];
o.add(buildEventBatchRecordFailure());
o.add(buildEventBatchRecordFailure());
return o;
}
-void checkUnnamed3110(core.List<api.EventBatchRecordFailure> o) {
+void checkUnnamed3111(core.List<api.EventBatchRecordFailure> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventBatchRecordFailure(o[0] as api.EventBatchRecordFailure);
checkEventBatchRecordFailure(o[1] as api.EventBatchRecordFailure);
}
-core.List<api.EventRecordFailure> buildUnnamed3111() {
+core.List<api.EventRecordFailure> buildUnnamed3112() {
var o = <api.EventRecordFailure>[];
o.add(buildEventRecordFailure());
o.add(buildEventRecordFailure());
return o;
}
-void checkUnnamed3111(core.List<api.EventRecordFailure> o) {
+void checkUnnamed3112(core.List<api.EventRecordFailure> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventRecordFailure(o[0] as api.EventRecordFailure);
checkEventRecordFailure(o[1] as api.EventRecordFailure);
}
-core.List<api.PlayerEvent> buildUnnamed3112() {
+core.List<api.PlayerEvent> buildUnnamed3113() {
var o = <api.PlayerEvent>[];
o.add(buildPlayerEvent());
o.add(buildPlayerEvent());
return o;
}
-void checkUnnamed3112(core.List<api.PlayerEvent> o) {
+void checkUnnamed3113(core.List<api.PlayerEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerEvent(o[0] as api.PlayerEvent);
checkPlayerEvent(o[1] as api.PlayerEvent);
@@ -1076,10 +1076,10 @@
var o = api.EventUpdateResponse();
buildCounterEventUpdateResponse++;
if (buildCounterEventUpdateResponse < 3) {
- o.batchFailures = buildUnnamed3110();
- o.eventFailures = buildUnnamed3111();
+ o.batchFailures = buildUnnamed3111();
+ o.eventFailures = buildUnnamed3112();
o.kind = 'foo';
- o.playerEvents = buildUnnamed3112();
+ o.playerEvents = buildUnnamed3113();
}
buildCounterEventUpdateResponse--;
return o;
@@ -1088,13 +1088,13 @@
void checkEventUpdateResponse(api.EventUpdateResponse o) {
buildCounterEventUpdateResponse++;
if (buildCounterEventUpdateResponse < 3) {
- checkUnnamed3110(o.batchFailures!);
- checkUnnamed3111(o.eventFailures!);
+ checkUnnamed3111(o.batchFailures!);
+ checkUnnamed3112(o.eventFailures!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3112(o.playerEvents!);
+ checkUnnamed3113(o.playerEvents!);
}
buildCounterEventUpdateResponse--;
}
@@ -1452,14 +1452,14 @@
buildCounterLeaderboardEntry--;
}
-core.List<api.Leaderboard> buildUnnamed3113() {
+core.List<api.Leaderboard> buildUnnamed3114() {
var o = <api.Leaderboard>[];
o.add(buildLeaderboard());
o.add(buildLeaderboard());
return o;
}
-void checkUnnamed3113(core.List<api.Leaderboard> o) {
+void checkUnnamed3114(core.List<api.Leaderboard> o) {
unittest.expect(o, unittest.hasLength(2));
checkLeaderboard(o[0] as api.Leaderboard);
checkLeaderboard(o[1] as api.Leaderboard);
@@ -1470,7 +1470,7 @@
var o = api.LeaderboardListResponse();
buildCounterLeaderboardListResponse++;
if (buildCounterLeaderboardListResponse < 3) {
- o.items = buildUnnamed3113();
+ o.items = buildUnnamed3114();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1481,7 +1481,7 @@
void checkLeaderboardListResponse(api.LeaderboardListResponse o) {
buildCounterLeaderboardListResponse++;
if (buildCounterLeaderboardListResponse < 3) {
- checkUnnamed3113(o.items!);
+ checkUnnamed3114(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1536,14 +1536,14 @@
buildCounterLeaderboardScoreRank--;
}
-core.List<api.LeaderboardEntry> buildUnnamed3114() {
+core.List<api.LeaderboardEntry> buildUnnamed3115() {
var o = <api.LeaderboardEntry>[];
o.add(buildLeaderboardEntry());
o.add(buildLeaderboardEntry());
return o;
}
-void checkUnnamed3114(core.List<api.LeaderboardEntry> o) {
+void checkUnnamed3115(core.List<api.LeaderboardEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLeaderboardEntry(o[0] as api.LeaderboardEntry);
checkLeaderboardEntry(o[1] as api.LeaderboardEntry);
@@ -1554,7 +1554,7 @@
var o = api.LeaderboardScores();
buildCounterLeaderboardScores++;
if (buildCounterLeaderboardScores < 3) {
- o.items = buildUnnamed3114();
+ o.items = buildUnnamed3115();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.numScores = 'foo';
@@ -1568,7 +1568,7 @@
void checkLeaderboardScores(api.LeaderboardScores o) {
buildCounterLeaderboardScores++;
if (buildCounterLeaderboardScores < 3) {
- checkUnnamed3114(o.items!);
+ checkUnnamed3115(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1590,14 +1590,14 @@
buildCounterLeaderboardScores--;
}
-core.List<api.PlayerLevel> buildUnnamed3115() {
+core.List<api.PlayerLevel> buildUnnamed3116() {
var o = <api.PlayerLevel>[];
o.add(buildPlayerLevel());
o.add(buildPlayerLevel());
return o;
}
-void checkUnnamed3115(core.List<api.PlayerLevel> o) {
+void checkUnnamed3116(core.List<api.PlayerLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerLevel(o[0] as api.PlayerLevel);
checkPlayerLevel(o[1] as api.PlayerLevel);
@@ -1610,7 +1610,7 @@
if (buildCounterMetagameConfig < 3) {
o.currentVersion = 42;
o.kind = 'foo';
- o.playerLevels = buildUnnamed3115();
+ o.playerLevels = buildUnnamed3116();
}
buildCounterMetagameConfig--;
return o;
@@ -1627,7 +1627,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3115(o.playerLevels!);
+ checkUnnamed3116(o.playerLevels!);
}
buildCounterMetagameConfig--;
}
@@ -1779,14 +1779,14 @@
buildCounterPlayerAchievement--;
}
-core.List<api.PlayerAchievement> buildUnnamed3116() {
+core.List<api.PlayerAchievement> buildUnnamed3117() {
var o = <api.PlayerAchievement>[];
o.add(buildPlayerAchievement());
o.add(buildPlayerAchievement());
return o;
}
-void checkUnnamed3116(core.List<api.PlayerAchievement> o) {
+void checkUnnamed3117(core.List<api.PlayerAchievement> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerAchievement(o[0] as api.PlayerAchievement);
checkPlayerAchievement(o[1] as api.PlayerAchievement);
@@ -1797,7 +1797,7 @@
var o = api.PlayerAchievementListResponse();
buildCounterPlayerAchievementListResponse++;
if (buildCounterPlayerAchievementListResponse < 3) {
- o.items = buildUnnamed3116();
+ o.items = buildUnnamed3117();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1808,7 +1808,7 @@
void checkPlayerAchievementListResponse(api.PlayerAchievementListResponse o) {
buildCounterPlayerAchievementListResponse++;
if (buildCounterPlayerAchievementListResponse < 3) {
- checkUnnamed3116(o.items!);
+ checkUnnamed3117(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1863,14 +1863,14 @@
buildCounterPlayerEvent--;
}
-core.List<api.PlayerEvent> buildUnnamed3117() {
+core.List<api.PlayerEvent> buildUnnamed3118() {
var o = <api.PlayerEvent>[];
o.add(buildPlayerEvent());
o.add(buildPlayerEvent());
return o;
}
-void checkUnnamed3117(core.List<api.PlayerEvent> o) {
+void checkUnnamed3118(core.List<api.PlayerEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerEvent(o[0] as api.PlayerEvent);
checkPlayerEvent(o[1] as api.PlayerEvent);
@@ -1881,7 +1881,7 @@
var o = api.PlayerEventListResponse();
buildCounterPlayerEventListResponse++;
if (buildCounterPlayerEventListResponse < 3) {
- o.items = buildUnnamed3117();
+ o.items = buildUnnamed3118();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1892,7 +1892,7 @@
void checkPlayerEventListResponse(api.PlayerEventListResponse o) {
buildCounterPlayerEventListResponse++;
if (buildCounterPlayerEventListResponse < 3) {
- checkUnnamed3117(o.items!);
+ checkUnnamed3118(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1999,14 +1999,14 @@
buildCounterPlayerLeaderboardScore--;
}
-core.List<api.PlayerLeaderboardScore> buildUnnamed3118() {
+core.List<api.PlayerLeaderboardScore> buildUnnamed3119() {
var o = <api.PlayerLeaderboardScore>[];
o.add(buildPlayerLeaderboardScore());
o.add(buildPlayerLeaderboardScore());
return o;
}
-void checkUnnamed3118(core.List<api.PlayerLeaderboardScore> o) {
+void checkUnnamed3119(core.List<api.PlayerLeaderboardScore> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerLeaderboardScore(o[0] as api.PlayerLeaderboardScore);
checkPlayerLeaderboardScore(o[1] as api.PlayerLeaderboardScore);
@@ -2018,7 +2018,7 @@
var o = api.PlayerLeaderboardScoreListResponse();
buildCounterPlayerLeaderboardScoreListResponse++;
if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
- o.items = buildUnnamed3118();
+ o.items = buildUnnamed3119();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.player = buildPlayer();
@@ -2031,7 +2031,7 @@
api.PlayerLeaderboardScoreListResponse o) {
buildCounterPlayerLeaderboardScoreListResponse++;
if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
- checkUnnamed3118(o.items!);
+ checkUnnamed3119(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2082,14 +2082,14 @@
buildCounterPlayerLevel--;
}
-core.List<api.Player> buildUnnamed3119() {
+core.List<api.Player> buildUnnamed3120() {
var o = <api.Player>[];
o.add(buildPlayer());
o.add(buildPlayer());
return o;
}
-void checkUnnamed3119(core.List<api.Player> o) {
+void checkUnnamed3120(core.List<api.Player> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayer(o[0] as api.Player);
checkPlayer(o[1] as api.Player);
@@ -2100,7 +2100,7 @@
var o = api.PlayerListResponse();
buildCounterPlayerListResponse++;
if (buildCounterPlayerListResponse < 3) {
- o.items = buildUnnamed3119();
+ o.items = buildUnnamed3120();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -2111,7 +2111,7 @@
void checkPlayerListResponse(api.PlayerListResponse o) {
buildCounterPlayerListResponse++;
if (buildCounterPlayerListResponse < 3) {
- checkUnnamed3119(o.items!);
+ checkUnnamed3120(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2166,14 +2166,14 @@
buildCounterPlayerScore--;
}
-core.List<api.PlayerScoreResponse> buildUnnamed3120() {
+core.List<api.PlayerScoreResponse> buildUnnamed3121() {
var o = <api.PlayerScoreResponse>[];
o.add(buildPlayerScoreResponse());
o.add(buildPlayerScoreResponse());
return o;
}
-void checkUnnamed3120(core.List<api.PlayerScoreResponse> o) {
+void checkUnnamed3121(core.List<api.PlayerScoreResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerScoreResponse(o[0] as api.PlayerScoreResponse);
checkPlayerScoreResponse(o[1] as api.PlayerScoreResponse);
@@ -2185,7 +2185,7 @@
buildCounterPlayerScoreListResponse++;
if (buildCounterPlayerScoreListResponse < 3) {
o.kind = 'foo';
- o.submittedScores = buildUnnamed3120();
+ o.submittedScores = buildUnnamed3121();
}
buildCounterPlayerScoreListResponse--;
return o;
@@ -2198,19 +2198,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3120(o.submittedScores!);
+ checkUnnamed3121(o.submittedScores!);
}
buildCounterPlayerScoreListResponse--;
}
-core.List<core.String> buildUnnamed3121() {
+core.List<core.String> buildUnnamed3122() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3121(core.List<core.String> o) {
+void checkUnnamed3122(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2222,14 +2222,14 @@
);
}
-core.List<api.PlayerScore> buildUnnamed3122() {
+core.List<api.PlayerScore> buildUnnamed3123() {
var o = <api.PlayerScore>[];
o.add(buildPlayerScore());
o.add(buildPlayerScore());
return o;
}
-void checkUnnamed3122(core.List<api.PlayerScore> o) {
+void checkUnnamed3123(core.List<api.PlayerScore> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerScore(o[0] as api.PlayerScore);
checkPlayerScore(o[1] as api.PlayerScore);
@@ -2240,12 +2240,12 @@
var o = api.PlayerScoreResponse();
buildCounterPlayerScoreResponse++;
if (buildCounterPlayerScoreResponse < 3) {
- o.beatenScoreTimeSpans = buildUnnamed3121();
+ o.beatenScoreTimeSpans = buildUnnamed3122();
o.formattedScore = 'foo';
o.kind = 'foo';
o.leaderboardId = 'foo';
o.scoreTag = 'foo';
- o.unbeatenScores = buildUnnamed3122();
+ o.unbeatenScores = buildUnnamed3123();
}
buildCounterPlayerScoreResponse--;
return o;
@@ -2254,7 +2254,7 @@
void checkPlayerScoreResponse(api.PlayerScoreResponse o) {
buildCounterPlayerScoreResponse++;
if (buildCounterPlayerScoreResponse < 3) {
- checkUnnamed3121(o.beatenScoreTimeSpans!);
+ checkUnnamed3122(o.beatenScoreTimeSpans!);
unittest.expect(
o.formattedScore!,
unittest.equals('foo'),
@@ -2271,19 +2271,19 @@
o.scoreTag!,
unittest.equals('foo'),
);
- checkUnnamed3122(o.unbeatenScores!);
+ checkUnnamed3123(o.unbeatenScores!);
}
buildCounterPlayerScoreResponse--;
}
-core.List<api.ScoreSubmission> buildUnnamed3123() {
+core.List<api.ScoreSubmission> buildUnnamed3124() {
var o = <api.ScoreSubmission>[];
o.add(buildScoreSubmission());
o.add(buildScoreSubmission());
return o;
}
-void checkUnnamed3123(core.List<api.ScoreSubmission> o) {
+void checkUnnamed3124(core.List<api.ScoreSubmission> o) {
unittest.expect(o, unittest.hasLength(2));
checkScoreSubmission(o[0] as api.ScoreSubmission);
checkScoreSubmission(o[1] as api.ScoreSubmission);
@@ -2295,7 +2295,7 @@
buildCounterPlayerScoreSubmissionList++;
if (buildCounterPlayerScoreSubmissionList < 3) {
o.kind = 'foo';
- o.scores = buildUnnamed3123();
+ o.scores = buildUnnamed3124();
}
buildCounterPlayerScoreSubmissionList--;
return o;
@@ -2308,7 +2308,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3123(o.scores!);
+ checkUnnamed3124(o.scores!);
}
buildCounterPlayerScoreSubmissionList--;
}
@@ -2615,14 +2615,14 @@
buildCounterSnapshotDataResource--;
}
-core.List<api.SnapshotRevision> buildUnnamed3124() {
+core.List<api.SnapshotRevision> buildUnnamed3125() {
var o = <api.SnapshotRevision>[];
o.add(buildSnapshotRevision());
o.add(buildSnapshotRevision());
return o;
}
-void checkUnnamed3124(core.List<api.SnapshotRevision> o) {
+void checkUnnamed3125(core.List<api.SnapshotRevision> o) {
unittest.expect(o, unittest.hasLength(2));
checkSnapshotRevision(o[0] as api.SnapshotRevision);
checkSnapshotRevision(o[1] as api.SnapshotRevision);
@@ -2633,7 +2633,7 @@
var o = api.SnapshotExtended();
buildCounterSnapshotExtended++;
if (buildCounterSnapshotExtended < 3) {
- o.conflictingRevisions = buildUnnamed3124();
+ o.conflictingRevisions = buildUnnamed3125();
o.hasConflictingRevisions = true;
o.headRevision = buildSnapshotRevision();
o.snapshotName = 'foo';
@@ -2645,7 +2645,7 @@
void checkSnapshotExtended(api.SnapshotExtended o) {
buildCounterSnapshotExtended++;
if (buildCounterSnapshotExtended < 3) {
- checkUnnamed3124(o.conflictingRevisions!);
+ checkUnnamed3125(o.conflictingRevisions!);
unittest.expect(o.hasConflictingRevisions!, unittest.isTrue);
checkSnapshotRevision(o.headRevision! as api.SnapshotRevision);
unittest.expect(
@@ -2698,14 +2698,14 @@
buildCounterSnapshotImage--;
}
-core.List<api.Snapshot> buildUnnamed3125() {
+core.List<api.Snapshot> buildUnnamed3126() {
var o = <api.Snapshot>[];
o.add(buildSnapshot());
o.add(buildSnapshot());
return o;
}
-void checkUnnamed3125(core.List<api.Snapshot> o) {
+void checkUnnamed3126(core.List<api.Snapshot> o) {
unittest.expect(o, unittest.hasLength(2));
checkSnapshot(o[0] as api.Snapshot);
checkSnapshot(o[1] as api.Snapshot);
@@ -2716,7 +2716,7 @@
var o = api.SnapshotListResponse();
buildCounterSnapshotListResponse++;
if (buildCounterSnapshotListResponse < 3) {
- o.items = buildUnnamed3125();
+ o.items = buildUnnamed3126();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -2727,7 +2727,7 @@
void checkSnapshotListResponse(api.SnapshotListResponse o) {
buildCounterSnapshotListResponse++;
if (buildCounterSnapshotListResponse < 3) {
- checkUnnamed3125(o.items!);
+ checkUnnamed3126(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/gamesconfiguration/v1configuration_test.dart b/generated/googleapis/test/gamesconfiguration/v1configuration_test.dart
index 84fddcc..dd92874 100644
--- a/generated/googleapis/test/gamesconfiguration/v1configuration_test.dart
+++ b/generated/googleapis/test/gamesconfiguration/v1configuration_test.dart
@@ -121,14 +121,14 @@
buildCounterAchievementConfigurationDetail--;
}
-core.List<api.AchievementConfiguration> buildUnnamed3208() {
+core.List<api.AchievementConfiguration> buildUnnamed3209() {
var o = <api.AchievementConfiguration>[];
o.add(buildAchievementConfiguration());
o.add(buildAchievementConfiguration());
return o;
}
-void checkUnnamed3208(core.List<api.AchievementConfiguration> o) {
+void checkUnnamed3209(core.List<api.AchievementConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementConfiguration(o[0] as api.AchievementConfiguration);
checkAchievementConfiguration(o[1] as api.AchievementConfiguration);
@@ -140,7 +140,7 @@
var o = api.AchievementConfigurationListResponse();
buildCounterAchievementConfigurationListResponse++;
if (buildCounterAchievementConfigurationListResponse < 3) {
- o.items = buildUnnamed3208();
+ o.items = buildUnnamed3209();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -152,7 +152,7 @@
api.AchievementConfigurationListResponse o) {
buildCounterAchievementConfigurationListResponse++;
if (buildCounterAchievementConfigurationListResponse < 3) {
- checkUnnamed3208(o.items!);
+ checkUnnamed3209(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -356,14 +356,14 @@
buildCounterLeaderboardConfigurationDetail--;
}
-core.List<api.LeaderboardConfiguration> buildUnnamed3209() {
+core.List<api.LeaderboardConfiguration> buildUnnamed3210() {
var o = <api.LeaderboardConfiguration>[];
o.add(buildLeaderboardConfiguration());
o.add(buildLeaderboardConfiguration());
return o;
}
-void checkUnnamed3209(core.List<api.LeaderboardConfiguration> o) {
+void checkUnnamed3210(core.List<api.LeaderboardConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkLeaderboardConfiguration(o[0] as api.LeaderboardConfiguration);
checkLeaderboardConfiguration(o[1] as api.LeaderboardConfiguration);
@@ -375,7 +375,7 @@
var o = api.LeaderboardConfigurationListResponse();
buildCounterLeaderboardConfigurationListResponse++;
if (buildCounterLeaderboardConfigurationListResponse < 3) {
- o.items = buildUnnamed3209();
+ o.items = buildUnnamed3210();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -387,7 +387,7 @@
api.LeaderboardConfigurationListResponse o) {
buildCounterLeaderboardConfigurationListResponse++;
if (buildCounterLeaderboardConfigurationListResponse < 3) {
- checkUnnamed3209(o.items!);
+ checkUnnamed3210(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -432,14 +432,14 @@
buildCounterLocalizedString--;
}
-core.List<api.LocalizedString> buildUnnamed3210() {
+core.List<api.LocalizedString> buildUnnamed3211() {
var o = <api.LocalizedString>[];
o.add(buildLocalizedString());
o.add(buildLocalizedString());
return o;
}
-void checkUnnamed3210(core.List<api.LocalizedString> o) {
+void checkUnnamed3211(core.List<api.LocalizedString> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedString(o[0] as api.LocalizedString);
checkLocalizedString(o[1] as api.LocalizedString);
@@ -451,7 +451,7 @@
buildCounterLocalizedStringBundle++;
if (buildCounterLocalizedStringBundle < 3) {
o.kind = 'foo';
- o.translations = buildUnnamed3210();
+ o.translations = buildUnnamed3211();
}
buildCounterLocalizedStringBundle--;
return o;
@@ -464,7 +464,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3210(o.translations!);
+ checkUnnamed3211(o.translations!);
}
buildCounterLocalizedStringBundle--;
}
diff --git a/generated/googleapis/test/gmail/v1_test.dart b/generated/googleapis/test/gmail/v1_test.dart
index 28e6ec3..703faff 100644
--- a/generated/googleapis/test/gmail/v1_test.dart
+++ b/generated/googleapis/test/gmail/v1_test.dart
@@ -56,44 +56,6 @@
buildCounterAutoForwarding--;
}
-core.List<core.String> buildUnnamed3619() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3619(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterBatchDeleteMessagesRequest = 0;
-api.BatchDeleteMessagesRequest buildBatchDeleteMessagesRequest() {
- var o = api.BatchDeleteMessagesRequest();
- buildCounterBatchDeleteMessagesRequest++;
- if (buildCounterBatchDeleteMessagesRequest < 3) {
- o.ids = buildUnnamed3619();
- }
- buildCounterBatchDeleteMessagesRequest--;
- return o;
-}
-
-void checkBatchDeleteMessagesRequest(api.BatchDeleteMessagesRequest o) {
- buildCounterBatchDeleteMessagesRequest++;
- if (buildCounterBatchDeleteMessagesRequest < 3) {
- checkUnnamed3619(o.ids!);
- }
- buildCounterBatchDeleteMessagesRequest--;
-}
-
core.List<core.String> buildUnnamed3620() {
var o = <core.String>[];
o.add('foo');
@@ -113,6 +75,25 @@
);
}
+core.int buildCounterBatchDeleteMessagesRequest = 0;
+api.BatchDeleteMessagesRequest buildBatchDeleteMessagesRequest() {
+ var o = api.BatchDeleteMessagesRequest();
+ buildCounterBatchDeleteMessagesRequest++;
+ if (buildCounterBatchDeleteMessagesRequest < 3) {
+ o.ids = buildUnnamed3620();
+ }
+ buildCounterBatchDeleteMessagesRequest--;
+ return o;
+}
+
+void checkBatchDeleteMessagesRequest(api.BatchDeleteMessagesRequest o) {
+ buildCounterBatchDeleteMessagesRequest++;
+ if (buildCounterBatchDeleteMessagesRequest < 3) {
+ checkUnnamed3620(o.ids!);
+ }
+ buildCounterBatchDeleteMessagesRequest--;
+}
+
core.List<core.String> buildUnnamed3621() {
var o = <core.String>[];
o.add('foo');
@@ -151,14 +132,33 @@
);
}
+core.List<core.String> buildUnnamed3623() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3623(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterBatchModifyMessagesRequest = 0;
api.BatchModifyMessagesRequest buildBatchModifyMessagesRequest() {
var o = api.BatchModifyMessagesRequest();
buildCounterBatchModifyMessagesRequest++;
if (buildCounterBatchModifyMessagesRequest < 3) {
- o.addLabelIds = buildUnnamed3620();
- o.ids = buildUnnamed3621();
- o.removeLabelIds = buildUnnamed3622();
+ o.addLabelIds = buildUnnamed3621();
+ o.ids = buildUnnamed3622();
+ o.removeLabelIds = buildUnnamed3623();
}
buildCounterBatchModifyMessagesRequest--;
return o;
@@ -167,9 +167,9 @@
void checkBatchModifyMessagesRequest(api.BatchModifyMessagesRequest o) {
buildCounterBatchModifyMessagesRequest++;
if (buildCounterBatchModifyMessagesRequest < 3) {
- checkUnnamed3620(o.addLabelIds!);
- checkUnnamed3621(o.ids!);
- checkUnnamed3622(o.removeLabelIds!);
+ checkUnnamed3621(o.addLabelIds!);
+ checkUnnamed3622(o.ids!);
+ checkUnnamed3623(o.removeLabelIds!);
}
buildCounterBatchModifyMessagesRequest--;
}
@@ -251,25 +251,6 @@
buildCounterFilter--;
}
-core.List<core.String> buildUnnamed3623() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3623(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3624() {
var o = <core.String>[];
o.add('foo');
@@ -289,14 +270,33 @@
);
}
+core.List<core.String> buildUnnamed3625() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3625(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterFilterAction = 0;
api.FilterAction buildFilterAction() {
var o = api.FilterAction();
buildCounterFilterAction++;
if (buildCounterFilterAction < 3) {
- o.addLabelIds = buildUnnamed3623();
+ o.addLabelIds = buildUnnamed3624();
o.forward = 'foo';
- o.removeLabelIds = buildUnnamed3624();
+ o.removeLabelIds = buildUnnamed3625();
}
buildCounterFilterAction--;
return o;
@@ -305,12 +305,12 @@
void checkFilterAction(api.FilterAction o) {
buildCounterFilterAction++;
if (buildCounterFilterAction < 3) {
- checkUnnamed3623(o.addLabelIds!);
+ checkUnnamed3624(o.addLabelIds!);
unittest.expect(
o.forward!,
unittest.equals('foo'),
);
- checkUnnamed3624(o.removeLabelIds!);
+ checkUnnamed3625(o.removeLabelIds!);
}
buildCounterFilterAction--;
}
@@ -398,66 +398,66 @@
buildCounterForwardingAddress--;
}
-core.List<api.HistoryLabelAdded> buildUnnamed3625() {
+core.List<api.HistoryLabelAdded> buildUnnamed3626() {
var o = <api.HistoryLabelAdded>[];
o.add(buildHistoryLabelAdded());
o.add(buildHistoryLabelAdded());
return o;
}
-void checkUnnamed3625(core.List<api.HistoryLabelAdded> o) {
+void checkUnnamed3626(core.List<api.HistoryLabelAdded> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistoryLabelAdded(o[0] as api.HistoryLabelAdded);
checkHistoryLabelAdded(o[1] as api.HistoryLabelAdded);
}
-core.List<api.HistoryLabelRemoved> buildUnnamed3626() {
+core.List<api.HistoryLabelRemoved> buildUnnamed3627() {
var o = <api.HistoryLabelRemoved>[];
o.add(buildHistoryLabelRemoved());
o.add(buildHistoryLabelRemoved());
return o;
}
-void checkUnnamed3626(core.List<api.HistoryLabelRemoved> o) {
+void checkUnnamed3627(core.List<api.HistoryLabelRemoved> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistoryLabelRemoved(o[0] as api.HistoryLabelRemoved);
checkHistoryLabelRemoved(o[1] as api.HistoryLabelRemoved);
}
-core.List<api.Message> buildUnnamed3627() {
+core.List<api.Message> buildUnnamed3628() {
var o = <api.Message>[];
o.add(buildMessage());
o.add(buildMessage());
return o;
}
-void checkUnnamed3627(core.List<api.Message> o) {
+void checkUnnamed3628(core.List<api.Message> o) {
unittest.expect(o, unittest.hasLength(2));
checkMessage(o[0] as api.Message);
checkMessage(o[1] as api.Message);
}
-core.List<api.HistoryMessageAdded> buildUnnamed3628() {
+core.List<api.HistoryMessageAdded> buildUnnamed3629() {
var o = <api.HistoryMessageAdded>[];
o.add(buildHistoryMessageAdded());
o.add(buildHistoryMessageAdded());
return o;
}
-void checkUnnamed3628(core.List<api.HistoryMessageAdded> o) {
+void checkUnnamed3629(core.List<api.HistoryMessageAdded> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistoryMessageAdded(o[0] as api.HistoryMessageAdded);
checkHistoryMessageAdded(o[1] as api.HistoryMessageAdded);
}
-core.List<api.HistoryMessageDeleted> buildUnnamed3629() {
+core.List<api.HistoryMessageDeleted> buildUnnamed3630() {
var o = <api.HistoryMessageDeleted>[];
o.add(buildHistoryMessageDeleted());
o.add(buildHistoryMessageDeleted());
return o;
}
-void checkUnnamed3629(core.List<api.HistoryMessageDeleted> o) {
+void checkUnnamed3630(core.List<api.HistoryMessageDeleted> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistoryMessageDeleted(o[0] as api.HistoryMessageDeleted);
checkHistoryMessageDeleted(o[1] as api.HistoryMessageDeleted);
@@ -469,11 +469,11 @@
buildCounterHistory++;
if (buildCounterHistory < 3) {
o.id = 'foo';
- o.labelsAdded = buildUnnamed3625();
- o.labelsRemoved = buildUnnamed3626();
- o.messages = buildUnnamed3627();
- o.messagesAdded = buildUnnamed3628();
- o.messagesDeleted = buildUnnamed3629();
+ o.labelsAdded = buildUnnamed3626();
+ o.labelsRemoved = buildUnnamed3627();
+ o.messages = buildUnnamed3628();
+ o.messagesAdded = buildUnnamed3629();
+ o.messagesDeleted = buildUnnamed3630();
}
buildCounterHistory--;
return o;
@@ -486,55 +486,15 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed3625(o.labelsAdded!);
- checkUnnamed3626(o.labelsRemoved!);
- checkUnnamed3627(o.messages!);
- checkUnnamed3628(o.messagesAdded!);
- checkUnnamed3629(o.messagesDeleted!);
+ checkUnnamed3626(o.labelsAdded!);
+ checkUnnamed3627(o.labelsRemoved!);
+ checkUnnamed3628(o.messages!);
+ checkUnnamed3629(o.messagesAdded!);
+ checkUnnamed3630(o.messagesDeleted!);
}
buildCounterHistory--;
}
-core.List<core.String> buildUnnamed3630() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3630(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterHistoryLabelAdded = 0;
-api.HistoryLabelAdded buildHistoryLabelAdded() {
- var o = api.HistoryLabelAdded();
- buildCounterHistoryLabelAdded++;
- if (buildCounterHistoryLabelAdded < 3) {
- o.labelIds = buildUnnamed3630();
- o.message = buildMessage();
- }
- buildCounterHistoryLabelAdded--;
- return o;
-}
-
-void checkHistoryLabelAdded(api.HistoryLabelAdded o) {
- buildCounterHistoryLabelAdded++;
- if (buildCounterHistoryLabelAdded < 3) {
- checkUnnamed3630(o.labelIds!);
- checkMessage(o.message! as api.Message);
- }
- buildCounterHistoryLabelAdded--;
-}
-
core.List<core.String> buildUnnamed3631() {
var o = <core.String>[];
o.add('foo');
@@ -554,12 +514,52 @@
);
}
+core.int buildCounterHistoryLabelAdded = 0;
+api.HistoryLabelAdded buildHistoryLabelAdded() {
+ var o = api.HistoryLabelAdded();
+ buildCounterHistoryLabelAdded++;
+ if (buildCounterHistoryLabelAdded < 3) {
+ o.labelIds = buildUnnamed3631();
+ o.message = buildMessage();
+ }
+ buildCounterHistoryLabelAdded--;
+ return o;
+}
+
+void checkHistoryLabelAdded(api.HistoryLabelAdded o) {
+ buildCounterHistoryLabelAdded++;
+ if (buildCounterHistoryLabelAdded < 3) {
+ checkUnnamed3631(o.labelIds!);
+ checkMessage(o.message! as api.Message);
+ }
+ buildCounterHistoryLabelAdded--;
+}
+
+core.List<core.String> buildUnnamed3632() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3632(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterHistoryLabelRemoved = 0;
api.HistoryLabelRemoved buildHistoryLabelRemoved() {
var o = api.HistoryLabelRemoved();
buildCounterHistoryLabelRemoved++;
if (buildCounterHistoryLabelRemoved < 3) {
- o.labelIds = buildUnnamed3631();
+ o.labelIds = buildUnnamed3632();
o.message = buildMessage();
}
buildCounterHistoryLabelRemoved--;
@@ -569,7 +569,7 @@
void checkHistoryLabelRemoved(api.HistoryLabelRemoved o) {
buildCounterHistoryLabelRemoved++;
if (buildCounterHistoryLabelRemoved < 3) {
- checkUnnamed3631(o.labelIds!);
+ checkUnnamed3632(o.labelIds!);
checkMessage(o.message! as api.Message);
}
buildCounterHistoryLabelRemoved--;
@@ -757,14 +757,14 @@
buildCounterLanguageSettings--;
}
-core.List<api.Delegate> buildUnnamed3632() {
+core.List<api.Delegate> buildUnnamed3633() {
var o = <api.Delegate>[];
o.add(buildDelegate());
o.add(buildDelegate());
return o;
}
-void checkUnnamed3632(core.List<api.Delegate> o) {
+void checkUnnamed3633(core.List<api.Delegate> o) {
unittest.expect(o, unittest.hasLength(2));
checkDelegate(o[0] as api.Delegate);
checkDelegate(o[1] as api.Delegate);
@@ -775,7 +775,7 @@
var o = api.ListDelegatesResponse();
buildCounterListDelegatesResponse++;
if (buildCounterListDelegatesResponse < 3) {
- o.delegates = buildUnnamed3632();
+ o.delegates = buildUnnamed3633();
}
buildCounterListDelegatesResponse--;
return o;
@@ -784,19 +784,19 @@
void checkListDelegatesResponse(api.ListDelegatesResponse o) {
buildCounterListDelegatesResponse++;
if (buildCounterListDelegatesResponse < 3) {
- checkUnnamed3632(o.delegates!);
+ checkUnnamed3633(o.delegates!);
}
buildCounterListDelegatesResponse--;
}
-core.List<api.Draft> buildUnnamed3633() {
+core.List<api.Draft> buildUnnamed3634() {
var o = <api.Draft>[];
o.add(buildDraft());
o.add(buildDraft());
return o;
}
-void checkUnnamed3633(core.List<api.Draft> o) {
+void checkUnnamed3634(core.List<api.Draft> o) {
unittest.expect(o, unittest.hasLength(2));
checkDraft(o[0] as api.Draft);
checkDraft(o[1] as api.Draft);
@@ -807,7 +807,7 @@
var o = api.ListDraftsResponse();
buildCounterListDraftsResponse++;
if (buildCounterListDraftsResponse < 3) {
- o.drafts = buildUnnamed3633();
+ o.drafts = buildUnnamed3634();
o.nextPageToken = 'foo';
o.resultSizeEstimate = 42;
}
@@ -818,7 +818,7 @@
void checkListDraftsResponse(api.ListDraftsResponse o) {
buildCounterListDraftsResponse++;
if (buildCounterListDraftsResponse < 3) {
- checkUnnamed3633(o.drafts!);
+ checkUnnamed3634(o.drafts!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -831,14 +831,14 @@
buildCounterListDraftsResponse--;
}
-core.List<api.Filter> buildUnnamed3634() {
+core.List<api.Filter> buildUnnamed3635() {
var o = <api.Filter>[];
o.add(buildFilter());
o.add(buildFilter());
return o;
}
-void checkUnnamed3634(core.List<api.Filter> o) {
+void checkUnnamed3635(core.List<api.Filter> o) {
unittest.expect(o, unittest.hasLength(2));
checkFilter(o[0] as api.Filter);
checkFilter(o[1] as api.Filter);
@@ -849,7 +849,7 @@
var o = api.ListFiltersResponse();
buildCounterListFiltersResponse++;
if (buildCounterListFiltersResponse < 3) {
- o.filter = buildUnnamed3634();
+ o.filter = buildUnnamed3635();
}
buildCounterListFiltersResponse--;
return o;
@@ -858,19 +858,19 @@
void checkListFiltersResponse(api.ListFiltersResponse o) {
buildCounterListFiltersResponse++;
if (buildCounterListFiltersResponse < 3) {
- checkUnnamed3634(o.filter!);
+ checkUnnamed3635(o.filter!);
}
buildCounterListFiltersResponse--;
}
-core.List<api.ForwardingAddress> buildUnnamed3635() {
+core.List<api.ForwardingAddress> buildUnnamed3636() {
var o = <api.ForwardingAddress>[];
o.add(buildForwardingAddress());
o.add(buildForwardingAddress());
return o;
}
-void checkUnnamed3635(core.List<api.ForwardingAddress> o) {
+void checkUnnamed3636(core.List<api.ForwardingAddress> o) {
unittest.expect(o, unittest.hasLength(2));
checkForwardingAddress(o[0] as api.ForwardingAddress);
checkForwardingAddress(o[1] as api.ForwardingAddress);
@@ -881,7 +881,7 @@
var o = api.ListForwardingAddressesResponse();
buildCounterListForwardingAddressesResponse++;
if (buildCounterListForwardingAddressesResponse < 3) {
- o.forwardingAddresses = buildUnnamed3635();
+ o.forwardingAddresses = buildUnnamed3636();
}
buildCounterListForwardingAddressesResponse--;
return o;
@@ -891,19 +891,19 @@
api.ListForwardingAddressesResponse o) {
buildCounterListForwardingAddressesResponse++;
if (buildCounterListForwardingAddressesResponse < 3) {
- checkUnnamed3635(o.forwardingAddresses!);
+ checkUnnamed3636(o.forwardingAddresses!);
}
buildCounterListForwardingAddressesResponse--;
}
-core.List<api.History> buildUnnamed3636() {
+core.List<api.History> buildUnnamed3637() {
var o = <api.History>[];
o.add(buildHistory());
o.add(buildHistory());
return o;
}
-void checkUnnamed3636(core.List<api.History> o) {
+void checkUnnamed3637(core.List<api.History> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistory(o[0] as api.History);
checkHistory(o[1] as api.History);
@@ -914,7 +914,7 @@
var o = api.ListHistoryResponse();
buildCounterListHistoryResponse++;
if (buildCounterListHistoryResponse < 3) {
- o.history = buildUnnamed3636();
+ o.history = buildUnnamed3637();
o.historyId = 'foo';
o.nextPageToken = 'foo';
}
@@ -925,7 +925,7 @@
void checkListHistoryResponse(api.ListHistoryResponse o) {
buildCounterListHistoryResponse++;
if (buildCounterListHistoryResponse < 3) {
- checkUnnamed3636(o.history!);
+ checkUnnamed3637(o.history!);
unittest.expect(
o.historyId!,
unittest.equals('foo'),
@@ -938,14 +938,14 @@
buildCounterListHistoryResponse--;
}
-core.List<api.Label> buildUnnamed3637() {
+core.List<api.Label> buildUnnamed3638() {
var o = <api.Label>[];
o.add(buildLabel());
o.add(buildLabel());
return o;
}
-void checkUnnamed3637(core.List<api.Label> o) {
+void checkUnnamed3638(core.List<api.Label> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabel(o[0] as api.Label);
checkLabel(o[1] as api.Label);
@@ -956,7 +956,7 @@
var o = api.ListLabelsResponse();
buildCounterListLabelsResponse++;
if (buildCounterListLabelsResponse < 3) {
- o.labels = buildUnnamed3637();
+ o.labels = buildUnnamed3638();
}
buildCounterListLabelsResponse--;
return o;
@@ -965,19 +965,19 @@
void checkListLabelsResponse(api.ListLabelsResponse o) {
buildCounterListLabelsResponse++;
if (buildCounterListLabelsResponse < 3) {
- checkUnnamed3637(o.labels!);
+ checkUnnamed3638(o.labels!);
}
buildCounterListLabelsResponse--;
}
-core.List<api.Message> buildUnnamed3638() {
+core.List<api.Message> buildUnnamed3639() {
var o = <api.Message>[];
o.add(buildMessage());
o.add(buildMessage());
return o;
}
-void checkUnnamed3638(core.List<api.Message> o) {
+void checkUnnamed3639(core.List<api.Message> o) {
unittest.expect(o, unittest.hasLength(2));
checkMessage(o[0] as api.Message);
checkMessage(o[1] as api.Message);
@@ -988,7 +988,7 @@
var o = api.ListMessagesResponse();
buildCounterListMessagesResponse++;
if (buildCounterListMessagesResponse < 3) {
- o.messages = buildUnnamed3638();
+ o.messages = buildUnnamed3639();
o.nextPageToken = 'foo';
o.resultSizeEstimate = 42;
}
@@ -999,7 +999,7 @@
void checkListMessagesResponse(api.ListMessagesResponse o) {
buildCounterListMessagesResponse++;
if (buildCounterListMessagesResponse < 3) {
- checkUnnamed3638(o.messages!);
+ checkUnnamed3639(o.messages!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1012,14 +1012,14 @@
buildCounterListMessagesResponse--;
}
-core.List<api.SendAs> buildUnnamed3639() {
+core.List<api.SendAs> buildUnnamed3640() {
var o = <api.SendAs>[];
o.add(buildSendAs());
o.add(buildSendAs());
return o;
}
-void checkUnnamed3639(core.List<api.SendAs> o) {
+void checkUnnamed3640(core.List<api.SendAs> o) {
unittest.expect(o, unittest.hasLength(2));
checkSendAs(o[0] as api.SendAs);
checkSendAs(o[1] as api.SendAs);
@@ -1030,7 +1030,7 @@
var o = api.ListSendAsResponse();
buildCounterListSendAsResponse++;
if (buildCounterListSendAsResponse < 3) {
- o.sendAs = buildUnnamed3639();
+ o.sendAs = buildUnnamed3640();
}
buildCounterListSendAsResponse--;
return o;
@@ -1039,19 +1039,19 @@
void checkListSendAsResponse(api.ListSendAsResponse o) {
buildCounterListSendAsResponse++;
if (buildCounterListSendAsResponse < 3) {
- checkUnnamed3639(o.sendAs!);
+ checkUnnamed3640(o.sendAs!);
}
buildCounterListSendAsResponse--;
}
-core.List<api.SmimeInfo> buildUnnamed3640() {
+core.List<api.SmimeInfo> buildUnnamed3641() {
var o = <api.SmimeInfo>[];
o.add(buildSmimeInfo());
o.add(buildSmimeInfo());
return o;
}
-void checkUnnamed3640(core.List<api.SmimeInfo> o) {
+void checkUnnamed3641(core.List<api.SmimeInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkSmimeInfo(o[0] as api.SmimeInfo);
checkSmimeInfo(o[1] as api.SmimeInfo);
@@ -1062,7 +1062,7 @@
var o = api.ListSmimeInfoResponse();
buildCounterListSmimeInfoResponse++;
if (buildCounterListSmimeInfoResponse < 3) {
- o.smimeInfo = buildUnnamed3640();
+ o.smimeInfo = buildUnnamed3641();
}
buildCounterListSmimeInfoResponse--;
return o;
@@ -1071,19 +1071,19 @@
void checkListSmimeInfoResponse(api.ListSmimeInfoResponse o) {
buildCounterListSmimeInfoResponse++;
if (buildCounterListSmimeInfoResponse < 3) {
- checkUnnamed3640(o.smimeInfo!);
+ checkUnnamed3641(o.smimeInfo!);
}
buildCounterListSmimeInfoResponse--;
}
-core.List<api.Thread> buildUnnamed3641() {
+core.List<api.Thread> buildUnnamed3642() {
var o = <api.Thread>[];
o.add(buildThread());
o.add(buildThread());
return o;
}
-void checkUnnamed3641(core.List<api.Thread> o) {
+void checkUnnamed3642(core.List<api.Thread> o) {
unittest.expect(o, unittest.hasLength(2));
checkThread(o[0] as api.Thread);
checkThread(o[1] as api.Thread);
@@ -1096,7 +1096,7 @@
if (buildCounterListThreadsResponse < 3) {
o.nextPageToken = 'foo';
o.resultSizeEstimate = 42;
- o.threads = buildUnnamed3641();
+ o.threads = buildUnnamed3642();
}
buildCounterListThreadsResponse--;
return o;
@@ -1113,19 +1113,19 @@
o.resultSizeEstimate!,
unittest.equals(42),
);
- checkUnnamed3641(o.threads!);
+ checkUnnamed3642(o.threads!);
}
buildCounterListThreadsResponse--;
}
-core.List<core.String> buildUnnamed3642() {
+core.List<core.String> buildUnnamed3643() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3642(core.List<core.String> o) {
+void checkUnnamed3643(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1145,7 +1145,7 @@
o.historyId = 'foo';
o.id = 'foo';
o.internalDate = 'foo';
- o.labelIds = buildUnnamed3642();
+ o.labelIds = buildUnnamed3643();
o.payload = buildMessagePart();
o.raw = 'foo';
o.sizeEstimate = 42;
@@ -1171,7 +1171,7 @@
o.internalDate!,
unittest.equals('foo'),
);
- checkUnnamed3642(o.labelIds!);
+ checkUnnamed3643(o.labelIds!);
checkMessagePart(o.payload! as api.MessagePart);
unittest.expect(
o.raw!,
@@ -1193,27 +1193,27 @@
buildCounterMessage--;
}
-core.List<api.MessagePartHeader> buildUnnamed3643() {
+core.List<api.MessagePartHeader> buildUnnamed3644() {
var o = <api.MessagePartHeader>[];
o.add(buildMessagePartHeader());
o.add(buildMessagePartHeader());
return o;
}
-void checkUnnamed3643(core.List<api.MessagePartHeader> o) {
+void checkUnnamed3644(core.List<api.MessagePartHeader> o) {
unittest.expect(o, unittest.hasLength(2));
checkMessagePartHeader(o[0] as api.MessagePartHeader);
checkMessagePartHeader(o[1] as api.MessagePartHeader);
}
-core.List<api.MessagePart> buildUnnamed3644() {
+core.List<api.MessagePart> buildUnnamed3645() {
var o = <api.MessagePart>[];
o.add(buildMessagePart());
o.add(buildMessagePart());
return o;
}
-void checkUnnamed3644(core.List<api.MessagePart> o) {
+void checkUnnamed3645(core.List<api.MessagePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkMessagePart(o[0] as api.MessagePart);
checkMessagePart(o[1] as api.MessagePart);
@@ -1226,10 +1226,10 @@
if (buildCounterMessagePart < 3) {
o.body = buildMessagePartBody();
o.filename = 'foo';
- o.headers = buildUnnamed3643();
+ o.headers = buildUnnamed3644();
o.mimeType = 'foo';
o.partId = 'foo';
- o.parts = buildUnnamed3644();
+ o.parts = buildUnnamed3645();
}
buildCounterMessagePart--;
return o;
@@ -1243,7 +1243,7 @@
o.filename!,
unittest.equals('foo'),
);
- checkUnnamed3643(o.headers!);
+ checkUnnamed3644(o.headers!);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
@@ -1252,7 +1252,7 @@
o.partId!,
unittest.equals('foo'),
);
- checkUnnamed3644(o.parts!);
+ checkUnnamed3645(o.parts!);
}
buildCounterMessagePart--;
}
@@ -1316,25 +1316,6 @@
buildCounterMessagePartHeader--;
}
-core.List<core.String> buildUnnamed3645() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3645(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3646() {
var o = <core.String>[];
o.add('foo');
@@ -1354,27 +1335,6 @@
);
}
-core.int buildCounterModifyMessageRequest = 0;
-api.ModifyMessageRequest buildModifyMessageRequest() {
- var o = api.ModifyMessageRequest();
- buildCounterModifyMessageRequest++;
- if (buildCounterModifyMessageRequest < 3) {
- o.addLabelIds = buildUnnamed3645();
- o.removeLabelIds = buildUnnamed3646();
- }
- buildCounterModifyMessageRequest--;
- return o;
-}
-
-void checkModifyMessageRequest(api.ModifyMessageRequest o) {
- buildCounterModifyMessageRequest++;
- if (buildCounterModifyMessageRequest < 3) {
- checkUnnamed3645(o.addLabelIds!);
- checkUnnamed3646(o.removeLabelIds!);
- }
- buildCounterModifyMessageRequest--;
-}
-
core.List<core.String> buildUnnamed3647() {
var o = <core.String>[];
o.add('foo');
@@ -1394,6 +1354,27 @@
);
}
+core.int buildCounterModifyMessageRequest = 0;
+api.ModifyMessageRequest buildModifyMessageRequest() {
+ var o = api.ModifyMessageRequest();
+ buildCounterModifyMessageRequest++;
+ if (buildCounterModifyMessageRequest < 3) {
+ o.addLabelIds = buildUnnamed3646();
+ o.removeLabelIds = buildUnnamed3647();
+ }
+ buildCounterModifyMessageRequest--;
+ return o;
+}
+
+void checkModifyMessageRequest(api.ModifyMessageRequest o) {
+ buildCounterModifyMessageRequest++;
+ if (buildCounterModifyMessageRequest < 3) {
+ checkUnnamed3646(o.addLabelIds!);
+ checkUnnamed3647(o.removeLabelIds!);
+ }
+ buildCounterModifyMessageRequest--;
+}
+
core.List<core.String> buildUnnamed3648() {
var o = <core.String>[];
o.add('foo');
@@ -1413,13 +1394,32 @@
);
}
+core.List<core.String> buildUnnamed3649() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3649(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterModifyThreadRequest = 0;
api.ModifyThreadRequest buildModifyThreadRequest() {
var o = api.ModifyThreadRequest();
buildCounterModifyThreadRequest++;
if (buildCounterModifyThreadRequest < 3) {
- o.addLabelIds = buildUnnamed3647();
- o.removeLabelIds = buildUnnamed3648();
+ o.addLabelIds = buildUnnamed3648();
+ o.removeLabelIds = buildUnnamed3649();
}
buildCounterModifyThreadRequest--;
return o;
@@ -1428,8 +1428,8 @@
void checkModifyThreadRequest(api.ModifyThreadRequest o) {
buildCounterModifyThreadRequest++;
if (buildCounterModifyThreadRequest < 3) {
- checkUnnamed3647(o.addLabelIds!);
- checkUnnamed3648(o.removeLabelIds!);
+ checkUnnamed3648(o.addLabelIds!);
+ checkUnnamed3649(o.removeLabelIds!);
}
buildCounterModifyThreadRequest--;
}
@@ -1639,14 +1639,14 @@
buildCounterSmtpMsa--;
}
-core.List<api.Message> buildUnnamed3649() {
+core.List<api.Message> buildUnnamed3650() {
var o = <api.Message>[];
o.add(buildMessage());
o.add(buildMessage());
return o;
}
-void checkUnnamed3649(core.List<api.Message> o) {
+void checkUnnamed3650(core.List<api.Message> o) {
unittest.expect(o, unittest.hasLength(2));
checkMessage(o[0] as api.Message);
checkMessage(o[1] as api.Message);
@@ -1659,7 +1659,7 @@
if (buildCounterThread < 3) {
o.historyId = 'foo';
o.id = 'foo';
- o.messages = buildUnnamed3649();
+ o.messages = buildUnnamed3650();
o.snippet = 'foo';
}
buildCounterThread--;
@@ -1677,7 +1677,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed3649(o.messages!);
+ checkUnnamed3650(o.messages!);
unittest.expect(
o.snippet!,
unittest.equals('foo'),
@@ -1734,14 +1734,14 @@
buildCounterVacationSettings--;
}
-core.List<core.String> buildUnnamed3650() {
+core.List<core.String> buildUnnamed3651() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3650(core.List<core.String> o) {
+void checkUnnamed3651(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1759,7 +1759,7 @@
buildCounterWatchRequest++;
if (buildCounterWatchRequest < 3) {
o.labelFilterAction = 'foo';
- o.labelIds = buildUnnamed3650();
+ o.labelIds = buildUnnamed3651();
o.topicName = 'foo';
}
buildCounterWatchRequest--;
@@ -1773,7 +1773,7 @@
o.labelFilterAction!,
unittest.equals('foo'),
);
- checkUnnamed3650(o.labelIds!);
+ checkUnnamed3651(o.labelIds!);
unittest.expect(
o.topicName!,
unittest.equals('foo'),
@@ -1809,25 +1809,6 @@
buildCounterWatchResponse--;
}
-core.List<core.String> buildUnnamed3651() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3651(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3652() {
var o = <core.String>[];
o.add('foo');
@@ -1904,6 +1885,25 @@
);
}
+core.List<core.String> buildUnnamed3656() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3656(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-AutoForwarding', () {
unittest.test('to-json--from-json', () async {
@@ -3011,7 +3011,7 @@
var mock = HttpServerMock();
var res = api.GmailApi(mock).users.history;
var arg_userId = 'foo';
- var arg_historyTypes = buildUnnamed3651();
+ var arg_historyTypes = buildUnnamed3652();
var arg_labelId = 'foo';
var arg_maxResults = 42;
var arg_pageToken = 'foo';
@@ -3757,7 +3757,7 @@
var arg_userId = 'foo';
var arg_id = 'foo';
var arg_format = 'foo';
- var arg_metadataHeaders = buildUnnamed3652();
+ var arg_metadataHeaders = buildUnnamed3653();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -4025,7 +4025,7 @@
var res = api.GmailApi(mock).users.messages;
var arg_userId = 'foo';
var arg_includeSpamTrash = true;
- var arg_labelIds = buildUnnamed3653();
+ var arg_labelIds = buildUnnamed3654();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_q = 'foo';
@@ -7094,7 +7094,7 @@
var arg_userId = 'foo';
var arg_id = 'foo';
var arg_format = 'foo';
- var arg_metadataHeaders = buildUnnamed3654();
+ var arg_metadataHeaders = buildUnnamed3655();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -7178,7 +7178,7 @@
var res = api.GmailApi(mock).users.threads;
var arg_userId = 'foo';
var arg_includeSpamTrash = true;
- var arg_labelIds = buildUnnamed3655();
+ var arg_labelIds = buildUnnamed3656();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_q = 'foo';
diff --git a/generated/googleapis/test/gmailpostmastertools/v1_test.dart b/generated/googleapis/test/gmailpostmastertools/v1_test.dart
index 69c3a34..2936057 100644
--- a/generated/googleapis/test/gmailpostmastertools/v1_test.dart
+++ b/generated/googleapis/test/gmailpostmastertools/v1_test.dart
@@ -118,14 +118,14 @@
buildCounterFeedbackLoop--;
}
-core.List<core.String> buildUnnamed5264() {
+core.List<core.String> buildUnnamed5266() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5264(core.List<core.String> o) {
+void checkUnnamed5266(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -144,7 +144,7 @@
if (buildCounterIpReputation < 3) {
o.ipCount = 'foo';
o.reputation = 'foo';
- o.sampleIps = buildUnnamed5264();
+ o.sampleIps = buildUnnamed5266();
}
buildCounterIpReputation--;
return o;
@@ -161,19 +161,19 @@
o.reputation!,
unittest.equals('foo'),
);
- checkUnnamed5264(o.sampleIps!);
+ checkUnnamed5266(o.sampleIps!);
}
buildCounterIpReputation--;
}
-core.List<api.Domain> buildUnnamed5265() {
+core.List<api.Domain> buildUnnamed5267() {
var o = <api.Domain>[];
o.add(buildDomain());
o.add(buildDomain());
return o;
}
-void checkUnnamed5265(core.List<api.Domain> o) {
+void checkUnnamed5267(core.List<api.Domain> o) {
unittest.expect(o, unittest.hasLength(2));
checkDomain(o[0] as api.Domain);
checkDomain(o[1] as api.Domain);
@@ -184,7 +184,7 @@
var o = api.ListDomainsResponse();
buildCounterListDomainsResponse++;
if (buildCounterListDomainsResponse < 3) {
- o.domains = buildUnnamed5265();
+ o.domains = buildUnnamed5267();
o.nextPageToken = 'foo';
}
buildCounterListDomainsResponse--;
@@ -194,7 +194,7 @@
void checkListDomainsResponse(api.ListDomainsResponse o) {
buildCounterListDomainsResponse++;
if (buildCounterListDomainsResponse < 3) {
- checkUnnamed5265(o.domains!);
+ checkUnnamed5267(o.domains!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -203,14 +203,14 @@
buildCounterListDomainsResponse--;
}
-core.List<api.TrafficStats> buildUnnamed5266() {
+core.List<api.TrafficStats> buildUnnamed5268() {
var o = <api.TrafficStats>[];
o.add(buildTrafficStats());
o.add(buildTrafficStats());
return o;
}
-void checkUnnamed5266(core.List<api.TrafficStats> o) {
+void checkUnnamed5268(core.List<api.TrafficStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrafficStats(o[0] as api.TrafficStats);
checkTrafficStats(o[1] as api.TrafficStats);
@@ -222,7 +222,7 @@
buildCounterListTrafficStatsResponse++;
if (buildCounterListTrafficStatsResponse < 3) {
o.nextPageToken = 'foo';
- o.trafficStats = buildUnnamed5266();
+ o.trafficStats = buildUnnamed5268();
}
buildCounterListTrafficStatsResponse--;
return o;
@@ -235,45 +235,45 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5266(o.trafficStats!);
+ checkUnnamed5268(o.trafficStats!);
}
buildCounterListTrafficStatsResponse--;
}
-core.List<api.DeliveryError> buildUnnamed5267() {
+core.List<api.DeliveryError> buildUnnamed5269() {
var o = <api.DeliveryError>[];
o.add(buildDeliveryError());
o.add(buildDeliveryError());
return o;
}
-void checkUnnamed5267(core.List<api.DeliveryError> o) {
+void checkUnnamed5269(core.List<api.DeliveryError> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeliveryError(o[0] as api.DeliveryError);
checkDeliveryError(o[1] as api.DeliveryError);
}
-core.List<api.IpReputation> buildUnnamed5268() {
+core.List<api.IpReputation> buildUnnamed5270() {
var o = <api.IpReputation>[];
o.add(buildIpReputation());
o.add(buildIpReputation());
return o;
}
-void checkUnnamed5268(core.List<api.IpReputation> o) {
+void checkUnnamed5270(core.List<api.IpReputation> o) {
unittest.expect(o, unittest.hasLength(2));
checkIpReputation(o[0] as api.IpReputation);
checkIpReputation(o[1] as api.IpReputation);
}
-core.List<api.FeedbackLoop> buildUnnamed5269() {
+core.List<api.FeedbackLoop> buildUnnamed5271() {
var o = <api.FeedbackLoop>[];
o.add(buildFeedbackLoop());
o.add(buildFeedbackLoop());
return o;
}
-void checkUnnamed5269(core.List<api.FeedbackLoop> o) {
+void checkUnnamed5271(core.List<api.FeedbackLoop> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeedbackLoop(o[0] as api.FeedbackLoop);
checkFeedbackLoop(o[1] as api.FeedbackLoop);
@@ -284,15 +284,15 @@
var o = api.TrafficStats();
buildCounterTrafficStats++;
if (buildCounterTrafficStats < 3) {
- o.deliveryErrors = buildUnnamed5267();
+ o.deliveryErrors = buildUnnamed5269();
o.dkimSuccessRatio = 42.0;
o.dmarcSuccessRatio = 42.0;
o.domainReputation = 'foo';
o.inboundEncryptionRatio = 42.0;
- o.ipReputations = buildUnnamed5268();
+ o.ipReputations = buildUnnamed5270();
o.name = 'foo';
o.outboundEncryptionRatio = 42.0;
- o.spammyFeedbackLoops = buildUnnamed5269();
+ o.spammyFeedbackLoops = buildUnnamed5271();
o.spfSuccessRatio = 42.0;
o.userReportedSpamRatio = 42.0;
}
@@ -303,7 +303,7 @@
void checkTrafficStats(api.TrafficStats o) {
buildCounterTrafficStats++;
if (buildCounterTrafficStats < 3) {
- checkUnnamed5267(o.deliveryErrors!);
+ checkUnnamed5269(o.deliveryErrors!);
unittest.expect(
o.dkimSuccessRatio!,
unittest.equals(42.0),
@@ -320,7 +320,7 @@
o.inboundEncryptionRatio!,
unittest.equals(42.0),
);
- checkUnnamed5268(o.ipReputations!);
+ checkUnnamed5270(o.ipReputations!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -329,7 +329,7 @@
o.outboundEncryptionRatio!,
unittest.equals(42.0),
);
- checkUnnamed5269(o.spammyFeedbackLoops!);
+ checkUnnamed5271(o.spammyFeedbackLoops!);
unittest.expect(
o.spfSuccessRatio!,
unittest.equals(42.0),
diff --git a/generated/googleapis/test/healthcare/v1_test.dart b/generated/googleapis/test/healthcare/v1_test.dart
index 9d5c06e..ebfdeb0 100644
--- a/generated/googleapis/test/healthcare/v1_test.dart
+++ b/generated/googleapis/test/healthcare/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AuditLogConfig> buildUnnamed2960() {
+core.List<api.AuditLogConfig> buildUnnamed2961() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed2960(core.List<api.AuditLogConfig> o) {
+void checkUnnamed2961(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -45,7 +45,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed2960();
+ o.auditLogConfigs = buildUnnamed2961();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -55,7 +55,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed2960(o.auditLogConfigs!);
+ checkUnnamed2961(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -64,49 +64,6 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed2961() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2961(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterAuditLogConfig = 0;
-api.AuditLogConfig buildAuditLogConfig() {
- var o = api.AuditLogConfig();
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed2961();
- o.logType = 'foo';
- }
- buildCounterAuditLogConfig--;
- return o;
-}
-
-void checkAuditLogConfig(api.AuditLogConfig o) {
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- checkUnnamed2961(o.exemptedMembers!);
- unittest.expect(
- o.logType!,
- unittest.equals('foo'),
- );
- }
- buildCounterAuditLogConfig--;
-}
-
core.List<core.String> buildUnnamed2962() {
var o = <core.String>[];
o.add('foo');
@@ -126,13 +83,56 @@
);
}
+core.int buildCounterAuditLogConfig = 0;
+api.AuditLogConfig buildAuditLogConfig() {
+ var o = api.AuditLogConfig();
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ o.exemptedMembers = buildUnnamed2962();
+ o.logType = 'foo';
+ }
+ buildCounterAuditLogConfig--;
+ return o;
+}
+
+void checkAuditLogConfig(api.AuditLogConfig o) {
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ checkUnnamed2962(o.exemptedMembers!);
+ unittest.expect(
+ o.logType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAuditLogConfig--;
+}
+
+core.List<core.String> buildUnnamed2963() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2963(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterBinding = 0;
api.Binding buildBinding() {
var o = api.Binding();
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed2962();
+ o.members = buildUnnamed2963();
o.role = 'foo';
}
buildCounterBinding--;
@@ -143,7 +143,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed2962(o.members!);
+ checkUnnamed2963(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -445,14 +445,14 @@
buildCounterDicomFilterConfig--;
}
-core.Map<core.String, core.String> buildUnnamed2963() {
+core.Map<core.String, core.String> buildUnnamed2964() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2963(core.Map<core.String, core.String> o) {
+void checkUnnamed2964(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -469,7 +469,7 @@
var o = api.DicomStore();
buildCounterDicomStore++;
if (buildCounterDicomStore < 3) {
- o.labels = buildUnnamed2963();
+ o.labels = buildUnnamed2964();
o.name = 'foo';
o.notificationConfig = buildNotificationConfig();
}
@@ -480,7 +480,7 @@
void checkDicomStore(api.DicomStore o) {
buildCounterDicomStore++;
if (buildCounterDicomStore < 3) {
- checkUnnamed2963(o.labels!);
+ checkUnnamed2964(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -620,14 +620,14 @@
buildCounterExpr--;
}
-core.List<api.FieldMetadata> buildUnnamed2964() {
+core.List<api.FieldMetadata> buildUnnamed2965() {
var o = <api.FieldMetadata>[];
o.add(buildFieldMetadata());
o.add(buildFieldMetadata());
return o;
}
-void checkUnnamed2964(core.List<api.FieldMetadata> o) {
+void checkUnnamed2965(core.List<api.FieldMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkFieldMetadata(o[0] as api.FieldMetadata);
checkFieldMetadata(o[1] as api.FieldMetadata);
@@ -638,7 +638,7 @@
var o = api.FhirConfig();
buildCounterFhirConfig++;
if (buildCounterFhirConfig < 3) {
- o.fieldMetadataList = buildUnnamed2964();
+ o.fieldMetadataList = buildUnnamed2965();
}
buildCounterFhirConfig--;
return o;
@@ -647,7 +647,7 @@
void checkFhirConfig(api.FhirConfig o) {
buildCounterFhirConfig++;
if (buildCounterFhirConfig < 3) {
- checkUnnamed2964(o.fieldMetadataList!);
+ checkUnnamed2965(o.fieldMetadataList!);
}
buildCounterFhirConfig--;
}
@@ -671,14 +671,14 @@
buildCounterFhirFilter--;
}
-core.Map<core.String, core.String> buildUnnamed2965() {
+core.Map<core.String, core.String> buildUnnamed2966() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2965(core.Map<core.String, core.String> o) {
+void checkUnnamed2966(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -690,14 +690,14 @@
);
}
-core.List<api.StreamConfig> buildUnnamed2966() {
+core.List<api.StreamConfig> buildUnnamed2967() {
var o = <api.StreamConfig>[];
o.add(buildStreamConfig());
o.add(buildStreamConfig());
return o;
}
-void checkUnnamed2966(core.List<api.StreamConfig> o) {
+void checkUnnamed2967(core.List<api.StreamConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkStreamConfig(o[0] as api.StreamConfig);
checkStreamConfig(o[1] as api.StreamConfig);
@@ -711,10 +711,10 @@
o.disableReferentialIntegrity = true;
o.disableResourceVersioning = true;
o.enableUpdateCreate = true;
- o.labels = buildUnnamed2965();
+ o.labels = buildUnnamed2966();
o.name = 'foo';
o.notificationConfig = buildNotificationConfig();
- o.streamConfigs = buildUnnamed2966();
+ o.streamConfigs = buildUnnamed2967();
o.version = 'foo';
}
buildCounterFhirStore--;
@@ -727,13 +727,13 @@
unittest.expect(o.disableReferentialIntegrity!, unittest.isTrue);
unittest.expect(o.disableResourceVersioning!, unittest.isTrue);
unittest.expect(o.enableUpdateCreate!, unittest.isTrue);
- checkUnnamed2965(o.labels!);
+ checkUnnamed2966(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkNotificationConfig(o.notificationConfig! as api.NotificationConfig);
- checkUnnamed2966(o.streamConfigs!);
+ checkUnnamed2967(o.streamConfigs!);
unittest.expect(
o.version!,
unittest.equals('foo'),
@@ -742,14 +742,14 @@
buildCounterFhirStore--;
}
-core.List<core.String> buildUnnamed2967() {
+core.List<core.String> buildUnnamed2968() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2967(core.List<core.String> o) {
+void checkUnnamed2968(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -767,7 +767,7 @@
buildCounterFieldMetadata++;
if (buildCounterFieldMetadata < 3) {
o.action = 'foo';
- o.paths = buildUnnamed2967();
+ o.paths = buildUnnamed2968();
}
buildCounterFieldMetadata--;
return o;
@@ -780,7 +780,7 @@
o.action!,
unittest.equals('foo'),
);
- checkUnnamed2967(o.paths!);
+ checkUnnamed2968(o.paths!);
}
buildCounterFieldMetadata--;
}
@@ -1013,14 +1013,14 @@
buildCounterHl7V2NotificationConfig--;
}
-core.Map<core.String, core.String> buildUnnamed2968() {
+core.Map<core.String, core.String> buildUnnamed2969() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2968(core.Map<core.String, core.String> o) {
+void checkUnnamed2969(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1032,14 +1032,14 @@
);
}
-core.List<api.Hl7V2NotificationConfig> buildUnnamed2969() {
+core.List<api.Hl7V2NotificationConfig> buildUnnamed2970() {
var o = <api.Hl7V2NotificationConfig>[];
o.add(buildHl7V2NotificationConfig());
o.add(buildHl7V2NotificationConfig());
return o;
}
-void checkUnnamed2969(core.List<api.Hl7V2NotificationConfig> o) {
+void checkUnnamed2970(core.List<api.Hl7V2NotificationConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkHl7V2NotificationConfig(o[0] as api.Hl7V2NotificationConfig);
checkHl7V2NotificationConfig(o[1] as api.Hl7V2NotificationConfig);
@@ -1050,9 +1050,9 @@
var o = api.Hl7V2Store();
buildCounterHl7V2Store++;
if (buildCounterHl7V2Store < 3) {
- o.labels = buildUnnamed2968();
+ o.labels = buildUnnamed2969();
o.name = 'foo';
- o.notificationConfigs = buildUnnamed2969();
+ o.notificationConfigs = buildUnnamed2970();
o.parserConfig = buildParserConfig();
o.rejectDuplicateMessage = true;
}
@@ -1063,19 +1063,19 @@
void checkHl7V2Store(api.Hl7V2Store o) {
buildCounterHl7V2Store++;
if (buildCounterHl7V2Store < 3) {
- checkUnnamed2968(o.labels!);
+ checkUnnamed2969(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2969(o.notificationConfigs!);
+ checkUnnamed2970(o.notificationConfigs!);
checkParserConfig(o.parserConfig! as api.ParserConfig);
unittest.expect(o.rejectDuplicateMessage!, unittest.isTrue);
}
buildCounterHl7V2Store--;
}
-core.Map<core.String, core.Object> buildUnnamed2970() {
+core.Map<core.String, core.Object> buildUnnamed2971() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1090,7 +1090,7 @@
return o;
}
-void checkUnnamed2970(core.Map<core.String, core.Object> o) {
+void checkUnnamed2971(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1122,17 +1122,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2971() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2972() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2970());
- o.add(buildUnnamed2970());
+ o.add(buildUnnamed2971());
+ o.add(buildUnnamed2971());
return o;
}
-void checkUnnamed2971(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2972(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2970(o[0]);
- checkUnnamed2970(o[1]);
+ checkUnnamed2971(o[0]);
+ checkUnnamed2971(o[1]);
}
core.int buildCounterHttpBody = 0;
@@ -1142,7 +1142,7 @@
if (buildCounterHttpBody < 3) {
o.contentType = 'foo';
o.data = 'foo';
- o.extensions = buildUnnamed2971();
+ o.extensions = buildUnnamed2972();
}
buildCounterHttpBody--;
return o;
@@ -1159,7 +1159,7 @@
o.data!,
unittest.equals('foo'),
);
- checkUnnamed2971(o.extensions!);
+ checkUnnamed2972(o.extensions!);
}
buildCounterHttpBody--;
}
@@ -1261,14 +1261,14 @@
buildCounterImportResourcesResponse--;
}
-core.List<core.String> buildUnnamed2972() {
+core.List<core.String> buildUnnamed2973() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2972(core.List<core.String> o) {
+void checkUnnamed2973(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1288,7 +1288,7 @@
o.characterMaskConfig = buildCharacterMaskConfig();
o.cryptoHashConfig = buildCryptoHashConfig();
o.dateShiftConfig = buildDateShiftConfig();
- o.infoTypes = buildUnnamed2972();
+ o.infoTypes = buildUnnamed2973();
o.redactConfig = buildRedactConfig();
o.replaceWithInfoTypeConfig = buildReplaceWithInfoTypeConfig();
}
@@ -1302,7 +1302,7 @@
checkCharacterMaskConfig(o.characterMaskConfig! as api.CharacterMaskConfig);
checkCryptoHashConfig(o.cryptoHashConfig! as api.CryptoHashConfig);
checkDateShiftConfig(o.dateShiftConfig! as api.DateShiftConfig);
- checkUnnamed2972(o.infoTypes!);
+ checkUnnamed2973(o.infoTypes!);
checkRedactConfig(o.redactConfig! as api.RedactConfig);
checkReplaceWithInfoTypeConfig(
o.replaceWithInfoTypeConfig! as api.ReplaceWithInfoTypeConfig);
@@ -1353,14 +1353,14 @@
buildCounterIngestMessageResponse--;
}
-core.List<api.Dataset> buildUnnamed2973() {
+core.List<api.Dataset> buildUnnamed2974() {
var o = <api.Dataset>[];
o.add(buildDataset());
o.add(buildDataset());
return o;
}
-void checkUnnamed2973(core.List<api.Dataset> o) {
+void checkUnnamed2974(core.List<api.Dataset> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataset(o[0] as api.Dataset);
checkDataset(o[1] as api.Dataset);
@@ -1371,7 +1371,7 @@
var o = api.ListDatasetsResponse();
buildCounterListDatasetsResponse++;
if (buildCounterListDatasetsResponse < 3) {
- o.datasets = buildUnnamed2973();
+ o.datasets = buildUnnamed2974();
o.nextPageToken = 'foo';
}
buildCounterListDatasetsResponse--;
@@ -1381,7 +1381,7 @@
void checkListDatasetsResponse(api.ListDatasetsResponse o) {
buildCounterListDatasetsResponse++;
if (buildCounterListDatasetsResponse < 3) {
- checkUnnamed2973(o.datasets!);
+ checkUnnamed2974(o.datasets!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1390,14 +1390,14 @@
buildCounterListDatasetsResponse--;
}
-core.List<api.DicomStore> buildUnnamed2974() {
+core.List<api.DicomStore> buildUnnamed2975() {
var o = <api.DicomStore>[];
o.add(buildDicomStore());
o.add(buildDicomStore());
return o;
}
-void checkUnnamed2974(core.List<api.DicomStore> o) {
+void checkUnnamed2975(core.List<api.DicomStore> o) {
unittest.expect(o, unittest.hasLength(2));
checkDicomStore(o[0] as api.DicomStore);
checkDicomStore(o[1] as api.DicomStore);
@@ -1408,7 +1408,7 @@
var o = api.ListDicomStoresResponse();
buildCounterListDicomStoresResponse++;
if (buildCounterListDicomStoresResponse < 3) {
- o.dicomStores = buildUnnamed2974();
+ o.dicomStores = buildUnnamed2975();
o.nextPageToken = 'foo';
}
buildCounterListDicomStoresResponse--;
@@ -1418,7 +1418,7 @@
void checkListDicomStoresResponse(api.ListDicomStoresResponse o) {
buildCounterListDicomStoresResponse++;
if (buildCounterListDicomStoresResponse < 3) {
- checkUnnamed2974(o.dicomStores!);
+ checkUnnamed2975(o.dicomStores!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1427,14 +1427,14 @@
buildCounterListDicomStoresResponse--;
}
-core.List<api.FhirStore> buildUnnamed2975() {
+core.List<api.FhirStore> buildUnnamed2976() {
var o = <api.FhirStore>[];
o.add(buildFhirStore());
o.add(buildFhirStore());
return o;
}
-void checkUnnamed2975(core.List<api.FhirStore> o) {
+void checkUnnamed2976(core.List<api.FhirStore> o) {
unittest.expect(o, unittest.hasLength(2));
checkFhirStore(o[0] as api.FhirStore);
checkFhirStore(o[1] as api.FhirStore);
@@ -1445,7 +1445,7 @@
var o = api.ListFhirStoresResponse();
buildCounterListFhirStoresResponse++;
if (buildCounterListFhirStoresResponse < 3) {
- o.fhirStores = buildUnnamed2975();
+ o.fhirStores = buildUnnamed2976();
o.nextPageToken = 'foo';
}
buildCounterListFhirStoresResponse--;
@@ -1455,7 +1455,7 @@
void checkListFhirStoresResponse(api.ListFhirStoresResponse o) {
buildCounterListFhirStoresResponse++;
if (buildCounterListFhirStoresResponse < 3) {
- checkUnnamed2975(o.fhirStores!);
+ checkUnnamed2976(o.fhirStores!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1464,14 +1464,14 @@
buildCounterListFhirStoresResponse--;
}
-core.List<api.Hl7V2Store> buildUnnamed2976() {
+core.List<api.Hl7V2Store> buildUnnamed2977() {
var o = <api.Hl7V2Store>[];
o.add(buildHl7V2Store());
o.add(buildHl7V2Store());
return o;
}
-void checkUnnamed2976(core.List<api.Hl7V2Store> o) {
+void checkUnnamed2977(core.List<api.Hl7V2Store> o) {
unittest.expect(o, unittest.hasLength(2));
checkHl7V2Store(o[0] as api.Hl7V2Store);
checkHl7V2Store(o[1] as api.Hl7V2Store);
@@ -1482,7 +1482,7 @@
var o = api.ListHl7V2StoresResponse();
buildCounterListHl7V2StoresResponse++;
if (buildCounterListHl7V2StoresResponse < 3) {
- o.hl7V2Stores = buildUnnamed2976();
+ o.hl7V2Stores = buildUnnamed2977();
o.nextPageToken = 'foo';
}
buildCounterListHl7V2StoresResponse--;
@@ -1492,7 +1492,7 @@
void checkListHl7V2StoresResponse(api.ListHl7V2StoresResponse o) {
buildCounterListHl7V2StoresResponse++;
if (buildCounterListHl7V2StoresResponse < 3) {
- checkUnnamed2976(o.hl7V2Stores!);
+ checkUnnamed2977(o.hl7V2Stores!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1501,14 +1501,14 @@
buildCounterListHl7V2StoresResponse--;
}
-core.List<api.Location> buildUnnamed2977() {
+core.List<api.Location> buildUnnamed2978() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed2977(core.List<api.Location> o) {
+void checkUnnamed2978(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1519,7 +1519,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed2977();
+ o.locations = buildUnnamed2978();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1529,7 +1529,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed2977(o.locations!);
+ checkUnnamed2978(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1538,14 +1538,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Message> buildUnnamed2978() {
+core.List<api.Message> buildUnnamed2979() {
var o = <api.Message>[];
o.add(buildMessage());
o.add(buildMessage());
return o;
}
-void checkUnnamed2978(core.List<api.Message> o) {
+void checkUnnamed2979(core.List<api.Message> o) {
unittest.expect(o, unittest.hasLength(2));
checkMessage(o[0] as api.Message);
checkMessage(o[1] as api.Message);
@@ -1556,7 +1556,7 @@
var o = api.ListMessagesResponse();
buildCounterListMessagesResponse++;
if (buildCounterListMessagesResponse < 3) {
- o.hl7V2Messages = buildUnnamed2978();
+ o.hl7V2Messages = buildUnnamed2979();
o.nextPageToken = 'foo';
}
buildCounterListMessagesResponse--;
@@ -1566,7 +1566,7 @@
void checkListMessagesResponse(api.ListMessagesResponse o) {
buildCounterListMessagesResponse++;
if (buildCounterListMessagesResponse < 3) {
- checkUnnamed2978(o.hl7V2Messages!);
+ checkUnnamed2979(o.hl7V2Messages!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1575,14 +1575,14 @@
buildCounterListMessagesResponse--;
}
-core.List<api.Operation> buildUnnamed2979() {
+core.List<api.Operation> buildUnnamed2980() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed2979(core.List<api.Operation> o) {
+void checkUnnamed2980(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1594,7 +1594,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed2979();
+ o.operations = buildUnnamed2980();
}
buildCounterListOperationsResponse--;
return o;
@@ -1607,19 +1607,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2979(o.operations!);
+ checkUnnamed2980(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2980() {
+core.Map<core.String, core.String> buildUnnamed2981() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2980(core.Map<core.String, core.String> o) {
+void checkUnnamed2981(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1631,7 +1631,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2981() {
+core.Map<core.String, core.Object> buildUnnamed2982() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1646,7 +1646,7 @@
return o;
}
-void checkUnnamed2981(core.Map<core.String, core.Object> o) {
+void checkUnnamed2982(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1684,9 +1684,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed2980();
+ o.labels = buildUnnamed2981();
o.locationId = 'foo';
- o.metadata = buildUnnamed2981();
+ o.metadata = buildUnnamed2982();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1700,12 +1700,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2980(o.labels!);
+ checkUnnamed2981(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed2981(o.metadata!);
+ checkUnnamed2982(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1714,14 +1714,14 @@
buildCounterLocation--;
}
-core.Map<core.String, core.String> buildUnnamed2982() {
+core.Map<core.String, core.String> buildUnnamed2983() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2982(core.Map<core.String, core.String> o) {
+void checkUnnamed2983(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1733,14 +1733,14 @@
);
}
-core.List<api.PatientId> buildUnnamed2983() {
+core.List<api.PatientId> buildUnnamed2984() {
var o = <api.PatientId>[];
o.add(buildPatientId());
o.add(buildPatientId());
return o;
}
-void checkUnnamed2983(core.List<api.PatientId> o) {
+void checkUnnamed2984(core.List<api.PatientId> o) {
unittest.expect(o, unittest.hasLength(2));
checkPatientId(o[0] as api.PatientId);
checkPatientId(o[1] as api.PatientId);
@@ -1753,11 +1753,11 @@
if (buildCounterMessage < 3) {
o.createTime = 'foo';
o.data = 'foo';
- o.labels = buildUnnamed2982();
+ o.labels = buildUnnamed2983();
o.messageType = 'foo';
o.name = 'foo';
o.parsedData = buildParsedData();
- o.patientIds = buildUnnamed2983();
+ o.patientIds = buildUnnamed2984();
o.sendFacility = 'foo';
o.sendTime = 'foo';
}
@@ -1776,7 +1776,7 @@
o.data!,
unittest.equals('foo'),
);
- checkUnnamed2982(o.labels!);
+ checkUnnamed2983(o.labels!);
unittest.expect(
o.messageType!,
unittest.equals('foo'),
@@ -1786,7 +1786,7 @@
unittest.equals('foo'),
);
checkParsedData(o.parsedData! as api.ParsedData);
- checkUnnamed2983(o.patientIds!);
+ checkUnnamed2984(o.patientIds!);
unittest.expect(
o.sendFacility!,
unittest.equals('foo'),
@@ -1821,7 +1821,7 @@
buildCounterNotificationConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed2984() {
+core.Map<core.String, core.Object> buildUnnamed2985() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1836,7 +1836,7 @@
return o;
}
-void checkUnnamed2984(core.Map<core.String, core.Object> o) {
+void checkUnnamed2985(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1868,7 +1868,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2985() {
+core.Map<core.String, core.Object> buildUnnamed2986() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1883,7 +1883,7 @@
return o;
}
-void checkUnnamed2985(core.Map<core.String, core.Object> o) {
+void checkUnnamed2986(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1922,9 +1922,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed2984();
+ o.metadata = buildUnnamed2985();
o.name = 'foo';
- o.response = buildUnnamed2985();
+ o.response = buildUnnamed2986();
}
buildCounterOperation--;
return o;
@@ -1935,12 +1935,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed2984(o.metadata!);
+ checkUnnamed2985(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2985(o.response!);
+ checkUnnamed2986(o.response!);
}
buildCounterOperation--;
}
@@ -1986,14 +1986,14 @@
buildCounterOperationMetadata--;
}
-core.List<api.Segment> buildUnnamed2986() {
+core.List<api.Segment> buildUnnamed2987() {
var o = <api.Segment>[];
o.add(buildSegment());
o.add(buildSegment());
return o;
}
-void checkUnnamed2986(core.List<api.Segment> o) {
+void checkUnnamed2987(core.List<api.Segment> o) {
unittest.expect(o, unittest.hasLength(2));
checkSegment(o[0] as api.Segment);
checkSegment(o[1] as api.Segment);
@@ -2004,7 +2004,7 @@
var o = api.ParsedData();
buildCounterParsedData++;
if (buildCounterParsedData < 3) {
- o.segments = buildUnnamed2986();
+ o.segments = buildUnnamed2987();
}
buildCounterParsedData--;
return o;
@@ -2013,7 +2013,7 @@
void checkParsedData(api.ParsedData o) {
buildCounterParsedData++;
if (buildCounterParsedData < 3) {
- checkUnnamed2986(o.segments!);
+ checkUnnamed2987(o.segments!);
}
buildCounterParsedData--;
}
@@ -2069,27 +2069,27 @@
buildCounterPatientId--;
}
-core.List<api.AuditConfig> buildUnnamed2987() {
+core.List<api.AuditConfig> buildUnnamed2988() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed2987(core.List<api.AuditConfig> o) {
+void checkUnnamed2988(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed2988() {
+core.List<api.Binding> buildUnnamed2989() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed2988(core.List<api.Binding> o) {
+void checkUnnamed2989(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -2100,8 +2100,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed2987();
- o.bindings = buildUnnamed2988();
+ o.auditConfigs = buildUnnamed2988();
+ o.bindings = buildUnnamed2989();
o.etag = 'foo';
o.version = 42;
}
@@ -2112,8 +2112,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed2987(o.auditConfigs!);
- checkUnnamed2988(o.bindings!);
+ checkUnnamed2988(o.auditConfigs!);
+ checkUnnamed2989(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -2188,14 +2188,14 @@
buildCounterReplaceWithInfoTypeConfig--;
}
-core.List<core.String> buildUnnamed2989() {
+core.List<core.String> buildUnnamed2990() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2989(core.List<core.String> o) {
+void checkUnnamed2990(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2212,7 +2212,7 @@
var o = api.Resources();
buildCounterResources++;
if (buildCounterResources < 3) {
- o.resources = buildUnnamed2989();
+ o.resources = buildUnnamed2990();
}
buildCounterResources--;
return o;
@@ -2221,7 +2221,7 @@
void checkResources(api.Resources o) {
buildCounterResources++;
if (buildCounterResources < 3) {
- checkUnnamed2989(o.resources!);
+ checkUnnamed2990(o.resources!);
}
buildCounterResources--;
}
@@ -2275,14 +2275,14 @@
buildCounterSearchResourcesRequest--;
}
-core.Map<core.String, core.String> buildUnnamed2990() {
+core.Map<core.String, core.String> buildUnnamed2991() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2990(core.Map<core.String, core.String> o) {
+void checkUnnamed2991(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2299,7 +2299,7 @@
var o = api.Segment();
buildCounterSegment++;
if (buildCounterSegment < 3) {
- o.fields = buildUnnamed2990();
+ o.fields = buildUnnamed2991();
o.segmentId = 'foo';
o.setId = 'foo';
}
@@ -2310,7 +2310,7 @@
void checkSegment(api.Segment o) {
buildCounterSegment++;
if (buildCounterSegment < 3) {
- checkUnnamed2990(o.fields!);
+ checkUnnamed2991(o.fields!);
unittest.expect(
o.segmentId!,
unittest.equals('foo'),
@@ -2347,7 +2347,7 @@
buildCounterSetIamPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed2991() {
+core.Map<core.String, core.Object> buildUnnamed2992() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2362,7 +2362,7 @@
return o;
}
-void checkUnnamed2991(core.Map<core.String, core.Object> o) {
+void checkUnnamed2992(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -2394,17 +2394,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2992() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2993() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2991());
- o.add(buildUnnamed2991());
+ o.add(buildUnnamed2992());
+ o.add(buildUnnamed2992());
return o;
}
-void checkUnnamed2992(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2993(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2991(o[0]);
- checkUnnamed2991(o[1]);
+ checkUnnamed2992(o[0]);
+ checkUnnamed2992(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2413,7 +2413,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2992();
+ o.details = buildUnnamed2993();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2427,7 +2427,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2992(o.details!);
+ checkUnnamed2993(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2436,48 +2436,6 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed2993() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2993(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterStreamConfig = 0;
-api.StreamConfig buildStreamConfig() {
- var o = api.StreamConfig();
- buildCounterStreamConfig++;
- if (buildCounterStreamConfig < 3) {
- o.bigqueryDestination =
- buildGoogleCloudHealthcareV1FhirBigQueryDestination();
- o.resourceTypes = buildUnnamed2993();
- }
- buildCounterStreamConfig--;
- return o;
-}
-
-void checkStreamConfig(api.StreamConfig o) {
- buildCounterStreamConfig++;
- if (buildCounterStreamConfig < 3) {
- checkGoogleCloudHealthcareV1FhirBigQueryDestination(o.bigqueryDestination!
- as api.GoogleCloudHealthcareV1FhirBigQueryDestination);
- checkUnnamed2993(o.resourceTypes!);
- }
- buildCounterStreamConfig--;
-}
-
core.List<core.String> buildUnnamed2994() {
var o = <core.String>[];
o.add('foo');
@@ -2497,23 +2455,27 @@
);
}
-core.int buildCounterTagFilterList = 0;
-api.TagFilterList buildTagFilterList() {
- var o = api.TagFilterList();
- buildCounterTagFilterList++;
- if (buildCounterTagFilterList < 3) {
- o.tags = buildUnnamed2994();
+core.int buildCounterStreamConfig = 0;
+api.StreamConfig buildStreamConfig() {
+ var o = api.StreamConfig();
+ buildCounterStreamConfig++;
+ if (buildCounterStreamConfig < 3) {
+ o.bigqueryDestination =
+ buildGoogleCloudHealthcareV1FhirBigQueryDestination();
+ o.resourceTypes = buildUnnamed2994();
}
- buildCounterTagFilterList--;
+ buildCounterStreamConfig--;
return o;
}
-void checkTagFilterList(api.TagFilterList o) {
- buildCounterTagFilterList++;
- if (buildCounterTagFilterList < 3) {
- checkUnnamed2994(o.tags!);
+void checkStreamConfig(api.StreamConfig o) {
+ buildCounterStreamConfig++;
+ if (buildCounterStreamConfig < 3) {
+ checkGoogleCloudHealthcareV1FhirBigQueryDestination(o.bigqueryDestination!
+ as api.GoogleCloudHealthcareV1FhirBigQueryDestination);
+ checkUnnamed2994(o.resourceTypes!);
}
- buildCounterTagFilterList--;
+ buildCounterStreamConfig--;
}
core.List<core.String> buildUnnamed2995() {
@@ -2535,23 +2497,23 @@
);
}
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed2995();
+core.int buildCounterTagFilterList = 0;
+api.TagFilterList buildTagFilterList() {
+ var o = api.TagFilterList();
+ buildCounterTagFilterList++;
+ if (buildCounterTagFilterList < 3) {
+ o.tags = buildUnnamed2995();
}
- buildCounterTestIamPermissionsRequest--;
+ buildCounterTagFilterList--;
return o;
}
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed2995(o.permissions!);
+void checkTagFilterList(api.TagFilterList o) {
+ buildCounterTagFilterList++;
+ if (buildCounterTagFilterList < 3) {
+ checkUnnamed2995(o.tags!);
}
- buildCounterTestIamPermissionsRequest--;
+ buildCounterTagFilterList--;
}
core.List<core.String> buildUnnamed2996() {
@@ -2573,12 +2535,50 @@
);
}
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed2996();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed2996(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
+core.List<core.String> buildUnnamed2997() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2997(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed2996();
+ o.permissions = buildUnnamed2997();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -2587,19 +2587,19 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed2996(o.permissions!);
+ checkUnnamed2997(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
-core.List<api.InfoTypeTransformation> buildUnnamed2997() {
+core.List<api.InfoTypeTransformation> buildUnnamed2998() {
var o = <api.InfoTypeTransformation>[];
o.add(buildInfoTypeTransformation());
o.add(buildInfoTypeTransformation());
return o;
}
-void checkUnnamed2997(core.List<api.InfoTypeTransformation> o) {
+void checkUnnamed2998(core.List<api.InfoTypeTransformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkInfoTypeTransformation(o[0] as api.InfoTypeTransformation);
checkInfoTypeTransformation(o[1] as api.InfoTypeTransformation);
@@ -2610,7 +2610,7 @@
var o = api.TextConfig();
buildCounterTextConfig++;
if (buildCounterTextConfig < 3) {
- o.transformations = buildUnnamed2997();
+ o.transformations = buildUnnamed2998();
}
buildCounterTextConfig--;
return o;
@@ -2619,7 +2619,7 @@
void checkTextConfig(api.TextConfig o) {
buildCounterTextConfig++;
if (buildCounterTextConfig < 3) {
- checkUnnamed2997(o.transformations!);
+ checkUnnamed2998(o.transformations!);
}
buildCounterTextConfig--;
}
diff --git a/generated/googleapis/test/iap/v1_test.dart b/generated/googleapis/test/iap/v1_test.dart
index 80a7dfb..cf9a4a4 100644
--- a/generated/googleapis/test/iap/v1_test.dart
+++ b/generated/googleapis/test/iap/v1_test.dart
@@ -102,14 +102,14 @@
buildCounterApplicationSettings--;
}
-core.List<core.String> buildUnnamed3211() {
+core.List<core.String> buildUnnamed3212() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3211(core.List<core.String> o) {
+void checkUnnamed3212(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -127,7 +127,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3211();
+ o.members = buildUnnamed3212();
o.role = 'foo';
}
buildCounterBinding--;
@@ -138,7 +138,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3211(o.members!);
+ checkUnnamed3212(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -274,14 +274,14 @@
buildCounterExpr--;
}
-core.List<core.String> buildUnnamed3212() {
+core.List<core.String> buildUnnamed3213() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3212(core.List<core.String> o) {
+void checkUnnamed3213(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -299,7 +299,7 @@
buildCounterGcipSettings++;
if (buildCounterGcipSettings < 3) {
o.loginPageUri = 'foo';
- o.tenantIds = buildUnnamed3212();
+ o.tenantIds = buildUnnamed3213();
}
buildCounterGcipSettings--;
return o;
@@ -312,7 +312,7 @@
o.loginPageUri!,
unittest.equals('foo'),
);
- checkUnnamed3212(o.tenantIds!);
+ checkUnnamed3213(o.tenantIds!);
}
buildCounterGcipSettings--;
}
@@ -416,14 +416,14 @@
buildCounterIdentityAwareProxyClient--;
}
-core.List<api.Brand> buildUnnamed3213() {
+core.List<api.Brand> buildUnnamed3214() {
var o = <api.Brand>[];
o.add(buildBrand());
o.add(buildBrand());
return o;
}
-void checkUnnamed3213(core.List<api.Brand> o) {
+void checkUnnamed3214(core.List<api.Brand> o) {
unittest.expect(o, unittest.hasLength(2));
checkBrand(o[0] as api.Brand);
checkBrand(o[1] as api.Brand);
@@ -434,7 +434,7 @@
var o = api.ListBrandsResponse();
buildCounterListBrandsResponse++;
if (buildCounterListBrandsResponse < 3) {
- o.brands = buildUnnamed3213();
+ o.brands = buildUnnamed3214();
}
buildCounterListBrandsResponse--;
return o;
@@ -443,19 +443,19 @@
void checkListBrandsResponse(api.ListBrandsResponse o) {
buildCounterListBrandsResponse++;
if (buildCounterListBrandsResponse < 3) {
- checkUnnamed3213(o.brands!);
+ checkUnnamed3214(o.brands!);
}
buildCounterListBrandsResponse--;
}
-core.List<api.IdentityAwareProxyClient> buildUnnamed3214() {
+core.List<api.IdentityAwareProxyClient> buildUnnamed3215() {
var o = <api.IdentityAwareProxyClient>[];
o.add(buildIdentityAwareProxyClient());
o.add(buildIdentityAwareProxyClient());
return o;
}
-void checkUnnamed3214(core.List<api.IdentityAwareProxyClient> o) {
+void checkUnnamed3215(core.List<api.IdentityAwareProxyClient> o) {
unittest.expect(o, unittest.hasLength(2));
checkIdentityAwareProxyClient(o[0] as api.IdentityAwareProxyClient);
checkIdentityAwareProxyClient(o[1] as api.IdentityAwareProxyClient);
@@ -467,7 +467,7 @@
var o = api.ListIdentityAwareProxyClientsResponse();
buildCounterListIdentityAwareProxyClientsResponse++;
if (buildCounterListIdentityAwareProxyClientsResponse < 3) {
- o.identityAwareProxyClients = buildUnnamed3214();
+ o.identityAwareProxyClients = buildUnnamed3215();
o.nextPageToken = 'foo';
}
buildCounterListIdentityAwareProxyClientsResponse--;
@@ -478,7 +478,7 @@
api.ListIdentityAwareProxyClientsResponse o) {
buildCounterListIdentityAwareProxyClientsResponse++;
if (buildCounterListIdentityAwareProxyClientsResponse < 3) {
- checkUnnamed3214(o.identityAwareProxyClients!);
+ checkUnnamed3215(o.identityAwareProxyClients!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -509,14 +509,14 @@
buildCounterOAuthSettings--;
}
-core.List<api.Binding> buildUnnamed3215() {
+core.List<api.Binding> buildUnnamed3216() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed3215(core.List<api.Binding> o) {
+void checkUnnamed3216(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -527,7 +527,7 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed3215();
+ o.bindings = buildUnnamed3216();
o.etag = 'foo';
o.version = 42;
}
@@ -538,7 +538,7 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed3215(o.bindings!);
+ checkUnnamed3216(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -631,14 +631,14 @@
buildCounterResetIdentityAwareProxyClientSecretRequest--;
}
-core.Map<core.String, core.String> buildUnnamed3216() {
+core.Map<core.String, core.String> buildUnnamed3217() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3216(core.Map<core.String, core.String> o) {
+void checkUnnamed3217(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -655,7 +655,7 @@
var o = api.Resource();
buildCounterResource++;
if (buildCounterResource < 3) {
- o.labels = buildUnnamed3216();
+ o.labels = buildUnnamed3217();
o.name = 'foo';
o.service = 'foo';
o.type = 'foo';
@@ -667,7 +667,7 @@
void checkResource(api.Resource o) {
buildCounterResource++;
if (buildCounterResource < 3) {
- checkUnnamed3216(o.labels!);
+ checkUnnamed3217(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -703,44 +703,6 @@
buildCounterSetIamPolicyRequest--;
}
-core.List<core.String> buildUnnamed3217() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3217(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed3217();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed3217(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
core.List<core.String> buildUnnamed3218() {
var o = <core.String>[];
o.add('foo');
@@ -760,12 +722,50 @@
);
}
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed3218();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed3218(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
+core.List<core.String> buildUnnamed3219() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3219(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed3218();
+ o.permissions = buildUnnamed3219();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -774,7 +774,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed3218(o.permissions!);
+ checkUnnamed3219(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/jobs/v3_test.dart b/generated/googleapis/test/jobs/v3_test.dart
index 28e7180..9587bee 100644
--- a/generated/googleapis/test/jobs/v3_test.dart
+++ b/generated/googleapis/test/jobs/v3_test.dart
@@ -27,25 +27,6 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed3219() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3219(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3220() {
var o = <core.String>[];
o.add('foo');
@@ -65,14 +46,33 @@
);
}
+core.List<core.String> buildUnnamed3221() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3221(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterApplicationInfo = 0;
api.ApplicationInfo buildApplicationInfo() {
var o = api.ApplicationInfo();
buildCounterApplicationInfo++;
if (buildCounterApplicationInfo < 3) {
- o.emails = buildUnnamed3219();
+ o.emails = buildUnnamed3220();
o.instruction = 'foo';
- o.uris = buildUnnamed3220();
+ o.uris = buildUnnamed3221();
}
buildCounterApplicationInfo--;
return o;
@@ -81,12 +81,12 @@
void checkApplicationInfo(api.ApplicationInfo o) {
buildCounterApplicationInfo++;
if (buildCounterApplicationInfo < 3) {
- checkUnnamed3219(o.emails!);
+ checkUnnamed3220(o.emails!);
unittest.expect(
o.instruction!,
unittest.equals('foo'),
);
- checkUnnamed3220(o.uris!);
+ checkUnnamed3221(o.uris!);
}
buildCounterApplicationInfo--;
}
@@ -164,14 +164,14 @@
buildCounterBucketizedCount--;
}
-core.Map<core.String, core.String> buildUnnamed3221() {
+core.Map<core.String, core.String> buildUnnamed3222() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3221(core.Map<core.String, core.String> o) {
+void checkUnnamed3222(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -190,7 +190,7 @@
if (buildCounterClientEvent < 3) {
o.createTime = 'foo';
o.eventId = 'foo';
- o.extraInfo = buildUnnamed3221();
+ o.extraInfo = buildUnnamed3222();
o.jobEvent = buildJobEvent();
o.parentEventId = 'foo';
o.requestId = 'foo';
@@ -210,7 +210,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3221(o.extraInfo!);
+ checkUnnamed3222(o.extraInfo!);
checkJobEvent(o.jobEvent! as api.JobEvent);
unittest.expect(
o.parentEventId!,
@@ -286,14 +286,14 @@
buildCounterCommuteInfo--;
}
-core.List<core.String> buildUnnamed3222() {
+core.List<core.String> buildUnnamed3223() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3222(core.List<core.String> o) {
+void checkUnnamed3223(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -318,7 +318,7 @@
o.headquartersAddress = 'foo';
o.hiringAgency = true;
o.imageUri = 'foo';
- o.keywordSearchableJobCustomAttributes = buildUnnamed3222();
+ o.keywordSearchableJobCustomAttributes = buildUnnamed3223();
o.name = 'foo';
o.size = 'foo';
o.suspended = true;
@@ -357,7 +357,7 @@
o.imageUri!,
unittest.equals('foo'),
);
- checkUnnamed3222(o.keywordSearchableJobCustomAttributes!);
+ checkUnnamed3223(o.keywordSearchableJobCustomAttributes!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -435,14 +435,14 @@
buildCounterCompensationEntry--;
}
-core.List<core.String> buildUnnamed3223() {
+core.List<core.String> buildUnnamed3224() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3223(core.List<core.String> o) {
+void checkUnnamed3224(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -462,7 +462,7 @@
o.includeJobsWithUnspecifiedCompensationRange = true;
o.range = buildCompensationRange();
o.type = 'foo';
- o.units = buildUnnamed3223();
+ o.units = buildUnnamed3224();
}
buildCounterCompensationFilter--;
return o;
@@ -478,7 +478,7 @@
o.type!,
unittest.equals('foo'),
);
- checkUnnamed3223(o.units!);
+ checkUnnamed3224(o.units!);
}
buildCounterCompensationFilter--;
}
@@ -532,14 +532,14 @@
buildCounterCompensationHistogramResult--;
}
-core.List<api.CompensationEntry> buildUnnamed3224() {
+core.List<api.CompensationEntry> buildUnnamed3225() {
var o = <api.CompensationEntry>[];
o.add(buildCompensationEntry());
o.add(buildCompensationEntry());
return o;
}
-void checkUnnamed3224(core.List<api.CompensationEntry> o) {
+void checkUnnamed3225(core.List<api.CompensationEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompensationEntry(o[0] as api.CompensationEntry);
checkCompensationEntry(o[1] as api.CompensationEntry);
@@ -552,7 +552,7 @@
if (buildCounterCompensationInfo < 3) {
o.annualizedBaseCompensationRange = buildCompensationRange();
o.annualizedTotalCompensationRange = buildCompensationRange();
- o.entries = buildUnnamed3224();
+ o.entries = buildUnnamed3225();
}
buildCounterCompensationInfo--;
return o;
@@ -565,7 +565,7 @@
o.annualizedBaseCompensationRange! as api.CompensationRange);
checkCompensationRange(
o.annualizedTotalCompensationRange! as api.CompensationRange);
- checkUnnamed3224(o.entries!);
+ checkUnnamed3225(o.entries!);
}
buildCounterCompensationInfo--;
}
@@ -591,14 +591,14 @@
buildCounterCompensationRange--;
}
-core.List<api.CompletionResult> buildUnnamed3225() {
+core.List<api.CompletionResult> buildUnnamed3226() {
var o = <api.CompletionResult>[];
o.add(buildCompletionResult());
o.add(buildCompletionResult());
return o;
}
-void checkUnnamed3225(core.List<api.CompletionResult> o) {
+void checkUnnamed3226(core.List<api.CompletionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompletionResult(o[0] as api.CompletionResult);
checkCompletionResult(o[1] as api.CompletionResult);
@@ -609,7 +609,7 @@
var o = api.CompleteQueryResponse();
buildCounterCompleteQueryResponse++;
if (buildCounterCompleteQueryResponse < 3) {
- o.completionResults = buildUnnamed3225();
+ o.completionResults = buildUnnamed3226();
o.metadata = buildResponseMetadata();
}
buildCounterCompleteQueryResponse--;
@@ -619,7 +619,7 @@
void checkCompleteQueryResponse(api.CompleteQueryResponse o) {
buildCounterCompleteQueryResponse++;
if (buildCounterCompleteQueryResponse < 3) {
- checkUnnamed3225(o.completionResults!);
+ checkUnnamed3226(o.completionResults!);
checkResponseMetadata(o.metadata! as api.ResponseMetadata);
}
buildCounterCompleteQueryResponse--;
@@ -714,25 +714,6 @@
buildCounterCreateJobRequest--;
}
-core.List<core.String> buildUnnamed3226() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3226(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3227() {
var o = <core.String>[];
o.add('foo');
@@ -752,14 +733,33 @@
);
}
+core.List<core.String> buildUnnamed3228() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3228(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterCustomAttribute = 0;
api.CustomAttribute buildCustomAttribute() {
var o = api.CustomAttribute();
buildCounterCustomAttribute++;
if (buildCounterCustomAttribute < 3) {
o.filterable = true;
- o.longValues = buildUnnamed3226();
- o.stringValues = buildUnnamed3227();
+ o.longValues = buildUnnamed3227();
+ o.stringValues = buildUnnamed3228();
}
buildCounterCustomAttribute--;
return o;
@@ -769,8 +769,8 @@
buildCounterCustomAttribute++;
if (buildCounterCustomAttribute < 3) {
unittest.expect(o.filterable!, unittest.isTrue);
- checkUnnamed3226(o.longValues!);
- checkUnnamed3227(o.stringValues!);
+ checkUnnamed3227(o.longValues!);
+ checkUnnamed3228(o.stringValues!);
}
buildCounterCustomAttribute--;
}
@@ -803,14 +803,14 @@
buildCounterCustomAttributeHistogramRequest--;
}
-core.Map<core.String, core.int> buildUnnamed3228() {
+core.Map<core.String, core.int> buildUnnamed3229() {
var o = <core.String, core.int>{};
o['x'] = 42;
o['y'] = 42;
return o;
}
-void checkUnnamed3228(core.Map<core.String, core.int> o) {
+void checkUnnamed3229(core.Map<core.String, core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -829,7 +829,7 @@
if (buildCounterCustomAttributeHistogramResult < 3) {
o.key = 'foo';
o.longValueHistogramResult = buildNumericBucketingResult();
- o.stringValueHistogramResult = buildUnnamed3228();
+ o.stringValueHistogramResult = buildUnnamed3229();
}
buildCounterCustomAttributeHistogramResult--;
return o;
@@ -844,7 +844,7 @@
);
checkNumericBucketingResult(
o.longValueHistogramResult! as api.NumericBucketingResult);
- checkUnnamed3228(o.stringValueHistogramResult!);
+ checkUnnamed3229(o.stringValueHistogramResult!);
}
buildCounterCustomAttributeHistogramResult--;
}
@@ -891,27 +891,27 @@
buildCounterEmpty--;
}
-core.List<api.CompensationHistogramRequest> buildUnnamed3229() {
+core.List<api.CompensationHistogramRequest> buildUnnamed3230() {
var o = <api.CompensationHistogramRequest>[];
o.add(buildCompensationHistogramRequest());
o.add(buildCompensationHistogramRequest());
return o;
}
-void checkUnnamed3229(core.List<api.CompensationHistogramRequest> o) {
+void checkUnnamed3230(core.List<api.CompensationHistogramRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompensationHistogramRequest(o[0] as api.CompensationHistogramRequest);
checkCompensationHistogramRequest(o[1] as api.CompensationHistogramRequest);
}
-core.List<api.CustomAttributeHistogramRequest> buildUnnamed3230() {
+core.List<api.CustomAttributeHistogramRequest> buildUnnamed3231() {
var o = <api.CustomAttributeHistogramRequest>[];
o.add(buildCustomAttributeHistogramRequest());
o.add(buildCustomAttributeHistogramRequest());
return o;
}
-void checkUnnamed3230(core.List<api.CustomAttributeHistogramRequest> o) {
+void checkUnnamed3231(core.List<api.CustomAttributeHistogramRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomAttributeHistogramRequest(
o[0] as api.CustomAttributeHistogramRequest);
@@ -919,14 +919,14 @@
o[1] as api.CustomAttributeHistogramRequest);
}
-core.List<core.String> buildUnnamed3231() {
+core.List<core.String> buildUnnamed3232() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3231(core.List<core.String> o) {
+void checkUnnamed3232(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -943,9 +943,9 @@
var o = api.HistogramFacets();
buildCounterHistogramFacets++;
if (buildCounterHistogramFacets < 3) {
- o.compensationHistogramFacets = buildUnnamed3229();
- o.customAttributeHistogramFacets = buildUnnamed3230();
- o.simpleHistogramFacets = buildUnnamed3231();
+ o.compensationHistogramFacets = buildUnnamed3230();
+ o.customAttributeHistogramFacets = buildUnnamed3231();
+ o.simpleHistogramFacets = buildUnnamed3232();
}
buildCounterHistogramFacets--;
return o;
@@ -954,21 +954,21 @@
void checkHistogramFacets(api.HistogramFacets o) {
buildCounterHistogramFacets++;
if (buildCounterHistogramFacets < 3) {
- checkUnnamed3229(o.compensationHistogramFacets!);
- checkUnnamed3230(o.customAttributeHistogramFacets!);
- checkUnnamed3231(o.simpleHistogramFacets!);
+ checkUnnamed3230(o.compensationHistogramFacets!);
+ checkUnnamed3231(o.customAttributeHistogramFacets!);
+ checkUnnamed3232(o.simpleHistogramFacets!);
}
buildCounterHistogramFacets--;
}
-core.Map<core.String, core.int> buildUnnamed3232() {
+core.Map<core.String, core.int> buildUnnamed3233() {
var o = <core.String, core.int>{};
o['x'] = 42;
o['y'] = 42;
return o;
}
-void checkUnnamed3232(core.Map<core.String, core.int> o) {
+void checkUnnamed3233(core.Map<core.String, core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -986,7 +986,7 @@
buildCounterHistogramResult++;
if (buildCounterHistogramResult < 3) {
o.searchType = 'foo';
- o.values = buildUnnamed3232();
+ o.values = buildUnnamed3233();
}
buildCounterHistogramResult--;
return o;
@@ -999,32 +999,32 @@
o.searchType!,
unittest.equals('foo'),
);
- checkUnnamed3232(o.values!);
+ checkUnnamed3233(o.values!);
}
buildCounterHistogramResult--;
}
-core.List<api.CompensationHistogramResult> buildUnnamed3233() {
+core.List<api.CompensationHistogramResult> buildUnnamed3234() {
var o = <api.CompensationHistogramResult>[];
o.add(buildCompensationHistogramResult());
o.add(buildCompensationHistogramResult());
return o;
}
-void checkUnnamed3233(core.List<api.CompensationHistogramResult> o) {
+void checkUnnamed3234(core.List<api.CompensationHistogramResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompensationHistogramResult(o[0] as api.CompensationHistogramResult);
checkCompensationHistogramResult(o[1] as api.CompensationHistogramResult);
}
-core.List<api.CustomAttributeHistogramResult> buildUnnamed3234() {
+core.List<api.CustomAttributeHistogramResult> buildUnnamed3235() {
var o = <api.CustomAttributeHistogramResult>[];
o.add(buildCustomAttributeHistogramResult());
o.add(buildCustomAttributeHistogramResult());
return o;
}
-void checkUnnamed3234(core.List<api.CustomAttributeHistogramResult> o) {
+void checkUnnamed3235(core.List<api.CustomAttributeHistogramResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomAttributeHistogramResult(
o[0] as api.CustomAttributeHistogramResult);
@@ -1032,14 +1032,14 @@
o[1] as api.CustomAttributeHistogramResult);
}
-core.List<api.HistogramResult> buildUnnamed3235() {
+core.List<api.HistogramResult> buildUnnamed3236() {
var o = <api.HistogramResult>[];
o.add(buildHistogramResult());
o.add(buildHistogramResult());
return o;
}
-void checkUnnamed3235(core.List<api.HistogramResult> o) {
+void checkUnnamed3236(core.List<api.HistogramResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistogramResult(o[0] as api.HistogramResult);
checkHistogramResult(o[1] as api.HistogramResult);
@@ -1050,9 +1050,9 @@
var o = api.HistogramResults();
buildCounterHistogramResults++;
if (buildCounterHistogramResults < 3) {
- o.compensationHistogramResults = buildUnnamed3233();
- o.customAttributeHistogramResults = buildUnnamed3234();
- o.simpleHistogramResults = buildUnnamed3235();
+ o.compensationHistogramResults = buildUnnamed3234();
+ o.customAttributeHistogramResults = buildUnnamed3235();
+ o.simpleHistogramResults = buildUnnamed3236();
}
buildCounterHistogramResults--;
return o;
@@ -1061,21 +1061,21 @@
void checkHistogramResults(api.HistogramResults o) {
buildCounterHistogramResults++;
if (buildCounterHistogramResults < 3) {
- checkUnnamed3233(o.compensationHistogramResults!);
- checkUnnamed3234(o.customAttributeHistogramResults!);
- checkUnnamed3235(o.simpleHistogramResults!);
+ checkUnnamed3234(o.compensationHistogramResults!);
+ checkUnnamed3235(o.customAttributeHistogramResults!);
+ checkUnnamed3236(o.simpleHistogramResults!);
}
buildCounterHistogramResults--;
}
-core.List<core.String> buildUnnamed3236() {
+core.List<core.String> buildUnnamed3237() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3236(core.List<core.String> o) {
+void checkUnnamed3237(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1087,38 +1087,19 @@
);
}
-core.Map<core.String, api.CustomAttribute> buildUnnamed3237() {
+core.Map<core.String, api.CustomAttribute> buildUnnamed3238() {
var o = <core.String, api.CustomAttribute>{};
o['x'] = buildCustomAttribute();
o['y'] = buildCustomAttribute();
return o;
}
-void checkUnnamed3237(core.Map<core.String, api.CustomAttribute> o) {
+void checkUnnamed3238(core.Map<core.String, api.CustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomAttribute(o['x']! as api.CustomAttribute);
checkCustomAttribute(o['y']! as api.CustomAttribute);
}
-core.List<core.String> buildUnnamed3238() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3238(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3239() {
var o = <core.String>[];
o.add('foo');
@@ -1157,24 +1138,43 @@
);
}
+core.List<core.String> buildUnnamed3241() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3241(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterJob = 0;
api.Job buildJob() {
var o = api.Job();
buildCounterJob++;
if (buildCounterJob < 3) {
- o.addresses = buildUnnamed3236();
+ o.addresses = buildUnnamed3237();
o.applicationInfo = buildApplicationInfo();
o.companyDisplayName = 'foo';
o.companyName = 'foo';
o.compensationInfo = buildCompensationInfo();
- o.customAttributes = buildUnnamed3237();
- o.degreeTypes = buildUnnamed3238();
+ o.customAttributes = buildUnnamed3238();
+ o.degreeTypes = buildUnnamed3239();
o.department = 'foo';
o.derivedInfo = buildJobDerivedInfo();
o.description = 'foo';
- o.employmentTypes = buildUnnamed3239();
+ o.employmentTypes = buildUnnamed3240();
o.incentives = 'foo';
- o.jobBenefits = buildUnnamed3240();
+ o.jobBenefits = buildUnnamed3241();
o.jobEndTime = 'foo';
o.jobLevel = 'foo';
o.jobStartTime = 'foo';
@@ -1200,7 +1200,7 @@
void checkJob(api.Job o) {
buildCounterJob++;
if (buildCounterJob < 3) {
- checkUnnamed3236(o.addresses!);
+ checkUnnamed3237(o.addresses!);
checkApplicationInfo(o.applicationInfo! as api.ApplicationInfo);
unittest.expect(
o.companyDisplayName!,
@@ -1211,8 +1211,8 @@
unittest.equals('foo'),
);
checkCompensationInfo(o.compensationInfo! as api.CompensationInfo);
- checkUnnamed3237(o.customAttributes!);
- checkUnnamed3238(o.degreeTypes!);
+ checkUnnamed3238(o.customAttributes!);
+ checkUnnamed3239(o.degreeTypes!);
unittest.expect(
o.department!,
unittest.equals('foo'),
@@ -1222,12 +1222,12 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed3239(o.employmentTypes!);
+ checkUnnamed3240(o.employmentTypes!);
unittest.expect(
o.incentives!,
unittest.equals('foo'),
);
- checkUnnamed3240(o.jobBenefits!);
+ checkUnnamed3241(o.jobBenefits!);
unittest.expect(
o.jobEndTime!,
unittest.equals('foo'),
@@ -1297,14 +1297,14 @@
buildCounterJob--;
}
-core.List<core.String> buildUnnamed3241() {
+core.List<core.String> buildUnnamed3242() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3241(core.List<core.String> o) {
+void checkUnnamed3242(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1316,14 +1316,14 @@
);
}
-core.List<api.Location> buildUnnamed3242() {
+core.List<api.Location> buildUnnamed3243() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed3242(core.List<api.Location> o) {
+void checkUnnamed3243(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1334,8 +1334,8 @@
var o = api.JobDerivedInfo();
buildCounterJobDerivedInfo++;
if (buildCounterJobDerivedInfo < 3) {
- o.jobCategories = buildUnnamed3241();
- o.locations = buildUnnamed3242();
+ o.jobCategories = buildUnnamed3242();
+ o.locations = buildUnnamed3243();
}
buildCounterJobDerivedInfo--;
return o;
@@ -1344,55 +1344,12 @@
void checkJobDerivedInfo(api.JobDerivedInfo o) {
buildCounterJobDerivedInfo++;
if (buildCounterJobDerivedInfo < 3) {
- checkUnnamed3241(o.jobCategories!);
- checkUnnamed3242(o.locations!);
+ checkUnnamed3242(o.jobCategories!);
+ checkUnnamed3243(o.locations!);
}
buildCounterJobDerivedInfo--;
}
-core.List<core.String> buildUnnamed3243() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3243(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterJobEvent = 0;
-api.JobEvent buildJobEvent() {
- var o = api.JobEvent();
- buildCounterJobEvent++;
- if (buildCounterJobEvent < 3) {
- o.jobs = buildUnnamed3243();
- o.type = 'foo';
- }
- buildCounterJobEvent--;
- return o;
-}
-
-void checkJobEvent(api.JobEvent o) {
- buildCounterJobEvent++;
- if (buildCounterJobEvent < 3) {
- checkUnnamed3243(o.jobs!);
- unittest.expect(
- o.type!,
- unittest.equals('foo'),
- );
- }
- buildCounterJobEvent--;
-}
-
core.List<core.String> buildUnnamed3244() {
var o = <core.String>[];
o.add('foo');
@@ -1412,6 +1369,30 @@
);
}
+core.int buildCounterJobEvent = 0;
+api.JobEvent buildJobEvent() {
+ var o = api.JobEvent();
+ buildCounterJobEvent++;
+ if (buildCounterJobEvent < 3) {
+ o.jobs = buildUnnamed3244();
+ o.type = 'foo';
+ }
+ buildCounterJobEvent--;
+ return o;
+}
+
+void checkJobEvent(api.JobEvent o) {
+ buildCounterJobEvent++;
+ if (buildCounterJobEvent < 3) {
+ checkUnnamed3244(o.jobs!);
+ unittest.expect(
+ o.type!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterJobEvent--;
+}
+
core.List<core.String> buildUnnamed3245() {
var o = <core.String>[];
o.add('foo');
@@ -1488,14 +1469,33 @@
);
}
-core.List<api.LocationFilter> buildUnnamed3249() {
+core.List<core.String> buildUnnamed3249() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3249(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.LocationFilter> buildUnnamed3250() {
var o = <api.LocationFilter>[];
o.add(buildLocationFilter());
o.add(buildLocationFilter());
return o;
}
-void checkUnnamed3249(core.List<api.LocationFilter> o) {
+void checkUnnamed3250(core.List<api.LocationFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocationFilter(o[0] as api.LocationFilter);
checkLocationFilter(o[1] as api.LocationFilter);
@@ -1507,15 +1507,15 @@
buildCounterJobQuery++;
if (buildCounterJobQuery < 3) {
o.commuteFilter = buildCommuteFilter();
- o.companyDisplayNames = buildUnnamed3244();
- o.companyNames = buildUnnamed3245();
+ o.companyDisplayNames = buildUnnamed3245();
+ o.companyNames = buildUnnamed3246();
o.compensationFilter = buildCompensationFilter();
o.customAttributeFilter = 'foo';
o.disableSpellCheck = true;
- o.employmentTypes = buildUnnamed3246();
- o.jobCategories = buildUnnamed3247();
- o.languageCodes = buildUnnamed3248();
- o.locationFilters = buildUnnamed3249();
+ o.employmentTypes = buildUnnamed3247();
+ o.jobCategories = buildUnnamed3248();
+ o.languageCodes = buildUnnamed3249();
+ o.locationFilters = buildUnnamed3250();
o.publishTimeRange = buildTimestampRange();
o.query = 'foo';
o.queryLanguageCode = 'foo';
@@ -1528,18 +1528,18 @@
buildCounterJobQuery++;
if (buildCounterJobQuery < 3) {
checkCommuteFilter(o.commuteFilter! as api.CommuteFilter);
- checkUnnamed3244(o.companyDisplayNames!);
- checkUnnamed3245(o.companyNames!);
+ checkUnnamed3245(o.companyDisplayNames!);
+ checkUnnamed3246(o.companyNames!);
checkCompensationFilter(o.compensationFilter! as api.CompensationFilter);
unittest.expect(
o.customAttributeFilter!,
unittest.equals('foo'),
);
unittest.expect(o.disableSpellCheck!, unittest.isTrue);
- checkUnnamed3246(o.employmentTypes!);
- checkUnnamed3247(o.jobCategories!);
- checkUnnamed3248(o.languageCodes!);
- checkUnnamed3249(o.locationFilters!);
+ checkUnnamed3247(o.employmentTypes!);
+ checkUnnamed3248(o.jobCategories!);
+ checkUnnamed3249(o.languageCodes!);
+ checkUnnamed3250(o.locationFilters!);
checkTimestampRange(o.publishTimeRange! as api.TimestampRange);
unittest.expect(
o.query!,
@@ -1580,14 +1580,14 @@
buildCounterLatLng--;
}
-core.List<api.Company> buildUnnamed3250() {
+core.List<api.Company> buildUnnamed3251() {
var o = <api.Company>[];
o.add(buildCompany());
o.add(buildCompany());
return o;
}
-void checkUnnamed3250(core.List<api.Company> o) {
+void checkUnnamed3251(core.List<api.Company> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompany(o[0] as api.Company);
checkCompany(o[1] as api.Company);
@@ -1598,7 +1598,7 @@
var o = api.ListCompaniesResponse();
buildCounterListCompaniesResponse++;
if (buildCounterListCompaniesResponse < 3) {
- o.companies = buildUnnamed3250();
+ o.companies = buildUnnamed3251();
o.metadata = buildResponseMetadata();
o.nextPageToken = 'foo';
}
@@ -1609,7 +1609,7 @@
void checkListCompaniesResponse(api.ListCompaniesResponse o) {
buildCounterListCompaniesResponse++;
if (buildCounterListCompaniesResponse < 3) {
- checkUnnamed3250(o.companies!);
+ checkUnnamed3251(o.companies!);
checkResponseMetadata(o.metadata! as api.ResponseMetadata);
unittest.expect(
o.nextPageToken!,
@@ -1619,14 +1619,14 @@
buildCounterListCompaniesResponse--;
}
-core.List<api.Job> buildUnnamed3251() {
+core.List<api.Job> buildUnnamed3252() {
var o = <api.Job>[];
o.add(buildJob());
o.add(buildJob());
return o;
}
-void checkUnnamed3251(core.List<api.Job> o) {
+void checkUnnamed3252(core.List<api.Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkJob(o[0] as api.Job);
checkJob(o[1] as api.Job);
@@ -1637,7 +1637,7 @@
var o = api.ListJobsResponse();
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- o.jobs = buildUnnamed3251();
+ o.jobs = buildUnnamed3252();
o.metadata = buildResponseMetadata();
o.nextPageToken = 'foo';
}
@@ -1648,7 +1648,7 @@
void checkListJobsResponse(api.ListJobsResponse o) {
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- checkUnnamed3251(o.jobs!);
+ checkUnnamed3252(o.jobs!);
checkResponseMetadata(o.metadata! as api.ResponseMetadata);
unittest.expect(
o.nextPageToken!,
@@ -1764,14 +1764,14 @@
buildCounterMatchingJob--;
}
-core.Map<core.String, api.NamespacedDebugInput> buildUnnamed3252() {
+core.Map<core.String, api.NamespacedDebugInput> buildUnnamed3253() {
var o = <core.String, api.NamespacedDebugInput>{};
o['x'] = buildNamespacedDebugInput();
o['y'] = buildNamespacedDebugInput();
return o;
}
-void checkUnnamed3252(core.Map<core.String, api.NamespacedDebugInput> o) {
+void checkUnnamed3253(core.Map<core.String, api.NamespacedDebugInput> o) {
unittest.expect(o, unittest.hasLength(2));
checkNamespacedDebugInput(o['x']! as api.NamespacedDebugInput);
checkNamespacedDebugInput(o['y']! as api.NamespacedDebugInput);
@@ -1782,7 +1782,7 @@
var o = api.MendelDebugInput();
buildCounterMendelDebugInput++;
if (buildCounterMendelDebugInput < 3) {
- o.namespacedDebugInput = buildUnnamed3252();
+ o.namespacedDebugInput = buildUnnamed3253();
}
buildCounterMendelDebugInput--;
return o;
@@ -1791,7 +1791,7 @@
void checkMendelDebugInput(api.MendelDebugInput o) {
buildCounterMendelDebugInput++;
if (buildCounterMendelDebugInput < 3) {
- checkUnnamed3252(o.namespacedDebugInput!);
+ checkUnnamed3253(o.namespacedDebugInput!);
}
buildCounterMendelDebugInput--;
}
@@ -1828,25 +1828,6 @@
buildCounterMoney--;
}
-core.List<core.String> buildUnnamed3253() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3253(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3254() {
var o = <core.String>[];
o.add('foo');
@@ -1866,33 +1847,14 @@
);
}
-core.List<core.int> buildUnnamed3255() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
- return o;
-}
-
-void checkUnnamed3255(core.List<core.int> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42),
- );
- unittest.expect(
- o[1],
- unittest.equals(42),
- );
-}
-
-core.List<core.String> buildUnnamed3256() {
+core.List<core.String> buildUnnamed3255() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3256(core.List<core.String> o) {
+void checkUnnamed3255(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1904,6 +1866,25 @@
);
}
+core.List<core.int> buildUnnamed3256() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed3256(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
core.List<core.String> buildUnnamed3257() {
var o = <core.String>[];
o.add('foo');
@@ -1923,33 +1904,14 @@
);
}
-core.List<core.int> buildUnnamed3258() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
- return o;
-}
-
-void checkUnnamed3258(core.List<core.int> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42),
- );
- unittest.expect(
- o[1],
- unittest.equals(42),
- );
-}
-
-core.List<core.String> buildUnnamed3259() {
+core.List<core.String> buildUnnamed3258() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3259(core.List<core.String> o) {
+void checkUnnamed3258(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1961,6 +1923,25 @@
);
}
+core.List<core.int> buildUnnamed3259() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed3259(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
core.List<core.String> buildUnnamed3260() {
var o = <core.String>[];
o.add('foo');
@@ -1980,14 +1961,33 @@
);
}
-core.List<core.int> buildUnnamed3261() {
+core.List<core.String> buildUnnamed3261() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3261(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.int> buildUnnamed3262() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed3261(core.List<core.int> o) {
+void checkUnnamed3262(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1999,14 +1999,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed3262() {
+core.Map<core.String, core.String> buildUnnamed3263() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3262(core.Map<core.String, core.String> o) {
+void checkUnnamed3263(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2018,14 +2018,14 @@
);
}
-core.Map<core.String, core.bool> buildUnnamed3263() {
+core.Map<core.String, core.bool> buildUnnamed3264() {
var o = <core.String, core.bool>{};
o['x'] = true;
o['y'] = true;
return o;
}
-void checkUnnamed3263(core.Map<core.String, core.bool> o) {
+void checkUnnamed3264(core.Map<core.String, core.bool> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o['x']!, unittest.isTrue);
unittest.expect(o['y']!, unittest.isTrue);
@@ -2036,20 +2036,20 @@
var o = api.NamespacedDebugInput();
buildCounterNamespacedDebugInput++;
if (buildCounterNamespacedDebugInput < 3) {
- o.absolutelyForcedExpNames = buildUnnamed3253();
- o.absolutelyForcedExpTags = buildUnnamed3254();
- o.absolutelyForcedExps = buildUnnamed3255();
- o.conditionallyForcedExpNames = buildUnnamed3256();
- o.conditionallyForcedExpTags = buildUnnamed3257();
- o.conditionallyForcedExps = buildUnnamed3258();
+ o.absolutelyForcedExpNames = buildUnnamed3254();
+ o.absolutelyForcedExpTags = buildUnnamed3255();
+ o.absolutelyForcedExps = buildUnnamed3256();
+ o.conditionallyForcedExpNames = buildUnnamed3257();
+ o.conditionallyForcedExpTags = buildUnnamed3258();
+ o.conditionallyForcedExps = buildUnnamed3259();
o.disableAutomaticEnrollmentSelection = true;
- o.disableExpNames = buildUnnamed3259();
- o.disableExpTags = buildUnnamed3260();
- o.disableExps = buildUnnamed3261();
+ o.disableExpNames = buildUnnamed3260();
+ o.disableExpTags = buildUnnamed3261();
+ o.disableExps = buildUnnamed3262();
o.disableManualEnrollmentSelection = true;
o.disableOrganicSelection = true;
- o.forcedFlags = buildUnnamed3262();
- o.forcedRollouts = buildUnnamed3263();
+ o.forcedFlags = buildUnnamed3263();
+ o.forcedRollouts = buildUnnamed3264();
}
buildCounterNamespacedDebugInput--;
return o;
@@ -2058,32 +2058,32 @@
void checkNamespacedDebugInput(api.NamespacedDebugInput o) {
buildCounterNamespacedDebugInput++;
if (buildCounterNamespacedDebugInput < 3) {
- checkUnnamed3253(o.absolutelyForcedExpNames!);
- checkUnnamed3254(o.absolutelyForcedExpTags!);
- checkUnnamed3255(o.absolutelyForcedExps!);
- checkUnnamed3256(o.conditionallyForcedExpNames!);
- checkUnnamed3257(o.conditionallyForcedExpTags!);
- checkUnnamed3258(o.conditionallyForcedExps!);
+ checkUnnamed3254(o.absolutelyForcedExpNames!);
+ checkUnnamed3255(o.absolutelyForcedExpTags!);
+ checkUnnamed3256(o.absolutelyForcedExps!);
+ checkUnnamed3257(o.conditionallyForcedExpNames!);
+ checkUnnamed3258(o.conditionallyForcedExpTags!);
+ checkUnnamed3259(o.conditionallyForcedExps!);
unittest.expect(o.disableAutomaticEnrollmentSelection!, unittest.isTrue);
- checkUnnamed3259(o.disableExpNames!);
- checkUnnamed3260(o.disableExpTags!);
- checkUnnamed3261(o.disableExps!);
+ checkUnnamed3260(o.disableExpNames!);
+ checkUnnamed3261(o.disableExpTags!);
+ checkUnnamed3262(o.disableExps!);
unittest.expect(o.disableManualEnrollmentSelection!, unittest.isTrue);
unittest.expect(o.disableOrganicSelection!, unittest.isTrue);
- checkUnnamed3262(o.forcedFlags!);
- checkUnnamed3263(o.forcedRollouts!);
+ checkUnnamed3263(o.forcedFlags!);
+ checkUnnamed3264(o.forcedRollouts!);
}
buildCounterNamespacedDebugInput--;
}
-core.List<core.double> buildUnnamed3264() {
+core.List<core.double> buildUnnamed3265() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed3264(core.List<core.double> o) {
+void checkUnnamed3265(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2100,7 +2100,7 @@
var o = api.NumericBucketingOption();
buildCounterNumericBucketingOption++;
if (buildCounterNumericBucketingOption < 3) {
- o.bucketBounds = buildUnnamed3264();
+ o.bucketBounds = buildUnnamed3265();
o.requiresMinMax = true;
}
buildCounterNumericBucketingOption--;
@@ -2110,20 +2110,20 @@
void checkNumericBucketingOption(api.NumericBucketingOption o) {
buildCounterNumericBucketingOption++;
if (buildCounterNumericBucketingOption < 3) {
- checkUnnamed3264(o.bucketBounds!);
+ checkUnnamed3265(o.bucketBounds!);
unittest.expect(o.requiresMinMax!, unittest.isTrue);
}
buildCounterNumericBucketingOption--;
}
-core.List<api.BucketizedCount> buildUnnamed3265() {
+core.List<api.BucketizedCount> buildUnnamed3266() {
var o = <api.BucketizedCount>[];
o.add(buildBucketizedCount());
o.add(buildBucketizedCount());
return o;
}
-void checkUnnamed3265(core.List<api.BucketizedCount> o) {
+void checkUnnamed3266(core.List<api.BucketizedCount> o) {
unittest.expect(o, unittest.hasLength(2));
checkBucketizedCount(o[0] as api.BucketizedCount);
checkBucketizedCount(o[1] as api.BucketizedCount);
@@ -2134,7 +2134,7 @@
var o = api.NumericBucketingResult();
buildCounterNumericBucketingResult++;
if (buildCounterNumericBucketingResult < 3) {
- o.counts = buildUnnamed3265();
+ o.counts = buildUnnamed3266();
o.maxValue = 42.0;
o.minValue = 42.0;
}
@@ -2145,7 +2145,7 @@
void checkNumericBucketingResult(api.NumericBucketingResult o) {
buildCounterNumericBucketingResult++;
if (buildCounterNumericBucketingResult < 3) {
- checkUnnamed3265(o.counts!);
+ checkUnnamed3266(o.counts!);
unittest.expect(
o.maxValue!,
unittest.equals(42.0),
@@ -2158,25 +2158,6 @@
buildCounterNumericBucketingResult--;
}
-core.List<core.String> buildUnnamed3266() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3266(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3267() {
var o = <core.String>[];
o.add('foo');
@@ -2196,18 +2177,37 @@
);
}
+core.List<core.String> buildUnnamed3268() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3268(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterPostalAddress = 0;
api.PostalAddress buildPostalAddress() {
var o = api.PostalAddress();
buildCounterPostalAddress++;
if (buildCounterPostalAddress < 3) {
- o.addressLines = buildUnnamed3266();
+ o.addressLines = buildUnnamed3267();
o.administrativeArea = 'foo';
o.languageCode = 'foo';
o.locality = 'foo';
o.organization = 'foo';
o.postalCode = 'foo';
- o.recipients = buildUnnamed3267();
+ o.recipients = buildUnnamed3268();
o.regionCode = 'foo';
o.revision = 42;
o.sortingCode = 'foo';
@@ -2220,7 +2220,7 @@
void checkPostalAddress(api.PostalAddress o) {
buildCounterPostalAddress++;
if (buildCounterPostalAddress < 3) {
- checkUnnamed3266(o.addressLines!);
+ checkUnnamed3267(o.addressLines!);
unittest.expect(
o.administrativeArea!,
unittest.equals('foo'),
@@ -2241,7 +2241,7 @@
o.postalCode!,
unittest.equals('foo'),
);
- checkUnnamed3267(o.recipients!);
+ checkUnnamed3268(o.recipients!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
@@ -2406,27 +2406,27 @@
buildCounterSearchJobsRequest--;
}
-core.List<api.Location> buildUnnamed3268() {
+core.List<api.Location> buildUnnamed3269() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed3268(core.List<api.Location> o) {
+void checkUnnamed3269(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
}
-core.List<api.MatchingJob> buildUnnamed3269() {
+core.List<api.MatchingJob> buildUnnamed3270() {
var o = <api.MatchingJob>[];
o.add(buildMatchingJob());
o.add(buildMatchingJob());
return o;
}
-void checkUnnamed3269(core.List<api.MatchingJob> o) {
+void checkUnnamed3270(core.List<api.MatchingJob> o) {
unittest.expect(o, unittest.hasLength(2));
checkMatchingJob(o[0] as api.MatchingJob);
checkMatchingJob(o[1] as api.MatchingJob);
@@ -2440,8 +2440,8 @@
o.broadenedQueryJobsCount = 42;
o.estimatedTotalSize = 42;
o.histogramResults = buildHistogramResults();
- o.locationFilters = buildUnnamed3268();
- o.matchingJobs = buildUnnamed3269();
+ o.locationFilters = buildUnnamed3269();
+ o.matchingJobs = buildUnnamed3270();
o.metadata = buildResponseMetadata();
o.nextPageToken = 'foo';
o.spellCorrection = buildSpellingCorrection();
@@ -2463,8 +2463,8 @@
unittest.equals(42),
);
checkHistogramResults(o.histogramResults! as api.HistogramResults);
- checkUnnamed3268(o.locationFilters!);
- checkUnnamed3269(o.matchingJobs!);
+ checkUnnamed3269(o.locationFilters!);
+ checkUnnamed3270(o.matchingJobs!);
checkResponseMetadata(o.metadata! as api.ResponseMetadata);
unittest.expect(
o.nextPageToken!,
@@ -2615,14 +2615,14 @@
buildCounterUpdateJobRequest--;
}
-core.List<core.String> buildUnnamed3270() {
+core.List<core.String> buildUnnamed3271() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3270(core.List<core.String> o) {
+void checkUnnamed3271(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3181,7 +3181,7 @@
var arg_name = 'foo';
var arg_companyName = 'foo';
var arg_languageCode = 'foo';
- var arg_languageCodes = buildUnnamed3270();
+ var arg_languageCodes = buildUnnamed3271();
var arg_pageSize = 42;
var arg_query = 'foo';
var arg_scope = 'foo';
diff --git a/generated/googleapis/test/language/v1_test.dart b/generated/googleapis/test/language/v1_test.dart
index bc24430..f5dde51 100644
--- a/generated/googleapis/test/language/v1_test.dart
+++ b/generated/googleapis/test/language/v1_test.dart
@@ -51,14 +51,14 @@
buildCounterAnalyzeEntitiesRequest--;
}
-core.List<api.Entity> buildUnnamed2621() {
+core.List<api.Entity> buildUnnamed2622() {
var o = <api.Entity>[];
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-void checkUnnamed2621(core.List<api.Entity> o) {
+void checkUnnamed2622(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0] as api.Entity);
checkEntity(o[1] as api.Entity);
@@ -69,7 +69,7 @@
var o = api.AnalyzeEntitiesResponse();
buildCounterAnalyzeEntitiesResponse++;
if (buildCounterAnalyzeEntitiesResponse < 3) {
- o.entities = buildUnnamed2621();
+ o.entities = buildUnnamed2622();
o.language = 'foo';
}
buildCounterAnalyzeEntitiesResponse--;
@@ -79,7 +79,7 @@
void checkAnalyzeEntitiesResponse(api.AnalyzeEntitiesResponse o) {
buildCounterAnalyzeEntitiesResponse++;
if (buildCounterAnalyzeEntitiesResponse < 3) {
- checkUnnamed2621(o.entities!);
+ checkUnnamed2622(o.entities!);
unittest.expect(
o.language!,
unittest.equals('foo'),
@@ -112,14 +112,14 @@
buildCounterAnalyzeEntitySentimentRequest--;
}
-core.List<api.Entity> buildUnnamed2622() {
+core.List<api.Entity> buildUnnamed2623() {
var o = <api.Entity>[];
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-void checkUnnamed2622(core.List<api.Entity> o) {
+void checkUnnamed2623(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0] as api.Entity);
checkEntity(o[1] as api.Entity);
@@ -130,7 +130,7 @@
var o = api.AnalyzeEntitySentimentResponse();
buildCounterAnalyzeEntitySentimentResponse++;
if (buildCounterAnalyzeEntitySentimentResponse < 3) {
- o.entities = buildUnnamed2622();
+ o.entities = buildUnnamed2623();
o.language = 'foo';
}
buildCounterAnalyzeEntitySentimentResponse--;
@@ -140,7 +140,7 @@
void checkAnalyzeEntitySentimentResponse(api.AnalyzeEntitySentimentResponse o) {
buildCounterAnalyzeEntitySentimentResponse++;
if (buildCounterAnalyzeEntitySentimentResponse < 3) {
- checkUnnamed2622(o.entities!);
+ checkUnnamed2623(o.entities!);
unittest.expect(
o.language!,
unittest.equals('foo'),
@@ -173,14 +173,14 @@
buildCounterAnalyzeSentimentRequest--;
}
-core.List<api.Sentence> buildUnnamed2623() {
+core.List<api.Sentence> buildUnnamed2624() {
var o = <api.Sentence>[];
o.add(buildSentence());
o.add(buildSentence());
return o;
}
-void checkUnnamed2623(core.List<api.Sentence> o) {
+void checkUnnamed2624(core.List<api.Sentence> o) {
unittest.expect(o, unittest.hasLength(2));
checkSentence(o[0] as api.Sentence);
checkSentence(o[1] as api.Sentence);
@@ -193,7 +193,7 @@
if (buildCounterAnalyzeSentimentResponse < 3) {
o.documentSentiment = buildSentiment();
o.language = 'foo';
- o.sentences = buildUnnamed2623();
+ o.sentences = buildUnnamed2624();
}
buildCounterAnalyzeSentimentResponse--;
return o;
@@ -207,7 +207,7 @@
o.language!,
unittest.equals('foo'),
);
- checkUnnamed2623(o.sentences!);
+ checkUnnamed2624(o.sentences!);
}
buildCounterAnalyzeSentimentResponse--;
}
@@ -236,27 +236,27 @@
buildCounterAnalyzeSyntaxRequest--;
}
-core.List<api.Sentence> buildUnnamed2624() {
+core.List<api.Sentence> buildUnnamed2625() {
var o = <api.Sentence>[];
o.add(buildSentence());
o.add(buildSentence());
return o;
}
-void checkUnnamed2624(core.List<api.Sentence> o) {
+void checkUnnamed2625(core.List<api.Sentence> o) {
unittest.expect(o, unittest.hasLength(2));
checkSentence(o[0] as api.Sentence);
checkSentence(o[1] as api.Sentence);
}
-core.List<api.Token> buildUnnamed2625() {
+core.List<api.Token> buildUnnamed2626() {
var o = <api.Token>[];
o.add(buildToken());
o.add(buildToken());
return o;
}
-void checkUnnamed2625(core.List<api.Token> o) {
+void checkUnnamed2626(core.List<api.Token> o) {
unittest.expect(o, unittest.hasLength(2));
checkToken(o[0] as api.Token);
checkToken(o[1] as api.Token);
@@ -268,8 +268,8 @@
buildCounterAnalyzeSyntaxResponse++;
if (buildCounterAnalyzeSyntaxResponse < 3) {
o.language = 'foo';
- o.sentences = buildUnnamed2624();
- o.tokens = buildUnnamed2625();
+ o.sentences = buildUnnamed2625();
+ o.tokens = buildUnnamed2626();
}
buildCounterAnalyzeSyntaxResponse--;
return o;
@@ -282,8 +282,8 @@
o.language!,
unittest.equals('foo'),
);
- checkUnnamed2624(o.sentences!);
- checkUnnamed2625(o.tokens!);
+ checkUnnamed2625(o.sentences!);
+ checkUnnamed2626(o.tokens!);
}
buildCounterAnalyzeSyntaxResponse--;
}
@@ -314,53 +314,53 @@
buildCounterAnnotateTextRequest--;
}
-core.List<api.ClassificationCategory> buildUnnamed2626() {
+core.List<api.ClassificationCategory> buildUnnamed2627() {
var o = <api.ClassificationCategory>[];
o.add(buildClassificationCategory());
o.add(buildClassificationCategory());
return o;
}
-void checkUnnamed2626(core.List<api.ClassificationCategory> o) {
+void checkUnnamed2627(core.List<api.ClassificationCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkClassificationCategory(o[0] as api.ClassificationCategory);
checkClassificationCategory(o[1] as api.ClassificationCategory);
}
-core.List<api.Entity> buildUnnamed2627() {
+core.List<api.Entity> buildUnnamed2628() {
var o = <api.Entity>[];
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-void checkUnnamed2627(core.List<api.Entity> o) {
+void checkUnnamed2628(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0] as api.Entity);
checkEntity(o[1] as api.Entity);
}
-core.List<api.Sentence> buildUnnamed2628() {
+core.List<api.Sentence> buildUnnamed2629() {
var o = <api.Sentence>[];
o.add(buildSentence());
o.add(buildSentence());
return o;
}
-void checkUnnamed2628(core.List<api.Sentence> o) {
+void checkUnnamed2629(core.List<api.Sentence> o) {
unittest.expect(o, unittest.hasLength(2));
checkSentence(o[0] as api.Sentence);
checkSentence(o[1] as api.Sentence);
}
-core.List<api.Token> buildUnnamed2629() {
+core.List<api.Token> buildUnnamed2630() {
var o = <api.Token>[];
o.add(buildToken());
o.add(buildToken());
return o;
}
-void checkUnnamed2629(core.List<api.Token> o) {
+void checkUnnamed2630(core.List<api.Token> o) {
unittest.expect(o, unittest.hasLength(2));
checkToken(o[0] as api.Token);
checkToken(o[1] as api.Token);
@@ -371,12 +371,12 @@
var o = api.AnnotateTextResponse();
buildCounterAnnotateTextResponse++;
if (buildCounterAnnotateTextResponse < 3) {
- o.categories = buildUnnamed2626();
+ o.categories = buildUnnamed2627();
o.documentSentiment = buildSentiment();
- o.entities = buildUnnamed2627();
+ o.entities = buildUnnamed2628();
o.language = 'foo';
- o.sentences = buildUnnamed2628();
- o.tokens = buildUnnamed2629();
+ o.sentences = buildUnnamed2629();
+ o.tokens = buildUnnamed2630();
}
buildCounterAnnotateTextResponse--;
return o;
@@ -385,15 +385,15 @@
void checkAnnotateTextResponse(api.AnnotateTextResponse o) {
buildCounterAnnotateTextResponse++;
if (buildCounterAnnotateTextResponse < 3) {
- checkUnnamed2626(o.categories!);
+ checkUnnamed2627(o.categories!);
checkSentiment(o.documentSentiment! as api.Sentiment);
- checkUnnamed2627(o.entities!);
+ checkUnnamed2628(o.entities!);
unittest.expect(
o.language!,
unittest.equals('foo'),
);
- checkUnnamed2628(o.sentences!);
- checkUnnamed2629(o.tokens!);
+ checkUnnamed2629(o.sentences!);
+ checkUnnamed2630(o.tokens!);
}
buildCounterAnnotateTextResponse--;
}
@@ -444,14 +444,14 @@
buildCounterClassifyTextRequest--;
}
-core.List<api.ClassificationCategory> buildUnnamed2630() {
+core.List<api.ClassificationCategory> buildUnnamed2631() {
var o = <api.ClassificationCategory>[];
o.add(buildClassificationCategory());
o.add(buildClassificationCategory());
return o;
}
-void checkUnnamed2630(core.List<api.ClassificationCategory> o) {
+void checkUnnamed2631(core.List<api.ClassificationCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkClassificationCategory(o[0] as api.ClassificationCategory);
checkClassificationCategory(o[1] as api.ClassificationCategory);
@@ -462,7 +462,7 @@
var o = api.ClassifyTextResponse();
buildCounterClassifyTextResponse++;
if (buildCounterClassifyTextResponse < 3) {
- o.categories = buildUnnamed2630();
+ o.categories = buildUnnamed2631();
}
buildCounterClassifyTextResponse--;
return o;
@@ -471,7 +471,7 @@
void checkClassifyTextResponse(api.ClassifyTextResponse o) {
buildCounterClassifyTextResponse++;
if (buildCounterClassifyTextResponse < 3) {
- checkUnnamed2630(o.categories!);
+ checkUnnamed2631(o.categories!);
}
buildCounterClassifyTextResponse--;
}
@@ -540,27 +540,27 @@
buildCounterDocument--;
}
-core.List<api.EntityMention> buildUnnamed2631() {
+core.List<api.EntityMention> buildUnnamed2632() {
var o = <api.EntityMention>[];
o.add(buildEntityMention());
o.add(buildEntityMention());
return o;
}
-void checkUnnamed2631(core.List<api.EntityMention> o) {
+void checkUnnamed2632(core.List<api.EntityMention> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityMention(o[0] as api.EntityMention);
checkEntityMention(o[1] as api.EntityMention);
}
-core.Map<core.String, core.String> buildUnnamed2632() {
+core.Map<core.String, core.String> buildUnnamed2633() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2632(core.Map<core.String, core.String> o) {
+void checkUnnamed2633(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -577,8 +577,8 @@
var o = api.Entity();
buildCounterEntity++;
if (buildCounterEntity < 3) {
- o.mentions = buildUnnamed2631();
- o.metadata = buildUnnamed2632();
+ o.mentions = buildUnnamed2632();
+ o.metadata = buildUnnamed2633();
o.name = 'foo';
o.salience = 42.0;
o.sentiment = buildSentiment();
@@ -591,8 +591,8 @@
void checkEntity(api.Entity o) {
buildCounterEntity++;
if (buildCounterEntity < 3) {
- checkUnnamed2631(o.mentions!);
- checkUnnamed2632(o.metadata!);
+ checkUnnamed2632(o.mentions!);
+ checkUnnamed2633(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -788,7 +788,7 @@
buildCounterSentiment--;
}
-core.Map<core.String, core.Object> buildUnnamed2633() {
+core.Map<core.String, core.Object> buildUnnamed2634() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -803,7 +803,7 @@
return o;
}
-void checkUnnamed2633(core.Map<core.String, core.Object> o) {
+void checkUnnamed2634(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -835,17 +835,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2634() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2635() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2633());
- o.add(buildUnnamed2633());
+ o.add(buildUnnamed2634());
+ o.add(buildUnnamed2634());
return o;
}
-void checkUnnamed2634(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2635(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2633(o[0]);
- checkUnnamed2633(o[1]);
+ checkUnnamed2634(o[0]);
+ checkUnnamed2634(o[1]);
}
core.int buildCounterStatus = 0;
@@ -854,7 +854,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2634();
+ o.details = buildUnnamed2635();
o.message = 'foo';
}
buildCounterStatus--;
@@ -868,7 +868,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2634(o.details!);
+ checkUnnamed2635(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/libraryagent/v1_test.dart b/generated/googleapis/test/libraryagent/v1_test.dart
index 41c92ee..ccd6ffe 100644
--- a/generated/googleapis/test/libraryagent/v1_test.dart
+++ b/generated/googleapis/test/libraryagent/v1_test.dart
@@ -62,14 +62,14 @@
buildCounterGoogleExampleLibraryagentV1Book--;
}
-core.List<api.GoogleExampleLibraryagentV1Book> buildUnnamed4138() {
+core.List<api.GoogleExampleLibraryagentV1Book> buildUnnamed4139() {
var o = <api.GoogleExampleLibraryagentV1Book>[];
o.add(buildGoogleExampleLibraryagentV1Book());
o.add(buildGoogleExampleLibraryagentV1Book());
return o;
}
-void checkUnnamed4138(core.List<api.GoogleExampleLibraryagentV1Book> o) {
+void checkUnnamed4139(core.List<api.GoogleExampleLibraryagentV1Book> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleExampleLibraryagentV1Book(
o[0] as api.GoogleExampleLibraryagentV1Book);
@@ -83,7 +83,7 @@
var o = api.GoogleExampleLibraryagentV1ListBooksResponse();
buildCounterGoogleExampleLibraryagentV1ListBooksResponse++;
if (buildCounterGoogleExampleLibraryagentV1ListBooksResponse < 3) {
- o.books = buildUnnamed4138();
+ o.books = buildUnnamed4139();
o.nextPageToken = 'foo';
}
buildCounterGoogleExampleLibraryagentV1ListBooksResponse--;
@@ -94,7 +94,7 @@
api.GoogleExampleLibraryagentV1ListBooksResponse o) {
buildCounterGoogleExampleLibraryagentV1ListBooksResponse++;
if (buildCounterGoogleExampleLibraryagentV1ListBooksResponse < 3) {
- checkUnnamed4138(o.books!);
+ checkUnnamed4139(o.books!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -103,14 +103,14 @@
buildCounterGoogleExampleLibraryagentV1ListBooksResponse--;
}
-core.List<api.GoogleExampleLibraryagentV1Shelf> buildUnnamed4139() {
+core.List<api.GoogleExampleLibraryagentV1Shelf> buildUnnamed4140() {
var o = <api.GoogleExampleLibraryagentV1Shelf>[];
o.add(buildGoogleExampleLibraryagentV1Shelf());
o.add(buildGoogleExampleLibraryagentV1Shelf());
return o;
}
-void checkUnnamed4139(core.List<api.GoogleExampleLibraryagentV1Shelf> o) {
+void checkUnnamed4140(core.List<api.GoogleExampleLibraryagentV1Shelf> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleExampleLibraryagentV1Shelf(
o[0] as api.GoogleExampleLibraryagentV1Shelf);
@@ -125,7 +125,7 @@
buildCounterGoogleExampleLibraryagentV1ListShelvesResponse++;
if (buildCounterGoogleExampleLibraryagentV1ListShelvesResponse < 3) {
o.nextPageToken = 'foo';
- o.shelves = buildUnnamed4139();
+ o.shelves = buildUnnamed4140();
}
buildCounterGoogleExampleLibraryagentV1ListShelvesResponse--;
return o;
@@ -139,7 +139,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4139(o.shelves!);
+ checkUnnamed4140(o.shelves!);
}
buildCounterGoogleExampleLibraryagentV1ListShelvesResponse--;
}
diff --git a/generated/googleapis/test/licensing/v1_test.dart b/generated/googleapis/test/licensing/v1_test.dart
index 7e3699e..bc7703c 100644
--- a/generated/googleapis/test/licensing/v1_test.dart
+++ b/generated/googleapis/test/licensing/v1_test.dart
@@ -121,14 +121,14 @@
buildCounterLicenseAssignmentInsert--;
}
-core.List<api.LicenseAssignment> buildUnnamed3292() {
+core.List<api.LicenseAssignment> buildUnnamed3293() {
var o = <api.LicenseAssignment>[];
o.add(buildLicenseAssignment());
o.add(buildLicenseAssignment());
return o;
}
-void checkUnnamed3292(core.List<api.LicenseAssignment> o) {
+void checkUnnamed3293(core.List<api.LicenseAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkLicenseAssignment(o[0] as api.LicenseAssignment);
checkLicenseAssignment(o[1] as api.LicenseAssignment);
@@ -140,7 +140,7 @@
buildCounterLicenseAssignmentList++;
if (buildCounterLicenseAssignmentList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed3292();
+ o.items = buildUnnamed3293();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -155,7 +155,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed3292(o.items!);
+ checkUnnamed3293(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/localservices/v1_test.dart b/generated/googleapis/test/localservices/v1_test.dart
index 5899da8..213a054 100644
--- a/generated/googleapis/test/localservices/v1_test.dart
+++ b/generated/googleapis/test/localservices/v1_test.dart
@@ -309,14 +309,14 @@
}
core.List<api.GoogleAdsHomeservicesLocalservicesV1AccountReport>
- buildUnnamed2858() {
+ buildUnnamed2859() {
var o = <api.GoogleAdsHomeservicesLocalservicesV1AccountReport>[];
o.add(buildGoogleAdsHomeservicesLocalservicesV1AccountReport());
o.add(buildGoogleAdsHomeservicesLocalservicesV1AccountReport());
return o;
}
-void checkUnnamed2858(
+void checkUnnamed2859(
core.List<api.GoogleAdsHomeservicesLocalservicesV1AccountReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAdsHomeservicesLocalservicesV1AccountReport(
@@ -335,7 +335,7 @@
buildCounterGoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse++;
if (buildCounterGoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse <
3) {
- o.accountReports = buildUnnamed2858();
+ o.accountReports = buildUnnamed2859();
o.nextPageToken = 'foo';
}
buildCounterGoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse--;
@@ -347,7 +347,7 @@
buildCounterGoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse++;
if (buildCounterGoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse <
3) {
- checkUnnamed2858(o.accountReports!);
+ checkUnnamed2859(o.accountReports!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -357,14 +357,14 @@
}
core.List<api.GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport>
- buildUnnamed2859() {
+ buildUnnamed2860() {
var o = <api.GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport>[];
o.add(buildGoogleAdsHomeservicesLocalservicesV1DetailedLeadReport());
o.add(buildGoogleAdsHomeservicesLocalservicesV1DetailedLeadReport());
return o;
}
-void checkUnnamed2859(
+void checkUnnamed2860(
core.List<api.GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAdsHomeservicesLocalservicesV1DetailedLeadReport(
@@ -383,7 +383,7 @@
buildCounterGoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse++;
if (buildCounterGoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse <
3) {
- o.detailedLeadReports = buildUnnamed2859();
+ o.detailedLeadReports = buildUnnamed2860();
o.nextPageToken = 'foo';
}
buildCounterGoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse--;
@@ -396,7 +396,7 @@
buildCounterGoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse++;
if (buildCounterGoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse <
3) {
- checkUnnamed2859(o.detailedLeadReports!);
+ checkUnnamed2860(o.detailedLeadReports!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/memcache/v1_test.dart b/generated/googleapis/test/memcache/v1_test.dart
index b31529e..73c7d90 100644
--- a/generated/googleapis/test/memcache/v1_test.dart
+++ b/generated/googleapis/test/memcache/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed3589() {
+core.List<core.String> buildUnnamed3590() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3589(core.List<core.String> o) {
+void checkUnnamed3590(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -52,7 +52,7 @@
buildCounterApplyParametersRequest++;
if (buildCounterApplyParametersRequest < 3) {
o.applyAll = true;
- o.nodeIds = buildUnnamed3589();
+ o.nodeIds = buildUnnamed3590();
}
buildCounterApplyParametersRequest--;
return o;
@@ -62,7 +62,7 @@
buildCounterApplyParametersRequest++;
if (buildCounterApplyParametersRequest < 3) {
unittest.expect(o.applyAll!, unittest.isTrue);
- checkUnnamed3589(o.nodeIds!);
+ checkUnnamed3590(o.nodeIds!);
}
buildCounterApplyParametersRequest--;
}
@@ -227,25 +227,6 @@
buildCounterGoogleCloudMemcacheV1OperationMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed3590() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed3590(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed3591() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -265,9 +246,28 @@
);
}
+core.Map<core.String, core.String> buildUnnamed3592() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed3592(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule>
- buildUnnamed3592() {
+ buildUnnamed3593() {
var o = <core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule>{};
o['x'] =
@@ -277,7 +277,7 @@
return o;
}
-void checkUnnamed3592(
+void checkUnnamed3593(
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule>
o) {
@@ -290,14 +290,14 @@
.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule);
}
-core.Map<core.String, core.String> buildUnnamed3593() {
+core.Map<core.String, core.String> buildUnnamed3594() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3593(core.Map<core.String, core.String> o) {
+void checkUnnamed3594(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -311,7 +311,7 @@
core.List<
api.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource>
- buildUnnamed3594() {
+ buildUnnamed3595() {
var o = <
api.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource>[];
o.add(
@@ -321,7 +321,7 @@
return o;
}
-void checkUnnamed3594(
+void checkUnnamed3595(
core.List<
api.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource>
o) {
@@ -334,14 +334,14 @@
.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource);
}
-core.Map<core.String, core.String> buildUnnamed3595() {
+core.Map<core.String, core.String> buildUnnamed3596() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3595(core.Map<core.String, core.String> o) {
+void checkUnnamed3596(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -362,18 +362,18 @@
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1Instance < 3) {
o.consumerDefinedName = 'foo';
o.createTime = 'foo';
- o.labels = buildUnnamed3590();
- o.maintenancePolicyNames = buildUnnamed3591();
- o.maintenanceSchedules = buildUnnamed3592();
+ o.labels = buildUnnamed3591();
+ o.maintenancePolicyNames = buildUnnamed3592();
+ o.maintenanceSchedules = buildUnnamed3593();
o.maintenanceSettings =
buildGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings();
o.name = 'foo';
- o.producerMetadata = buildUnnamed3593();
- o.provisionedResources = buildUnnamed3594();
+ o.producerMetadata = buildUnnamed3594();
+ o.provisionedResources = buildUnnamed3595();
o.slmInstanceTemplate = 'foo';
o.sloMetadata =
buildGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata();
- o.softwareVersions = buildUnnamed3595();
+ o.softwareVersions = buildUnnamed3596();
o.state = 'foo';
o.tenantProjectId = 'foo';
o.updateTime = 'foo';
@@ -394,9 +394,9 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed3590(o.labels!);
- checkUnnamed3591(o.maintenancePolicyNames!);
- checkUnnamed3592(o.maintenanceSchedules!);
+ checkUnnamed3591(o.labels!);
+ checkUnnamed3592(o.maintenancePolicyNames!);
+ checkUnnamed3593(o.maintenanceSchedules!);
checkGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings(
o.maintenanceSettings! as api
.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings);
@@ -404,8 +404,8 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3593(o.producerMetadata!);
- checkUnnamed3594(o.provisionedResources!);
+ checkUnnamed3594(o.producerMetadata!);
+ checkUnnamed3595(o.provisionedResources!);
unittest.expect(
o.slmInstanceTemplate!,
unittest.equals('foo'),
@@ -413,7 +413,7 @@
checkGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata(
o.sloMetadata!
as api.GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata);
- checkUnnamed3595(o.softwareVersions!);
+ checkUnnamed3596(o.softwareVersions!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -476,14 +476,14 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule--;
}
-core.Map<core.String, api.MaintenancePolicy> buildUnnamed3596() {
+core.Map<core.String, api.MaintenancePolicy> buildUnnamed3597() {
var o = <core.String, api.MaintenancePolicy>{};
o['x'] = buildMaintenancePolicy();
o['y'] = buildMaintenancePolicy();
return o;
}
-void checkUnnamed3596(core.Map<core.String, api.MaintenancePolicy> o) {
+void checkUnnamed3597(core.Map<core.String, api.MaintenancePolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkMaintenancePolicy(o['x']! as api.MaintenancePolicy);
checkMaintenancePolicy(o['y']! as api.MaintenancePolicy);
@@ -501,7 +501,7 @@
3) {
o.exclude = true;
o.isRollback = true;
- o.maintenancePolicies = buildUnnamed3596();
+ o.maintenancePolicies = buildUnnamed3597();
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings--;
return o;
@@ -514,20 +514,20 @@
3) {
unittest.expect(o.exclude!, unittest.isTrue);
unittest.expect(o.isRollback!, unittest.isTrue);
- checkUnnamed3596(o.maintenancePolicies!);
+ checkUnnamed3597(o.maintenancePolicies!);
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings--;
}
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
- buildUnnamed3597() {
+ buildUnnamed3598() {
var o = <api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>[];
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
return o;
}
-void checkUnnamed3597(
+void checkUnnamed3598(
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -546,7 +546,7 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata <
3) {
- o.exclusions = buildUnnamed3597();
+ o.exclusions = buildUnnamed3598();
o.location = 'foo';
o.nodeId = 'foo';
}
@@ -559,7 +559,7 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata <
3) {
- checkUnnamed3597(o.exclusions!);
+ checkUnnamed3598(o.exclusions!);
unittest.expect(
o.location!,
unittest.equals('foo'),
@@ -679,14 +679,14 @@
}
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
- buildUnnamed3598() {
+ buildUnnamed3599() {
var o = <api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>[];
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
return o;
}
-void checkUnnamed3598(
+void checkUnnamed3599(
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -697,7 +697,7 @@
}
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>
- buildUnnamed3599() {
+ buildUnnamed3600() {
var o =
<api.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>[];
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata());
@@ -705,7 +705,7 @@
return o;
}
-void checkUnnamed3599(
+void checkUnnamed3600(
core.List<
api.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>
o) {
@@ -726,8 +726,8 @@
3) {
o.eligibility =
buildGoogleCloudSaasacceleratorManagementProvidersV1SloEligibility();
- o.exclusions = buildUnnamed3598();
- o.nodes = buildUnnamed3599();
+ o.exclusions = buildUnnamed3599();
+ o.nodes = buildUnnamed3600();
o.tier = 'foo';
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata--;
@@ -742,8 +742,8 @@
checkGoogleCloudSaasacceleratorManagementProvidersV1SloEligibility(o
.eligibility!
as api.GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility);
- checkUnnamed3598(o.exclusions!);
- checkUnnamed3599(o.nodes!);
+ checkUnnamed3599(o.exclusions!);
+ checkUnnamed3600(o.nodes!);
unittest.expect(
o.tier!,
unittest.equals('foo'),
@@ -752,27 +752,27 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata--;
}
-core.List<api.InstanceMessage> buildUnnamed3600() {
+core.List<api.InstanceMessage> buildUnnamed3601() {
var o = <api.InstanceMessage>[];
o.add(buildInstanceMessage());
o.add(buildInstanceMessage());
return o;
}
-void checkUnnamed3600(core.List<api.InstanceMessage> o) {
+void checkUnnamed3601(core.List<api.InstanceMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstanceMessage(o[0] as api.InstanceMessage);
checkInstanceMessage(o[1] as api.InstanceMessage);
}
-core.Map<core.String, core.String> buildUnnamed3601() {
+core.Map<core.String, core.String> buildUnnamed3602() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3601(core.Map<core.String, core.String> o) {
+void checkUnnamed3602(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -784,27 +784,27 @@
);
}
-core.List<api.Node> buildUnnamed3602() {
+core.List<api.Node> buildUnnamed3603() {
var o = <api.Node>[];
o.add(buildNode());
o.add(buildNode());
return o;
}
-void checkUnnamed3602(core.List<api.Node> o) {
+void checkUnnamed3603(core.List<api.Node> o) {
unittest.expect(o, unittest.hasLength(2));
checkNode(o[0] as api.Node);
checkNode(o[1] as api.Node);
}
-core.List<core.String> buildUnnamed3603() {
+core.List<core.String> buildUnnamed3604() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3603(core.List<core.String> o) {
+void checkUnnamed3604(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -825,10 +825,10 @@
o.createTime = 'foo';
o.discoveryEndpoint = 'foo';
o.displayName = 'foo';
- o.instanceMessages = buildUnnamed3600();
- o.labels = buildUnnamed3601();
+ o.instanceMessages = buildUnnamed3601();
+ o.labels = buildUnnamed3602();
o.memcacheFullVersion = 'foo';
- o.memcacheNodes = buildUnnamed3602();
+ o.memcacheNodes = buildUnnamed3603();
o.memcacheVersion = 'foo';
o.name = 'foo';
o.nodeConfig = buildNodeConfig();
@@ -836,7 +836,7 @@
o.parameters = buildMemcacheParameters();
o.state = 'foo';
o.updateTime = 'foo';
- o.zones = buildUnnamed3603();
+ o.zones = buildUnnamed3604();
}
buildCounterInstance--;
return o;
@@ -861,13 +861,13 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3600(o.instanceMessages!);
- checkUnnamed3601(o.labels!);
+ checkUnnamed3601(o.instanceMessages!);
+ checkUnnamed3602(o.labels!);
unittest.expect(
o.memcacheFullVersion!,
unittest.equals('foo'),
);
- checkUnnamed3602(o.memcacheNodes!);
+ checkUnnamed3603(o.memcacheNodes!);
unittest.expect(
o.memcacheVersion!,
unittest.equals('foo'),
@@ -890,7 +890,7 @@
o.updateTime!,
unittest.equals('foo'),
);
- checkUnnamed3603(o.zones!);
+ checkUnnamed3604(o.zones!);
}
buildCounterInstance--;
}
@@ -922,27 +922,27 @@
buildCounterInstanceMessage--;
}
-core.List<api.Instance> buildUnnamed3604() {
+core.List<api.Instance> buildUnnamed3605() {
var o = <api.Instance>[];
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-void checkUnnamed3604(core.List<api.Instance> o) {
+void checkUnnamed3605(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0] as api.Instance);
checkInstance(o[1] as api.Instance);
}
-core.List<core.String> buildUnnamed3605() {
+core.List<core.String> buildUnnamed3606() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3605(core.List<core.String> o) {
+void checkUnnamed3606(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -959,9 +959,9 @@
var o = api.ListInstancesResponse();
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- o.instances = buildUnnamed3604();
+ o.instances = buildUnnamed3605();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed3605();
+ o.unreachable = buildUnnamed3606();
}
buildCounterListInstancesResponse--;
return o;
@@ -970,24 +970,24 @@
void checkListInstancesResponse(api.ListInstancesResponse o) {
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- checkUnnamed3604(o.instances!);
+ checkUnnamed3605(o.instances!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3605(o.unreachable!);
+ checkUnnamed3606(o.unreachable!);
}
buildCounterListInstancesResponse--;
}
-core.List<api.Location> buildUnnamed3606() {
+core.List<api.Location> buildUnnamed3607() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed3606(core.List<api.Location> o) {
+void checkUnnamed3607(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -998,7 +998,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed3606();
+ o.locations = buildUnnamed3607();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1008,7 +1008,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed3606(o.locations!);
+ checkUnnamed3607(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1017,14 +1017,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed3607() {
+core.List<api.Operation> buildUnnamed3608() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed3607(core.List<api.Operation> o) {
+void checkUnnamed3608(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1036,7 +1036,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed3607();
+ o.operations = buildUnnamed3608();
}
buildCounterListOperationsResponse--;
return o;
@@ -1049,19 +1049,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3607(o.operations!);
+ checkUnnamed3608(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed3608() {
+core.Map<core.String, core.String> buildUnnamed3609() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3608(core.Map<core.String, core.String> o) {
+void checkUnnamed3609(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1073,7 +1073,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3609() {
+core.Map<core.String, core.Object> buildUnnamed3610() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1088,7 +1088,7 @@
return o;
}
-void checkUnnamed3609(core.Map<core.String, core.Object> o) {
+void checkUnnamed3610(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1126,9 +1126,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed3608();
+ o.labels = buildUnnamed3609();
o.locationId = 'foo';
- o.metadata = buildUnnamed3609();
+ o.metadata = buildUnnamed3610();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1142,12 +1142,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3608(o.labels!);
+ checkUnnamed3609(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed3609(o.metadata!);
+ checkUnnamed3610(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1156,14 +1156,14 @@
buildCounterLocation--;
}
-core.Map<core.String, api.ZoneMetadata> buildUnnamed3610() {
+core.Map<core.String, api.ZoneMetadata> buildUnnamed3611() {
var o = <core.String, api.ZoneMetadata>{};
o['x'] = buildZoneMetadata();
o['y'] = buildZoneMetadata();
return o;
}
-void checkUnnamed3610(core.Map<core.String, api.ZoneMetadata> o) {
+void checkUnnamed3611(core.Map<core.String, api.ZoneMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkZoneMetadata(o['x']! as api.ZoneMetadata);
checkZoneMetadata(o['y']! as api.ZoneMetadata);
@@ -1174,7 +1174,7 @@
var o = api.LocationMetadata();
buildCounterLocationMetadata++;
if (buildCounterLocationMetadata < 3) {
- o.availableZones = buildUnnamed3610();
+ o.availableZones = buildUnnamed3611();
}
buildCounterLocationMetadata--;
return o;
@@ -1183,19 +1183,19 @@
void checkLocationMetadata(api.LocationMetadata o) {
buildCounterLocationMetadata++;
if (buildCounterLocationMetadata < 3) {
- checkUnnamed3610(o.availableZones!);
+ checkUnnamed3611(o.availableZones!);
}
buildCounterLocationMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed3611() {
+core.Map<core.String, core.String> buildUnnamed3612() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3611(core.Map<core.String, core.String> o) {
+void checkUnnamed3612(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1214,7 +1214,7 @@
if (buildCounterMaintenancePolicy < 3) {
o.createTime = 'foo';
o.description = 'foo';
- o.labels = buildUnnamed3611();
+ o.labels = buildUnnamed3612();
o.name = 'foo';
o.state = 'foo';
o.updatePolicy = buildUpdatePolicy();
@@ -1235,7 +1235,7 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed3611(o.labels!);
+ checkUnnamed3612(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1274,14 +1274,14 @@
buildCounterMaintenanceWindow--;
}
-core.Map<core.String, core.String> buildUnnamed3612() {
+core.Map<core.String, core.String> buildUnnamed3613() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3612(core.Map<core.String, core.String> o) {
+void checkUnnamed3613(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1299,7 +1299,7 @@
buildCounterMemcacheParameters++;
if (buildCounterMemcacheParameters < 3) {
o.id = 'foo';
- o.params = buildUnnamed3612();
+ o.params = buildUnnamed3613();
}
buildCounterMemcacheParameters--;
return o;
@@ -1312,7 +1312,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed3612(o.params!);
+ checkUnnamed3613(o.params!);
}
buildCounterMemcacheParameters--;
}
@@ -1388,7 +1388,7 @@
buildCounterNodeConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed3613() {
+core.Map<core.String, core.Object> buildUnnamed3614() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1403,7 +1403,7 @@
return o;
}
-void checkUnnamed3613(core.Map<core.String, core.Object> o) {
+void checkUnnamed3614(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1435,7 +1435,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3614() {
+core.Map<core.String, core.Object> buildUnnamed3615() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1450,7 +1450,7 @@
return o;
}
-void checkUnnamed3614(core.Map<core.String, core.Object> o) {
+void checkUnnamed3615(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1489,9 +1489,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3613();
+ o.metadata = buildUnnamed3614();
o.name = 'foo';
- o.response = buildUnnamed3614();
+ o.response = buildUnnamed3615();
}
buildCounterOperation--;
return o;
@@ -1502,12 +1502,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3613(o.metadata!);
+ checkUnnamed3614(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3614(o.response!);
+ checkUnnamed3615(o.response!);
}
buildCounterOperation--;
}
@@ -1590,7 +1590,7 @@
buildCounterSchedule--;
}
-core.Map<core.String, core.Object> buildUnnamed3615() {
+core.Map<core.String, core.Object> buildUnnamed3616() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1605,7 +1605,7 @@
return o;
}
-void checkUnnamed3615(core.Map<core.String, core.Object> o) {
+void checkUnnamed3616(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1637,17 +1637,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3616() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3617() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3615());
- o.add(buildUnnamed3615());
+ o.add(buildUnnamed3616());
+ o.add(buildUnnamed3616());
return o;
}
-void checkUnnamed3616(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3617(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3615(o[0]);
- checkUnnamed3615(o[1]);
+ checkUnnamed3616(o[0]);
+ checkUnnamed3616(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1656,7 +1656,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3616();
+ o.details = buildUnnamed3617();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1670,7 +1670,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3616(o.details!);
+ checkUnnamed3617(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1740,14 +1740,14 @@
buildCounterUpdateParametersRequest--;
}
-core.List<api.DenyMaintenancePeriod> buildUnnamed3617() {
+core.List<api.DenyMaintenancePeriod> buildUnnamed3618() {
var o = <api.DenyMaintenancePeriod>[];
o.add(buildDenyMaintenancePeriod());
o.add(buildDenyMaintenancePeriod());
return o;
}
-void checkUnnamed3617(core.List<api.DenyMaintenancePeriod> o) {
+void checkUnnamed3618(core.List<api.DenyMaintenancePeriod> o) {
unittest.expect(o, unittest.hasLength(2));
checkDenyMaintenancePeriod(o[0] as api.DenyMaintenancePeriod);
checkDenyMaintenancePeriod(o[1] as api.DenyMaintenancePeriod);
@@ -1759,7 +1759,7 @@
buildCounterUpdatePolicy++;
if (buildCounterUpdatePolicy < 3) {
o.channel = 'foo';
- o.denyMaintenancePeriods = buildUnnamed3617();
+ o.denyMaintenancePeriods = buildUnnamed3618();
o.window = buildMaintenanceWindow();
}
buildCounterUpdatePolicy--;
@@ -1773,20 +1773,20 @@
o.channel!,
unittest.equals('foo'),
);
- checkUnnamed3617(o.denyMaintenancePeriods!);
+ checkUnnamed3618(o.denyMaintenancePeriods!);
checkMaintenanceWindow(o.window! as api.MaintenanceWindow);
}
buildCounterUpdatePolicy--;
}
-core.List<api.Schedule> buildUnnamed3618() {
+core.List<api.Schedule> buildUnnamed3619() {
var o = <api.Schedule>[];
o.add(buildSchedule());
o.add(buildSchedule());
return o;
}
-void checkUnnamed3618(core.List<api.Schedule> o) {
+void checkUnnamed3619(core.List<api.Schedule> o) {
unittest.expect(o, unittest.hasLength(2));
checkSchedule(o[0] as api.Schedule);
checkSchedule(o[1] as api.Schedule);
@@ -1797,7 +1797,7 @@
var o = api.WeeklyCycle();
buildCounterWeeklyCycle++;
if (buildCounterWeeklyCycle < 3) {
- o.schedule = buildUnnamed3618();
+ o.schedule = buildUnnamed3619();
}
buildCounterWeeklyCycle--;
return o;
@@ -1806,7 +1806,7 @@
void checkWeeklyCycle(api.WeeklyCycle o) {
buildCounterWeeklyCycle++;
if (buildCounterWeeklyCycle < 3) {
- checkUnnamed3618(o.schedule!);
+ checkUnnamed3619(o.schedule!);
}
buildCounterWeeklyCycle--;
}
diff --git a/generated/googleapis/test/mybusinessaccountmanagement/v1_test.dart b/generated/googleapis/test/mybusinessaccountmanagement/v1_test.dart
index 6271224..f581f4a 100644
--- a/generated/googleapis/test/mybusinessaccountmanagement/v1_test.dart
+++ b/generated/googleapis/test/mybusinessaccountmanagement/v1_test.dart
@@ -206,14 +206,14 @@
buildCounterInvitation--;
}
-core.List<api.Admin> buildUnnamed5060() {
+core.List<api.Admin> buildUnnamed5061() {
var o = <api.Admin>[];
o.add(buildAdmin());
o.add(buildAdmin());
return o;
}
-void checkUnnamed5060(core.List<api.Admin> o) {
+void checkUnnamed5061(core.List<api.Admin> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdmin(o[0] as api.Admin);
checkAdmin(o[1] as api.Admin);
@@ -224,7 +224,7 @@
var o = api.ListAccountAdminsResponse();
buildCounterListAccountAdminsResponse++;
if (buildCounterListAccountAdminsResponse < 3) {
- o.accountAdmins = buildUnnamed5060();
+ o.accountAdmins = buildUnnamed5061();
}
buildCounterListAccountAdminsResponse--;
return o;
@@ -233,19 +233,19 @@
void checkListAccountAdminsResponse(api.ListAccountAdminsResponse o) {
buildCounterListAccountAdminsResponse++;
if (buildCounterListAccountAdminsResponse < 3) {
- checkUnnamed5060(o.accountAdmins!);
+ checkUnnamed5061(o.accountAdmins!);
}
buildCounterListAccountAdminsResponse--;
}
-core.List<api.Account> buildUnnamed5061() {
+core.List<api.Account> buildUnnamed5062() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed5061(core.List<api.Account> o) {
+void checkUnnamed5062(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -256,7 +256,7 @@
var o = api.ListAccountsResponse();
buildCounterListAccountsResponse++;
if (buildCounterListAccountsResponse < 3) {
- o.accounts = buildUnnamed5061();
+ o.accounts = buildUnnamed5062();
o.nextPageToken = 'foo';
}
buildCounterListAccountsResponse--;
@@ -266,7 +266,7 @@
void checkListAccountsResponse(api.ListAccountsResponse o) {
buildCounterListAccountsResponse++;
if (buildCounterListAccountsResponse < 3) {
- checkUnnamed5061(o.accounts!);
+ checkUnnamed5062(o.accounts!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -275,14 +275,14 @@
buildCounterListAccountsResponse--;
}
-core.List<api.Invitation> buildUnnamed5062() {
+core.List<api.Invitation> buildUnnamed5063() {
var o = <api.Invitation>[];
o.add(buildInvitation());
o.add(buildInvitation());
return o;
}
-void checkUnnamed5062(core.List<api.Invitation> o) {
+void checkUnnamed5063(core.List<api.Invitation> o) {
unittest.expect(o, unittest.hasLength(2));
checkInvitation(o[0] as api.Invitation);
checkInvitation(o[1] as api.Invitation);
@@ -293,7 +293,7 @@
var o = api.ListInvitationsResponse();
buildCounterListInvitationsResponse++;
if (buildCounterListInvitationsResponse < 3) {
- o.invitations = buildUnnamed5062();
+ o.invitations = buildUnnamed5063();
}
buildCounterListInvitationsResponse--;
return o;
@@ -302,19 +302,19 @@
void checkListInvitationsResponse(api.ListInvitationsResponse o) {
buildCounterListInvitationsResponse++;
if (buildCounterListInvitationsResponse < 3) {
- checkUnnamed5062(o.invitations!);
+ checkUnnamed5063(o.invitations!);
}
buildCounterListInvitationsResponse--;
}
-core.List<api.Admin> buildUnnamed5063() {
+core.List<api.Admin> buildUnnamed5064() {
var o = <api.Admin>[];
o.add(buildAdmin());
o.add(buildAdmin());
return o;
}
-void checkUnnamed5063(core.List<api.Admin> o) {
+void checkUnnamed5064(core.List<api.Admin> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdmin(o[0] as api.Admin);
checkAdmin(o[1] as api.Admin);
@@ -325,7 +325,7 @@
var o = api.ListLocationAdminsResponse();
buildCounterListLocationAdminsResponse++;
if (buildCounterListLocationAdminsResponse < 3) {
- o.admins = buildUnnamed5063();
+ o.admins = buildUnnamed5064();
}
buildCounterListLocationAdminsResponse--;
return o;
@@ -334,7 +334,7 @@
void checkListLocationAdminsResponse(api.ListLocationAdminsResponse o) {
buildCounterListLocationAdminsResponse++;
if (buildCounterListLocationAdminsResponse < 3) {
- checkUnnamed5063(o.admins!);
+ checkUnnamed5064(o.admins!);
}
buildCounterListLocationAdminsResponse--;
}
@@ -368,25 +368,6 @@
buildCounterOrganizationInfo--;
}
-core.List<core.String> buildUnnamed5064() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5064(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5065() {
var o = <core.String>[];
o.add('foo');
@@ -406,18 +387,37 @@
);
}
+core.List<core.String> buildUnnamed5066() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5066(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterPostalAddress = 0;
api.PostalAddress buildPostalAddress() {
var o = api.PostalAddress();
buildCounterPostalAddress++;
if (buildCounterPostalAddress < 3) {
- o.addressLines = buildUnnamed5064();
+ o.addressLines = buildUnnamed5065();
o.administrativeArea = 'foo';
o.languageCode = 'foo';
o.locality = 'foo';
o.organization = 'foo';
o.postalCode = 'foo';
- o.recipients = buildUnnamed5065();
+ o.recipients = buildUnnamed5066();
o.regionCode = 'foo';
o.revision = 42;
o.sortingCode = 'foo';
@@ -430,7 +430,7 @@
void checkPostalAddress(api.PostalAddress o) {
buildCounterPostalAddress++;
if (buildCounterPostalAddress < 3) {
- checkUnnamed5064(o.addressLines!);
+ checkUnnamed5065(o.addressLines!);
unittest.expect(
o.administrativeArea!,
unittest.equals('foo'),
@@ -451,7 +451,7 @@
o.postalCode!,
unittest.equals('foo'),
);
- checkUnnamed5065(o.recipients!);
+ checkUnnamed5066(o.recipients!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/networkmanagement/v1_test.dart b/generated/googleapis/test/networkmanagement/v1_test.dart
index d5ccca7..875dcd2 100644
--- a/generated/googleapis/test/networkmanagement/v1_test.dart
+++ b/generated/googleapis/test/networkmanagement/v1_test.dart
@@ -54,14 +54,14 @@
buildCounterAbortInfo--;
}
-core.List<api.AuditLogConfig> buildUnnamed4083() {
+core.List<api.AuditLogConfig> buildUnnamed4084() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed4083(core.List<api.AuditLogConfig> o) {
+void checkUnnamed4084(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -72,7 +72,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed4083();
+ o.auditLogConfigs = buildUnnamed4084();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -82,7 +82,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed4083(o.auditLogConfigs!);
+ checkUnnamed4084(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -91,49 +91,6 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed4084() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4084(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterAuditLogConfig = 0;
-api.AuditLogConfig buildAuditLogConfig() {
- var o = api.AuditLogConfig();
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed4084();
- o.logType = 'foo';
- }
- buildCounterAuditLogConfig--;
- return o;
-}
-
-void checkAuditLogConfig(api.AuditLogConfig o) {
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- checkUnnamed4084(o.exemptedMembers!);
- unittest.expect(
- o.logType!,
- unittest.equals('foo'),
- );
- }
- buildCounterAuditLogConfig--;
-}
-
core.List<core.String> buildUnnamed4085() {
var o = <core.String>[];
o.add('foo');
@@ -153,6 +110,49 @@
);
}
+core.int buildCounterAuditLogConfig = 0;
+api.AuditLogConfig buildAuditLogConfig() {
+ var o = api.AuditLogConfig();
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ o.exemptedMembers = buildUnnamed4085();
+ o.logType = 'foo';
+ }
+ buildCounterAuditLogConfig--;
+ return o;
+}
+
+void checkAuditLogConfig(api.AuditLogConfig o) {
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ checkUnnamed4085(o.exemptedMembers!);
+ unittest.expect(
+ o.logType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAuditLogConfig--;
+}
+
+core.List<core.String> buildUnnamed4086() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4086(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterBinding = 0;
api.Binding buildBinding() {
var o = api.Binding();
@@ -160,7 +160,7 @@
if (buildCounterBinding < 3) {
o.bindingId = 'foo';
o.condition = buildExpr();
- o.members = buildUnnamed4085();
+ o.members = buildUnnamed4086();
o.role = 'foo';
}
buildCounterBinding--;
@@ -175,7 +175,7 @@
unittest.equals('foo'),
);
checkExpr(o.condition! as api.Expr);
- checkUnnamed4085(o.members!);
+ checkUnnamed4086(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -199,14 +199,14 @@
buildCounterCancelOperationRequest--;
}
-core.Map<core.String, core.String> buildUnnamed4086() {
+core.Map<core.String, core.String> buildUnnamed4087() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4086(core.Map<core.String, core.String> o) {
+void checkUnnamed4087(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -218,14 +218,14 @@
);
}
-core.List<core.String> buildUnnamed4087() {
+core.List<core.String> buildUnnamed4088() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4087(core.List<core.String> o) {
+void checkUnnamed4088(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -246,11 +246,11 @@
o.description = 'foo';
o.destination = buildEndpoint();
o.displayName = 'foo';
- o.labels = buildUnnamed4086();
+ o.labels = buildUnnamed4087();
o.name = 'foo';
o.protocol = 'foo';
o.reachabilityDetails = buildReachabilityDetails();
- o.relatedProjects = buildUnnamed4087();
+ o.relatedProjects = buildUnnamed4088();
o.source = buildEndpoint();
o.updateTime = 'foo';
}
@@ -274,7 +274,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4086(o.labels!);
+ checkUnnamed4087(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -284,7 +284,7 @@
unittest.equals('foo'),
);
checkReachabilityDetails(o.reachabilityDetails! as api.ReachabilityDetails);
- checkUnnamed4087(o.relatedProjects!);
+ checkUnnamed4088(o.relatedProjects!);
checkEndpoint(o.source! as api.Endpoint);
unittest.expect(
o.updateTime!,
@@ -499,14 +499,14 @@
buildCounterExpr--;
}
-core.List<core.String> buildUnnamed4088() {
+core.List<core.String> buildUnnamed4089() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4088(core.List<core.String> o) {
+void checkUnnamed4089(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -518,14 +518,14 @@
);
}
-core.List<core.String> buildUnnamed4089() {
+core.List<core.String> buildUnnamed4090() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4089(core.List<core.String> o) {
+void checkUnnamed4090(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -547,8 +547,8 @@
o.displayName = 'foo';
o.networkUri = 'foo';
o.priority = 42;
- o.targetServiceAccounts = buildUnnamed4088();
- o.targetTags = buildUnnamed4089();
+ o.targetServiceAccounts = buildUnnamed4089();
+ o.targetTags = buildUnnamed4090();
o.uri = 'foo';
}
buildCounterFirewallInfo--;
@@ -578,8 +578,8 @@
o.priority!,
unittest.equals(42),
);
- checkUnnamed4088(o.targetServiceAccounts!);
- checkUnnamed4089(o.targetTags!);
+ checkUnnamed4089(o.targetServiceAccounts!);
+ checkUnnamed4090(o.targetTags!);
unittest.expect(
o.uri!,
unittest.equals('foo'),
@@ -667,14 +667,14 @@
buildCounterForwardingRuleInfo--;
}
-core.List<core.String> buildUnnamed4090() {
+core.List<core.String> buildUnnamed4091() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4090(core.List<core.String> o) {
+void checkUnnamed4091(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -695,7 +695,7 @@
o.externalIp = 'foo';
o.interface = 'foo';
o.internalIp = 'foo';
- o.networkTags = buildUnnamed4090();
+ o.networkTags = buildUnnamed4091();
o.networkUri = 'foo';
o.serviceAccount = 'foo';
o.uri = 'foo';
@@ -723,7 +723,7 @@
o.internalIp!,
unittest.equals('foo'),
);
- checkUnnamed4090(o.networkTags!);
+ checkUnnamed4091(o.networkTags!);
unittest.expect(
o.networkUri!,
unittest.equals('foo'),
@@ -740,27 +740,27 @@
buildCounterInstanceInfo--;
}
-core.List<api.ConnectivityTest> buildUnnamed4091() {
+core.List<api.ConnectivityTest> buildUnnamed4092() {
var o = <api.ConnectivityTest>[];
o.add(buildConnectivityTest());
o.add(buildConnectivityTest());
return o;
}
-void checkUnnamed4091(core.List<api.ConnectivityTest> o) {
+void checkUnnamed4092(core.List<api.ConnectivityTest> o) {
unittest.expect(o, unittest.hasLength(2));
checkConnectivityTest(o[0] as api.ConnectivityTest);
checkConnectivityTest(o[1] as api.ConnectivityTest);
}
-core.List<core.String> buildUnnamed4092() {
+core.List<core.String> buildUnnamed4093() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4092(core.List<core.String> o) {
+void checkUnnamed4093(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -778,8 +778,8 @@
buildCounterListConnectivityTestsResponse++;
if (buildCounterListConnectivityTestsResponse < 3) {
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4091();
- o.unreachable = buildUnnamed4092();
+ o.resources = buildUnnamed4092();
+ o.unreachable = buildUnnamed4093();
}
buildCounterListConnectivityTestsResponse--;
return o;
@@ -792,20 +792,20 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4091(o.resources!);
- checkUnnamed4092(o.unreachable!);
+ checkUnnamed4092(o.resources!);
+ checkUnnamed4093(o.unreachable!);
}
buildCounterListConnectivityTestsResponse--;
}
-core.List<api.Location> buildUnnamed4093() {
+core.List<api.Location> buildUnnamed4094() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed4093(core.List<api.Location> o) {
+void checkUnnamed4094(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -816,7 +816,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed4093();
+ o.locations = buildUnnamed4094();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -826,7 +826,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed4093(o.locations!);
+ checkUnnamed4094(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -835,14 +835,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed4094() {
+core.List<api.Operation> buildUnnamed4095() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed4094(core.List<api.Operation> o) {
+void checkUnnamed4095(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -854,7 +854,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed4094();
+ o.operations = buildUnnamed4095();
}
buildCounterListOperationsResponse--;
return o;
@@ -867,30 +867,11 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4094(o.operations!);
+ checkUnnamed4095(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<core.String> buildUnnamed4095() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4095(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4096() {
var o = <core.String>[];
o.add('foo');
@@ -910,14 +891,33 @@
);
}
+core.List<core.String> buildUnnamed4097() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4097(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterLoadBalancerBackend = 0;
api.LoadBalancerBackend buildLoadBalancerBackend() {
var o = api.LoadBalancerBackend();
buildCounterLoadBalancerBackend++;
if (buildCounterLoadBalancerBackend < 3) {
o.displayName = 'foo';
- o.healthCheckAllowingFirewallRules = buildUnnamed4095();
- o.healthCheckBlockingFirewallRules = buildUnnamed4096();
+ o.healthCheckAllowingFirewallRules = buildUnnamed4096();
+ o.healthCheckBlockingFirewallRules = buildUnnamed4097();
o.healthCheckFirewallState = 'foo';
o.uri = 'foo';
}
@@ -932,8 +932,8 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4095(o.healthCheckAllowingFirewallRules!);
- checkUnnamed4096(o.healthCheckBlockingFirewallRules!);
+ checkUnnamed4096(o.healthCheckAllowingFirewallRules!);
+ checkUnnamed4097(o.healthCheckBlockingFirewallRules!);
unittest.expect(
o.healthCheckFirewallState!,
unittest.equals('foo'),
@@ -946,14 +946,14 @@
buildCounterLoadBalancerBackend--;
}
-core.List<api.LoadBalancerBackend> buildUnnamed4097() {
+core.List<api.LoadBalancerBackend> buildUnnamed4098() {
var o = <api.LoadBalancerBackend>[];
o.add(buildLoadBalancerBackend());
o.add(buildLoadBalancerBackend());
return o;
}
-void checkUnnamed4097(core.List<api.LoadBalancerBackend> o) {
+void checkUnnamed4098(core.List<api.LoadBalancerBackend> o) {
unittest.expect(o, unittest.hasLength(2));
checkLoadBalancerBackend(o[0] as api.LoadBalancerBackend);
checkLoadBalancerBackend(o[1] as api.LoadBalancerBackend);
@@ -966,7 +966,7 @@
if (buildCounterLoadBalancerInfo < 3) {
o.backendType = 'foo';
o.backendUri = 'foo';
- o.backends = buildUnnamed4097();
+ o.backends = buildUnnamed4098();
o.healthCheckUri = 'foo';
o.loadBalancerType = 'foo';
}
@@ -985,7 +985,7 @@
o.backendUri!,
unittest.equals('foo'),
);
- checkUnnamed4097(o.backends!);
+ checkUnnamed4098(o.backends!);
unittest.expect(
o.healthCheckUri!,
unittest.equals('foo'),
@@ -998,14 +998,14 @@
buildCounterLoadBalancerInfo--;
}
-core.Map<core.String, core.String> buildUnnamed4098() {
+core.Map<core.String, core.String> buildUnnamed4099() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4098(core.Map<core.String, core.String> o) {
+void checkUnnamed4099(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1017,7 +1017,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4099() {
+core.Map<core.String, core.Object> buildUnnamed4100() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1032,7 +1032,7 @@
return o;
}
-void checkUnnamed4099(core.Map<core.String, core.Object> o) {
+void checkUnnamed4100(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1070,9 +1070,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed4098();
+ o.labels = buildUnnamed4099();
o.locationId = 'foo';
- o.metadata = buildUnnamed4099();
+ o.metadata = buildUnnamed4100();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1086,12 +1086,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4098(o.labels!);
+ checkUnnamed4099(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed4099(o.metadata!);
+ checkUnnamed4100(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1132,7 +1132,7 @@
buildCounterNetworkInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed4100() {
+core.Map<core.String, core.Object> buildUnnamed4101() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1147,7 +1147,7 @@
return o;
}
-void checkUnnamed4100(core.Map<core.String, core.Object> o) {
+void checkUnnamed4101(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1179,7 +1179,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4101() {
+core.Map<core.String, core.Object> buildUnnamed4102() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1194,7 +1194,7 @@
return o;
}
-void checkUnnamed4101(core.Map<core.String, core.Object> o) {
+void checkUnnamed4102(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1233,9 +1233,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4100();
+ o.metadata = buildUnnamed4101();
o.name = 'foo';
- o.response = buildUnnamed4101();
+ o.response = buildUnnamed4102();
}
buildCounterOperation--;
return o;
@@ -1246,12 +1246,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4100(o.metadata!);
+ checkUnnamed4101(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4101(o.response!);
+ checkUnnamed4102(o.response!);
}
buildCounterOperation--;
}
@@ -1305,27 +1305,27 @@
buildCounterOperationMetadata--;
}
-core.List<api.AuditConfig> buildUnnamed4102() {
+core.List<api.AuditConfig> buildUnnamed4103() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed4102(core.List<api.AuditConfig> o) {
+void checkUnnamed4103(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed4103() {
+core.List<api.Binding> buildUnnamed4104() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed4103(core.List<api.Binding> o) {
+void checkUnnamed4104(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1336,8 +1336,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed4102();
- o.bindings = buildUnnamed4103();
+ o.auditConfigs = buildUnnamed4103();
+ o.bindings = buildUnnamed4104();
o.etag = 'foo';
o.version = 42;
}
@@ -1348,8 +1348,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed4102(o.auditConfigs!);
- checkUnnamed4103(o.bindings!);
+ checkUnnamed4103(o.auditConfigs!);
+ checkUnnamed4104(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1362,14 +1362,14 @@
buildCounterPolicy--;
}
-core.List<api.Trace> buildUnnamed4104() {
+core.List<api.Trace> buildUnnamed4105() {
var o = <api.Trace>[];
o.add(buildTrace());
o.add(buildTrace());
return o;
}
-void checkUnnamed4104(core.List<api.Trace> o) {
+void checkUnnamed4105(core.List<api.Trace> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrace(o[0] as api.Trace);
checkTrace(o[1] as api.Trace);
@@ -1382,7 +1382,7 @@
if (buildCounterReachabilityDetails < 3) {
o.error = buildStatus();
o.result = 'foo';
- o.traces = buildUnnamed4104();
+ o.traces = buildUnnamed4105();
o.verifyTime = 'foo';
}
buildCounterReachabilityDetails--;
@@ -1397,7 +1397,7 @@
o.result!,
unittest.equals('foo'),
);
- checkUnnamed4104(o.traces!);
+ checkUnnamed4105(o.traces!);
unittest.expect(
o.verifyTime!,
unittest.equals('foo'),
@@ -1421,14 +1421,14 @@
buildCounterRerunConnectivityTestRequest--;
}
-core.List<core.String> buildUnnamed4105() {
+core.List<core.String> buildUnnamed4106() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4105(core.List<core.String> o) {
+void checkUnnamed4106(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1447,7 +1447,7 @@
if (buildCounterRouteInfo < 3) {
o.destIpRange = 'foo';
o.displayName = 'foo';
- o.instanceTags = buildUnnamed4105();
+ o.instanceTags = buildUnnamed4106();
o.networkUri = 'foo';
o.nextHop = 'foo';
o.nextHopType = 'foo';
@@ -1470,7 +1470,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4105(o.instanceTags!);
+ checkUnnamed4106(o.instanceTags!);
unittest.expect(
o.networkUri!,
unittest.equals('foo'),
@@ -1523,7 +1523,7 @@
buildCounterSetIamPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed4106() {
+core.Map<core.String, core.Object> buildUnnamed4107() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1538,7 +1538,7 @@
return o;
}
-void checkUnnamed4106(core.Map<core.String, core.Object> o) {
+void checkUnnamed4107(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1570,17 +1570,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4107() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4108() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4106());
- o.add(buildUnnamed4106());
+ o.add(buildUnnamed4107());
+ o.add(buildUnnamed4107());
return o;
}
-void checkUnnamed4107(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4108(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4106(o[0]);
- checkUnnamed4106(o[1]);
+ checkUnnamed4107(o[0]);
+ checkUnnamed4107(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1589,7 +1589,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4107();
+ o.details = buildUnnamed4108();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1603,7 +1603,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4107(o.details!);
+ checkUnnamed4108(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1672,44 +1672,6 @@
buildCounterStep--;
}
-core.List<core.String> buildUnnamed4108() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4108(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed4108();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed4108(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
core.List<core.String> buildUnnamed4109() {
var o = <core.String>[];
o.add('foo');
@@ -1729,12 +1691,50 @@
);
}
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed4109();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed4109(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
+core.List<core.String> buildUnnamed4110() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4110(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed4109();
+ o.permissions = buildUnnamed4110();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1743,19 +1743,19 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed4109(o.permissions!);
+ checkUnnamed4110(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
-core.List<api.Step> buildUnnamed4110() {
+core.List<api.Step> buildUnnamed4111() {
var o = <api.Step>[];
o.add(buildStep());
o.add(buildStep());
return o;
}
-void checkUnnamed4110(core.List<api.Step> o) {
+void checkUnnamed4111(core.List<api.Step> o) {
unittest.expect(o, unittest.hasLength(2));
checkStep(o[0] as api.Step);
checkStep(o[1] as api.Step);
@@ -1767,7 +1767,7 @@
buildCounterTrace++;
if (buildCounterTrace < 3) {
o.endpointInfo = buildEndpointInfo();
- o.steps = buildUnnamed4110();
+ o.steps = buildUnnamed4111();
}
buildCounterTrace--;
return o;
@@ -1777,7 +1777,7 @@
buildCounterTrace++;
if (buildCounterTrace < 3) {
checkEndpointInfo(o.endpointInfo! as api.EndpointInfo);
- checkUnnamed4110(o.steps!);
+ checkUnnamed4111(o.steps!);
}
buildCounterTrace--;
}
diff --git a/generated/googleapis/test/notebooks/v1_test.dart b/generated/googleapis/test/notebooks/v1_test.dart
index 3141a64..3ce2fb4 100644
--- a/generated/googleapis/test/notebooks/v1_test.dart
+++ b/generated/googleapis/test/notebooks/v1_test.dart
@@ -54,14 +54,14 @@
buildCounterAcceleratorConfig--;
}
-core.List<core.String> buildUnnamed5213() {
+core.List<core.String> buildUnnamed5214() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5213(core.List<core.String> o) {
+void checkUnnamed5214(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -79,7 +79,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed5213();
+ o.members = buildUnnamed5214();
o.role = 'foo';
}
buildCounterBinding--;
@@ -90,7 +90,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed5213(o.members!);
+ checkUnnamed5214(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -141,27 +141,27 @@
buildCounterContainerImage--;
}
-core.List<api.GuestOsFeature> buildUnnamed5214() {
+core.List<api.GuestOsFeature> buildUnnamed5215() {
var o = <api.GuestOsFeature>[];
o.add(buildGuestOsFeature());
o.add(buildGuestOsFeature());
return o;
}
-void checkUnnamed5214(core.List<api.GuestOsFeature> o) {
+void checkUnnamed5215(core.List<api.GuestOsFeature> o) {
unittest.expect(o, unittest.hasLength(2));
checkGuestOsFeature(o[0] as api.GuestOsFeature);
checkGuestOsFeature(o[1] as api.GuestOsFeature);
}
-core.List<core.String> buildUnnamed5215() {
+core.List<core.String> buildUnnamed5216() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5215(core.List<core.String> o) {
+void checkUnnamed5216(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -182,11 +182,11 @@
o.boot = true;
o.deviceName = 'foo';
o.diskSizeGb = 'foo';
- o.guestOsFeatures = buildUnnamed5214();
+ o.guestOsFeatures = buildUnnamed5215();
o.index = 'foo';
o.interface = 'foo';
o.kind = 'foo';
- o.licenses = buildUnnamed5215();
+ o.licenses = buildUnnamed5216();
o.mode = 'foo';
o.source = 'foo';
o.type = 'foo';
@@ -208,7 +208,7 @@
o.diskSizeGb!,
unittest.equals('foo'),
);
- checkUnnamed5214(o.guestOsFeatures!);
+ checkUnnamed5215(o.guestOsFeatures!);
unittest.expect(
o.index!,
unittest.equals('foo'),
@@ -221,7 +221,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5215(o.licenses!);
+ checkUnnamed5216(o.licenses!);
unittest.expect(
o.mode!,
unittest.equals('foo'),
@@ -353,14 +353,14 @@
buildCounterExecution--;
}
-core.Map<core.String, core.String> buildUnnamed5216() {
+core.Map<core.String, core.String> buildUnnamed5217() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5216(core.Map<core.String, core.String> o) {
+void checkUnnamed5217(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -380,9 +380,10 @@
o.acceleratorConfig = buildSchedulerAcceleratorConfig();
o.containerImageUri = 'foo';
o.inputNotebookFile = 'foo';
- o.labels = buildUnnamed5216();
+ o.labels = buildUnnamed5217();
o.masterType = 'foo';
o.outputNotebookFolder = 'foo';
+ o.parameters = 'foo';
o.paramsYamlFile = 'foo';
o.scaleTier = 'foo';
}
@@ -403,7 +404,7 @@
o.inputNotebookFile!,
unittest.equals('foo'),
);
- checkUnnamed5216(o.labels!);
+ checkUnnamed5217(o.labels!);
unittest.expect(
o.masterType!,
unittest.equals('foo'),
@@ -413,6 +414,10 @@
unittest.equals('foo'),
);
unittest.expect(
+ o.parameters!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
o.paramsYamlFile!,
unittest.equals('foo'),
);
@@ -461,14 +466,14 @@
buildCounterExpr--;
}
-core.Map<core.String, core.String> buildUnnamed5217() {
+core.Map<core.String, core.String> buildUnnamed5218() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5217(core.Map<core.String, core.String> o) {
+void checkUnnamed5218(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -485,7 +490,7 @@
var o = api.GetInstanceHealthResponse();
buildCounterGetInstanceHealthResponse++;
if (buildCounterGetInstanceHealthResponse < 3) {
- o.healthInfo = buildUnnamed5217();
+ o.healthInfo = buildUnnamed5218();
o.healthState = 'foo';
}
buildCounterGetInstanceHealthResponse--;
@@ -495,7 +500,7 @@
void checkGetInstanceHealthResponse(api.GetInstanceHealthResponse o) {
buildCounterGetInstanceHealthResponse++;
if (buildCounterGetInstanceHealthResponse < 3) {
- checkUnnamed5217(o.healthInfo!);
+ checkUnnamed5218(o.healthInfo!);
unittest.expect(
o.healthState!,
unittest.equals('foo'),
@@ -526,27 +531,27 @@
buildCounterGuestOsFeature--;
}
-core.List<api.Disk> buildUnnamed5218() {
+core.List<api.Disk> buildUnnamed5219() {
var o = <api.Disk>[];
o.add(buildDisk());
o.add(buildDisk());
return o;
}
-void checkUnnamed5218(core.List<api.Disk> o) {
+void checkUnnamed5219(core.List<api.Disk> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisk(o[0] as api.Disk);
checkDisk(o[1] as api.Disk);
}
-core.List<core.String> buildUnnamed5219() {
+core.List<core.String> buildUnnamed5220() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5219(core.List<core.String> o) {
+void checkUnnamed5220(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -558,25 +563,6 @@
);
}
-core.Map<core.String, core.String> buildUnnamed5220() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed5220(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed5221() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -596,21 +582,21 @@
);
}
-core.List<core.String> buildUnnamed5222() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
+core.Map<core.String, core.String> buildUnnamed5222() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
return o;
}
-void checkUnnamed5222(core.List<core.String> o) {
+void checkUnnamed5222(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
- o[0],
+ o['x']!,
unittest.equals('foo'),
);
unittest.expect(
- o[1],
+ o['y']!,
unittest.equals('foo'),
);
}
@@ -634,14 +620,33 @@
);
}
-core.List<api.UpgradeHistoryEntry> buildUnnamed5224() {
+core.List<core.String> buildUnnamed5224() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5224(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.UpgradeHistoryEntry> buildUnnamed5225() {
var o = <api.UpgradeHistoryEntry>[];
o.add(buildUpgradeHistoryEntry());
o.add(buildUpgradeHistoryEntry());
return o;
}
-void checkUnnamed5224(core.List<api.UpgradeHistoryEntry> o) {
+void checkUnnamed5225(core.List<api.UpgradeHistoryEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkUpgradeHistoryEntry(o[0] as api.UpgradeHistoryEntry);
checkUpgradeHistoryEntry(o[1] as api.UpgradeHistoryEntry);
@@ -661,13 +666,13 @@
o.dataDiskSizeGb = 'foo';
o.dataDiskType = 'foo';
o.diskEncryption = 'foo';
- o.disks = buildUnnamed5218();
+ o.disks = buildUnnamed5219();
o.installGpuDriver = true;
- o.instanceOwners = buildUnnamed5219();
+ o.instanceOwners = buildUnnamed5220();
o.kmsKey = 'foo';
- o.labels = buildUnnamed5220();
+ o.labels = buildUnnamed5221();
o.machineType = 'foo';
- o.metadata = buildUnnamed5221();
+ o.metadata = buildUnnamed5222();
o.name = 'foo';
o.network = 'foo';
o.noProxyAccess = true;
@@ -676,13 +681,13 @@
o.postStartupScript = 'foo';
o.proxyUri = 'foo';
o.serviceAccount = 'foo';
- o.serviceAccountScopes = buildUnnamed5222();
+ o.serviceAccountScopes = buildUnnamed5223();
o.shieldedInstanceConfig = buildShieldedInstanceConfig();
o.state = 'foo';
o.subnet = 'foo';
- o.tags = buildUnnamed5223();
+ o.tags = buildUnnamed5224();
o.updateTime = 'foo';
- o.upgradeHistory = buildUnnamed5224();
+ o.upgradeHistory = buildUnnamed5225();
o.vmImage = buildVmImage();
}
buildCounterInstance--;
@@ -722,19 +727,19 @@
o.diskEncryption!,
unittest.equals('foo'),
);
- checkUnnamed5218(o.disks!);
+ checkUnnamed5219(o.disks!);
unittest.expect(o.installGpuDriver!, unittest.isTrue);
- checkUnnamed5219(o.instanceOwners!);
+ checkUnnamed5220(o.instanceOwners!);
unittest.expect(
o.kmsKey!,
unittest.equals('foo'),
);
- checkUnnamed5220(o.labels!);
+ checkUnnamed5221(o.labels!);
unittest.expect(
o.machineType!,
unittest.equals('foo'),
);
- checkUnnamed5221(o.metadata!);
+ checkUnnamed5222(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -758,7 +763,7 @@
o.serviceAccount!,
unittest.equals('foo'),
);
- checkUnnamed5222(o.serviceAccountScopes!);
+ checkUnnamed5223(o.serviceAccountScopes!);
checkShieldedInstanceConfig(
o.shieldedInstanceConfig! as api.ShieldedInstanceConfig);
unittest.expect(
@@ -769,12 +774,12 @@
o.subnet!,
unittest.equals('foo'),
);
- checkUnnamed5223(o.tags!);
+ checkUnnamed5224(o.tags!);
unittest.expect(
o.updateTime!,
unittest.equals('foo'),
);
- checkUnnamed5224(o.upgradeHistory!);
+ checkUnnamed5225(o.upgradeHistory!);
checkVmImage(o.vmImage! as api.VmImage);
}
buildCounterInstance--;
@@ -809,27 +814,27 @@
buildCounterIsInstanceUpgradeableResponse--;
}
-core.List<api.Environment> buildUnnamed5225() {
+core.List<api.Environment> buildUnnamed5226() {
var o = <api.Environment>[];
o.add(buildEnvironment());
o.add(buildEnvironment());
return o;
}
-void checkUnnamed5225(core.List<api.Environment> o) {
+void checkUnnamed5226(core.List<api.Environment> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnvironment(o[0] as api.Environment);
checkEnvironment(o[1] as api.Environment);
}
-core.List<core.String> buildUnnamed5226() {
+core.List<core.String> buildUnnamed5227() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5226(core.List<core.String> o) {
+void checkUnnamed5227(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -846,9 +851,9 @@
var o = api.ListEnvironmentsResponse();
buildCounterListEnvironmentsResponse++;
if (buildCounterListEnvironmentsResponse < 3) {
- o.environments = buildUnnamed5225();
+ o.environments = buildUnnamed5226();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed5226();
+ o.unreachable = buildUnnamed5227();
}
buildCounterListEnvironmentsResponse--;
return o;
@@ -857,37 +862,37 @@
void checkListEnvironmentsResponse(api.ListEnvironmentsResponse o) {
buildCounterListEnvironmentsResponse++;
if (buildCounterListEnvironmentsResponse < 3) {
- checkUnnamed5225(o.environments!);
+ checkUnnamed5226(o.environments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5226(o.unreachable!);
+ checkUnnamed5227(o.unreachable!);
}
buildCounterListEnvironmentsResponse--;
}
-core.List<api.Execution> buildUnnamed5227() {
+core.List<api.Execution> buildUnnamed5228() {
var o = <api.Execution>[];
o.add(buildExecution());
o.add(buildExecution());
return o;
}
-void checkUnnamed5227(core.List<api.Execution> o) {
+void checkUnnamed5228(core.List<api.Execution> o) {
unittest.expect(o, unittest.hasLength(2));
checkExecution(o[0] as api.Execution);
checkExecution(o[1] as api.Execution);
}
-core.List<core.String> buildUnnamed5228() {
+core.List<core.String> buildUnnamed5229() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5228(core.List<core.String> o) {
+void checkUnnamed5229(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -904,9 +909,9 @@
var o = api.ListExecutionsResponse();
buildCounterListExecutionsResponse++;
if (buildCounterListExecutionsResponse < 3) {
- o.executions = buildUnnamed5227();
+ o.executions = buildUnnamed5228();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed5228();
+ o.unreachable = buildUnnamed5229();
}
buildCounterListExecutionsResponse--;
return o;
@@ -915,37 +920,37 @@
void checkListExecutionsResponse(api.ListExecutionsResponse o) {
buildCounterListExecutionsResponse++;
if (buildCounterListExecutionsResponse < 3) {
- checkUnnamed5227(o.executions!);
+ checkUnnamed5228(o.executions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5228(o.unreachable!);
+ checkUnnamed5229(o.unreachable!);
}
buildCounterListExecutionsResponse--;
}
-core.List<api.Instance> buildUnnamed5229() {
+core.List<api.Instance> buildUnnamed5230() {
var o = <api.Instance>[];
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-void checkUnnamed5229(core.List<api.Instance> o) {
+void checkUnnamed5230(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0] as api.Instance);
checkInstance(o[1] as api.Instance);
}
-core.List<core.String> buildUnnamed5230() {
+core.List<core.String> buildUnnamed5231() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5230(core.List<core.String> o) {
+void checkUnnamed5231(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -962,9 +967,9 @@
var o = api.ListInstancesResponse();
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- o.instances = buildUnnamed5229();
+ o.instances = buildUnnamed5230();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed5230();
+ o.unreachable = buildUnnamed5231();
}
buildCounterListInstancesResponse--;
return o;
@@ -973,24 +978,24 @@
void checkListInstancesResponse(api.ListInstancesResponse o) {
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- checkUnnamed5229(o.instances!);
+ checkUnnamed5230(o.instances!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5230(o.unreachable!);
+ checkUnnamed5231(o.unreachable!);
}
buildCounterListInstancesResponse--;
}
-core.List<api.Location> buildUnnamed5231() {
+core.List<api.Location> buildUnnamed5232() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed5231(core.List<api.Location> o) {
+void checkUnnamed5232(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1001,7 +1006,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed5231();
+ o.locations = buildUnnamed5232();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1011,7 +1016,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed5231(o.locations!);
+ checkUnnamed5232(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1020,14 +1025,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed5232() {
+core.List<api.Operation> buildUnnamed5233() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed5232(core.List<api.Operation> o) {
+void checkUnnamed5233(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1039,7 +1044,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed5232();
+ o.operations = buildUnnamed5233();
}
buildCounterListOperationsResponse--;
return o;
@@ -1052,32 +1057,32 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5232(o.operations!);
+ checkUnnamed5233(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.Schedule> buildUnnamed5233() {
+core.List<api.Schedule> buildUnnamed5234() {
var o = <api.Schedule>[];
o.add(buildSchedule());
o.add(buildSchedule());
return o;
}
-void checkUnnamed5233(core.List<api.Schedule> o) {
+void checkUnnamed5234(core.List<api.Schedule> o) {
unittest.expect(o, unittest.hasLength(2));
checkSchedule(o[0] as api.Schedule);
checkSchedule(o[1] as api.Schedule);
}
-core.List<core.String> buildUnnamed5234() {
+core.List<core.String> buildUnnamed5235() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5234(core.List<core.String> o) {
+void checkUnnamed5235(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1095,8 +1100,8 @@
buildCounterListSchedulesResponse++;
if (buildCounterListSchedulesResponse < 3) {
o.nextPageToken = 'foo';
- o.schedules = buildUnnamed5233();
- o.unreachable = buildUnnamed5234();
+ o.schedules = buildUnnamed5234();
+ o.unreachable = buildUnnamed5235();
}
buildCounterListSchedulesResponse--;
return o;
@@ -1109,20 +1114,20 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5233(o.schedules!);
- checkUnnamed5234(o.unreachable!);
+ checkUnnamed5234(o.schedules!);
+ checkUnnamed5235(o.unreachable!);
}
buildCounterListSchedulesResponse--;
}
-core.Map<core.String, core.String> buildUnnamed5235() {
+core.Map<core.String, core.String> buildUnnamed5236() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5235(core.Map<core.String, core.String> o) {
+void checkUnnamed5236(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1134,7 +1139,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5236() {
+core.Map<core.String, core.Object> buildUnnamed5237() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1149,7 +1154,7 @@
return o;
}
-void checkUnnamed5236(core.Map<core.String, core.Object> o) {
+void checkUnnamed5237(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1187,9 +1192,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed5235();
+ o.labels = buildUnnamed5236();
o.locationId = 'foo';
- o.metadata = buildUnnamed5236();
+ o.metadata = buildUnnamed5237();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1203,12 +1208,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5235(o.labels!);
+ checkUnnamed5236(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed5236(o.metadata!);
+ checkUnnamed5237(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1217,7 +1222,7 @@
buildCounterLocation--;
}
-core.Map<core.String, core.Object> buildUnnamed5237() {
+core.Map<core.String, core.Object> buildUnnamed5238() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1232,7 +1237,7 @@
return o;
}
-void checkUnnamed5237(core.Map<core.String, core.Object> o) {
+void checkUnnamed5238(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1264,7 +1269,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5238() {
+core.Map<core.String, core.Object> buildUnnamed5239() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1279,7 +1284,7 @@
return o;
}
-void checkUnnamed5238(core.Map<core.String, core.Object> o) {
+void checkUnnamed5239(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1318,9 +1323,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed5237();
+ o.metadata = buildUnnamed5238();
o.name = 'foo';
- o.response = buildUnnamed5238();
+ o.response = buildUnnamed5239();
}
buildCounterOperation--;
return o;
@@ -1331,12 +1336,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed5237(o.metadata!);
+ checkUnnamed5238(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5238(o.response!);
+ checkUnnamed5239(o.response!);
}
buildCounterOperation--;
}
@@ -1395,14 +1400,14 @@
buildCounterOperationMetadata--;
}
-core.List<api.Binding> buildUnnamed5239() {
+core.List<api.Binding> buildUnnamed5240() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed5239(core.List<api.Binding> o) {
+void checkUnnamed5240(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1413,7 +1418,7 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed5239();
+ o.bindings = buildUnnamed5240();
o.etag = 'foo';
o.version = 42;
}
@@ -1424,7 +1429,7 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed5239(o.bindings!);
+ checkUnnamed5240(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1459,14 +1464,14 @@
buildCounterRegisterInstanceRequest--;
}
-core.Map<core.String, core.String> buildUnnamed5240() {
+core.Map<core.String, core.String> buildUnnamed5241() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5240(core.Map<core.String, core.String> o) {
+void checkUnnamed5241(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1483,7 +1488,7 @@
var o = api.ReportInstanceInfoRequest();
buildCounterReportInstanceInfoRequest++;
if (buildCounterReportInstanceInfoRequest < 3) {
- o.metadata = buildUnnamed5240();
+ o.metadata = buildUnnamed5241();
o.vmId = 'foo';
}
buildCounterReportInstanceInfoRequest--;
@@ -1493,7 +1498,7 @@
void checkReportInstanceInfoRequest(api.ReportInstanceInfoRequest o) {
buildCounterReportInstanceInfoRequest++;
if (buildCounterReportInstanceInfoRequest < 3) {
- checkUnnamed5240(o.metadata!);
+ checkUnnamed5241(o.metadata!);
unittest.expect(
o.vmId!,
unittest.equals('foo'),
@@ -1517,6 +1522,19 @@
buildCounterResetInstanceRequest--;
}
+core.List<api.Execution> buildUnnamed5242() {
+ var o = <api.Execution>[];
+ o.add(buildExecution());
+ o.add(buildExecution());
+ return o;
+}
+
+void checkUnnamed5242(core.List<api.Execution> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkExecution(o[0] as api.Execution);
+ checkExecution(o[1] as api.Execution);
+}
+
core.int buildCounterSchedule = 0;
api.Schedule buildSchedule() {
var o = api.Schedule();
@@ -1528,6 +1546,7 @@
o.displayName = 'foo';
o.executionTemplate = buildExecutionTemplate();
o.name = 'foo';
+ o.recentExecutions = buildUnnamed5242();
o.state = 'foo';
o.timeZone = 'foo';
o.updateTime = 'foo';
@@ -1560,6 +1579,7 @@
o.name!,
unittest.equals('foo'),
);
+ checkUnnamed5242(o.recentExecutions!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -1649,14 +1669,14 @@
buildCounterSetInstanceAcceleratorRequest--;
}
-core.Map<core.String, core.String> buildUnnamed5241() {
+core.Map<core.String, core.String> buildUnnamed5243() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5241(core.Map<core.String, core.String> o) {
+void checkUnnamed5243(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1673,7 +1693,7 @@
var o = api.SetInstanceLabelsRequest();
buildCounterSetInstanceLabelsRequest++;
if (buildCounterSetInstanceLabelsRequest < 3) {
- o.labels = buildUnnamed5241();
+ o.labels = buildUnnamed5243();
}
buildCounterSetInstanceLabelsRequest--;
return o;
@@ -1682,7 +1702,7 @@
void checkSetInstanceLabelsRequest(api.SetInstanceLabelsRequest o) {
buildCounterSetInstanceLabelsRequest++;
if (buildCounterSetInstanceLabelsRequest < 3) {
- checkUnnamed5241(o.labels!);
+ checkUnnamed5243(o.labels!);
}
buildCounterSetInstanceLabelsRequest--;
}
@@ -1747,7 +1767,7 @@
buildCounterStartInstanceRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed5242() {
+core.Map<core.String, core.Object> buildUnnamed5244() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1762,7 +1782,7 @@
return o;
}
-void checkUnnamed5242(core.Map<core.String, core.Object> o) {
+void checkUnnamed5244(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1794,17 +1814,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5243() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5245() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5242());
- o.add(buildUnnamed5242());
+ o.add(buildUnnamed5244());
+ o.add(buildUnnamed5244());
return o;
}
-void checkUnnamed5243(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5245(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5242(o[0]);
- checkUnnamed5242(o[1]);
+ checkUnnamed5244(o[0]);
+ checkUnnamed5244(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1813,7 +1833,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5243();
+ o.details = buildUnnamed5245();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1827,7 +1847,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5243(o.details!);
+ checkUnnamed5245(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1851,14 +1871,14 @@
buildCounterStopInstanceRequest--;
}
-core.List<core.String> buildUnnamed5244() {
+core.List<core.String> buildUnnamed5246() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5244(core.List<core.String> o) {
+void checkUnnamed5246(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1875,7 +1895,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed5244();
+ o.permissions = buildUnnamed5246();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -1884,19 +1904,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed5244(o.permissions!);
+ checkUnnamed5246(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed5245() {
+core.List<core.String> buildUnnamed5247() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5245(core.List<core.String> o) {
+void checkUnnamed5247(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1913,7 +1933,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed5245();
+ o.permissions = buildUnnamed5247();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1922,7 +1942,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed5245(o.permissions!);
+ checkUnnamed5247(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
@@ -1954,6 +1974,7 @@
o.snapshot = 'foo';
o.state = 'foo';
o.targetImage = 'foo';
+ o.targetVersion = 'foo';
o.version = 'foo';
o.vmImage = 'foo';
}
@@ -1993,6 +2014,10 @@
unittest.equals('foo'),
);
unittest.expect(
+ o.targetVersion!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
o.version!,
unittest.equals('foo'),
);
diff --git a/generated/googleapis/test/osconfig/v1_test.dart b/generated/googleapis/test/osconfig/v1_test.dart
index ef1bee7..a02f83d 100644
--- a/generated/googleapis/test/osconfig/v1_test.dart
+++ b/generated/googleapis/test/osconfig/v1_test.dart
@@ -27,25 +27,6 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed2785() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2785(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2786() {
var o = <core.String>[];
o.add('foo');
@@ -65,13 +46,32 @@
);
}
+core.List<core.String> buildUnnamed2787() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2787(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterAptSettings = 0;
api.AptSettings buildAptSettings() {
var o = api.AptSettings();
buildCounterAptSettings++;
if (buildCounterAptSettings < 3) {
- o.excludes = buildUnnamed2785();
- o.exclusivePackages = buildUnnamed2786();
+ o.excludes = buildUnnamed2786();
+ o.exclusivePackages = buildUnnamed2787();
o.type = 'foo';
}
buildCounterAptSettings--;
@@ -81,8 +81,8 @@
void checkAptSettings(api.AptSettings o) {
buildCounterAptSettings++;
if (buildCounterAptSettings < 3) {
- checkUnnamed2785(o.excludes!);
- checkUnnamed2786(o.exclusivePackages!);
+ checkUnnamed2786(o.excludes!);
+ checkUnnamed2787(o.exclusivePackages!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -142,14 +142,14 @@
buildCounterExecStep--;
}
-core.List<core.int> buildUnnamed2787() {
+core.List<core.int> buildUnnamed2788() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2787(core.List<core.int> o) {
+void checkUnnamed2788(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -166,7 +166,7 @@
var o = api.ExecStepConfig();
buildCounterExecStepConfig++;
if (buildCounterExecStepConfig < 3) {
- o.allowedSuccessCodes = buildUnnamed2787();
+ o.allowedSuccessCodes = buildUnnamed2788();
o.gcsObject = buildGcsObject();
o.interpreter = 'foo';
o.localPath = 'foo';
@@ -178,7 +178,7 @@
void checkExecStepConfig(api.ExecStepConfig o) {
buildCounterExecStepConfig++;
if (buildCounterExecStepConfig < 3) {
- checkUnnamed2787(o.allowedSuccessCodes!);
+ checkUnnamed2788(o.allowedSuccessCodes!);
checkGcsObject(o.gcsObject! as api.GcsObject);
unittest.expect(
o.interpreter!,
@@ -306,14 +306,14 @@
buildCounterGooSettings--;
}
-core.Map<core.String, api.InventoryItem> buildUnnamed2788() {
+core.Map<core.String, api.InventoryItem> buildUnnamed2789() {
var o = <core.String, api.InventoryItem>{};
o['x'] = buildInventoryItem();
o['y'] = buildInventoryItem();
return o;
}
-void checkUnnamed2788(core.Map<core.String, api.InventoryItem> o) {
+void checkUnnamed2789(core.Map<core.String, api.InventoryItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkInventoryItem(o['x']! as api.InventoryItem);
checkInventoryItem(o['y']! as api.InventoryItem);
@@ -324,7 +324,7 @@
var o = api.Inventory();
buildCounterInventory++;
if (buildCounterInventory < 3) {
- o.items = buildUnnamed2788();
+ o.items = buildUnnamed2789();
o.osInfo = buildInventoryOsInfo();
}
buildCounterInventory--;
@@ -334,7 +334,7 @@
void checkInventory(api.Inventory o) {
buildCounterInventory++;
if (buildCounterInventory < 3) {
- checkUnnamed2788(o.items!);
+ checkUnnamed2789(o.items!);
checkInventoryOsInfo(o.osInfo! as api.InventoryOsInfo);
}
buildCounterInventory--;
@@ -557,14 +557,14 @@
}
core.List<api.InventoryWindowsUpdatePackageWindowsUpdateCategory>
- buildUnnamed2789() {
+ buildUnnamed2790() {
var o = <api.InventoryWindowsUpdatePackageWindowsUpdateCategory>[];
o.add(buildInventoryWindowsUpdatePackageWindowsUpdateCategory());
o.add(buildInventoryWindowsUpdatePackageWindowsUpdateCategory());
return o;
}
-void checkUnnamed2789(
+void checkUnnamed2790(
core.List<api.InventoryWindowsUpdatePackageWindowsUpdateCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkInventoryWindowsUpdatePackageWindowsUpdateCategory(
@@ -573,25 +573,6 @@
o[1] as api.InventoryWindowsUpdatePackageWindowsUpdateCategory);
}
-core.List<core.String> buildUnnamed2790() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2790(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2791() {
var o = <core.String>[];
o.add('foo');
@@ -611,16 +592,35 @@
);
}
+core.List<core.String> buildUnnamed2792() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2792(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterInventoryWindowsUpdatePackage = 0;
api.InventoryWindowsUpdatePackage buildInventoryWindowsUpdatePackage() {
var o = api.InventoryWindowsUpdatePackage();
buildCounterInventoryWindowsUpdatePackage++;
if (buildCounterInventoryWindowsUpdatePackage < 3) {
- o.categories = buildUnnamed2789();
+ o.categories = buildUnnamed2790();
o.description = 'foo';
- o.kbArticleIds = buildUnnamed2790();
+ o.kbArticleIds = buildUnnamed2791();
o.lastDeploymentChangeTime = 'foo';
- o.moreInfoUrls = buildUnnamed2791();
+ o.moreInfoUrls = buildUnnamed2792();
o.revisionNumber = 42;
o.supportUrl = 'foo';
o.title = 'foo';
@@ -633,17 +633,17 @@
void checkInventoryWindowsUpdatePackage(api.InventoryWindowsUpdatePackage o) {
buildCounterInventoryWindowsUpdatePackage++;
if (buildCounterInventoryWindowsUpdatePackage < 3) {
- checkUnnamed2789(o.categories!);
+ checkUnnamed2790(o.categories!);
unittest.expect(
o.description!,
unittest.equals('foo'),
);
- checkUnnamed2790(o.kbArticleIds!);
+ checkUnnamed2791(o.kbArticleIds!);
unittest.expect(
o.lastDeploymentChangeTime!,
unittest.equals('foo'),
);
- checkUnnamed2791(o.moreInfoUrls!);
+ checkUnnamed2792(o.moreInfoUrls!);
unittest.expect(
o.revisionNumber!,
unittest.equals(42),
@@ -730,14 +730,14 @@
buildCounterInventoryZypperPatch--;
}
-core.List<api.PatchDeployment> buildUnnamed2792() {
+core.List<api.PatchDeployment> buildUnnamed2793() {
var o = <api.PatchDeployment>[];
o.add(buildPatchDeployment());
o.add(buildPatchDeployment());
return o;
}
-void checkUnnamed2792(core.List<api.PatchDeployment> o) {
+void checkUnnamed2793(core.List<api.PatchDeployment> o) {
unittest.expect(o, unittest.hasLength(2));
checkPatchDeployment(o[0] as api.PatchDeployment);
checkPatchDeployment(o[1] as api.PatchDeployment);
@@ -749,7 +749,7 @@
buildCounterListPatchDeploymentsResponse++;
if (buildCounterListPatchDeploymentsResponse < 3) {
o.nextPageToken = 'foo';
- o.patchDeployments = buildUnnamed2792();
+ o.patchDeployments = buildUnnamed2793();
}
buildCounterListPatchDeploymentsResponse--;
return o;
@@ -762,19 +762,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2792(o.patchDeployments!);
+ checkUnnamed2793(o.patchDeployments!);
}
buildCounterListPatchDeploymentsResponse--;
}
-core.List<api.PatchJobInstanceDetails> buildUnnamed2793() {
+core.List<api.PatchJobInstanceDetails> buildUnnamed2794() {
var o = <api.PatchJobInstanceDetails>[];
o.add(buildPatchJobInstanceDetails());
o.add(buildPatchJobInstanceDetails());
return o;
}
-void checkUnnamed2793(core.List<api.PatchJobInstanceDetails> o) {
+void checkUnnamed2794(core.List<api.PatchJobInstanceDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkPatchJobInstanceDetails(o[0] as api.PatchJobInstanceDetails);
checkPatchJobInstanceDetails(o[1] as api.PatchJobInstanceDetails);
@@ -787,7 +787,7 @@
buildCounterListPatchJobInstanceDetailsResponse++;
if (buildCounterListPatchJobInstanceDetailsResponse < 3) {
o.nextPageToken = 'foo';
- o.patchJobInstanceDetails = buildUnnamed2793();
+ o.patchJobInstanceDetails = buildUnnamed2794();
}
buildCounterListPatchJobInstanceDetailsResponse--;
return o;
@@ -801,19 +801,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2793(o.patchJobInstanceDetails!);
+ checkUnnamed2794(o.patchJobInstanceDetails!);
}
buildCounterListPatchJobInstanceDetailsResponse--;
}
-core.List<api.PatchJob> buildUnnamed2794() {
+core.List<api.PatchJob> buildUnnamed2795() {
var o = <api.PatchJob>[];
o.add(buildPatchJob());
o.add(buildPatchJob());
return o;
}
-void checkUnnamed2794(core.List<api.PatchJob> o) {
+void checkUnnamed2795(core.List<api.PatchJob> o) {
unittest.expect(o, unittest.hasLength(2));
checkPatchJob(o[0] as api.PatchJob);
checkPatchJob(o[1] as api.PatchJob);
@@ -825,7 +825,7 @@
buildCounterListPatchJobsResponse++;
if (buildCounterListPatchJobsResponse < 3) {
o.nextPageToken = 'foo';
- o.patchJobs = buildUnnamed2794();
+ o.patchJobs = buildUnnamed2795();
}
buildCounterListPatchJobsResponse--;
return o;
@@ -838,7 +838,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2794(o.patchJobs!);
+ checkUnnamed2795(o.patchJobs!);
}
buildCounterListPatchJobsResponse--;
}
@@ -982,38 +982,19 @@
buildCounterPatchDeployment--;
}
-core.List<api.PatchInstanceFilterGroupLabel> buildUnnamed2795() {
+core.List<api.PatchInstanceFilterGroupLabel> buildUnnamed2796() {
var o = <api.PatchInstanceFilterGroupLabel>[];
o.add(buildPatchInstanceFilterGroupLabel());
o.add(buildPatchInstanceFilterGroupLabel());
return o;
}
-void checkUnnamed2795(core.List<api.PatchInstanceFilterGroupLabel> o) {
+void checkUnnamed2796(core.List<api.PatchInstanceFilterGroupLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkPatchInstanceFilterGroupLabel(o[0] as api.PatchInstanceFilterGroupLabel);
checkPatchInstanceFilterGroupLabel(o[1] as api.PatchInstanceFilterGroupLabel);
}
-core.List<core.String> buildUnnamed2796() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2796(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2797() {
var o = <core.String>[];
o.add('foo');
@@ -1052,16 +1033,35 @@
);
}
+core.List<core.String> buildUnnamed2799() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2799(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterPatchInstanceFilter = 0;
api.PatchInstanceFilter buildPatchInstanceFilter() {
var o = api.PatchInstanceFilter();
buildCounterPatchInstanceFilter++;
if (buildCounterPatchInstanceFilter < 3) {
o.all = true;
- o.groupLabels = buildUnnamed2795();
- o.instanceNamePrefixes = buildUnnamed2796();
- o.instances = buildUnnamed2797();
- o.zones = buildUnnamed2798();
+ o.groupLabels = buildUnnamed2796();
+ o.instanceNamePrefixes = buildUnnamed2797();
+ o.instances = buildUnnamed2798();
+ o.zones = buildUnnamed2799();
}
buildCounterPatchInstanceFilter--;
return o;
@@ -1071,22 +1071,22 @@
buildCounterPatchInstanceFilter++;
if (buildCounterPatchInstanceFilter < 3) {
unittest.expect(o.all!, unittest.isTrue);
- checkUnnamed2795(o.groupLabels!);
- checkUnnamed2796(o.instanceNamePrefixes!);
- checkUnnamed2797(o.instances!);
- checkUnnamed2798(o.zones!);
+ checkUnnamed2796(o.groupLabels!);
+ checkUnnamed2797(o.instanceNamePrefixes!);
+ checkUnnamed2798(o.instances!);
+ checkUnnamed2799(o.zones!);
}
buildCounterPatchInstanceFilter--;
}
-core.Map<core.String, core.String> buildUnnamed2799() {
+core.Map<core.String, core.String> buildUnnamed2800() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2799(core.Map<core.String, core.String> o) {
+void checkUnnamed2800(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1103,7 +1103,7 @@
var o = api.PatchInstanceFilterGroupLabel();
buildCounterPatchInstanceFilterGroupLabel++;
if (buildCounterPatchInstanceFilterGroupLabel < 3) {
- o.labels = buildUnnamed2799();
+ o.labels = buildUnnamed2800();
}
buildCounterPatchInstanceFilterGroupLabel--;
return o;
@@ -1112,7 +1112,7 @@
void checkPatchInstanceFilterGroupLabel(api.PatchInstanceFilterGroupLabel o) {
buildCounterPatchInstanceFilterGroupLabel++;
if (buildCounterPatchInstanceFilterGroupLabel < 3) {
- checkUnnamed2799(o.labels!);
+ checkUnnamed2800(o.labels!);
}
buildCounterPatchInstanceFilterGroupLabel--;
}
@@ -1516,25 +1516,6 @@
buildCounterWeeklySchedule--;
}
-core.List<core.String> buildUnnamed2800() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2800(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2801() {
var o = <core.String>[];
o.add('foo');
@@ -1573,29 +1554,6 @@
);
}
-core.int buildCounterWindowsUpdateSettings = 0;
-api.WindowsUpdateSettings buildWindowsUpdateSettings() {
- var o = api.WindowsUpdateSettings();
- buildCounterWindowsUpdateSettings++;
- if (buildCounterWindowsUpdateSettings < 3) {
- o.classifications = buildUnnamed2800();
- o.excludes = buildUnnamed2801();
- o.exclusivePatches = buildUnnamed2802();
- }
- buildCounterWindowsUpdateSettings--;
- return o;
-}
-
-void checkWindowsUpdateSettings(api.WindowsUpdateSettings o) {
- buildCounterWindowsUpdateSettings++;
- if (buildCounterWindowsUpdateSettings < 3) {
- checkUnnamed2800(o.classifications!);
- checkUnnamed2801(o.excludes!);
- checkUnnamed2802(o.exclusivePatches!);
- }
- buildCounterWindowsUpdateSettings--;
-}
-
core.List<core.String> buildUnnamed2803() {
var o = <core.String>[];
o.add('foo');
@@ -1615,6 +1573,29 @@
);
}
+core.int buildCounterWindowsUpdateSettings = 0;
+api.WindowsUpdateSettings buildWindowsUpdateSettings() {
+ var o = api.WindowsUpdateSettings();
+ buildCounterWindowsUpdateSettings++;
+ if (buildCounterWindowsUpdateSettings < 3) {
+ o.classifications = buildUnnamed2801();
+ o.excludes = buildUnnamed2802();
+ o.exclusivePatches = buildUnnamed2803();
+ }
+ buildCounterWindowsUpdateSettings--;
+ return o;
+}
+
+void checkWindowsUpdateSettings(api.WindowsUpdateSettings o) {
+ buildCounterWindowsUpdateSettings++;
+ if (buildCounterWindowsUpdateSettings < 3) {
+ checkUnnamed2801(o.classifications!);
+ checkUnnamed2802(o.excludes!);
+ checkUnnamed2803(o.exclusivePatches!);
+ }
+ buildCounterWindowsUpdateSettings--;
+}
+
core.List<core.String> buildUnnamed2804() {
var o = <core.String>[];
o.add('foo');
@@ -1634,31 +1615,6 @@
);
}
-core.int buildCounterYumSettings = 0;
-api.YumSettings buildYumSettings() {
- var o = api.YumSettings();
- buildCounterYumSettings++;
- if (buildCounterYumSettings < 3) {
- o.excludes = buildUnnamed2803();
- o.exclusivePackages = buildUnnamed2804();
- o.minimal = true;
- o.security = true;
- }
- buildCounterYumSettings--;
- return o;
-}
-
-void checkYumSettings(api.YumSettings o) {
- buildCounterYumSettings++;
- if (buildCounterYumSettings < 3) {
- checkUnnamed2803(o.excludes!);
- checkUnnamed2804(o.exclusivePackages!);
- unittest.expect(o.minimal!, unittest.isTrue);
- unittest.expect(o.security!, unittest.isTrue);
- }
- buildCounterYumSettings--;
-}
-
core.List<core.String> buildUnnamed2805() {
var o = <core.String>[];
o.add('foo');
@@ -1678,6 +1634,31 @@
);
}
+core.int buildCounterYumSettings = 0;
+api.YumSettings buildYumSettings() {
+ var o = api.YumSettings();
+ buildCounterYumSettings++;
+ if (buildCounterYumSettings < 3) {
+ o.excludes = buildUnnamed2804();
+ o.exclusivePackages = buildUnnamed2805();
+ o.minimal = true;
+ o.security = true;
+ }
+ buildCounterYumSettings--;
+ return o;
+}
+
+void checkYumSettings(api.YumSettings o) {
+ buildCounterYumSettings++;
+ if (buildCounterYumSettings < 3) {
+ checkUnnamed2804(o.excludes!);
+ checkUnnamed2805(o.exclusivePackages!);
+ unittest.expect(o.minimal!, unittest.isTrue);
+ unittest.expect(o.security!, unittest.isTrue);
+ }
+ buildCounterYumSettings--;
+}
+
core.List<core.String> buildUnnamed2806() {
var o = <core.String>[];
o.add('foo');
@@ -1735,15 +1716,34 @@
);
}
+core.List<core.String> buildUnnamed2809() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2809(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterZypperSettings = 0;
api.ZypperSettings buildZypperSettings() {
var o = api.ZypperSettings();
buildCounterZypperSettings++;
if (buildCounterZypperSettings < 3) {
- o.categories = buildUnnamed2805();
- o.excludes = buildUnnamed2806();
- o.exclusivePatches = buildUnnamed2807();
- o.severities = buildUnnamed2808();
+ o.categories = buildUnnamed2806();
+ o.excludes = buildUnnamed2807();
+ o.exclusivePatches = buildUnnamed2808();
+ o.severities = buildUnnamed2809();
o.withOptional = true;
o.withUpdate = true;
}
@@ -1754,10 +1754,10 @@
void checkZypperSettings(api.ZypperSettings o) {
buildCounterZypperSettings++;
if (buildCounterZypperSettings < 3) {
- checkUnnamed2805(o.categories!);
- checkUnnamed2806(o.excludes!);
- checkUnnamed2807(o.exclusivePatches!);
- checkUnnamed2808(o.severities!);
+ checkUnnamed2806(o.categories!);
+ checkUnnamed2807(o.excludes!);
+ checkUnnamed2808(o.exclusivePatches!);
+ checkUnnamed2809(o.severities!);
unittest.expect(o.withOptional!, unittest.isTrue);
unittest.expect(o.withUpdate!, unittest.isTrue);
}
diff --git a/generated/googleapis/test/oslogin/v1_test.dart b/generated/googleapis/test/oslogin/v1_test.dart
index f74dd04..5ed78ce 100644
--- a/generated/googleapis/test/oslogin/v1_test.dart
+++ b/generated/googleapis/test/oslogin/v1_test.dart
@@ -66,27 +66,27 @@
buildCounterImportSshPublicKeyResponse--;
}
-core.List<api.PosixAccount> buildUnnamed3126() {
+core.List<api.PosixAccount> buildUnnamed3127() {
var o = <api.PosixAccount>[];
o.add(buildPosixAccount());
o.add(buildPosixAccount());
return o;
}
-void checkUnnamed3126(core.List<api.PosixAccount> o) {
+void checkUnnamed3127(core.List<api.PosixAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosixAccount(o[0] as api.PosixAccount);
checkPosixAccount(o[1] as api.PosixAccount);
}
-core.Map<core.String, api.SshPublicKey> buildUnnamed3127() {
+core.Map<core.String, api.SshPublicKey> buildUnnamed3128() {
var o = <core.String, api.SshPublicKey>{};
o['x'] = buildSshPublicKey();
o['y'] = buildSshPublicKey();
return o;
}
-void checkUnnamed3127(core.Map<core.String, api.SshPublicKey> o) {
+void checkUnnamed3128(core.Map<core.String, api.SshPublicKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkSshPublicKey(o['x']! as api.SshPublicKey);
checkSshPublicKey(o['y']! as api.SshPublicKey);
@@ -98,8 +98,8 @@
buildCounterLoginProfile++;
if (buildCounterLoginProfile < 3) {
o.name = 'foo';
- o.posixAccounts = buildUnnamed3126();
- o.sshPublicKeys = buildUnnamed3127();
+ o.posixAccounts = buildUnnamed3127();
+ o.sshPublicKeys = buildUnnamed3128();
}
buildCounterLoginProfile--;
return o;
@@ -112,8 +112,8 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3126(o.posixAccounts!);
- checkUnnamed3127(o.sshPublicKeys!);
+ checkUnnamed3127(o.posixAccounts!);
+ checkUnnamed3128(o.sshPublicKeys!);
}
buildCounterLoginProfile--;
}
diff --git a/generated/googleapis/test/pagespeedonline/v5_test.dart b/generated/googleapis/test/pagespeedonline/v5_test.dart
index d41839f..f90660d 100644
--- a/generated/googleapis/test/pagespeedonline/v5_test.dart
+++ b/generated/googleapis/test/pagespeedonline/v5_test.dart
@@ -253,7 +253,7 @@
buildCounterI18n--;
}
-core.Map<core.String, core.Object> buildUnnamed2809() {
+core.Map<core.String, core.Object> buildUnnamed2810() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -268,7 +268,7 @@
return o;
}
-void checkUnnamed2809(core.Map<core.String, core.Object> o) {
+void checkUnnamed2810(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted2 = (o['x']!) as core.Map;
unittest.expect(casted2, unittest.hasLength(3));
@@ -306,7 +306,7 @@
buildCounterLighthouseAuditResultV5++;
if (buildCounterLighthouseAuditResultV5 < 3) {
o.description = 'foo';
- o.details = buildUnnamed2809();
+ o.details = buildUnnamed2810();
o.displayValue = 'foo';
o.errorMessage = 'foo';
o.explanation = 'foo';
@@ -336,7 +336,7 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed2809(o.details!);
+ checkUnnamed2810(o.details!);
unittest.expect(
o.displayValue!,
unittest.equals('foo'),
@@ -397,14 +397,14 @@
buildCounterLighthouseAuditResultV5--;
}
-core.List<api.AuditRefs> buildUnnamed2810() {
+core.List<api.AuditRefs> buildUnnamed2811() {
var o = <api.AuditRefs>[];
o.add(buildAuditRefs());
o.add(buildAuditRefs());
return o;
}
-void checkUnnamed2810(core.List<api.AuditRefs> o) {
+void checkUnnamed2811(core.List<api.AuditRefs> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditRefs(o[0] as api.AuditRefs);
checkAuditRefs(o[1] as api.AuditRefs);
@@ -415,7 +415,7 @@
var o = api.LighthouseCategoryV5();
buildCounterLighthouseCategoryV5++;
if (buildCounterLighthouseCategoryV5 < 3) {
- o.auditRefs = buildUnnamed2810();
+ o.auditRefs = buildUnnamed2811();
o.description = 'foo';
o.id = 'foo';
o.manualDescription = 'foo';
@@ -433,7 +433,7 @@
void checkLighthouseCategoryV5(api.LighthouseCategoryV5 o) {
buildCounterLighthouseCategoryV5++;
if (buildCounterLighthouseCategoryV5 < 3) {
- checkUnnamed2810(o.auditRefs!);
+ checkUnnamed2811(o.auditRefs!);
unittest.expect(
o.description!,
unittest.equals('foo'),
@@ -468,33 +468,33 @@
buildCounterLighthouseCategoryV5--;
}
-core.Map<core.String, api.LighthouseAuditResultV5> buildUnnamed2811() {
+core.Map<core.String, api.LighthouseAuditResultV5> buildUnnamed2812() {
var o = <core.String, api.LighthouseAuditResultV5>{};
o['x'] = buildLighthouseAuditResultV5();
o['y'] = buildLighthouseAuditResultV5();
return o;
}
-void checkUnnamed2811(core.Map<core.String, api.LighthouseAuditResultV5> o) {
+void checkUnnamed2812(core.Map<core.String, api.LighthouseAuditResultV5> o) {
unittest.expect(o, unittest.hasLength(2));
checkLighthouseAuditResultV5(o['x']! as api.LighthouseAuditResultV5);
checkLighthouseAuditResultV5(o['y']! as api.LighthouseAuditResultV5);
}
-core.Map<core.String, api.CategoryGroupV5> buildUnnamed2812() {
+core.Map<core.String, api.CategoryGroupV5> buildUnnamed2813() {
var o = <core.String, api.CategoryGroupV5>{};
o['x'] = buildCategoryGroupV5();
o['y'] = buildCategoryGroupV5();
return o;
}
-void checkUnnamed2812(core.Map<core.String, api.CategoryGroupV5> o) {
+void checkUnnamed2813(core.Map<core.String, api.CategoryGroupV5> o) {
unittest.expect(o, unittest.hasLength(2));
checkCategoryGroupV5(o['x']! as api.CategoryGroupV5);
checkCategoryGroupV5(o['y']! as api.CategoryGroupV5);
}
-core.List<core.Object> buildUnnamed2813() {
+core.List<core.Object> buildUnnamed2814() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -509,7 +509,7 @@
return o;
}
-void checkUnnamed2813(core.List<core.Object> o) {
+void checkUnnamed2814(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o[0]) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -541,14 +541,14 @@
);
}
-core.List<api.StackPack> buildUnnamed2814() {
+core.List<api.StackPack> buildUnnamed2815() {
var o = <api.StackPack>[];
o.add(buildStackPack());
o.add(buildStackPack());
return o;
}
-void checkUnnamed2814(core.List<api.StackPack> o) {
+void checkUnnamed2815(core.List<api.StackPack> o) {
unittest.expect(o, unittest.hasLength(2));
checkStackPack(o[0] as api.StackPack);
checkStackPack(o[1] as api.StackPack);
@@ -559,9 +559,9 @@
var o = api.LighthouseResultV5();
buildCounterLighthouseResultV5++;
if (buildCounterLighthouseResultV5 < 3) {
- o.audits = buildUnnamed2811();
+ o.audits = buildUnnamed2812();
o.categories = buildCategories();
- o.categoryGroups = buildUnnamed2812();
+ o.categoryGroups = buildUnnamed2813();
o.configSettings = buildConfigSettings();
o.environment = buildEnvironment();
o.fetchTime = 'foo';
@@ -569,9 +569,9 @@
o.i18n = buildI18n();
o.lighthouseVersion = 'foo';
o.requestedUrl = 'foo';
- o.runWarnings = buildUnnamed2813();
+ o.runWarnings = buildUnnamed2814();
o.runtimeError = buildRuntimeError();
- o.stackPacks = buildUnnamed2814();
+ o.stackPacks = buildUnnamed2815();
o.timing = buildTiming();
o.userAgent = 'foo';
}
@@ -582,9 +582,9 @@
void checkLighthouseResultV5(api.LighthouseResultV5 o) {
buildCounterLighthouseResultV5++;
if (buildCounterLighthouseResultV5 < 3) {
- checkUnnamed2811(o.audits!);
+ checkUnnamed2812(o.audits!);
checkCategories(o.categories! as api.Categories);
- checkUnnamed2812(o.categoryGroups!);
+ checkUnnamed2813(o.categoryGroups!);
checkConfigSettings(o.configSettings! as api.ConfigSettings);
checkEnvironment(o.environment! as api.Environment);
unittest.expect(
@@ -604,9 +604,9 @@
o.requestedUrl!,
unittest.equals('foo'),
);
- checkUnnamed2813(o.runWarnings!);
+ checkUnnamed2814(o.runWarnings!);
checkRuntimeError(o.runtimeError! as api.RuntimeError);
- checkUnnamed2814(o.stackPacks!);
+ checkUnnamed2815(o.stackPacks!);
checkTiming(o.timing! as api.Timing);
unittest.expect(
o.userAgent!,
@@ -616,14 +616,14 @@
buildCounterLighthouseResultV5--;
}
-core.Map<core.String, api.UserPageLoadMetricV5> buildUnnamed2815() {
+core.Map<core.String, api.UserPageLoadMetricV5> buildUnnamed2816() {
var o = <core.String, api.UserPageLoadMetricV5>{};
o['x'] = buildUserPageLoadMetricV5();
o['y'] = buildUserPageLoadMetricV5();
return o;
}
-void checkUnnamed2815(core.Map<core.String, api.UserPageLoadMetricV5> o) {
+void checkUnnamed2816(core.Map<core.String, api.UserPageLoadMetricV5> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserPageLoadMetricV5(o['x']! as api.UserPageLoadMetricV5);
checkUserPageLoadMetricV5(o['y']! as api.UserPageLoadMetricV5);
@@ -636,7 +636,7 @@
if (buildCounterPagespeedApiLoadingExperienceV5 < 3) {
o.id = 'foo';
o.initialUrl = 'foo';
- o.metrics = buildUnnamed2815();
+ o.metrics = buildUnnamed2816();
o.originFallback = true;
o.overallCategory = 'foo';
}
@@ -656,7 +656,7 @@
o.initialUrl!,
unittest.equals('foo'),
);
- checkUnnamed2815(o.metrics!);
+ checkUnnamed2816(o.metrics!);
unittest.expect(o.originFallback!, unittest.isTrue);
unittest.expect(
o.overallCategory!,
@@ -865,14 +865,14 @@
buildCounterRuntimeError--;
}
-core.Map<core.String, core.String> buildUnnamed2816() {
+core.Map<core.String, core.String> buildUnnamed2817() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2816(core.Map<core.String, core.String> o) {
+void checkUnnamed2817(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -889,7 +889,7 @@
var o = api.StackPack();
buildCounterStackPack++;
if (buildCounterStackPack < 3) {
- o.descriptions = buildUnnamed2816();
+ o.descriptions = buildUnnamed2817();
o.iconDataURL = 'foo';
o.id = 'foo';
o.title = 'foo';
@@ -901,7 +901,7 @@
void checkStackPack(api.StackPack o) {
buildCounterStackPack++;
if (buildCounterStackPack < 3) {
- checkUnnamed2816(o.descriptions!);
+ checkUnnamed2817(o.descriptions!);
unittest.expect(
o.iconDataURL!,
unittest.equals('foo'),
@@ -940,14 +940,14 @@
buildCounterTiming--;
}
-core.List<api.Bucket> buildUnnamed2817() {
+core.List<api.Bucket> buildUnnamed2818() {
var o = <api.Bucket>[];
o.add(buildBucket());
o.add(buildBucket());
return o;
}
-void checkUnnamed2817(core.List<api.Bucket> o) {
+void checkUnnamed2818(core.List<api.Bucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkBucket(o[0] as api.Bucket);
checkBucket(o[1] as api.Bucket);
@@ -959,7 +959,7 @@
buildCounterUserPageLoadMetricV5++;
if (buildCounterUserPageLoadMetricV5 < 3) {
o.category = 'foo';
- o.distributions = buildUnnamed2817();
+ o.distributions = buildUnnamed2818();
o.formFactor = 'foo';
o.median = 42;
o.metricId = 'foo';
@@ -976,7 +976,7 @@
o.category!,
unittest.equals('foo'),
);
- checkUnnamed2817(o.distributions!);
+ checkUnnamed2818(o.distributions!);
unittest.expect(
o.formFactor!,
unittest.equals('foo'),
@@ -997,14 +997,14 @@
buildCounterUserPageLoadMetricV5--;
}
-core.List<core.String> buildUnnamed2818() {
+core.List<core.String> buildUnnamed2819() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2818(core.List<core.String> o) {
+void checkUnnamed2819(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1204,7 +1204,7 @@
var res = api.PagespeedInsightsApi(mock).pagespeedapi;
var arg_url = 'foo';
var arg_captchaToken = 'foo';
- var arg_category = buildUnnamed2818();
+ var arg_category = buildUnnamed2819();
var arg_locale = 'foo';
var arg_strategy = 'foo';
var arg_utmCampaign = 'foo';
diff --git a/generated/googleapis/test/people/v1_test.dart b/generated/googleapis/test/people/v1_test.dart
index b468cde..0d31920 100644
--- a/generated/googleapis/test/people/v1_test.dart
+++ b/generated/googleapis/test/people/v1_test.dart
@@ -125,14 +125,14 @@
buildCounterAgeRangeType--;
}
-core.List<api.ContactGroupResponse> buildUnnamed5418() {
+core.List<api.ContactGroupResponse> buildUnnamed5420() {
var o = <api.ContactGroupResponse>[];
o.add(buildContactGroupResponse());
o.add(buildContactGroupResponse());
return o;
}
-void checkUnnamed5418(core.List<api.ContactGroupResponse> o) {
+void checkUnnamed5420(core.List<api.ContactGroupResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkContactGroupResponse(o[0] as api.ContactGroupResponse);
checkContactGroupResponse(o[1] as api.ContactGroupResponse);
@@ -143,7 +143,7 @@
var o = api.BatchGetContactGroupsResponse();
buildCounterBatchGetContactGroupsResponse++;
if (buildCounterBatchGetContactGroupsResponse < 3) {
- o.responses = buildUnnamed5418();
+ o.responses = buildUnnamed5420();
}
buildCounterBatchGetContactGroupsResponse--;
return o;
@@ -152,7 +152,7 @@
void checkBatchGetContactGroupsResponse(api.BatchGetContactGroupsResponse o) {
buildCounterBatchGetContactGroupsResponse++;
if (buildCounterBatchGetContactGroupsResponse < 3) {
- checkUnnamed5418(o.responses!);
+ checkUnnamed5420(o.responses!);
}
buildCounterBatchGetContactGroupsResponse--;
}
@@ -299,27 +299,27 @@
buildCounterClientData--;
}
-core.List<api.GroupClientData> buildUnnamed5419() {
+core.List<api.GroupClientData> buildUnnamed5421() {
var o = <api.GroupClientData>[];
o.add(buildGroupClientData());
o.add(buildGroupClientData());
return o;
}
-void checkUnnamed5419(core.List<api.GroupClientData> o) {
+void checkUnnamed5421(core.List<api.GroupClientData> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupClientData(o[0] as api.GroupClientData);
checkGroupClientData(o[1] as api.GroupClientData);
}
-core.List<core.String> buildUnnamed5420() {
+core.List<core.String> buildUnnamed5422() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5420(core.List<core.String> o) {
+void checkUnnamed5422(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -336,12 +336,12 @@
var o = api.ContactGroup();
buildCounterContactGroup++;
if (buildCounterContactGroup < 3) {
- o.clientData = buildUnnamed5419();
+ o.clientData = buildUnnamed5421();
o.etag = 'foo';
o.formattedName = 'foo';
o.groupType = 'foo';
o.memberCount = 42;
- o.memberResourceNames = buildUnnamed5420();
+ o.memberResourceNames = buildUnnamed5422();
o.metadata = buildContactGroupMetadata();
o.name = 'foo';
o.resourceName = 'foo';
@@ -353,7 +353,7 @@
void checkContactGroup(api.ContactGroup o) {
buildCounterContactGroup++;
if (buildCounterContactGroup < 3) {
- checkUnnamed5419(o.clientData!);
+ checkUnnamed5421(o.clientData!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -370,7 +370,7 @@
o.memberCount!,
unittest.equals(42),
);
- checkUnnamed5420(o.memberResourceNames!);
+ checkUnnamed5422(o.memberResourceNames!);
checkContactGroupMetadata(o.metadata! as api.ContactGroupMetadata);
unittest.expect(
o.name!,
@@ -461,14 +461,14 @@
buildCounterContactGroupResponse--;
}
-core.List<core.String> buildUnnamed5421() {
+core.List<core.String> buildUnnamed5423() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5421(core.List<core.String> o) {
+void checkUnnamed5423(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -488,7 +488,7 @@
if (buildCounterCopyOtherContactToMyContactsGroupRequest < 3) {
o.copyMask = 'foo';
o.readMask = 'foo';
- o.sources = buildUnnamed5421();
+ o.sources = buildUnnamed5423();
}
buildCounterCopyOtherContactToMyContactsGroupRequest--;
return o;
@@ -506,7 +506,7 @@
o.readMask!,
unittest.equals('foo'),
);
- checkUnnamed5421(o.sources!);
+ checkUnnamed5423(o.sources!);
}
buildCounterCopyOtherContactToMyContactsGroupRequest--;
}
@@ -831,14 +831,14 @@
buildCounterGender--;
}
-core.List<api.PersonResponse> buildUnnamed5422() {
+core.List<api.PersonResponse> buildUnnamed5424() {
var o = <api.PersonResponse>[];
o.add(buildPersonResponse());
o.add(buildPersonResponse());
return o;
}
-void checkUnnamed5422(core.List<api.PersonResponse> o) {
+void checkUnnamed5424(core.List<api.PersonResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkPersonResponse(o[0] as api.PersonResponse);
checkPersonResponse(o[1] as api.PersonResponse);
@@ -849,7 +849,7 @@
var o = api.GetPeopleResponse();
buildCounterGetPeopleResponse++;
if (buildCounterGetPeopleResponse < 3) {
- o.responses = buildUnnamed5422();
+ o.responses = buildUnnamed5424();
}
buildCounterGetPeopleResponse--;
return o;
@@ -858,7 +858,7 @@
void checkGetPeopleResponse(api.GetPeopleResponse o) {
buildCounterGetPeopleResponse++;
if (buildCounterGetPeopleResponse < 3) {
- checkUnnamed5422(o.responses!);
+ checkUnnamed5424(o.responses!);
}
buildCounterGetPeopleResponse--;
}
@@ -958,14 +958,14 @@
buildCounterInterest--;
}
-core.List<api.Person> buildUnnamed5423() {
+core.List<api.Person> buildUnnamed5425() {
var o = <api.Person>[];
o.add(buildPerson());
o.add(buildPerson());
return o;
}
-void checkUnnamed5423(core.List<api.Person> o) {
+void checkUnnamed5425(core.List<api.Person> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerson(o[0] as api.Person);
checkPerson(o[1] as api.Person);
@@ -976,7 +976,7 @@
var o = api.ListConnectionsResponse();
buildCounterListConnectionsResponse++;
if (buildCounterListConnectionsResponse < 3) {
- o.connections = buildUnnamed5423();
+ o.connections = buildUnnamed5425();
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
o.totalItems = 42;
@@ -989,7 +989,7 @@
void checkListConnectionsResponse(api.ListConnectionsResponse o) {
buildCounterListConnectionsResponse++;
if (buildCounterListConnectionsResponse < 3) {
- checkUnnamed5423(o.connections!);
+ checkUnnamed5425(o.connections!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1010,14 +1010,14 @@
buildCounterListConnectionsResponse--;
}
-core.List<api.ContactGroup> buildUnnamed5424() {
+core.List<api.ContactGroup> buildUnnamed5426() {
var o = <api.ContactGroup>[];
o.add(buildContactGroup());
o.add(buildContactGroup());
return o;
}
-void checkUnnamed5424(core.List<api.ContactGroup> o) {
+void checkUnnamed5426(core.List<api.ContactGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkContactGroup(o[0] as api.ContactGroup);
checkContactGroup(o[1] as api.ContactGroup);
@@ -1028,7 +1028,7 @@
var o = api.ListContactGroupsResponse();
buildCounterListContactGroupsResponse++;
if (buildCounterListContactGroupsResponse < 3) {
- o.contactGroups = buildUnnamed5424();
+ o.contactGroups = buildUnnamed5426();
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
o.totalItems = 42;
@@ -1040,7 +1040,7 @@
void checkListContactGroupsResponse(api.ListContactGroupsResponse o) {
buildCounterListContactGroupsResponse++;
if (buildCounterListContactGroupsResponse < 3) {
- checkUnnamed5424(o.contactGroups!);
+ checkUnnamed5426(o.contactGroups!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1057,14 +1057,14 @@
buildCounterListContactGroupsResponse--;
}
-core.List<api.Person> buildUnnamed5425() {
+core.List<api.Person> buildUnnamed5427() {
var o = <api.Person>[];
o.add(buildPerson());
o.add(buildPerson());
return o;
}
-void checkUnnamed5425(core.List<api.Person> o) {
+void checkUnnamed5427(core.List<api.Person> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerson(o[0] as api.Person);
checkPerson(o[1] as api.Person);
@@ -1077,7 +1077,7 @@
if (buildCounterListDirectoryPeopleResponse < 3) {
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
- o.people = buildUnnamed5425();
+ o.people = buildUnnamed5427();
}
buildCounterListDirectoryPeopleResponse--;
return o;
@@ -1094,19 +1094,19 @@
o.nextSyncToken!,
unittest.equals('foo'),
);
- checkUnnamed5425(o.people!);
+ checkUnnamed5427(o.people!);
}
buildCounterListDirectoryPeopleResponse--;
}
-core.List<api.Person> buildUnnamed5426() {
+core.List<api.Person> buildUnnamed5428() {
var o = <api.Person>[];
o.add(buildPerson());
o.add(buildPerson());
return o;
}
-void checkUnnamed5426(core.List<api.Person> o) {
+void checkUnnamed5428(core.List<api.Person> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerson(o[0] as api.Person);
checkPerson(o[1] as api.Person);
@@ -1119,7 +1119,7 @@
if (buildCounterListOtherContactsResponse < 3) {
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
- o.otherContacts = buildUnnamed5426();
+ o.otherContacts = buildUnnamed5428();
}
buildCounterListOtherContactsResponse--;
return o;
@@ -1136,7 +1136,7 @@
o.nextSyncToken!,
unittest.equals('foo'),
);
- checkUnnamed5426(o.otherContacts!);
+ checkUnnamed5428(o.otherContacts!);
}
buildCounterListOtherContactsResponse--;
}
@@ -1274,66 +1274,6 @@
buildCounterMiscKeyword--;
}
-core.List<core.String> buildUnnamed5427() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5427(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.List<core.String> buildUnnamed5428() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5428(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterModifyContactGroupMembersRequest = 0;
-api.ModifyContactGroupMembersRequest buildModifyContactGroupMembersRequest() {
- var o = api.ModifyContactGroupMembersRequest();
- buildCounterModifyContactGroupMembersRequest++;
- if (buildCounterModifyContactGroupMembersRequest < 3) {
- o.resourceNamesToAdd = buildUnnamed5427();
- o.resourceNamesToRemove = buildUnnamed5428();
- }
- buildCounterModifyContactGroupMembersRequest--;
- return o;
-}
-
-void checkModifyContactGroupMembersRequest(
- api.ModifyContactGroupMembersRequest o) {
- buildCounterModifyContactGroupMembersRequest++;
- if (buildCounterModifyContactGroupMembersRequest < 3) {
- checkUnnamed5427(o.resourceNamesToAdd!);
- checkUnnamed5428(o.resourceNamesToRemove!);
- }
- buildCounterModifyContactGroupMembersRequest--;
-}
-
core.List<core.String> buildUnnamed5429() {
var o = <core.String>[];
o.add('foo');
@@ -1372,13 +1312,73 @@
);
}
+core.int buildCounterModifyContactGroupMembersRequest = 0;
+api.ModifyContactGroupMembersRequest buildModifyContactGroupMembersRequest() {
+ var o = api.ModifyContactGroupMembersRequest();
+ buildCounterModifyContactGroupMembersRequest++;
+ if (buildCounterModifyContactGroupMembersRequest < 3) {
+ o.resourceNamesToAdd = buildUnnamed5429();
+ o.resourceNamesToRemove = buildUnnamed5430();
+ }
+ buildCounterModifyContactGroupMembersRequest--;
+ return o;
+}
+
+void checkModifyContactGroupMembersRequest(
+ api.ModifyContactGroupMembersRequest o) {
+ buildCounterModifyContactGroupMembersRequest++;
+ if (buildCounterModifyContactGroupMembersRequest < 3) {
+ checkUnnamed5429(o.resourceNamesToAdd!);
+ checkUnnamed5430(o.resourceNamesToRemove!);
+ }
+ buildCounterModifyContactGroupMembersRequest--;
+}
+
+core.List<core.String> buildUnnamed5431() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5431(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5432() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5432(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterModifyContactGroupMembersResponse = 0;
api.ModifyContactGroupMembersResponse buildModifyContactGroupMembersResponse() {
var o = api.ModifyContactGroupMembersResponse();
buildCounterModifyContactGroupMembersResponse++;
if (buildCounterModifyContactGroupMembersResponse < 3) {
- o.canNotRemoveLastContactGroupResourceNames = buildUnnamed5429();
- o.notFoundResourceNames = buildUnnamed5430();
+ o.canNotRemoveLastContactGroupResourceNames = buildUnnamed5431();
+ o.notFoundResourceNames = buildUnnamed5432();
}
buildCounterModifyContactGroupMembersResponse--;
return o;
@@ -1388,8 +1388,8 @@
api.ModifyContactGroupMembersResponse o) {
buildCounterModifyContactGroupMembersResponse++;
if (buildCounterModifyContactGroupMembersResponse < 3) {
- checkUnnamed5429(o.canNotRemoveLastContactGroupResourceNames!);
- checkUnnamed5430(o.notFoundResourceNames!);
+ checkUnnamed5431(o.canNotRemoveLastContactGroupResourceNames!);
+ checkUnnamed5432(o.notFoundResourceNames!);
}
buildCounterModifyContactGroupMembersResponse--;
}
@@ -1611,443 +1611,443 @@
buildCounterOrganization--;
}
-core.List<api.Address> buildUnnamed5431() {
+core.List<api.Address> buildUnnamed5433() {
var o = <api.Address>[];
o.add(buildAddress());
o.add(buildAddress());
return o;
}
-void checkUnnamed5431(core.List<api.Address> o) {
+void checkUnnamed5433(core.List<api.Address> o) {
unittest.expect(o, unittest.hasLength(2));
checkAddress(o[0] as api.Address);
checkAddress(o[1] as api.Address);
}
-core.List<api.AgeRangeType> buildUnnamed5432() {
+core.List<api.AgeRangeType> buildUnnamed5434() {
var o = <api.AgeRangeType>[];
o.add(buildAgeRangeType());
o.add(buildAgeRangeType());
return o;
}
-void checkUnnamed5432(core.List<api.AgeRangeType> o) {
+void checkUnnamed5434(core.List<api.AgeRangeType> o) {
unittest.expect(o, unittest.hasLength(2));
checkAgeRangeType(o[0] as api.AgeRangeType);
checkAgeRangeType(o[1] as api.AgeRangeType);
}
-core.List<api.Biography> buildUnnamed5433() {
+core.List<api.Biography> buildUnnamed5435() {
var o = <api.Biography>[];
o.add(buildBiography());
o.add(buildBiography());
return o;
}
-void checkUnnamed5433(core.List<api.Biography> o) {
+void checkUnnamed5435(core.List<api.Biography> o) {
unittest.expect(o, unittest.hasLength(2));
checkBiography(o[0] as api.Biography);
checkBiography(o[1] as api.Biography);
}
-core.List<api.Birthday> buildUnnamed5434() {
+core.List<api.Birthday> buildUnnamed5436() {
var o = <api.Birthday>[];
o.add(buildBirthday());
o.add(buildBirthday());
return o;
}
-void checkUnnamed5434(core.List<api.Birthday> o) {
+void checkUnnamed5436(core.List<api.Birthday> o) {
unittest.expect(o, unittest.hasLength(2));
checkBirthday(o[0] as api.Birthday);
checkBirthday(o[1] as api.Birthday);
}
-core.List<api.BraggingRights> buildUnnamed5435() {
+core.List<api.BraggingRights> buildUnnamed5437() {
var o = <api.BraggingRights>[];
o.add(buildBraggingRights());
o.add(buildBraggingRights());
return o;
}
-void checkUnnamed5435(core.List<api.BraggingRights> o) {
+void checkUnnamed5437(core.List<api.BraggingRights> o) {
unittest.expect(o, unittest.hasLength(2));
checkBraggingRights(o[0] as api.BraggingRights);
checkBraggingRights(o[1] as api.BraggingRights);
}
-core.List<api.CalendarUrl> buildUnnamed5436() {
+core.List<api.CalendarUrl> buildUnnamed5438() {
var o = <api.CalendarUrl>[];
o.add(buildCalendarUrl());
o.add(buildCalendarUrl());
return o;
}
-void checkUnnamed5436(core.List<api.CalendarUrl> o) {
+void checkUnnamed5438(core.List<api.CalendarUrl> o) {
unittest.expect(o, unittest.hasLength(2));
checkCalendarUrl(o[0] as api.CalendarUrl);
checkCalendarUrl(o[1] as api.CalendarUrl);
}
-core.List<api.ClientData> buildUnnamed5437() {
+core.List<api.ClientData> buildUnnamed5439() {
var o = <api.ClientData>[];
o.add(buildClientData());
o.add(buildClientData());
return o;
}
-void checkUnnamed5437(core.List<api.ClientData> o) {
+void checkUnnamed5439(core.List<api.ClientData> o) {
unittest.expect(o, unittest.hasLength(2));
checkClientData(o[0] as api.ClientData);
checkClientData(o[1] as api.ClientData);
}
-core.List<api.CoverPhoto> buildUnnamed5438() {
+core.List<api.CoverPhoto> buildUnnamed5440() {
var o = <api.CoverPhoto>[];
o.add(buildCoverPhoto());
o.add(buildCoverPhoto());
return o;
}
-void checkUnnamed5438(core.List<api.CoverPhoto> o) {
+void checkUnnamed5440(core.List<api.CoverPhoto> o) {
unittest.expect(o, unittest.hasLength(2));
checkCoverPhoto(o[0] as api.CoverPhoto);
checkCoverPhoto(o[1] as api.CoverPhoto);
}
-core.List<api.EmailAddress> buildUnnamed5439() {
+core.List<api.EmailAddress> buildUnnamed5441() {
var o = <api.EmailAddress>[];
o.add(buildEmailAddress());
o.add(buildEmailAddress());
return o;
}
-void checkUnnamed5439(core.List<api.EmailAddress> o) {
+void checkUnnamed5441(core.List<api.EmailAddress> o) {
unittest.expect(o, unittest.hasLength(2));
checkEmailAddress(o[0] as api.EmailAddress);
checkEmailAddress(o[1] as api.EmailAddress);
}
-core.List<api.Event> buildUnnamed5440() {
+core.List<api.Event> buildUnnamed5442() {
var o = <api.Event>[];
o.add(buildEvent());
o.add(buildEvent());
return o;
}
-void checkUnnamed5440(core.List<api.Event> o) {
+void checkUnnamed5442(core.List<api.Event> o) {
unittest.expect(o, unittest.hasLength(2));
checkEvent(o[0] as api.Event);
checkEvent(o[1] as api.Event);
}
-core.List<api.ExternalId> buildUnnamed5441() {
+core.List<api.ExternalId> buildUnnamed5443() {
var o = <api.ExternalId>[];
o.add(buildExternalId());
o.add(buildExternalId());
return o;
}
-void checkUnnamed5441(core.List<api.ExternalId> o) {
+void checkUnnamed5443(core.List<api.ExternalId> o) {
unittest.expect(o, unittest.hasLength(2));
checkExternalId(o[0] as api.ExternalId);
checkExternalId(o[1] as api.ExternalId);
}
-core.List<api.FileAs> buildUnnamed5442() {
+core.List<api.FileAs> buildUnnamed5444() {
var o = <api.FileAs>[];
o.add(buildFileAs());
o.add(buildFileAs());
return o;
}
-void checkUnnamed5442(core.List<api.FileAs> o) {
+void checkUnnamed5444(core.List<api.FileAs> o) {
unittest.expect(o, unittest.hasLength(2));
checkFileAs(o[0] as api.FileAs);
checkFileAs(o[1] as api.FileAs);
}
-core.List<api.Gender> buildUnnamed5443() {
+core.List<api.Gender> buildUnnamed5445() {
var o = <api.Gender>[];
o.add(buildGender());
o.add(buildGender());
return o;
}
-void checkUnnamed5443(core.List<api.Gender> o) {
+void checkUnnamed5445(core.List<api.Gender> o) {
unittest.expect(o, unittest.hasLength(2));
checkGender(o[0] as api.Gender);
checkGender(o[1] as api.Gender);
}
-core.List<api.ImClient> buildUnnamed5444() {
+core.List<api.ImClient> buildUnnamed5446() {
var o = <api.ImClient>[];
o.add(buildImClient());
o.add(buildImClient());
return o;
}
-void checkUnnamed5444(core.List<api.ImClient> o) {
+void checkUnnamed5446(core.List<api.ImClient> o) {
unittest.expect(o, unittest.hasLength(2));
checkImClient(o[0] as api.ImClient);
checkImClient(o[1] as api.ImClient);
}
-core.List<api.Interest> buildUnnamed5445() {
+core.List<api.Interest> buildUnnamed5447() {
var o = <api.Interest>[];
o.add(buildInterest());
o.add(buildInterest());
return o;
}
-void checkUnnamed5445(core.List<api.Interest> o) {
+void checkUnnamed5447(core.List<api.Interest> o) {
unittest.expect(o, unittest.hasLength(2));
checkInterest(o[0] as api.Interest);
checkInterest(o[1] as api.Interest);
}
-core.List<api.Locale> buildUnnamed5446() {
+core.List<api.Locale> buildUnnamed5448() {
var o = <api.Locale>[];
o.add(buildLocale());
o.add(buildLocale());
return o;
}
-void checkUnnamed5446(core.List<api.Locale> o) {
+void checkUnnamed5448(core.List<api.Locale> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocale(o[0] as api.Locale);
checkLocale(o[1] as api.Locale);
}
-core.List<api.Location> buildUnnamed5447() {
+core.List<api.Location> buildUnnamed5449() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed5447(core.List<api.Location> o) {
+void checkUnnamed5449(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
}
-core.List<api.Membership> buildUnnamed5448() {
+core.List<api.Membership> buildUnnamed5450() {
var o = <api.Membership>[];
o.add(buildMembership());
o.add(buildMembership());
return o;
}
-void checkUnnamed5448(core.List<api.Membership> o) {
+void checkUnnamed5450(core.List<api.Membership> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembership(o[0] as api.Membership);
checkMembership(o[1] as api.Membership);
}
-core.List<api.MiscKeyword> buildUnnamed5449() {
+core.List<api.MiscKeyword> buildUnnamed5451() {
var o = <api.MiscKeyword>[];
o.add(buildMiscKeyword());
o.add(buildMiscKeyword());
return o;
}
-void checkUnnamed5449(core.List<api.MiscKeyword> o) {
+void checkUnnamed5451(core.List<api.MiscKeyword> o) {
unittest.expect(o, unittest.hasLength(2));
checkMiscKeyword(o[0] as api.MiscKeyword);
checkMiscKeyword(o[1] as api.MiscKeyword);
}
-core.List<api.Name> buildUnnamed5450() {
+core.List<api.Name> buildUnnamed5452() {
var o = <api.Name>[];
o.add(buildName());
o.add(buildName());
return o;
}
-void checkUnnamed5450(core.List<api.Name> o) {
+void checkUnnamed5452(core.List<api.Name> o) {
unittest.expect(o, unittest.hasLength(2));
checkName(o[0] as api.Name);
checkName(o[1] as api.Name);
}
-core.List<api.Nickname> buildUnnamed5451() {
+core.List<api.Nickname> buildUnnamed5453() {
var o = <api.Nickname>[];
o.add(buildNickname());
o.add(buildNickname());
return o;
}
-void checkUnnamed5451(core.List<api.Nickname> o) {
+void checkUnnamed5453(core.List<api.Nickname> o) {
unittest.expect(o, unittest.hasLength(2));
checkNickname(o[0] as api.Nickname);
checkNickname(o[1] as api.Nickname);
}
-core.List<api.Occupation> buildUnnamed5452() {
+core.List<api.Occupation> buildUnnamed5454() {
var o = <api.Occupation>[];
o.add(buildOccupation());
o.add(buildOccupation());
return o;
}
-void checkUnnamed5452(core.List<api.Occupation> o) {
+void checkUnnamed5454(core.List<api.Occupation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOccupation(o[0] as api.Occupation);
checkOccupation(o[1] as api.Occupation);
}
-core.List<api.Organization> buildUnnamed5453() {
+core.List<api.Organization> buildUnnamed5455() {
var o = <api.Organization>[];
o.add(buildOrganization());
o.add(buildOrganization());
return o;
}
-void checkUnnamed5453(core.List<api.Organization> o) {
+void checkUnnamed5455(core.List<api.Organization> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrganization(o[0] as api.Organization);
checkOrganization(o[1] as api.Organization);
}
-core.List<api.PhoneNumber> buildUnnamed5454() {
+core.List<api.PhoneNumber> buildUnnamed5456() {
var o = <api.PhoneNumber>[];
o.add(buildPhoneNumber());
o.add(buildPhoneNumber());
return o;
}
-void checkUnnamed5454(core.List<api.PhoneNumber> o) {
+void checkUnnamed5456(core.List<api.PhoneNumber> o) {
unittest.expect(o, unittest.hasLength(2));
checkPhoneNumber(o[0] as api.PhoneNumber);
checkPhoneNumber(o[1] as api.PhoneNumber);
}
-core.List<api.Photo> buildUnnamed5455() {
+core.List<api.Photo> buildUnnamed5457() {
var o = <api.Photo>[];
o.add(buildPhoto());
o.add(buildPhoto());
return o;
}
-void checkUnnamed5455(core.List<api.Photo> o) {
+void checkUnnamed5457(core.List<api.Photo> o) {
unittest.expect(o, unittest.hasLength(2));
checkPhoto(o[0] as api.Photo);
checkPhoto(o[1] as api.Photo);
}
-core.List<api.Relation> buildUnnamed5456() {
+core.List<api.Relation> buildUnnamed5458() {
var o = <api.Relation>[];
o.add(buildRelation());
o.add(buildRelation());
return o;
}
-void checkUnnamed5456(core.List<api.Relation> o) {
+void checkUnnamed5458(core.List<api.Relation> o) {
unittest.expect(o, unittest.hasLength(2));
checkRelation(o[0] as api.Relation);
checkRelation(o[1] as api.Relation);
}
-core.List<api.RelationshipInterest> buildUnnamed5457() {
+core.List<api.RelationshipInterest> buildUnnamed5459() {
var o = <api.RelationshipInterest>[];
o.add(buildRelationshipInterest());
o.add(buildRelationshipInterest());
return o;
}
-void checkUnnamed5457(core.List<api.RelationshipInterest> o) {
+void checkUnnamed5459(core.List<api.RelationshipInterest> o) {
unittest.expect(o, unittest.hasLength(2));
checkRelationshipInterest(o[0] as api.RelationshipInterest);
checkRelationshipInterest(o[1] as api.RelationshipInterest);
}
-core.List<api.RelationshipStatus> buildUnnamed5458() {
+core.List<api.RelationshipStatus> buildUnnamed5460() {
var o = <api.RelationshipStatus>[];
o.add(buildRelationshipStatus());
o.add(buildRelationshipStatus());
return o;
}
-void checkUnnamed5458(core.List<api.RelationshipStatus> o) {
+void checkUnnamed5460(core.List<api.RelationshipStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkRelationshipStatus(o[0] as api.RelationshipStatus);
checkRelationshipStatus(o[1] as api.RelationshipStatus);
}
-core.List<api.Residence> buildUnnamed5459() {
+core.List<api.Residence> buildUnnamed5461() {
var o = <api.Residence>[];
o.add(buildResidence());
o.add(buildResidence());
return o;
}
-void checkUnnamed5459(core.List<api.Residence> o) {
+void checkUnnamed5461(core.List<api.Residence> o) {
unittest.expect(o, unittest.hasLength(2));
checkResidence(o[0] as api.Residence);
checkResidence(o[1] as api.Residence);
}
-core.List<api.SipAddress> buildUnnamed5460() {
+core.List<api.SipAddress> buildUnnamed5462() {
var o = <api.SipAddress>[];
o.add(buildSipAddress());
o.add(buildSipAddress());
return o;
}
-void checkUnnamed5460(core.List<api.SipAddress> o) {
+void checkUnnamed5462(core.List<api.SipAddress> o) {
unittest.expect(o, unittest.hasLength(2));
checkSipAddress(o[0] as api.SipAddress);
checkSipAddress(o[1] as api.SipAddress);
}
-core.List<api.Skill> buildUnnamed5461() {
+core.List<api.Skill> buildUnnamed5463() {
var o = <api.Skill>[];
o.add(buildSkill());
o.add(buildSkill());
return o;
}
-void checkUnnamed5461(core.List<api.Skill> o) {
+void checkUnnamed5463(core.List<api.Skill> o) {
unittest.expect(o, unittest.hasLength(2));
checkSkill(o[0] as api.Skill);
checkSkill(o[1] as api.Skill);
}
-core.List<api.Tagline> buildUnnamed5462() {
+core.List<api.Tagline> buildUnnamed5464() {
var o = <api.Tagline>[];
o.add(buildTagline());
o.add(buildTagline());
return o;
}
-void checkUnnamed5462(core.List<api.Tagline> o) {
+void checkUnnamed5464(core.List<api.Tagline> o) {
unittest.expect(o, unittest.hasLength(2));
checkTagline(o[0] as api.Tagline);
checkTagline(o[1] as api.Tagline);
}
-core.List<api.Url> buildUnnamed5463() {
+core.List<api.Url> buildUnnamed5465() {
var o = <api.Url>[];
o.add(buildUrl());
o.add(buildUrl());
return o;
}
-void checkUnnamed5463(core.List<api.Url> o) {
+void checkUnnamed5465(core.List<api.Url> o) {
unittest.expect(o, unittest.hasLength(2));
checkUrl(o[0] as api.Url);
checkUrl(o[1] as api.Url);
}
-core.List<api.UserDefined> buildUnnamed5464() {
+core.List<api.UserDefined> buildUnnamed5466() {
var o = <api.UserDefined>[];
o.add(buildUserDefined());
o.add(buildUserDefined());
return o;
}
-void checkUnnamed5464(core.List<api.UserDefined> o) {
+void checkUnnamed5466(core.List<api.UserDefined> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserDefined(o[0] as api.UserDefined);
checkUserDefined(o[1] as api.UserDefined);
@@ -2058,44 +2058,44 @@
var o = api.Person();
buildCounterPerson++;
if (buildCounterPerson < 3) {
- o.addresses = buildUnnamed5431();
+ o.addresses = buildUnnamed5433();
o.ageRange = 'foo';
- o.ageRanges = buildUnnamed5432();
- o.biographies = buildUnnamed5433();
- o.birthdays = buildUnnamed5434();
- o.braggingRights = buildUnnamed5435();
- o.calendarUrls = buildUnnamed5436();
- o.clientData = buildUnnamed5437();
- o.coverPhotos = buildUnnamed5438();
- o.emailAddresses = buildUnnamed5439();
+ o.ageRanges = buildUnnamed5434();
+ o.biographies = buildUnnamed5435();
+ o.birthdays = buildUnnamed5436();
+ o.braggingRights = buildUnnamed5437();
+ o.calendarUrls = buildUnnamed5438();
+ o.clientData = buildUnnamed5439();
+ o.coverPhotos = buildUnnamed5440();
+ o.emailAddresses = buildUnnamed5441();
o.etag = 'foo';
- o.events = buildUnnamed5440();
- o.externalIds = buildUnnamed5441();
- o.fileAses = buildUnnamed5442();
- o.genders = buildUnnamed5443();
- o.imClients = buildUnnamed5444();
- o.interests = buildUnnamed5445();
- o.locales = buildUnnamed5446();
- o.locations = buildUnnamed5447();
- o.memberships = buildUnnamed5448();
+ o.events = buildUnnamed5442();
+ o.externalIds = buildUnnamed5443();
+ o.fileAses = buildUnnamed5444();
+ o.genders = buildUnnamed5445();
+ o.imClients = buildUnnamed5446();
+ o.interests = buildUnnamed5447();
+ o.locales = buildUnnamed5448();
+ o.locations = buildUnnamed5449();
+ o.memberships = buildUnnamed5450();
o.metadata = buildPersonMetadata();
- o.miscKeywords = buildUnnamed5449();
- o.names = buildUnnamed5450();
- o.nicknames = buildUnnamed5451();
- o.occupations = buildUnnamed5452();
- o.organizations = buildUnnamed5453();
- o.phoneNumbers = buildUnnamed5454();
- o.photos = buildUnnamed5455();
- o.relations = buildUnnamed5456();
- o.relationshipInterests = buildUnnamed5457();
- o.relationshipStatuses = buildUnnamed5458();
- o.residences = buildUnnamed5459();
+ o.miscKeywords = buildUnnamed5451();
+ o.names = buildUnnamed5452();
+ o.nicknames = buildUnnamed5453();
+ o.occupations = buildUnnamed5454();
+ o.organizations = buildUnnamed5455();
+ o.phoneNumbers = buildUnnamed5456();
+ o.photos = buildUnnamed5457();
+ o.relations = buildUnnamed5458();
+ o.relationshipInterests = buildUnnamed5459();
+ o.relationshipStatuses = buildUnnamed5460();
+ o.residences = buildUnnamed5461();
o.resourceName = 'foo';
- o.sipAddresses = buildUnnamed5460();
- o.skills = buildUnnamed5461();
- o.taglines = buildUnnamed5462();
- o.urls = buildUnnamed5463();
- o.userDefined = buildUnnamed5464();
+ o.sipAddresses = buildUnnamed5462();
+ o.skills = buildUnnamed5463();
+ o.taglines = buildUnnamed5464();
+ o.urls = buildUnnamed5465();
+ o.userDefined = buildUnnamed5466();
}
buildCounterPerson--;
return o;
@@ -2104,65 +2104,65 @@
void checkPerson(api.Person o) {
buildCounterPerson++;
if (buildCounterPerson < 3) {
- checkUnnamed5431(o.addresses!);
+ checkUnnamed5433(o.addresses!);
unittest.expect(
o.ageRange!,
unittest.equals('foo'),
);
- checkUnnamed5432(o.ageRanges!);
- checkUnnamed5433(o.biographies!);
- checkUnnamed5434(o.birthdays!);
- checkUnnamed5435(o.braggingRights!);
- checkUnnamed5436(o.calendarUrls!);
- checkUnnamed5437(o.clientData!);
- checkUnnamed5438(o.coverPhotos!);
- checkUnnamed5439(o.emailAddresses!);
+ checkUnnamed5434(o.ageRanges!);
+ checkUnnamed5435(o.biographies!);
+ checkUnnamed5436(o.birthdays!);
+ checkUnnamed5437(o.braggingRights!);
+ checkUnnamed5438(o.calendarUrls!);
+ checkUnnamed5439(o.clientData!);
+ checkUnnamed5440(o.coverPhotos!);
+ checkUnnamed5441(o.emailAddresses!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5440(o.events!);
- checkUnnamed5441(o.externalIds!);
- checkUnnamed5442(o.fileAses!);
- checkUnnamed5443(o.genders!);
- checkUnnamed5444(o.imClients!);
- checkUnnamed5445(o.interests!);
- checkUnnamed5446(o.locales!);
- checkUnnamed5447(o.locations!);
- checkUnnamed5448(o.memberships!);
+ checkUnnamed5442(o.events!);
+ checkUnnamed5443(o.externalIds!);
+ checkUnnamed5444(o.fileAses!);
+ checkUnnamed5445(o.genders!);
+ checkUnnamed5446(o.imClients!);
+ checkUnnamed5447(o.interests!);
+ checkUnnamed5448(o.locales!);
+ checkUnnamed5449(o.locations!);
+ checkUnnamed5450(o.memberships!);
checkPersonMetadata(o.metadata! as api.PersonMetadata);
- checkUnnamed5449(o.miscKeywords!);
- checkUnnamed5450(o.names!);
- checkUnnamed5451(o.nicknames!);
- checkUnnamed5452(o.occupations!);
- checkUnnamed5453(o.organizations!);
- checkUnnamed5454(o.phoneNumbers!);
- checkUnnamed5455(o.photos!);
- checkUnnamed5456(o.relations!);
- checkUnnamed5457(o.relationshipInterests!);
- checkUnnamed5458(o.relationshipStatuses!);
- checkUnnamed5459(o.residences!);
+ checkUnnamed5451(o.miscKeywords!);
+ checkUnnamed5452(o.names!);
+ checkUnnamed5453(o.nicknames!);
+ checkUnnamed5454(o.occupations!);
+ checkUnnamed5455(o.organizations!);
+ checkUnnamed5456(o.phoneNumbers!);
+ checkUnnamed5457(o.photos!);
+ checkUnnamed5458(o.relations!);
+ checkUnnamed5459(o.relationshipInterests!);
+ checkUnnamed5460(o.relationshipStatuses!);
+ checkUnnamed5461(o.residences!);
unittest.expect(
o.resourceName!,
unittest.equals('foo'),
);
- checkUnnamed5460(o.sipAddresses!);
- checkUnnamed5461(o.skills!);
- checkUnnamed5462(o.taglines!);
- checkUnnamed5463(o.urls!);
- checkUnnamed5464(o.userDefined!);
+ checkUnnamed5462(o.sipAddresses!);
+ checkUnnamed5463(o.skills!);
+ checkUnnamed5464(o.taglines!);
+ checkUnnamed5465(o.urls!);
+ checkUnnamed5466(o.userDefined!);
}
buildCounterPerson--;
}
-core.List<core.String> buildUnnamed5465() {
+core.List<core.String> buildUnnamed5467() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5465(core.List<core.String> o) {
+void checkUnnamed5467(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2174,14 +2174,14 @@
);
}
-core.List<core.String> buildUnnamed5466() {
+core.List<core.String> buildUnnamed5468() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5466(core.List<core.String> o) {
+void checkUnnamed5468(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2193,14 +2193,14 @@
);
}
-core.List<api.Source> buildUnnamed5467() {
+core.List<api.Source> buildUnnamed5469() {
var o = <api.Source>[];
o.add(buildSource());
o.add(buildSource());
return o;
}
-void checkUnnamed5467(core.List<api.Source> o) {
+void checkUnnamed5469(core.List<api.Source> o) {
unittest.expect(o, unittest.hasLength(2));
checkSource(o[0] as api.Source);
checkSource(o[1] as api.Source);
@@ -2212,10 +2212,10 @@
buildCounterPersonMetadata++;
if (buildCounterPersonMetadata < 3) {
o.deleted = true;
- o.linkedPeopleResourceNames = buildUnnamed5465();
+ o.linkedPeopleResourceNames = buildUnnamed5467();
o.objectType = 'foo';
- o.previousResourceNames = buildUnnamed5466();
- o.sources = buildUnnamed5467();
+ o.previousResourceNames = buildUnnamed5468();
+ o.sources = buildUnnamed5469();
}
buildCounterPersonMetadata--;
return o;
@@ -2225,13 +2225,13 @@
buildCounterPersonMetadata++;
if (buildCounterPersonMetadata < 3) {
unittest.expect(o.deleted!, unittest.isTrue);
- checkUnnamed5465(o.linkedPeopleResourceNames!);
+ checkUnnamed5467(o.linkedPeopleResourceNames!);
unittest.expect(
o.objectType!,
unittest.equals('foo'),
);
- checkUnnamed5466(o.previousResourceNames!);
- checkUnnamed5467(o.sources!);
+ checkUnnamed5468(o.previousResourceNames!);
+ checkUnnamed5469(o.sources!);
}
buildCounterPersonMetadata--;
}
@@ -2332,14 +2332,14 @@
buildCounterPhoto--;
}
-core.List<core.String> buildUnnamed5468() {
+core.List<core.String> buildUnnamed5470() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5468(core.List<core.String> o) {
+void checkUnnamed5470(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2357,7 +2357,7 @@
buildCounterProfileMetadata++;
if (buildCounterProfileMetadata < 3) {
o.objectType = 'foo';
- o.userTypes = buildUnnamed5468();
+ o.userTypes = buildUnnamed5470();
}
buildCounterProfileMetadata--;
return o;
@@ -2370,7 +2370,7 @@
o.objectType!,
unittest.equals('foo'),
);
- checkUnnamed5468(o.userTypes!);
+ checkUnnamed5470(o.userTypes!);
}
buildCounterProfileMetadata--;
}
@@ -2493,14 +2493,14 @@
buildCounterResidence--;
}
-core.List<api.Person> buildUnnamed5469() {
+core.List<api.Person> buildUnnamed5471() {
var o = <api.Person>[];
o.add(buildPerson());
o.add(buildPerson());
return o;
}
-void checkUnnamed5469(core.List<api.Person> o) {
+void checkUnnamed5471(core.List<api.Person> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerson(o[0] as api.Person);
checkPerson(o[1] as api.Person);
@@ -2512,7 +2512,7 @@
buildCounterSearchDirectoryPeopleResponse++;
if (buildCounterSearchDirectoryPeopleResponse < 3) {
o.nextPageToken = 'foo';
- o.people = buildUnnamed5469();
+ o.people = buildUnnamed5471();
o.totalSize = 42;
}
buildCounterSearchDirectoryPeopleResponse--;
@@ -2526,7 +2526,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5469(o.people!);
+ checkUnnamed5471(o.people!);
unittest.expect(
o.totalSize!,
unittest.equals(42),
@@ -2535,14 +2535,14 @@
buildCounterSearchDirectoryPeopleResponse--;
}
-core.List<api.SearchResult> buildUnnamed5470() {
+core.List<api.SearchResult> buildUnnamed5472() {
var o = <api.SearchResult>[];
o.add(buildSearchResult());
o.add(buildSearchResult());
return o;
}
-void checkUnnamed5470(core.List<api.SearchResult> o) {
+void checkUnnamed5472(core.List<api.SearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchResult(o[0] as api.SearchResult);
checkSearchResult(o[1] as api.SearchResult);
@@ -2553,7 +2553,7 @@
var o = api.SearchResponse();
buildCounterSearchResponse++;
if (buildCounterSearchResponse < 3) {
- o.results = buildUnnamed5470();
+ o.results = buildUnnamed5472();
}
buildCounterSearchResponse--;
return o;
@@ -2562,7 +2562,7 @@
void checkSearchResponse(api.SearchResponse o) {
buildCounterSearchResponse++;
if (buildCounterSearchResponse < 3) {
- checkUnnamed5470(o.results!);
+ checkUnnamed5472(o.results!);
}
buildCounterSearchResponse--;
}
@@ -2683,7 +2683,7 @@
buildCounterSource--;
}
-core.Map<core.String, core.Object> buildUnnamed5471() {
+core.Map<core.String, core.Object> buildUnnamed5473() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2698,7 +2698,7 @@
return o;
}
-void checkUnnamed5471(core.Map<core.String, core.Object> o) {
+void checkUnnamed5473(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2730,17 +2730,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5472() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5474() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5471());
- o.add(buildUnnamed5471());
+ o.add(buildUnnamed5473());
+ o.add(buildUnnamed5473());
return o;
}
-void checkUnnamed5472(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5474(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5471(o[0]);
- checkUnnamed5471(o[1]);
+ checkUnnamed5473(o[0]);
+ checkUnnamed5473(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2749,7 +2749,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5472();
+ o.details = buildUnnamed5474();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2763,7 +2763,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5472(o.details!);
+ checkUnnamed5474(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2825,14 +2825,14 @@
buildCounterUpdateContactGroupRequest--;
}
-core.List<core.String> buildUnnamed5473() {
+core.List<core.String> buildUnnamed5475() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5473(core.List<core.String> o) {
+void checkUnnamed5475(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2851,7 +2851,7 @@
if (buildCounterUpdateContactPhotoRequest < 3) {
o.personFields = 'foo';
o.photoBytes = 'foo';
- o.sources = buildUnnamed5473();
+ o.sources = buildUnnamed5475();
}
buildCounterUpdateContactPhotoRequest--;
return o;
@@ -2868,7 +2868,7 @@
o.photoBytes!,
unittest.equals('foo'),
);
- checkUnnamed5473(o.sources!);
+ checkUnnamed5475(o.sources!);
}
buildCounterUpdateContactPhotoRequest--;
}
@@ -2955,44 +2955,6 @@
buildCounterUserDefined--;
}
-core.List<core.String> buildUnnamed5474() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5474(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.List<core.String> buildUnnamed5475() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5475(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5476() {
var o = <core.String>[];
o.add('foo');
@@ -3183,6 +3145,44 @@
);
}
+core.List<core.String> buildUnnamed5486() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5486(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5487() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5487(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-Address', () {
unittest.test('to-json--from-json', () async {
@@ -3848,7 +3848,7 @@
var res = api.PeopleServiceApi(mock).contactGroups;
var arg_groupFields = 'foo';
var arg_maxMembers = 42;
- var arg_resourceNames = buildUnnamed5474();
+ var arg_resourceNames = buildUnnamed5476();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -4506,7 +4506,7 @@
var res = api.PeopleServiceApi(mock).people;
var arg_request = buildPerson();
var arg_personFields = 'foo';
- var arg_sources = buildUnnamed5475();
+ var arg_sources = buildUnnamed5477();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
@@ -4627,7 +4627,7 @@
var res = api.PeopleServiceApi(mock).people;
var arg_resourceName = 'foo';
var arg_personFields = 'foo';
- var arg_sources = buildUnnamed5476();
+ var arg_sources = buildUnnamed5478();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -4694,7 +4694,7 @@
var arg_resourceName = 'foo';
var arg_personFields = 'foo';
var arg_requestMask_includeField = 'foo';
- var arg_sources = buildUnnamed5477();
+ var arg_sources = buildUnnamed5479();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -4764,8 +4764,8 @@
var res = api.PeopleServiceApi(mock).people;
var arg_personFields = 'foo';
var arg_requestMask_includeField = 'foo';
- var arg_resourceNames = buildUnnamed5478();
- var arg_sources = buildUnnamed5479();
+ var arg_resourceNames = buildUnnamed5480();
+ var arg_sources = buildUnnamed5481();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -4837,12 +4837,12 @@
unittest.test('method--listDirectoryPeople', () async {
var mock = HttpServerMock();
var res = api.PeopleServiceApi(mock).people;
- var arg_mergeSources = buildUnnamed5480();
+ var arg_mergeSources = buildUnnamed5482();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_readMask = 'foo';
var arg_requestSyncToken = true;
- var arg_sources = buildUnnamed5481();
+ var arg_sources = buildUnnamed5483();
var arg_syncToken = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5000,12 +5000,12 @@
unittest.test('method--searchDirectoryPeople', () async {
var mock = HttpServerMock();
var res = api.PeopleServiceApi(mock).people;
- var arg_mergeSources = buildUnnamed5482();
+ var arg_mergeSources = buildUnnamed5484();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_query = 'foo';
var arg_readMask = 'foo';
- var arg_sources = buildUnnamed5483();
+ var arg_sources = buildUnnamed5485();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -5091,7 +5091,7 @@
var arg_request = buildPerson();
var arg_resourceName = 'foo';
var arg_personFields = 'foo';
- var arg_sources = buildUnnamed5484();
+ var arg_sources = buildUnnamed5486();
var arg_updatePersonFields = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5233,7 +5233,7 @@
var arg_requestMask_includeField = 'foo';
var arg_requestSyncToken = true;
var arg_sortOrder = 'foo';
- var arg_sources = buildUnnamed5485();
+ var arg_sources = buildUnnamed5487();
var arg_syncToken = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/playablelocations/v3_test.dart b/generated/googleapis/test/playablelocations/v3_test.dart
index 3e8c032..21ce508 100644
--- a/generated/googleapis/test/playablelocations/v3_test.dart
+++ b/generated/googleapis/test/playablelocations/v3_test.dart
@@ -61,14 +61,14 @@
buildCounterGoogleMapsPlayablelocationsV3Impression--;
}
-core.List<api.GoogleMapsPlayablelocationsV3Impression> buildUnnamed4021() {
+core.List<api.GoogleMapsPlayablelocationsV3Impression> buildUnnamed4022() {
var o = <api.GoogleMapsPlayablelocationsV3Impression>[];
o.add(buildGoogleMapsPlayablelocationsV3Impression());
o.add(buildGoogleMapsPlayablelocationsV3Impression());
return o;
}
-void checkUnnamed4021(
+void checkUnnamed4022(
core.List<api.GoogleMapsPlayablelocationsV3Impression> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleMapsPlayablelocationsV3Impression(
@@ -84,7 +84,7 @@
buildCounterGoogleMapsPlayablelocationsV3LogImpressionsRequest++;
if (buildCounterGoogleMapsPlayablelocationsV3LogImpressionsRequest < 3) {
o.clientInfo = buildGoogleMapsUnityClientInfo();
- o.impressions = buildUnnamed4021();
+ o.impressions = buildUnnamed4022();
o.requestId = 'foo';
}
buildCounterGoogleMapsPlayablelocationsV3LogImpressionsRequest--;
@@ -97,7 +97,7 @@
if (buildCounterGoogleMapsPlayablelocationsV3LogImpressionsRequest < 3) {
checkGoogleMapsUnityClientInfo(
o.clientInfo! as api.GoogleMapsUnityClientInfo);
- checkUnnamed4021(o.impressions!);
+ checkUnnamed4022(o.impressions!);
unittest.expect(
o.requestId!,
unittest.equals('foo'),
@@ -123,14 +123,14 @@
buildCounterGoogleMapsPlayablelocationsV3LogImpressionsResponse--;
}
-core.List<api.GoogleMapsPlayablelocationsV3PlayerReport> buildUnnamed4022() {
+core.List<api.GoogleMapsPlayablelocationsV3PlayerReport> buildUnnamed4023() {
var o = <api.GoogleMapsPlayablelocationsV3PlayerReport>[];
o.add(buildGoogleMapsPlayablelocationsV3PlayerReport());
o.add(buildGoogleMapsPlayablelocationsV3PlayerReport());
return o;
}
-void checkUnnamed4022(
+void checkUnnamed4023(
core.List<api.GoogleMapsPlayablelocationsV3PlayerReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleMapsPlayablelocationsV3PlayerReport(
@@ -146,7 +146,7 @@
buildCounterGoogleMapsPlayablelocationsV3LogPlayerReportsRequest++;
if (buildCounterGoogleMapsPlayablelocationsV3LogPlayerReportsRequest < 3) {
o.clientInfo = buildGoogleMapsUnityClientInfo();
- o.playerReports = buildUnnamed4022();
+ o.playerReports = buildUnnamed4023();
o.requestId = 'foo';
}
buildCounterGoogleMapsPlayablelocationsV3LogPlayerReportsRequest--;
@@ -159,7 +159,7 @@
if (buildCounterGoogleMapsPlayablelocationsV3LogPlayerReportsRequest < 3) {
checkGoogleMapsUnityClientInfo(
o.clientInfo! as api.GoogleMapsUnityClientInfo);
- checkUnnamed4022(o.playerReports!);
+ checkUnnamed4023(o.playerReports!);
unittest.expect(
o.requestId!,
unittest.equals('foo'),
@@ -185,14 +185,14 @@
buildCounterGoogleMapsPlayablelocationsV3LogPlayerReportsResponse--;
}
-core.List<core.String> buildUnnamed4023() {
+core.List<core.String> buildUnnamed4024() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4023(core.List<core.String> o) {
+void checkUnnamed4024(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -213,7 +213,7 @@
o.languageCode = 'foo';
o.locationName = 'foo';
o.reasonDetails = 'foo';
- o.reasons = buildUnnamed4023();
+ o.reasons = buildUnnamed4024();
}
buildCounterGoogleMapsPlayablelocationsV3PlayerReport--;
return o;
@@ -235,7 +235,7 @@
o.reasonDetails!,
unittest.equals('foo'),
);
- checkUnnamed4023(o.reasons!);
+ checkUnnamed4024(o.reasons!);
}
buildCounterGoogleMapsPlayablelocationsV3PlayerReport--;
}
@@ -296,14 +296,14 @@
buildCounterGoogleMapsPlayablelocationsV3SampleCriterion--;
}
-core.List<core.String> buildUnnamed4024() {
+core.List<core.String> buildUnnamed4025() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4024(core.List<core.String> o) {
+void checkUnnamed4025(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -321,7 +321,7 @@
var o = api.GoogleMapsPlayablelocationsV3SampleFilter();
buildCounterGoogleMapsPlayablelocationsV3SampleFilter++;
if (buildCounterGoogleMapsPlayablelocationsV3SampleFilter < 3) {
- o.includedTypes = buildUnnamed4024();
+ o.includedTypes = buildUnnamed4025();
o.maxLocationCount = 42;
o.spacing = buildGoogleMapsPlayablelocationsV3SampleSpacingOptions();
}
@@ -333,7 +333,7 @@
api.GoogleMapsPlayablelocationsV3SampleFilter o) {
buildCounterGoogleMapsPlayablelocationsV3SampleFilter++;
if (buildCounterGoogleMapsPlayablelocationsV3SampleFilter < 3) {
- checkUnnamed4024(o.includedTypes!);
+ checkUnnamed4025(o.includedTypes!);
unittest.expect(
o.maxLocationCount!,
unittest.equals(42),
@@ -344,14 +344,14 @@
buildCounterGoogleMapsPlayablelocationsV3SampleFilter--;
}
-core.List<core.String> buildUnnamed4025() {
+core.List<core.String> buildUnnamed4026() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4025(core.List<core.String> o) {
+void checkUnnamed4026(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -374,7 +374,7 @@
o.placeId = 'foo';
o.plusCode = 'foo';
o.snappedPoint = buildGoogleTypeLatLng();
- o.types = buildUnnamed4025();
+ o.types = buildUnnamed4026();
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocation--;
return o;
@@ -398,20 +398,20 @@
unittest.equals('foo'),
);
checkGoogleTypeLatLng(o.snappedPoint! as api.GoogleTypeLatLng);
- checkUnnamed4025(o.types!);
+ checkUnnamed4026(o.types!);
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocation--;
}
core.List<api.GoogleMapsPlayablelocationsV3SamplePlayableLocation>
- buildUnnamed4026() {
+ buildUnnamed4027() {
var o = <api.GoogleMapsPlayablelocationsV3SamplePlayableLocation>[];
o.add(buildGoogleMapsPlayablelocationsV3SamplePlayableLocation());
o.add(buildGoogleMapsPlayablelocationsV3SamplePlayableLocation());
return o;
}
-void checkUnnamed4026(
+void checkUnnamed4027(
core.List<api.GoogleMapsPlayablelocationsV3SamplePlayableLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleMapsPlayablelocationsV3SamplePlayableLocation(
@@ -427,7 +427,7 @@
var o = api.GoogleMapsPlayablelocationsV3SamplePlayableLocationList();
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationList++;
if (buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationList < 3) {
- o.locations = buildUnnamed4026();
+ o.locations = buildUnnamed4027();
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationList--;
return o;
@@ -437,19 +437,19 @@
api.GoogleMapsPlayablelocationsV3SamplePlayableLocationList o) {
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationList++;
if (buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationList < 3) {
- checkUnnamed4026(o.locations!);
+ checkUnnamed4027(o.locations!);
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationList--;
}
-core.List<api.GoogleMapsPlayablelocationsV3SampleCriterion> buildUnnamed4027() {
+core.List<api.GoogleMapsPlayablelocationsV3SampleCriterion> buildUnnamed4028() {
var o = <api.GoogleMapsPlayablelocationsV3SampleCriterion>[];
o.add(buildGoogleMapsPlayablelocationsV3SampleCriterion());
o.add(buildGoogleMapsPlayablelocationsV3SampleCriterion());
return o;
}
-void checkUnnamed4027(
+void checkUnnamed4028(
core.List<api.GoogleMapsPlayablelocationsV3SampleCriterion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleMapsPlayablelocationsV3SampleCriterion(
@@ -467,7 +467,7 @@
if (buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsRequest <
3) {
o.areaFilter = buildGoogleMapsPlayablelocationsV3SampleAreaFilter();
- o.criteria = buildUnnamed4027();
+ o.criteria = buildUnnamed4028();
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsRequest--;
return o;
@@ -480,14 +480,14 @@
3) {
checkGoogleMapsPlayablelocationsV3SampleAreaFilter(
o.areaFilter! as api.GoogleMapsPlayablelocationsV3SampleAreaFilter);
- checkUnnamed4027(o.criteria!);
+ checkUnnamed4028(o.criteria!);
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsRequest--;
}
core.Map<core.String,
api.GoogleMapsPlayablelocationsV3SamplePlayableLocationList>
- buildUnnamed4028() {
+ buildUnnamed4029() {
var o = <core.String,
api.GoogleMapsPlayablelocationsV3SamplePlayableLocationList>{};
o['x'] = buildGoogleMapsPlayablelocationsV3SamplePlayableLocationList();
@@ -495,7 +495,7 @@
return o;
}
-void checkUnnamed4028(
+void checkUnnamed4029(
core.Map<core.String,
api.GoogleMapsPlayablelocationsV3SamplePlayableLocationList>
o) {
@@ -515,7 +515,7 @@
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse++;
if (buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse <
3) {
- o.locationsPerGameObjectType = buildUnnamed4028();
+ o.locationsPerGameObjectType = buildUnnamed4029();
o.ttl = 'foo';
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse--;
@@ -527,7 +527,7 @@
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse++;
if (buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse <
3) {
- checkUnnamed4028(o.locationsPerGameObjectType!);
+ checkUnnamed4029(o.locationsPerGameObjectType!);
unittest.expect(
o.ttl!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/poly/v1_test.dart b/generated/googleapis/test/poly/v1_test.dart
index 1249008..b0045b9 100644
--- a/generated/googleapis/test/poly/v1_test.dart
+++ b/generated/googleapis/test/poly/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Format> buildUnnamed4877() {
+core.List<api.Format> buildUnnamed4878() {
var o = <api.Format>[];
o.add(buildFormat());
o.add(buildFormat());
return o;
}
-void checkUnnamed4877(core.List<api.Format> o) {
+void checkUnnamed4878(core.List<api.Format> o) {
unittest.expect(o, unittest.hasLength(2));
checkFormat(o[0] as api.Format);
checkFormat(o[1] as api.Format);
@@ -49,7 +49,7 @@
o.createTime = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.formats = buildUnnamed4877();
+ o.formats = buildUnnamed4878();
o.isCurated = true;
o.license = 'foo';
o.metadata = 'foo';
@@ -83,7 +83,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4877(o.formats!);
+ checkUnnamed4878(o.formats!);
unittest.expect(o.isCurated!, unittest.isTrue);
unittest.expect(
o.license!,
@@ -175,14 +175,14 @@
buildCounterFile--;
}
-core.List<api.File> buildUnnamed4878() {
+core.List<api.File> buildUnnamed4879() {
var o = <api.File>[];
o.add(buildFile());
o.add(buildFile());
return o;
}
-void checkUnnamed4878(core.List<api.File> o) {
+void checkUnnamed4879(core.List<api.File> o) {
unittest.expect(o, unittest.hasLength(2));
checkFile(o[0] as api.File);
checkFile(o[1] as api.File);
@@ -195,7 +195,7 @@
if (buildCounterFormat < 3) {
o.formatComplexity = buildFormatComplexity();
o.formatType = 'foo';
- o.resources = buildUnnamed4878();
+ o.resources = buildUnnamed4879();
o.root = buildFile();
}
buildCounterFormat--;
@@ -210,7 +210,7 @@
o.formatType!,
unittest.equals('foo'),
);
- checkUnnamed4878(o.resources!);
+ checkUnnamed4879(o.resources!);
checkFile(o.root! as api.File);
}
buildCounterFormat--;
@@ -270,48 +270,6 @@
buildCounterImageError--;
}
-core.List<api.Asset> buildUnnamed4879() {
- var o = <api.Asset>[];
- o.add(buildAsset());
- o.add(buildAsset());
- return o;
-}
-
-void checkUnnamed4879(core.List<api.Asset> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkAsset(o[0] as api.Asset);
- checkAsset(o[1] as api.Asset);
-}
-
-core.int buildCounterListAssetsResponse = 0;
-api.ListAssetsResponse buildListAssetsResponse() {
- var o = api.ListAssetsResponse();
- buildCounterListAssetsResponse++;
- if (buildCounterListAssetsResponse < 3) {
- o.assets = buildUnnamed4879();
- o.nextPageToken = 'foo';
- o.totalSize = 42;
- }
- buildCounterListAssetsResponse--;
- return o;
-}
-
-void checkListAssetsResponse(api.ListAssetsResponse o) {
- buildCounterListAssetsResponse++;
- if (buildCounterListAssetsResponse < 3) {
- checkUnnamed4879(o.assets!);
- unittest.expect(
- o.nextPageToken!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.totalSize!,
- unittest.equals(42),
- );
- }
- buildCounterListAssetsResponse--;
-}
-
core.List<api.Asset> buildUnnamed4880() {
var o = <api.Asset>[];
o.add(buildAsset());
@@ -325,12 +283,54 @@
checkAsset(o[1] as api.Asset);
}
+core.int buildCounterListAssetsResponse = 0;
+api.ListAssetsResponse buildListAssetsResponse() {
+ var o = api.ListAssetsResponse();
+ buildCounterListAssetsResponse++;
+ if (buildCounterListAssetsResponse < 3) {
+ o.assets = buildUnnamed4880();
+ o.nextPageToken = 'foo';
+ o.totalSize = 42;
+ }
+ buildCounterListAssetsResponse--;
+ return o;
+}
+
+void checkListAssetsResponse(api.ListAssetsResponse o) {
+ buildCounterListAssetsResponse++;
+ if (buildCounterListAssetsResponse < 3) {
+ checkUnnamed4880(o.assets!);
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.totalSize!,
+ unittest.equals(42),
+ );
+ }
+ buildCounterListAssetsResponse--;
+}
+
+core.List<api.Asset> buildUnnamed4881() {
+ var o = <api.Asset>[];
+ o.add(buildAsset());
+ o.add(buildAsset());
+ return o;
+}
+
+void checkUnnamed4881(core.List<api.Asset> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkAsset(o[0] as api.Asset);
+ checkAsset(o[1] as api.Asset);
+}
+
core.int buildCounterListLikedAssetsResponse = 0;
api.ListLikedAssetsResponse buildListLikedAssetsResponse() {
var o = api.ListLikedAssetsResponse();
buildCounterListLikedAssetsResponse++;
if (buildCounterListLikedAssetsResponse < 3) {
- o.assets = buildUnnamed4880();
+ o.assets = buildUnnamed4881();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -341,7 +341,7 @@
void checkListLikedAssetsResponse(api.ListLikedAssetsResponse o) {
buildCounterListLikedAssetsResponse++;
if (buildCounterListLikedAssetsResponse < 3) {
- checkUnnamed4880(o.assets!);
+ checkUnnamed4881(o.assets!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -354,14 +354,14 @@
buildCounterListLikedAssetsResponse--;
}
-core.List<api.UserAsset> buildUnnamed4881() {
+core.List<api.UserAsset> buildUnnamed4882() {
var o = <api.UserAsset>[];
o.add(buildUserAsset());
o.add(buildUserAsset());
return o;
}
-void checkUnnamed4881(core.List<api.UserAsset> o) {
+void checkUnnamed4882(core.List<api.UserAsset> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserAsset(o[0] as api.UserAsset);
checkUserAsset(o[1] as api.UserAsset);
@@ -374,7 +374,7 @@
if (buildCounterListUserAssetsResponse < 3) {
o.nextPageToken = 'foo';
o.totalSize = 42;
- o.userAssets = buildUnnamed4881();
+ o.userAssets = buildUnnamed4882();
}
buildCounterListUserAssetsResponse--;
return o;
@@ -391,7 +391,7 @@
o.totalSize!,
unittest.equals(42),
);
- checkUnnamed4881(o.userAssets!);
+ checkUnnamed4882(o.userAssets!);
}
buildCounterListUserAssetsResponse--;
}
@@ -509,14 +509,14 @@
buildCounterQuaternion--;
}
-core.List<core.String> buildUnnamed4882() {
+core.List<core.String> buildUnnamed4883() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4882(core.List<core.String> o) {
+void checkUnnamed4883(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -533,7 +533,7 @@
var o = api.RemixInfo();
buildCounterRemixInfo++;
if (buildCounterRemixInfo < 3) {
- o.sourceAsset = buildUnnamed4882();
+ o.sourceAsset = buildUnnamed4883();
}
buildCounterRemixInfo--;
return o;
@@ -542,19 +542,19 @@
void checkRemixInfo(api.RemixInfo o) {
buildCounterRemixInfo++;
if (buildCounterRemixInfo < 3) {
- checkUnnamed4882(o.sourceAsset!);
+ checkUnnamed4883(o.sourceAsset!);
}
buildCounterRemixInfo--;
}
-core.List<api.AssetImportMessage> buildUnnamed4883() {
+core.List<api.AssetImportMessage> buildUnnamed4884() {
var o = <api.AssetImportMessage>[];
o.add(buildAssetImportMessage());
o.add(buildAssetImportMessage());
return o;
}
-void checkUnnamed4883(core.List<api.AssetImportMessage> o) {
+void checkUnnamed4884(core.List<api.AssetImportMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssetImportMessage(o[0] as api.AssetImportMessage);
checkAssetImportMessage(o[1] as api.AssetImportMessage);
@@ -567,7 +567,7 @@
if (buildCounterStartAssetImportResponse < 3) {
o.assetId = 'foo';
o.assetImportId = 'foo';
- o.assetImportMessages = buildUnnamed4883();
+ o.assetImportMessages = buildUnnamed4884();
o.publishUrl = 'foo';
}
buildCounterStartAssetImportResponse--;
@@ -585,7 +585,7 @@
o.assetImportId!,
unittest.equals('foo'),
);
- checkUnnamed4883(o.assetImportMessages!);
+ checkUnnamed4884(o.assetImportMessages!);
unittest.expect(
o.publishUrl!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/realtimebidding/v1_test.dart b/generated/googleapis/test/realtimebidding/v1_test.dart
index a44ae1c..cb07f0e 100644
--- a/generated/googleapis/test/realtimebidding/v1_test.dart
+++ b/generated/googleapis/test/realtimebidding/v1_test.dart
@@ -43,92 +43,6 @@
buildCounterActivatePretargetingConfigRequest--;
}
-core.List<core.String> buildUnnamed5664() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5664(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterAddTargetedAppsRequest = 0;
-api.AddTargetedAppsRequest buildAddTargetedAppsRequest() {
- var o = api.AddTargetedAppsRequest();
- buildCounterAddTargetedAppsRequest++;
- if (buildCounterAddTargetedAppsRequest < 3) {
- o.appIds = buildUnnamed5664();
- o.targetingMode = 'foo';
- }
- buildCounterAddTargetedAppsRequest--;
- return o;
-}
-
-void checkAddTargetedAppsRequest(api.AddTargetedAppsRequest o) {
- buildCounterAddTargetedAppsRequest++;
- if (buildCounterAddTargetedAppsRequest < 3) {
- checkUnnamed5664(o.appIds!);
- unittest.expect(
- o.targetingMode!,
- unittest.equals('foo'),
- );
- }
- buildCounterAddTargetedAppsRequest--;
-}
-
-core.List<core.String> buildUnnamed5665() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5665(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterAddTargetedPublishersRequest = 0;
-api.AddTargetedPublishersRequest buildAddTargetedPublishersRequest() {
- var o = api.AddTargetedPublishersRequest();
- buildCounterAddTargetedPublishersRequest++;
- if (buildCounterAddTargetedPublishersRequest < 3) {
- o.publisherIds = buildUnnamed5665();
- o.targetingMode = 'foo';
- }
- buildCounterAddTargetedPublishersRequest--;
- return o;
-}
-
-void checkAddTargetedPublishersRequest(api.AddTargetedPublishersRequest o) {
- buildCounterAddTargetedPublishersRequest++;
- if (buildCounterAddTargetedPublishersRequest < 3) {
- checkUnnamed5665(o.publisherIds!);
- unittest.expect(
- o.targetingMode!,
- unittest.equals('foo'),
- );
- }
- buildCounterAddTargetedPublishersRequest--;
-}
-
core.List<core.String> buildUnnamed5666() {
var o = <core.String>[];
o.add('foo');
@@ -148,12 +62,98 @@
);
}
+core.int buildCounterAddTargetedAppsRequest = 0;
+api.AddTargetedAppsRequest buildAddTargetedAppsRequest() {
+ var o = api.AddTargetedAppsRequest();
+ buildCounterAddTargetedAppsRequest++;
+ if (buildCounterAddTargetedAppsRequest < 3) {
+ o.appIds = buildUnnamed5666();
+ o.targetingMode = 'foo';
+ }
+ buildCounterAddTargetedAppsRequest--;
+ return o;
+}
+
+void checkAddTargetedAppsRequest(api.AddTargetedAppsRequest o) {
+ buildCounterAddTargetedAppsRequest++;
+ if (buildCounterAddTargetedAppsRequest < 3) {
+ checkUnnamed5666(o.appIds!);
+ unittest.expect(
+ o.targetingMode!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAddTargetedAppsRequest--;
+}
+
+core.List<core.String> buildUnnamed5667() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5667(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.int buildCounterAddTargetedPublishersRequest = 0;
+api.AddTargetedPublishersRequest buildAddTargetedPublishersRequest() {
+ var o = api.AddTargetedPublishersRequest();
+ buildCounterAddTargetedPublishersRequest++;
+ if (buildCounterAddTargetedPublishersRequest < 3) {
+ o.publisherIds = buildUnnamed5667();
+ o.targetingMode = 'foo';
+ }
+ buildCounterAddTargetedPublishersRequest--;
+ return o;
+}
+
+void checkAddTargetedPublishersRequest(api.AddTargetedPublishersRequest o) {
+ buildCounterAddTargetedPublishersRequest++;
+ if (buildCounterAddTargetedPublishersRequest < 3) {
+ checkUnnamed5667(o.publisherIds!);
+ unittest.expect(
+ o.targetingMode!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAddTargetedPublishersRequest--;
+}
+
+core.List<core.String> buildUnnamed5668() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5668(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterAddTargetedSitesRequest = 0;
api.AddTargetedSitesRequest buildAddTargetedSitesRequest() {
var o = api.AddTargetedSitesRequest();
buildCounterAddTargetedSitesRequest++;
if (buildCounterAddTargetedSitesRequest < 3) {
- o.sites = buildUnnamed5666();
+ o.sites = buildUnnamed5668();
o.targetingMode = 'foo';
}
buildCounterAddTargetedSitesRequest--;
@@ -163,7 +163,7 @@
void checkAddTargetedSitesRequest(api.AddTargetedSitesRequest o) {
buildCounterAddTargetedSitesRequest++;
if (buildCounterAddTargetedSitesRequest < 3) {
- checkUnnamed5666(o.sites!);
+ checkUnnamed5668(o.sites!);
unittest.expect(
o.targetingMode!,
unittest.equals('foo'),
@@ -247,44 +247,6 @@
buildCounterCloseUserListRequest--;
}
-core.List<core.String> buildUnnamed5667() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5667(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.List<core.String> buildUnnamed5668() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5668(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5669() {
var o = <core.String>[];
o.add('foo');
@@ -323,22 +285,22 @@
);
}
-core.List<core.int> buildUnnamed5671() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
+core.List<core.String> buildUnnamed5671() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
return o;
}
-void checkUnnamed5671(core.List<core.int> o) {
+void checkUnnamed5671(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
- unittest.equals(42),
+ unittest.equals('foo'),
);
unittest.expect(
o[1],
- unittest.equals(42),
+ unittest.equals('foo'),
);
}
@@ -361,14 +323,52 @@
);
}
-core.List<core.String> buildUnnamed5673() {
+core.List<core.int> buildUnnamed5673() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed5673(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
+core.List<core.String> buildUnnamed5674() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5673(core.List<core.String> o) {
+void checkUnnamed5674(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5675() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5675(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -393,16 +393,16 @@
o.creativeFormat = 'foo';
o.creativeId = 'foo';
o.creativeServingDecision = buildCreativeServingDecision();
- o.dealIds = buildUnnamed5667();
- o.declaredAttributes = buildUnnamed5668();
- o.declaredClickThroughUrls = buildUnnamed5669();
- o.declaredRestrictedCategories = buildUnnamed5670();
- o.declaredVendorIds = buildUnnamed5671();
+ o.dealIds = buildUnnamed5669();
+ o.declaredAttributes = buildUnnamed5670();
+ o.declaredClickThroughUrls = buildUnnamed5671();
+ o.declaredRestrictedCategories = buildUnnamed5672();
+ o.declaredVendorIds = buildUnnamed5673();
o.html = buildHtmlContent();
- o.impressionTrackingUrls = buildUnnamed5672();
+ o.impressionTrackingUrls = buildUnnamed5674();
o.name = 'foo';
o.native = buildNativeContent();
- o.restrictedCategories = buildUnnamed5673();
+ o.restrictedCategories = buildUnnamed5675();
o.version = 42;
o.video = buildVideoContent();
}
@@ -443,19 +443,19 @@
);
checkCreativeServingDecision(
o.creativeServingDecision! as api.CreativeServingDecision);
- checkUnnamed5667(o.dealIds!);
- checkUnnamed5668(o.declaredAttributes!);
- checkUnnamed5669(o.declaredClickThroughUrls!);
- checkUnnamed5670(o.declaredRestrictedCategories!);
- checkUnnamed5671(o.declaredVendorIds!);
+ checkUnnamed5669(o.dealIds!);
+ checkUnnamed5670(o.declaredAttributes!);
+ checkUnnamed5671(o.declaredClickThroughUrls!);
+ checkUnnamed5672(o.declaredRestrictedCategories!);
+ checkUnnamed5673(o.declaredVendorIds!);
checkHtmlContent(o.html! as api.HtmlContent);
- checkUnnamed5672(o.impressionTrackingUrls!);
+ checkUnnamed5674(o.impressionTrackingUrls!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkNativeContent(o.native! as api.NativeContent);
- checkUnnamed5673(o.restrictedCategories!);
+ checkUnnamed5675(o.restrictedCategories!);
unittest.expect(
o.version!,
unittest.equals(42),
@@ -492,57 +492,19 @@
buildCounterCreativeDimensions--;
}
-core.List<api.AdvertiserAndBrand> buildUnnamed5674() {
+core.List<api.AdvertiserAndBrand> buildUnnamed5676() {
var o = <api.AdvertiserAndBrand>[];
o.add(buildAdvertiserAndBrand());
o.add(buildAdvertiserAndBrand());
return o;
}
-void checkUnnamed5674(core.List<api.AdvertiserAndBrand> o) {
+void checkUnnamed5676(core.List<api.AdvertiserAndBrand> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdvertiserAndBrand(o[0] as api.AdvertiserAndBrand);
checkAdvertiserAndBrand(o[1] as api.AdvertiserAndBrand);
}
-core.List<core.String> buildUnnamed5675() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5675(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.List<core.String> buildUnnamed5676() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5676(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5677() {
var o = <core.String>[];
o.add('foo');
@@ -581,41 +543,41 @@
);
}
-core.List<core.int> buildUnnamed5679() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
+core.List<core.String> buildUnnamed5679() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
return o;
}
-void checkUnnamed5679(core.List<core.int> o) {
+void checkUnnamed5679(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
- unittest.equals(42),
+ unittest.equals('foo'),
);
unittest.expect(
o[1],
- unittest.equals(42),
+ unittest.equals('foo'),
);
}
-core.List<core.int> buildUnnamed5680() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
+core.List<core.String> buildUnnamed5680() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
return o;
}
-void checkUnnamed5680(core.List<core.int> o) {
+void checkUnnamed5680(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
- unittest.equals(42),
+ unittest.equals('foo'),
);
unittest.expect(
o[1],
- unittest.equals(42),
+ unittest.equals('foo'),
);
}
@@ -638,6 +600,44 @@
);
}
+core.List<core.int> buildUnnamed5682() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed5682(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
+core.List<core.int> buildUnnamed5683() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed5683(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
core.int buildCounterCreativeServingDecision = 0;
api.CreativeServingDecision buildCreativeServingDecision() {
var o = api.CreativeServingDecision();
@@ -645,14 +645,14 @@
if (buildCounterCreativeServingDecision < 3) {
o.chinaPolicyCompliance = buildPolicyCompliance();
o.dealsPolicyCompliance = buildPolicyCompliance();
- o.detectedAdvertisers = buildUnnamed5674();
- o.detectedAttributes = buildUnnamed5675();
- o.detectedClickThroughUrls = buildUnnamed5676();
- o.detectedDomains = buildUnnamed5677();
- o.detectedLanguages = buildUnnamed5678();
- o.detectedProductCategories = buildUnnamed5679();
- o.detectedSensitiveCategories = buildUnnamed5680();
- o.detectedVendorIds = buildUnnamed5681();
+ o.detectedAdvertisers = buildUnnamed5676();
+ o.detectedAttributes = buildUnnamed5677();
+ o.detectedClickThroughUrls = buildUnnamed5678();
+ o.detectedDomains = buildUnnamed5679();
+ o.detectedLanguages = buildUnnamed5680();
+ o.detectedProductCategories = buildUnnamed5681();
+ o.detectedSensitiveCategories = buildUnnamed5682();
+ o.detectedVendorIds = buildUnnamed5683();
o.lastStatusUpdate = 'foo';
o.networkPolicyCompliance = buildPolicyCompliance();
o.platformPolicyCompliance = buildPolicyCompliance();
@@ -667,14 +667,14 @@
if (buildCounterCreativeServingDecision < 3) {
checkPolicyCompliance(o.chinaPolicyCompliance! as api.PolicyCompliance);
checkPolicyCompliance(o.dealsPolicyCompliance! as api.PolicyCompliance);
- checkUnnamed5674(o.detectedAdvertisers!);
- checkUnnamed5675(o.detectedAttributes!);
- checkUnnamed5676(o.detectedClickThroughUrls!);
- checkUnnamed5677(o.detectedDomains!);
- checkUnnamed5678(o.detectedLanguages!);
- checkUnnamed5679(o.detectedProductCategories!);
- checkUnnamed5680(o.detectedSensitiveCategories!);
- checkUnnamed5681(o.detectedVendorIds!);
+ checkUnnamed5676(o.detectedAdvertisers!);
+ checkUnnamed5677(o.detectedAttributes!);
+ checkUnnamed5678(o.detectedClickThroughUrls!);
+ checkUnnamed5679(o.detectedDomains!);
+ checkUnnamed5680(o.detectedLanguages!);
+ checkUnnamed5681(o.detectedProductCategories!);
+ checkUnnamed5682(o.detectedSensitiveCategories!);
+ checkUnnamed5683(o.detectedVendorIds!);
unittest.expect(
o.lastStatusUpdate!,
unittest.equals('foo'),
@@ -830,14 +830,14 @@
buildCounterDestinationUrlEvidence--;
}
-core.List<api.DomainCalls> buildUnnamed5682() {
+core.List<api.DomainCalls> buildUnnamed5684() {
var o = <api.DomainCalls>[];
o.add(buildDomainCalls());
o.add(buildDomainCalls());
return o;
}
-void checkUnnamed5682(core.List<api.DomainCalls> o) {
+void checkUnnamed5684(core.List<api.DomainCalls> o) {
unittest.expect(o, unittest.hasLength(2));
checkDomainCalls(o[0] as api.DomainCalls);
checkDomainCalls(o[1] as api.DomainCalls);
@@ -848,7 +848,7 @@
var o = api.DomainCallEvidence();
buildCounterDomainCallEvidence++;
if (buildCounterDomainCallEvidence < 3) {
- o.topHttpCallDomains = buildUnnamed5682();
+ o.topHttpCallDomains = buildUnnamed5684();
o.totalHttpCallCount = 42;
}
buildCounterDomainCallEvidence--;
@@ -858,7 +858,7 @@
void checkDomainCallEvidence(api.DomainCallEvidence o) {
buildCounterDomainCallEvidence++;
if (buildCounterDomainCallEvidence < 3) {
- checkUnnamed5682(o.topHttpCallDomains!);
+ checkUnnamed5684(o.topHttpCallDomains!);
unittest.expect(
o.totalHttpCallCount!,
unittest.equals(42),
@@ -894,14 +894,14 @@
buildCounterDomainCalls--;
}
-core.List<api.UrlDownloadSize> buildUnnamed5683() {
+core.List<api.UrlDownloadSize> buildUnnamed5685() {
var o = <api.UrlDownloadSize>[];
o.add(buildUrlDownloadSize());
o.add(buildUrlDownloadSize());
return o;
}
-void checkUnnamed5683(core.List<api.UrlDownloadSize> o) {
+void checkUnnamed5685(core.List<api.UrlDownloadSize> o) {
unittest.expect(o, unittest.hasLength(2));
checkUrlDownloadSize(o[0] as api.UrlDownloadSize);
checkUrlDownloadSize(o[1] as api.UrlDownloadSize);
@@ -912,7 +912,7 @@
var o = api.DownloadSizeEvidence();
buildCounterDownloadSizeEvidence++;
if (buildCounterDownloadSizeEvidence < 3) {
- o.topUrlDownloadSizeBreakdowns = buildUnnamed5683();
+ o.topUrlDownloadSizeBreakdowns = buildUnnamed5685();
o.totalDownloadSizeKb = 42;
}
buildCounterDownloadSizeEvidence--;
@@ -922,7 +922,7 @@
void checkDownloadSizeEvidence(api.DownloadSizeEvidence o) {
buildCounterDownloadSizeEvidence++;
if (buildCounterDownloadSizeEvidence < 3) {
- checkUnnamed5683(o.topUrlDownloadSizeBreakdowns!);
+ checkUnnamed5685(o.topUrlDownloadSizeBreakdowns!);
unittest.expect(
o.totalDownloadSizeKb!,
unittest.equals(42),
@@ -1000,14 +1000,14 @@
buildCounterHtmlContent--;
}
-core.List<core.String> buildUnnamed5684() {
+core.List<core.String> buildUnnamed5686() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5684(core.List<core.String> o) {
+void checkUnnamed5686(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1024,7 +1024,7 @@
var o = api.HttpCallEvidence();
buildCounterHttpCallEvidence++;
if (buildCounterHttpCallEvidence < 3) {
- o.urls = buildUnnamed5684();
+ o.urls = buildUnnamed5686();
}
buildCounterHttpCallEvidence--;
return o;
@@ -1033,19 +1033,19 @@
void checkHttpCallEvidence(api.HttpCallEvidence o) {
buildCounterHttpCallEvidence++;
if (buildCounterHttpCallEvidence < 3) {
- checkUnnamed5684(o.urls!);
+ checkUnnamed5686(o.urls!);
}
buildCounterHttpCallEvidence--;
}
-core.List<core.String> buildUnnamed5685() {
+core.List<core.String> buildUnnamed5687() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5685(core.List<core.String> o) {
+void checkUnnamed5687(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1062,7 +1062,7 @@
var o = api.HttpCookieEvidence();
buildCounterHttpCookieEvidence++;
if (buildCounterHttpCookieEvidence < 3) {
- o.cookieNames = buildUnnamed5685();
+ o.cookieNames = buildUnnamed5687();
o.maxCookieCount = 42;
}
buildCounterHttpCookieEvidence--;
@@ -1072,7 +1072,7 @@
void checkHttpCookieEvidence(api.HttpCookieEvidence o) {
buildCounterHttpCookieEvidence++;
if (buildCounterHttpCookieEvidence < 3) {
- checkUnnamed5685(o.cookieNames!);
+ checkUnnamed5687(o.cookieNames!);
unittest.expect(
o.maxCookieCount!,
unittest.equals(42),
@@ -1113,14 +1113,14 @@
buildCounterImage--;
}
-core.List<api.Creative> buildUnnamed5686() {
+core.List<api.Creative> buildUnnamed5688() {
var o = <api.Creative>[];
o.add(buildCreative());
o.add(buildCreative());
return o;
}
-void checkUnnamed5686(core.List<api.Creative> o) {
+void checkUnnamed5688(core.List<api.Creative> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreative(o[0] as api.Creative);
checkCreative(o[1] as api.Creative);
@@ -1131,7 +1131,7 @@
var o = api.ListCreativesResponse();
buildCounterListCreativesResponse++;
if (buildCounterListCreativesResponse < 3) {
- o.creatives = buildUnnamed5686();
+ o.creatives = buildUnnamed5688();
o.nextPageToken = 'foo';
}
buildCounterListCreativesResponse--;
@@ -1141,7 +1141,7 @@
void checkListCreativesResponse(api.ListCreativesResponse o) {
buildCounterListCreativesResponse++;
if (buildCounterListCreativesResponse < 3) {
- checkUnnamed5686(o.creatives!);
+ checkUnnamed5688(o.creatives!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1150,14 +1150,14 @@
buildCounterListCreativesResponse--;
}
-core.List<api.PretargetingConfig> buildUnnamed5687() {
+core.List<api.PretargetingConfig> buildUnnamed5689() {
var o = <api.PretargetingConfig>[];
o.add(buildPretargetingConfig());
o.add(buildPretargetingConfig());
return o;
}
-void checkUnnamed5687(core.List<api.PretargetingConfig> o) {
+void checkUnnamed5689(core.List<api.PretargetingConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfig(o[0] as api.PretargetingConfig);
checkPretargetingConfig(o[1] as api.PretargetingConfig);
@@ -1169,7 +1169,7 @@
buildCounterListPretargetingConfigsResponse++;
if (buildCounterListPretargetingConfigsResponse < 3) {
o.nextPageToken = 'foo';
- o.pretargetingConfigs = buildUnnamed5687();
+ o.pretargetingConfigs = buildUnnamed5689();
}
buildCounterListPretargetingConfigsResponse--;
return o;
@@ -1183,19 +1183,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5687(o.pretargetingConfigs!);
+ checkUnnamed5689(o.pretargetingConfigs!);
}
buildCounterListPretargetingConfigsResponse--;
}
-core.List<api.UserList> buildUnnamed5688() {
+core.List<api.UserList> buildUnnamed5690() {
var o = <api.UserList>[];
o.add(buildUserList());
o.add(buildUserList());
return o;
}
-void checkUnnamed5688(core.List<api.UserList> o) {
+void checkUnnamed5690(core.List<api.UserList> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserList(o[0] as api.UserList);
checkUserList(o[1] as api.UserList);
@@ -1207,7 +1207,7 @@
buildCounterListUserListsResponse++;
if (buildCounterListUserListsResponse < 3) {
o.nextPageToken = 'foo';
- o.userLists = buildUnnamed5688();
+ o.userLists = buildUnnamed5690();
}
buildCounterListUserListsResponse--;
return o;
@@ -1220,7 +1220,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5688(o.userLists!);
+ checkUnnamed5690(o.userLists!);
}
buildCounterListUserListsResponse--;
}
@@ -1320,14 +1320,14 @@
buildCounterNativeContent--;
}
-core.List<core.String> buildUnnamed5689() {
+core.List<core.String> buildUnnamed5691() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5689(core.List<core.String> o) {
+void checkUnnamed5691(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1339,14 +1339,14 @@
);
}
-core.List<core.String> buildUnnamed5690() {
+core.List<core.String> buildUnnamed5692() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5690(core.List<core.String> o) {
+void checkUnnamed5692(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1363,8 +1363,8 @@
var o = api.NumericTargetingDimension();
buildCounterNumericTargetingDimension++;
if (buildCounterNumericTargetingDimension < 3) {
- o.excludedIds = buildUnnamed5689();
- o.includedIds = buildUnnamed5690();
+ o.excludedIds = buildUnnamed5691();
+ o.includedIds = buildUnnamed5692();
}
buildCounterNumericTargetingDimension--;
return o;
@@ -1373,8 +1373,8 @@
void checkNumericTargetingDimension(api.NumericTargetingDimension o) {
buildCounterNumericTargetingDimension++;
if (buildCounterNumericTargetingDimension < 3) {
- checkUnnamed5689(o.excludedIds!);
- checkUnnamed5690(o.includedIds!);
+ checkUnnamed5691(o.excludedIds!);
+ checkUnnamed5692(o.includedIds!);
}
buildCounterNumericTargetingDimension--;
}
@@ -1394,14 +1394,14 @@
buildCounterOpenUserListRequest--;
}
-core.List<api.PolicyTopicEntry> buildUnnamed5691() {
+core.List<api.PolicyTopicEntry> buildUnnamed5693() {
var o = <api.PolicyTopicEntry>[];
o.add(buildPolicyTopicEntry());
o.add(buildPolicyTopicEntry());
return o;
}
-void checkUnnamed5691(core.List<api.PolicyTopicEntry> o) {
+void checkUnnamed5693(core.List<api.PolicyTopicEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicyTopicEntry(o[0] as api.PolicyTopicEntry);
checkPolicyTopicEntry(o[1] as api.PolicyTopicEntry);
@@ -1413,7 +1413,7 @@
buildCounterPolicyCompliance++;
if (buildCounterPolicyCompliance < 3) {
o.status = 'foo';
- o.topics = buildUnnamed5691();
+ o.topics = buildUnnamed5693();
}
buildCounterPolicyCompliance--;
return o;
@@ -1426,19 +1426,19 @@
o.status!,
unittest.equals('foo'),
);
- checkUnnamed5691(o.topics!);
+ checkUnnamed5693(o.topics!);
}
buildCounterPolicyCompliance--;
}
-core.List<api.PolicyTopicEvidence> buildUnnamed5692() {
+core.List<api.PolicyTopicEvidence> buildUnnamed5694() {
var o = <api.PolicyTopicEvidence>[];
o.add(buildPolicyTopicEvidence());
o.add(buildPolicyTopicEvidence());
return o;
}
-void checkUnnamed5692(core.List<api.PolicyTopicEvidence> o) {
+void checkUnnamed5694(core.List<api.PolicyTopicEvidence> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicyTopicEvidence(o[0] as api.PolicyTopicEvidence);
checkPolicyTopicEvidence(o[1] as api.PolicyTopicEvidence);
@@ -1449,7 +1449,7 @@
var o = api.PolicyTopicEntry();
buildCounterPolicyTopicEntry++;
if (buildCounterPolicyTopicEntry < 3) {
- o.evidences = buildUnnamed5692();
+ o.evidences = buildUnnamed5694();
o.helpCenterUrl = 'foo';
o.policyTopic = 'foo';
}
@@ -1460,7 +1460,7 @@
void checkPolicyTopicEntry(api.PolicyTopicEntry o) {
buildCounterPolicyTopicEntry++;
if (buildCounterPolicyTopicEntry < 3) {
- checkUnnamed5692(o.evidences!);
+ checkUnnamed5694(o.evidences!);
unittest.expect(
o.helpCenterUrl!,
unittest.equals('foo'),
@@ -1507,14 +1507,14 @@
buildCounterPolicyTopicEvidence--;
}
-core.List<core.String> buildUnnamed5693() {
+core.List<core.String> buildUnnamed5695() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5693(core.List<core.String> o) {
+void checkUnnamed5695(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1526,38 +1526,6 @@
);
}
-core.List<core.String> buildUnnamed5694() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5694(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.List<api.CreativeDimensions> buildUnnamed5695() {
- var o = <api.CreativeDimensions>[];
- o.add(buildCreativeDimensions());
- o.add(buildCreativeDimensions());
- return o;
-}
-
-void checkUnnamed5695(core.List<api.CreativeDimensions> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkCreativeDimensions(o[0] as api.CreativeDimensions);
- checkCreativeDimensions(o[1] as api.CreativeDimensions);
-}
-
core.List<core.String> buildUnnamed5696() {
var o = <core.String>[];
o.add('foo');
@@ -1577,23 +1545,17 @@
);
}
-core.List<core.String> buildUnnamed5697() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
+core.List<api.CreativeDimensions> buildUnnamed5697() {
+ var o = <api.CreativeDimensions>[];
+ o.add(buildCreativeDimensions());
+ o.add(buildCreativeDimensions());
return o;
}
-void checkUnnamed5697(core.List<core.String> o) {
+void checkUnnamed5697(core.List<api.CreativeDimensions> o) {
unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
+ checkCreativeDimensions(o[0] as api.CreativeDimensions);
+ checkCreativeDimensions(o[1] as api.CreativeDimensions);
}
core.List<core.String> buildUnnamed5698() {
@@ -1691,26 +1653,64 @@
);
}
+core.List<core.String> buildUnnamed5703() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5703(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5704() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5704(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterPretargetingConfig = 0;
api.PretargetingConfig buildPretargetingConfig() {
var o = api.PretargetingConfig();
buildCounterPretargetingConfig++;
if (buildCounterPretargetingConfig < 3) {
- o.allowedUserTargetingModes = buildUnnamed5693();
+ o.allowedUserTargetingModes = buildUnnamed5695();
o.appTargeting = buildAppTargeting();
o.billingId = 'foo';
o.displayName = 'foo';
- o.excludedContentLabelIds = buildUnnamed5694();
+ o.excludedContentLabelIds = buildUnnamed5696();
o.geoTargeting = buildNumericTargetingDimension();
- o.includedCreativeDimensions = buildUnnamed5695();
- o.includedEnvironments = buildUnnamed5696();
- o.includedFormats = buildUnnamed5697();
- o.includedLanguages = buildUnnamed5698();
- o.includedMobileOperatingSystemIds = buildUnnamed5699();
- o.includedPlatforms = buildUnnamed5700();
- o.includedUserIdTypes = buildUnnamed5701();
+ o.includedCreativeDimensions = buildUnnamed5697();
+ o.includedEnvironments = buildUnnamed5698();
+ o.includedFormats = buildUnnamed5699();
+ o.includedLanguages = buildUnnamed5700();
+ o.includedMobileOperatingSystemIds = buildUnnamed5701();
+ o.includedPlatforms = buildUnnamed5702();
+ o.includedUserIdTypes = buildUnnamed5703();
o.interstitialTargeting = 'foo';
- o.invalidGeoIds = buildUnnamed5702();
+ o.invalidGeoIds = buildUnnamed5704();
o.maximumQps = 'foo';
o.minimumViewabilityDecile = 42;
o.name = 'foo';
@@ -1727,7 +1727,7 @@
void checkPretargetingConfig(api.PretargetingConfig o) {
buildCounterPretargetingConfig++;
if (buildCounterPretargetingConfig < 3) {
- checkUnnamed5693(o.allowedUserTargetingModes!);
+ checkUnnamed5695(o.allowedUserTargetingModes!);
checkAppTargeting(o.appTargeting! as api.AppTargeting);
unittest.expect(
o.billingId!,
@@ -1737,21 +1737,21 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5694(o.excludedContentLabelIds!);
+ checkUnnamed5696(o.excludedContentLabelIds!);
checkNumericTargetingDimension(
o.geoTargeting! as api.NumericTargetingDimension);
- checkUnnamed5695(o.includedCreativeDimensions!);
- checkUnnamed5696(o.includedEnvironments!);
- checkUnnamed5697(o.includedFormats!);
- checkUnnamed5698(o.includedLanguages!);
- checkUnnamed5699(o.includedMobileOperatingSystemIds!);
- checkUnnamed5700(o.includedPlatforms!);
- checkUnnamed5701(o.includedUserIdTypes!);
+ checkUnnamed5697(o.includedCreativeDimensions!);
+ checkUnnamed5698(o.includedEnvironments!);
+ checkUnnamed5699(o.includedFormats!);
+ checkUnnamed5700(o.includedLanguages!);
+ checkUnnamed5701(o.includedMobileOperatingSystemIds!);
+ checkUnnamed5702(o.includedPlatforms!);
+ checkUnnamed5703(o.includedUserIdTypes!);
unittest.expect(
o.interstitialTargeting!,
unittest.equals('foo'),
);
- checkUnnamed5702(o.invalidGeoIds!);
+ checkUnnamed5704(o.invalidGeoIds!);
unittest.expect(
o.maximumQps!,
unittest.equals('foo'),
@@ -1780,83 +1780,6 @@
buildCounterPretargetingConfig--;
}
-core.List<core.String> buildUnnamed5703() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5703(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterRemoveTargetedAppsRequest = 0;
-api.RemoveTargetedAppsRequest buildRemoveTargetedAppsRequest() {
- var o = api.RemoveTargetedAppsRequest();
- buildCounterRemoveTargetedAppsRequest++;
- if (buildCounterRemoveTargetedAppsRequest < 3) {
- o.appIds = buildUnnamed5703();
- }
- buildCounterRemoveTargetedAppsRequest--;
- return o;
-}
-
-void checkRemoveTargetedAppsRequest(api.RemoveTargetedAppsRequest o) {
- buildCounterRemoveTargetedAppsRequest++;
- if (buildCounterRemoveTargetedAppsRequest < 3) {
- checkUnnamed5703(o.appIds!);
- }
- buildCounterRemoveTargetedAppsRequest--;
-}
-
-core.List<core.String> buildUnnamed5704() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5704(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterRemoveTargetedPublishersRequest = 0;
-api.RemoveTargetedPublishersRequest buildRemoveTargetedPublishersRequest() {
- var o = api.RemoveTargetedPublishersRequest();
- buildCounterRemoveTargetedPublishersRequest++;
- if (buildCounterRemoveTargetedPublishersRequest < 3) {
- o.publisherIds = buildUnnamed5704();
- }
- buildCounterRemoveTargetedPublishersRequest--;
- return o;
-}
-
-void checkRemoveTargetedPublishersRequest(
- api.RemoveTargetedPublishersRequest o) {
- buildCounterRemoveTargetedPublishersRequest++;
- if (buildCounterRemoveTargetedPublishersRequest < 3) {
- checkUnnamed5704(o.publisherIds!);
- }
- buildCounterRemoveTargetedPublishersRequest--;
-}
-
core.List<core.String> buildUnnamed5705() {
var o = <core.String>[];
o.add('foo');
@@ -1876,23 +1799,23 @@
);
}
-core.int buildCounterRemoveTargetedSitesRequest = 0;
-api.RemoveTargetedSitesRequest buildRemoveTargetedSitesRequest() {
- var o = api.RemoveTargetedSitesRequest();
- buildCounterRemoveTargetedSitesRequest++;
- if (buildCounterRemoveTargetedSitesRequest < 3) {
- o.sites = buildUnnamed5705();
+core.int buildCounterRemoveTargetedAppsRequest = 0;
+api.RemoveTargetedAppsRequest buildRemoveTargetedAppsRequest() {
+ var o = api.RemoveTargetedAppsRequest();
+ buildCounterRemoveTargetedAppsRequest++;
+ if (buildCounterRemoveTargetedAppsRequest < 3) {
+ o.appIds = buildUnnamed5705();
}
- buildCounterRemoveTargetedSitesRequest--;
+ buildCounterRemoveTargetedAppsRequest--;
return o;
}
-void checkRemoveTargetedSitesRequest(api.RemoveTargetedSitesRequest o) {
- buildCounterRemoveTargetedSitesRequest++;
- if (buildCounterRemoveTargetedSitesRequest < 3) {
- checkUnnamed5705(o.sites!);
+void checkRemoveTargetedAppsRequest(api.RemoveTargetedAppsRequest o) {
+ buildCounterRemoveTargetedAppsRequest++;
+ if (buildCounterRemoveTargetedAppsRequest < 3) {
+ checkUnnamed5705(o.appIds!);
}
- buildCounterRemoveTargetedSitesRequest--;
+ buildCounterRemoveTargetedAppsRequest--;
}
core.List<core.String> buildUnnamed5706() {
@@ -1914,13 +1837,90 @@
);
}
+core.int buildCounterRemoveTargetedPublishersRequest = 0;
+api.RemoveTargetedPublishersRequest buildRemoveTargetedPublishersRequest() {
+ var o = api.RemoveTargetedPublishersRequest();
+ buildCounterRemoveTargetedPublishersRequest++;
+ if (buildCounterRemoveTargetedPublishersRequest < 3) {
+ o.publisherIds = buildUnnamed5706();
+ }
+ buildCounterRemoveTargetedPublishersRequest--;
+ return o;
+}
+
+void checkRemoveTargetedPublishersRequest(
+ api.RemoveTargetedPublishersRequest o) {
+ buildCounterRemoveTargetedPublishersRequest++;
+ if (buildCounterRemoveTargetedPublishersRequest < 3) {
+ checkUnnamed5706(o.publisherIds!);
+ }
+ buildCounterRemoveTargetedPublishersRequest--;
+}
+
+core.List<core.String> buildUnnamed5707() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5707(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.int buildCounterRemoveTargetedSitesRequest = 0;
+api.RemoveTargetedSitesRequest buildRemoveTargetedSitesRequest() {
+ var o = api.RemoveTargetedSitesRequest();
+ buildCounterRemoveTargetedSitesRequest++;
+ if (buildCounterRemoveTargetedSitesRequest < 3) {
+ o.sites = buildUnnamed5707();
+ }
+ buildCounterRemoveTargetedSitesRequest--;
+ return o;
+}
+
+void checkRemoveTargetedSitesRequest(api.RemoveTargetedSitesRequest o) {
+ buildCounterRemoveTargetedSitesRequest++;
+ if (buildCounterRemoveTargetedSitesRequest < 3) {
+ checkUnnamed5707(o.sites!);
+ }
+ buildCounterRemoveTargetedSitesRequest--;
+}
+
+core.List<core.String> buildUnnamed5708() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5708(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterStringTargetingDimension = 0;
api.StringTargetingDimension buildStringTargetingDimension() {
var o = api.StringTargetingDimension();
buildCounterStringTargetingDimension++;
if (buildCounterStringTargetingDimension < 3) {
o.targetingMode = 'foo';
- o.values = buildUnnamed5706();
+ o.values = buildUnnamed5708();
}
buildCounterStringTargetingDimension--;
return o;
@@ -1933,7 +1933,7 @@
o.targetingMode!,
unittest.equals('foo'),
);
- checkUnnamed5706(o.values!);
+ checkUnnamed5708(o.values!);
}
buildCounterStringTargetingDimension--;
}
@@ -2085,14 +2085,14 @@
buildCounterVideoContent--;
}
-core.List<api.MediaFile> buildUnnamed5707() {
+core.List<api.MediaFile> buildUnnamed5709() {
var o = <api.MediaFile>[];
o.add(buildMediaFile());
o.add(buildMediaFile());
return o;
}
-void checkUnnamed5707(core.List<api.MediaFile> o) {
+void checkUnnamed5709(core.List<api.MediaFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkMediaFile(o[0] as api.MediaFile);
checkMediaFile(o[1] as api.MediaFile);
@@ -2106,7 +2106,7 @@
o.duration = 'foo';
o.isValidVast = true;
o.isVpaid = true;
- o.mediaFiles = buildUnnamed5707();
+ o.mediaFiles = buildUnnamed5709();
o.skipOffset = 'foo';
o.vastVersion = 'foo';
}
@@ -2123,7 +2123,7 @@
);
unittest.expect(o.isValidVast!, unittest.isTrue);
unittest.expect(o.isVpaid!, unittest.isTrue);
- checkUnnamed5707(o.mediaFiles!);
+ checkUnnamed5709(o.mediaFiles!);
unittest.expect(
o.skipOffset!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/redis/v1_test.dart b/generated/googleapis/test/redis/v1_test.dart
index 097e30e..6989ed0 100644
--- a/generated/googleapis/test/redis/v1_test.dart
+++ b/generated/googleapis/test/redis/v1_test.dart
@@ -127,14 +127,14 @@
buildCounterGcsSource--;
}
-core.Map<core.String, api.GoogleCloudRedisV1ZoneMetadata> buildUnnamed2607() {
+core.Map<core.String, api.GoogleCloudRedisV1ZoneMetadata> buildUnnamed2608() {
var o = <core.String, api.GoogleCloudRedisV1ZoneMetadata>{};
o['x'] = buildGoogleCloudRedisV1ZoneMetadata();
o['y'] = buildGoogleCloudRedisV1ZoneMetadata();
return o;
}
-void checkUnnamed2607(
+void checkUnnamed2608(
core.Map<core.String, api.GoogleCloudRedisV1ZoneMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRedisV1ZoneMetadata(
@@ -149,7 +149,7 @@
var o = api.GoogleCloudRedisV1LocationMetadata();
buildCounterGoogleCloudRedisV1LocationMetadata++;
if (buildCounterGoogleCloudRedisV1LocationMetadata < 3) {
- o.availableZones = buildUnnamed2607();
+ o.availableZones = buildUnnamed2608();
}
buildCounterGoogleCloudRedisV1LocationMetadata--;
return o;
@@ -159,7 +159,7 @@
api.GoogleCloudRedisV1LocationMetadata o) {
buildCounterGoogleCloudRedisV1LocationMetadata++;
if (buildCounterGoogleCloudRedisV1LocationMetadata < 3) {
- checkUnnamed2607(o.availableZones!);
+ checkUnnamed2608(o.availableZones!);
}
buildCounterGoogleCloudRedisV1LocationMetadata--;
}
@@ -268,25 +268,6 @@
buildCounterInputConfig--;
}
-core.Map<core.String, core.String> buildUnnamed2608() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed2608(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed2609() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -306,14 +287,33 @@
);
}
-core.List<api.TlsCertificate> buildUnnamed2610() {
+core.Map<core.String, core.String> buildUnnamed2610() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed2610(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.TlsCertificate> buildUnnamed2611() {
var o = <api.TlsCertificate>[];
o.add(buildTlsCertificate());
o.add(buildTlsCertificate());
return o;
}
-void checkUnnamed2610(core.List<api.TlsCertificate> o) {
+void checkUnnamed2611(core.List<api.TlsCertificate> o) {
unittest.expect(o, unittest.hasLength(2));
checkTlsCertificate(o[0] as api.TlsCertificate);
checkTlsCertificate(o[1] as api.TlsCertificate);
@@ -332,16 +332,16 @@
o.currentLocationId = 'foo';
o.displayName = 'foo';
o.host = 'foo';
- o.labels = buildUnnamed2608();
+ o.labels = buildUnnamed2609();
o.locationId = 'foo';
o.memorySizeGb = 42;
o.name = 'foo';
o.persistenceIamIdentity = 'foo';
o.port = 42;
- o.redisConfigs = buildUnnamed2609();
+ o.redisConfigs = buildUnnamed2610();
o.redisVersion = 'foo';
o.reservedIpRange = 'foo';
- o.serverCaCerts = buildUnnamed2610();
+ o.serverCaCerts = buildUnnamed2611();
o.state = 'foo';
o.statusMessage = 'foo';
o.tier = 'foo';
@@ -383,7 +383,7 @@
o.host!,
unittest.equals('foo'),
);
- checkUnnamed2608(o.labels!);
+ checkUnnamed2609(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
@@ -404,7 +404,7 @@
o.port!,
unittest.equals(42),
);
- checkUnnamed2609(o.redisConfigs!);
+ checkUnnamed2610(o.redisConfigs!);
unittest.expect(
o.redisVersion!,
unittest.equals('foo'),
@@ -413,7 +413,7 @@
o.reservedIpRange!,
unittest.equals('foo'),
);
- checkUnnamed2610(o.serverCaCerts!);
+ checkUnnamed2611(o.serverCaCerts!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -456,27 +456,27 @@
buildCounterInstanceAuthString--;
}
-core.List<api.Instance> buildUnnamed2611() {
+core.List<api.Instance> buildUnnamed2612() {
var o = <api.Instance>[];
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-void checkUnnamed2611(core.List<api.Instance> o) {
+void checkUnnamed2612(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0] as api.Instance);
checkInstance(o[1] as api.Instance);
}
-core.List<core.String> buildUnnamed2612() {
+core.List<core.String> buildUnnamed2613() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2612(core.List<core.String> o) {
+void checkUnnamed2613(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -493,9 +493,9 @@
var o = api.ListInstancesResponse();
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- o.instances = buildUnnamed2611();
+ o.instances = buildUnnamed2612();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed2612();
+ o.unreachable = buildUnnamed2613();
}
buildCounterListInstancesResponse--;
return o;
@@ -504,24 +504,24 @@
void checkListInstancesResponse(api.ListInstancesResponse o) {
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- checkUnnamed2611(o.instances!);
+ checkUnnamed2612(o.instances!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2612(o.unreachable!);
+ checkUnnamed2613(o.unreachable!);
}
buildCounterListInstancesResponse--;
}
-core.List<api.Location> buildUnnamed2613() {
+core.List<api.Location> buildUnnamed2614() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed2613(core.List<api.Location> o) {
+void checkUnnamed2614(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -532,7 +532,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed2613();
+ o.locations = buildUnnamed2614();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -542,7 +542,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed2613(o.locations!);
+ checkUnnamed2614(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -551,14 +551,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed2614() {
+core.List<api.Operation> buildUnnamed2615() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed2614(core.List<api.Operation> o) {
+void checkUnnamed2615(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -570,7 +570,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed2614();
+ o.operations = buildUnnamed2615();
}
buildCounterListOperationsResponse--;
return o;
@@ -583,19 +583,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2614(o.operations!);
+ checkUnnamed2615(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2615() {
+core.Map<core.String, core.String> buildUnnamed2616() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2615(core.Map<core.String, core.String> o) {
+void checkUnnamed2616(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -607,7 +607,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2616() {
+core.Map<core.String, core.Object> buildUnnamed2617() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -622,7 +622,7 @@
return o;
}
-void checkUnnamed2616(core.Map<core.String, core.Object> o) {
+void checkUnnamed2617(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -660,9 +660,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed2615();
+ o.labels = buildUnnamed2616();
o.locationId = 'foo';
- o.metadata = buildUnnamed2616();
+ o.metadata = buildUnnamed2617();
o.name = 'foo';
}
buildCounterLocation--;
@@ -676,12 +676,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2615(o.labels!);
+ checkUnnamed2616(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed2616(o.metadata!);
+ checkUnnamed2617(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -690,7 +690,7 @@
buildCounterLocation--;
}
-core.Map<core.String, core.Object> buildUnnamed2617() {
+core.Map<core.String, core.Object> buildUnnamed2618() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -705,7 +705,7 @@
return o;
}
-void checkUnnamed2617(core.Map<core.String, core.Object> o) {
+void checkUnnamed2618(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -737,7 +737,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2618() {
+core.Map<core.String, core.Object> buildUnnamed2619() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -752,7 +752,7 @@
return o;
}
-void checkUnnamed2618(core.Map<core.String, core.Object> o) {
+void checkUnnamed2619(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -791,9 +791,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed2617();
+ o.metadata = buildUnnamed2618();
o.name = 'foo';
- o.response = buildUnnamed2618();
+ o.response = buildUnnamed2619();
}
buildCounterOperation--;
return o;
@@ -804,12 +804,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed2617(o.metadata!);
+ checkUnnamed2618(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2618(o.response!);
+ checkUnnamed2619(o.response!);
}
buildCounterOperation--;
}
@@ -833,7 +833,7 @@
buildCounterOutputConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed2619() {
+core.Map<core.String, core.Object> buildUnnamed2620() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -848,7 +848,7 @@
return o;
}
-void checkUnnamed2619(core.Map<core.String, core.Object> o) {
+void checkUnnamed2620(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -880,17 +880,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2620() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2621() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2619());
- o.add(buildUnnamed2619());
+ o.add(buildUnnamed2620());
+ o.add(buildUnnamed2620());
return o;
}
-void checkUnnamed2620(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2621(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2619(o[0]);
- checkUnnamed2619(o[1]);
+ checkUnnamed2620(o[0]);
+ checkUnnamed2620(o[1]);
}
core.int buildCounterStatus = 0;
@@ -899,7 +899,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2620();
+ o.details = buildUnnamed2621();
o.message = 'foo';
}
buildCounterStatus--;
@@ -913,7 +913,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2620(o.details!);
+ checkUnnamed2621(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/remotebuildexecution/v2_test.dart b/generated/googleapis/test/remotebuildexecution/v2_test.dart
index ea278a7..68cc1a7 100644
--- a/generated/googleapis/test/remotebuildexecution/v2_test.dart
+++ b/generated/googleapis/test/remotebuildexecution/v2_test.dart
@@ -27,25 +27,6 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed5978() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5978(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.int buildCounterBuildBazelRemoteExecutionV2Action = 0;
api.BuildBazelRemoteExecutionV2Action buildBuildBazelRemoteExecutionV2Action() {
var o = api.BuildBazelRemoteExecutionV2Action();
@@ -54,7 +35,8 @@
o.commandDigest = buildBuildBazelRemoteExecutionV2Digest();
o.doNotCache = true;
o.inputRootDigest = buildBuildBazelRemoteExecutionV2Digest();
- o.outputNodeProperties = buildUnnamed5978();
+ o.platform = buildBuildBazelRemoteExecutionV2Platform();
+ o.salt = 'foo';
o.timeout = 'foo';
}
buildCounterBuildBazelRemoteExecutionV2Action--;
@@ -70,7 +52,12 @@
unittest.expect(o.doNotCache!, unittest.isTrue);
checkBuildBazelRemoteExecutionV2Digest(
o.inputRootDigest! as api.BuildBazelRemoteExecutionV2Digest);
- checkUnnamed5978(o.outputNodeProperties!);
+ checkBuildBazelRemoteExecutionV2Platform(
+ o.platform! as api.BuildBazelRemoteExecutionV2Platform);
+ unittest.expect(
+ o.salt!,
+ unittest.equals('foo'),
+ );
unittest.expect(
o.timeout!,
unittest.equals('foo'),
@@ -103,14 +90,14 @@
buildCounterBuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities--;
}
-core.List<api.BuildBazelRemoteExecutionV2OutputDirectory> buildUnnamed5979() {
+core.List<api.BuildBazelRemoteExecutionV2OutputDirectory> buildUnnamed5980() {
var o = <api.BuildBazelRemoteExecutionV2OutputDirectory>[];
o.add(buildBuildBazelRemoteExecutionV2OutputDirectory());
o.add(buildBuildBazelRemoteExecutionV2OutputDirectory());
return o;
}
-void checkUnnamed5979(
+void checkUnnamed5980(
core.List<api.BuildBazelRemoteExecutionV2OutputDirectory> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildBazelRemoteExecutionV2OutputDirectory(
@@ -119,22 +106,6 @@
o[1] as api.BuildBazelRemoteExecutionV2OutputDirectory);
}
-core.List<api.BuildBazelRemoteExecutionV2OutputSymlink> buildUnnamed5980() {
- var o = <api.BuildBazelRemoteExecutionV2OutputSymlink>[];
- o.add(buildBuildBazelRemoteExecutionV2OutputSymlink());
- o.add(buildBuildBazelRemoteExecutionV2OutputSymlink());
- return o;
-}
-
-void checkUnnamed5980(
- core.List<api.BuildBazelRemoteExecutionV2OutputSymlink> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkBuildBazelRemoteExecutionV2OutputSymlink(
- o[0] as api.BuildBazelRemoteExecutionV2OutputSymlink);
- checkBuildBazelRemoteExecutionV2OutputSymlink(
- o[1] as api.BuildBazelRemoteExecutionV2OutputSymlink);
-}
-
core.List<api.BuildBazelRemoteExecutionV2OutputSymlink> buildUnnamed5981() {
var o = <api.BuildBazelRemoteExecutionV2OutputSymlink>[];
o.add(buildBuildBazelRemoteExecutionV2OutputSymlink());
@@ -151,14 +122,30 @@
o[1] as api.BuildBazelRemoteExecutionV2OutputSymlink);
}
-core.List<api.BuildBazelRemoteExecutionV2OutputFile> buildUnnamed5982() {
+core.List<api.BuildBazelRemoteExecutionV2OutputSymlink> buildUnnamed5982() {
+ var o = <api.BuildBazelRemoteExecutionV2OutputSymlink>[];
+ o.add(buildBuildBazelRemoteExecutionV2OutputSymlink());
+ o.add(buildBuildBazelRemoteExecutionV2OutputSymlink());
+ return o;
+}
+
+void checkUnnamed5982(
+ core.List<api.BuildBazelRemoteExecutionV2OutputSymlink> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkBuildBazelRemoteExecutionV2OutputSymlink(
+ o[0] as api.BuildBazelRemoteExecutionV2OutputSymlink);
+ checkBuildBazelRemoteExecutionV2OutputSymlink(
+ o[1] as api.BuildBazelRemoteExecutionV2OutputSymlink);
+}
+
+core.List<api.BuildBazelRemoteExecutionV2OutputFile> buildUnnamed5983() {
var o = <api.BuildBazelRemoteExecutionV2OutputFile>[];
o.add(buildBuildBazelRemoteExecutionV2OutputFile());
o.add(buildBuildBazelRemoteExecutionV2OutputFile());
return o;
}
-void checkUnnamed5982(core.List<api.BuildBazelRemoteExecutionV2OutputFile> o) {
+void checkUnnamed5983(core.List<api.BuildBazelRemoteExecutionV2OutputFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildBazelRemoteExecutionV2OutputFile(
o[0] as api.BuildBazelRemoteExecutionV2OutputFile);
@@ -166,14 +153,14 @@
o[1] as api.BuildBazelRemoteExecutionV2OutputFile);
}
-core.List<api.BuildBazelRemoteExecutionV2OutputSymlink> buildUnnamed5983() {
+core.List<api.BuildBazelRemoteExecutionV2OutputSymlink> buildUnnamed5984() {
var o = <api.BuildBazelRemoteExecutionV2OutputSymlink>[];
o.add(buildBuildBazelRemoteExecutionV2OutputSymlink());
o.add(buildBuildBazelRemoteExecutionV2OutputSymlink());
return o;
}
-void checkUnnamed5983(
+void checkUnnamed5984(
core.List<api.BuildBazelRemoteExecutionV2OutputSymlink> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildBazelRemoteExecutionV2OutputSymlink(
@@ -191,11 +178,11 @@
o.executionMetadata =
buildBuildBazelRemoteExecutionV2ExecutedActionMetadata();
o.exitCode = 42;
- o.outputDirectories = buildUnnamed5979();
- o.outputDirectorySymlinks = buildUnnamed5980();
- o.outputFileSymlinks = buildUnnamed5981();
- o.outputFiles = buildUnnamed5982();
- o.outputSymlinks = buildUnnamed5983();
+ o.outputDirectories = buildUnnamed5980();
+ o.outputDirectorySymlinks = buildUnnamed5981();
+ o.outputFileSymlinks = buildUnnamed5982();
+ o.outputFiles = buildUnnamed5983();
+ o.outputSymlinks = buildUnnamed5984();
o.stderrDigest = buildBuildBazelRemoteExecutionV2Digest();
o.stderrRaw = 'foo';
o.stdoutDigest = buildBuildBazelRemoteExecutionV2Digest();
@@ -215,11 +202,11 @@
o.exitCode!,
unittest.equals(42),
);
- checkUnnamed5979(o.outputDirectories!);
- checkUnnamed5980(o.outputDirectorySymlinks!);
- checkUnnamed5981(o.outputFileSymlinks!);
- checkUnnamed5982(o.outputFiles!);
- checkUnnamed5983(o.outputSymlinks!);
+ checkUnnamed5980(o.outputDirectories!);
+ checkUnnamed5981(o.outputDirectorySymlinks!);
+ checkUnnamed5982(o.outputFileSymlinks!);
+ checkUnnamed5983(o.outputFiles!);
+ checkUnnamed5984(o.outputSymlinks!);
checkBuildBazelRemoteExecutionV2Digest(
o.stderrDigest! as api.BuildBazelRemoteExecutionV2Digest);
unittest.expect(
@@ -236,14 +223,14 @@
buildCounterBuildBazelRemoteExecutionV2ActionResult--;
}
-core.List<api.BuildBazelRemoteExecutionV2Digest> buildUnnamed5984() {
+core.List<api.BuildBazelRemoteExecutionV2Digest> buildUnnamed5985() {
var o = <api.BuildBazelRemoteExecutionV2Digest>[];
o.add(buildBuildBazelRemoteExecutionV2Digest());
o.add(buildBuildBazelRemoteExecutionV2Digest());
return o;
}
-void checkUnnamed5984(core.List<api.BuildBazelRemoteExecutionV2Digest> o) {
+void checkUnnamed5985(core.List<api.BuildBazelRemoteExecutionV2Digest> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildBazelRemoteExecutionV2Digest(
o[0] as api.BuildBazelRemoteExecutionV2Digest);
@@ -257,7 +244,7 @@
var o = api.BuildBazelRemoteExecutionV2BatchReadBlobsRequest();
buildCounterBuildBazelRemoteExecutionV2BatchReadBlobsRequest++;
if (buildCounterBuildBazelRemoteExecutionV2BatchReadBlobsRequest < 3) {
- o.digests = buildUnnamed5984();
+ o.digests = buildUnnamed5985();
}
buildCounterBuildBazelRemoteExecutionV2BatchReadBlobsRequest--;
return o;
@@ -267,20 +254,20 @@
api.BuildBazelRemoteExecutionV2BatchReadBlobsRequest o) {
buildCounterBuildBazelRemoteExecutionV2BatchReadBlobsRequest++;
if (buildCounterBuildBazelRemoteExecutionV2BatchReadBlobsRequest < 3) {
- checkUnnamed5984(o.digests!);
+ checkUnnamed5985(o.digests!);
}
buildCounterBuildBazelRemoteExecutionV2BatchReadBlobsRequest--;
}
core.List<api.BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse>
- buildUnnamed5985() {
+ buildUnnamed5986() {
var o = <api.BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse>[];
o.add(buildBuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse());
o.add(buildBuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse());
return o;
}
-void checkUnnamed5985(
+void checkUnnamed5986(
core.List<api.BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -296,7 +283,7 @@
var o = api.BuildBazelRemoteExecutionV2BatchReadBlobsResponse();
buildCounterBuildBazelRemoteExecutionV2BatchReadBlobsResponse++;
if (buildCounterBuildBazelRemoteExecutionV2BatchReadBlobsResponse < 3) {
- o.responses = buildUnnamed5985();
+ o.responses = buildUnnamed5986();
}
buildCounterBuildBazelRemoteExecutionV2BatchReadBlobsResponse--;
return o;
@@ -306,7 +293,7 @@
api.BuildBazelRemoteExecutionV2BatchReadBlobsResponse o) {
buildCounterBuildBazelRemoteExecutionV2BatchReadBlobsResponse++;
if (buildCounterBuildBazelRemoteExecutionV2BatchReadBlobsResponse < 3) {
- checkUnnamed5985(o.responses!);
+ checkUnnamed5986(o.responses!);
}
buildCounterBuildBazelRemoteExecutionV2BatchReadBlobsResponse--;
}
@@ -344,14 +331,14 @@
}
core.List<api.BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest>
- buildUnnamed5986() {
+ buildUnnamed5987() {
var o = <api.BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest>[];
o.add(buildBuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest());
o.add(buildBuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest());
return o;
}
-void checkUnnamed5986(
+void checkUnnamed5987(
core.List<api.BuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -367,7 +354,7 @@
var o = api.BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest();
buildCounterBuildBazelRemoteExecutionV2BatchUpdateBlobsRequest++;
if (buildCounterBuildBazelRemoteExecutionV2BatchUpdateBlobsRequest < 3) {
- o.requests = buildUnnamed5986();
+ o.requests = buildUnnamed5987();
}
buildCounterBuildBazelRemoteExecutionV2BatchUpdateBlobsRequest--;
return o;
@@ -377,7 +364,7 @@
api.BuildBazelRemoteExecutionV2BatchUpdateBlobsRequest o) {
buildCounterBuildBazelRemoteExecutionV2BatchUpdateBlobsRequest++;
if (buildCounterBuildBazelRemoteExecutionV2BatchUpdateBlobsRequest < 3) {
- checkUnnamed5986(o.requests!);
+ checkUnnamed5987(o.requests!);
}
buildCounterBuildBazelRemoteExecutionV2BatchUpdateBlobsRequest--;
}
@@ -413,14 +400,14 @@
}
core.List<api.BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse>
- buildUnnamed5987() {
+ buildUnnamed5988() {
var o = <api.BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse>[];
o.add(buildBuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse());
o.add(buildBuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse());
return o;
}
-void checkUnnamed5987(
+void checkUnnamed5988(
core.List<api.BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -436,7 +423,7 @@
var o = api.BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse();
buildCounterBuildBazelRemoteExecutionV2BatchUpdateBlobsResponse++;
if (buildCounterBuildBazelRemoteExecutionV2BatchUpdateBlobsResponse < 3) {
- o.responses = buildUnnamed5987();
+ o.responses = buildUnnamed5988();
}
buildCounterBuildBazelRemoteExecutionV2BatchUpdateBlobsResponse--;
return o;
@@ -446,7 +433,7 @@
api.BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse o) {
buildCounterBuildBazelRemoteExecutionV2BatchUpdateBlobsResponse++;
if (buildCounterBuildBazelRemoteExecutionV2BatchUpdateBlobsResponse < 3) {
- checkUnnamed5987(o.responses!);
+ checkUnnamed5988(o.responses!);
}
buildCounterBuildBazelRemoteExecutionV2BatchUpdateBlobsResponse--;
}
@@ -478,14 +465,14 @@
buildCounterBuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse--;
}
-core.List<core.String> buildUnnamed5988() {
+core.List<core.String> buildUnnamed5989() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5988(core.List<core.String> o) {
+void checkUnnamed5989(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -507,7 +494,7 @@
buildBuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities();
o.cachePriorityCapabilities =
buildBuildBazelRemoteExecutionV2PriorityCapabilities();
- o.digestFunction = buildUnnamed5988();
+ o.digestFunction = buildUnnamed5989();
o.maxBatchTotalSizeBytes = 'foo';
o.symlinkAbsolutePathStrategy = 'foo';
}
@@ -525,7 +512,7 @@
checkBuildBazelRemoteExecutionV2PriorityCapabilities(
o.cachePriorityCapabilities!
as api.BuildBazelRemoteExecutionV2PriorityCapabilities);
- checkUnnamed5988(o.digestFunction!);
+ checkUnnamed5989(o.digestFunction!);
unittest.expect(
o.maxBatchTotalSizeBytes!,
unittest.equals('foo'),
@@ -538,14 +525,14 @@
buildCounterBuildBazelRemoteExecutionV2CacheCapabilities--;
}
-core.List<core.String> buildUnnamed5989() {
+core.List<core.String> buildUnnamed5990() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5989(core.List<core.String> o) {
+void checkUnnamed5990(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -558,14 +545,14 @@
}
core.List<api.BuildBazelRemoteExecutionV2CommandEnvironmentVariable>
- buildUnnamed5990() {
+ buildUnnamed5991() {
var o = <api.BuildBazelRemoteExecutionV2CommandEnvironmentVariable>[];
o.add(buildBuildBazelRemoteExecutionV2CommandEnvironmentVariable());
o.add(buildBuildBazelRemoteExecutionV2CommandEnvironmentVariable());
return o;
}
-void checkUnnamed5990(
+void checkUnnamed5991(
core.List<api.BuildBazelRemoteExecutionV2CommandEnvironmentVariable> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildBazelRemoteExecutionV2CommandEnvironmentVariable(
@@ -574,25 +561,6 @@
o[1] as api.BuildBazelRemoteExecutionV2CommandEnvironmentVariable);
}
-core.List<core.String> buildUnnamed5991() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5991(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5992() {
var o = <core.String>[];
o.add('foo');
@@ -631,17 +599,56 @@
);
}
+core.List<core.String> buildUnnamed5994() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5994(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5995() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5995(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterBuildBazelRemoteExecutionV2Command = 0;
api.BuildBazelRemoteExecutionV2Command
buildBuildBazelRemoteExecutionV2Command() {
var o = api.BuildBazelRemoteExecutionV2Command();
buildCounterBuildBazelRemoteExecutionV2Command++;
if (buildCounterBuildBazelRemoteExecutionV2Command < 3) {
- o.arguments = buildUnnamed5989();
- o.environmentVariables = buildUnnamed5990();
- o.outputDirectories = buildUnnamed5991();
- o.outputFiles = buildUnnamed5992();
- o.outputPaths = buildUnnamed5993();
+ o.arguments = buildUnnamed5990();
+ o.environmentVariables = buildUnnamed5991();
+ o.outputDirectories = buildUnnamed5992();
+ o.outputFiles = buildUnnamed5993();
+ o.outputNodeProperties = buildUnnamed5994();
+ o.outputPaths = buildUnnamed5995();
o.platform = buildBuildBazelRemoteExecutionV2Platform();
o.workingDirectory = 'foo';
}
@@ -653,11 +660,12 @@
api.BuildBazelRemoteExecutionV2Command o) {
buildCounterBuildBazelRemoteExecutionV2Command++;
if (buildCounterBuildBazelRemoteExecutionV2Command < 3) {
- checkUnnamed5989(o.arguments!);
- checkUnnamed5990(o.environmentVariables!);
- checkUnnamed5991(o.outputDirectories!);
- checkUnnamed5992(o.outputFiles!);
- checkUnnamed5993(o.outputPaths!);
+ checkUnnamed5990(o.arguments!);
+ checkUnnamed5991(o.environmentVariables!);
+ checkUnnamed5992(o.outputDirectories!);
+ checkUnnamed5993(o.outputFiles!);
+ checkUnnamed5994(o.outputNodeProperties!);
+ checkUnnamed5995(o.outputPaths!);
checkBuildBazelRemoteExecutionV2Platform(
o.platform! as api.BuildBazelRemoteExecutionV2Platform);
unittest.expect(
@@ -725,14 +733,14 @@
buildCounterBuildBazelRemoteExecutionV2Digest--;
}
-core.List<api.BuildBazelRemoteExecutionV2DirectoryNode> buildUnnamed5994() {
+core.List<api.BuildBazelRemoteExecutionV2DirectoryNode> buildUnnamed5996() {
var o = <api.BuildBazelRemoteExecutionV2DirectoryNode>[];
o.add(buildBuildBazelRemoteExecutionV2DirectoryNode());
o.add(buildBuildBazelRemoteExecutionV2DirectoryNode());
return o;
}
-void checkUnnamed5994(
+void checkUnnamed5996(
core.List<api.BuildBazelRemoteExecutionV2DirectoryNode> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildBazelRemoteExecutionV2DirectoryNode(
@@ -741,14 +749,14 @@
o[1] as api.BuildBazelRemoteExecutionV2DirectoryNode);
}
-core.List<api.BuildBazelRemoteExecutionV2FileNode> buildUnnamed5995() {
+core.List<api.BuildBazelRemoteExecutionV2FileNode> buildUnnamed5997() {
var o = <api.BuildBazelRemoteExecutionV2FileNode>[];
o.add(buildBuildBazelRemoteExecutionV2FileNode());
o.add(buildBuildBazelRemoteExecutionV2FileNode());
return o;
}
-void checkUnnamed5995(core.List<api.BuildBazelRemoteExecutionV2FileNode> o) {
+void checkUnnamed5997(core.List<api.BuildBazelRemoteExecutionV2FileNode> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildBazelRemoteExecutionV2FileNode(
o[0] as api.BuildBazelRemoteExecutionV2FileNode);
@@ -756,30 +764,14 @@
o[1] as api.BuildBazelRemoteExecutionV2FileNode);
}
-core.List<api.BuildBazelRemoteExecutionV2NodeProperty> buildUnnamed5996() {
- var o = <api.BuildBazelRemoteExecutionV2NodeProperty>[];
- o.add(buildBuildBazelRemoteExecutionV2NodeProperty());
- o.add(buildBuildBazelRemoteExecutionV2NodeProperty());
- return o;
-}
-
-void checkUnnamed5996(
- core.List<api.BuildBazelRemoteExecutionV2NodeProperty> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkBuildBazelRemoteExecutionV2NodeProperty(
- o[0] as api.BuildBazelRemoteExecutionV2NodeProperty);
- checkBuildBazelRemoteExecutionV2NodeProperty(
- o[1] as api.BuildBazelRemoteExecutionV2NodeProperty);
-}
-
-core.List<api.BuildBazelRemoteExecutionV2SymlinkNode> buildUnnamed5997() {
+core.List<api.BuildBazelRemoteExecutionV2SymlinkNode> buildUnnamed5998() {
var o = <api.BuildBazelRemoteExecutionV2SymlinkNode>[];
o.add(buildBuildBazelRemoteExecutionV2SymlinkNode());
o.add(buildBuildBazelRemoteExecutionV2SymlinkNode());
return o;
}
-void checkUnnamed5997(core.List<api.BuildBazelRemoteExecutionV2SymlinkNode> o) {
+void checkUnnamed5998(core.List<api.BuildBazelRemoteExecutionV2SymlinkNode> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildBazelRemoteExecutionV2SymlinkNode(
o[0] as api.BuildBazelRemoteExecutionV2SymlinkNode);
@@ -793,10 +785,10 @@
var o = api.BuildBazelRemoteExecutionV2Directory();
buildCounterBuildBazelRemoteExecutionV2Directory++;
if (buildCounterBuildBazelRemoteExecutionV2Directory < 3) {
- o.directories = buildUnnamed5994();
- o.files = buildUnnamed5995();
- o.nodeProperties = buildUnnamed5996();
- o.symlinks = buildUnnamed5997();
+ o.directories = buildUnnamed5996();
+ o.files = buildUnnamed5997();
+ o.nodeProperties = buildBuildBazelRemoteExecutionV2NodeProperties();
+ o.symlinks = buildUnnamed5998();
}
buildCounterBuildBazelRemoteExecutionV2Directory--;
return o;
@@ -806,10 +798,11 @@
api.BuildBazelRemoteExecutionV2Directory o) {
buildCounterBuildBazelRemoteExecutionV2Directory++;
if (buildCounterBuildBazelRemoteExecutionV2Directory < 3) {
- checkUnnamed5994(o.directories!);
- checkUnnamed5995(o.files!);
- checkUnnamed5996(o.nodeProperties!);
- checkUnnamed5997(o.symlinks!);
+ checkUnnamed5996(o.directories!);
+ checkUnnamed5997(o.files!);
+ checkBuildBazelRemoteExecutionV2NodeProperties(
+ o.nodeProperties! as api.BuildBazelRemoteExecutionV2NodeProperties);
+ checkUnnamed5998(o.symlinks!);
}
buildCounterBuildBazelRemoteExecutionV2Directory--;
}
@@ -909,14 +902,14 @@
}
core.Map<core.String, api.BuildBazelRemoteExecutionV2LogFile>
- buildUnnamed5998() {
+ buildUnnamed5999() {
var o = <core.String, api.BuildBazelRemoteExecutionV2LogFile>{};
o['x'] = buildBuildBazelRemoteExecutionV2LogFile();
o['y'] = buildBuildBazelRemoteExecutionV2LogFile();
return o;
}
-void checkUnnamed5998(
+void checkUnnamed5999(
core.Map<core.String, api.BuildBazelRemoteExecutionV2LogFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildBazelRemoteExecutionV2LogFile(
@@ -934,7 +927,7 @@
o.cachedResult = true;
o.message = 'foo';
o.result = buildBuildBazelRemoteExecutionV2ActionResult();
- o.serverLogs = buildUnnamed5998();
+ o.serverLogs = buildUnnamed5999();
o.status = buildGoogleRpcStatus();
}
buildCounterBuildBazelRemoteExecutionV2ExecuteResponse--;
@@ -952,18 +945,79 @@
);
checkBuildBazelRemoteExecutionV2ActionResult(
o.result! as api.BuildBazelRemoteExecutionV2ActionResult);
- checkUnnamed5998(o.serverLogs!);
+ checkUnnamed5999(o.serverLogs!);
checkGoogleRpcStatus(o.status! as api.GoogleRpcStatus);
}
buildCounterBuildBazelRemoteExecutionV2ExecuteResponse--;
}
+core.Map<core.String, core.Object> buildUnnamed6000() {
+ var o = <core.String, core.Object>{};
+ o['x'] = {
+ 'list': [1, 2, 3],
+ 'bool': true,
+ 'string': 'foo'
+ };
+ o['y'] = {
+ 'list': [1, 2, 3],
+ 'bool': true,
+ 'string': 'foo'
+ };
+ return o;
+}
+
+void checkUnnamed6000(core.Map<core.String, core.Object> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ var casted1 = (o['x']!) as core.Map;
+ unittest.expect(casted1, unittest.hasLength(3));
+ unittest.expect(
+ casted1['list'],
+ unittest.equals([1, 2, 3]),
+ );
+ unittest.expect(
+ casted1['bool'],
+ unittest.equals(true),
+ );
+ unittest.expect(
+ casted1['string'],
+ unittest.equals('foo'),
+ );
+ var casted2 = (o['y']!) as core.Map;
+ unittest.expect(casted2, unittest.hasLength(3));
+ unittest.expect(
+ casted2['list'],
+ unittest.equals([1, 2, 3]),
+ );
+ unittest.expect(
+ casted2['bool'],
+ unittest.equals(true),
+ );
+ unittest.expect(
+ casted2['string'],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.Map<core.String, core.Object>> buildUnnamed6001() {
+ var o = <core.Map<core.String, core.Object>>[];
+ o.add(buildUnnamed6000());
+ o.add(buildUnnamed6000());
+ return o;
+}
+
+void checkUnnamed6001(core.List<core.Map<core.String, core.Object>> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkUnnamed6000(o[0]);
+ checkUnnamed6000(o[1]);
+}
+
core.int buildCounterBuildBazelRemoteExecutionV2ExecutedActionMetadata = 0;
api.BuildBazelRemoteExecutionV2ExecutedActionMetadata
buildBuildBazelRemoteExecutionV2ExecutedActionMetadata() {
var o = api.BuildBazelRemoteExecutionV2ExecutedActionMetadata();
buildCounterBuildBazelRemoteExecutionV2ExecutedActionMetadata++;
if (buildCounterBuildBazelRemoteExecutionV2ExecutedActionMetadata < 3) {
+ o.auxiliaryMetadata = buildUnnamed6001();
o.executionCompletedTimestamp = 'foo';
o.executionStartTimestamp = 'foo';
o.inputFetchCompletedTimestamp = 'foo';
@@ -983,6 +1037,7 @@
api.BuildBazelRemoteExecutionV2ExecutedActionMetadata o) {
buildCounterBuildBazelRemoteExecutionV2ExecutedActionMetadata++;
if (buildCounterBuildBazelRemoteExecutionV2ExecutedActionMetadata < 3) {
+ checkUnnamed6001(o.auxiliaryMetadata!);
unittest.expect(
o.executionCompletedTimestamp!,
unittest.equals('foo'),
@@ -1027,14 +1082,14 @@
buildCounterBuildBazelRemoteExecutionV2ExecutedActionMetadata--;
}
-core.List<core.String> buildUnnamed5999() {
+core.List<core.String> buildUnnamed6002() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5999(core.List<core.String> o) {
+void checkUnnamed6002(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1056,7 +1111,7 @@
o.execEnabled = true;
o.executionPriorityCapabilities =
buildBuildBazelRemoteExecutionV2PriorityCapabilities();
- o.supportedNodeProperties = buildUnnamed5999();
+ o.supportedNodeProperties = buildUnnamed6002();
}
buildCounterBuildBazelRemoteExecutionV2ExecutionCapabilities--;
return o;
@@ -1074,7 +1129,7 @@
checkBuildBazelRemoteExecutionV2PriorityCapabilities(
o.executionPriorityCapabilities!
as api.BuildBazelRemoteExecutionV2PriorityCapabilities);
- checkUnnamed5999(o.supportedNodeProperties!);
+ checkUnnamed6002(o.supportedNodeProperties!);
}
buildCounterBuildBazelRemoteExecutionV2ExecutionCapabilities--;
}
@@ -1103,22 +1158,6 @@
buildCounterBuildBazelRemoteExecutionV2ExecutionPolicy--;
}
-core.List<api.BuildBazelRemoteExecutionV2NodeProperty> buildUnnamed6000() {
- var o = <api.BuildBazelRemoteExecutionV2NodeProperty>[];
- o.add(buildBuildBazelRemoteExecutionV2NodeProperty());
- o.add(buildBuildBazelRemoteExecutionV2NodeProperty());
- return o;
-}
-
-void checkUnnamed6000(
- core.List<api.BuildBazelRemoteExecutionV2NodeProperty> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkBuildBazelRemoteExecutionV2NodeProperty(
- o[0] as api.BuildBazelRemoteExecutionV2NodeProperty);
- checkBuildBazelRemoteExecutionV2NodeProperty(
- o[1] as api.BuildBazelRemoteExecutionV2NodeProperty);
-}
-
core.int buildCounterBuildBazelRemoteExecutionV2FileNode = 0;
api.BuildBazelRemoteExecutionV2FileNode
buildBuildBazelRemoteExecutionV2FileNode() {
@@ -1128,7 +1167,7 @@
o.digest = buildBuildBazelRemoteExecutionV2Digest();
o.isExecutable = true;
o.name = 'foo';
- o.nodeProperties = buildUnnamed6000();
+ o.nodeProperties = buildBuildBazelRemoteExecutionV2NodeProperties();
}
buildCounterBuildBazelRemoteExecutionV2FileNode--;
return o;
@@ -1145,19 +1184,20 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6000(o.nodeProperties!);
+ checkBuildBazelRemoteExecutionV2NodeProperties(
+ o.nodeProperties! as api.BuildBazelRemoteExecutionV2NodeProperties);
}
buildCounterBuildBazelRemoteExecutionV2FileNode--;
}
-core.List<api.BuildBazelRemoteExecutionV2Digest> buildUnnamed6001() {
+core.List<api.BuildBazelRemoteExecutionV2Digest> buildUnnamed6003() {
var o = <api.BuildBazelRemoteExecutionV2Digest>[];
o.add(buildBuildBazelRemoteExecutionV2Digest());
o.add(buildBuildBazelRemoteExecutionV2Digest());
return o;
}
-void checkUnnamed6001(core.List<api.BuildBazelRemoteExecutionV2Digest> o) {
+void checkUnnamed6003(core.List<api.BuildBazelRemoteExecutionV2Digest> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildBazelRemoteExecutionV2Digest(
o[0] as api.BuildBazelRemoteExecutionV2Digest);
@@ -1171,7 +1211,7 @@
var o = api.BuildBazelRemoteExecutionV2FindMissingBlobsRequest();
buildCounterBuildBazelRemoteExecutionV2FindMissingBlobsRequest++;
if (buildCounterBuildBazelRemoteExecutionV2FindMissingBlobsRequest < 3) {
- o.blobDigests = buildUnnamed6001();
+ o.blobDigests = buildUnnamed6003();
}
buildCounterBuildBazelRemoteExecutionV2FindMissingBlobsRequest--;
return o;
@@ -1181,19 +1221,19 @@
api.BuildBazelRemoteExecutionV2FindMissingBlobsRequest o) {
buildCounterBuildBazelRemoteExecutionV2FindMissingBlobsRequest++;
if (buildCounterBuildBazelRemoteExecutionV2FindMissingBlobsRequest < 3) {
- checkUnnamed6001(o.blobDigests!);
+ checkUnnamed6003(o.blobDigests!);
}
buildCounterBuildBazelRemoteExecutionV2FindMissingBlobsRequest--;
}
-core.List<api.BuildBazelRemoteExecutionV2Digest> buildUnnamed6002() {
+core.List<api.BuildBazelRemoteExecutionV2Digest> buildUnnamed6004() {
var o = <api.BuildBazelRemoteExecutionV2Digest>[];
o.add(buildBuildBazelRemoteExecutionV2Digest());
o.add(buildBuildBazelRemoteExecutionV2Digest());
return o;
}
-void checkUnnamed6002(core.List<api.BuildBazelRemoteExecutionV2Digest> o) {
+void checkUnnamed6004(core.List<api.BuildBazelRemoteExecutionV2Digest> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildBazelRemoteExecutionV2Digest(
o[0] as api.BuildBazelRemoteExecutionV2Digest);
@@ -1207,7 +1247,7 @@
var o = api.BuildBazelRemoteExecutionV2FindMissingBlobsResponse();
buildCounterBuildBazelRemoteExecutionV2FindMissingBlobsResponse++;
if (buildCounterBuildBazelRemoteExecutionV2FindMissingBlobsResponse < 3) {
- o.missingBlobDigests = buildUnnamed6002();
+ o.missingBlobDigests = buildUnnamed6004();
}
buildCounterBuildBazelRemoteExecutionV2FindMissingBlobsResponse--;
return o;
@@ -1217,19 +1257,19 @@
api.BuildBazelRemoteExecutionV2FindMissingBlobsResponse o) {
buildCounterBuildBazelRemoteExecutionV2FindMissingBlobsResponse++;
if (buildCounterBuildBazelRemoteExecutionV2FindMissingBlobsResponse < 3) {
- checkUnnamed6002(o.missingBlobDigests!);
+ checkUnnamed6004(o.missingBlobDigests!);
}
buildCounterBuildBazelRemoteExecutionV2FindMissingBlobsResponse--;
}
-core.List<api.BuildBazelRemoteExecutionV2Directory> buildUnnamed6003() {
+core.List<api.BuildBazelRemoteExecutionV2Directory> buildUnnamed6005() {
var o = <api.BuildBazelRemoteExecutionV2Directory>[];
o.add(buildBuildBazelRemoteExecutionV2Directory());
o.add(buildBuildBazelRemoteExecutionV2Directory());
return o;
}
-void checkUnnamed6003(core.List<api.BuildBazelRemoteExecutionV2Directory> o) {
+void checkUnnamed6005(core.List<api.BuildBazelRemoteExecutionV2Directory> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildBazelRemoteExecutionV2Directory(
o[0] as api.BuildBazelRemoteExecutionV2Directory);
@@ -1243,7 +1283,7 @@
var o = api.BuildBazelRemoteExecutionV2GetTreeResponse();
buildCounterBuildBazelRemoteExecutionV2GetTreeResponse++;
if (buildCounterBuildBazelRemoteExecutionV2GetTreeResponse < 3) {
- o.directories = buildUnnamed6003();
+ o.directories = buildUnnamed6005();
o.nextPageToken = 'foo';
}
buildCounterBuildBazelRemoteExecutionV2GetTreeResponse--;
@@ -1254,7 +1294,7 @@
api.BuildBazelRemoteExecutionV2GetTreeResponse o) {
buildCounterBuildBazelRemoteExecutionV2GetTreeResponse++;
if (buildCounterBuildBazelRemoteExecutionV2GetTreeResponse < 3) {
- checkUnnamed6003(o.directories!);
+ checkUnnamed6005(o.directories!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1287,6 +1327,53 @@
buildCounterBuildBazelRemoteExecutionV2LogFile--;
}
+core.List<api.BuildBazelRemoteExecutionV2NodeProperty> buildUnnamed6006() {
+ var o = <api.BuildBazelRemoteExecutionV2NodeProperty>[];
+ o.add(buildBuildBazelRemoteExecutionV2NodeProperty());
+ o.add(buildBuildBazelRemoteExecutionV2NodeProperty());
+ return o;
+}
+
+void checkUnnamed6006(
+ core.List<api.BuildBazelRemoteExecutionV2NodeProperty> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkBuildBazelRemoteExecutionV2NodeProperty(
+ o[0] as api.BuildBazelRemoteExecutionV2NodeProperty);
+ checkBuildBazelRemoteExecutionV2NodeProperty(
+ o[1] as api.BuildBazelRemoteExecutionV2NodeProperty);
+}
+
+core.int buildCounterBuildBazelRemoteExecutionV2NodeProperties = 0;
+api.BuildBazelRemoteExecutionV2NodeProperties
+ buildBuildBazelRemoteExecutionV2NodeProperties() {
+ var o = api.BuildBazelRemoteExecutionV2NodeProperties();
+ buildCounterBuildBazelRemoteExecutionV2NodeProperties++;
+ if (buildCounterBuildBazelRemoteExecutionV2NodeProperties < 3) {
+ o.mtime = 'foo';
+ o.properties = buildUnnamed6006();
+ o.unixMode = 42;
+ }
+ buildCounterBuildBazelRemoteExecutionV2NodeProperties--;
+ return o;
+}
+
+void checkBuildBazelRemoteExecutionV2NodeProperties(
+ api.BuildBazelRemoteExecutionV2NodeProperties o) {
+ buildCounterBuildBazelRemoteExecutionV2NodeProperties++;
+ if (buildCounterBuildBazelRemoteExecutionV2NodeProperties < 3) {
+ unittest.expect(
+ o.mtime!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed6006(o.properties!);
+ unittest.expect(
+ o.unixMode!,
+ unittest.equals(42),
+ );
+ }
+ buildCounterBuildBazelRemoteExecutionV2NodeProperties--;
+}
+
core.int buildCounterBuildBazelRemoteExecutionV2NodeProperty = 0;
api.BuildBazelRemoteExecutionV2NodeProperty
buildBuildBazelRemoteExecutionV2NodeProperty() {
@@ -1343,22 +1430,6 @@
buildCounterBuildBazelRemoteExecutionV2OutputDirectory--;
}
-core.List<api.BuildBazelRemoteExecutionV2NodeProperty> buildUnnamed6004() {
- var o = <api.BuildBazelRemoteExecutionV2NodeProperty>[];
- o.add(buildBuildBazelRemoteExecutionV2NodeProperty());
- o.add(buildBuildBazelRemoteExecutionV2NodeProperty());
- return o;
-}
-
-void checkUnnamed6004(
- core.List<api.BuildBazelRemoteExecutionV2NodeProperty> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkBuildBazelRemoteExecutionV2NodeProperty(
- o[0] as api.BuildBazelRemoteExecutionV2NodeProperty);
- checkBuildBazelRemoteExecutionV2NodeProperty(
- o[1] as api.BuildBazelRemoteExecutionV2NodeProperty);
-}
-
core.int buildCounterBuildBazelRemoteExecutionV2OutputFile = 0;
api.BuildBazelRemoteExecutionV2OutputFile
buildBuildBazelRemoteExecutionV2OutputFile() {
@@ -1368,7 +1439,7 @@
o.contents = 'foo';
o.digest = buildBuildBazelRemoteExecutionV2Digest();
o.isExecutable = true;
- o.nodeProperties = buildUnnamed6004();
+ o.nodeProperties = buildBuildBazelRemoteExecutionV2NodeProperties();
o.path = 'foo';
}
buildCounterBuildBazelRemoteExecutionV2OutputFile--;
@@ -1386,7 +1457,8 @@
checkBuildBazelRemoteExecutionV2Digest(
o.digest! as api.BuildBazelRemoteExecutionV2Digest);
unittest.expect(o.isExecutable!, unittest.isTrue);
- checkUnnamed6004(o.nodeProperties!);
+ checkBuildBazelRemoteExecutionV2NodeProperties(
+ o.nodeProperties! as api.BuildBazelRemoteExecutionV2NodeProperties);
unittest.expect(
o.path!,
unittest.equals('foo'),
@@ -1395,29 +1467,13 @@
buildCounterBuildBazelRemoteExecutionV2OutputFile--;
}
-core.List<api.BuildBazelRemoteExecutionV2NodeProperty> buildUnnamed6005() {
- var o = <api.BuildBazelRemoteExecutionV2NodeProperty>[];
- o.add(buildBuildBazelRemoteExecutionV2NodeProperty());
- o.add(buildBuildBazelRemoteExecutionV2NodeProperty());
- return o;
-}
-
-void checkUnnamed6005(
- core.List<api.BuildBazelRemoteExecutionV2NodeProperty> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkBuildBazelRemoteExecutionV2NodeProperty(
- o[0] as api.BuildBazelRemoteExecutionV2NodeProperty);
- checkBuildBazelRemoteExecutionV2NodeProperty(
- o[1] as api.BuildBazelRemoteExecutionV2NodeProperty);
-}
-
core.int buildCounterBuildBazelRemoteExecutionV2OutputSymlink = 0;
api.BuildBazelRemoteExecutionV2OutputSymlink
buildBuildBazelRemoteExecutionV2OutputSymlink() {
var o = api.BuildBazelRemoteExecutionV2OutputSymlink();
buildCounterBuildBazelRemoteExecutionV2OutputSymlink++;
if (buildCounterBuildBazelRemoteExecutionV2OutputSymlink < 3) {
- o.nodeProperties = buildUnnamed6005();
+ o.nodeProperties = buildBuildBazelRemoteExecutionV2NodeProperties();
o.path = 'foo';
o.target = 'foo';
}
@@ -1429,7 +1485,8 @@
api.BuildBazelRemoteExecutionV2OutputSymlink o) {
buildCounterBuildBazelRemoteExecutionV2OutputSymlink++;
if (buildCounterBuildBazelRemoteExecutionV2OutputSymlink < 3) {
- checkUnnamed6005(o.nodeProperties!);
+ checkBuildBazelRemoteExecutionV2NodeProperties(
+ o.nodeProperties! as api.BuildBazelRemoteExecutionV2NodeProperties);
unittest.expect(
o.path!,
unittest.equals('foo'),
@@ -1442,14 +1499,14 @@
buildCounterBuildBazelRemoteExecutionV2OutputSymlink--;
}
-core.List<api.BuildBazelRemoteExecutionV2PlatformProperty> buildUnnamed6006() {
+core.List<api.BuildBazelRemoteExecutionV2PlatformProperty> buildUnnamed6007() {
var o = <api.BuildBazelRemoteExecutionV2PlatformProperty>[];
o.add(buildBuildBazelRemoteExecutionV2PlatformProperty());
o.add(buildBuildBazelRemoteExecutionV2PlatformProperty());
return o;
}
-void checkUnnamed6006(
+void checkUnnamed6007(
core.List<api.BuildBazelRemoteExecutionV2PlatformProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildBazelRemoteExecutionV2PlatformProperty(
@@ -1464,7 +1521,7 @@
var o = api.BuildBazelRemoteExecutionV2Platform();
buildCounterBuildBazelRemoteExecutionV2Platform++;
if (buildCounterBuildBazelRemoteExecutionV2Platform < 3) {
- o.properties = buildUnnamed6006();
+ o.properties = buildUnnamed6007();
}
buildCounterBuildBazelRemoteExecutionV2Platform--;
return o;
@@ -1474,7 +1531,7 @@
api.BuildBazelRemoteExecutionV2Platform o) {
buildCounterBuildBazelRemoteExecutionV2Platform++;
if (buildCounterBuildBazelRemoteExecutionV2Platform < 3) {
- checkUnnamed6006(o.properties!);
+ checkUnnamed6007(o.properties!);
}
buildCounterBuildBazelRemoteExecutionV2Platform--;
}
@@ -1509,14 +1566,14 @@
}
core.List<api.BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange>
- buildUnnamed6007() {
+ buildUnnamed6008() {
var o = <api.BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange>[];
o.add(buildBuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange());
o.add(buildBuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange());
return o;
}
-void checkUnnamed6007(
+void checkUnnamed6008(
core.List<api.BuildBazelRemoteExecutionV2PriorityCapabilitiesPriorityRange>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -1532,7 +1589,7 @@
var o = api.BuildBazelRemoteExecutionV2PriorityCapabilities();
buildCounterBuildBazelRemoteExecutionV2PriorityCapabilities++;
if (buildCounterBuildBazelRemoteExecutionV2PriorityCapabilities < 3) {
- o.priorities = buildUnnamed6007();
+ o.priorities = buildUnnamed6008();
}
buildCounterBuildBazelRemoteExecutionV2PriorityCapabilities--;
return o;
@@ -1542,7 +1599,7 @@
api.BuildBazelRemoteExecutionV2PriorityCapabilities o) {
buildCounterBuildBazelRemoteExecutionV2PriorityCapabilities++;
if (buildCounterBuildBazelRemoteExecutionV2PriorityCapabilities < 3) {
- checkUnnamed6007(o.priorities!);
+ checkUnnamed6008(o.priorities!);
}
buildCounterBuildBazelRemoteExecutionV2PriorityCapabilities--;
}
@@ -1676,22 +1733,6 @@
buildCounterBuildBazelRemoteExecutionV2ServerCapabilities--;
}
-core.List<api.BuildBazelRemoteExecutionV2NodeProperty> buildUnnamed6008() {
- var o = <api.BuildBazelRemoteExecutionV2NodeProperty>[];
- o.add(buildBuildBazelRemoteExecutionV2NodeProperty());
- o.add(buildBuildBazelRemoteExecutionV2NodeProperty());
- return o;
-}
-
-void checkUnnamed6008(
- core.List<api.BuildBazelRemoteExecutionV2NodeProperty> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkBuildBazelRemoteExecutionV2NodeProperty(
- o[0] as api.BuildBazelRemoteExecutionV2NodeProperty);
- checkBuildBazelRemoteExecutionV2NodeProperty(
- o[1] as api.BuildBazelRemoteExecutionV2NodeProperty);
-}
-
core.int buildCounterBuildBazelRemoteExecutionV2SymlinkNode = 0;
api.BuildBazelRemoteExecutionV2SymlinkNode
buildBuildBazelRemoteExecutionV2SymlinkNode() {
@@ -1699,7 +1740,7 @@
buildCounterBuildBazelRemoteExecutionV2SymlinkNode++;
if (buildCounterBuildBazelRemoteExecutionV2SymlinkNode < 3) {
o.name = 'foo';
- o.nodeProperties = buildUnnamed6008();
+ o.nodeProperties = buildBuildBazelRemoteExecutionV2NodeProperties();
o.target = 'foo';
}
buildCounterBuildBazelRemoteExecutionV2SymlinkNode--;
@@ -1714,7 +1755,8 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6008(o.nodeProperties!);
+ checkBuildBazelRemoteExecutionV2NodeProperties(
+ o.nodeProperties! as api.BuildBazelRemoteExecutionV2NodeProperties);
unittest.expect(
o.target!,
unittest.equals('foo'),
@@ -1850,6 +1892,7 @@
var o = api.GoogleDevtoolsRemotebuildbotCommandDurations();
buildCounterGoogleDevtoolsRemotebuildbotCommandDurations++;
if (buildCounterGoogleDevtoolsRemotebuildbotCommandDurations < 3) {
+ o.casRelease = 'foo';
o.cmWaitForAssignment = 'foo';
o.dockerPrep = 'foo';
o.dockerPrepStartTime = 'foo';
@@ -1872,6 +1915,10 @@
buildCounterGoogleDevtoolsRemotebuildbotCommandDurations++;
if (buildCounterGoogleDevtoolsRemotebuildbotCommandDurations < 3) {
unittest.expect(
+ o.casRelease!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
o.cmWaitForAssignment!,
unittest.equals('foo'),
);
@@ -2967,32 +3014,32 @@
void checkUnnamed6014(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
- var casted1 = (o['x']!) as core.Map;
- unittest.expect(casted1, unittest.hasLength(3));
+ var casted3 = (o['x']!) as core.Map;
+ unittest.expect(casted3, unittest.hasLength(3));
unittest.expect(
- casted1['list'],
+ casted3['list'],
unittest.equals([1, 2, 3]),
);
unittest.expect(
- casted1['bool'],
+ casted3['bool'],
unittest.equals(true),
);
unittest.expect(
- casted1['string'],
+ casted3['string'],
unittest.equals('foo'),
);
- var casted2 = (o['y']!) as core.Map;
- unittest.expect(casted2, unittest.hasLength(3));
+ var casted4 = (o['y']!) as core.Map;
+ unittest.expect(casted4, unittest.hasLength(3));
unittest.expect(
- casted2['list'],
+ casted4['list'],
unittest.equals([1, 2, 3]),
);
unittest.expect(
- casted2['bool'],
+ casted4['bool'],
unittest.equals(true),
);
unittest.expect(
- casted2['string'],
+ casted4['string'],
unittest.equals('foo'),
);
}
@@ -3491,53 +3538,6 @@
void checkUnnamed6024(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
- var casted3 = (o['x']!) as core.Map;
- unittest.expect(casted3, unittest.hasLength(3));
- unittest.expect(
- casted3['list'],
- unittest.equals([1, 2, 3]),
- );
- unittest.expect(
- casted3['bool'],
- unittest.equals(true),
- );
- unittest.expect(
- casted3['string'],
- unittest.equals('foo'),
- );
- var casted4 = (o['y']!) as core.Map;
- unittest.expect(casted4, unittest.hasLength(3));
- unittest.expect(
- casted4['list'],
- unittest.equals([1, 2, 3]),
- );
- unittest.expect(
- casted4['bool'],
- unittest.equals(true),
- );
- unittest.expect(
- casted4['string'],
- unittest.equals('foo'),
- );
-}
-
-core.Map<core.String, core.Object> buildUnnamed6025() {
- var o = <core.String, core.Object>{};
- o['x'] = {
- 'list': [1, 2, 3],
- 'bool': true,
- 'string': 'foo'
- };
- o['y'] = {
- 'list': [1, 2, 3],
- 'bool': true,
- 'string': 'foo'
- };
- return o;
-}
-
-void checkUnnamed6025(core.Map<core.String, core.Object> o) {
- unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
unittest.expect(
@@ -3568,6 +3568,53 @@
);
}
+core.Map<core.String, core.Object> buildUnnamed6025() {
+ var o = <core.String, core.Object>{};
+ o['x'] = {
+ 'list': [1, 2, 3],
+ 'bool': true,
+ 'string': 'foo'
+ };
+ o['y'] = {
+ 'list': [1, 2, 3],
+ 'bool': true,
+ 'string': 'foo'
+ };
+ return o;
+}
+
+void checkUnnamed6025(core.Map<core.String, core.Object> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ var casted7 = (o['x']!) as core.Map;
+ unittest.expect(casted7, unittest.hasLength(3));
+ unittest.expect(
+ casted7['list'],
+ unittest.equals([1, 2, 3]),
+ );
+ unittest.expect(
+ casted7['bool'],
+ unittest.equals(true),
+ );
+ unittest.expect(
+ casted7['string'],
+ unittest.equals('foo'),
+ );
+ var casted8 = (o['y']!) as core.Map;
+ unittest.expect(casted8, unittest.hasLength(3));
+ unittest.expect(
+ casted8['list'],
+ unittest.equals([1, 2, 3]),
+ );
+ unittest.expect(
+ casted8['bool'],
+ unittest.equals(true),
+ );
+ unittest.expect(
+ casted8['string'],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleLongrunningOperation = 0;
api.GoogleLongrunningOperation buildGoogleLongrunningOperation() {
var o = api.GoogleLongrunningOperation();
@@ -3615,32 +3662,32 @@
void checkUnnamed6026(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
- var casted7 = (o['x']!) as core.Map;
- unittest.expect(casted7, unittest.hasLength(3));
+ var casted9 = (o['x']!) as core.Map;
+ unittest.expect(casted9, unittest.hasLength(3));
unittest.expect(
- casted7['list'],
+ casted9['list'],
unittest.equals([1, 2, 3]),
);
unittest.expect(
- casted7['bool'],
+ casted9['bool'],
unittest.equals(true),
);
unittest.expect(
- casted7['string'],
+ casted9['string'],
unittest.equals('foo'),
);
- var casted8 = (o['y']!) as core.Map;
- unittest.expect(casted8, unittest.hasLength(3));
+ var casted10 = (o['y']!) as core.Map;
+ unittest.expect(casted10, unittest.hasLength(3));
unittest.expect(
- casted8['list'],
+ casted10['list'],
unittest.equals([1, 2, 3]),
);
unittest.expect(
- casted8['bool'],
+ casted10['bool'],
unittest.equals(true),
);
unittest.expect(
- casted8['string'],
+ casted10['string'],
unittest.equals('foo'),
);
}
@@ -4025,6 +4072,17 @@
});
});
+ unittest.group('obj-schema-BuildBazelRemoteExecutionV2NodeProperties', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildBuildBazelRemoteExecutionV2NodeProperties();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.BuildBazelRemoteExecutionV2NodeProperties.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkBuildBazelRemoteExecutionV2NodeProperties(
+ od as api.BuildBazelRemoteExecutionV2NodeProperties);
+ });
+ });
+
unittest.group('obj-schema-BuildBazelRemoteExecutionV2NodeProperty', () {
unittest.test('to-json--from-json', () async {
var o = buildBuildBazelRemoteExecutionV2NodeProperty();
diff --git a/generated/googleapis/test/reseller/v1_test.dart b/generated/googleapis/test/reseller/v1_test.dart
index 58d36fd..5e29159 100644
--- a/generated/googleapis/test/reseller/v1_test.dart
+++ b/generated/googleapis/test/reseller/v1_test.dart
@@ -211,14 +211,14 @@
buildCounterRenewalSettings--;
}
-core.List<core.String> buildUnnamed3857() {
+core.List<core.String> buildUnnamed3858() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3857(core.List<core.String> o) {
+void checkUnnamed3858(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -236,7 +236,7 @@
var o = api.ResellernotifyGetwatchdetailsResponse();
buildCounterResellernotifyGetwatchdetailsResponse++;
if (buildCounterResellernotifyGetwatchdetailsResponse < 3) {
- o.serviceAccountEmailAddresses = buildUnnamed3857();
+ o.serviceAccountEmailAddresses = buildUnnamed3858();
o.topicName = 'foo';
}
buildCounterResellernotifyGetwatchdetailsResponse--;
@@ -247,7 +247,7 @@
api.ResellernotifyGetwatchdetailsResponse o) {
buildCounterResellernotifyGetwatchdetailsResponse++;
if (buildCounterResellernotifyGetwatchdetailsResponse < 3) {
- checkUnnamed3857(o.serviceAccountEmailAddresses!);
+ checkUnnamed3858(o.serviceAccountEmailAddresses!);
unittest.expect(
o.topicName!,
unittest.equals('foo'),
@@ -371,14 +371,14 @@
buildCounterSubscriptionPlan--;
}
-core.List<core.String> buildUnnamed3858() {
+core.List<core.String> buildUnnamed3859() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3858(core.List<core.String> o) {
+void checkUnnamed3859(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -461,7 +461,7 @@
o.skuName = 'foo';
o.status = 'foo';
o.subscriptionId = 'foo';
- o.suspensionReasons = buildUnnamed3858();
+ o.suspensionReasons = buildUnnamed3859();
o.transferInfo = buildSubscriptionTransferInfo();
o.trialSettings = buildSubscriptionTrialSettings();
}
@@ -523,7 +523,7 @@
o.subscriptionId!,
unittest.equals('foo'),
);
- checkUnnamed3858(o.suspensionReasons!);
+ checkUnnamed3859(o.suspensionReasons!);
checkSubscriptionTransferInfo(
o.transferInfo! as api.SubscriptionTransferInfo);
checkSubscriptionTrialSettings(
@@ -532,14 +532,14 @@
buildCounterSubscription--;
}
-core.List<api.Subscription> buildUnnamed3859() {
+core.List<api.Subscription> buildUnnamed3860() {
var o = <api.Subscription>[];
o.add(buildSubscription());
o.add(buildSubscription());
return o;
}
-void checkUnnamed3859(core.List<api.Subscription> o) {
+void checkUnnamed3860(core.List<api.Subscription> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubscription(o[0] as api.Subscription);
checkSubscription(o[1] as api.Subscription);
@@ -552,7 +552,7 @@
if (buildCounterSubscriptions < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.subscriptions = buildUnnamed3859();
+ o.subscriptions = buildUnnamed3860();
}
buildCounterSubscriptions--;
return o;
@@ -569,7 +569,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3859(o.subscriptions!);
+ checkUnnamed3860(o.subscriptions!);
}
buildCounterSubscriptions--;
}
diff --git a/generated/googleapis/test/retail/v2_test.dart b/generated/googleapis/test/retail/v2_test.dart
index 77082b6..06f492e 100644
--- a/generated/googleapis/test/retail/v2_test.dart
+++ b/generated/googleapis/test/retail/v2_test.dart
@@ -27,7 +27,7 @@
import '../test_shared.dart';
-core.Map<core.String, core.Object> buildUnnamed3128() {
+core.Map<core.String, core.Object> buildUnnamed3129() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -42,7 +42,7 @@
return o;
}
-void checkUnnamed3128(core.Map<core.String, core.Object> o) {
+void checkUnnamed3129(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -74,17 +74,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3129() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3130() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3128());
- o.add(buildUnnamed3128());
+ o.add(buildUnnamed3129());
+ o.add(buildUnnamed3129());
return o;
}
-void checkUnnamed3129(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3130(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3128(o[0]);
- checkUnnamed3128(o[1]);
+ checkUnnamed3129(o[0]);
+ checkUnnamed3129(o[1]);
}
core.int buildCounterGoogleApiHttpBody = 0;
@@ -94,7 +94,7 @@
if (buildCounterGoogleApiHttpBody < 3) {
o.contentType = 'foo';
o.data = 'foo';
- o.extensions = buildUnnamed3129();
+ o.extensions = buildUnnamed3130();
}
buildCounterGoogleApiHttpBody--;
return o;
@@ -111,7 +111,7 @@
o.data!,
unittest.equals('foo'),
);
- checkUnnamed3129(o.extensions!);
+ checkUnnamed3130(o.extensions!);
}
buildCounterGoogleApiHttpBody--;
}
@@ -141,7 +141,7 @@
buildCounterGoogleCloudRetailLoggingErrorContext--;
}
-core.Map<core.String, core.Object> buildUnnamed3130() {
+core.Map<core.String, core.Object> buildUnnamed3131() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -156,7 +156,7 @@
return o;
}
-void checkUnnamed3130(core.Map<core.String, core.Object> o) {
+void checkUnnamed3131(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -188,7 +188,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3131() {
+core.Map<core.String, core.Object> buildUnnamed3132() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -203,7 +203,7 @@
return o;
}
-void checkUnnamed3131(core.Map<core.String, core.Object> o) {
+void checkUnnamed3132(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -243,8 +243,8 @@
o.context = buildGoogleCloudRetailLoggingErrorContext();
o.importPayload = buildGoogleCloudRetailLoggingImportErrorContext();
o.message = 'foo';
- o.requestPayload = buildUnnamed3130();
- o.responsePayload = buildUnnamed3131();
+ o.requestPayload = buildUnnamed3131();
+ o.responsePayload = buildUnnamed3132();
o.serviceContext = buildGoogleCloudRetailLoggingServiceContext();
o.status = buildGoogleRpcStatus();
}
@@ -264,8 +264,8 @@
o.message!,
unittest.equals('foo'),
);
- checkUnnamed3130(o.requestPayload!);
- checkUnnamed3131(o.responsePayload!);
+ checkUnnamed3131(o.requestPayload!);
+ checkUnnamed3132(o.responsePayload!);
checkGoogleCloudRetailLoggingServiceContext(
o.serviceContext! as api.GoogleCloudRetailLoggingServiceContext);
checkGoogleRpcStatus(o.status! as api.GoogleRpcStatus);
@@ -467,14 +467,14 @@
buildCounterGoogleCloudRetailV2Catalog--;
}
-core.List<core.double> buildUnnamed3132() {
+core.List<core.double> buildUnnamed3133() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed3132(core.List<core.double> o) {
+void checkUnnamed3133(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -486,48 +486,6 @@
);
}
-core.List<core.String> buildUnnamed3133() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3133(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterGoogleCloudRetailV2CustomAttribute = 0;
-api.GoogleCloudRetailV2CustomAttribute
- buildGoogleCloudRetailV2CustomAttribute() {
- var o = api.GoogleCloudRetailV2CustomAttribute();
- buildCounterGoogleCloudRetailV2CustomAttribute++;
- if (buildCounterGoogleCloudRetailV2CustomAttribute < 3) {
- o.numbers = buildUnnamed3132();
- o.text = buildUnnamed3133();
- }
- buildCounterGoogleCloudRetailV2CustomAttribute--;
- return o;
-}
-
-void checkGoogleCloudRetailV2CustomAttribute(
- api.GoogleCloudRetailV2CustomAttribute o) {
- buildCounterGoogleCloudRetailV2CustomAttribute++;
- if (buildCounterGoogleCloudRetailV2CustomAttribute < 3) {
- checkUnnamed3132(o.numbers!);
- checkUnnamed3133(o.text!);
- }
- buildCounterGoogleCloudRetailV2CustomAttribute--;
-}
-
core.List<core.String> buildUnnamed3134() {
var o = <core.String>[];
o.add('foo');
@@ -547,13 +505,55 @@
);
}
+core.int buildCounterGoogleCloudRetailV2CustomAttribute = 0;
+api.GoogleCloudRetailV2CustomAttribute
+ buildGoogleCloudRetailV2CustomAttribute() {
+ var o = api.GoogleCloudRetailV2CustomAttribute();
+ buildCounterGoogleCloudRetailV2CustomAttribute++;
+ if (buildCounterGoogleCloudRetailV2CustomAttribute < 3) {
+ o.numbers = buildUnnamed3133();
+ o.text = buildUnnamed3134();
+ }
+ buildCounterGoogleCloudRetailV2CustomAttribute--;
+ return o;
+}
+
+void checkGoogleCloudRetailV2CustomAttribute(
+ api.GoogleCloudRetailV2CustomAttribute o) {
+ buildCounterGoogleCloudRetailV2CustomAttribute++;
+ if (buildCounterGoogleCloudRetailV2CustomAttribute < 3) {
+ checkUnnamed3133(o.numbers!);
+ checkUnnamed3134(o.text!);
+ }
+ buildCounterGoogleCloudRetailV2CustomAttribute--;
+}
+
+core.List<core.String> buildUnnamed3135() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3135(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleCloudRetailV2GcsSource = 0;
api.GoogleCloudRetailV2GcsSource buildGoogleCloudRetailV2GcsSource() {
var o = api.GoogleCloudRetailV2GcsSource();
buildCounterGoogleCloudRetailV2GcsSource++;
if (buildCounterGoogleCloudRetailV2GcsSource < 3) {
o.dataSchema = 'foo';
- o.inputUris = buildUnnamed3134();
+ o.inputUris = buildUnnamed3135();
}
buildCounterGoogleCloudRetailV2GcsSource--;
return o;
@@ -566,7 +566,7 @@
o.dataSchema!,
unittest.equals('foo'),
);
- checkUnnamed3134(o.inputUris!);
+ checkUnnamed3135(o.inputUris!);
}
buildCounterGoogleCloudRetailV2GcsSource--;
}
@@ -695,14 +695,14 @@
buildCounterGoogleCloudRetailV2ImportProductsRequest--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3135() {
+core.List<api.GoogleRpcStatus> buildUnnamed3136() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed3135(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed3136(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -714,7 +714,7 @@
var o = api.GoogleCloudRetailV2ImportProductsResponse();
buildCounterGoogleCloudRetailV2ImportProductsResponse++;
if (buildCounterGoogleCloudRetailV2ImportProductsResponse < 3) {
- o.errorSamples = buildUnnamed3135();
+ o.errorSamples = buildUnnamed3136();
o.errorsConfig = buildGoogleCloudRetailV2ImportErrorsConfig();
}
buildCounterGoogleCloudRetailV2ImportProductsResponse--;
@@ -725,7 +725,7 @@
api.GoogleCloudRetailV2ImportProductsResponse o) {
buildCounterGoogleCloudRetailV2ImportProductsResponse++;
if (buildCounterGoogleCloudRetailV2ImportProductsResponse < 3) {
- checkUnnamed3135(o.errorSamples!);
+ checkUnnamed3136(o.errorSamples!);
checkGoogleCloudRetailV2ImportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2ImportErrorsConfig);
}
@@ -757,14 +757,14 @@
buildCounterGoogleCloudRetailV2ImportUserEventsRequest--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3136() {
+core.List<api.GoogleRpcStatus> buildUnnamed3137() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed3136(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed3137(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -776,7 +776,7 @@
var o = api.GoogleCloudRetailV2ImportUserEventsResponse();
buildCounterGoogleCloudRetailV2ImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2ImportUserEventsResponse < 3) {
- o.errorSamples = buildUnnamed3136();
+ o.errorSamples = buildUnnamed3137();
o.errorsConfig = buildGoogleCloudRetailV2ImportErrorsConfig();
o.importSummary = buildGoogleCloudRetailV2UserEventImportSummary();
}
@@ -788,7 +788,7 @@
api.GoogleCloudRetailV2ImportUserEventsResponse o) {
buildCounterGoogleCloudRetailV2ImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2ImportUserEventsResponse < 3) {
- checkUnnamed3136(o.errorSamples!);
+ checkUnnamed3137(o.errorSamples!);
checkGoogleCloudRetailV2ImportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2ImportErrorsConfig);
checkGoogleCloudRetailV2UserEventImportSummary(
@@ -797,14 +797,14 @@
buildCounterGoogleCloudRetailV2ImportUserEventsResponse--;
}
-core.List<api.GoogleCloudRetailV2Catalog> buildUnnamed3137() {
+core.List<api.GoogleCloudRetailV2Catalog> buildUnnamed3138() {
var o = <api.GoogleCloudRetailV2Catalog>[];
o.add(buildGoogleCloudRetailV2Catalog());
o.add(buildGoogleCloudRetailV2Catalog());
return o;
}
-void checkUnnamed3137(core.List<api.GoogleCloudRetailV2Catalog> o) {
+void checkUnnamed3138(core.List<api.GoogleCloudRetailV2Catalog> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2Catalog(o[0] as api.GoogleCloudRetailV2Catalog);
checkGoogleCloudRetailV2Catalog(o[1] as api.GoogleCloudRetailV2Catalog);
@@ -816,7 +816,7 @@
var o = api.GoogleCloudRetailV2ListCatalogsResponse();
buildCounterGoogleCloudRetailV2ListCatalogsResponse++;
if (buildCounterGoogleCloudRetailV2ListCatalogsResponse < 3) {
- o.catalogs = buildUnnamed3137();
+ o.catalogs = buildUnnamed3138();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudRetailV2ListCatalogsResponse--;
@@ -827,7 +827,7 @@
api.GoogleCloudRetailV2ListCatalogsResponse o) {
buildCounterGoogleCloudRetailV2ListCatalogsResponse++;
if (buildCounterGoogleCloudRetailV2ListCatalogsResponse < 3) {
- checkUnnamed3137(o.catalogs!);
+ checkUnnamed3138(o.catalogs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -836,14 +836,14 @@
buildCounterGoogleCloudRetailV2ListCatalogsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed3138() {
+core.Map<core.String, core.String> buildUnnamed3139() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3138(core.Map<core.String, core.String> o) {
+void checkUnnamed3139(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -855,7 +855,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3139() {
+core.Map<core.String, core.Object> buildUnnamed3140() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -870,7 +870,7 @@
return o;
}
-void checkUnnamed3139(core.Map<core.String, core.Object> o) {
+void checkUnnamed3140(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -908,10 +908,10 @@
buildCounterGoogleCloudRetailV2PredictRequest++;
if (buildCounterGoogleCloudRetailV2PredictRequest < 3) {
o.filter = 'foo';
- o.labels = buildUnnamed3138();
+ o.labels = buildUnnamed3139();
o.pageSize = 42;
o.pageToken = 'foo';
- o.params = buildUnnamed3139();
+ o.params = buildUnnamed3140();
o.userEvent = buildGoogleCloudRetailV2UserEvent();
o.validateOnly = true;
}
@@ -927,7 +927,7 @@
o.filter!,
unittest.equals('foo'),
);
- checkUnnamed3138(o.labels!);
+ checkUnnamed3139(o.labels!);
unittest.expect(
o.pageSize!,
unittest.equals(42),
@@ -936,7 +936,7 @@
o.pageToken!,
unittest.equals('foo'),
);
- checkUnnamed3139(o.params!);
+ checkUnnamed3140(o.params!);
checkGoogleCloudRetailV2UserEvent(
o.userEvent! as api.GoogleCloudRetailV2UserEvent);
unittest.expect(o.validateOnly!, unittest.isTrue);
@@ -944,14 +944,14 @@
buildCounterGoogleCloudRetailV2PredictRequest--;
}
-core.List<core.String> buildUnnamed3140() {
+core.List<core.String> buildUnnamed3141() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3140(core.List<core.String> o) {
+void checkUnnamed3141(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -964,14 +964,14 @@
}
core.List<api.GoogleCloudRetailV2PredictResponsePredictionResult>
- buildUnnamed3141() {
+ buildUnnamed3142() {
var o = <api.GoogleCloudRetailV2PredictResponsePredictionResult>[];
o.add(buildGoogleCloudRetailV2PredictResponsePredictionResult());
o.add(buildGoogleCloudRetailV2PredictResponsePredictionResult());
return o;
}
-void checkUnnamed3141(
+void checkUnnamed3142(
core.List<api.GoogleCloudRetailV2PredictResponsePredictionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2PredictResponsePredictionResult(
@@ -987,8 +987,8 @@
buildCounterGoogleCloudRetailV2PredictResponse++;
if (buildCounterGoogleCloudRetailV2PredictResponse < 3) {
o.attributionToken = 'foo';
- o.missingIds = buildUnnamed3140();
- o.results = buildUnnamed3141();
+ o.missingIds = buildUnnamed3141();
+ o.results = buildUnnamed3142();
o.validateOnly = true;
}
buildCounterGoogleCloudRetailV2PredictResponse--;
@@ -1003,14 +1003,14 @@
o.attributionToken!,
unittest.equals('foo'),
);
- checkUnnamed3140(o.missingIds!);
- checkUnnamed3141(o.results!);
+ checkUnnamed3141(o.missingIds!);
+ checkUnnamed3142(o.results!);
unittest.expect(o.validateOnly!, unittest.isTrue);
}
buildCounterGoogleCloudRetailV2PredictResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed3142() {
+core.Map<core.String, core.Object> buildUnnamed3143() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1025,7 +1025,7 @@
return o;
}
-void checkUnnamed3142(core.Map<core.String, core.Object> o) {
+void checkUnnamed3143(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -1064,7 +1064,7 @@
buildCounterGoogleCloudRetailV2PredictResponsePredictionResult++;
if (buildCounterGoogleCloudRetailV2PredictResponsePredictionResult < 3) {
o.id = 'foo';
- o.metadata = buildUnnamed3142();
+ o.metadata = buildUnnamed3143();
}
buildCounterGoogleCloudRetailV2PredictResponsePredictionResult--;
return o;
@@ -1078,7 +1078,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed3142(o.metadata!);
+ checkUnnamed3143(o.metadata!);
}
buildCounterGoogleCloudRetailV2PredictResponsePredictionResult--;
}
@@ -1121,14 +1121,14 @@
}
core.Map<core.String, api.GoogleCloudRetailV2CustomAttribute>
- buildUnnamed3143() {
+ buildUnnamed3144() {
var o = <core.String, api.GoogleCloudRetailV2CustomAttribute>{};
o['x'] = buildGoogleCloudRetailV2CustomAttribute();
o['y'] = buildGoogleCloudRetailV2CustomAttribute();
return o;
}
-void checkUnnamed3143(
+void checkUnnamed3144(
core.Map<core.String, api.GoogleCloudRetailV2CustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2CustomAttribute(
@@ -1137,14 +1137,14 @@
o['y']! as api.GoogleCloudRetailV2CustomAttribute);
}
-core.List<core.String> buildUnnamed3144() {
+core.List<core.String> buildUnnamed3145() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3144(core.List<core.String> o) {
+void checkUnnamed3145(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1156,27 +1156,27 @@
);
}
-core.List<api.GoogleCloudRetailV2Image> buildUnnamed3145() {
+core.List<api.GoogleCloudRetailV2Image> buildUnnamed3146() {
var o = <api.GoogleCloudRetailV2Image>[];
o.add(buildGoogleCloudRetailV2Image());
o.add(buildGoogleCloudRetailV2Image());
return o;
}
-void checkUnnamed3145(core.List<api.GoogleCloudRetailV2Image> o) {
+void checkUnnamed3146(core.List<api.GoogleCloudRetailV2Image> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2Image(o[0] as api.GoogleCloudRetailV2Image);
checkGoogleCloudRetailV2Image(o[1] as api.GoogleCloudRetailV2Image);
}
-core.List<core.String> buildUnnamed3146() {
+core.List<core.String> buildUnnamed3147() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3146(core.List<core.String> o) {
+void checkUnnamed3147(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1193,18 +1193,18 @@
var o = api.GoogleCloudRetailV2Product();
buildCounterGoogleCloudRetailV2Product++;
if (buildCounterGoogleCloudRetailV2Product < 3) {
- o.attributes = buildUnnamed3143();
+ o.attributes = buildUnnamed3144();
o.availability = 'foo';
o.availableQuantity = 42;
o.availableTime = 'foo';
- o.categories = buildUnnamed3144();
+ o.categories = buildUnnamed3145();
o.description = 'foo';
o.id = 'foo';
- o.images = buildUnnamed3145();
+ o.images = buildUnnamed3146();
o.name = 'foo';
o.priceInfo = buildGoogleCloudRetailV2PriceInfo();
o.primaryProductId = 'foo';
- o.tags = buildUnnamed3146();
+ o.tags = buildUnnamed3147();
o.title = 'foo';
o.type = 'foo';
o.uri = 'foo';
@@ -1216,7 +1216,7 @@
void checkGoogleCloudRetailV2Product(api.GoogleCloudRetailV2Product o) {
buildCounterGoogleCloudRetailV2Product++;
if (buildCounterGoogleCloudRetailV2Product < 3) {
- checkUnnamed3143(o.attributes!);
+ checkUnnamed3144(o.attributes!);
unittest.expect(
o.availability!,
unittest.equals('foo'),
@@ -1229,7 +1229,7 @@
o.availableTime!,
unittest.equals('foo'),
);
- checkUnnamed3144(o.categories!);
+ checkUnnamed3145(o.categories!);
unittest.expect(
o.description!,
unittest.equals('foo'),
@@ -1238,7 +1238,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed3145(o.images!);
+ checkUnnamed3146(o.images!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1249,7 +1249,7 @@
o.primaryProductId!,
unittest.equals('foo'),
);
- checkUnnamed3146(o.tags!);
+ checkUnnamed3147(o.tags!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -1292,14 +1292,14 @@
buildCounterGoogleCloudRetailV2ProductDetail--;
}
-core.List<api.GoogleCloudRetailV2Product> buildUnnamed3147() {
+core.List<api.GoogleCloudRetailV2Product> buildUnnamed3148() {
var o = <api.GoogleCloudRetailV2Product>[];
o.add(buildGoogleCloudRetailV2Product());
o.add(buildGoogleCloudRetailV2Product());
return o;
}
-void checkUnnamed3147(core.List<api.GoogleCloudRetailV2Product> o) {
+void checkUnnamed3148(core.List<api.GoogleCloudRetailV2Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2Product(o[0] as api.GoogleCloudRetailV2Product);
checkGoogleCloudRetailV2Product(o[1] as api.GoogleCloudRetailV2Product);
@@ -1311,7 +1311,7 @@
var o = api.GoogleCloudRetailV2ProductInlineSource();
buildCounterGoogleCloudRetailV2ProductInlineSource++;
if (buildCounterGoogleCloudRetailV2ProductInlineSource < 3) {
- o.products = buildUnnamed3147();
+ o.products = buildUnnamed3148();
}
buildCounterGoogleCloudRetailV2ProductInlineSource--;
return o;
@@ -1321,7 +1321,7 @@
api.GoogleCloudRetailV2ProductInlineSource o) {
buildCounterGoogleCloudRetailV2ProductInlineSource++;
if (buildCounterGoogleCloudRetailV2ProductInlineSource < 3) {
- checkUnnamed3147(o.products!);
+ checkUnnamed3148(o.products!);
}
buildCounterGoogleCloudRetailV2ProductInlineSource--;
}
@@ -1559,14 +1559,14 @@
}
core.Map<core.String, api.GoogleCloudRetailV2CustomAttribute>
- buildUnnamed3148() {
+ buildUnnamed3149() {
var o = <core.String, api.GoogleCloudRetailV2CustomAttribute>{};
o['x'] = buildGoogleCloudRetailV2CustomAttribute();
o['y'] = buildGoogleCloudRetailV2CustomAttribute();
return o;
}
-void checkUnnamed3148(
+void checkUnnamed3149(
core.Map<core.String, api.GoogleCloudRetailV2CustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2CustomAttribute(
@@ -1575,25 +1575,6 @@
o['y']! as api.GoogleCloudRetailV2CustomAttribute);
}
-core.List<core.String> buildUnnamed3149() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3149(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3150() {
var o = <core.String>[];
o.add('foo');
@@ -1613,14 +1594,33 @@
);
}
-core.List<api.GoogleCloudRetailV2ProductDetail> buildUnnamed3151() {
+core.List<core.String> buildUnnamed3151() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3151(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.GoogleCloudRetailV2ProductDetail> buildUnnamed3152() {
var o = <api.GoogleCloudRetailV2ProductDetail>[];
o.add(buildGoogleCloudRetailV2ProductDetail());
o.add(buildGoogleCloudRetailV2ProductDetail());
return o;
}
-void checkUnnamed3151(core.List<api.GoogleCloudRetailV2ProductDetail> o) {
+void checkUnnamed3152(core.List<api.GoogleCloudRetailV2ProductDetail> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2ProductDetail(
o[0] as api.GoogleCloudRetailV2ProductDetail);
@@ -1633,15 +1633,15 @@
var o = api.GoogleCloudRetailV2UserEvent();
buildCounterGoogleCloudRetailV2UserEvent++;
if (buildCounterGoogleCloudRetailV2UserEvent < 3) {
- o.attributes = buildUnnamed3148();
+ o.attributes = buildUnnamed3149();
o.attributionToken = 'foo';
o.cartId = 'foo';
o.eventTime = 'foo';
o.eventType = 'foo';
- o.experimentIds = buildUnnamed3149();
- o.pageCategories = buildUnnamed3150();
+ o.experimentIds = buildUnnamed3150();
+ o.pageCategories = buildUnnamed3151();
o.pageViewId = 'foo';
- o.productDetails = buildUnnamed3151();
+ o.productDetails = buildUnnamed3152();
o.purchaseTransaction = buildGoogleCloudRetailV2PurchaseTransaction();
o.referrerUri = 'foo';
o.searchQuery = 'foo';
@@ -1656,7 +1656,7 @@
void checkGoogleCloudRetailV2UserEvent(api.GoogleCloudRetailV2UserEvent o) {
buildCounterGoogleCloudRetailV2UserEvent++;
if (buildCounterGoogleCloudRetailV2UserEvent < 3) {
- checkUnnamed3148(o.attributes!);
+ checkUnnamed3149(o.attributes!);
unittest.expect(
o.attributionToken!,
unittest.equals('foo'),
@@ -1673,13 +1673,13 @@
o.eventType!,
unittest.equals('foo'),
);
- checkUnnamed3149(o.experimentIds!);
- checkUnnamed3150(o.pageCategories!);
+ checkUnnamed3150(o.experimentIds!);
+ checkUnnamed3151(o.pageCategories!);
unittest.expect(
o.pageViewId!,
unittest.equals('foo'),
);
- checkUnnamed3151(o.productDetails!);
+ checkUnnamed3152(o.productDetails!);
checkGoogleCloudRetailV2PurchaseTransaction(
o.purchaseTransaction! as api.GoogleCloudRetailV2PurchaseTransaction);
unittest.expect(
@@ -1733,14 +1733,14 @@
buildCounterGoogleCloudRetailV2UserEventImportSummary--;
}
-core.List<api.GoogleCloudRetailV2UserEvent> buildUnnamed3152() {
+core.List<api.GoogleCloudRetailV2UserEvent> buildUnnamed3153() {
var o = <api.GoogleCloudRetailV2UserEvent>[];
o.add(buildGoogleCloudRetailV2UserEvent());
o.add(buildGoogleCloudRetailV2UserEvent());
return o;
}
-void checkUnnamed3152(core.List<api.GoogleCloudRetailV2UserEvent> o) {
+void checkUnnamed3153(core.List<api.GoogleCloudRetailV2UserEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2UserEvent(o[0] as api.GoogleCloudRetailV2UserEvent);
checkGoogleCloudRetailV2UserEvent(o[1] as api.GoogleCloudRetailV2UserEvent);
@@ -1752,7 +1752,7 @@
var o = api.GoogleCloudRetailV2UserEventInlineSource();
buildCounterGoogleCloudRetailV2UserEventInlineSource++;
if (buildCounterGoogleCloudRetailV2UserEventInlineSource < 3) {
- o.userEvents = buildUnnamed3152();
+ o.userEvents = buildUnnamed3153();
}
buildCounterGoogleCloudRetailV2UserEventInlineSource--;
return o;
@@ -1762,7 +1762,7 @@
api.GoogleCloudRetailV2UserEventInlineSource o) {
buildCounterGoogleCloudRetailV2UserEventInlineSource++;
if (buildCounterGoogleCloudRetailV2UserEventInlineSource < 3) {
- checkUnnamed3152(o.userEvents!);
+ checkUnnamed3153(o.userEvents!);
}
buildCounterGoogleCloudRetailV2UserEventInlineSource--;
}
@@ -1882,43 +1882,6 @@
buildCounterGoogleCloudRetailV2alphaExportMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3153() {
- var o = <api.GoogleRpcStatus>[];
- o.add(buildGoogleRpcStatus());
- o.add(buildGoogleRpcStatus());
- return o;
-}
-
-void checkUnnamed3153(core.List<api.GoogleRpcStatus> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
- checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
-}
-
-core.int buildCounterGoogleCloudRetailV2alphaExportProductsResponse = 0;
-api.GoogleCloudRetailV2alphaExportProductsResponse
- buildGoogleCloudRetailV2alphaExportProductsResponse() {
- var o = api.GoogleCloudRetailV2alphaExportProductsResponse();
- buildCounterGoogleCloudRetailV2alphaExportProductsResponse++;
- if (buildCounterGoogleCloudRetailV2alphaExportProductsResponse < 3) {
- o.errorSamples = buildUnnamed3153();
- o.errorsConfig = buildGoogleCloudRetailV2alphaExportErrorsConfig();
- }
- buildCounterGoogleCloudRetailV2alphaExportProductsResponse--;
- return o;
-}
-
-void checkGoogleCloudRetailV2alphaExportProductsResponse(
- api.GoogleCloudRetailV2alphaExportProductsResponse o) {
- buildCounterGoogleCloudRetailV2alphaExportProductsResponse++;
- if (buildCounterGoogleCloudRetailV2alphaExportProductsResponse < 3) {
- checkUnnamed3153(o.errorSamples!);
- checkGoogleCloudRetailV2alphaExportErrorsConfig(
- o.errorsConfig! as api.GoogleCloudRetailV2alphaExportErrorsConfig);
- }
- buildCounterGoogleCloudRetailV2alphaExportProductsResponse--;
-}
-
core.List<api.GoogleRpcStatus> buildUnnamed3154() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
@@ -1932,13 +1895,50 @@
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
}
+core.int buildCounterGoogleCloudRetailV2alphaExportProductsResponse = 0;
+api.GoogleCloudRetailV2alphaExportProductsResponse
+ buildGoogleCloudRetailV2alphaExportProductsResponse() {
+ var o = api.GoogleCloudRetailV2alphaExportProductsResponse();
+ buildCounterGoogleCloudRetailV2alphaExportProductsResponse++;
+ if (buildCounterGoogleCloudRetailV2alphaExportProductsResponse < 3) {
+ o.errorSamples = buildUnnamed3154();
+ o.errorsConfig = buildGoogleCloudRetailV2alphaExportErrorsConfig();
+ }
+ buildCounterGoogleCloudRetailV2alphaExportProductsResponse--;
+ return o;
+}
+
+void checkGoogleCloudRetailV2alphaExportProductsResponse(
+ api.GoogleCloudRetailV2alphaExportProductsResponse o) {
+ buildCounterGoogleCloudRetailV2alphaExportProductsResponse++;
+ if (buildCounterGoogleCloudRetailV2alphaExportProductsResponse < 3) {
+ checkUnnamed3154(o.errorSamples!);
+ checkGoogleCloudRetailV2alphaExportErrorsConfig(
+ o.errorsConfig! as api.GoogleCloudRetailV2alphaExportErrorsConfig);
+ }
+ buildCounterGoogleCloudRetailV2alphaExportProductsResponse--;
+}
+
+core.List<api.GoogleRpcStatus> buildUnnamed3155() {
+ var o = <api.GoogleRpcStatus>[];
+ o.add(buildGoogleRpcStatus());
+ o.add(buildGoogleRpcStatus());
+ return o;
+}
+
+void checkUnnamed3155(core.List<api.GoogleRpcStatus> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
+ checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
+}
+
core.int buildCounterGoogleCloudRetailV2alphaExportUserEventsResponse = 0;
api.GoogleCloudRetailV2alphaExportUserEventsResponse
buildGoogleCloudRetailV2alphaExportUserEventsResponse() {
var o = api.GoogleCloudRetailV2alphaExportUserEventsResponse();
buildCounterGoogleCloudRetailV2alphaExportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2alphaExportUserEventsResponse < 3) {
- o.errorSamples = buildUnnamed3154();
+ o.errorSamples = buildUnnamed3155();
o.errorsConfig = buildGoogleCloudRetailV2alphaExportErrorsConfig();
}
buildCounterGoogleCloudRetailV2alphaExportUserEventsResponse--;
@@ -1949,7 +1949,7 @@
api.GoogleCloudRetailV2alphaExportUserEventsResponse o) {
buildCounterGoogleCloudRetailV2alphaExportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2alphaExportUserEventsResponse < 3) {
- checkUnnamed3154(o.errorSamples!);
+ checkUnnamed3155(o.errorSamples!);
checkGoogleCloudRetailV2alphaExportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2alphaExportErrorsConfig);
}
@@ -2019,43 +2019,6 @@
buildCounterGoogleCloudRetailV2alphaImportMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3155() {
- var o = <api.GoogleRpcStatus>[];
- o.add(buildGoogleRpcStatus());
- o.add(buildGoogleRpcStatus());
- return o;
-}
-
-void checkUnnamed3155(core.List<api.GoogleRpcStatus> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
- checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
-}
-
-core.int buildCounterGoogleCloudRetailV2alphaImportProductsResponse = 0;
-api.GoogleCloudRetailV2alphaImportProductsResponse
- buildGoogleCloudRetailV2alphaImportProductsResponse() {
- var o = api.GoogleCloudRetailV2alphaImportProductsResponse();
- buildCounterGoogleCloudRetailV2alphaImportProductsResponse++;
- if (buildCounterGoogleCloudRetailV2alphaImportProductsResponse < 3) {
- o.errorSamples = buildUnnamed3155();
- o.errorsConfig = buildGoogleCloudRetailV2alphaImportErrorsConfig();
- }
- buildCounterGoogleCloudRetailV2alphaImportProductsResponse--;
- return o;
-}
-
-void checkGoogleCloudRetailV2alphaImportProductsResponse(
- api.GoogleCloudRetailV2alphaImportProductsResponse o) {
- buildCounterGoogleCloudRetailV2alphaImportProductsResponse++;
- if (buildCounterGoogleCloudRetailV2alphaImportProductsResponse < 3) {
- checkUnnamed3155(o.errorSamples!);
- checkGoogleCloudRetailV2alphaImportErrorsConfig(
- o.errorsConfig! as api.GoogleCloudRetailV2alphaImportErrorsConfig);
- }
- buildCounterGoogleCloudRetailV2alphaImportProductsResponse--;
-}
-
core.List<api.GoogleRpcStatus> buildUnnamed3156() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
@@ -2069,13 +2032,50 @@
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
}
+core.int buildCounterGoogleCloudRetailV2alphaImportProductsResponse = 0;
+api.GoogleCloudRetailV2alphaImportProductsResponse
+ buildGoogleCloudRetailV2alphaImportProductsResponse() {
+ var o = api.GoogleCloudRetailV2alphaImportProductsResponse();
+ buildCounterGoogleCloudRetailV2alphaImportProductsResponse++;
+ if (buildCounterGoogleCloudRetailV2alphaImportProductsResponse < 3) {
+ o.errorSamples = buildUnnamed3156();
+ o.errorsConfig = buildGoogleCloudRetailV2alphaImportErrorsConfig();
+ }
+ buildCounterGoogleCloudRetailV2alphaImportProductsResponse--;
+ return o;
+}
+
+void checkGoogleCloudRetailV2alphaImportProductsResponse(
+ api.GoogleCloudRetailV2alphaImportProductsResponse o) {
+ buildCounterGoogleCloudRetailV2alphaImportProductsResponse++;
+ if (buildCounterGoogleCloudRetailV2alphaImportProductsResponse < 3) {
+ checkUnnamed3156(o.errorSamples!);
+ checkGoogleCloudRetailV2alphaImportErrorsConfig(
+ o.errorsConfig! as api.GoogleCloudRetailV2alphaImportErrorsConfig);
+ }
+ buildCounterGoogleCloudRetailV2alphaImportProductsResponse--;
+}
+
+core.List<api.GoogleRpcStatus> buildUnnamed3157() {
+ var o = <api.GoogleRpcStatus>[];
+ o.add(buildGoogleRpcStatus());
+ o.add(buildGoogleRpcStatus());
+ return o;
+}
+
+void checkUnnamed3157(core.List<api.GoogleRpcStatus> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
+ checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
+}
+
core.int buildCounterGoogleCloudRetailV2alphaImportUserEventsResponse = 0;
api.GoogleCloudRetailV2alphaImportUserEventsResponse
buildGoogleCloudRetailV2alphaImportUserEventsResponse() {
var o = api.GoogleCloudRetailV2alphaImportUserEventsResponse();
buildCounterGoogleCloudRetailV2alphaImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2alphaImportUserEventsResponse < 3) {
- o.errorSamples = buildUnnamed3156();
+ o.errorSamples = buildUnnamed3157();
o.errorsConfig = buildGoogleCloudRetailV2alphaImportErrorsConfig();
o.importSummary = buildGoogleCloudRetailV2alphaUserEventImportSummary();
}
@@ -2087,7 +2087,7 @@
api.GoogleCloudRetailV2alphaImportUserEventsResponse o) {
buildCounterGoogleCloudRetailV2alphaImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2alphaImportUserEventsResponse < 3) {
- checkUnnamed3156(o.errorSamples!);
+ checkUnnamed3157(o.errorSamples!);
checkGoogleCloudRetailV2alphaImportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2alphaImportErrorsConfig);
checkGoogleCloudRetailV2alphaUserEventImportSummary(
@@ -2260,43 +2260,6 @@
buildCounterGoogleCloudRetailV2betaExportMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3157() {
- var o = <api.GoogleRpcStatus>[];
- o.add(buildGoogleRpcStatus());
- o.add(buildGoogleRpcStatus());
- return o;
-}
-
-void checkUnnamed3157(core.List<api.GoogleRpcStatus> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
- checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
-}
-
-core.int buildCounterGoogleCloudRetailV2betaExportProductsResponse = 0;
-api.GoogleCloudRetailV2betaExportProductsResponse
- buildGoogleCloudRetailV2betaExportProductsResponse() {
- var o = api.GoogleCloudRetailV2betaExportProductsResponse();
- buildCounterGoogleCloudRetailV2betaExportProductsResponse++;
- if (buildCounterGoogleCloudRetailV2betaExportProductsResponse < 3) {
- o.errorSamples = buildUnnamed3157();
- o.errorsConfig = buildGoogleCloudRetailV2betaExportErrorsConfig();
- }
- buildCounterGoogleCloudRetailV2betaExportProductsResponse--;
- return o;
-}
-
-void checkGoogleCloudRetailV2betaExportProductsResponse(
- api.GoogleCloudRetailV2betaExportProductsResponse o) {
- buildCounterGoogleCloudRetailV2betaExportProductsResponse++;
- if (buildCounterGoogleCloudRetailV2betaExportProductsResponse < 3) {
- checkUnnamed3157(o.errorSamples!);
- checkGoogleCloudRetailV2betaExportErrorsConfig(
- o.errorsConfig! as api.GoogleCloudRetailV2betaExportErrorsConfig);
- }
- buildCounterGoogleCloudRetailV2betaExportProductsResponse--;
-}
-
core.List<api.GoogleRpcStatus> buildUnnamed3158() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
@@ -2310,13 +2273,50 @@
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
}
+core.int buildCounterGoogleCloudRetailV2betaExportProductsResponse = 0;
+api.GoogleCloudRetailV2betaExportProductsResponse
+ buildGoogleCloudRetailV2betaExportProductsResponse() {
+ var o = api.GoogleCloudRetailV2betaExportProductsResponse();
+ buildCounterGoogleCloudRetailV2betaExportProductsResponse++;
+ if (buildCounterGoogleCloudRetailV2betaExportProductsResponse < 3) {
+ o.errorSamples = buildUnnamed3158();
+ o.errorsConfig = buildGoogleCloudRetailV2betaExportErrorsConfig();
+ }
+ buildCounterGoogleCloudRetailV2betaExportProductsResponse--;
+ return o;
+}
+
+void checkGoogleCloudRetailV2betaExportProductsResponse(
+ api.GoogleCloudRetailV2betaExportProductsResponse o) {
+ buildCounterGoogleCloudRetailV2betaExportProductsResponse++;
+ if (buildCounterGoogleCloudRetailV2betaExportProductsResponse < 3) {
+ checkUnnamed3158(o.errorSamples!);
+ checkGoogleCloudRetailV2betaExportErrorsConfig(
+ o.errorsConfig! as api.GoogleCloudRetailV2betaExportErrorsConfig);
+ }
+ buildCounterGoogleCloudRetailV2betaExportProductsResponse--;
+}
+
+core.List<api.GoogleRpcStatus> buildUnnamed3159() {
+ var o = <api.GoogleRpcStatus>[];
+ o.add(buildGoogleRpcStatus());
+ o.add(buildGoogleRpcStatus());
+ return o;
+}
+
+void checkUnnamed3159(core.List<api.GoogleRpcStatus> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
+ checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
+}
+
core.int buildCounterGoogleCloudRetailV2betaExportUserEventsResponse = 0;
api.GoogleCloudRetailV2betaExportUserEventsResponse
buildGoogleCloudRetailV2betaExportUserEventsResponse() {
var o = api.GoogleCloudRetailV2betaExportUserEventsResponse();
buildCounterGoogleCloudRetailV2betaExportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2betaExportUserEventsResponse < 3) {
- o.errorSamples = buildUnnamed3158();
+ o.errorSamples = buildUnnamed3159();
o.errorsConfig = buildGoogleCloudRetailV2betaExportErrorsConfig();
}
buildCounterGoogleCloudRetailV2betaExportUserEventsResponse--;
@@ -2327,7 +2327,7 @@
api.GoogleCloudRetailV2betaExportUserEventsResponse o) {
buildCounterGoogleCloudRetailV2betaExportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2betaExportUserEventsResponse < 3) {
- checkUnnamed3158(o.errorSamples!);
+ checkUnnamed3159(o.errorSamples!);
checkGoogleCloudRetailV2betaExportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2betaExportErrorsConfig);
}
@@ -2397,43 +2397,6 @@
buildCounterGoogleCloudRetailV2betaImportMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3159() {
- var o = <api.GoogleRpcStatus>[];
- o.add(buildGoogleRpcStatus());
- o.add(buildGoogleRpcStatus());
- return o;
-}
-
-void checkUnnamed3159(core.List<api.GoogleRpcStatus> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
- checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
-}
-
-core.int buildCounterGoogleCloudRetailV2betaImportProductsResponse = 0;
-api.GoogleCloudRetailV2betaImportProductsResponse
- buildGoogleCloudRetailV2betaImportProductsResponse() {
- var o = api.GoogleCloudRetailV2betaImportProductsResponse();
- buildCounterGoogleCloudRetailV2betaImportProductsResponse++;
- if (buildCounterGoogleCloudRetailV2betaImportProductsResponse < 3) {
- o.errorSamples = buildUnnamed3159();
- o.errorsConfig = buildGoogleCloudRetailV2betaImportErrorsConfig();
- }
- buildCounterGoogleCloudRetailV2betaImportProductsResponse--;
- return o;
-}
-
-void checkGoogleCloudRetailV2betaImportProductsResponse(
- api.GoogleCloudRetailV2betaImportProductsResponse o) {
- buildCounterGoogleCloudRetailV2betaImportProductsResponse++;
- if (buildCounterGoogleCloudRetailV2betaImportProductsResponse < 3) {
- checkUnnamed3159(o.errorSamples!);
- checkGoogleCloudRetailV2betaImportErrorsConfig(
- o.errorsConfig! as api.GoogleCloudRetailV2betaImportErrorsConfig);
- }
- buildCounterGoogleCloudRetailV2betaImportProductsResponse--;
-}
-
core.List<api.GoogleRpcStatus> buildUnnamed3160() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
@@ -2447,13 +2410,50 @@
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
}
+core.int buildCounterGoogleCloudRetailV2betaImportProductsResponse = 0;
+api.GoogleCloudRetailV2betaImportProductsResponse
+ buildGoogleCloudRetailV2betaImportProductsResponse() {
+ var o = api.GoogleCloudRetailV2betaImportProductsResponse();
+ buildCounterGoogleCloudRetailV2betaImportProductsResponse++;
+ if (buildCounterGoogleCloudRetailV2betaImportProductsResponse < 3) {
+ o.errorSamples = buildUnnamed3160();
+ o.errorsConfig = buildGoogleCloudRetailV2betaImportErrorsConfig();
+ }
+ buildCounterGoogleCloudRetailV2betaImportProductsResponse--;
+ return o;
+}
+
+void checkGoogleCloudRetailV2betaImportProductsResponse(
+ api.GoogleCloudRetailV2betaImportProductsResponse o) {
+ buildCounterGoogleCloudRetailV2betaImportProductsResponse++;
+ if (buildCounterGoogleCloudRetailV2betaImportProductsResponse < 3) {
+ checkUnnamed3160(o.errorSamples!);
+ checkGoogleCloudRetailV2betaImportErrorsConfig(
+ o.errorsConfig! as api.GoogleCloudRetailV2betaImportErrorsConfig);
+ }
+ buildCounterGoogleCloudRetailV2betaImportProductsResponse--;
+}
+
+core.List<api.GoogleRpcStatus> buildUnnamed3161() {
+ var o = <api.GoogleRpcStatus>[];
+ o.add(buildGoogleRpcStatus());
+ o.add(buildGoogleRpcStatus());
+ return o;
+}
+
+void checkUnnamed3161(core.List<api.GoogleRpcStatus> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
+ checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
+}
+
core.int buildCounterGoogleCloudRetailV2betaImportUserEventsResponse = 0;
api.GoogleCloudRetailV2betaImportUserEventsResponse
buildGoogleCloudRetailV2betaImportUserEventsResponse() {
var o = api.GoogleCloudRetailV2betaImportUserEventsResponse();
buildCounterGoogleCloudRetailV2betaImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2betaImportUserEventsResponse < 3) {
- o.errorSamples = buildUnnamed3160();
+ o.errorSamples = buildUnnamed3161();
o.errorsConfig = buildGoogleCloudRetailV2betaImportErrorsConfig();
o.importSummary = buildGoogleCloudRetailV2betaUserEventImportSummary();
}
@@ -2465,7 +2465,7 @@
api.GoogleCloudRetailV2betaImportUserEventsResponse o) {
buildCounterGoogleCloudRetailV2betaImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2betaImportUserEventsResponse < 3) {
- checkUnnamed3160(o.errorSamples!);
+ checkUnnamed3161(o.errorSamples!);
checkGoogleCloudRetailV2betaImportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2betaImportErrorsConfig);
checkGoogleCloudRetailV2betaUserEventImportSummary(
@@ -2638,43 +2638,6 @@
buildCounterGoogleCloudRetailV2mainExportMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3161() {
- var o = <api.GoogleRpcStatus>[];
- o.add(buildGoogleRpcStatus());
- o.add(buildGoogleRpcStatus());
- return o;
-}
-
-void checkUnnamed3161(core.List<api.GoogleRpcStatus> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
- checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
-}
-
-core.int buildCounterGoogleCloudRetailV2mainExportProductsResponse = 0;
-api.GoogleCloudRetailV2mainExportProductsResponse
- buildGoogleCloudRetailV2mainExportProductsResponse() {
- var o = api.GoogleCloudRetailV2mainExportProductsResponse();
- buildCounterGoogleCloudRetailV2mainExportProductsResponse++;
- if (buildCounterGoogleCloudRetailV2mainExportProductsResponse < 3) {
- o.errorSamples = buildUnnamed3161();
- o.errorsConfig = buildGoogleCloudRetailV2mainExportErrorsConfig();
- }
- buildCounterGoogleCloudRetailV2mainExportProductsResponse--;
- return o;
-}
-
-void checkGoogleCloudRetailV2mainExportProductsResponse(
- api.GoogleCloudRetailV2mainExportProductsResponse o) {
- buildCounterGoogleCloudRetailV2mainExportProductsResponse++;
- if (buildCounterGoogleCloudRetailV2mainExportProductsResponse < 3) {
- checkUnnamed3161(o.errorSamples!);
- checkGoogleCloudRetailV2mainExportErrorsConfig(
- o.errorsConfig! as api.GoogleCloudRetailV2mainExportErrorsConfig);
- }
- buildCounterGoogleCloudRetailV2mainExportProductsResponse--;
-}
-
core.List<api.GoogleRpcStatus> buildUnnamed3162() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
@@ -2688,13 +2651,50 @@
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
}
+core.int buildCounterGoogleCloudRetailV2mainExportProductsResponse = 0;
+api.GoogleCloudRetailV2mainExportProductsResponse
+ buildGoogleCloudRetailV2mainExportProductsResponse() {
+ var o = api.GoogleCloudRetailV2mainExportProductsResponse();
+ buildCounterGoogleCloudRetailV2mainExportProductsResponse++;
+ if (buildCounterGoogleCloudRetailV2mainExportProductsResponse < 3) {
+ o.errorSamples = buildUnnamed3162();
+ o.errorsConfig = buildGoogleCloudRetailV2mainExportErrorsConfig();
+ }
+ buildCounterGoogleCloudRetailV2mainExportProductsResponse--;
+ return o;
+}
+
+void checkGoogleCloudRetailV2mainExportProductsResponse(
+ api.GoogleCloudRetailV2mainExportProductsResponse o) {
+ buildCounterGoogleCloudRetailV2mainExportProductsResponse++;
+ if (buildCounterGoogleCloudRetailV2mainExportProductsResponse < 3) {
+ checkUnnamed3162(o.errorSamples!);
+ checkGoogleCloudRetailV2mainExportErrorsConfig(
+ o.errorsConfig! as api.GoogleCloudRetailV2mainExportErrorsConfig);
+ }
+ buildCounterGoogleCloudRetailV2mainExportProductsResponse--;
+}
+
+core.List<api.GoogleRpcStatus> buildUnnamed3163() {
+ var o = <api.GoogleRpcStatus>[];
+ o.add(buildGoogleRpcStatus());
+ o.add(buildGoogleRpcStatus());
+ return o;
+}
+
+void checkUnnamed3163(core.List<api.GoogleRpcStatus> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
+ checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
+}
+
core.int buildCounterGoogleCloudRetailV2mainExportUserEventsResponse = 0;
api.GoogleCloudRetailV2mainExportUserEventsResponse
buildGoogleCloudRetailV2mainExportUserEventsResponse() {
var o = api.GoogleCloudRetailV2mainExportUserEventsResponse();
buildCounterGoogleCloudRetailV2mainExportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2mainExportUserEventsResponse < 3) {
- o.errorSamples = buildUnnamed3162();
+ o.errorSamples = buildUnnamed3163();
o.errorsConfig = buildGoogleCloudRetailV2mainExportErrorsConfig();
}
buildCounterGoogleCloudRetailV2mainExportUserEventsResponse--;
@@ -2705,7 +2705,7 @@
api.GoogleCloudRetailV2mainExportUserEventsResponse o) {
buildCounterGoogleCloudRetailV2mainExportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2mainExportUserEventsResponse < 3) {
- checkUnnamed3162(o.errorSamples!);
+ checkUnnamed3163(o.errorSamples!);
checkGoogleCloudRetailV2mainExportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2mainExportErrorsConfig);
}
@@ -2775,43 +2775,6 @@
buildCounterGoogleCloudRetailV2mainImportMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3163() {
- var o = <api.GoogleRpcStatus>[];
- o.add(buildGoogleRpcStatus());
- o.add(buildGoogleRpcStatus());
- return o;
-}
-
-void checkUnnamed3163(core.List<api.GoogleRpcStatus> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
- checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
-}
-
-core.int buildCounterGoogleCloudRetailV2mainImportProductsResponse = 0;
-api.GoogleCloudRetailV2mainImportProductsResponse
- buildGoogleCloudRetailV2mainImportProductsResponse() {
- var o = api.GoogleCloudRetailV2mainImportProductsResponse();
- buildCounterGoogleCloudRetailV2mainImportProductsResponse++;
- if (buildCounterGoogleCloudRetailV2mainImportProductsResponse < 3) {
- o.errorSamples = buildUnnamed3163();
- o.errorsConfig = buildGoogleCloudRetailV2mainImportErrorsConfig();
- }
- buildCounterGoogleCloudRetailV2mainImportProductsResponse--;
- return o;
-}
-
-void checkGoogleCloudRetailV2mainImportProductsResponse(
- api.GoogleCloudRetailV2mainImportProductsResponse o) {
- buildCounterGoogleCloudRetailV2mainImportProductsResponse++;
- if (buildCounterGoogleCloudRetailV2mainImportProductsResponse < 3) {
- checkUnnamed3163(o.errorSamples!);
- checkGoogleCloudRetailV2mainImportErrorsConfig(
- o.errorsConfig! as api.GoogleCloudRetailV2mainImportErrorsConfig);
- }
- buildCounterGoogleCloudRetailV2mainImportProductsResponse--;
-}
-
core.List<api.GoogleRpcStatus> buildUnnamed3164() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
@@ -2825,13 +2788,50 @@
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
}
+core.int buildCounterGoogleCloudRetailV2mainImportProductsResponse = 0;
+api.GoogleCloudRetailV2mainImportProductsResponse
+ buildGoogleCloudRetailV2mainImportProductsResponse() {
+ var o = api.GoogleCloudRetailV2mainImportProductsResponse();
+ buildCounterGoogleCloudRetailV2mainImportProductsResponse++;
+ if (buildCounterGoogleCloudRetailV2mainImportProductsResponse < 3) {
+ o.errorSamples = buildUnnamed3164();
+ o.errorsConfig = buildGoogleCloudRetailV2mainImportErrorsConfig();
+ }
+ buildCounterGoogleCloudRetailV2mainImportProductsResponse--;
+ return o;
+}
+
+void checkGoogleCloudRetailV2mainImportProductsResponse(
+ api.GoogleCloudRetailV2mainImportProductsResponse o) {
+ buildCounterGoogleCloudRetailV2mainImportProductsResponse++;
+ if (buildCounterGoogleCloudRetailV2mainImportProductsResponse < 3) {
+ checkUnnamed3164(o.errorSamples!);
+ checkGoogleCloudRetailV2mainImportErrorsConfig(
+ o.errorsConfig! as api.GoogleCloudRetailV2mainImportErrorsConfig);
+ }
+ buildCounterGoogleCloudRetailV2mainImportProductsResponse--;
+}
+
+core.List<api.GoogleRpcStatus> buildUnnamed3165() {
+ var o = <api.GoogleRpcStatus>[];
+ o.add(buildGoogleRpcStatus());
+ o.add(buildGoogleRpcStatus());
+ return o;
+}
+
+void checkUnnamed3165(core.List<api.GoogleRpcStatus> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
+ checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
+}
+
core.int buildCounterGoogleCloudRetailV2mainImportUserEventsResponse = 0;
api.GoogleCloudRetailV2mainImportUserEventsResponse
buildGoogleCloudRetailV2mainImportUserEventsResponse() {
var o = api.GoogleCloudRetailV2mainImportUserEventsResponse();
buildCounterGoogleCloudRetailV2mainImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2mainImportUserEventsResponse < 3) {
- o.errorSamples = buildUnnamed3164();
+ o.errorSamples = buildUnnamed3165();
o.errorsConfig = buildGoogleCloudRetailV2mainImportErrorsConfig();
o.importSummary = buildGoogleCloudRetailV2mainUserEventImportSummary();
}
@@ -2843,7 +2843,7 @@
api.GoogleCloudRetailV2mainImportUserEventsResponse o) {
buildCounterGoogleCloudRetailV2mainImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2mainImportUserEventsResponse < 3) {
- checkUnnamed3164(o.errorSamples!);
+ checkUnnamed3165(o.errorSamples!);
checkGoogleCloudRetailV2mainImportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2mainImportErrorsConfig);
checkGoogleCloudRetailV2mainUserEventImportSummary(
@@ -2963,14 +2963,14 @@
buildCounterGoogleCloudRetailV2mainUserEventImportSummary--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed3165() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed3166() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed3165(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed3166(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -2983,7 +2983,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed3165();
+ o.operations = buildUnnamed3166();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -2997,12 +2997,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3165(o.operations!);
+ checkUnnamed3166(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed3166() {
+core.Map<core.String, core.Object> buildUnnamed3167() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3017,7 +3017,7 @@
return o;
}
-void checkUnnamed3166(core.Map<core.String, core.Object> o) {
+void checkUnnamed3167(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o['x']!) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -3049,7 +3049,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3167() {
+core.Map<core.String, core.Object> buildUnnamed3168() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3064,7 +3064,7 @@
return o;
}
-void checkUnnamed3167(core.Map<core.String, core.Object> o) {
+void checkUnnamed3168(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted13 = (o['x']!) as core.Map;
unittest.expect(casted13, unittest.hasLength(3));
@@ -3103,9 +3103,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed3166();
+ o.metadata = buildUnnamed3167();
o.name = 'foo';
- o.response = buildUnnamed3167();
+ o.response = buildUnnamed3168();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -3116,12 +3116,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed3166(o.metadata!);
+ checkUnnamed3167(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3167(o.response!);
+ checkUnnamed3168(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -3141,7 +3141,7 @@
buildCounterGoogleProtobufEmpty--;
}
-core.Map<core.String, core.Object> buildUnnamed3168() {
+core.Map<core.String, core.Object> buildUnnamed3169() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3156,7 +3156,7 @@
return o;
}
-void checkUnnamed3168(core.Map<core.String, core.Object> o) {
+void checkUnnamed3169(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted15 = (o['x']!) as core.Map;
unittest.expect(casted15, unittest.hasLength(3));
@@ -3188,17 +3188,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3169() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3170() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3168());
- o.add(buildUnnamed3168());
+ o.add(buildUnnamed3169());
+ o.add(buildUnnamed3169());
return o;
}
-void checkUnnamed3169(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3170(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3168(o[0]);
- checkUnnamed3168(o[1]);
+ checkUnnamed3169(o[0]);
+ checkUnnamed3169(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -3207,7 +3207,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3169();
+ o.details = buildUnnamed3170();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -3221,7 +3221,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3169(o.details!);
+ checkUnnamed3170(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/runtimeconfig/v1_test.dart b/generated/googleapis/test/runtimeconfig/v1_test.dart
index c1647cd..f4f3424 100644
--- a/generated/googleapis/test/runtimeconfig/v1_test.dart
+++ b/generated/googleapis/test/runtimeconfig/v1_test.dart
@@ -57,14 +57,14 @@
buildCounterEmpty--;
}
-core.List<api.Operation> buildUnnamed5039() {
+core.List<api.Operation> buildUnnamed5040() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed5039(core.List<api.Operation> o) {
+void checkUnnamed5040(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -76,7 +76,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed5039();
+ o.operations = buildUnnamed5040();
}
buildCounterListOperationsResponse--;
return o;
@@ -89,12 +89,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5039(o.operations!);
+ checkUnnamed5040(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed5040() {
+core.Map<core.String, core.Object> buildUnnamed5041() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -109,7 +109,7 @@
return o;
}
-void checkUnnamed5040(core.Map<core.String, core.Object> o) {
+void checkUnnamed5041(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -141,7 +141,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5041() {
+core.Map<core.String, core.Object> buildUnnamed5042() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -156,7 +156,7 @@
return o;
}
-void checkUnnamed5041(core.Map<core.String, core.Object> o) {
+void checkUnnamed5042(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -195,9 +195,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed5040();
+ o.metadata = buildUnnamed5041();
o.name = 'foo';
- o.response = buildUnnamed5041();
+ o.response = buildUnnamed5042();
}
buildCounterOperation--;
return o;
@@ -208,17 +208,17 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed5040(o.metadata!);
+ checkUnnamed5041(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5041(o.response!);
+ checkUnnamed5042(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.Object> buildUnnamed5042() {
+core.Map<core.String, core.Object> buildUnnamed5043() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -233,7 +233,7 @@
return o;
}
-void checkUnnamed5042(core.Map<core.String, core.Object> o) {
+void checkUnnamed5043(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -265,17 +265,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5043() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5044() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5042());
- o.add(buildUnnamed5042());
+ o.add(buildUnnamed5043());
+ o.add(buildUnnamed5043());
return o;
}
-void checkUnnamed5043(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5044(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5042(o[0]);
- checkUnnamed5042(o[1]);
+ checkUnnamed5043(o[0]);
+ checkUnnamed5043(o[1]);
}
core.int buildCounterStatus = 0;
@@ -284,7 +284,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5043();
+ o.details = buildUnnamed5044();
o.message = 'foo';
}
buildCounterStatus--;
@@ -298,7 +298,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5043(o.details!);
+ checkUnnamed5044(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/safebrowsing/v4_test.dart b/generated/googleapis/test/safebrowsing/v4_test.dart
index 362bea6..b4c4898 100644
--- a/generated/googleapis/test/safebrowsing/v4_test.dart
+++ b/generated/googleapis/test/safebrowsing/v4_test.dart
@@ -97,7 +97,7 @@
core.List<
api.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest>
- buildUnnamed5044() {
+ buildUnnamed5045() {
var o = <
api.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest>[];
o.add(
@@ -107,7 +107,7 @@
return o;
}
-void checkUnnamed5044(
+void checkUnnamed5045(
core.List<
api.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest>
o) {
@@ -129,7 +129,7 @@
if (buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest <
3) {
o.client = buildGoogleSecuritySafebrowsingV4ClientInfo();
- o.listUpdateRequests = buildUnnamed5044();
+ o.listUpdateRequests = buildUnnamed5045();
}
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest--;
return o;
@@ -142,7 +142,7 @@
3) {
checkGoogleSecuritySafebrowsingV4ClientInfo(
o.client! as api.GoogleSecuritySafebrowsingV4ClientInfo);
- checkUnnamed5044(o.listUpdateRequests!);
+ checkUnnamed5045(o.listUpdateRequests!);
}
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest--;
}
@@ -197,14 +197,14 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest--;
}
-core.List<core.String> buildUnnamed5045() {
+core.List<core.String> buildUnnamed5046() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5045(core.List<core.String> o) {
+void checkUnnamed5046(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -231,7 +231,7 @@
o.maxDatabaseEntries = 42;
o.maxUpdateEntries = 42;
o.region = 'foo';
- o.supportedCompressions = buildUnnamed5045();
+ o.supportedCompressions = buildUnnamed5046();
}
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints--;
return o;
@@ -263,14 +263,14 @@
o.region!,
unittest.equals('foo'),
);
- checkUnnamed5045(o.supportedCompressions!);
+ checkUnnamed5046(o.supportedCompressions!);
}
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints--;
}
core.List<
api.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse>
- buildUnnamed5046() {
+ buildUnnamed5047() {
var o = <
api.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse>[];
o.add(
@@ -280,7 +280,7 @@
return o;
}
-void checkUnnamed5046(
+void checkUnnamed5047(
core.List<
api.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse>
o) {
@@ -301,7 +301,7 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse <
3) {
- o.listUpdateResponses = buildUnnamed5046();
+ o.listUpdateResponses = buildUnnamed5047();
o.minimumWaitDuration = 'foo';
}
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse--;
@@ -313,7 +313,7 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse <
3) {
- checkUnnamed5046(o.listUpdateResponses!);
+ checkUnnamed5047(o.listUpdateResponses!);
unittest.expect(
o.minimumWaitDuration!,
unittest.equals('foo'),
@@ -322,22 +322,6 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse--;
}
-core.List<api.GoogleSecuritySafebrowsingV4ThreatEntrySet> buildUnnamed5047() {
- var o = <api.GoogleSecuritySafebrowsingV4ThreatEntrySet>[];
- o.add(buildGoogleSecuritySafebrowsingV4ThreatEntrySet());
- o.add(buildGoogleSecuritySafebrowsingV4ThreatEntrySet());
- return o;
-}
-
-void checkUnnamed5047(
- core.List<api.GoogleSecuritySafebrowsingV4ThreatEntrySet> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleSecuritySafebrowsingV4ThreatEntrySet(
- o[0] as api.GoogleSecuritySafebrowsingV4ThreatEntrySet);
- checkGoogleSecuritySafebrowsingV4ThreatEntrySet(
- o[1] as api.GoogleSecuritySafebrowsingV4ThreatEntrySet);
-}
-
core.List<api.GoogleSecuritySafebrowsingV4ThreatEntrySet> buildUnnamed5048() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatEntrySet>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatEntrySet());
@@ -354,6 +338,22 @@
o[1] as api.GoogleSecuritySafebrowsingV4ThreatEntrySet);
}
+core.List<api.GoogleSecuritySafebrowsingV4ThreatEntrySet> buildUnnamed5049() {
+ var o = <api.GoogleSecuritySafebrowsingV4ThreatEntrySet>[];
+ o.add(buildGoogleSecuritySafebrowsingV4ThreatEntrySet());
+ o.add(buildGoogleSecuritySafebrowsingV4ThreatEntrySet());
+ return o;
+}
+
+void checkUnnamed5049(
+ core.List<api.GoogleSecuritySafebrowsingV4ThreatEntrySet> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleSecuritySafebrowsingV4ThreatEntrySet(
+ o[0] as api.GoogleSecuritySafebrowsingV4ThreatEntrySet);
+ checkGoogleSecuritySafebrowsingV4ThreatEntrySet(
+ o[1] as api.GoogleSecuritySafebrowsingV4ThreatEntrySet);
+}
+
core.int
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse =
0;
@@ -364,11 +364,11 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse <
3) {
- o.additions = buildUnnamed5047();
+ o.additions = buildUnnamed5048();
o.checksum = buildGoogleSecuritySafebrowsingV4Checksum();
o.newClientState = 'foo';
o.platformType = 'foo';
- o.removals = buildUnnamed5048();
+ o.removals = buildUnnamed5049();
o.responseType = 'foo';
o.threatEntryType = 'foo';
o.threatType = 'foo';
@@ -383,7 +383,7 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse <
3) {
- checkUnnamed5047(o.additions!);
+ checkUnnamed5048(o.additions!);
checkGoogleSecuritySafebrowsingV4Checksum(
o.checksum! as api.GoogleSecuritySafebrowsingV4Checksum);
unittest.expect(
@@ -394,7 +394,7 @@
o.platformType!,
unittest.equals('foo'),
);
- checkUnnamed5048(o.removals!);
+ checkUnnamed5049(o.removals!);
unittest.expect(
o.responseType!,
unittest.equals('foo'),
@@ -411,14 +411,14 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse--;
}
-core.List<core.String> buildUnnamed5049() {
+core.List<core.String> buildUnnamed5050() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5049(core.List<core.String> o) {
+void checkUnnamed5050(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -438,7 +438,7 @@
if (buildCounterGoogleSecuritySafebrowsingV4FindFullHashesRequest < 3) {
o.apiClient = buildGoogleSecuritySafebrowsingV4ClientInfo();
o.client = buildGoogleSecuritySafebrowsingV4ClientInfo();
- o.clientStates = buildUnnamed5049();
+ o.clientStates = buildUnnamed5050();
o.threatInfo = buildGoogleSecuritySafebrowsingV4ThreatInfo();
}
buildCounterGoogleSecuritySafebrowsingV4FindFullHashesRequest--;
@@ -453,21 +453,21 @@
o.apiClient! as api.GoogleSecuritySafebrowsingV4ClientInfo);
checkGoogleSecuritySafebrowsingV4ClientInfo(
o.client! as api.GoogleSecuritySafebrowsingV4ClientInfo);
- checkUnnamed5049(o.clientStates!);
+ checkUnnamed5050(o.clientStates!);
checkGoogleSecuritySafebrowsingV4ThreatInfo(
o.threatInfo! as api.GoogleSecuritySafebrowsingV4ThreatInfo);
}
buildCounterGoogleSecuritySafebrowsingV4FindFullHashesRequest--;
}
-core.List<api.GoogleSecuritySafebrowsingV4ThreatMatch> buildUnnamed5050() {
+core.List<api.GoogleSecuritySafebrowsingV4ThreatMatch> buildUnnamed5051() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatMatch>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatMatch());
o.add(buildGoogleSecuritySafebrowsingV4ThreatMatch());
return o;
}
-void checkUnnamed5050(
+void checkUnnamed5051(
core.List<api.GoogleSecuritySafebrowsingV4ThreatMatch> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleSecuritySafebrowsingV4ThreatMatch(
@@ -482,7 +482,7 @@
var o = api.GoogleSecuritySafebrowsingV4FindFullHashesResponse();
buildCounterGoogleSecuritySafebrowsingV4FindFullHashesResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FindFullHashesResponse < 3) {
- o.matches = buildUnnamed5050();
+ o.matches = buildUnnamed5051();
o.minimumWaitDuration = 'foo';
o.negativeCacheDuration = 'foo';
}
@@ -494,7 +494,7 @@
api.GoogleSecuritySafebrowsingV4FindFullHashesResponse o) {
buildCounterGoogleSecuritySafebrowsingV4FindFullHashesResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FindFullHashesResponse < 3) {
- checkUnnamed5050(o.matches!);
+ checkUnnamed5051(o.matches!);
unittest.expect(
o.minimumWaitDuration!,
unittest.equals('foo'),
@@ -532,14 +532,14 @@
buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesRequest--;
}
-core.List<api.GoogleSecuritySafebrowsingV4ThreatMatch> buildUnnamed5051() {
+core.List<api.GoogleSecuritySafebrowsingV4ThreatMatch> buildUnnamed5052() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatMatch>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatMatch());
o.add(buildGoogleSecuritySafebrowsingV4ThreatMatch());
return o;
}
-void checkUnnamed5051(
+void checkUnnamed5052(
core.List<api.GoogleSecuritySafebrowsingV4ThreatMatch> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleSecuritySafebrowsingV4ThreatMatch(
@@ -554,7 +554,7 @@
var o = api.GoogleSecuritySafebrowsingV4FindThreatMatchesResponse();
buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesResponse < 3) {
- o.matches = buildUnnamed5051();
+ o.matches = buildUnnamed5052();
}
buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesResponse--;
return o;
@@ -564,20 +564,20 @@
api.GoogleSecuritySafebrowsingV4FindThreatMatchesResponse o) {
buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesResponse < 3) {
- checkUnnamed5051(o.matches!);
+ checkUnnamed5052(o.matches!);
}
buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesResponse--;
}
core.List<api.GoogleSecuritySafebrowsingV4ThreatListDescriptor>
- buildUnnamed5052() {
+ buildUnnamed5053() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatListDescriptor>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatListDescriptor());
o.add(buildGoogleSecuritySafebrowsingV4ThreatListDescriptor());
return o;
}
-void checkUnnamed5052(
+void checkUnnamed5053(
core.List<api.GoogleSecuritySafebrowsingV4ThreatListDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleSecuritySafebrowsingV4ThreatListDescriptor(
@@ -592,7 +592,7 @@
var o = api.GoogleSecuritySafebrowsingV4ListThreatListsResponse();
buildCounterGoogleSecuritySafebrowsingV4ListThreatListsResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4ListThreatListsResponse < 3) {
- o.threatLists = buildUnnamed5052();
+ o.threatLists = buildUnnamed5053();
}
buildCounterGoogleSecuritySafebrowsingV4ListThreatListsResponse--;
return o;
@@ -602,7 +602,7 @@
api.GoogleSecuritySafebrowsingV4ListThreatListsResponse o) {
buildCounterGoogleSecuritySafebrowsingV4ListThreatListsResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4ListThreatListsResponse < 3) {
- checkUnnamed5052(o.threatLists!);
+ checkUnnamed5053(o.threatLists!);
}
buildCounterGoogleSecuritySafebrowsingV4ListThreatListsResponse--;
}
@@ -636,14 +636,14 @@
buildCounterGoogleSecuritySafebrowsingV4RawHashes--;
}
-core.List<core.int> buildUnnamed5053() {
+core.List<core.int> buildUnnamed5054() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed5053(core.List<core.int> o) {
+void checkUnnamed5054(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -661,7 +661,7 @@
var o = api.GoogleSecuritySafebrowsingV4RawIndices();
buildCounterGoogleSecuritySafebrowsingV4RawIndices++;
if (buildCounterGoogleSecuritySafebrowsingV4RawIndices < 3) {
- o.indices = buildUnnamed5053();
+ o.indices = buildUnnamed5054();
}
buildCounterGoogleSecuritySafebrowsingV4RawIndices--;
return o;
@@ -671,7 +671,7 @@
api.GoogleSecuritySafebrowsingV4RawIndices o) {
buildCounterGoogleSecuritySafebrowsingV4RawIndices++;
if (buildCounterGoogleSecuritySafebrowsingV4RawIndices < 3) {
- checkUnnamed5053(o.indices!);
+ checkUnnamed5054(o.indices!);
}
buildCounterGoogleSecuritySafebrowsingV4RawIndices--;
}
@@ -750,14 +750,14 @@
}
core.List<api.GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry>
- buildUnnamed5054() {
+ buildUnnamed5055() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry());
o.add(buildGoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry());
return o;
}
-void checkUnnamed5054(
+void checkUnnamed5055(
core.List<api.GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -773,7 +773,7 @@
var o = api.GoogleSecuritySafebrowsingV4ThreatEntryMetadata();
buildCounterGoogleSecuritySafebrowsingV4ThreatEntryMetadata++;
if (buildCounterGoogleSecuritySafebrowsingV4ThreatEntryMetadata < 3) {
- o.entries = buildUnnamed5054();
+ o.entries = buildUnnamed5055();
}
buildCounterGoogleSecuritySafebrowsingV4ThreatEntryMetadata--;
return o;
@@ -783,7 +783,7 @@
api.GoogleSecuritySafebrowsingV4ThreatEntryMetadata o) {
buildCounterGoogleSecuritySafebrowsingV4ThreatEntryMetadata++;
if (buildCounterGoogleSecuritySafebrowsingV4ThreatEntryMetadata < 3) {
- checkUnnamed5054(o.entries!);
+ checkUnnamed5055(o.entries!);
}
buildCounterGoogleSecuritySafebrowsingV4ThreatEntryMetadata--;
}
@@ -858,14 +858,14 @@
}
core.List<api.GoogleSecuritySafebrowsingV4ThreatHitThreatSource>
- buildUnnamed5055() {
+ buildUnnamed5056() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatHitThreatSource>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatHitThreatSource());
o.add(buildGoogleSecuritySafebrowsingV4ThreatHitThreatSource());
return o;
}
-void checkUnnamed5055(
+void checkUnnamed5056(
core.List<api.GoogleSecuritySafebrowsingV4ThreatHitThreatSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleSecuritySafebrowsingV4ThreatHitThreatSource(
@@ -883,7 +883,7 @@
o.clientInfo = buildGoogleSecuritySafebrowsingV4ClientInfo();
o.entry = buildGoogleSecuritySafebrowsingV4ThreatEntry();
o.platformType = 'foo';
- o.resources = buildUnnamed5055();
+ o.resources = buildUnnamed5056();
o.threatType = 'foo';
o.userInfo = buildGoogleSecuritySafebrowsingV4ThreatHitUserInfo();
}
@@ -903,7 +903,7 @@
o.platformType!,
unittest.equals('foo'),
);
- checkUnnamed5055(o.resources!);
+ checkUnnamed5056(o.resources!);
unittest.expect(
o.threatType!,
unittest.equals('foo'),
@@ -982,14 +982,14 @@
buildCounterGoogleSecuritySafebrowsingV4ThreatHitUserInfo--;
}
-core.List<core.String> buildUnnamed5056() {
+core.List<core.String> buildUnnamed5057() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5056(core.List<core.String> o) {
+void checkUnnamed5057(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1001,14 +1001,14 @@
);
}
-core.List<api.GoogleSecuritySafebrowsingV4ThreatEntry> buildUnnamed5057() {
+core.List<api.GoogleSecuritySafebrowsingV4ThreatEntry> buildUnnamed5058() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatEntry>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatEntry());
o.add(buildGoogleSecuritySafebrowsingV4ThreatEntry());
return o;
}
-void checkUnnamed5057(
+void checkUnnamed5058(
core.List<api.GoogleSecuritySafebrowsingV4ThreatEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleSecuritySafebrowsingV4ThreatEntry(
@@ -1017,25 +1017,6 @@
o[1] as api.GoogleSecuritySafebrowsingV4ThreatEntry);
}
-core.List<core.String> buildUnnamed5058() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5058(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5059() {
var o = <core.String>[];
o.add('foo');
@@ -1055,16 +1036,35 @@
);
}
+core.List<core.String> buildUnnamed5060() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5060(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleSecuritySafebrowsingV4ThreatInfo = 0;
api.GoogleSecuritySafebrowsingV4ThreatInfo
buildGoogleSecuritySafebrowsingV4ThreatInfo() {
var o = api.GoogleSecuritySafebrowsingV4ThreatInfo();
buildCounterGoogleSecuritySafebrowsingV4ThreatInfo++;
if (buildCounterGoogleSecuritySafebrowsingV4ThreatInfo < 3) {
- o.platformTypes = buildUnnamed5056();
- o.threatEntries = buildUnnamed5057();
- o.threatEntryTypes = buildUnnamed5058();
- o.threatTypes = buildUnnamed5059();
+ o.platformTypes = buildUnnamed5057();
+ o.threatEntries = buildUnnamed5058();
+ o.threatEntryTypes = buildUnnamed5059();
+ o.threatTypes = buildUnnamed5060();
}
buildCounterGoogleSecuritySafebrowsingV4ThreatInfo--;
return o;
@@ -1074,10 +1074,10 @@
api.GoogleSecuritySafebrowsingV4ThreatInfo o) {
buildCounterGoogleSecuritySafebrowsingV4ThreatInfo++;
if (buildCounterGoogleSecuritySafebrowsingV4ThreatInfo < 3) {
- checkUnnamed5056(o.platformTypes!);
- checkUnnamed5057(o.threatEntries!);
- checkUnnamed5058(o.threatEntryTypes!);
- checkUnnamed5059(o.threatTypes!);
+ checkUnnamed5057(o.platformTypes!);
+ checkUnnamed5058(o.threatEntries!);
+ checkUnnamed5059(o.threatEntryTypes!);
+ checkUnnamed5060(o.threatTypes!);
}
buildCounterGoogleSecuritySafebrowsingV4ThreatInfo--;
}
diff --git a/generated/googleapis/test/secretmanager/v1_test.dart b/generated/googleapis/test/secretmanager/v1_test.dart
index 6a367bc..07a776b 100644
--- a/generated/googleapis/test/secretmanager/v1_test.dart
+++ b/generated/googleapis/test/secretmanager/v1_test.dart
@@ -70,14 +70,14 @@
buildCounterAddSecretVersionRequest--;
}
-core.List<api.AuditLogConfig> buildUnnamed5730() {
+core.List<api.AuditLogConfig> buildUnnamed5732() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed5730(core.List<api.AuditLogConfig> o) {
+void checkUnnamed5732(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -88,7 +88,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed5730();
+ o.auditLogConfigs = buildUnnamed5732();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -98,7 +98,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed5730(o.auditLogConfigs!);
+ checkUnnamed5732(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -107,14 +107,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed5731() {
+core.List<core.String> buildUnnamed5733() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5731(core.List<core.String> o) {
+void checkUnnamed5733(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -131,7 +131,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed5731();
+ o.exemptedMembers = buildUnnamed5733();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -141,7 +141,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed5731(o.exemptedMembers!);
+ checkUnnamed5733(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -190,14 +190,14 @@
buildCounterAutomaticStatus--;
}
-core.List<core.String> buildUnnamed5732() {
+core.List<core.String> buildUnnamed5734() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5732(core.List<core.String> o) {
+void checkUnnamed5734(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -215,7 +215,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed5732();
+ o.members = buildUnnamed5734();
o.role = 'foo';
}
buildCounterBinding--;
@@ -226,7 +226,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed5732(o.members!);
+ checkUnnamed5734(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -377,14 +377,14 @@
buildCounterExpr--;
}
-core.List<api.Location> buildUnnamed5733() {
+core.List<api.Location> buildUnnamed5735() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed5733(core.List<api.Location> o) {
+void checkUnnamed5735(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -395,7 +395,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed5733();
+ o.locations = buildUnnamed5735();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -405,7 +405,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed5733(o.locations!);
+ checkUnnamed5735(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -414,14 +414,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.SecretVersion> buildUnnamed5734() {
+core.List<api.SecretVersion> buildUnnamed5736() {
var o = <api.SecretVersion>[];
o.add(buildSecretVersion());
o.add(buildSecretVersion());
return o;
}
-void checkUnnamed5734(core.List<api.SecretVersion> o) {
+void checkUnnamed5736(core.List<api.SecretVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkSecretVersion(o[0] as api.SecretVersion);
checkSecretVersion(o[1] as api.SecretVersion);
@@ -434,7 +434,7 @@
if (buildCounterListSecretVersionsResponse < 3) {
o.nextPageToken = 'foo';
o.totalSize = 42;
- o.versions = buildUnnamed5734();
+ o.versions = buildUnnamed5736();
}
buildCounterListSecretVersionsResponse--;
return o;
@@ -451,19 +451,19 @@
o.totalSize!,
unittest.equals(42),
);
- checkUnnamed5734(o.versions!);
+ checkUnnamed5736(o.versions!);
}
buildCounterListSecretVersionsResponse--;
}
-core.List<api.Secret> buildUnnamed5735() {
+core.List<api.Secret> buildUnnamed5737() {
var o = <api.Secret>[];
o.add(buildSecret());
o.add(buildSecret());
return o;
}
-void checkUnnamed5735(core.List<api.Secret> o) {
+void checkUnnamed5737(core.List<api.Secret> o) {
unittest.expect(o, unittest.hasLength(2));
checkSecret(o[0] as api.Secret);
checkSecret(o[1] as api.Secret);
@@ -475,7 +475,7 @@
buildCounterListSecretsResponse++;
if (buildCounterListSecretsResponse < 3) {
o.nextPageToken = 'foo';
- o.secrets = buildUnnamed5735();
+ o.secrets = buildUnnamed5737();
o.totalSize = 42;
}
buildCounterListSecretsResponse--;
@@ -489,7 +489,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5735(o.secrets!);
+ checkUnnamed5737(o.secrets!);
unittest.expect(
o.totalSize!,
unittest.equals(42),
@@ -498,14 +498,14 @@
buildCounterListSecretsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed5736() {
+core.Map<core.String, core.String> buildUnnamed5738() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5736(core.Map<core.String, core.String> o) {
+void checkUnnamed5738(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -517,7 +517,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5737() {
+core.Map<core.String, core.Object> buildUnnamed5739() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -532,7 +532,7 @@
return o;
}
-void checkUnnamed5737(core.Map<core.String, core.Object> o) {
+void checkUnnamed5739(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -570,9 +570,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed5736();
+ o.labels = buildUnnamed5738();
o.locationId = 'foo';
- o.metadata = buildUnnamed5737();
+ o.metadata = buildUnnamed5739();
o.name = 'foo';
}
buildCounterLocation--;
@@ -586,12 +586,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5736(o.labels!);
+ checkUnnamed5738(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed5737(o.metadata!);
+ checkUnnamed5739(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -600,27 +600,27 @@
buildCounterLocation--;
}
-core.List<api.AuditConfig> buildUnnamed5738() {
+core.List<api.AuditConfig> buildUnnamed5740() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed5738(core.List<api.AuditConfig> o) {
+void checkUnnamed5740(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed5739() {
+core.List<api.Binding> buildUnnamed5741() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed5739(core.List<api.Binding> o) {
+void checkUnnamed5741(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -631,8 +631,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed5738();
- o.bindings = buildUnnamed5739();
+ o.auditConfigs = buildUnnamed5740();
+ o.bindings = buildUnnamed5741();
o.etag = 'foo';
o.version = 42;
}
@@ -643,8 +643,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed5738(o.auditConfigs!);
- checkUnnamed5739(o.bindings!);
+ checkUnnamed5740(o.auditConfigs!);
+ checkUnnamed5741(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -749,14 +749,14 @@
buildCounterReplicationStatus--;
}
-core.Map<core.String, core.String> buildUnnamed5740() {
+core.Map<core.String, core.String> buildUnnamed5742() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5740(core.Map<core.String, core.String> o) {
+void checkUnnamed5742(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -768,14 +768,14 @@
);
}
-core.List<api.Topic> buildUnnamed5741() {
+core.List<api.Topic> buildUnnamed5743() {
var o = <api.Topic>[];
o.add(buildTopic());
o.add(buildTopic());
return o;
}
-void checkUnnamed5741(core.List<api.Topic> o) {
+void checkUnnamed5743(core.List<api.Topic> o) {
unittest.expect(o, unittest.hasLength(2));
checkTopic(o[0] as api.Topic);
checkTopic(o[1] as api.Topic);
@@ -788,10 +788,10 @@
if (buildCounterSecret < 3) {
o.createTime = 'foo';
o.expireTime = 'foo';
- o.labels = buildUnnamed5740();
+ o.labels = buildUnnamed5742();
o.name = 'foo';
o.replication = buildReplication();
- o.topics = buildUnnamed5741();
+ o.topics = buildUnnamed5743();
o.ttl = 'foo';
}
buildCounterSecret--;
@@ -809,13 +809,13 @@
o.expireTime!,
unittest.equals('foo'),
);
- checkUnnamed5740(o.labels!);
+ checkUnnamed5742(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkReplication(o.replication! as api.Replication);
- checkUnnamed5741(o.topics!);
+ checkUnnamed5743(o.topics!);
unittest.expect(
o.ttl!,
unittest.equals('foo'),
@@ -909,14 +909,14 @@
buildCounterSetIamPolicyRequest--;
}
-core.List<core.String> buildUnnamed5742() {
+core.List<core.String> buildUnnamed5744() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5742(core.List<core.String> o) {
+void checkUnnamed5744(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -933,7 +933,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed5742();
+ o.permissions = buildUnnamed5744();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -942,19 +942,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed5742(o.permissions!);
+ checkUnnamed5744(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed5743() {
+core.List<core.String> buildUnnamed5745() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5743(core.List<core.String> o) {
+void checkUnnamed5745(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -971,7 +971,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed5743();
+ o.permissions = buildUnnamed5745();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -980,7 +980,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed5743(o.permissions!);
+ checkUnnamed5745(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
@@ -1007,14 +1007,14 @@
buildCounterTopic--;
}
-core.List<api.Replica> buildUnnamed5744() {
+core.List<api.Replica> buildUnnamed5746() {
var o = <api.Replica>[];
o.add(buildReplica());
o.add(buildReplica());
return o;
}
-void checkUnnamed5744(core.List<api.Replica> o) {
+void checkUnnamed5746(core.List<api.Replica> o) {
unittest.expect(o, unittest.hasLength(2));
checkReplica(o[0] as api.Replica);
checkReplica(o[1] as api.Replica);
@@ -1025,7 +1025,7 @@
var o = api.UserManaged();
buildCounterUserManaged++;
if (buildCounterUserManaged < 3) {
- o.replicas = buildUnnamed5744();
+ o.replicas = buildUnnamed5746();
}
buildCounterUserManaged--;
return o;
@@ -1034,19 +1034,19 @@
void checkUserManaged(api.UserManaged o) {
buildCounterUserManaged++;
if (buildCounterUserManaged < 3) {
- checkUnnamed5744(o.replicas!);
+ checkUnnamed5746(o.replicas!);
}
buildCounterUserManaged--;
}
-core.List<api.ReplicaStatus> buildUnnamed5745() {
+core.List<api.ReplicaStatus> buildUnnamed5747() {
var o = <api.ReplicaStatus>[];
o.add(buildReplicaStatus());
o.add(buildReplicaStatus());
return o;
}
-void checkUnnamed5745(core.List<api.ReplicaStatus> o) {
+void checkUnnamed5747(core.List<api.ReplicaStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkReplicaStatus(o[0] as api.ReplicaStatus);
checkReplicaStatus(o[1] as api.ReplicaStatus);
@@ -1057,7 +1057,7 @@
var o = api.UserManagedStatus();
buildCounterUserManagedStatus++;
if (buildCounterUserManagedStatus < 3) {
- o.replicas = buildUnnamed5745();
+ o.replicas = buildUnnamed5747();
}
buildCounterUserManagedStatus--;
return o;
@@ -1066,7 +1066,7 @@
void checkUserManagedStatus(api.UserManagedStatus o) {
buildCounterUserManagedStatus++;
if (buildCounterUserManagedStatus < 3) {
- checkUnnamed5745(o.replicas!);
+ checkUnnamed5747(o.replicas!);
}
buildCounterUserManagedStatus--;
}
diff --git a/generated/googleapis/test/serviceconsumermanagement/v1_test.dart b/generated/googleapis/test/serviceconsumermanagement/v1_test.dart
index 4e59356..1848027 100644
--- a/generated/googleapis/test/serviceconsumermanagement/v1_test.dart
+++ b/generated/googleapis/test/serviceconsumermanagement/v1_test.dart
@@ -51,40 +51,40 @@
buildCounterAddTenantProjectRequest--;
}
-core.List<api.Method> buildUnnamed3941() {
+core.List<api.Method> buildUnnamed3942() {
var o = <api.Method>[];
o.add(buildMethod());
o.add(buildMethod());
return o;
}
-void checkUnnamed3941(core.List<api.Method> o) {
+void checkUnnamed3942(core.List<api.Method> o) {
unittest.expect(o, unittest.hasLength(2));
checkMethod(o[0] as api.Method);
checkMethod(o[1] as api.Method);
}
-core.List<api.Mixin> buildUnnamed3942() {
+core.List<api.Mixin> buildUnnamed3943() {
var o = <api.Mixin>[];
o.add(buildMixin());
o.add(buildMixin());
return o;
}
-void checkUnnamed3942(core.List<api.Mixin> o) {
+void checkUnnamed3943(core.List<api.Mixin> o) {
unittest.expect(o, unittest.hasLength(2));
checkMixin(o[0] as api.Mixin);
checkMixin(o[1] as api.Mixin);
}
-core.List<api.Option> buildUnnamed3943() {
+core.List<api.Option> buildUnnamed3944() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed3943(core.List<api.Option> o) {
+void checkUnnamed3944(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -95,10 +95,10 @@
var o = api.Api();
buildCounterApi++;
if (buildCounterApi < 3) {
- o.methods = buildUnnamed3941();
- o.mixins = buildUnnamed3942();
+ o.methods = buildUnnamed3942();
+ o.mixins = buildUnnamed3943();
o.name = 'foo';
- o.options = buildUnnamed3943();
+ o.options = buildUnnamed3944();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
o.version = 'foo';
@@ -110,13 +110,13 @@
void checkApi(api.Api o) {
buildCounterApi++;
if (buildCounterApi < 3) {
- checkUnnamed3941(o.methods!);
- checkUnnamed3942(o.mixins!);
+ checkUnnamed3942(o.methods!);
+ checkUnnamed3943(o.mixins!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3943(o.options!);
+ checkUnnamed3944(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -187,14 +187,14 @@
buildCounterAttachTenantProjectRequest--;
}
-core.List<api.JwtLocation> buildUnnamed3944() {
+core.List<api.JwtLocation> buildUnnamed3945() {
var o = <api.JwtLocation>[];
o.add(buildJwtLocation());
o.add(buildJwtLocation());
return o;
}
-void checkUnnamed3944(core.List<api.JwtLocation> o) {
+void checkUnnamed3945(core.List<api.JwtLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkJwtLocation(o[0] as api.JwtLocation);
checkJwtLocation(o[1] as api.JwtLocation);
@@ -210,7 +210,7 @@
o.id = 'foo';
o.issuer = 'foo';
o.jwksUri = 'foo';
- o.jwtLocations = buildUnnamed3944();
+ o.jwtLocations = buildUnnamed3945();
}
buildCounterAuthProvider--;
return o;
@@ -239,7 +239,7 @@
o.jwksUri!,
unittest.equals('foo'),
);
- checkUnnamed3944(o.jwtLocations!);
+ checkUnnamed3945(o.jwtLocations!);
}
buildCounterAuthProvider--;
}
@@ -271,27 +271,27 @@
buildCounterAuthRequirement--;
}
-core.List<api.AuthProvider> buildUnnamed3945() {
+core.List<api.AuthProvider> buildUnnamed3946() {
var o = <api.AuthProvider>[];
o.add(buildAuthProvider());
o.add(buildAuthProvider());
return o;
}
-void checkUnnamed3945(core.List<api.AuthProvider> o) {
+void checkUnnamed3946(core.List<api.AuthProvider> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthProvider(o[0] as api.AuthProvider);
checkAuthProvider(o[1] as api.AuthProvider);
}
-core.List<api.AuthenticationRule> buildUnnamed3946() {
+core.List<api.AuthenticationRule> buildUnnamed3947() {
var o = <api.AuthenticationRule>[];
o.add(buildAuthenticationRule());
o.add(buildAuthenticationRule());
return o;
}
-void checkUnnamed3946(core.List<api.AuthenticationRule> o) {
+void checkUnnamed3947(core.List<api.AuthenticationRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthenticationRule(o[0] as api.AuthenticationRule);
checkAuthenticationRule(o[1] as api.AuthenticationRule);
@@ -302,8 +302,8 @@
var o = api.Authentication();
buildCounterAuthentication++;
if (buildCounterAuthentication < 3) {
- o.providers = buildUnnamed3945();
- o.rules = buildUnnamed3946();
+ o.providers = buildUnnamed3946();
+ o.rules = buildUnnamed3947();
}
buildCounterAuthentication--;
return o;
@@ -312,20 +312,20 @@
void checkAuthentication(api.Authentication o) {
buildCounterAuthentication++;
if (buildCounterAuthentication < 3) {
- checkUnnamed3945(o.providers!);
- checkUnnamed3946(o.rules!);
+ checkUnnamed3946(o.providers!);
+ checkUnnamed3947(o.rules!);
}
buildCounterAuthentication--;
}
-core.List<api.AuthRequirement> buildUnnamed3947() {
+core.List<api.AuthRequirement> buildUnnamed3948() {
var o = <api.AuthRequirement>[];
o.add(buildAuthRequirement());
o.add(buildAuthRequirement());
return o;
}
-void checkUnnamed3947(core.List<api.AuthRequirement> o) {
+void checkUnnamed3948(core.List<api.AuthRequirement> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthRequirement(o[0] as api.AuthRequirement);
checkAuthRequirement(o[1] as api.AuthRequirement);
@@ -338,7 +338,7 @@
if (buildCounterAuthenticationRule < 3) {
o.allowWithoutCredential = true;
o.oauth = buildOAuthRequirements();
- o.requirements = buildUnnamed3947();
+ o.requirements = buildUnnamed3948();
o.selector = 'foo';
}
buildCounterAuthenticationRule--;
@@ -350,7 +350,7 @@
if (buildCounterAuthenticationRule < 3) {
unittest.expect(o.allowWithoutCredential!, unittest.isTrue);
checkOAuthRequirements(o.oauth! as api.OAuthRequirements);
- checkUnnamed3947(o.requirements!);
+ checkUnnamed3948(o.requirements!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -359,14 +359,14 @@
buildCounterAuthenticationRule--;
}
-core.List<api.BackendRule> buildUnnamed3948() {
+core.List<api.BackendRule> buildUnnamed3949() {
var o = <api.BackendRule>[];
o.add(buildBackendRule());
o.add(buildBackendRule());
return o;
}
-void checkUnnamed3948(core.List<api.BackendRule> o) {
+void checkUnnamed3949(core.List<api.BackendRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkBackendRule(o[0] as api.BackendRule);
checkBackendRule(o[1] as api.BackendRule);
@@ -377,7 +377,7 @@
var o = api.Backend();
buildCounterBackend++;
if (buildCounterBackend < 3) {
- o.rules = buildUnnamed3948();
+ o.rules = buildUnnamed3949();
}
buildCounterBackend--;
return o;
@@ -386,7 +386,7 @@
void checkBackend(api.Backend o) {
buildCounterBackend++;
if (buildCounterBackend < 3) {
- checkUnnamed3948(o.rules!);
+ checkUnnamed3949(o.rules!);
}
buildCounterBackend--;
}
@@ -450,14 +450,14 @@
buildCounterBackendRule--;
}
-core.List<api.BillingDestination> buildUnnamed3949() {
+core.List<api.BillingDestination> buildUnnamed3950() {
var o = <api.BillingDestination>[];
o.add(buildBillingDestination());
o.add(buildBillingDestination());
return o;
}
-void checkUnnamed3949(core.List<api.BillingDestination> o) {
+void checkUnnamed3950(core.List<api.BillingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkBillingDestination(o[0] as api.BillingDestination);
checkBillingDestination(o[1] as api.BillingDestination);
@@ -468,7 +468,7 @@
var o = api.Billing();
buildCounterBilling++;
if (buildCounterBilling < 3) {
- o.consumerDestinations = buildUnnamed3949();
+ o.consumerDestinations = buildUnnamed3950();
}
buildCounterBilling--;
return o;
@@ -477,7 +477,7 @@
void checkBilling(api.Billing o) {
buildCounterBilling++;
if (buildCounterBilling < 3) {
- checkUnnamed3949(o.consumerDestinations!);
+ checkUnnamed3950(o.consumerDestinations!);
}
buildCounterBilling--;
}
@@ -504,14 +504,14 @@
buildCounterBillingConfig--;
}
-core.List<core.String> buildUnnamed3950() {
+core.List<core.String> buildUnnamed3951() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3950(core.List<core.String> o) {
+void checkUnnamed3951(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -528,7 +528,7 @@
var o = api.BillingDestination();
buildCounterBillingDestination++;
if (buildCounterBillingDestination < 3) {
- o.metrics = buildUnnamed3950();
+ o.metrics = buildUnnamed3951();
o.monitoredResource = 'foo';
}
buildCounterBillingDestination--;
@@ -538,7 +538,7 @@
void checkBillingDestination(api.BillingDestination o) {
buildCounterBillingDestination++;
if (buildCounterBillingDestination < 3) {
- checkUnnamed3950(o.metrics!);
+ checkUnnamed3951(o.metrics!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -562,14 +562,14 @@
buildCounterCancelOperationRequest--;
}
-core.List<api.ContextRule> buildUnnamed3951() {
+core.List<api.ContextRule> buildUnnamed3952() {
var o = <api.ContextRule>[];
o.add(buildContextRule());
o.add(buildContextRule());
return o;
}
-void checkUnnamed3951(core.List<api.ContextRule> o) {
+void checkUnnamed3952(core.List<api.ContextRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkContextRule(o[0] as api.ContextRule);
checkContextRule(o[1] as api.ContextRule);
@@ -580,7 +580,7 @@
var o = api.Context();
buildCounterContext++;
if (buildCounterContext < 3) {
- o.rules = buildUnnamed3951();
+ o.rules = buildUnnamed3952();
}
buildCounterContext--;
return o;
@@ -589,30 +589,11 @@
void checkContext(api.Context o) {
buildCounterContext++;
if (buildCounterContext < 3) {
- checkUnnamed3951(o.rules!);
+ checkUnnamed3952(o.rules!);
}
buildCounterContext--;
}
-core.List<core.String> buildUnnamed3952() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3952(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3953() {
var o = <core.String>[];
o.add('foo');
@@ -670,15 +651,34 @@
);
}
+core.List<core.String> buildUnnamed3956() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3956(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterContextRule = 0;
api.ContextRule buildContextRule() {
var o = api.ContextRule();
buildCounterContextRule++;
if (buildCounterContextRule < 3) {
- o.allowedRequestExtensions = buildUnnamed3952();
- o.allowedResponseExtensions = buildUnnamed3953();
- o.provided = buildUnnamed3954();
- o.requested = buildUnnamed3955();
+ o.allowedRequestExtensions = buildUnnamed3953();
+ o.allowedResponseExtensions = buildUnnamed3954();
+ o.provided = buildUnnamed3955();
+ o.requested = buildUnnamed3956();
o.selector = 'foo';
}
buildCounterContextRule--;
@@ -688,10 +688,10 @@
void checkContextRule(api.ContextRule o) {
buildCounterContextRule++;
if (buildCounterContextRule < 3) {
- checkUnnamed3952(o.allowedRequestExtensions!);
- checkUnnamed3953(o.allowedResponseExtensions!);
- checkUnnamed3954(o.provided!);
- checkUnnamed3955(o.requested!);
+ checkUnnamed3953(o.allowedRequestExtensions!);
+ checkUnnamed3954(o.allowedResponseExtensions!);
+ checkUnnamed3955(o.provided!);
+ checkUnnamed3956(o.requested!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -744,27 +744,27 @@
buildCounterCreateTenancyUnitRequest--;
}
-core.List<api.CustomErrorRule> buildUnnamed3956() {
+core.List<api.CustomErrorRule> buildUnnamed3957() {
var o = <api.CustomErrorRule>[];
o.add(buildCustomErrorRule());
o.add(buildCustomErrorRule());
return o;
}
-void checkUnnamed3956(core.List<api.CustomErrorRule> o) {
+void checkUnnamed3957(core.List<api.CustomErrorRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomErrorRule(o[0] as api.CustomErrorRule);
checkCustomErrorRule(o[1] as api.CustomErrorRule);
}
-core.List<core.String> buildUnnamed3957() {
+core.List<core.String> buildUnnamed3958() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3957(core.List<core.String> o) {
+void checkUnnamed3958(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -781,8 +781,8 @@
var o = api.CustomError();
buildCounterCustomError++;
if (buildCounterCustomError < 3) {
- o.rules = buildUnnamed3956();
- o.types = buildUnnamed3957();
+ o.rules = buildUnnamed3957();
+ o.types = buildUnnamed3958();
}
buildCounterCustomError--;
return o;
@@ -791,8 +791,8 @@
void checkCustomError(api.CustomError o) {
buildCounterCustomError++;
if (buildCounterCustomError < 3) {
- checkUnnamed3956(o.rules!);
- checkUnnamed3957(o.types!);
+ checkUnnamed3957(o.rules!);
+ checkUnnamed3958(o.types!);
}
buildCounterCustomError--;
}
@@ -870,27 +870,27 @@
buildCounterDeleteTenantProjectRequest--;
}
-core.List<api.Page> buildUnnamed3958() {
+core.List<api.Page> buildUnnamed3959() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed3958(core.List<api.Page> o) {
+void checkUnnamed3959(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
}
-core.List<api.DocumentationRule> buildUnnamed3959() {
+core.List<api.DocumentationRule> buildUnnamed3960() {
var o = <api.DocumentationRule>[];
o.add(buildDocumentationRule());
o.add(buildDocumentationRule());
return o;
}
-void checkUnnamed3959(core.List<api.DocumentationRule> o) {
+void checkUnnamed3960(core.List<api.DocumentationRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkDocumentationRule(o[0] as api.DocumentationRule);
checkDocumentationRule(o[1] as api.DocumentationRule);
@@ -903,8 +903,8 @@
if (buildCounterDocumentation < 3) {
o.documentationRootUrl = 'foo';
o.overview = 'foo';
- o.pages = buildUnnamed3958();
- o.rules = buildUnnamed3959();
+ o.pages = buildUnnamed3959();
+ o.rules = buildUnnamed3960();
o.serviceRootUrl = 'foo';
o.summary = 'foo';
}
@@ -923,8 +923,8 @@
o.overview!,
unittest.equals('foo'),
);
- checkUnnamed3958(o.pages!);
- checkUnnamed3959(o.rules!);
+ checkUnnamed3959(o.pages!);
+ checkUnnamed3960(o.rules!);
unittest.expect(
o.serviceRootUrl!,
unittest.equals('foo'),
@@ -984,14 +984,14 @@
buildCounterEmpty--;
}
-core.List<core.String> buildUnnamed3960() {
+core.List<core.String> buildUnnamed3961() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3960(core.List<core.String> o) {
+void checkUnnamed3961(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1008,7 +1008,7 @@
var o = api.Endpoint();
buildCounterEndpoint++;
if (buildCounterEndpoint < 3) {
- o.aliases = buildUnnamed3960();
+ o.aliases = buildUnnamed3961();
o.allowCors = true;
o.name = 'foo';
o.target = 'foo';
@@ -1020,7 +1020,7 @@
void checkEndpoint(api.Endpoint o) {
buildCounterEndpoint++;
if (buildCounterEndpoint < 3) {
- checkUnnamed3960(o.aliases!);
+ checkUnnamed3961(o.aliases!);
unittest.expect(o.allowCors!, unittest.isTrue);
unittest.expect(
o.name!,
@@ -1034,65 +1034,19 @@
buildCounterEndpoint--;
}
-core.List<api.EnumValue> buildUnnamed3961() {
+core.List<api.EnumValue> buildUnnamed3962() {
var o = <api.EnumValue>[];
o.add(buildEnumValue());
o.add(buildEnumValue());
return o;
}
-void checkUnnamed3961(core.List<api.EnumValue> o) {
+void checkUnnamed3962(core.List<api.EnumValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnumValue(o[0] as api.EnumValue);
checkEnumValue(o[1] as api.EnumValue);
}
-core.List<api.Option> buildUnnamed3962() {
- var o = <api.Option>[];
- o.add(buildOption());
- o.add(buildOption());
- return o;
-}
-
-void checkUnnamed3962(core.List<api.Option> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkOption(o[0] as api.Option);
- checkOption(o[1] as api.Option);
-}
-
-core.int buildCounterEnum = 0;
-api.Enum buildEnum() {
- var o = api.Enum();
- buildCounterEnum++;
- if (buildCounterEnum < 3) {
- o.enumvalue = buildUnnamed3961();
- o.name = 'foo';
- o.options = buildUnnamed3962();
- o.sourceContext = buildSourceContext();
- o.syntax = 'foo';
- }
- buildCounterEnum--;
- return o;
-}
-
-void checkEnum(api.Enum o) {
- buildCounterEnum++;
- if (buildCounterEnum < 3) {
- checkUnnamed3961(o.enumvalue!);
- unittest.expect(
- o.name!,
- unittest.equals('foo'),
- );
- checkUnnamed3962(o.options!);
- checkSourceContext(o.sourceContext! as api.SourceContext);
- unittest.expect(
- o.syntax!,
- unittest.equals('foo'),
- );
- }
- buildCounterEnum--;
-}
-
core.List<api.Option> buildUnnamed3963() {
var o = <api.Option>[];
o.add(buildOption());
@@ -1106,6 +1060,52 @@
checkOption(o[1] as api.Option);
}
+core.int buildCounterEnum = 0;
+api.Enum buildEnum() {
+ var o = api.Enum();
+ buildCounterEnum++;
+ if (buildCounterEnum < 3) {
+ o.enumvalue = buildUnnamed3962();
+ o.name = 'foo';
+ o.options = buildUnnamed3963();
+ o.sourceContext = buildSourceContext();
+ o.syntax = 'foo';
+ }
+ buildCounterEnum--;
+ return o;
+}
+
+void checkEnum(api.Enum o) {
+ buildCounterEnum++;
+ if (buildCounterEnum < 3) {
+ checkUnnamed3962(o.enumvalue!);
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed3963(o.options!);
+ checkSourceContext(o.sourceContext! as api.SourceContext);
+ unittest.expect(
+ o.syntax!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterEnum--;
+}
+
+core.List<api.Option> buildUnnamed3964() {
+ var o = <api.Option>[];
+ o.add(buildOption());
+ o.add(buildOption());
+ return o;
+}
+
+void checkUnnamed3964(core.List<api.Option> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkOption(o[0] as api.Option);
+ checkOption(o[1] as api.Option);
+}
+
core.int buildCounterEnumValue = 0;
api.EnumValue buildEnumValue() {
var o = api.EnumValue();
@@ -1113,7 +1113,7 @@
if (buildCounterEnumValue < 3) {
o.name = 'foo';
o.number = 42;
- o.options = buildUnnamed3963();
+ o.options = buildUnnamed3964();
}
buildCounterEnumValue--;
return o;
@@ -1130,19 +1130,19 @@
o.number!,
unittest.equals(42),
);
- checkUnnamed3963(o.options!);
+ checkUnnamed3964(o.options!);
}
buildCounterEnumValue--;
}
-core.List<api.Option> buildUnnamed3964() {
+core.List<api.Option> buildUnnamed3965() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed3964(core.List<api.Option> o) {
+void checkUnnamed3965(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1160,7 +1160,7 @@
o.name = 'foo';
o.number = 42;
o.oneofIndex = 42;
- o.options = buildUnnamed3964();
+ o.options = buildUnnamed3965();
o.packed = true;
o.typeUrl = 'foo';
}
@@ -1199,7 +1199,7 @@
o.oneofIndex!,
unittest.equals(42),
);
- checkUnnamed3964(o.options!);
+ checkUnnamed3965(o.options!);
unittest.expect(o.packed!, unittest.isTrue);
unittest.expect(
o.typeUrl!,
@@ -1209,40 +1209,6 @@
buildCounterField--;
}
-core.List<api.HttpRule> buildUnnamed3965() {
- var o = <api.HttpRule>[];
- o.add(buildHttpRule());
- o.add(buildHttpRule());
- return o;
-}
-
-void checkUnnamed3965(core.List<api.HttpRule> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkHttpRule(o[0] as api.HttpRule);
- checkHttpRule(o[1] as api.HttpRule);
-}
-
-core.int buildCounterHttp = 0;
-api.Http buildHttp() {
- var o = api.Http();
- buildCounterHttp++;
- if (buildCounterHttp < 3) {
- o.fullyDecodeReservedExpansion = true;
- o.rules = buildUnnamed3965();
- }
- buildCounterHttp--;
- return o;
-}
-
-void checkHttp(api.Http o) {
- buildCounterHttp++;
- if (buildCounterHttp < 3) {
- unittest.expect(o.fullyDecodeReservedExpansion!, unittest.isTrue);
- checkUnnamed3965(o.rules!);
- }
- buildCounterHttp--;
-}
-
core.List<api.HttpRule> buildUnnamed3966() {
var o = <api.HttpRule>[];
o.add(buildHttpRule());
@@ -1256,12 +1222,46 @@
checkHttpRule(o[1] as api.HttpRule);
}
+core.int buildCounterHttp = 0;
+api.Http buildHttp() {
+ var o = api.Http();
+ buildCounterHttp++;
+ if (buildCounterHttp < 3) {
+ o.fullyDecodeReservedExpansion = true;
+ o.rules = buildUnnamed3966();
+ }
+ buildCounterHttp--;
+ return o;
+}
+
+void checkHttp(api.Http o) {
+ buildCounterHttp++;
+ if (buildCounterHttp < 3) {
+ unittest.expect(o.fullyDecodeReservedExpansion!, unittest.isTrue);
+ checkUnnamed3966(o.rules!);
+ }
+ buildCounterHttp--;
+}
+
+core.List<api.HttpRule> buildUnnamed3967() {
+ var o = <api.HttpRule>[];
+ o.add(buildHttpRule());
+ o.add(buildHttpRule());
+ return o;
+}
+
+void checkUnnamed3967(core.List<api.HttpRule> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkHttpRule(o[0] as api.HttpRule);
+ checkHttpRule(o[1] as api.HttpRule);
+}
+
core.int buildCounterHttpRule = 0;
api.HttpRule buildHttpRule() {
var o = api.HttpRule();
buildCounterHttpRule++;
if (buildCounterHttpRule < 3) {
- o.additionalBindings = buildUnnamed3966();
+ o.additionalBindings = buildUnnamed3967();
o.body = 'foo';
o.custom = buildCustomHttpPattern();
o.delete = 'foo';
@@ -1279,7 +1279,7 @@
void checkHttpRule(api.HttpRule o) {
buildCounterHttpRule++;
if (buildCounterHttpRule < 3) {
- checkUnnamed3966(o.additionalBindings!);
+ checkUnnamed3967(o.additionalBindings!);
unittest.expect(
o.body!,
unittest.equals('foo'),
@@ -1381,14 +1381,14 @@
buildCounterLabelDescriptor--;
}
-core.List<api.Operation> buildUnnamed3967() {
+core.List<api.Operation> buildUnnamed3968() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed3967(core.List<api.Operation> o) {
+void checkUnnamed3968(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1400,7 +1400,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed3967();
+ o.operations = buildUnnamed3968();
}
buildCounterListOperationsResponse--;
return o;
@@ -1413,19 +1413,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3967(o.operations!);
+ checkUnnamed3968(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.TenancyUnit> buildUnnamed3968() {
+core.List<api.TenancyUnit> buildUnnamed3969() {
var o = <api.TenancyUnit>[];
o.add(buildTenancyUnit());
o.add(buildTenancyUnit());
return o;
}
-void checkUnnamed3968(core.List<api.TenancyUnit> o) {
+void checkUnnamed3969(core.List<api.TenancyUnit> o) {
unittest.expect(o, unittest.hasLength(2));
checkTenancyUnit(o[0] as api.TenancyUnit);
checkTenancyUnit(o[1] as api.TenancyUnit);
@@ -1437,7 +1437,7 @@
buildCounterListTenancyUnitsResponse++;
if (buildCounterListTenancyUnitsResponse < 3) {
o.nextPageToken = 'foo';
- o.tenancyUnits = buildUnnamed3968();
+ o.tenancyUnits = buildUnnamed3969();
}
buildCounterListTenancyUnitsResponse--;
return o;
@@ -1450,19 +1450,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3968(o.tenancyUnits!);
+ checkUnnamed3969(o.tenancyUnits!);
}
buildCounterListTenancyUnitsResponse--;
}
-core.List<api.LabelDescriptor> buildUnnamed3969() {
+core.List<api.LabelDescriptor> buildUnnamed3970() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed3969(core.List<api.LabelDescriptor> o) {
+void checkUnnamed3970(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -1475,7 +1475,7 @@
if (buildCounterLogDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed3969();
+ o.labels = buildUnnamed3970();
o.name = 'foo';
}
buildCounterLogDescriptor--;
@@ -1493,7 +1493,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3969(o.labels!);
+ checkUnnamed3970(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1502,19 +1502,6 @@
buildCounterLogDescriptor--;
}
-core.List<api.LoggingDestination> buildUnnamed3970() {
- var o = <api.LoggingDestination>[];
- o.add(buildLoggingDestination());
- o.add(buildLoggingDestination());
- return o;
-}
-
-void checkUnnamed3970(core.List<api.LoggingDestination> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkLoggingDestination(o[0] as api.LoggingDestination);
- checkLoggingDestination(o[1] as api.LoggingDestination);
-}
-
core.List<api.LoggingDestination> buildUnnamed3971() {
var o = <api.LoggingDestination>[];
o.add(buildLoggingDestination());
@@ -1528,13 +1515,26 @@
checkLoggingDestination(o[1] as api.LoggingDestination);
}
+core.List<api.LoggingDestination> buildUnnamed3972() {
+ var o = <api.LoggingDestination>[];
+ o.add(buildLoggingDestination());
+ o.add(buildLoggingDestination());
+ return o;
+}
+
+void checkUnnamed3972(core.List<api.LoggingDestination> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkLoggingDestination(o[0] as api.LoggingDestination);
+ checkLoggingDestination(o[1] as api.LoggingDestination);
+}
+
core.int buildCounterLogging = 0;
api.Logging buildLogging() {
var o = api.Logging();
buildCounterLogging++;
if (buildCounterLogging < 3) {
- o.consumerDestinations = buildUnnamed3970();
- o.producerDestinations = buildUnnamed3971();
+ o.consumerDestinations = buildUnnamed3971();
+ o.producerDestinations = buildUnnamed3972();
}
buildCounterLogging--;
return o;
@@ -1543,20 +1543,20 @@
void checkLogging(api.Logging o) {
buildCounterLogging++;
if (buildCounterLogging < 3) {
- checkUnnamed3970(o.consumerDestinations!);
- checkUnnamed3971(o.producerDestinations!);
+ checkUnnamed3971(o.consumerDestinations!);
+ checkUnnamed3972(o.producerDestinations!);
}
buildCounterLogging--;
}
-core.List<core.String> buildUnnamed3972() {
+core.List<core.String> buildUnnamed3973() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3972(core.List<core.String> o) {
+void checkUnnamed3973(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1573,7 +1573,7 @@
var o = api.LoggingDestination();
buildCounterLoggingDestination++;
if (buildCounterLoggingDestination < 3) {
- o.logs = buildUnnamed3972();
+ o.logs = buildUnnamed3973();
o.monitoredResource = 'foo';
}
buildCounterLoggingDestination--;
@@ -1583,7 +1583,7 @@
void checkLoggingDestination(api.LoggingDestination o) {
buildCounterLoggingDestination++;
if (buildCounterLoggingDestination < 3) {
- checkUnnamed3972(o.logs!);
+ checkUnnamed3973(o.logs!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -1592,14 +1592,14 @@
buildCounterLoggingDestination--;
}
-core.List<api.Option> buildUnnamed3973() {
+core.List<api.Option> buildUnnamed3974() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed3973(core.List<api.Option> o) {
+void checkUnnamed3974(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1611,7 +1611,7 @@
buildCounterMethod++;
if (buildCounterMethod < 3) {
o.name = 'foo';
- o.options = buildUnnamed3973();
+ o.options = buildUnnamed3974();
o.requestStreaming = true;
o.requestTypeUrl = 'foo';
o.responseStreaming = true;
@@ -1629,7 +1629,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3973(o.options!);
+ checkUnnamed3974(o.options!);
unittest.expect(o.requestStreaming!, unittest.isTrue);
unittest.expect(
o.requestTypeUrl!,
@@ -1648,27 +1648,27 @@
buildCounterMethod--;
}
-core.List<api.LabelDescriptor> buildUnnamed3974() {
+core.List<api.LabelDescriptor> buildUnnamed3975() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed3974(core.List<api.LabelDescriptor> o) {
+void checkUnnamed3975(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
}
-core.List<core.String> buildUnnamed3975() {
+core.List<core.String> buildUnnamed3976() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3975(core.List<core.String> o) {
+void checkUnnamed3976(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1687,11 +1687,11 @@
if (buildCounterMetricDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed3974();
+ o.labels = buildUnnamed3975();
o.launchStage = 'foo';
o.metadata = buildMetricDescriptorMetadata();
o.metricKind = 'foo';
- o.monitoredResourceTypes = buildUnnamed3975();
+ o.monitoredResourceTypes = buildUnnamed3976();
o.name = 'foo';
o.type = 'foo';
o.unit = 'foo';
@@ -1712,7 +1712,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3974(o.labels!);
+ checkUnnamed3975(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -1722,7 +1722,7 @@
o.metricKind!,
unittest.equals('foo'),
);
- checkUnnamed3975(o.monitoredResourceTypes!);
+ checkUnnamed3976(o.monitoredResourceTypes!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1775,14 +1775,14 @@
buildCounterMetricDescriptorMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed3976() {
+core.Map<core.String, core.String> buildUnnamed3977() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3976(core.Map<core.String, core.String> o) {
+void checkUnnamed3977(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1799,7 +1799,7 @@
var o = api.MetricRule();
buildCounterMetricRule++;
if (buildCounterMetricRule < 3) {
- o.metricCosts = buildUnnamed3976();
+ o.metricCosts = buildUnnamed3977();
o.selector = 'foo';
}
buildCounterMetricRule--;
@@ -1809,7 +1809,7 @@
void checkMetricRule(api.MetricRule o) {
buildCounterMetricRule++;
if (buildCounterMetricRule < 3) {
- checkUnnamed3976(o.metricCosts!);
+ checkUnnamed3977(o.metricCosts!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -1845,14 +1845,14 @@
buildCounterMixin--;
}
-core.List<api.LabelDescriptor> buildUnnamed3977() {
+core.List<api.LabelDescriptor> buildUnnamed3978() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed3977(core.List<api.LabelDescriptor> o) {
+void checkUnnamed3978(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -1865,7 +1865,7 @@
if (buildCounterMonitoredResourceDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed3977();
+ o.labels = buildUnnamed3978();
o.launchStage = 'foo';
o.name = 'foo';
o.type = 'foo';
@@ -1885,7 +1885,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3977(o.labels!);
+ checkUnnamed3978(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -1902,19 +1902,6 @@
buildCounterMonitoredResourceDescriptor--;
}
-core.List<api.MonitoringDestination> buildUnnamed3978() {
- var o = <api.MonitoringDestination>[];
- o.add(buildMonitoringDestination());
- o.add(buildMonitoringDestination());
- return o;
-}
-
-void checkUnnamed3978(core.List<api.MonitoringDestination> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkMonitoringDestination(o[0] as api.MonitoringDestination);
- checkMonitoringDestination(o[1] as api.MonitoringDestination);
-}
-
core.List<api.MonitoringDestination> buildUnnamed3979() {
var o = <api.MonitoringDestination>[];
o.add(buildMonitoringDestination());
@@ -1928,13 +1915,26 @@
checkMonitoringDestination(o[1] as api.MonitoringDestination);
}
+core.List<api.MonitoringDestination> buildUnnamed3980() {
+ var o = <api.MonitoringDestination>[];
+ o.add(buildMonitoringDestination());
+ o.add(buildMonitoringDestination());
+ return o;
+}
+
+void checkUnnamed3980(core.List<api.MonitoringDestination> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkMonitoringDestination(o[0] as api.MonitoringDestination);
+ checkMonitoringDestination(o[1] as api.MonitoringDestination);
+}
+
core.int buildCounterMonitoring = 0;
api.Monitoring buildMonitoring() {
var o = api.Monitoring();
buildCounterMonitoring++;
if (buildCounterMonitoring < 3) {
- o.consumerDestinations = buildUnnamed3978();
- o.producerDestinations = buildUnnamed3979();
+ o.consumerDestinations = buildUnnamed3979();
+ o.producerDestinations = buildUnnamed3980();
}
buildCounterMonitoring--;
return o;
@@ -1943,20 +1943,20 @@
void checkMonitoring(api.Monitoring o) {
buildCounterMonitoring++;
if (buildCounterMonitoring < 3) {
- checkUnnamed3978(o.consumerDestinations!);
- checkUnnamed3979(o.producerDestinations!);
+ checkUnnamed3979(o.consumerDestinations!);
+ checkUnnamed3980(o.producerDestinations!);
}
buildCounterMonitoring--;
}
-core.List<core.String> buildUnnamed3980() {
+core.List<core.String> buildUnnamed3981() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3980(core.List<core.String> o) {
+void checkUnnamed3981(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1973,7 +1973,7 @@
var o = api.MonitoringDestination();
buildCounterMonitoringDestination++;
if (buildCounterMonitoringDestination < 3) {
- o.metrics = buildUnnamed3980();
+ o.metrics = buildUnnamed3981();
o.monitoredResource = 'foo';
}
buildCounterMonitoringDestination--;
@@ -1983,7 +1983,7 @@
void checkMonitoringDestination(api.MonitoringDestination o) {
buildCounterMonitoringDestination++;
if (buildCounterMonitoringDestination < 3) {
- checkUnnamed3980(o.metrics!);
+ checkUnnamed3981(o.metrics!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -2014,7 +2014,7 @@
buildCounterOAuthRequirements--;
}
-core.Map<core.String, core.Object> buildUnnamed3981() {
+core.Map<core.String, core.Object> buildUnnamed3982() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2029,7 +2029,7 @@
return o;
}
-void checkUnnamed3981(core.Map<core.String, core.Object> o) {
+void checkUnnamed3982(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2061,7 +2061,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3982() {
+core.Map<core.String, core.Object> buildUnnamed3983() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2076,7 +2076,7 @@
return o;
}
-void checkUnnamed3982(core.Map<core.String, core.Object> o) {
+void checkUnnamed3983(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -2115,9 +2115,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3981();
+ o.metadata = buildUnnamed3982();
o.name = 'foo';
- o.response = buildUnnamed3982();
+ o.response = buildUnnamed3983();
}
buildCounterOperation--;
return o;
@@ -2128,17 +2128,17 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3981(o.metadata!);
+ checkUnnamed3982(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3982(o.response!);
+ checkUnnamed3983(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.Object> buildUnnamed3983() {
+core.Map<core.String, core.Object> buildUnnamed3984() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2153,7 +2153,7 @@
return o;
}
-void checkUnnamed3983(core.Map<core.String, core.Object> o) {
+void checkUnnamed3984(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -2191,7 +2191,7 @@
buildCounterOption++;
if (buildCounterOption < 3) {
o.name = 'foo';
- o.value = buildUnnamed3983();
+ o.value = buildUnnamed3984();
}
buildCounterOption--;
return o;
@@ -2204,19 +2204,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3983(o.value!);
+ checkUnnamed3984(o.value!);
}
buildCounterOption--;
}
-core.List<api.Page> buildUnnamed3984() {
+core.List<api.Page> buildUnnamed3985() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed3984(core.List<api.Page> o) {
+void checkUnnamed3985(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
@@ -2229,7 +2229,7 @@
if (buildCounterPage < 3) {
o.content = 'foo';
o.name = 'foo';
- o.subpages = buildUnnamed3984();
+ o.subpages = buildUnnamed3985();
}
buildCounterPage--;
return o;
@@ -2246,19 +2246,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3984(o.subpages!);
+ checkUnnamed3985(o.subpages!);
}
buildCounterPage--;
}
-core.List<core.String> buildUnnamed3985() {
+core.List<core.String> buildUnnamed3986() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3985(core.List<core.String> o) {
+void checkUnnamed3986(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2275,7 +2275,7 @@
var o = api.PolicyBinding();
buildCounterPolicyBinding++;
if (buildCounterPolicyBinding < 3) {
- o.members = buildUnnamed3985();
+ o.members = buildUnnamed3986();
o.role = 'foo';
}
buildCounterPolicyBinding--;
@@ -2285,7 +2285,7 @@
void checkPolicyBinding(api.PolicyBinding o) {
buildCounterPolicyBinding++;
if (buildCounterPolicyBinding < 3) {
- checkUnnamed3985(o.members!);
+ checkUnnamed3986(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -2294,27 +2294,27 @@
buildCounterPolicyBinding--;
}
-core.List<api.QuotaLimit> buildUnnamed3986() {
+core.List<api.QuotaLimit> buildUnnamed3987() {
var o = <api.QuotaLimit>[];
o.add(buildQuotaLimit());
o.add(buildQuotaLimit());
return o;
}
-void checkUnnamed3986(core.List<api.QuotaLimit> o) {
+void checkUnnamed3987(core.List<api.QuotaLimit> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuotaLimit(o[0] as api.QuotaLimit);
checkQuotaLimit(o[1] as api.QuotaLimit);
}
-core.List<api.MetricRule> buildUnnamed3987() {
+core.List<api.MetricRule> buildUnnamed3988() {
var o = <api.MetricRule>[];
o.add(buildMetricRule());
o.add(buildMetricRule());
return o;
}
-void checkUnnamed3987(core.List<api.MetricRule> o) {
+void checkUnnamed3988(core.List<api.MetricRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricRule(o[0] as api.MetricRule);
checkMetricRule(o[1] as api.MetricRule);
@@ -2325,8 +2325,8 @@
var o = api.Quota();
buildCounterQuota++;
if (buildCounterQuota < 3) {
- o.limits = buildUnnamed3986();
- o.metricRules = buildUnnamed3987();
+ o.limits = buildUnnamed3987();
+ o.metricRules = buildUnnamed3988();
}
buildCounterQuota--;
return o;
@@ -2335,20 +2335,20 @@
void checkQuota(api.Quota o) {
buildCounterQuota++;
if (buildCounterQuota < 3) {
- checkUnnamed3986(o.limits!);
- checkUnnamed3987(o.metricRules!);
+ checkUnnamed3987(o.limits!);
+ checkUnnamed3988(o.metricRules!);
}
buildCounterQuota--;
}
-core.Map<core.String, core.String> buildUnnamed3988() {
+core.Map<core.String, core.String> buildUnnamed3989() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3988(core.Map<core.String, core.String> o) {
+void checkUnnamed3989(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2374,7 +2374,7 @@
o.metric = 'foo';
o.name = 'foo';
o.unit = 'foo';
- o.values = buildUnnamed3988();
+ o.values = buildUnnamed3989();
}
buildCounterQuotaLimit--;
return o;
@@ -2419,7 +2419,7 @@
o.unit!,
unittest.equals('foo'),
);
- checkUnnamed3988(o.values!);
+ checkUnnamed3989(o.values!);
}
buildCounterQuotaLimit--;
}
@@ -2446,14 +2446,14 @@
buildCounterRemoveTenantProjectRequest--;
}
-core.List<api.TenancyUnit> buildUnnamed3989() {
+core.List<api.TenancyUnit> buildUnnamed3990() {
var o = <api.TenancyUnit>[];
o.add(buildTenancyUnit());
o.add(buildTenancyUnit());
return o;
}
-void checkUnnamed3989(core.List<api.TenancyUnit> o) {
+void checkUnnamed3990(core.List<api.TenancyUnit> o) {
unittest.expect(o, unittest.hasLength(2));
checkTenancyUnit(o[0] as api.TenancyUnit);
checkTenancyUnit(o[1] as api.TenancyUnit);
@@ -2465,7 +2465,7 @@
buildCounterSearchTenancyUnitsResponse++;
if (buildCounterSearchTenancyUnitsResponse < 3) {
o.nextPageToken = 'foo';
- o.tenancyUnits = buildUnnamed3989();
+ o.tenancyUnits = buildUnnamed3990();
}
buildCounterSearchTenancyUnitsResponse--;
return o;
@@ -2478,102 +2478,89 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3989(o.tenancyUnits!);
+ checkUnnamed3990(o.tenancyUnits!);
}
buildCounterSearchTenancyUnitsResponse--;
}
-core.List<api.Api> buildUnnamed3990() {
+core.List<api.Api> buildUnnamed3991() {
var o = <api.Api>[];
o.add(buildApi());
o.add(buildApi());
return o;
}
-void checkUnnamed3990(core.List<api.Api> o) {
+void checkUnnamed3991(core.List<api.Api> o) {
unittest.expect(o, unittest.hasLength(2));
checkApi(o[0] as api.Api);
checkApi(o[1] as api.Api);
}
-core.List<api.Endpoint> buildUnnamed3991() {
+core.List<api.Endpoint> buildUnnamed3992() {
var o = <api.Endpoint>[];
o.add(buildEndpoint());
o.add(buildEndpoint());
return o;
}
-void checkUnnamed3991(core.List<api.Endpoint> o) {
+void checkUnnamed3992(core.List<api.Endpoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkEndpoint(o[0] as api.Endpoint);
checkEndpoint(o[1] as api.Endpoint);
}
-core.List<api.Enum> buildUnnamed3992() {
+core.List<api.Enum> buildUnnamed3993() {
var o = <api.Enum>[];
o.add(buildEnum());
o.add(buildEnum());
return o;
}
-void checkUnnamed3992(core.List<api.Enum> o) {
+void checkUnnamed3993(core.List<api.Enum> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnum(o[0] as api.Enum);
checkEnum(o[1] as api.Enum);
}
-core.List<api.LogDescriptor> buildUnnamed3993() {
+core.List<api.LogDescriptor> buildUnnamed3994() {
var o = <api.LogDescriptor>[];
o.add(buildLogDescriptor());
o.add(buildLogDescriptor());
return o;
}
-void checkUnnamed3993(core.List<api.LogDescriptor> o) {
+void checkUnnamed3994(core.List<api.LogDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogDescriptor(o[0] as api.LogDescriptor);
checkLogDescriptor(o[1] as api.LogDescriptor);
}
-core.List<api.MetricDescriptor> buildUnnamed3994() {
+core.List<api.MetricDescriptor> buildUnnamed3995() {
var o = <api.MetricDescriptor>[];
o.add(buildMetricDescriptor());
o.add(buildMetricDescriptor());
return o;
}
-void checkUnnamed3994(core.List<api.MetricDescriptor> o) {
+void checkUnnamed3995(core.List<api.MetricDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricDescriptor(o[0] as api.MetricDescriptor);
checkMetricDescriptor(o[1] as api.MetricDescriptor);
}
-core.List<api.MonitoredResourceDescriptor> buildUnnamed3995() {
+core.List<api.MonitoredResourceDescriptor> buildUnnamed3996() {
var o = <api.MonitoredResourceDescriptor>[];
o.add(buildMonitoredResourceDescriptor());
o.add(buildMonitoredResourceDescriptor());
return o;
}
-void checkUnnamed3995(core.List<api.MonitoredResourceDescriptor> o) {
+void checkUnnamed3996(core.List<api.MonitoredResourceDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoredResourceDescriptor(o[0] as api.MonitoredResourceDescriptor);
checkMonitoredResourceDescriptor(o[1] as api.MonitoredResourceDescriptor);
}
-core.List<api.Type> buildUnnamed3996() {
- var o = <api.Type>[];
- o.add(buildType());
- o.add(buildType());
- return o;
-}
-
-void checkUnnamed3996(core.List<api.Type> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkType(o[0] as api.Type);
- checkType(o[1] as api.Type);
-}
-
core.List<api.Type> buildUnnamed3997() {
var o = <api.Type>[];
o.add(buildType());
@@ -2587,12 +2574,25 @@
checkType(o[1] as api.Type);
}
+core.List<api.Type> buildUnnamed3998() {
+ var o = <api.Type>[];
+ o.add(buildType());
+ o.add(buildType());
+ return o;
+}
+
+void checkUnnamed3998(core.List<api.Type> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkType(o[0] as api.Type);
+ checkType(o[1] as api.Type);
+}
+
core.int buildCounterService = 0;
api.Service buildService() {
var o = api.Service();
buildCounterService++;
if (buildCounterService < 3) {
- o.apis = buildUnnamed3990();
+ o.apis = buildUnnamed3991();
o.authentication = buildAuthentication();
o.backend = buildBackend();
o.billing = buildBilling();
@@ -2601,23 +2601,23 @@
o.control = buildControl();
o.customError = buildCustomError();
o.documentation = buildDocumentation();
- o.endpoints = buildUnnamed3991();
- o.enums = buildUnnamed3992();
+ o.endpoints = buildUnnamed3992();
+ o.enums = buildUnnamed3993();
o.http = buildHttp();
o.id = 'foo';
o.logging = buildLogging();
- o.logs = buildUnnamed3993();
- o.metrics = buildUnnamed3994();
- o.monitoredResources = buildUnnamed3995();
+ o.logs = buildUnnamed3994();
+ o.metrics = buildUnnamed3995();
+ o.monitoredResources = buildUnnamed3996();
o.monitoring = buildMonitoring();
o.name = 'foo';
o.producerProjectId = 'foo';
o.quota = buildQuota();
o.sourceInfo = buildSourceInfo();
o.systemParameters = buildSystemParameters();
- o.systemTypes = buildUnnamed3996();
+ o.systemTypes = buildUnnamed3997();
o.title = 'foo';
- o.types = buildUnnamed3997();
+ o.types = buildUnnamed3998();
o.usage = buildUsage();
}
buildCounterService--;
@@ -2627,7 +2627,7 @@
void checkService(api.Service o) {
buildCounterService++;
if (buildCounterService < 3) {
- checkUnnamed3990(o.apis!);
+ checkUnnamed3991(o.apis!);
checkAuthentication(o.authentication! as api.Authentication);
checkBackend(o.backend! as api.Backend);
checkBilling(o.billing! as api.Billing);
@@ -2639,17 +2639,17 @@
checkControl(o.control! as api.Control);
checkCustomError(o.customError! as api.CustomError);
checkDocumentation(o.documentation! as api.Documentation);
- checkUnnamed3991(o.endpoints!);
- checkUnnamed3992(o.enums!);
+ checkUnnamed3992(o.endpoints!);
+ checkUnnamed3993(o.enums!);
checkHttp(o.http! as api.Http);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
checkLogging(o.logging! as api.Logging);
- checkUnnamed3993(o.logs!);
- checkUnnamed3994(o.metrics!);
- checkUnnamed3995(o.monitoredResources!);
+ checkUnnamed3994(o.logs!);
+ checkUnnamed3995(o.metrics!);
+ checkUnnamed3996(o.monitoredResources!);
checkMonitoring(o.monitoring! as api.Monitoring);
unittest.expect(
o.name!,
@@ -2662,25 +2662,25 @@
checkQuota(o.quota! as api.Quota);
checkSourceInfo(o.sourceInfo! as api.SourceInfo);
checkSystemParameters(o.systemParameters! as api.SystemParameters);
- checkUnnamed3996(o.systemTypes!);
+ checkUnnamed3997(o.systemTypes!);
unittest.expect(
o.title!,
unittest.equals('foo'),
);
- checkUnnamed3997(o.types!);
+ checkUnnamed3998(o.types!);
checkUsage(o.usage! as api.Usage);
}
buildCounterService--;
}
-core.List<core.String> buildUnnamed3998() {
+core.List<core.String> buildUnnamed3999() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3998(core.List<core.String> o) {
+void checkUnnamed3999(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2698,7 +2698,7 @@
buildCounterServiceAccountConfig++;
if (buildCounterServiceAccountConfig < 3) {
o.accountId = 'foo';
- o.tenantProjectRoles = buildUnnamed3998();
+ o.tenantProjectRoles = buildUnnamed3999();
}
buildCounterServiceAccountConfig--;
return o;
@@ -2711,7 +2711,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed3998(o.tenantProjectRoles!);
+ checkUnnamed3999(o.tenantProjectRoles!);
}
buildCounterServiceAccountConfig--;
}
@@ -2738,7 +2738,7 @@
buildCounterSourceContext--;
}
-core.Map<core.String, core.Object> buildUnnamed3999() {
+core.Map<core.String, core.Object> buildUnnamed4000() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2753,7 +2753,7 @@
return o;
}
-void checkUnnamed3999(core.Map<core.String, core.Object> o) {
+void checkUnnamed4000(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -2785,17 +2785,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4000() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4001() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3999());
- o.add(buildUnnamed3999());
+ o.add(buildUnnamed4000());
+ o.add(buildUnnamed4000());
return o;
}
-void checkUnnamed4000(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4001(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3999(o[0]);
- checkUnnamed3999(o[1]);
+ checkUnnamed4000(o[0]);
+ checkUnnamed4000(o[1]);
}
core.int buildCounterSourceInfo = 0;
@@ -2803,7 +2803,7 @@
var o = api.SourceInfo();
buildCounterSourceInfo++;
if (buildCounterSourceInfo < 3) {
- o.sourceFiles = buildUnnamed4000();
+ o.sourceFiles = buildUnnamed4001();
}
buildCounterSourceInfo--;
return o;
@@ -2812,12 +2812,12 @@
void checkSourceInfo(api.SourceInfo o) {
buildCounterSourceInfo++;
if (buildCounterSourceInfo < 3) {
- checkUnnamed4000(o.sourceFiles!);
+ checkUnnamed4001(o.sourceFiles!);
}
buildCounterSourceInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed4001() {
+core.Map<core.String, core.Object> buildUnnamed4002() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2832,7 +2832,7 @@
return o;
}
-void checkUnnamed4001(core.Map<core.String, core.Object> o) {
+void checkUnnamed4002(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -2864,17 +2864,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4002() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4003() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4001());
- o.add(buildUnnamed4001());
+ o.add(buildUnnamed4002());
+ o.add(buildUnnamed4002());
return o;
}
-void checkUnnamed4002(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4003(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4001(o[0]);
- checkUnnamed4001(o[1]);
+ checkUnnamed4002(o[0]);
+ checkUnnamed4002(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2883,7 +2883,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4002();
+ o.details = buildUnnamed4003();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2897,7 +2897,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4002(o.details!);
+ checkUnnamed4003(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2938,14 +2938,14 @@
buildCounterSystemParameter--;
}
-core.List<api.SystemParameter> buildUnnamed4003() {
+core.List<api.SystemParameter> buildUnnamed4004() {
var o = <api.SystemParameter>[];
o.add(buildSystemParameter());
o.add(buildSystemParameter());
return o;
}
-void checkUnnamed4003(core.List<api.SystemParameter> o) {
+void checkUnnamed4004(core.List<api.SystemParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkSystemParameter(o[0] as api.SystemParameter);
checkSystemParameter(o[1] as api.SystemParameter);
@@ -2956,7 +2956,7 @@
var o = api.SystemParameterRule();
buildCounterSystemParameterRule++;
if (buildCounterSystemParameterRule < 3) {
- o.parameters = buildUnnamed4003();
+ o.parameters = buildUnnamed4004();
o.selector = 'foo';
}
buildCounterSystemParameterRule--;
@@ -2966,7 +2966,7 @@
void checkSystemParameterRule(api.SystemParameterRule o) {
buildCounterSystemParameterRule++;
if (buildCounterSystemParameterRule < 3) {
- checkUnnamed4003(o.parameters!);
+ checkUnnamed4004(o.parameters!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -2975,14 +2975,14 @@
buildCounterSystemParameterRule--;
}
-core.List<api.SystemParameterRule> buildUnnamed4004() {
+core.List<api.SystemParameterRule> buildUnnamed4005() {
var o = <api.SystemParameterRule>[];
o.add(buildSystemParameterRule());
o.add(buildSystemParameterRule());
return o;
}
-void checkUnnamed4004(core.List<api.SystemParameterRule> o) {
+void checkUnnamed4005(core.List<api.SystemParameterRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkSystemParameterRule(o[0] as api.SystemParameterRule);
checkSystemParameterRule(o[1] as api.SystemParameterRule);
@@ -2993,7 +2993,7 @@
var o = api.SystemParameters();
buildCounterSystemParameters++;
if (buildCounterSystemParameters < 3) {
- o.rules = buildUnnamed4004();
+ o.rules = buildUnnamed4005();
}
buildCounterSystemParameters--;
return o;
@@ -3002,19 +3002,19 @@
void checkSystemParameters(api.SystemParameters o) {
buildCounterSystemParameters++;
if (buildCounterSystemParameters < 3) {
- checkUnnamed4004(o.rules!);
+ checkUnnamed4005(o.rules!);
}
buildCounterSystemParameters--;
}
-core.List<api.TenantResource> buildUnnamed4005() {
+core.List<api.TenantResource> buildUnnamed4006() {
var o = <api.TenantResource>[];
o.add(buildTenantResource());
o.add(buildTenantResource());
return o;
}
-void checkUnnamed4005(core.List<api.TenantResource> o) {
+void checkUnnamed4006(core.List<api.TenantResource> o) {
unittest.expect(o, unittest.hasLength(2));
checkTenantResource(o[0] as api.TenantResource);
checkTenantResource(o[1] as api.TenantResource);
@@ -3029,7 +3029,7 @@
o.createTime = 'foo';
o.name = 'foo';
o.service = 'foo';
- o.tenantResources = buildUnnamed4005();
+ o.tenantResources = buildUnnamed4006();
}
buildCounterTenancyUnit--;
return o;
@@ -3054,19 +3054,19 @@
o.service!,
unittest.equals('foo'),
);
- checkUnnamed4005(o.tenantResources!);
+ checkUnnamed4006(o.tenantResources!);
}
buildCounterTenancyUnit--;
}
-core.Map<core.String, core.String> buildUnnamed4006() {
+core.Map<core.String, core.String> buildUnnamed4007() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4006(core.Map<core.String, core.String> o) {
+void checkUnnamed4007(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3078,14 +3078,14 @@
);
}
-core.List<core.String> buildUnnamed4007() {
+core.List<core.String> buildUnnamed4008() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4007(core.List<core.String> o) {
+void checkUnnamed4008(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3104,9 +3104,9 @@
if (buildCounterTenantProjectConfig < 3) {
o.billingConfig = buildBillingConfig();
o.folder = 'foo';
- o.labels = buildUnnamed4006();
+ o.labels = buildUnnamed4007();
o.serviceAccountConfig = buildServiceAccountConfig();
- o.services = buildUnnamed4007();
+ o.services = buildUnnamed4008();
o.tenantProjectPolicy = buildTenantProjectPolicy();
}
buildCounterTenantProjectConfig--;
@@ -3121,23 +3121,23 @@
o.folder!,
unittest.equals('foo'),
);
- checkUnnamed4006(o.labels!);
+ checkUnnamed4007(o.labels!);
checkServiceAccountConfig(
o.serviceAccountConfig! as api.ServiceAccountConfig);
- checkUnnamed4007(o.services!);
+ checkUnnamed4008(o.services!);
checkTenantProjectPolicy(o.tenantProjectPolicy! as api.TenantProjectPolicy);
}
buildCounterTenantProjectConfig--;
}
-core.List<api.PolicyBinding> buildUnnamed4008() {
+core.List<api.PolicyBinding> buildUnnamed4009() {
var o = <api.PolicyBinding>[];
o.add(buildPolicyBinding());
o.add(buildPolicyBinding());
return o;
}
-void checkUnnamed4008(core.List<api.PolicyBinding> o) {
+void checkUnnamed4009(core.List<api.PolicyBinding> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicyBinding(o[0] as api.PolicyBinding);
checkPolicyBinding(o[1] as api.PolicyBinding);
@@ -3148,7 +3148,7 @@
var o = api.TenantProjectPolicy();
buildCounterTenantProjectPolicy++;
if (buildCounterTenantProjectPolicy < 3) {
- o.policyBindings = buildUnnamed4008();
+ o.policyBindings = buildUnnamed4009();
}
buildCounterTenantProjectPolicy--;
return o;
@@ -3157,7 +3157,7 @@
void checkTenantProjectPolicy(api.TenantProjectPolicy o) {
buildCounterTenantProjectPolicy++;
if (buildCounterTenantProjectPolicy < 3) {
- checkUnnamed4008(o.policyBindings!);
+ checkUnnamed4009(o.policyBindings!);
}
buildCounterTenantProjectPolicy--;
}
@@ -3194,27 +3194,27 @@
buildCounterTenantResource--;
}
-core.List<api.Field> buildUnnamed4009() {
+core.List<api.Field> buildUnnamed4010() {
var o = <api.Field>[];
o.add(buildField());
o.add(buildField());
return o;
}
-void checkUnnamed4009(core.List<api.Field> o) {
+void checkUnnamed4010(core.List<api.Field> o) {
unittest.expect(o, unittest.hasLength(2));
checkField(o[0] as api.Field);
checkField(o[1] as api.Field);
}
-core.List<core.String> buildUnnamed4010() {
+core.List<core.String> buildUnnamed4011() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4010(core.List<core.String> o) {
+void checkUnnamed4011(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3226,14 +3226,14 @@
);
}
-core.List<api.Option> buildUnnamed4011() {
+core.List<api.Option> buildUnnamed4012() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed4011(core.List<api.Option> o) {
+void checkUnnamed4012(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -3244,10 +3244,10 @@
var o = api.Type();
buildCounterType++;
if (buildCounterType < 3) {
- o.fields = buildUnnamed4009();
+ o.fields = buildUnnamed4010();
o.name = 'foo';
- o.oneofs = buildUnnamed4010();
- o.options = buildUnnamed4011();
+ o.oneofs = buildUnnamed4011();
+ o.options = buildUnnamed4012();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
}
@@ -3258,13 +3258,13 @@
void checkType(api.Type o) {
buildCounterType++;
if (buildCounterType < 3) {
- checkUnnamed4009(o.fields!);
+ checkUnnamed4010(o.fields!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4010(o.oneofs!);
- checkUnnamed4011(o.options!);
+ checkUnnamed4011(o.oneofs!);
+ checkUnnamed4012(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -3296,14 +3296,14 @@
buildCounterUndeleteTenantProjectRequest--;
}
-core.List<core.String> buildUnnamed4012() {
+core.List<core.String> buildUnnamed4013() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4012(core.List<core.String> o) {
+void checkUnnamed4013(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3315,14 +3315,14 @@
);
}
-core.List<api.UsageRule> buildUnnamed4013() {
+core.List<api.UsageRule> buildUnnamed4014() {
var o = <api.UsageRule>[];
o.add(buildUsageRule());
o.add(buildUsageRule());
return o;
}
-void checkUnnamed4013(core.List<api.UsageRule> o) {
+void checkUnnamed4014(core.List<api.UsageRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageRule(o[0] as api.UsageRule);
checkUsageRule(o[1] as api.UsageRule);
@@ -3334,8 +3334,8 @@
buildCounterUsage++;
if (buildCounterUsage < 3) {
o.producerNotificationChannel = 'foo';
- o.requirements = buildUnnamed4012();
- o.rules = buildUnnamed4013();
+ o.requirements = buildUnnamed4013();
+ o.rules = buildUnnamed4014();
}
buildCounterUsage--;
return o;
@@ -3348,8 +3348,8 @@
o.producerNotificationChannel!,
unittest.equals('foo'),
);
- checkUnnamed4012(o.requirements!);
- checkUnnamed4013(o.rules!);
+ checkUnnamed4013(o.requirements!);
+ checkUnnamed4014(o.rules!);
}
buildCounterUsage--;
}
@@ -3380,14 +3380,14 @@
buildCounterUsageRule--;
}
-core.List<core.String> buildUnnamed4014() {
+core.List<core.String> buildUnnamed4015() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4014(core.List<core.String> o) {
+void checkUnnamed4015(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3404,7 +3404,7 @@
var o = api.V1AddVisibilityLabelsResponse();
buildCounterV1AddVisibilityLabelsResponse++;
if (buildCounterV1AddVisibilityLabelsResponse < 3) {
- o.labels = buildUnnamed4014();
+ o.labels = buildUnnamed4015();
}
buildCounterV1AddVisibilityLabelsResponse--;
return o;
@@ -3413,19 +3413,19 @@
void checkV1AddVisibilityLabelsResponse(api.V1AddVisibilityLabelsResponse o) {
buildCounterV1AddVisibilityLabelsResponse++;
if (buildCounterV1AddVisibilityLabelsResponse < 3) {
- checkUnnamed4014(o.labels!);
+ checkUnnamed4015(o.labels!);
}
buildCounterV1AddVisibilityLabelsResponse--;
}
-core.List<api.V1Beta1QuotaOverride> buildUnnamed4015() {
+core.List<api.V1Beta1QuotaOverride> buildUnnamed4016() {
var o = <api.V1Beta1QuotaOverride>[];
o.add(buildV1Beta1QuotaOverride());
o.add(buildV1Beta1QuotaOverride());
return o;
}
-void checkUnnamed4015(core.List<api.V1Beta1QuotaOverride> o) {
+void checkUnnamed4016(core.List<api.V1Beta1QuotaOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkV1Beta1QuotaOverride(o[0] as api.V1Beta1QuotaOverride);
checkV1Beta1QuotaOverride(o[1] as api.V1Beta1QuotaOverride);
@@ -3437,7 +3437,7 @@
var o = api.V1Beta1BatchCreateProducerOverridesResponse();
buildCounterV1Beta1BatchCreateProducerOverridesResponse++;
if (buildCounterV1Beta1BatchCreateProducerOverridesResponse < 3) {
- o.overrides = buildUnnamed4015();
+ o.overrides = buildUnnamed4016();
}
buildCounterV1Beta1BatchCreateProducerOverridesResponse--;
return o;
@@ -3447,7 +3447,7 @@
api.V1Beta1BatchCreateProducerOverridesResponse o) {
buildCounterV1Beta1BatchCreateProducerOverridesResponse++;
if (buildCounterV1Beta1BatchCreateProducerOverridesResponse < 3) {
- checkUnnamed4015(o.overrides!);
+ checkUnnamed4016(o.overrides!);
}
buildCounterV1Beta1BatchCreateProducerOverridesResponse--;
}
@@ -3503,14 +3503,14 @@
buildCounterV1Beta1GenerateServiceIdentityResponse--;
}
-core.List<api.V1Beta1QuotaOverride> buildUnnamed4016() {
+core.List<api.V1Beta1QuotaOverride> buildUnnamed4017() {
var o = <api.V1Beta1QuotaOverride>[];
o.add(buildV1Beta1QuotaOverride());
o.add(buildV1Beta1QuotaOverride());
return o;
}
-void checkUnnamed4016(core.List<api.V1Beta1QuotaOverride> o) {
+void checkUnnamed4017(core.List<api.V1Beta1QuotaOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkV1Beta1QuotaOverride(o[0] as api.V1Beta1QuotaOverride);
checkV1Beta1QuotaOverride(o[1] as api.V1Beta1QuotaOverride);
@@ -3522,7 +3522,7 @@
var o = api.V1Beta1ImportProducerOverridesResponse();
buildCounterV1Beta1ImportProducerOverridesResponse++;
if (buildCounterV1Beta1ImportProducerOverridesResponse < 3) {
- o.overrides = buildUnnamed4016();
+ o.overrides = buildUnnamed4017();
}
buildCounterV1Beta1ImportProducerOverridesResponse--;
return o;
@@ -3532,19 +3532,19 @@
api.V1Beta1ImportProducerOverridesResponse o) {
buildCounterV1Beta1ImportProducerOverridesResponse++;
if (buildCounterV1Beta1ImportProducerOverridesResponse < 3) {
- checkUnnamed4016(o.overrides!);
+ checkUnnamed4017(o.overrides!);
}
buildCounterV1Beta1ImportProducerOverridesResponse--;
}
-core.List<api.V1Beta1ProducerQuotaPolicy> buildUnnamed4017() {
+core.List<api.V1Beta1ProducerQuotaPolicy> buildUnnamed4018() {
var o = <api.V1Beta1ProducerQuotaPolicy>[];
o.add(buildV1Beta1ProducerQuotaPolicy());
o.add(buildV1Beta1ProducerQuotaPolicy());
return o;
}
-void checkUnnamed4017(core.List<api.V1Beta1ProducerQuotaPolicy> o) {
+void checkUnnamed4018(core.List<api.V1Beta1ProducerQuotaPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkV1Beta1ProducerQuotaPolicy(o[0] as api.V1Beta1ProducerQuotaPolicy);
checkV1Beta1ProducerQuotaPolicy(o[1] as api.V1Beta1ProducerQuotaPolicy);
@@ -3556,7 +3556,7 @@
var o = api.V1Beta1ImportProducerQuotaPoliciesResponse();
buildCounterV1Beta1ImportProducerQuotaPoliciesResponse++;
if (buildCounterV1Beta1ImportProducerQuotaPoliciesResponse < 3) {
- o.policies = buildUnnamed4017();
+ o.policies = buildUnnamed4018();
}
buildCounterV1Beta1ImportProducerQuotaPoliciesResponse--;
return o;
@@ -3566,74 +3566,11 @@
api.V1Beta1ImportProducerQuotaPoliciesResponse o) {
buildCounterV1Beta1ImportProducerQuotaPoliciesResponse++;
if (buildCounterV1Beta1ImportProducerQuotaPoliciesResponse < 3) {
- checkUnnamed4017(o.policies!);
+ checkUnnamed4018(o.policies!);
}
buildCounterV1Beta1ImportProducerQuotaPoliciesResponse--;
}
-core.Map<core.String, core.String> buildUnnamed4018() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed4018(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterV1Beta1ProducerQuotaPolicy = 0;
-api.V1Beta1ProducerQuotaPolicy buildV1Beta1ProducerQuotaPolicy() {
- var o = api.V1Beta1ProducerQuotaPolicy();
- buildCounterV1Beta1ProducerQuotaPolicy++;
- if (buildCounterV1Beta1ProducerQuotaPolicy < 3) {
- o.container = 'foo';
- o.dimensions = buildUnnamed4018();
- o.metric = 'foo';
- o.name = 'foo';
- o.policyValue = 'foo';
- o.unit = 'foo';
- }
- buildCounterV1Beta1ProducerQuotaPolicy--;
- return o;
-}
-
-void checkV1Beta1ProducerQuotaPolicy(api.V1Beta1ProducerQuotaPolicy o) {
- buildCounterV1Beta1ProducerQuotaPolicy++;
- if (buildCounterV1Beta1ProducerQuotaPolicy < 3) {
- unittest.expect(
- o.container!,
- unittest.equals('foo'),
- );
- checkUnnamed4018(o.dimensions!);
- unittest.expect(
- o.metric!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.name!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.policyValue!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.unit!,
- unittest.equals('foo'),
- );
- }
- buildCounterV1Beta1ProducerQuotaPolicy--;
-}
-
core.Map<core.String, core.String> buildUnnamed4019() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -3653,13 +3590,76 @@
);
}
+core.int buildCounterV1Beta1ProducerQuotaPolicy = 0;
+api.V1Beta1ProducerQuotaPolicy buildV1Beta1ProducerQuotaPolicy() {
+ var o = api.V1Beta1ProducerQuotaPolicy();
+ buildCounterV1Beta1ProducerQuotaPolicy++;
+ if (buildCounterV1Beta1ProducerQuotaPolicy < 3) {
+ o.container = 'foo';
+ o.dimensions = buildUnnamed4019();
+ o.metric = 'foo';
+ o.name = 'foo';
+ o.policyValue = 'foo';
+ o.unit = 'foo';
+ }
+ buildCounterV1Beta1ProducerQuotaPolicy--;
+ return o;
+}
+
+void checkV1Beta1ProducerQuotaPolicy(api.V1Beta1ProducerQuotaPolicy o) {
+ buildCounterV1Beta1ProducerQuotaPolicy++;
+ if (buildCounterV1Beta1ProducerQuotaPolicy < 3) {
+ unittest.expect(
+ o.container!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4019(o.dimensions!);
+ unittest.expect(
+ o.metric!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.policyValue!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.unit!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterV1Beta1ProducerQuotaPolicy--;
+}
+
+core.Map<core.String, core.String> buildUnnamed4020() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed4020(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterV1Beta1QuotaOverride = 0;
api.V1Beta1QuotaOverride buildV1Beta1QuotaOverride() {
var o = api.V1Beta1QuotaOverride();
buildCounterV1Beta1QuotaOverride++;
if (buildCounterV1Beta1QuotaOverride < 3) {
o.adminOverrideAncestor = 'foo';
- o.dimensions = buildUnnamed4019();
+ o.dimensions = buildUnnamed4020();
o.metric = 'foo';
o.name = 'foo';
o.overrideValue = 'foo';
@@ -3676,7 +3676,7 @@
o.adminOverrideAncestor!,
unittest.equals('foo'),
);
- checkUnnamed4019(o.dimensions!);
+ checkUnnamed4020(o.dimensions!);
unittest.expect(
o.metric!,
unittest.equals('foo'),
@@ -3881,14 +3881,14 @@
buildCounterV1RefreshConsumerResponse--;
}
-core.List<core.String> buildUnnamed4020() {
+core.List<core.String> buildUnnamed4021() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4020(core.List<core.String> o) {
+void checkUnnamed4021(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3905,7 +3905,7 @@
var o = api.V1RemoveVisibilityLabelsResponse();
buildCounterV1RemoveVisibilityLabelsResponse++;
if (buildCounterV1RemoveVisibilityLabelsResponse < 3) {
- o.labels = buildUnnamed4020();
+ o.labels = buildUnnamed4021();
}
buildCounterV1RemoveVisibilityLabelsResponse--;
return o;
@@ -3915,7 +3915,7 @@
api.V1RemoveVisibilityLabelsResponse o) {
buildCounterV1RemoveVisibilityLabelsResponse++;
if (buildCounterV1RemoveVisibilityLabelsResponse < 3) {
- checkUnnamed4020(o.labels!);
+ checkUnnamed4021(o.labels!);
}
buildCounterV1RemoveVisibilityLabelsResponse--;
}
diff --git a/generated/googleapis/test/servicecontrol/v2_test.dart b/generated/googleapis/test/servicecontrol/v2_test.dart
index 4546b89..2f1ec76 100644
--- a/generated/googleapis/test/servicecontrol/v2_test.dart
+++ b/generated/googleapis/test/servicecontrol/v2_test.dart
@@ -64,7 +64,7 @@
buildCounterApi--;
}
-core.Map<core.String, core.Object> buildUnnamed4111() {
+core.Map<core.String, core.Object> buildUnnamed4112() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -79,7 +79,7 @@
return o;
}
-void checkUnnamed4111(core.Map<core.String, core.Object> o) {
+void checkUnnamed4112(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -111,17 +111,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4112() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4113() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4111());
- o.add(buildUnnamed4111());
+ o.add(buildUnnamed4112());
+ o.add(buildUnnamed4112());
return o;
}
-void checkUnnamed4112(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4113(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4111(o[0]);
- checkUnnamed4111(o[1]);
+ checkUnnamed4112(o[0]);
+ checkUnnamed4112(o[1]);
}
core.int buildCounterAttributeContext = 0;
@@ -131,7 +131,7 @@
if (buildCounterAttributeContext < 3) {
o.api = buildApi();
o.destination = buildPeer();
- o.extensions = buildUnnamed4112();
+ o.extensions = buildUnnamed4113();
o.origin = buildPeer();
o.request = buildRequest();
o.resource = buildResource();
@@ -147,7 +147,7 @@
if (buildCounterAttributeContext < 3) {
checkApi(o.api! as api.Api);
checkPeer(o.destination! as api.Peer);
- checkUnnamed4112(o.extensions!);
+ checkUnnamed4113(o.extensions!);
checkPeer(o.origin! as api.Peer);
checkRequest(o.request! as api.Request);
checkResource(o.resource! as api.Resource);
@@ -157,20 +157,20 @@
buildCounterAttributeContext--;
}
-core.List<api.AuthorizationInfo> buildUnnamed4113() {
+core.List<api.AuthorizationInfo> buildUnnamed4114() {
var o = <api.AuthorizationInfo>[];
o.add(buildAuthorizationInfo());
o.add(buildAuthorizationInfo());
return o;
}
-void checkUnnamed4113(core.List<api.AuthorizationInfo> o) {
+void checkUnnamed4114(core.List<api.AuthorizationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthorizationInfo(o[0] as api.AuthorizationInfo);
checkAuthorizationInfo(o[1] as api.AuthorizationInfo);
}
-core.Map<core.String, core.Object> buildUnnamed4114() {
+core.Map<core.String, core.Object> buildUnnamed4115() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -185,7 +185,7 @@
return o;
}
-void checkUnnamed4114(core.Map<core.String, core.Object> o) {
+void checkUnnamed4115(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -217,7 +217,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4115() {
+core.Map<core.String, core.Object> buildUnnamed4116() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -232,7 +232,7 @@
return o;
}
-void checkUnnamed4115(core.Map<core.String, core.Object> o) {
+void checkUnnamed4116(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -264,7 +264,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4116() {
+core.Map<core.String, core.Object> buildUnnamed4117() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -279,7 +279,7 @@
return o;
}
-void checkUnnamed4116(core.Map<core.String, core.Object> o) {
+void checkUnnamed4117(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -311,7 +311,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4117() {
+core.Map<core.String, core.Object> buildUnnamed4118() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -326,7 +326,7 @@
return o;
}
-void checkUnnamed4117(core.Map<core.String, core.Object> o) {
+void checkUnnamed4118(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -358,7 +358,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4118() {
+core.Map<core.String, core.Object> buildUnnamed4119() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -373,7 +373,7 @@
return o;
}
-void checkUnnamed4118(core.Map<core.String, core.Object> o) {
+void checkUnnamed4119(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o['x']!) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -411,17 +411,17 @@
buildCounterAuditLog++;
if (buildCounterAuditLog < 3) {
o.authenticationInfo = buildAuthenticationInfo();
- o.authorizationInfo = buildUnnamed4113();
- o.metadata = buildUnnamed4114();
+ o.authorizationInfo = buildUnnamed4114();
+ o.metadata = buildUnnamed4115();
o.methodName = 'foo';
o.numResponseItems = 'foo';
- o.request = buildUnnamed4115();
+ o.request = buildUnnamed4116();
o.requestMetadata = buildRequestMetadata();
o.resourceLocation = buildResourceLocation();
o.resourceName = 'foo';
- o.resourceOriginalState = buildUnnamed4116();
- o.response = buildUnnamed4117();
- o.serviceData = buildUnnamed4118();
+ o.resourceOriginalState = buildUnnamed4117();
+ o.response = buildUnnamed4118();
+ o.serviceData = buildUnnamed4119();
o.serviceName = 'foo';
o.status = buildStatus();
}
@@ -433,8 +433,8 @@
buildCounterAuditLog++;
if (buildCounterAuditLog < 3) {
checkAuthenticationInfo(o.authenticationInfo! as api.AuthenticationInfo);
- checkUnnamed4113(o.authorizationInfo!);
- checkUnnamed4114(o.metadata!);
+ checkUnnamed4114(o.authorizationInfo!);
+ checkUnnamed4115(o.metadata!);
unittest.expect(
o.methodName!,
unittest.equals('foo'),
@@ -443,16 +443,16 @@
o.numResponseItems!,
unittest.equals('foo'),
);
- checkUnnamed4115(o.request!);
+ checkUnnamed4116(o.request!);
checkRequestMetadata(o.requestMetadata! as api.RequestMetadata);
checkResourceLocation(o.resourceLocation! as api.ResourceLocation);
unittest.expect(
o.resourceName!,
unittest.equals('foo'),
);
- checkUnnamed4116(o.resourceOriginalState!);
- checkUnnamed4117(o.response!);
- checkUnnamed4118(o.serviceData!);
+ checkUnnamed4117(o.resourceOriginalState!);
+ checkUnnamed4118(o.response!);
+ checkUnnamed4119(o.serviceData!);
unittest.expect(
o.serviceName!,
unittest.equals('foo'),
@@ -462,25 +462,6 @@
buildCounterAuditLog--;
}
-core.List<core.String> buildUnnamed4119() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4119(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4120() {
var o = <core.String>[];
o.add('foo');
@@ -500,7 +481,26 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4121() {
+core.List<core.String> buildUnnamed4121() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4121(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.Map<core.String, core.Object> buildUnnamed4122() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -515,7 +515,7 @@
return o;
}
-void checkUnnamed4121(core.Map<core.String, core.Object> o) {
+void checkUnnamed4122(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted13 = (o['x']!) as core.Map;
unittest.expect(casted13, unittest.hasLength(3));
@@ -552,9 +552,9 @@
var o = api.Auth();
buildCounterAuth++;
if (buildCounterAuth < 3) {
- o.accessLevels = buildUnnamed4119();
- o.audiences = buildUnnamed4120();
- o.claims = buildUnnamed4121();
+ o.accessLevels = buildUnnamed4120();
+ o.audiences = buildUnnamed4121();
+ o.claims = buildUnnamed4122();
o.presenter = 'foo';
o.principal = 'foo';
}
@@ -565,9 +565,9 @@
void checkAuth(api.Auth o) {
buildCounterAuth++;
if (buildCounterAuth < 3) {
- checkUnnamed4119(o.accessLevels!);
- checkUnnamed4120(o.audiences!);
- checkUnnamed4121(o.claims!);
+ checkUnnamed4120(o.accessLevels!);
+ checkUnnamed4121(o.audiences!);
+ checkUnnamed4122(o.claims!);
unittest.expect(
o.presenter!,
unittest.equals('foo'),
@@ -580,20 +580,20 @@
buildCounterAuth--;
}
-core.List<api.ServiceAccountDelegationInfo> buildUnnamed4122() {
+core.List<api.ServiceAccountDelegationInfo> buildUnnamed4123() {
var o = <api.ServiceAccountDelegationInfo>[];
o.add(buildServiceAccountDelegationInfo());
o.add(buildServiceAccountDelegationInfo());
return o;
}
-void checkUnnamed4122(core.List<api.ServiceAccountDelegationInfo> o) {
+void checkUnnamed4123(core.List<api.ServiceAccountDelegationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkServiceAccountDelegationInfo(o[0] as api.ServiceAccountDelegationInfo);
checkServiceAccountDelegationInfo(o[1] as api.ServiceAccountDelegationInfo);
}
-core.Map<core.String, core.Object> buildUnnamed4123() {
+core.Map<core.String, core.Object> buildUnnamed4124() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -608,7 +608,7 @@
return o;
}
-void checkUnnamed4123(core.Map<core.String, core.Object> o) {
+void checkUnnamed4124(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted15 = (o['x']!) as core.Map;
unittest.expect(casted15, unittest.hasLength(3));
@@ -648,9 +648,9 @@
o.authoritySelector = 'foo';
o.principalEmail = 'foo';
o.principalSubject = 'foo';
- o.serviceAccountDelegationInfo = buildUnnamed4122();
+ o.serviceAccountDelegationInfo = buildUnnamed4123();
o.serviceAccountKeyName = 'foo';
- o.thirdPartyPrincipal = buildUnnamed4123();
+ o.thirdPartyPrincipal = buildUnnamed4124();
}
buildCounterAuthenticationInfo--;
return o;
@@ -671,12 +671,12 @@
o.principalSubject!,
unittest.equals('foo'),
);
- checkUnnamed4122(o.serviceAccountDelegationInfo!);
+ checkUnnamed4123(o.serviceAccountDelegationInfo!);
unittest.expect(
o.serviceAccountKeyName!,
unittest.equals('foo'),
);
- checkUnnamed4123(o.thirdPartyPrincipal!);
+ checkUnnamed4124(o.thirdPartyPrincipal!);
}
buildCounterAuthenticationInfo--;
}
@@ -712,14 +712,14 @@
buildCounterAuthorizationInfo--;
}
-core.List<api.ResourceInfo> buildUnnamed4124() {
+core.List<api.ResourceInfo> buildUnnamed4125() {
var o = <api.ResourceInfo>[];
o.add(buildResourceInfo());
o.add(buildResourceInfo());
return o;
}
-void checkUnnamed4124(core.List<api.ResourceInfo> o) {
+void checkUnnamed4125(core.List<api.ResourceInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceInfo(o[0] as api.ResourceInfo);
checkResourceInfo(o[1] as api.ResourceInfo);
@@ -732,7 +732,7 @@
if (buildCounterCheckRequest < 3) {
o.attributes = buildAttributeContext();
o.flags = 'foo';
- o.resources = buildUnnamed4124();
+ o.resources = buildUnnamed4125();
o.serviceConfigId = 'foo';
}
buildCounterCheckRequest--;
@@ -747,7 +747,7 @@
o.flags!,
unittest.equals('foo'),
);
- checkUnnamed4124(o.resources!);
+ checkUnnamed4125(o.resources!);
unittest.expect(
o.serviceConfigId!,
unittest.equals('foo'),
@@ -756,14 +756,14 @@
buildCounterCheckRequest--;
}
-core.Map<core.String, core.String> buildUnnamed4125() {
+core.Map<core.String, core.String> buildUnnamed4126() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4125(core.Map<core.String, core.String> o) {
+void checkUnnamed4126(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -780,7 +780,7 @@
var o = api.CheckResponse();
buildCounterCheckResponse++;
if (buildCounterCheckResponse < 3) {
- o.headers = buildUnnamed4125();
+ o.headers = buildUnnamed4126();
o.status = buildStatus();
}
buildCounterCheckResponse--;
@@ -790,13 +790,13 @@
void checkCheckResponse(api.CheckResponse o) {
buildCounterCheckResponse++;
if (buildCounterCheckResponse < 3) {
- checkUnnamed4125(o.headers!);
+ checkUnnamed4126(o.headers!);
checkStatus(o.status! as api.Status);
}
buildCounterCheckResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed4126() {
+core.Map<core.String, core.Object> buildUnnamed4127() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -811,7 +811,7 @@
return o;
}
-void checkUnnamed4126(core.Map<core.String, core.Object> o) {
+void checkUnnamed4127(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted17 = (o['x']!) as core.Map;
unittest.expect(casted17, unittest.hasLength(3));
@@ -849,7 +849,7 @@
buildCounterFirstPartyPrincipal++;
if (buildCounterFirstPartyPrincipal < 3) {
o.principalEmail = 'foo';
- o.serviceMetadata = buildUnnamed4126();
+ o.serviceMetadata = buildUnnamed4127();
}
buildCounterFirstPartyPrincipal--;
return o;
@@ -862,19 +862,19 @@
o.principalEmail!,
unittest.equals('foo'),
);
- checkUnnamed4126(o.serviceMetadata!);
+ checkUnnamed4127(o.serviceMetadata!);
}
buildCounterFirstPartyPrincipal--;
}
-core.Map<core.String, core.String> buildUnnamed4127() {
+core.Map<core.String, core.String> buildUnnamed4128() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4127(core.Map<core.String, core.String> o) {
+void checkUnnamed4128(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -892,7 +892,7 @@
buildCounterPeer++;
if (buildCounterPeer < 3) {
o.ip = 'foo';
- o.labels = buildUnnamed4127();
+ o.labels = buildUnnamed4128();
o.port = 'foo';
o.principal = 'foo';
o.regionCode = 'foo';
@@ -908,7 +908,7 @@
o.ip!,
unittest.equals('foo'),
);
- checkUnnamed4127(o.labels!);
+ checkUnnamed4128(o.labels!);
unittest.expect(
o.port!,
unittest.equals('foo'),
@@ -925,14 +925,14 @@
buildCounterPeer--;
}
-core.List<api.AttributeContext> buildUnnamed4128() {
+core.List<api.AttributeContext> buildUnnamed4129() {
var o = <api.AttributeContext>[];
o.add(buildAttributeContext());
o.add(buildAttributeContext());
return o;
}
-void checkUnnamed4128(core.List<api.AttributeContext> o) {
+void checkUnnamed4129(core.List<api.AttributeContext> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttributeContext(o[0] as api.AttributeContext);
checkAttributeContext(o[1] as api.AttributeContext);
@@ -943,7 +943,7 @@
var o = api.ReportRequest();
buildCounterReportRequest++;
if (buildCounterReportRequest < 3) {
- o.operations = buildUnnamed4128();
+ o.operations = buildUnnamed4129();
o.serviceConfigId = 'foo';
}
buildCounterReportRequest--;
@@ -953,7 +953,7 @@
void checkReportRequest(api.ReportRequest o) {
buildCounterReportRequest++;
if (buildCounterReportRequest < 3) {
- checkUnnamed4128(o.operations!);
+ checkUnnamed4129(o.operations!);
unittest.expect(
o.serviceConfigId!,
unittest.equals('foo'),
@@ -977,14 +977,14 @@
buildCounterReportResponse--;
}
-core.Map<core.String, core.String> buildUnnamed4129() {
+core.Map<core.String, core.String> buildUnnamed4130() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4129(core.Map<core.String, core.String> o) {
+void checkUnnamed4130(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1002,7 +1002,7 @@
buildCounterRequest++;
if (buildCounterRequest < 3) {
o.auth = buildAuth();
- o.headers = buildUnnamed4129();
+ o.headers = buildUnnamed4130();
o.host = 'foo';
o.id = 'foo';
o.method = 'foo';
@@ -1022,7 +1022,7 @@
buildCounterRequest++;
if (buildCounterRequest < 3) {
checkAuth(o.auth! as api.Auth);
- checkUnnamed4129(o.headers!);
+ checkUnnamed4130(o.headers!);
unittest.expect(
o.host!,
unittest.equals('foo'),
@@ -1103,25 +1103,6 @@
buildCounterRequestMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed4130() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed4130(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed4131() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -1141,17 +1122,36 @@
);
}
+core.Map<core.String, core.String> buildUnnamed4132() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed4132(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterResource = 0;
api.Resource buildResource() {
var o = api.Resource();
buildCounterResource++;
if (buildCounterResource < 3) {
- o.annotations = buildUnnamed4130();
+ o.annotations = buildUnnamed4131();
o.createTime = 'foo';
o.deleteTime = 'foo';
o.displayName = 'foo';
o.etag = 'foo';
- o.labels = buildUnnamed4131();
+ o.labels = buildUnnamed4132();
o.location = 'foo';
o.name = 'foo';
o.service = 'foo';
@@ -1166,7 +1166,7 @@
void checkResource(api.Resource o) {
buildCounterResource++;
if (buildCounterResource < 3) {
- checkUnnamed4130(o.annotations!);
+ checkUnnamed4131(o.annotations!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
@@ -1183,7 +1183,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4131(o.labels!);
+ checkUnnamed4132(o.labels!);
unittest.expect(
o.location!,
unittest.equals('foo'),
@@ -1244,25 +1244,6 @@
buildCounterResourceInfo--;
}
-core.List<core.String> buildUnnamed4132() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4132(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4133() {
var o = <core.String>[];
o.add('foo');
@@ -1282,13 +1263,32 @@
);
}
+core.List<core.String> buildUnnamed4134() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4134(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterResourceLocation = 0;
api.ResourceLocation buildResourceLocation() {
var o = api.ResourceLocation();
buildCounterResourceLocation++;
if (buildCounterResourceLocation < 3) {
- o.currentLocations = buildUnnamed4132();
- o.originalLocations = buildUnnamed4133();
+ o.currentLocations = buildUnnamed4133();
+ o.originalLocations = buildUnnamed4134();
}
buildCounterResourceLocation--;
return o;
@@ -1297,20 +1297,20 @@
void checkResourceLocation(api.ResourceLocation o) {
buildCounterResourceLocation++;
if (buildCounterResourceLocation < 3) {
- checkUnnamed4132(o.currentLocations!);
- checkUnnamed4133(o.originalLocations!);
+ checkUnnamed4133(o.currentLocations!);
+ checkUnnamed4134(o.originalLocations!);
}
buildCounterResourceLocation--;
}
-core.Map<core.String, core.String> buildUnnamed4134() {
+core.Map<core.String, core.String> buildUnnamed4135() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4134(core.Map<core.String, core.String> o) {
+void checkUnnamed4135(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1329,7 +1329,7 @@
if (buildCounterResponse < 3) {
o.backendLatency = 'foo';
o.code = 'foo';
- o.headers = buildUnnamed4134();
+ o.headers = buildUnnamed4135();
o.size = 'foo';
o.time = 'foo';
}
@@ -1348,7 +1348,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed4134(o.headers!);
+ checkUnnamed4135(o.headers!);
unittest.expect(
o.size!,
unittest.equals('foo'),
@@ -1409,7 +1409,7 @@
buildCounterSpanContext--;
}
-core.Map<core.String, core.Object> buildUnnamed4135() {
+core.Map<core.String, core.Object> buildUnnamed4136() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1424,7 +1424,7 @@
return o;
}
-void checkUnnamed4135(core.Map<core.String, core.Object> o) {
+void checkUnnamed4136(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted19 = (o['x']!) as core.Map;
unittest.expect(casted19, unittest.hasLength(3));
@@ -1456,17 +1456,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4136() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4137() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4135());
- o.add(buildUnnamed4135());
+ o.add(buildUnnamed4136());
+ o.add(buildUnnamed4136());
return o;
}
-void checkUnnamed4136(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4137(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4135(o[0]);
- checkUnnamed4135(o[1]);
+ checkUnnamed4136(o[0]);
+ checkUnnamed4136(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1475,7 +1475,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4136();
+ o.details = buildUnnamed4137();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1489,7 +1489,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4136(o.details!);
+ checkUnnamed4137(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1498,7 +1498,7 @@
buildCounterStatus--;
}
-core.Map<core.String, core.Object> buildUnnamed4137() {
+core.Map<core.String, core.Object> buildUnnamed4138() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1513,7 +1513,7 @@
return o;
}
-void checkUnnamed4137(core.Map<core.String, core.Object> o) {
+void checkUnnamed4138(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted21 = (o['x']!) as core.Map;
unittest.expect(casted21, unittest.hasLength(3));
@@ -1550,7 +1550,7 @@
var o = api.ThirdPartyPrincipal();
buildCounterThirdPartyPrincipal++;
if (buildCounterThirdPartyPrincipal < 3) {
- o.thirdPartyClaims = buildUnnamed4137();
+ o.thirdPartyClaims = buildUnnamed4138();
}
buildCounterThirdPartyPrincipal--;
return o;
@@ -1559,7 +1559,7 @@
void checkThirdPartyPrincipal(api.ThirdPartyPrincipal o) {
buildCounterThirdPartyPrincipal++;
if (buildCounterThirdPartyPrincipal < 3) {
- checkUnnamed4137(o.thirdPartyClaims!);
+ checkUnnamed4138(o.thirdPartyClaims!);
}
buildCounterThirdPartyPrincipal--;
}
diff --git a/generated/googleapis/test/servicemanagement/v1_test.dart b/generated/googleapis/test/servicemanagement/v1_test.dart
index 0d08099..ef41c66 100644
--- a/generated/googleapis/test/servicemanagement/v1_test.dart
+++ b/generated/googleapis/test/servicemanagement/v1_test.dart
@@ -49,40 +49,40 @@
buildCounterAdvice--;
}
-core.List<api.Method> buildUnnamed5271() {
+core.List<api.Method> buildUnnamed5273() {
var o = <api.Method>[];
o.add(buildMethod());
o.add(buildMethod());
return o;
}
-void checkUnnamed5271(core.List<api.Method> o) {
+void checkUnnamed5273(core.List<api.Method> o) {
unittest.expect(o, unittest.hasLength(2));
checkMethod(o[0] as api.Method);
checkMethod(o[1] as api.Method);
}
-core.List<api.Mixin> buildUnnamed5272() {
+core.List<api.Mixin> buildUnnamed5274() {
var o = <api.Mixin>[];
o.add(buildMixin());
o.add(buildMixin());
return o;
}
-void checkUnnamed5272(core.List<api.Mixin> o) {
+void checkUnnamed5274(core.List<api.Mixin> o) {
unittest.expect(o, unittest.hasLength(2));
checkMixin(o[0] as api.Mixin);
checkMixin(o[1] as api.Mixin);
}
-core.List<api.Option> buildUnnamed5273() {
+core.List<api.Option> buildUnnamed5275() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed5273(core.List<api.Option> o) {
+void checkUnnamed5275(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -93,10 +93,10 @@
var o = api.Api();
buildCounterApi++;
if (buildCounterApi < 3) {
- o.methods = buildUnnamed5271();
- o.mixins = buildUnnamed5272();
+ o.methods = buildUnnamed5273();
+ o.mixins = buildUnnamed5274();
o.name = 'foo';
- o.options = buildUnnamed5273();
+ o.options = buildUnnamed5275();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
o.version = 'foo';
@@ -108,13 +108,13 @@
void checkApi(api.Api o) {
buildCounterApi++;
if (buildCounterApi < 3) {
- checkUnnamed5271(o.methods!);
- checkUnnamed5272(o.mixins!);
+ checkUnnamed5273(o.methods!);
+ checkUnnamed5274(o.mixins!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5273(o.options!);
+ checkUnnamed5275(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -128,14 +128,14 @@
buildCounterApi--;
}
-core.List<api.AuditLogConfig> buildUnnamed5274() {
+core.List<api.AuditLogConfig> buildUnnamed5276() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed5274(core.List<api.AuditLogConfig> o) {
+void checkUnnamed5276(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -146,7 +146,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed5274();
+ o.auditLogConfigs = buildUnnamed5276();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -156,7 +156,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed5274(o.auditLogConfigs!);
+ checkUnnamed5276(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -165,14 +165,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed5275() {
+core.List<core.String> buildUnnamed5277() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5275(core.List<core.String> o) {
+void checkUnnamed5277(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -189,7 +189,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed5275();
+ o.exemptedMembers = buildUnnamed5277();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -199,7 +199,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed5275(o.exemptedMembers!);
+ checkUnnamed5277(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -208,14 +208,14 @@
buildCounterAuditLogConfig--;
}
-core.List<api.JwtLocation> buildUnnamed5276() {
+core.List<api.JwtLocation> buildUnnamed5278() {
var o = <api.JwtLocation>[];
o.add(buildJwtLocation());
o.add(buildJwtLocation());
return o;
}
-void checkUnnamed5276(core.List<api.JwtLocation> o) {
+void checkUnnamed5278(core.List<api.JwtLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkJwtLocation(o[0] as api.JwtLocation);
checkJwtLocation(o[1] as api.JwtLocation);
@@ -231,7 +231,7 @@
o.id = 'foo';
o.issuer = 'foo';
o.jwksUri = 'foo';
- o.jwtLocations = buildUnnamed5276();
+ o.jwtLocations = buildUnnamed5278();
}
buildCounterAuthProvider--;
return o;
@@ -260,7 +260,7 @@
o.jwksUri!,
unittest.equals('foo'),
);
- checkUnnamed5276(o.jwtLocations!);
+ checkUnnamed5278(o.jwtLocations!);
}
buildCounterAuthProvider--;
}
@@ -292,27 +292,27 @@
buildCounterAuthRequirement--;
}
-core.List<api.AuthProvider> buildUnnamed5277() {
+core.List<api.AuthProvider> buildUnnamed5279() {
var o = <api.AuthProvider>[];
o.add(buildAuthProvider());
o.add(buildAuthProvider());
return o;
}
-void checkUnnamed5277(core.List<api.AuthProvider> o) {
+void checkUnnamed5279(core.List<api.AuthProvider> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthProvider(o[0] as api.AuthProvider);
checkAuthProvider(o[1] as api.AuthProvider);
}
-core.List<api.AuthenticationRule> buildUnnamed5278() {
+core.List<api.AuthenticationRule> buildUnnamed5280() {
var o = <api.AuthenticationRule>[];
o.add(buildAuthenticationRule());
o.add(buildAuthenticationRule());
return o;
}
-void checkUnnamed5278(core.List<api.AuthenticationRule> o) {
+void checkUnnamed5280(core.List<api.AuthenticationRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthenticationRule(o[0] as api.AuthenticationRule);
checkAuthenticationRule(o[1] as api.AuthenticationRule);
@@ -323,8 +323,8 @@
var o = api.Authentication();
buildCounterAuthentication++;
if (buildCounterAuthentication < 3) {
- o.providers = buildUnnamed5277();
- o.rules = buildUnnamed5278();
+ o.providers = buildUnnamed5279();
+ o.rules = buildUnnamed5280();
}
buildCounterAuthentication--;
return o;
@@ -333,20 +333,20 @@
void checkAuthentication(api.Authentication o) {
buildCounterAuthentication++;
if (buildCounterAuthentication < 3) {
- checkUnnamed5277(o.providers!);
- checkUnnamed5278(o.rules!);
+ checkUnnamed5279(o.providers!);
+ checkUnnamed5280(o.rules!);
}
buildCounterAuthentication--;
}
-core.List<api.AuthRequirement> buildUnnamed5279() {
+core.List<api.AuthRequirement> buildUnnamed5281() {
var o = <api.AuthRequirement>[];
o.add(buildAuthRequirement());
o.add(buildAuthRequirement());
return o;
}
-void checkUnnamed5279(core.List<api.AuthRequirement> o) {
+void checkUnnamed5281(core.List<api.AuthRequirement> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthRequirement(o[0] as api.AuthRequirement);
checkAuthRequirement(o[1] as api.AuthRequirement);
@@ -359,7 +359,7 @@
if (buildCounterAuthenticationRule < 3) {
o.allowWithoutCredential = true;
o.oauth = buildOAuthRequirements();
- o.requirements = buildUnnamed5279();
+ o.requirements = buildUnnamed5281();
o.selector = 'foo';
}
buildCounterAuthenticationRule--;
@@ -371,7 +371,7 @@
if (buildCounterAuthenticationRule < 3) {
unittest.expect(o.allowWithoutCredential!, unittest.isTrue);
checkOAuthRequirements(o.oauth! as api.OAuthRequirements);
- checkUnnamed5279(o.requirements!);
+ checkUnnamed5281(o.requirements!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -380,14 +380,14 @@
buildCounterAuthenticationRule--;
}
-core.List<api.BackendRule> buildUnnamed5280() {
+core.List<api.BackendRule> buildUnnamed5282() {
var o = <api.BackendRule>[];
o.add(buildBackendRule());
o.add(buildBackendRule());
return o;
}
-void checkUnnamed5280(core.List<api.BackendRule> o) {
+void checkUnnamed5282(core.List<api.BackendRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkBackendRule(o[0] as api.BackendRule);
checkBackendRule(o[1] as api.BackendRule);
@@ -398,7 +398,7 @@
var o = api.Backend();
buildCounterBackend++;
if (buildCounterBackend < 3) {
- o.rules = buildUnnamed5280();
+ o.rules = buildUnnamed5282();
}
buildCounterBackend--;
return o;
@@ -407,7 +407,7 @@
void checkBackend(api.Backend o) {
buildCounterBackend++;
if (buildCounterBackend < 3) {
- checkUnnamed5280(o.rules!);
+ checkUnnamed5282(o.rules!);
}
buildCounterBackend--;
}
@@ -471,14 +471,14 @@
buildCounterBackendRule--;
}
-core.List<api.BillingDestination> buildUnnamed5281() {
+core.List<api.BillingDestination> buildUnnamed5283() {
var o = <api.BillingDestination>[];
o.add(buildBillingDestination());
o.add(buildBillingDestination());
return o;
}
-void checkUnnamed5281(core.List<api.BillingDestination> o) {
+void checkUnnamed5283(core.List<api.BillingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkBillingDestination(o[0] as api.BillingDestination);
checkBillingDestination(o[1] as api.BillingDestination);
@@ -489,7 +489,7 @@
var o = api.Billing();
buildCounterBilling++;
if (buildCounterBilling < 3) {
- o.consumerDestinations = buildUnnamed5281();
+ o.consumerDestinations = buildUnnamed5283();
}
buildCounterBilling--;
return o;
@@ -498,19 +498,19 @@
void checkBilling(api.Billing o) {
buildCounterBilling++;
if (buildCounterBilling < 3) {
- checkUnnamed5281(o.consumerDestinations!);
+ checkUnnamed5283(o.consumerDestinations!);
}
buildCounterBilling--;
}
-core.List<core.String> buildUnnamed5282() {
+core.List<core.String> buildUnnamed5284() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5282(core.List<core.String> o) {
+void checkUnnamed5284(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -527,7 +527,7 @@
var o = api.BillingDestination();
buildCounterBillingDestination++;
if (buildCounterBillingDestination < 3) {
- o.metrics = buildUnnamed5282();
+ o.metrics = buildUnnamed5284();
o.monitoredResource = 'foo';
}
buildCounterBillingDestination--;
@@ -537,7 +537,7 @@
void checkBillingDestination(api.BillingDestination o) {
buildCounterBillingDestination++;
if (buildCounterBillingDestination < 3) {
- checkUnnamed5282(o.metrics!);
+ checkUnnamed5284(o.metrics!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -546,14 +546,14 @@
buildCounterBillingDestination--;
}
-core.List<core.String> buildUnnamed5283() {
+core.List<core.String> buildUnnamed5285() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5283(core.List<core.String> o) {
+void checkUnnamed5285(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -571,7 +571,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed5283();
+ o.members = buildUnnamed5285();
o.role = 'foo';
}
buildCounterBinding--;
@@ -582,7 +582,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed5283(o.members!);
+ checkUnnamed5285(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -591,14 +591,14 @@
buildCounterBinding--;
}
-core.List<api.ConfigChange> buildUnnamed5284() {
+core.List<api.ConfigChange> buildUnnamed5286() {
var o = <api.ConfigChange>[];
o.add(buildConfigChange());
o.add(buildConfigChange());
return o;
}
-void checkUnnamed5284(core.List<api.ConfigChange> o) {
+void checkUnnamed5286(core.List<api.ConfigChange> o) {
unittest.expect(o, unittest.hasLength(2));
checkConfigChange(o[0] as api.ConfigChange);
checkConfigChange(o[1] as api.ConfigChange);
@@ -609,7 +609,7 @@
var o = api.ChangeReport();
buildCounterChangeReport++;
if (buildCounterChangeReport < 3) {
- o.configChanges = buildUnnamed5284();
+ o.configChanges = buildUnnamed5286();
}
buildCounterChangeReport--;
return o;
@@ -618,19 +618,19 @@
void checkChangeReport(api.ChangeReport o) {
buildCounterChangeReport++;
if (buildCounterChangeReport < 3) {
- checkUnnamed5284(o.configChanges!);
+ checkUnnamed5286(o.configChanges!);
}
buildCounterChangeReport--;
}
-core.List<api.Advice> buildUnnamed5285() {
+core.List<api.Advice> buildUnnamed5287() {
var o = <api.Advice>[];
o.add(buildAdvice());
o.add(buildAdvice());
return o;
}
-void checkUnnamed5285(core.List<api.Advice> o) {
+void checkUnnamed5287(core.List<api.Advice> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdvice(o[0] as api.Advice);
checkAdvice(o[1] as api.Advice);
@@ -641,7 +641,7 @@
var o = api.ConfigChange();
buildCounterConfigChange++;
if (buildCounterConfigChange < 3) {
- o.advices = buildUnnamed5285();
+ o.advices = buildUnnamed5287();
o.changeType = 'foo';
o.element = 'foo';
o.newValue = 'foo';
@@ -654,7 +654,7 @@
void checkConfigChange(api.ConfigChange o) {
buildCounterConfigChange++;
if (buildCounterConfigChange < 3) {
- checkUnnamed5285(o.advices!);
+ checkUnnamed5287(o.advices!);
unittest.expect(
o.changeType!,
unittest.equals('foo'),
@@ -729,14 +729,14 @@
buildCounterConfigRef--;
}
-core.List<api.ConfigFile> buildUnnamed5286() {
+core.List<api.ConfigFile> buildUnnamed5288() {
var o = <api.ConfigFile>[];
o.add(buildConfigFile());
o.add(buildConfigFile());
return o;
}
-void checkUnnamed5286(core.List<api.ConfigFile> o) {
+void checkUnnamed5288(core.List<api.ConfigFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkConfigFile(o[0] as api.ConfigFile);
checkConfigFile(o[1] as api.ConfigFile);
@@ -747,7 +747,7 @@
var o = api.ConfigSource();
buildCounterConfigSource++;
if (buildCounterConfigSource < 3) {
- o.files = buildUnnamed5286();
+ o.files = buildUnnamed5288();
o.id = 'foo';
}
buildCounterConfigSource--;
@@ -757,7 +757,7 @@
void checkConfigSource(api.ConfigSource o) {
buildCounterConfigSource++;
if (buildCounterConfigSource < 3) {
- checkUnnamed5286(o.files!);
+ checkUnnamed5288(o.files!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -766,14 +766,14 @@
buildCounterConfigSource--;
}
-core.List<api.ContextRule> buildUnnamed5287() {
+core.List<api.ContextRule> buildUnnamed5289() {
var o = <api.ContextRule>[];
o.add(buildContextRule());
o.add(buildContextRule());
return o;
}
-void checkUnnamed5287(core.List<api.ContextRule> o) {
+void checkUnnamed5289(core.List<api.ContextRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkContextRule(o[0] as api.ContextRule);
checkContextRule(o[1] as api.ContextRule);
@@ -784,7 +784,7 @@
var o = api.Context();
buildCounterContext++;
if (buildCounterContext < 3) {
- o.rules = buildUnnamed5287();
+ o.rules = buildUnnamed5289();
}
buildCounterContext--;
return o;
@@ -793,49 +793,11 @@
void checkContext(api.Context o) {
buildCounterContext++;
if (buildCounterContext < 3) {
- checkUnnamed5287(o.rules!);
+ checkUnnamed5289(o.rules!);
}
buildCounterContext--;
}
-core.List<core.String> buildUnnamed5288() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5288(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.List<core.String> buildUnnamed5289() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5289(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed5290() {
var o = <core.String>[];
o.add('foo');
@@ -874,15 +836,53 @@
);
}
+core.List<core.String> buildUnnamed5292() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5292(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed5293() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5293(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterContextRule = 0;
api.ContextRule buildContextRule() {
var o = api.ContextRule();
buildCounterContextRule++;
if (buildCounterContextRule < 3) {
- o.allowedRequestExtensions = buildUnnamed5288();
- o.allowedResponseExtensions = buildUnnamed5289();
- o.provided = buildUnnamed5290();
- o.requested = buildUnnamed5291();
+ o.allowedRequestExtensions = buildUnnamed5290();
+ o.allowedResponseExtensions = buildUnnamed5291();
+ o.provided = buildUnnamed5292();
+ o.requested = buildUnnamed5293();
o.selector = 'foo';
}
buildCounterContextRule--;
@@ -892,10 +892,10 @@
void checkContextRule(api.ContextRule o) {
buildCounterContextRule++;
if (buildCounterContextRule < 3) {
- checkUnnamed5288(o.allowedRequestExtensions!);
- checkUnnamed5289(o.allowedResponseExtensions!);
- checkUnnamed5290(o.provided!);
- checkUnnamed5291(o.requested!);
+ checkUnnamed5290(o.allowedRequestExtensions!);
+ checkUnnamed5291(o.allowedResponseExtensions!);
+ checkUnnamed5292(o.provided!);
+ checkUnnamed5293(o.requested!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -926,27 +926,27 @@
buildCounterControl--;
}
-core.List<api.CustomErrorRule> buildUnnamed5292() {
+core.List<api.CustomErrorRule> buildUnnamed5294() {
var o = <api.CustomErrorRule>[];
o.add(buildCustomErrorRule());
o.add(buildCustomErrorRule());
return o;
}
-void checkUnnamed5292(core.List<api.CustomErrorRule> o) {
+void checkUnnamed5294(core.List<api.CustomErrorRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomErrorRule(o[0] as api.CustomErrorRule);
checkCustomErrorRule(o[1] as api.CustomErrorRule);
}
-core.List<core.String> buildUnnamed5293() {
+core.List<core.String> buildUnnamed5295() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5293(core.List<core.String> o) {
+void checkUnnamed5295(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -963,8 +963,8 @@
var o = api.CustomError();
buildCounterCustomError++;
if (buildCounterCustomError < 3) {
- o.rules = buildUnnamed5292();
- o.types = buildUnnamed5293();
+ o.rules = buildUnnamed5294();
+ o.types = buildUnnamed5295();
}
buildCounterCustomError--;
return o;
@@ -973,8 +973,8 @@
void checkCustomError(api.CustomError o) {
buildCounterCustomError++;
if (buildCounterCustomError < 3) {
- checkUnnamed5292(o.rules!);
- checkUnnamed5293(o.types!);
+ checkUnnamed5294(o.rules!);
+ checkUnnamed5295(o.types!);
}
buildCounterCustomError--;
}
@@ -1092,27 +1092,27 @@
buildCounterDisableServiceResponse--;
}
-core.List<api.Page> buildUnnamed5294() {
+core.List<api.Page> buildUnnamed5296() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed5294(core.List<api.Page> o) {
+void checkUnnamed5296(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
}
-core.List<api.DocumentationRule> buildUnnamed5295() {
+core.List<api.DocumentationRule> buildUnnamed5297() {
var o = <api.DocumentationRule>[];
o.add(buildDocumentationRule());
o.add(buildDocumentationRule());
return o;
}
-void checkUnnamed5295(core.List<api.DocumentationRule> o) {
+void checkUnnamed5297(core.List<api.DocumentationRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkDocumentationRule(o[0] as api.DocumentationRule);
checkDocumentationRule(o[1] as api.DocumentationRule);
@@ -1125,8 +1125,8 @@
if (buildCounterDocumentation < 3) {
o.documentationRootUrl = 'foo';
o.overview = 'foo';
- o.pages = buildUnnamed5294();
- o.rules = buildUnnamed5295();
+ o.pages = buildUnnamed5296();
+ o.rules = buildUnnamed5297();
o.serviceRootUrl = 'foo';
o.summary = 'foo';
}
@@ -1145,8 +1145,8 @@
o.overview!,
unittest.equals('foo'),
);
- checkUnnamed5294(o.pages!);
- checkUnnamed5295(o.rules!);
+ checkUnnamed5296(o.pages!);
+ checkUnnamed5297(o.rules!);
unittest.expect(
o.serviceRootUrl!,
unittest.equals('foo'),
@@ -1228,14 +1228,14 @@
buildCounterEnableServiceResponse--;
}
-core.List<core.String> buildUnnamed5296() {
+core.List<core.String> buildUnnamed5298() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5296(core.List<core.String> o) {
+void checkUnnamed5298(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1252,7 +1252,7 @@
var o = api.Endpoint();
buildCounterEndpoint++;
if (buildCounterEndpoint < 3) {
- o.aliases = buildUnnamed5296();
+ o.aliases = buildUnnamed5298();
o.allowCors = true;
o.name = 'foo';
o.target = 'foo';
@@ -1264,7 +1264,7 @@
void checkEndpoint(api.Endpoint o) {
buildCounterEndpoint++;
if (buildCounterEndpoint < 3) {
- checkUnnamed5296(o.aliases!);
+ checkUnnamed5298(o.aliases!);
unittest.expect(o.allowCors!, unittest.isTrue);
unittest.expect(
o.name!,
@@ -1278,27 +1278,27 @@
buildCounterEndpoint--;
}
-core.List<api.EnumValue> buildUnnamed5297() {
+core.List<api.EnumValue> buildUnnamed5299() {
var o = <api.EnumValue>[];
o.add(buildEnumValue());
o.add(buildEnumValue());
return o;
}
-void checkUnnamed5297(core.List<api.EnumValue> o) {
+void checkUnnamed5299(core.List<api.EnumValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnumValue(o[0] as api.EnumValue);
checkEnumValue(o[1] as api.EnumValue);
}
-core.List<api.Option> buildUnnamed5298() {
+core.List<api.Option> buildUnnamed5300() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed5298(core.List<api.Option> o) {
+void checkUnnamed5300(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1309,9 +1309,9 @@
var o = api.Enum();
buildCounterEnum++;
if (buildCounterEnum < 3) {
- o.enumvalue = buildUnnamed5297();
+ o.enumvalue = buildUnnamed5299();
o.name = 'foo';
- o.options = buildUnnamed5298();
+ o.options = buildUnnamed5300();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
}
@@ -1322,12 +1322,12 @@
void checkEnum(api.Enum o) {
buildCounterEnum++;
if (buildCounterEnum < 3) {
- checkUnnamed5297(o.enumvalue!);
+ checkUnnamed5299(o.enumvalue!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5298(o.options!);
+ checkUnnamed5300(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -1337,14 +1337,14 @@
buildCounterEnum--;
}
-core.List<api.Option> buildUnnamed5299() {
+core.List<api.Option> buildUnnamed5301() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed5299(core.List<api.Option> o) {
+void checkUnnamed5301(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1357,7 +1357,7 @@
if (buildCounterEnumValue < 3) {
o.name = 'foo';
o.number = 42;
- o.options = buildUnnamed5299();
+ o.options = buildUnnamed5301();
}
buildCounterEnumValue--;
return o;
@@ -1374,7 +1374,7 @@
o.number!,
unittest.equals(42),
);
- checkUnnamed5299(o.options!);
+ checkUnnamed5301(o.options!);
}
buildCounterEnumValue--;
}
@@ -1416,14 +1416,14 @@
buildCounterExpr--;
}
-core.List<api.Option> buildUnnamed5300() {
+core.List<api.Option> buildUnnamed5302() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed5300(core.List<api.Option> o) {
+void checkUnnamed5302(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1441,7 +1441,7 @@
o.name = 'foo';
o.number = 42;
o.oneofIndex = 42;
- o.options = buildUnnamed5300();
+ o.options = buildUnnamed5302();
o.packed = true;
o.typeUrl = 'foo';
}
@@ -1480,7 +1480,7 @@
o.oneofIndex!,
unittest.equals(42),
);
- checkUnnamed5300(o.options!);
+ checkUnnamed5302(o.options!);
unittest.expect(o.packed!, unittest.isTrue);
unittest.expect(
o.typeUrl!,
@@ -1517,7 +1517,7 @@
buildCounterFlowErrorDetails--;
}
-core.Map<core.String, core.Object> buildUnnamed5301() {
+core.Map<core.String, core.Object> buildUnnamed5303() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1532,7 +1532,7 @@
return o;
}
-void checkUnnamed5301(core.Map<core.String, core.Object> o) {
+void checkUnnamed5303(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1564,7 +1564,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5302() {
+core.Map<core.String, core.Object> buildUnnamed5304() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1579,7 +1579,7 @@
return o;
}
-void checkUnnamed5302(core.Map<core.String, core.Object> o) {
+void checkUnnamed5304(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1616,8 +1616,8 @@
var o = api.GenerateConfigReportRequest();
buildCounterGenerateConfigReportRequest++;
if (buildCounterGenerateConfigReportRequest < 3) {
- o.newConfig = buildUnnamed5301();
- o.oldConfig = buildUnnamed5302();
+ o.newConfig = buildUnnamed5303();
+ o.oldConfig = buildUnnamed5304();
}
buildCounterGenerateConfigReportRequest--;
return o;
@@ -1626,33 +1626,33 @@
void checkGenerateConfigReportRequest(api.GenerateConfigReportRequest o) {
buildCounterGenerateConfigReportRequest++;
if (buildCounterGenerateConfigReportRequest < 3) {
- checkUnnamed5301(o.newConfig!);
- checkUnnamed5302(o.oldConfig!);
+ checkUnnamed5303(o.newConfig!);
+ checkUnnamed5304(o.oldConfig!);
}
buildCounterGenerateConfigReportRequest--;
}
-core.List<api.ChangeReport> buildUnnamed5303() {
+core.List<api.ChangeReport> buildUnnamed5305() {
var o = <api.ChangeReport>[];
o.add(buildChangeReport());
o.add(buildChangeReport());
return o;
}
-void checkUnnamed5303(core.List<api.ChangeReport> o) {
+void checkUnnamed5305(core.List<api.ChangeReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkChangeReport(o[0] as api.ChangeReport);
checkChangeReport(o[1] as api.ChangeReport);
}
-core.List<api.Diagnostic> buildUnnamed5304() {
+core.List<api.Diagnostic> buildUnnamed5306() {
var o = <api.Diagnostic>[];
o.add(buildDiagnostic());
o.add(buildDiagnostic());
return o;
}
-void checkUnnamed5304(core.List<api.Diagnostic> o) {
+void checkUnnamed5306(core.List<api.Diagnostic> o) {
unittest.expect(o, unittest.hasLength(2));
checkDiagnostic(o[0] as api.Diagnostic);
checkDiagnostic(o[1] as api.Diagnostic);
@@ -1663,8 +1663,8 @@
var o = api.GenerateConfigReportResponse();
buildCounterGenerateConfigReportResponse++;
if (buildCounterGenerateConfigReportResponse < 3) {
- o.changeReports = buildUnnamed5303();
- o.diagnostics = buildUnnamed5304();
+ o.changeReports = buildUnnamed5305();
+ o.diagnostics = buildUnnamed5306();
o.id = 'foo';
o.serviceName = 'foo';
}
@@ -1675,8 +1675,8 @@
void checkGenerateConfigReportResponse(api.GenerateConfigReportResponse o) {
buildCounterGenerateConfigReportResponse++;
if (buildCounterGenerateConfigReportResponse < 3) {
- checkUnnamed5303(o.changeReports!);
- checkUnnamed5304(o.diagnostics!);
+ checkUnnamed5305(o.changeReports!);
+ checkUnnamed5306(o.diagnostics!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -1730,14 +1730,14 @@
buildCounterGetPolicyOptions--;
}
-core.List<api.HttpRule> buildUnnamed5305() {
+core.List<api.HttpRule> buildUnnamed5307() {
var o = <api.HttpRule>[];
o.add(buildHttpRule());
o.add(buildHttpRule());
return o;
}
-void checkUnnamed5305(core.List<api.HttpRule> o) {
+void checkUnnamed5307(core.List<api.HttpRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkHttpRule(o[0] as api.HttpRule);
checkHttpRule(o[1] as api.HttpRule);
@@ -1749,7 +1749,7 @@
buildCounterHttp++;
if (buildCounterHttp < 3) {
o.fullyDecodeReservedExpansion = true;
- o.rules = buildUnnamed5305();
+ o.rules = buildUnnamed5307();
}
buildCounterHttp--;
return o;
@@ -1759,19 +1759,19 @@
buildCounterHttp++;
if (buildCounterHttp < 3) {
unittest.expect(o.fullyDecodeReservedExpansion!, unittest.isTrue);
- checkUnnamed5305(o.rules!);
+ checkUnnamed5307(o.rules!);
}
buildCounterHttp--;
}
-core.List<api.HttpRule> buildUnnamed5306() {
+core.List<api.HttpRule> buildUnnamed5308() {
var o = <api.HttpRule>[];
o.add(buildHttpRule());
o.add(buildHttpRule());
return o;
}
-void checkUnnamed5306(core.List<api.HttpRule> o) {
+void checkUnnamed5308(core.List<api.HttpRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkHttpRule(o[0] as api.HttpRule);
checkHttpRule(o[1] as api.HttpRule);
@@ -1782,7 +1782,7 @@
var o = api.HttpRule();
buildCounterHttpRule++;
if (buildCounterHttpRule < 3) {
- o.additionalBindings = buildUnnamed5306();
+ o.additionalBindings = buildUnnamed5308();
o.body = 'foo';
o.custom = buildCustomHttpPattern();
o.delete = 'foo';
@@ -1800,7 +1800,7 @@
void checkHttpRule(api.HttpRule o) {
buildCounterHttpRule++;
if (buildCounterHttpRule < 3) {
- checkUnnamed5306(o.additionalBindings!);
+ checkUnnamed5308(o.additionalBindings!);
unittest.expect(
o.body!,
unittest.equals('foo'),
@@ -1902,14 +1902,14 @@
buildCounterLabelDescriptor--;
}
-core.List<api.Operation> buildUnnamed5307() {
+core.List<api.Operation> buildUnnamed5309() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed5307(core.List<api.Operation> o) {
+void checkUnnamed5309(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1921,7 +1921,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed5307();
+ o.operations = buildUnnamed5309();
}
buildCounterListOperationsResponse--;
return o;
@@ -1934,19 +1934,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5307(o.operations!);
+ checkUnnamed5309(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.Service> buildUnnamed5308() {
+core.List<api.Service> buildUnnamed5310() {
var o = <api.Service>[];
o.add(buildService());
o.add(buildService());
return o;
}
-void checkUnnamed5308(core.List<api.Service> o) {
+void checkUnnamed5310(core.List<api.Service> o) {
unittest.expect(o, unittest.hasLength(2));
checkService(o[0] as api.Service);
checkService(o[1] as api.Service);
@@ -1958,7 +1958,7 @@
buildCounterListServiceConfigsResponse++;
if (buildCounterListServiceConfigsResponse < 3) {
o.nextPageToken = 'foo';
- o.serviceConfigs = buildUnnamed5308();
+ o.serviceConfigs = buildUnnamed5310();
}
buildCounterListServiceConfigsResponse--;
return o;
@@ -1971,19 +1971,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5308(o.serviceConfigs!);
+ checkUnnamed5310(o.serviceConfigs!);
}
buildCounterListServiceConfigsResponse--;
}
-core.List<api.Rollout> buildUnnamed5309() {
+core.List<api.Rollout> buildUnnamed5311() {
var o = <api.Rollout>[];
o.add(buildRollout());
o.add(buildRollout());
return o;
}
-void checkUnnamed5309(core.List<api.Rollout> o) {
+void checkUnnamed5311(core.List<api.Rollout> o) {
unittest.expect(o, unittest.hasLength(2));
checkRollout(o[0] as api.Rollout);
checkRollout(o[1] as api.Rollout);
@@ -1995,7 +1995,7 @@
buildCounterListServiceRolloutsResponse++;
if (buildCounterListServiceRolloutsResponse < 3) {
o.nextPageToken = 'foo';
- o.rollouts = buildUnnamed5309();
+ o.rollouts = buildUnnamed5311();
}
buildCounterListServiceRolloutsResponse--;
return o;
@@ -2008,19 +2008,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5309(o.rollouts!);
+ checkUnnamed5311(o.rollouts!);
}
buildCounterListServiceRolloutsResponse--;
}
-core.List<api.ManagedService> buildUnnamed5310() {
+core.List<api.ManagedService> buildUnnamed5312() {
var o = <api.ManagedService>[];
o.add(buildManagedService());
o.add(buildManagedService());
return o;
}
-void checkUnnamed5310(core.List<api.ManagedService> o) {
+void checkUnnamed5312(core.List<api.ManagedService> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedService(o[0] as api.ManagedService);
checkManagedService(o[1] as api.ManagedService);
@@ -2032,7 +2032,7 @@
buildCounterListServicesResponse++;
if (buildCounterListServicesResponse < 3) {
o.nextPageToken = 'foo';
- o.services = buildUnnamed5310();
+ o.services = buildUnnamed5312();
}
buildCounterListServicesResponse--;
return o;
@@ -2045,19 +2045,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5310(o.services!);
+ checkUnnamed5312(o.services!);
}
buildCounterListServicesResponse--;
}
-core.List<api.LabelDescriptor> buildUnnamed5311() {
+core.List<api.LabelDescriptor> buildUnnamed5313() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed5311(core.List<api.LabelDescriptor> o) {
+void checkUnnamed5313(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -2070,7 +2070,7 @@
if (buildCounterLogDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed5311();
+ o.labels = buildUnnamed5313();
o.name = 'foo';
}
buildCounterLogDescriptor--;
@@ -2088,7 +2088,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5311(o.labels!);
+ checkUnnamed5313(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2097,27 +2097,27 @@
buildCounterLogDescriptor--;
}
-core.List<api.LoggingDestination> buildUnnamed5312() {
+core.List<api.LoggingDestination> buildUnnamed5314() {
var o = <api.LoggingDestination>[];
o.add(buildLoggingDestination());
o.add(buildLoggingDestination());
return o;
}
-void checkUnnamed5312(core.List<api.LoggingDestination> o) {
+void checkUnnamed5314(core.List<api.LoggingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkLoggingDestination(o[0] as api.LoggingDestination);
checkLoggingDestination(o[1] as api.LoggingDestination);
}
-core.List<api.LoggingDestination> buildUnnamed5313() {
+core.List<api.LoggingDestination> buildUnnamed5315() {
var o = <api.LoggingDestination>[];
o.add(buildLoggingDestination());
o.add(buildLoggingDestination());
return o;
}
-void checkUnnamed5313(core.List<api.LoggingDestination> o) {
+void checkUnnamed5315(core.List<api.LoggingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkLoggingDestination(o[0] as api.LoggingDestination);
checkLoggingDestination(o[1] as api.LoggingDestination);
@@ -2128,8 +2128,8 @@
var o = api.Logging();
buildCounterLogging++;
if (buildCounterLogging < 3) {
- o.consumerDestinations = buildUnnamed5312();
- o.producerDestinations = buildUnnamed5313();
+ o.consumerDestinations = buildUnnamed5314();
+ o.producerDestinations = buildUnnamed5315();
}
buildCounterLogging--;
return o;
@@ -2138,20 +2138,20 @@
void checkLogging(api.Logging o) {
buildCounterLogging++;
if (buildCounterLogging < 3) {
- checkUnnamed5312(o.consumerDestinations!);
- checkUnnamed5313(o.producerDestinations!);
+ checkUnnamed5314(o.consumerDestinations!);
+ checkUnnamed5315(o.producerDestinations!);
}
buildCounterLogging--;
}
-core.List<core.String> buildUnnamed5314() {
+core.List<core.String> buildUnnamed5316() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5314(core.List<core.String> o) {
+void checkUnnamed5316(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2168,7 +2168,7 @@
var o = api.LoggingDestination();
buildCounterLoggingDestination++;
if (buildCounterLoggingDestination < 3) {
- o.logs = buildUnnamed5314();
+ o.logs = buildUnnamed5316();
o.monitoredResource = 'foo';
}
buildCounterLoggingDestination--;
@@ -2178,7 +2178,7 @@
void checkLoggingDestination(api.LoggingDestination o) {
buildCounterLoggingDestination++;
if (buildCounterLoggingDestination < 3) {
- checkUnnamed5314(o.logs!);
+ checkUnnamed5316(o.logs!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -2214,14 +2214,14 @@
buildCounterManagedService--;
}
-core.List<api.Option> buildUnnamed5315() {
+core.List<api.Option> buildUnnamed5317() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed5315(core.List<api.Option> o) {
+void checkUnnamed5317(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -2233,7 +2233,7 @@
buildCounterMethod++;
if (buildCounterMethod < 3) {
o.name = 'foo';
- o.options = buildUnnamed5315();
+ o.options = buildUnnamed5317();
o.requestStreaming = true;
o.requestTypeUrl = 'foo';
o.responseStreaming = true;
@@ -2251,7 +2251,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5315(o.options!);
+ checkUnnamed5317(o.options!);
unittest.expect(o.requestStreaming!, unittest.isTrue);
unittest.expect(
o.requestTypeUrl!,
@@ -2270,27 +2270,27 @@
buildCounterMethod--;
}
-core.List<api.LabelDescriptor> buildUnnamed5316() {
+core.List<api.LabelDescriptor> buildUnnamed5318() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed5316(core.List<api.LabelDescriptor> o) {
+void checkUnnamed5318(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
}
-core.List<core.String> buildUnnamed5317() {
+core.List<core.String> buildUnnamed5319() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5317(core.List<core.String> o) {
+void checkUnnamed5319(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2309,11 +2309,11 @@
if (buildCounterMetricDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed5316();
+ o.labels = buildUnnamed5318();
o.launchStage = 'foo';
o.metadata = buildMetricDescriptorMetadata();
o.metricKind = 'foo';
- o.monitoredResourceTypes = buildUnnamed5317();
+ o.monitoredResourceTypes = buildUnnamed5319();
o.name = 'foo';
o.type = 'foo';
o.unit = 'foo';
@@ -2334,7 +2334,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5316(o.labels!);
+ checkUnnamed5318(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -2344,7 +2344,7 @@
o.metricKind!,
unittest.equals('foo'),
);
- checkUnnamed5317(o.monitoredResourceTypes!);
+ checkUnnamed5319(o.monitoredResourceTypes!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2397,14 +2397,14 @@
buildCounterMetricDescriptorMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed5318() {
+core.Map<core.String, core.String> buildUnnamed5320() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5318(core.Map<core.String, core.String> o) {
+void checkUnnamed5320(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2421,7 +2421,7 @@
var o = api.MetricRule();
buildCounterMetricRule++;
if (buildCounterMetricRule < 3) {
- o.metricCosts = buildUnnamed5318();
+ o.metricCosts = buildUnnamed5320();
o.selector = 'foo';
}
buildCounterMetricRule--;
@@ -2431,7 +2431,7 @@
void checkMetricRule(api.MetricRule o) {
buildCounterMetricRule++;
if (buildCounterMetricRule < 3) {
- checkUnnamed5318(o.metricCosts!);
+ checkUnnamed5320(o.metricCosts!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -2467,14 +2467,14 @@
buildCounterMixin--;
}
-core.List<api.LabelDescriptor> buildUnnamed5319() {
+core.List<api.LabelDescriptor> buildUnnamed5321() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed5319(core.List<api.LabelDescriptor> o) {
+void checkUnnamed5321(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -2487,7 +2487,7 @@
if (buildCounterMonitoredResourceDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed5319();
+ o.labels = buildUnnamed5321();
o.launchStage = 'foo';
o.name = 'foo';
o.type = 'foo';
@@ -2507,7 +2507,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5319(o.labels!);
+ checkUnnamed5321(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -2524,27 +2524,27 @@
buildCounterMonitoredResourceDescriptor--;
}
-core.List<api.MonitoringDestination> buildUnnamed5320() {
+core.List<api.MonitoringDestination> buildUnnamed5322() {
var o = <api.MonitoringDestination>[];
o.add(buildMonitoringDestination());
o.add(buildMonitoringDestination());
return o;
}
-void checkUnnamed5320(core.List<api.MonitoringDestination> o) {
+void checkUnnamed5322(core.List<api.MonitoringDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoringDestination(o[0] as api.MonitoringDestination);
checkMonitoringDestination(o[1] as api.MonitoringDestination);
}
-core.List<api.MonitoringDestination> buildUnnamed5321() {
+core.List<api.MonitoringDestination> buildUnnamed5323() {
var o = <api.MonitoringDestination>[];
o.add(buildMonitoringDestination());
o.add(buildMonitoringDestination());
return o;
}
-void checkUnnamed5321(core.List<api.MonitoringDestination> o) {
+void checkUnnamed5323(core.List<api.MonitoringDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoringDestination(o[0] as api.MonitoringDestination);
checkMonitoringDestination(o[1] as api.MonitoringDestination);
@@ -2555,8 +2555,8 @@
var o = api.Monitoring();
buildCounterMonitoring++;
if (buildCounterMonitoring < 3) {
- o.consumerDestinations = buildUnnamed5320();
- o.producerDestinations = buildUnnamed5321();
+ o.consumerDestinations = buildUnnamed5322();
+ o.producerDestinations = buildUnnamed5323();
}
buildCounterMonitoring--;
return o;
@@ -2565,20 +2565,20 @@
void checkMonitoring(api.Monitoring o) {
buildCounterMonitoring++;
if (buildCounterMonitoring < 3) {
- checkUnnamed5320(o.consumerDestinations!);
- checkUnnamed5321(o.producerDestinations!);
+ checkUnnamed5322(o.consumerDestinations!);
+ checkUnnamed5323(o.producerDestinations!);
}
buildCounterMonitoring--;
}
-core.List<core.String> buildUnnamed5322() {
+core.List<core.String> buildUnnamed5324() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5322(core.List<core.String> o) {
+void checkUnnamed5324(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2595,7 +2595,7 @@
var o = api.MonitoringDestination();
buildCounterMonitoringDestination++;
if (buildCounterMonitoringDestination < 3) {
- o.metrics = buildUnnamed5322();
+ o.metrics = buildUnnamed5324();
o.monitoredResource = 'foo';
}
buildCounterMonitoringDestination--;
@@ -2605,7 +2605,7 @@
void checkMonitoringDestination(api.MonitoringDestination o) {
buildCounterMonitoringDestination++;
if (buildCounterMonitoringDestination < 3) {
- checkUnnamed5322(o.metrics!);
+ checkUnnamed5324(o.metrics!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -2636,7 +2636,7 @@
buildCounterOAuthRequirements--;
}
-core.Map<core.String, core.Object> buildUnnamed5323() {
+core.Map<core.String, core.Object> buildUnnamed5325() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2651,7 +2651,7 @@
return o;
}
-void checkUnnamed5323(core.Map<core.String, core.Object> o) {
+void checkUnnamed5325(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -2683,7 +2683,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5324() {
+core.Map<core.String, core.Object> buildUnnamed5326() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2698,7 +2698,7 @@
return o;
}
-void checkUnnamed5324(core.Map<core.String, core.Object> o) {
+void checkUnnamed5326(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -2737,9 +2737,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed5323();
+ o.metadata = buildUnnamed5325();
o.name = 'foo';
- o.response = buildUnnamed5324();
+ o.response = buildUnnamed5326();
}
buildCounterOperation--;
return o;
@@ -2750,24 +2750,24 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed5323(o.metadata!);
+ checkUnnamed5325(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5324(o.response!);
+ checkUnnamed5326(o.response!);
}
buildCounterOperation--;
}
-core.List<core.String> buildUnnamed5325() {
+core.List<core.String> buildUnnamed5327() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5325(core.List<core.String> o) {
+void checkUnnamed5327(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2779,14 +2779,14 @@
);
}
-core.List<api.Step> buildUnnamed5326() {
+core.List<api.Step> buildUnnamed5328() {
var o = <api.Step>[];
o.add(buildStep());
o.add(buildStep());
return o;
}
-void checkUnnamed5326(core.List<api.Step> o) {
+void checkUnnamed5328(core.List<api.Step> o) {
unittest.expect(o, unittest.hasLength(2));
checkStep(o[0] as api.Step);
checkStep(o[1] as api.Step);
@@ -2798,9 +2798,9 @@
buildCounterOperationMetadata++;
if (buildCounterOperationMetadata < 3) {
o.progressPercentage = 42;
- o.resourceNames = buildUnnamed5325();
+ o.resourceNames = buildUnnamed5327();
o.startTime = 'foo';
- o.steps = buildUnnamed5326();
+ o.steps = buildUnnamed5328();
}
buildCounterOperationMetadata--;
return o;
@@ -2813,17 +2813,17 @@
o.progressPercentage!,
unittest.equals(42),
);
- checkUnnamed5325(o.resourceNames!);
+ checkUnnamed5327(o.resourceNames!);
unittest.expect(
o.startTime!,
unittest.equals('foo'),
);
- checkUnnamed5326(o.steps!);
+ checkUnnamed5328(o.steps!);
}
buildCounterOperationMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed5327() {
+core.Map<core.String, core.Object> buildUnnamed5329() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2838,7 +2838,7 @@
return o;
}
-void checkUnnamed5327(core.Map<core.String, core.Object> o) {
+void checkUnnamed5329(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -2876,7 +2876,7 @@
buildCounterOption++;
if (buildCounterOption < 3) {
o.name = 'foo';
- o.value = buildUnnamed5327();
+ o.value = buildUnnamed5329();
}
buildCounterOption--;
return o;
@@ -2889,19 +2889,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5327(o.value!);
+ checkUnnamed5329(o.value!);
}
buildCounterOption--;
}
-core.List<api.Page> buildUnnamed5328() {
+core.List<api.Page> buildUnnamed5330() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed5328(core.List<api.Page> o) {
+void checkUnnamed5330(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
@@ -2914,7 +2914,7 @@
if (buildCounterPage < 3) {
o.content = 'foo';
o.name = 'foo';
- o.subpages = buildUnnamed5328();
+ o.subpages = buildUnnamed5330();
}
buildCounterPage--;
return o;
@@ -2931,32 +2931,32 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5328(o.subpages!);
+ checkUnnamed5330(o.subpages!);
}
buildCounterPage--;
}
-core.List<api.AuditConfig> buildUnnamed5329() {
+core.List<api.AuditConfig> buildUnnamed5331() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed5329(core.List<api.AuditConfig> o) {
+void checkUnnamed5331(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed5330() {
+core.List<api.Binding> buildUnnamed5332() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed5330(core.List<api.Binding> o) {
+void checkUnnamed5332(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -2967,8 +2967,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed5329();
- o.bindings = buildUnnamed5330();
+ o.auditConfigs = buildUnnamed5331();
+ o.bindings = buildUnnamed5332();
o.etag = 'foo';
o.version = 42;
}
@@ -2979,8 +2979,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed5329(o.auditConfigs!);
- checkUnnamed5330(o.bindings!);
+ checkUnnamed5331(o.auditConfigs!);
+ checkUnnamed5332(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -2993,27 +2993,27 @@
buildCounterPolicy--;
}
-core.List<api.QuotaLimit> buildUnnamed5331() {
+core.List<api.QuotaLimit> buildUnnamed5333() {
var o = <api.QuotaLimit>[];
o.add(buildQuotaLimit());
o.add(buildQuotaLimit());
return o;
}
-void checkUnnamed5331(core.List<api.QuotaLimit> o) {
+void checkUnnamed5333(core.List<api.QuotaLimit> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuotaLimit(o[0] as api.QuotaLimit);
checkQuotaLimit(o[1] as api.QuotaLimit);
}
-core.List<api.MetricRule> buildUnnamed5332() {
+core.List<api.MetricRule> buildUnnamed5334() {
var o = <api.MetricRule>[];
o.add(buildMetricRule());
o.add(buildMetricRule());
return o;
}
-void checkUnnamed5332(core.List<api.MetricRule> o) {
+void checkUnnamed5334(core.List<api.MetricRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricRule(o[0] as api.MetricRule);
checkMetricRule(o[1] as api.MetricRule);
@@ -3024,8 +3024,8 @@
var o = api.Quota();
buildCounterQuota++;
if (buildCounterQuota < 3) {
- o.limits = buildUnnamed5331();
- o.metricRules = buildUnnamed5332();
+ o.limits = buildUnnamed5333();
+ o.metricRules = buildUnnamed5334();
}
buildCounterQuota--;
return o;
@@ -3034,20 +3034,20 @@
void checkQuota(api.Quota o) {
buildCounterQuota++;
if (buildCounterQuota < 3) {
- checkUnnamed5331(o.limits!);
- checkUnnamed5332(o.metricRules!);
+ checkUnnamed5333(o.limits!);
+ checkUnnamed5334(o.metricRules!);
}
buildCounterQuota--;
}
-core.Map<core.String, core.String> buildUnnamed5333() {
+core.Map<core.String, core.String> buildUnnamed5335() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5333(core.Map<core.String, core.String> o) {
+void checkUnnamed5335(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3073,7 +3073,7 @@
o.metric = 'foo';
o.name = 'foo';
o.unit = 'foo';
- o.values = buildUnnamed5333();
+ o.values = buildUnnamed5335();
}
buildCounterQuotaLimit--;
return o;
@@ -3118,7 +3118,7 @@
o.unit!,
unittest.equals('foo'),
);
- checkUnnamed5333(o.values!);
+ checkUnnamed5335(o.values!);
}
buildCounterQuotaLimit--;
}
@@ -3198,105 +3198,105 @@
buildCounterRollout--;
}
-core.List<api.Api> buildUnnamed5334() {
+core.List<api.Api> buildUnnamed5336() {
var o = <api.Api>[];
o.add(buildApi());
o.add(buildApi());
return o;
}
-void checkUnnamed5334(core.List<api.Api> o) {
+void checkUnnamed5336(core.List<api.Api> o) {
unittest.expect(o, unittest.hasLength(2));
checkApi(o[0] as api.Api);
checkApi(o[1] as api.Api);
}
-core.List<api.Endpoint> buildUnnamed5335() {
+core.List<api.Endpoint> buildUnnamed5337() {
var o = <api.Endpoint>[];
o.add(buildEndpoint());
o.add(buildEndpoint());
return o;
}
-void checkUnnamed5335(core.List<api.Endpoint> o) {
+void checkUnnamed5337(core.List<api.Endpoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkEndpoint(o[0] as api.Endpoint);
checkEndpoint(o[1] as api.Endpoint);
}
-core.List<api.Enum> buildUnnamed5336() {
+core.List<api.Enum> buildUnnamed5338() {
var o = <api.Enum>[];
o.add(buildEnum());
o.add(buildEnum());
return o;
}
-void checkUnnamed5336(core.List<api.Enum> o) {
+void checkUnnamed5338(core.List<api.Enum> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnum(o[0] as api.Enum);
checkEnum(o[1] as api.Enum);
}
-core.List<api.LogDescriptor> buildUnnamed5337() {
+core.List<api.LogDescriptor> buildUnnamed5339() {
var o = <api.LogDescriptor>[];
o.add(buildLogDescriptor());
o.add(buildLogDescriptor());
return o;
}
-void checkUnnamed5337(core.List<api.LogDescriptor> o) {
+void checkUnnamed5339(core.List<api.LogDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogDescriptor(o[0] as api.LogDescriptor);
checkLogDescriptor(o[1] as api.LogDescriptor);
}
-core.List<api.MetricDescriptor> buildUnnamed5338() {
+core.List<api.MetricDescriptor> buildUnnamed5340() {
var o = <api.MetricDescriptor>[];
o.add(buildMetricDescriptor());
o.add(buildMetricDescriptor());
return o;
}
-void checkUnnamed5338(core.List<api.MetricDescriptor> o) {
+void checkUnnamed5340(core.List<api.MetricDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricDescriptor(o[0] as api.MetricDescriptor);
checkMetricDescriptor(o[1] as api.MetricDescriptor);
}
-core.List<api.MonitoredResourceDescriptor> buildUnnamed5339() {
+core.List<api.MonitoredResourceDescriptor> buildUnnamed5341() {
var o = <api.MonitoredResourceDescriptor>[];
o.add(buildMonitoredResourceDescriptor());
o.add(buildMonitoredResourceDescriptor());
return o;
}
-void checkUnnamed5339(core.List<api.MonitoredResourceDescriptor> o) {
+void checkUnnamed5341(core.List<api.MonitoredResourceDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoredResourceDescriptor(o[0] as api.MonitoredResourceDescriptor);
checkMonitoredResourceDescriptor(o[1] as api.MonitoredResourceDescriptor);
}
-core.List<api.Type> buildUnnamed5340() {
+core.List<api.Type> buildUnnamed5342() {
var o = <api.Type>[];
o.add(buildType());
o.add(buildType());
return o;
}
-void checkUnnamed5340(core.List<api.Type> o) {
+void checkUnnamed5342(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0] as api.Type);
checkType(o[1] as api.Type);
}
-core.List<api.Type> buildUnnamed5341() {
+core.List<api.Type> buildUnnamed5343() {
var o = <api.Type>[];
o.add(buildType());
o.add(buildType());
return o;
}
-void checkUnnamed5341(core.List<api.Type> o) {
+void checkUnnamed5343(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0] as api.Type);
checkType(o[1] as api.Type);
@@ -3307,7 +3307,7 @@
var o = api.Service();
buildCounterService++;
if (buildCounterService < 3) {
- o.apis = buildUnnamed5334();
+ o.apis = buildUnnamed5336();
o.authentication = buildAuthentication();
o.backend = buildBackend();
o.billing = buildBilling();
@@ -3316,23 +3316,23 @@
o.control = buildControl();
o.customError = buildCustomError();
o.documentation = buildDocumentation();
- o.endpoints = buildUnnamed5335();
- o.enums = buildUnnamed5336();
+ o.endpoints = buildUnnamed5337();
+ o.enums = buildUnnamed5338();
o.http = buildHttp();
o.id = 'foo';
o.logging = buildLogging();
- o.logs = buildUnnamed5337();
- o.metrics = buildUnnamed5338();
- o.monitoredResources = buildUnnamed5339();
+ o.logs = buildUnnamed5339();
+ o.metrics = buildUnnamed5340();
+ o.monitoredResources = buildUnnamed5341();
o.monitoring = buildMonitoring();
o.name = 'foo';
o.producerProjectId = 'foo';
o.quota = buildQuota();
o.sourceInfo = buildSourceInfo();
o.systemParameters = buildSystemParameters();
- o.systemTypes = buildUnnamed5340();
+ o.systemTypes = buildUnnamed5342();
o.title = 'foo';
- o.types = buildUnnamed5341();
+ o.types = buildUnnamed5343();
o.usage = buildUsage();
}
buildCounterService--;
@@ -3342,7 +3342,7 @@
void checkService(api.Service o) {
buildCounterService++;
if (buildCounterService < 3) {
- checkUnnamed5334(o.apis!);
+ checkUnnamed5336(o.apis!);
checkAuthentication(o.authentication! as api.Authentication);
checkBackend(o.backend! as api.Backend);
checkBilling(o.billing! as api.Billing);
@@ -3354,17 +3354,17 @@
checkControl(o.control! as api.Control);
checkCustomError(o.customError! as api.CustomError);
checkDocumentation(o.documentation! as api.Documentation);
- checkUnnamed5335(o.endpoints!);
- checkUnnamed5336(o.enums!);
+ checkUnnamed5337(o.endpoints!);
+ checkUnnamed5338(o.enums!);
checkHttp(o.http! as api.Http);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
checkLogging(o.logging! as api.Logging);
- checkUnnamed5337(o.logs!);
- checkUnnamed5338(o.metrics!);
- checkUnnamed5339(o.monitoredResources!);
+ checkUnnamed5339(o.logs!);
+ checkUnnamed5340(o.metrics!);
+ checkUnnamed5341(o.monitoredResources!);
checkMonitoring(o.monitoring! as api.Monitoring);
unittest.expect(
o.name!,
@@ -3377,12 +3377,12 @@
checkQuota(o.quota! as api.Quota);
checkSourceInfo(o.sourceInfo! as api.SourceInfo);
checkSystemParameters(o.systemParameters! as api.SystemParameters);
- checkUnnamed5340(o.systemTypes!);
+ checkUnnamed5342(o.systemTypes!);
unittest.expect(
o.title!,
unittest.equals('foo'),
);
- checkUnnamed5341(o.types!);
+ checkUnnamed5343(o.types!);
checkUsage(o.usage! as api.Usage);
}
buildCounterService--;
@@ -3434,7 +3434,7 @@
buildCounterSourceContext--;
}
-core.Map<core.String, core.Object> buildUnnamed5342() {
+core.Map<core.String, core.Object> buildUnnamed5344() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3449,7 +3449,7 @@
return o;
}
-void checkUnnamed5342(core.Map<core.String, core.Object> o) {
+void checkUnnamed5344(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o['x']!) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -3481,17 +3481,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5343() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5345() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5342());
- o.add(buildUnnamed5342());
+ o.add(buildUnnamed5344());
+ o.add(buildUnnamed5344());
return o;
}
-void checkUnnamed5343(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5345(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5342(o[0]);
- checkUnnamed5342(o[1]);
+ checkUnnamed5344(o[0]);
+ checkUnnamed5344(o[1]);
}
core.int buildCounterSourceInfo = 0;
@@ -3499,7 +3499,7 @@
var o = api.SourceInfo();
buildCounterSourceInfo++;
if (buildCounterSourceInfo < 3) {
- o.sourceFiles = buildUnnamed5343();
+ o.sourceFiles = buildUnnamed5345();
}
buildCounterSourceInfo--;
return o;
@@ -3508,12 +3508,12 @@
void checkSourceInfo(api.SourceInfo o) {
buildCounterSourceInfo++;
if (buildCounterSourceInfo < 3) {
- checkUnnamed5343(o.sourceFiles!);
+ checkUnnamed5345(o.sourceFiles!);
}
buildCounterSourceInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed5344() {
+core.Map<core.String, core.Object> buildUnnamed5346() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3528,7 +3528,7 @@
return o;
}
-void checkUnnamed5344(core.Map<core.String, core.Object> o) {
+void checkUnnamed5346(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted13 = (o['x']!) as core.Map;
unittest.expect(casted13, unittest.hasLength(3));
@@ -3560,17 +3560,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5345() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5347() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5344());
- o.add(buildUnnamed5344());
+ o.add(buildUnnamed5346());
+ o.add(buildUnnamed5346());
return o;
}
-void checkUnnamed5345(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5347(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5344(o[0]);
- checkUnnamed5344(o[1]);
+ checkUnnamed5346(o[0]);
+ checkUnnamed5346(o[1]);
}
core.int buildCounterStatus = 0;
@@ -3579,7 +3579,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5345();
+ o.details = buildUnnamed5347();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3593,7 +3593,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5345(o.details!);
+ checkUnnamed5347(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3701,14 +3701,14 @@
buildCounterSystemParameter--;
}
-core.List<api.SystemParameter> buildUnnamed5346() {
+core.List<api.SystemParameter> buildUnnamed5348() {
var o = <api.SystemParameter>[];
o.add(buildSystemParameter());
o.add(buildSystemParameter());
return o;
}
-void checkUnnamed5346(core.List<api.SystemParameter> o) {
+void checkUnnamed5348(core.List<api.SystemParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkSystemParameter(o[0] as api.SystemParameter);
checkSystemParameter(o[1] as api.SystemParameter);
@@ -3719,7 +3719,7 @@
var o = api.SystemParameterRule();
buildCounterSystemParameterRule++;
if (buildCounterSystemParameterRule < 3) {
- o.parameters = buildUnnamed5346();
+ o.parameters = buildUnnamed5348();
o.selector = 'foo';
}
buildCounterSystemParameterRule--;
@@ -3729,7 +3729,7 @@
void checkSystemParameterRule(api.SystemParameterRule o) {
buildCounterSystemParameterRule++;
if (buildCounterSystemParameterRule < 3) {
- checkUnnamed5346(o.parameters!);
+ checkUnnamed5348(o.parameters!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -3738,14 +3738,14 @@
buildCounterSystemParameterRule--;
}
-core.List<api.SystemParameterRule> buildUnnamed5347() {
+core.List<api.SystemParameterRule> buildUnnamed5349() {
var o = <api.SystemParameterRule>[];
o.add(buildSystemParameterRule());
o.add(buildSystemParameterRule());
return o;
}
-void checkUnnamed5347(core.List<api.SystemParameterRule> o) {
+void checkUnnamed5349(core.List<api.SystemParameterRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkSystemParameterRule(o[0] as api.SystemParameterRule);
checkSystemParameterRule(o[1] as api.SystemParameterRule);
@@ -3756,7 +3756,7 @@
var o = api.SystemParameters();
buildCounterSystemParameters++;
if (buildCounterSystemParameters < 3) {
- o.rules = buildUnnamed5347();
+ o.rules = buildUnnamed5349();
}
buildCounterSystemParameters--;
return o;
@@ -3765,19 +3765,19 @@
void checkSystemParameters(api.SystemParameters o) {
buildCounterSystemParameters++;
if (buildCounterSystemParameters < 3) {
- checkUnnamed5347(o.rules!);
+ checkUnnamed5349(o.rules!);
}
buildCounterSystemParameters--;
}
-core.List<core.String> buildUnnamed5348() {
+core.List<core.String> buildUnnamed5350() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5348(core.List<core.String> o) {
+void checkUnnamed5350(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3794,7 +3794,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed5348();
+ o.permissions = buildUnnamed5350();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -3803,19 +3803,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed5348(o.permissions!);
+ checkUnnamed5350(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed5349() {
+core.List<core.String> buildUnnamed5351() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5349(core.List<core.String> o) {
+void checkUnnamed5351(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3832,7 +3832,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed5349();
+ o.permissions = buildUnnamed5351();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -3841,19 +3841,19 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed5349(o.permissions!);
+ checkUnnamed5351(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
-core.Map<core.String, core.double> buildUnnamed5350() {
+core.Map<core.String, core.double> buildUnnamed5352() {
var o = <core.String, core.double>{};
o['x'] = 42.0;
o['y'] = 42.0;
return o;
}
-void checkUnnamed5350(core.Map<core.String, core.double> o) {
+void checkUnnamed5352(core.Map<core.String, core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3870,7 +3870,7 @@
var o = api.TrafficPercentStrategy();
buildCounterTrafficPercentStrategy++;
if (buildCounterTrafficPercentStrategy < 3) {
- o.percentages = buildUnnamed5350();
+ o.percentages = buildUnnamed5352();
}
buildCounterTrafficPercentStrategy--;
return o;
@@ -3879,32 +3879,32 @@
void checkTrafficPercentStrategy(api.TrafficPercentStrategy o) {
buildCounterTrafficPercentStrategy++;
if (buildCounterTrafficPercentStrategy < 3) {
- checkUnnamed5350(o.percentages!);
+ checkUnnamed5352(o.percentages!);
}
buildCounterTrafficPercentStrategy--;
}
-core.List<api.Field> buildUnnamed5351() {
+core.List<api.Field> buildUnnamed5353() {
var o = <api.Field>[];
o.add(buildField());
o.add(buildField());
return o;
}
-void checkUnnamed5351(core.List<api.Field> o) {
+void checkUnnamed5353(core.List<api.Field> o) {
unittest.expect(o, unittest.hasLength(2));
checkField(o[0] as api.Field);
checkField(o[1] as api.Field);
}
-core.List<core.String> buildUnnamed5352() {
+core.List<core.String> buildUnnamed5354() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5352(core.List<core.String> o) {
+void checkUnnamed5354(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3916,14 +3916,14 @@
);
}
-core.List<api.Option> buildUnnamed5353() {
+core.List<api.Option> buildUnnamed5355() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed5353(core.List<api.Option> o) {
+void checkUnnamed5355(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -3934,10 +3934,10 @@
var o = api.Type();
buildCounterType++;
if (buildCounterType < 3) {
- o.fields = buildUnnamed5351();
+ o.fields = buildUnnamed5353();
o.name = 'foo';
- o.oneofs = buildUnnamed5352();
- o.options = buildUnnamed5353();
+ o.oneofs = buildUnnamed5354();
+ o.options = buildUnnamed5355();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
}
@@ -3948,13 +3948,13 @@
void checkType(api.Type o) {
buildCounterType++;
if (buildCounterType < 3) {
- checkUnnamed5351(o.fields!);
+ checkUnnamed5353(o.fields!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5352(o.oneofs!);
- checkUnnamed5353(o.options!);
+ checkUnnamed5354(o.oneofs!);
+ checkUnnamed5355(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -3983,14 +3983,14 @@
buildCounterUndeleteServiceResponse--;
}
-core.List<core.String> buildUnnamed5354() {
+core.List<core.String> buildUnnamed5356() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5354(core.List<core.String> o) {
+void checkUnnamed5356(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4002,14 +4002,14 @@
);
}
-core.List<api.UsageRule> buildUnnamed5355() {
+core.List<api.UsageRule> buildUnnamed5357() {
var o = <api.UsageRule>[];
o.add(buildUsageRule());
o.add(buildUsageRule());
return o;
}
-void checkUnnamed5355(core.List<api.UsageRule> o) {
+void checkUnnamed5357(core.List<api.UsageRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageRule(o[0] as api.UsageRule);
checkUsageRule(o[1] as api.UsageRule);
@@ -4021,8 +4021,8 @@
buildCounterUsage++;
if (buildCounterUsage < 3) {
o.producerNotificationChannel = 'foo';
- o.requirements = buildUnnamed5354();
- o.rules = buildUnnamed5355();
+ o.requirements = buildUnnamed5356();
+ o.rules = buildUnnamed5357();
}
buildCounterUsage--;
return o;
@@ -4035,8 +4035,8 @@
o.producerNotificationChannel!,
unittest.equals('foo'),
);
- checkUnnamed5354(o.requirements!);
- checkUnnamed5355(o.rules!);
+ checkUnnamed5356(o.requirements!);
+ checkUnnamed5357(o.rules!);
}
buildCounterUsage--;
}
diff --git a/generated/googleapis/test/servicenetworking/v1_test.dart b/generated/googleapis/test/servicenetworking/v1_test.dart
index dc1ec8c..883bf97 100644
--- a/generated/googleapis/test/servicenetworking/v1_test.dart
+++ b/generated/googleapis/test/servicenetworking/v1_test.dart
@@ -154,43 +154,6 @@
buildCounterAddRolesMetadata--;
}
-core.List<api.PolicyBinding> buildUnnamed3860() {
- var o = <api.PolicyBinding>[];
- o.add(buildPolicyBinding());
- o.add(buildPolicyBinding());
- return o;
-}
-
-void checkUnnamed3860(core.List<api.PolicyBinding> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkPolicyBinding(o[0] as api.PolicyBinding);
- checkPolicyBinding(o[1] as api.PolicyBinding);
-}
-
-core.int buildCounterAddRolesRequest = 0;
-api.AddRolesRequest buildAddRolesRequest() {
- var o = api.AddRolesRequest();
- buildCounterAddRolesRequest++;
- if (buildCounterAddRolesRequest < 3) {
- o.consumerNetwork = 'foo';
- o.policyBinding = buildUnnamed3860();
- }
- buildCounterAddRolesRequest--;
- return o;
-}
-
-void checkAddRolesRequest(api.AddRolesRequest o) {
- buildCounterAddRolesRequest++;
- if (buildCounterAddRolesRequest < 3) {
- unittest.expect(
- o.consumerNetwork!,
- unittest.equals('foo'),
- );
- checkUnnamed3860(o.policyBinding!);
- }
- buildCounterAddRolesRequest--;
-}
-
core.List<api.PolicyBinding> buildUnnamed3861() {
var o = <api.PolicyBinding>[];
o.add(buildPolicyBinding());
@@ -204,12 +167,49 @@
checkPolicyBinding(o[1] as api.PolicyBinding);
}
+core.int buildCounterAddRolesRequest = 0;
+api.AddRolesRequest buildAddRolesRequest() {
+ var o = api.AddRolesRequest();
+ buildCounterAddRolesRequest++;
+ if (buildCounterAddRolesRequest < 3) {
+ o.consumerNetwork = 'foo';
+ o.policyBinding = buildUnnamed3861();
+ }
+ buildCounterAddRolesRequest--;
+ return o;
+}
+
+void checkAddRolesRequest(api.AddRolesRequest o) {
+ buildCounterAddRolesRequest++;
+ if (buildCounterAddRolesRequest < 3) {
+ unittest.expect(
+ o.consumerNetwork!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed3861(o.policyBinding!);
+ }
+ buildCounterAddRolesRequest--;
+}
+
+core.List<api.PolicyBinding> buildUnnamed3862() {
+ var o = <api.PolicyBinding>[];
+ o.add(buildPolicyBinding());
+ o.add(buildPolicyBinding());
+ return o;
+}
+
+void checkUnnamed3862(core.List<api.PolicyBinding> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkPolicyBinding(o[0] as api.PolicyBinding);
+ checkPolicyBinding(o[1] as api.PolicyBinding);
+}
+
core.int buildCounterAddRolesResponse = 0;
api.AddRolesResponse buildAddRolesResponse() {
var o = api.AddRolesResponse();
buildCounterAddRolesResponse++;
if (buildCounterAddRolesResponse < 3) {
- o.policyBinding = buildUnnamed3861();
+ o.policyBinding = buildUnnamed3862();
}
buildCounterAddRolesResponse--;
return o;
@@ -218,19 +218,19 @@
void checkAddRolesResponse(api.AddRolesResponse o) {
buildCounterAddRolesResponse++;
if (buildCounterAddRolesResponse < 3) {
- checkUnnamed3861(o.policyBinding!);
+ checkUnnamed3862(o.policyBinding!);
}
buildCounterAddRolesResponse--;
}
-core.List<core.String> buildUnnamed3862() {
+core.List<core.String> buildUnnamed3863() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3862(core.List<core.String> o) {
+void checkUnnamed3863(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -242,27 +242,27 @@
);
}
-core.List<api.SecondaryIpRangeSpec> buildUnnamed3863() {
+core.List<api.SecondaryIpRangeSpec> buildUnnamed3864() {
var o = <api.SecondaryIpRangeSpec>[];
o.add(buildSecondaryIpRangeSpec());
o.add(buildSecondaryIpRangeSpec());
return o;
}
-void checkUnnamed3863(core.List<api.SecondaryIpRangeSpec> o) {
+void checkUnnamed3864(core.List<api.SecondaryIpRangeSpec> o) {
unittest.expect(o, unittest.hasLength(2));
checkSecondaryIpRangeSpec(o[0] as api.SecondaryIpRangeSpec);
checkSecondaryIpRangeSpec(o[1] as api.SecondaryIpRangeSpec);
}
-core.List<core.String> buildUnnamed3864() {
+core.List<core.String> buildUnnamed3865() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3864(core.List<core.String> o) {
+void checkUnnamed3865(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -285,10 +285,10 @@
o.ipPrefixLength = 42;
o.region = 'foo';
o.requestedAddress = 'foo';
- o.requestedRanges = buildUnnamed3862();
- o.secondaryIpRangeSpecs = buildUnnamed3863();
+ o.requestedRanges = buildUnnamed3863();
+ o.secondaryIpRangeSpecs = buildUnnamed3864();
o.subnetwork = 'foo';
- o.subnetworkUsers = buildUnnamed3864();
+ o.subnetworkUsers = buildUnnamed3865();
}
buildCounterAddSubnetworkRequest--;
return o;
@@ -321,51 +321,51 @@
o.requestedAddress!,
unittest.equals('foo'),
);
- checkUnnamed3862(o.requestedRanges!);
- checkUnnamed3863(o.secondaryIpRangeSpecs!);
+ checkUnnamed3863(o.requestedRanges!);
+ checkUnnamed3864(o.secondaryIpRangeSpecs!);
unittest.expect(
o.subnetwork!,
unittest.equals('foo'),
);
- checkUnnamed3864(o.subnetworkUsers!);
+ checkUnnamed3865(o.subnetworkUsers!);
}
buildCounterAddSubnetworkRequest--;
}
-core.List<api.Method> buildUnnamed3865() {
+core.List<api.Method> buildUnnamed3866() {
var o = <api.Method>[];
o.add(buildMethod());
o.add(buildMethod());
return o;
}
-void checkUnnamed3865(core.List<api.Method> o) {
+void checkUnnamed3866(core.List<api.Method> o) {
unittest.expect(o, unittest.hasLength(2));
checkMethod(o[0] as api.Method);
checkMethod(o[1] as api.Method);
}
-core.List<api.Mixin> buildUnnamed3866() {
+core.List<api.Mixin> buildUnnamed3867() {
var o = <api.Mixin>[];
o.add(buildMixin());
o.add(buildMixin());
return o;
}
-void checkUnnamed3866(core.List<api.Mixin> o) {
+void checkUnnamed3867(core.List<api.Mixin> o) {
unittest.expect(o, unittest.hasLength(2));
checkMixin(o[0] as api.Mixin);
checkMixin(o[1] as api.Mixin);
}
-core.List<api.Option> buildUnnamed3867() {
+core.List<api.Option> buildUnnamed3868() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed3867(core.List<api.Option> o) {
+void checkUnnamed3868(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -376,10 +376,10 @@
var o = api.Api();
buildCounterApi++;
if (buildCounterApi < 3) {
- o.methods = buildUnnamed3865();
- o.mixins = buildUnnamed3866();
+ o.methods = buildUnnamed3866();
+ o.mixins = buildUnnamed3867();
o.name = 'foo';
- o.options = buildUnnamed3867();
+ o.options = buildUnnamed3868();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
o.version = 'foo';
@@ -391,13 +391,13 @@
void checkApi(api.Api o) {
buildCounterApi++;
if (buildCounterApi < 3) {
- checkUnnamed3865(o.methods!);
- checkUnnamed3866(o.mixins!);
+ checkUnnamed3866(o.methods!);
+ checkUnnamed3867(o.mixins!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3867(o.options!);
+ checkUnnamed3868(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -411,14 +411,14 @@
buildCounterApi--;
}
-core.List<api.JwtLocation> buildUnnamed3868() {
+core.List<api.JwtLocation> buildUnnamed3869() {
var o = <api.JwtLocation>[];
o.add(buildJwtLocation());
o.add(buildJwtLocation());
return o;
}
-void checkUnnamed3868(core.List<api.JwtLocation> o) {
+void checkUnnamed3869(core.List<api.JwtLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkJwtLocation(o[0] as api.JwtLocation);
checkJwtLocation(o[1] as api.JwtLocation);
@@ -434,7 +434,7 @@
o.id = 'foo';
o.issuer = 'foo';
o.jwksUri = 'foo';
- o.jwtLocations = buildUnnamed3868();
+ o.jwtLocations = buildUnnamed3869();
}
buildCounterAuthProvider--;
return o;
@@ -463,7 +463,7 @@
o.jwksUri!,
unittest.equals('foo'),
);
- checkUnnamed3868(o.jwtLocations!);
+ checkUnnamed3869(o.jwtLocations!);
}
buildCounterAuthProvider--;
}
@@ -495,27 +495,27 @@
buildCounterAuthRequirement--;
}
-core.List<api.AuthProvider> buildUnnamed3869() {
+core.List<api.AuthProvider> buildUnnamed3870() {
var o = <api.AuthProvider>[];
o.add(buildAuthProvider());
o.add(buildAuthProvider());
return o;
}
-void checkUnnamed3869(core.List<api.AuthProvider> o) {
+void checkUnnamed3870(core.List<api.AuthProvider> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthProvider(o[0] as api.AuthProvider);
checkAuthProvider(o[1] as api.AuthProvider);
}
-core.List<api.AuthenticationRule> buildUnnamed3870() {
+core.List<api.AuthenticationRule> buildUnnamed3871() {
var o = <api.AuthenticationRule>[];
o.add(buildAuthenticationRule());
o.add(buildAuthenticationRule());
return o;
}
-void checkUnnamed3870(core.List<api.AuthenticationRule> o) {
+void checkUnnamed3871(core.List<api.AuthenticationRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthenticationRule(o[0] as api.AuthenticationRule);
checkAuthenticationRule(o[1] as api.AuthenticationRule);
@@ -526,8 +526,8 @@
var o = api.Authentication();
buildCounterAuthentication++;
if (buildCounterAuthentication < 3) {
- o.providers = buildUnnamed3869();
- o.rules = buildUnnamed3870();
+ o.providers = buildUnnamed3870();
+ o.rules = buildUnnamed3871();
}
buildCounterAuthentication--;
return o;
@@ -536,20 +536,20 @@
void checkAuthentication(api.Authentication o) {
buildCounterAuthentication++;
if (buildCounterAuthentication < 3) {
- checkUnnamed3869(o.providers!);
- checkUnnamed3870(o.rules!);
+ checkUnnamed3870(o.providers!);
+ checkUnnamed3871(o.rules!);
}
buildCounterAuthentication--;
}
-core.List<api.AuthRequirement> buildUnnamed3871() {
+core.List<api.AuthRequirement> buildUnnamed3872() {
var o = <api.AuthRequirement>[];
o.add(buildAuthRequirement());
o.add(buildAuthRequirement());
return o;
}
-void checkUnnamed3871(core.List<api.AuthRequirement> o) {
+void checkUnnamed3872(core.List<api.AuthRequirement> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthRequirement(o[0] as api.AuthRequirement);
checkAuthRequirement(o[1] as api.AuthRequirement);
@@ -562,7 +562,7 @@
if (buildCounterAuthenticationRule < 3) {
o.allowWithoutCredential = true;
o.oauth = buildOAuthRequirements();
- o.requirements = buildUnnamed3871();
+ o.requirements = buildUnnamed3872();
o.selector = 'foo';
}
buildCounterAuthenticationRule--;
@@ -574,7 +574,7 @@
if (buildCounterAuthenticationRule < 3) {
unittest.expect(o.allowWithoutCredential!, unittest.isTrue);
checkOAuthRequirements(o.oauth! as api.OAuthRequirements);
- checkUnnamed3871(o.requirements!);
+ checkUnnamed3872(o.requirements!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -583,14 +583,14 @@
buildCounterAuthenticationRule--;
}
-core.List<api.BackendRule> buildUnnamed3872() {
+core.List<api.BackendRule> buildUnnamed3873() {
var o = <api.BackendRule>[];
o.add(buildBackendRule());
o.add(buildBackendRule());
return o;
}
-void checkUnnamed3872(core.List<api.BackendRule> o) {
+void checkUnnamed3873(core.List<api.BackendRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkBackendRule(o[0] as api.BackendRule);
checkBackendRule(o[1] as api.BackendRule);
@@ -601,7 +601,7 @@
var o = api.Backend();
buildCounterBackend++;
if (buildCounterBackend < 3) {
- o.rules = buildUnnamed3872();
+ o.rules = buildUnnamed3873();
}
buildCounterBackend--;
return o;
@@ -610,7 +610,7 @@
void checkBackend(api.Backend o) {
buildCounterBackend++;
if (buildCounterBackend < 3) {
- checkUnnamed3872(o.rules!);
+ checkUnnamed3873(o.rules!);
}
buildCounterBackend--;
}
@@ -674,14 +674,14 @@
buildCounterBackendRule--;
}
-core.List<api.BillingDestination> buildUnnamed3873() {
+core.List<api.BillingDestination> buildUnnamed3874() {
var o = <api.BillingDestination>[];
o.add(buildBillingDestination());
o.add(buildBillingDestination());
return o;
}
-void checkUnnamed3873(core.List<api.BillingDestination> o) {
+void checkUnnamed3874(core.List<api.BillingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkBillingDestination(o[0] as api.BillingDestination);
checkBillingDestination(o[1] as api.BillingDestination);
@@ -692,7 +692,7 @@
var o = api.Billing();
buildCounterBilling++;
if (buildCounterBilling < 3) {
- o.consumerDestinations = buildUnnamed3873();
+ o.consumerDestinations = buildUnnamed3874();
}
buildCounterBilling--;
return o;
@@ -701,19 +701,19 @@
void checkBilling(api.Billing o) {
buildCounterBilling++;
if (buildCounterBilling < 3) {
- checkUnnamed3873(o.consumerDestinations!);
+ checkUnnamed3874(o.consumerDestinations!);
}
buildCounterBilling--;
}
-core.List<core.String> buildUnnamed3874() {
+core.List<core.String> buildUnnamed3875() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3874(core.List<core.String> o) {
+void checkUnnamed3875(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -730,7 +730,7 @@
var o = api.BillingDestination();
buildCounterBillingDestination++;
if (buildCounterBillingDestination < 3) {
- o.metrics = buildUnnamed3874();
+ o.metrics = buildUnnamed3875();
o.monitoredResource = 'foo';
}
buildCounterBillingDestination--;
@@ -740,7 +740,7 @@
void checkBillingDestination(api.BillingDestination o) {
buildCounterBillingDestination++;
if (buildCounterBillingDestination < 3) {
- checkUnnamed3874(o.metrics!);
+ checkUnnamed3875(o.metrics!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -764,14 +764,14 @@
buildCounterCancelOperationRequest--;
}
-core.List<core.String> buildUnnamed3875() {
+core.List<core.String> buildUnnamed3876() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3875(core.List<core.String> o) {
+void checkUnnamed3876(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -790,7 +790,7 @@
if (buildCounterConnection < 3) {
o.network = 'foo';
o.peering = 'foo';
- o.reservedPeeringRanges = buildUnnamed3875();
+ o.reservedPeeringRanges = buildUnnamed3876();
o.service = 'foo';
}
buildCounterConnection--;
@@ -808,7 +808,7 @@
o.peering!,
unittest.equals('foo'),
);
- checkUnnamed3875(o.reservedPeeringRanges!);
+ checkUnnamed3876(o.reservedPeeringRanges!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -818,14 +818,14 @@
}
core.List<api.GoogleCloudServicenetworkingV1ConsumerConfigReservedRange>
- buildUnnamed3876() {
+ buildUnnamed3877() {
var o = <api.GoogleCloudServicenetworkingV1ConsumerConfigReservedRange>[];
o.add(buildGoogleCloudServicenetworkingV1ConsumerConfigReservedRange());
o.add(buildGoogleCloudServicenetworkingV1ConsumerConfigReservedRange());
return o;
}
-void checkUnnamed3876(
+void checkUnnamed3877(
core.List<api.GoogleCloudServicenetworkingV1ConsumerConfigReservedRange>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -849,7 +849,7 @@
o.producerImportCustomRoutes = true;
o.producerImportSubnetRoutesWithPublicIp = true;
o.producerNetwork = 'foo';
- o.reservedRanges = buildUnnamed3876();
+ o.reservedRanges = buildUnnamed3877();
o.vpcScReferenceArchitectureEnabled = true;
}
buildCounterConsumerConfig--;
@@ -871,7 +871,7 @@
o.producerNetwork!,
unittest.equals('foo'),
);
- checkUnnamed3876(o.reservedRanges!);
+ checkUnnamed3877(o.reservedRanges!);
unittest.expect(o.vpcScReferenceArchitectureEnabled!, unittest.isTrue);
}
buildCounterConsumerConfig--;
@@ -914,14 +914,14 @@
buildCounterConsumerProject--;
}
-core.List<api.ContextRule> buildUnnamed3877() {
+core.List<api.ContextRule> buildUnnamed3878() {
var o = <api.ContextRule>[];
o.add(buildContextRule());
o.add(buildContextRule());
return o;
}
-void checkUnnamed3877(core.List<api.ContextRule> o) {
+void checkUnnamed3878(core.List<api.ContextRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkContextRule(o[0] as api.ContextRule);
checkContextRule(o[1] as api.ContextRule);
@@ -932,7 +932,7 @@
var o = api.Context();
buildCounterContext++;
if (buildCounterContext < 3) {
- o.rules = buildUnnamed3877();
+ o.rules = buildUnnamed3878();
}
buildCounterContext--;
return o;
@@ -941,30 +941,11 @@
void checkContext(api.Context o) {
buildCounterContext++;
if (buildCounterContext < 3) {
- checkUnnamed3877(o.rules!);
+ checkUnnamed3878(o.rules!);
}
buildCounterContext--;
}
-core.List<core.String> buildUnnamed3878() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3878(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed3879() {
var o = <core.String>[];
o.add('foo');
@@ -1022,15 +1003,34 @@
);
}
+core.List<core.String> buildUnnamed3882() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3882(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterContextRule = 0;
api.ContextRule buildContextRule() {
var o = api.ContextRule();
buildCounterContextRule++;
if (buildCounterContextRule < 3) {
- o.allowedRequestExtensions = buildUnnamed3878();
- o.allowedResponseExtensions = buildUnnamed3879();
- o.provided = buildUnnamed3880();
- o.requested = buildUnnamed3881();
+ o.allowedRequestExtensions = buildUnnamed3879();
+ o.allowedResponseExtensions = buildUnnamed3880();
+ o.provided = buildUnnamed3881();
+ o.requested = buildUnnamed3882();
o.selector = 'foo';
}
buildCounterContextRule--;
@@ -1040,10 +1040,10 @@
void checkContextRule(api.ContextRule o) {
buildCounterContextRule++;
if (buildCounterContextRule < 3) {
- checkUnnamed3878(o.allowedRequestExtensions!);
- checkUnnamed3879(o.allowedResponseExtensions!);
- checkUnnamed3880(o.provided!);
- checkUnnamed3881(o.requested!);
+ checkUnnamed3879(o.allowedRequestExtensions!);
+ checkUnnamed3880(o.allowedResponseExtensions!);
+ checkUnnamed3881(o.provided!);
+ checkUnnamed3882(o.requested!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -1074,27 +1074,27 @@
buildCounterControl--;
}
-core.List<api.CustomErrorRule> buildUnnamed3882() {
+core.List<api.CustomErrorRule> buildUnnamed3883() {
var o = <api.CustomErrorRule>[];
o.add(buildCustomErrorRule());
o.add(buildCustomErrorRule());
return o;
}
-void checkUnnamed3882(core.List<api.CustomErrorRule> o) {
+void checkUnnamed3883(core.List<api.CustomErrorRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomErrorRule(o[0] as api.CustomErrorRule);
checkCustomErrorRule(o[1] as api.CustomErrorRule);
}
-core.List<core.String> buildUnnamed3883() {
+core.List<core.String> buildUnnamed3884() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3883(core.List<core.String> o) {
+void checkUnnamed3884(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1111,8 +1111,8 @@
var o = api.CustomError();
buildCounterCustomError++;
if (buildCounterCustomError < 3) {
- o.rules = buildUnnamed3882();
- o.types = buildUnnamed3883();
+ o.rules = buildUnnamed3883();
+ o.types = buildUnnamed3884();
}
buildCounterCustomError--;
return o;
@@ -1121,8 +1121,8 @@
void checkCustomError(api.CustomError o) {
buildCounterCustomError++;
if (buildCounterCustomError < 3) {
- checkUnnamed3882(o.rules!);
- checkUnnamed3883(o.types!);
+ checkUnnamed3883(o.rules!);
+ checkUnnamed3884(o.types!);
}
buildCounterCustomError--;
}
@@ -1231,14 +1231,14 @@
buildCounterDisableVpcServiceControlsRequest--;
}
-core.List<core.String> buildUnnamed3884() {
+core.List<core.String> buildUnnamed3885() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3884(core.List<core.String> o) {
+void checkUnnamed3885(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1255,7 +1255,7 @@
var o = api.DnsRecordSet();
buildCounterDnsRecordSet++;
if (buildCounterDnsRecordSet < 3) {
- o.data = buildUnnamed3884();
+ o.data = buildUnnamed3885();
o.domain = 'foo';
o.ttl = 'foo';
o.type = 'foo';
@@ -1267,7 +1267,7 @@
void checkDnsRecordSet(api.DnsRecordSet o) {
buildCounterDnsRecordSet++;
if (buildCounterDnsRecordSet < 3) {
- checkUnnamed3884(o.data!);
+ checkUnnamed3885(o.data!);
unittest.expect(
o.domain!,
unittest.equals('foo'),
@@ -1311,27 +1311,27 @@
buildCounterDnsZone--;
}
-core.List<api.Page> buildUnnamed3885() {
+core.List<api.Page> buildUnnamed3886() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed3885(core.List<api.Page> o) {
+void checkUnnamed3886(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
}
-core.List<api.DocumentationRule> buildUnnamed3886() {
+core.List<api.DocumentationRule> buildUnnamed3887() {
var o = <api.DocumentationRule>[];
o.add(buildDocumentationRule());
o.add(buildDocumentationRule());
return o;
}
-void checkUnnamed3886(core.List<api.DocumentationRule> o) {
+void checkUnnamed3887(core.List<api.DocumentationRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkDocumentationRule(o[0] as api.DocumentationRule);
checkDocumentationRule(o[1] as api.DocumentationRule);
@@ -1344,8 +1344,8 @@
if (buildCounterDocumentation < 3) {
o.documentationRootUrl = 'foo';
o.overview = 'foo';
- o.pages = buildUnnamed3885();
- o.rules = buildUnnamed3886();
+ o.pages = buildUnnamed3886();
+ o.rules = buildUnnamed3887();
o.serviceRootUrl = 'foo';
o.summary = 'foo';
}
@@ -1364,8 +1364,8 @@
o.overview!,
unittest.equals('foo'),
);
- checkUnnamed3885(o.pages!);
- checkUnnamed3886(o.rules!);
+ checkUnnamed3886(o.pages!);
+ checkUnnamed3887(o.rules!);
unittest.expect(
o.serviceRootUrl!,
unittest.equals('foo'),
@@ -1448,14 +1448,14 @@
buildCounterEnableVpcServiceControlsRequest--;
}
-core.List<core.String> buildUnnamed3887() {
+core.List<core.String> buildUnnamed3888() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3887(core.List<core.String> o) {
+void checkUnnamed3888(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1472,7 +1472,7 @@
var o = api.Endpoint();
buildCounterEndpoint++;
if (buildCounterEndpoint < 3) {
- o.aliases = buildUnnamed3887();
+ o.aliases = buildUnnamed3888();
o.allowCors = true;
o.name = 'foo';
o.target = 'foo';
@@ -1484,7 +1484,7 @@
void checkEndpoint(api.Endpoint o) {
buildCounterEndpoint++;
if (buildCounterEndpoint < 3) {
- checkUnnamed3887(o.aliases!);
+ checkUnnamed3888(o.aliases!);
unittest.expect(o.allowCors!, unittest.isTrue);
unittest.expect(
o.name!,
@@ -1498,65 +1498,19 @@
buildCounterEndpoint--;
}
-core.List<api.EnumValue> buildUnnamed3888() {
+core.List<api.EnumValue> buildUnnamed3889() {
var o = <api.EnumValue>[];
o.add(buildEnumValue());
o.add(buildEnumValue());
return o;
}
-void checkUnnamed3888(core.List<api.EnumValue> o) {
+void checkUnnamed3889(core.List<api.EnumValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnumValue(o[0] as api.EnumValue);
checkEnumValue(o[1] as api.EnumValue);
}
-core.List<api.Option> buildUnnamed3889() {
- var o = <api.Option>[];
- o.add(buildOption());
- o.add(buildOption());
- return o;
-}
-
-void checkUnnamed3889(core.List<api.Option> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkOption(o[0] as api.Option);
- checkOption(o[1] as api.Option);
-}
-
-core.int buildCounterEnum = 0;
-api.Enum buildEnum() {
- var o = api.Enum();
- buildCounterEnum++;
- if (buildCounterEnum < 3) {
- o.enumvalue = buildUnnamed3888();
- o.name = 'foo';
- o.options = buildUnnamed3889();
- o.sourceContext = buildSourceContext();
- o.syntax = 'foo';
- }
- buildCounterEnum--;
- return o;
-}
-
-void checkEnum(api.Enum o) {
- buildCounterEnum++;
- if (buildCounterEnum < 3) {
- checkUnnamed3888(o.enumvalue!);
- unittest.expect(
- o.name!,
- unittest.equals('foo'),
- );
- checkUnnamed3889(o.options!);
- checkSourceContext(o.sourceContext! as api.SourceContext);
- unittest.expect(
- o.syntax!,
- unittest.equals('foo'),
- );
- }
- buildCounterEnum--;
-}
-
core.List<api.Option> buildUnnamed3890() {
var o = <api.Option>[];
o.add(buildOption());
@@ -1570,6 +1524,52 @@
checkOption(o[1] as api.Option);
}
+core.int buildCounterEnum = 0;
+api.Enum buildEnum() {
+ var o = api.Enum();
+ buildCounterEnum++;
+ if (buildCounterEnum < 3) {
+ o.enumvalue = buildUnnamed3889();
+ o.name = 'foo';
+ o.options = buildUnnamed3890();
+ o.sourceContext = buildSourceContext();
+ o.syntax = 'foo';
+ }
+ buildCounterEnum--;
+ return o;
+}
+
+void checkEnum(api.Enum o) {
+ buildCounterEnum++;
+ if (buildCounterEnum < 3) {
+ checkUnnamed3889(o.enumvalue!);
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed3890(o.options!);
+ checkSourceContext(o.sourceContext! as api.SourceContext);
+ unittest.expect(
+ o.syntax!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterEnum--;
+}
+
+core.List<api.Option> buildUnnamed3891() {
+ var o = <api.Option>[];
+ o.add(buildOption());
+ o.add(buildOption());
+ return o;
+}
+
+void checkUnnamed3891(core.List<api.Option> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkOption(o[0] as api.Option);
+ checkOption(o[1] as api.Option);
+}
+
core.int buildCounterEnumValue = 0;
api.EnumValue buildEnumValue() {
var o = api.EnumValue();
@@ -1577,7 +1577,7 @@
if (buildCounterEnumValue < 3) {
o.name = 'foo';
o.number = 42;
- o.options = buildUnnamed3890();
+ o.options = buildUnnamed3891();
}
buildCounterEnumValue--;
return o;
@@ -1594,19 +1594,19 @@
o.number!,
unittest.equals(42),
);
- checkUnnamed3890(o.options!);
+ checkUnnamed3891(o.options!);
}
buildCounterEnumValue--;
}
-core.List<api.Option> buildUnnamed3891() {
+core.List<api.Option> buildUnnamed3892() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed3891(core.List<api.Option> o) {
+void checkUnnamed3892(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1624,7 +1624,7 @@
o.name = 'foo';
o.number = 42;
o.oneofIndex = 42;
- o.options = buildUnnamed3891();
+ o.options = buildUnnamed3892();
o.packed = true;
o.typeUrl = 'foo';
}
@@ -1663,7 +1663,7 @@
o.oneofIndex!,
unittest.equals(42),
);
- checkUnnamed3891(o.options!);
+ checkUnnamed3892(o.options!);
unittest.expect(o.packed!, unittest.isTrue);
unittest.expect(
o.typeUrl!,
@@ -1710,14 +1710,14 @@
buildCounterGoogleCloudServicenetworkingV1ConsumerConfigReservedRange--;
}
-core.List<core.String> buildUnnamed3892() {
+core.List<core.String> buildUnnamed3893() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3892(core.List<core.String> o) {
+void checkUnnamed3893(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1737,7 +1737,7 @@
if (buildCounterGoogleCloudServicenetworkingV1betaConnection < 3) {
o.network = 'foo';
o.peering = 'foo';
- o.reservedPeeringRanges = buildUnnamed3892();
+ o.reservedPeeringRanges = buildUnnamed3893();
o.service = 'foo';
}
buildCounterGoogleCloudServicenetworkingV1betaConnection--;
@@ -1756,7 +1756,7 @@
o.peering!,
unittest.equals('foo'),
);
- checkUnnamed3892(o.reservedPeeringRanges!);
+ checkUnnamed3893(o.reservedPeeringRanges!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -1801,40 +1801,6 @@
buildCounterGoogleCloudServicenetworkingV1betaSubnetwork--;
}
-core.List<api.HttpRule> buildUnnamed3893() {
- var o = <api.HttpRule>[];
- o.add(buildHttpRule());
- o.add(buildHttpRule());
- return o;
-}
-
-void checkUnnamed3893(core.List<api.HttpRule> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkHttpRule(o[0] as api.HttpRule);
- checkHttpRule(o[1] as api.HttpRule);
-}
-
-core.int buildCounterHttp = 0;
-api.Http buildHttp() {
- var o = api.Http();
- buildCounterHttp++;
- if (buildCounterHttp < 3) {
- o.fullyDecodeReservedExpansion = true;
- o.rules = buildUnnamed3893();
- }
- buildCounterHttp--;
- return o;
-}
-
-void checkHttp(api.Http o) {
- buildCounterHttp++;
- if (buildCounterHttp < 3) {
- unittest.expect(o.fullyDecodeReservedExpansion!, unittest.isTrue);
- checkUnnamed3893(o.rules!);
- }
- buildCounterHttp--;
-}
-
core.List<api.HttpRule> buildUnnamed3894() {
var o = <api.HttpRule>[];
o.add(buildHttpRule());
@@ -1848,12 +1814,46 @@
checkHttpRule(o[1] as api.HttpRule);
}
+core.int buildCounterHttp = 0;
+api.Http buildHttp() {
+ var o = api.Http();
+ buildCounterHttp++;
+ if (buildCounterHttp < 3) {
+ o.fullyDecodeReservedExpansion = true;
+ o.rules = buildUnnamed3894();
+ }
+ buildCounterHttp--;
+ return o;
+}
+
+void checkHttp(api.Http o) {
+ buildCounterHttp++;
+ if (buildCounterHttp < 3) {
+ unittest.expect(o.fullyDecodeReservedExpansion!, unittest.isTrue);
+ checkUnnamed3894(o.rules!);
+ }
+ buildCounterHttp--;
+}
+
+core.List<api.HttpRule> buildUnnamed3895() {
+ var o = <api.HttpRule>[];
+ o.add(buildHttpRule());
+ o.add(buildHttpRule());
+ return o;
+}
+
+void checkUnnamed3895(core.List<api.HttpRule> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkHttpRule(o[0] as api.HttpRule);
+ checkHttpRule(o[1] as api.HttpRule);
+}
+
core.int buildCounterHttpRule = 0;
api.HttpRule buildHttpRule() {
var o = api.HttpRule();
buildCounterHttpRule++;
if (buildCounterHttpRule < 3) {
- o.additionalBindings = buildUnnamed3894();
+ o.additionalBindings = buildUnnamed3895();
o.body = 'foo';
o.custom = buildCustomHttpPattern();
o.delete = 'foo';
@@ -1871,7 +1871,7 @@
void checkHttpRule(api.HttpRule o) {
buildCounterHttpRule++;
if (buildCounterHttpRule < 3) {
- checkUnnamed3894(o.additionalBindings!);
+ checkUnnamed3895(o.additionalBindings!);
unittest.expect(
o.body!,
unittest.equals('foo'),
@@ -1973,14 +1973,14 @@
buildCounterLabelDescriptor--;
}
-core.List<api.Connection> buildUnnamed3895() {
+core.List<api.Connection> buildUnnamed3896() {
var o = <api.Connection>[];
o.add(buildConnection());
o.add(buildConnection());
return o;
}
-void checkUnnamed3895(core.List<api.Connection> o) {
+void checkUnnamed3896(core.List<api.Connection> o) {
unittest.expect(o, unittest.hasLength(2));
checkConnection(o[0] as api.Connection);
checkConnection(o[1] as api.Connection);
@@ -1991,7 +1991,7 @@
var o = api.ListConnectionsResponse();
buildCounterListConnectionsResponse++;
if (buildCounterListConnectionsResponse < 3) {
- o.connections = buildUnnamed3895();
+ o.connections = buildUnnamed3896();
}
buildCounterListConnectionsResponse--;
return o;
@@ -2000,19 +2000,19 @@
void checkListConnectionsResponse(api.ListConnectionsResponse o) {
buildCounterListConnectionsResponse++;
if (buildCounterListConnectionsResponse < 3) {
- checkUnnamed3895(o.connections!);
+ checkUnnamed3896(o.connections!);
}
buildCounterListConnectionsResponse--;
}
-core.List<api.Operation> buildUnnamed3896() {
+core.List<api.Operation> buildUnnamed3897() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed3896(core.List<api.Operation> o) {
+void checkUnnamed3897(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -2024,7 +2024,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed3896();
+ o.operations = buildUnnamed3897();
}
buildCounterListOperationsResponse--;
return o;
@@ -2037,19 +2037,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3896(o.operations!);
+ checkUnnamed3897(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.PeeredDnsDomain> buildUnnamed3897() {
+core.List<api.PeeredDnsDomain> buildUnnamed3898() {
var o = <api.PeeredDnsDomain>[];
o.add(buildPeeredDnsDomain());
o.add(buildPeeredDnsDomain());
return o;
}
-void checkUnnamed3897(core.List<api.PeeredDnsDomain> o) {
+void checkUnnamed3898(core.List<api.PeeredDnsDomain> o) {
unittest.expect(o, unittest.hasLength(2));
checkPeeredDnsDomain(o[0] as api.PeeredDnsDomain);
checkPeeredDnsDomain(o[1] as api.PeeredDnsDomain);
@@ -2060,7 +2060,7 @@
var o = api.ListPeeredDnsDomainsResponse();
buildCounterListPeeredDnsDomainsResponse++;
if (buildCounterListPeeredDnsDomainsResponse < 3) {
- o.peeredDnsDomains = buildUnnamed3897();
+ o.peeredDnsDomains = buildUnnamed3898();
}
buildCounterListPeeredDnsDomainsResponse--;
return o;
@@ -2069,19 +2069,19 @@
void checkListPeeredDnsDomainsResponse(api.ListPeeredDnsDomainsResponse o) {
buildCounterListPeeredDnsDomainsResponse++;
if (buildCounterListPeeredDnsDomainsResponse < 3) {
- checkUnnamed3897(o.peeredDnsDomains!);
+ checkUnnamed3898(o.peeredDnsDomains!);
}
buildCounterListPeeredDnsDomainsResponse--;
}
-core.List<api.LabelDescriptor> buildUnnamed3898() {
+core.List<api.LabelDescriptor> buildUnnamed3899() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed3898(core.List<api.LabelDescriptor> o) {
+void checkUnnamed3899(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -2094,7 +2094,7 @@
if (buildCounterLogDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed3898();
+ o.labels = buildUnnamed3899();
o.name = 'foo';
}
buildCounterLogDescriptor--;
@@ -2112,7 +2112,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3898(o.labels!);
+ checkUnnamed3899(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2121,19 +2121,6 @@
buildCounterLogDescriptor--;
}
-core.List<api.LoggingDestination> buildUnnamed3899() {
- var o = <api.LoggingDestination>[];
- o.add(buildLoggingDestination());
- o.add(buildLoggingDestination());
- return o;
-}
-
-void checkUnnamed3899(core.List<api.LoggingDestination> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkLoggingDestination(o[0] as api.LoggingDestination);
- checkLoggingDestination(o[1] as api.LoggingDestination);
-}
-
core.List<api.LoggingDestination> buildUnnamed3900() {
var o = <api.LoggingDestination>[];
o.add(buildLoggingDestination());
@@ -2147,13 +2134,26 @@
checkLoggingDestination(o[1] as api.LoggingDestination);
}
+core.List<api.LoggingDestination> buildUnnamed3901() {
+ var o = <api.LoggingDestination>[];
+ o.add(buildLoggingDestination());
+ o.add(buildLoggingDestination());
+ return o;
+}
+
+void checkUnnamed3901(core.List<api.LoggingDestination> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkLoggingDestination(o[0] as api.LoggingDestination);
+ checkLoggingDestination(o[1] as api.LoggingDestination);
+}
+
core.int buildCounterLogging = 0;
api.Logging buildLogging() {
var o = api.Logging();
buildCounterLogging++;
if (buildCounterLogging < 3) {
- o.consumerDestinations = buildUnnamed3899();
- o.producerDestinations = buildUnnamed3900();
+ o.consumerDestinations = buildUnnamed3900();
+ o.producerDestinations = buildUnnamed3901();
}
buildCounterLogging--;
return o;
@@ -2162,20 +2162,20 @@
void checkLogging(api.Logging o) {
buildCounterLogging++;
if (buildCounterLogging < 3) {
- checkUnnamed3899(o.consumerDestinations!);
- checkUnnamed3900(o.producerDestinations!);
+ checkUnnamed3900(o.consumerDestinations!);
+ checkUnnamed3901(o.producerDestinations!);
}
buildCounterLogging--;
}
-core.List<core.String> buildUnnamed3901() {
+core.List<core.String> buildUnnamed3902() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3901(core.List<core.String> o) {
+void checkUnnamed3902(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2192,7 +2192,7 @@
var o = api.LoggingDestination();
buildCounterLoggingDestination++;
if (buildCounterLoggingDestination < 3) {
- o.logs = buildUnnamed3901();
+ o.logs = buildUnnamed3902();
o.monitoredResource = 'foo';
}
buildCounterLoggingDestination--;
@@ -2202,7 +2202,7 @@
void checkLoggingDestination(api.LoggingDestination o) {
buildCounterLoggingDestination++;
if (buildCounterLoggingDestination < 3) {
- checkUnnamed3901(o.logs!);
+ checkUnnamed3902(o.logs!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -2211,14 +2211,14 @@
buildCounterLoggingDestination--;
}
-core.List<api.Option> buildUnnamed3902() {
+core.List<api.Option> buildUnnamed3903() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed3902(core.List<api.Option> o) {
+void checkUnnamed3903(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -2230,7 +2230,7 @@
buildCounterMethod++;
if (buildCounterMethod < 3) {
o.name = 'foo';
- o.options = buildUnnamed3902();
+ o.options = buildUnnamed3903();
o.requestStreaming = true;
o.requestTypeUrl = 'foo';
o.responseStreaming = true;
@@ -2248,7 +2248,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3902(o.options!);
+ checkUnnamed3903(o.options!);
unittest.expect(o.requestStreaming!, unittest.isTrue);
unittest.expect(
o.requestTypeUrl!,
@@ -2267,27 +2267,27 @@
buildCounterMethod--;
}
-core.List<api.LabelDescriptor> buildUnnamed3903() {
+core.List<api.LabelDescriptor> buildUnnamed3904() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed3903(core.List<api.LabelDescriptor> o) {
+void checkUnnamed3904(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
}
-core.List<core.String> buildUnnamed3904() {
+core.List<core.String> buildUnnamed3905() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3904(core.List<core.String> o) {
+void checkUnnamed3905(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2306,11 +2306,11 @@
if (buildCounterMetricDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed3903();
+ o.labels = buildUnnamed3904();
o.launchStage = 'foo';
o.metadata = buildMetricDescriptorMetadata();
o.metricKind = 'foo';
- o.monitoredResourceTypes = buildUnnamed3904();
+ o.monitoredResourceTypes = buildUnnamed3905();
o.name = 'foo';
o.type = 'foo';
o.unit = 'foo';
@@ -2331,7 +2331,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3903(o.labels!);
+ checkUnnamed3904(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -2341,7 +2341,7 @@
o.metricKind!,
unittest.equals('foo'),
);
- checkUnnamed3904(o.monitoredResourceTypes!);
+ checkUnnamed3905(o.monitoredResourceTypes!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2394,14 +2394,14 @@
buildCounterMetricDescriptorMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed3905() {
+core.Map<core.String, core.String> buildUnnamed3906() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3905(core.Map<core.String, core.String> o) {
+void checkUnnamed3906(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2418,7 +2418,7 @@
var o = api.MetricRule();
buildCounterMetricRule++;
if (buildCounterMetricRule < 3) {
- o.metricCosts = buildUnnamed3905();
+ o.metricCosts = buildUnnamed3906();
o.selector = 'foo';
}
buildCounterMetricRule--;
@@ -2428,7 +2428,7 @@
void checkMetricRule(api.MetricRule o) {
buildCounterMetricRule++;
if (buildCounterMetricRule < 3) {
- checkUnnamed3905(o.metricCosts!);
+ checkUnnamed3906(o.metricCosts!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -2464,14 +2464,14 @@
buildCounterMixin--;
}
-core.List<api.LabelDescriptor> buildUnnamed3906() {
+core.List<api.LabelDescriptor> buildUnnamed3907() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed3906(core.List<api.LabelDescriptor> o) {
+void checkUnnamed3907(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -2484,7 +2484,7 @@
if (buildCounterMonitoredResourceDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed3906();
+ o.labels = buildUnnamed3907();
o.launchStage = 'foo';
o.name = 'foo';
o.type = 'foo';
@@ -2504,7 +2504,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3906(o.labels!);
+ checkUnnamed3907(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -2521,19 +2521,6 @@
buildCounterMonitoredResourceDescriptor--;
}
-core.List<api.MonitoringDestination> buildUnnamed3907() {
- var o = <api.MonitoringDestination>[];
- o.add(buildMonitoringDestination());
- o.add(buildMonitoringDestination());
- return o;
-}
-
-void checkUnnamed3907(core.List<api.MonitoringDestination> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkMonitoringDestination(o[0] as api.MonitoringDestination);
- checkMonitoringDestination(o[1] as api.MonitoringDestination);
-}
-
core.List<api.MonitoringDestination> buildUnnamed3908() {
var o = <api.MonitoringDestination>[];
o.add(buildMonitoringDestination());
@@ -2547,13 +2534,26 @@
checkMonitoringDestination(o[1] as api.MonitoringDestination);
}
+core.List<api.MonitoringDestination> buildUnnamed3909() {
+ var o = <api.MonitoringDestination>[];
+ o.add(buildMonitoringDestination());
+ o.add(buildMonitoringDestination());
+ return o;
+}
+
+void checkUnnamed3909(core.List<api.MonitoringDestination> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkMonitoringDestination(o[0] as api.MonitoringDestination);
+ checkMonitoringDestination(o[1] as api.MonitoringDestination);
+}
+
core.int buildCounterMonitoring = 0;
api.Monitoring buildMonitoring() {
var o = api.Monitoring();
buildCounterMonitoring++;
if (buildCounterMonitoring < 3) {
- o.consumerDestinations = buildUnnamed3907();
- o.producerDestinations = buildUnnamed3908();
+ o.consumerDestinations = buildUnnamed3908();
+ o.producerDestinations = buildUnnamed3909();
}
buildCounterMonitoring--;
return o;
@@ -2562,20 +2562,20 @@
void checkMonitoring(api.Monitoring o) {
buildCounterMonitoring++;
if (buildCounterMonitoring < 3) {
- checkUnnamed3907(o.consumerDestinations!);
- checkUnnamed3908(o.producerDestinations!);
+ checkUnnamed3908(o.consumerDestinations!);
+ checkUnnamed3909(o.producerDestinations!);
}
buildCounterMonitoring--;
}
-core.List<core.String> buildUnnamed3909() {
+core.List<core.String> buildUnnamed3910() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3909(core.List<core.String> o) {
+void checkUnnamed3910(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2592,7 +2592,7 @@
var o = api.MonitoringDestination();
buildCounterMonitoringDestination++;
if (buildCounterMonitoringDestination < 3) {
- o.metrics = buildUnnamed3909();
+ o.metrics = buildUnnamed3910();
o.monitoredResource = 'foo';
}
buildCounterMonitoringDestination--;
@@ -2602,7 +2602,7 @@
void checkMonitoringDestination(api.MonitoringDestination o) {
buildCounterMonitoringDestination++;
if (buildCounterMonitoringDestination < 3) {
- checkUnnamed3909(o.metrics!);
+ checkUnnamed3910(o.metrics!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -2633,7 +2633,7 @@
buildCounterOAuthRequirements--;
}
-core.Map<core.String, core.Object> buildUnnamed3910() {
+core.Map<core.String, core.Object> buildUnnamed3911() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2648,7 +2648,7 @@
return o;
}
-void checkUnnamed3910(core.Map<core.String, core.Object> o) {
+void checkUnnamed3911(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2680,7 +2680,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3911() {
+core.Map<core.String, core.Object> buildUnnamed3912() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2695,7 +2695,7 @@
return o;
}
-void checkUnnamed3911(core.Map<core.String, core.Object> o) {
+void checkUnnamed3912(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -2734,9 +2734,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3910();
+ o.metadata = buildUnnamed3911();
o.name = 'foo';
- o.response = buildUnnamed3911();
+ o.response = buildUnnamed3912();
}
buildCounterOperation--;
return o;
@@ -2747,17 +2747,17 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3910(o.metadata!);
+ checkUnnamed3911(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3911(o.response!);
+ checkUnnamed3912(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.Object> buildUnnamed3912() {
+core.Map<core.String, core.Object> buildUnnamed3913() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2772,7 +2772,7 @@
return o;
}
-void checkUnnamed3912(core.Map<core.String, core.Object> o) {
+void checkUnnamed3913(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -2810,7 +2810,7 @@
buildCounterOption++;
if (buildCounterOption < 3) {
o.name = 'foo';
- o.value = buildUnnamed3912();
+ o.value = buildUnnamed3913();
}
buildCounterOption--;
return o;
@@ -2823,19 +2823,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3912(o.value!);
+ checkUnnamed3913(o.value!);
}
buildCounterOption--;
}
-core.List<api.Page> buildUnnamed3913() {
+core.List<api.Page> buildUnnamed3914() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed3913(core.List<api.Page> o) {
+void checkUnnamed3914(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
@@ -2848,7 +2848,7 @@
if (buildCounterPage < 3) {
o.content = 'foo';
o.name = 'foo';
- o.subpages = buildUnnamed3913();
+ o.subpages = buildUnnamed3914();
}
buildCounterPage--;
return o;
@@ -2865,7 +2865,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3913(o.subpages!);
+ checkUnnamed3914(o.subpages!);
}
buildCounterPage--;
}
@@ -2939,27 +2939,27 @@
buildCounterPolicyBinding--;
}
-core.List<api.QuotaLimit> buildUnnamed3914() {
+core.List<api.QuotaLimit> buildUnnamed3915() {
var o = <api.QuotaLimit>[];
o.add(buildQuotaLimit());
o.add(buildQuotaLimit());
return o;
}
-void checkUnnamed3914(core.List<api.QuotaLimit> o) {
+void checkUnnamed3915(core.List<api.QuotaLimit> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuotaLimit(o[0] as api.QuotaLimit);
checkQuotaLimit(o[1] as api.QuotaLimit);
}
-core.List<api.MetricRule> buildUnnamed3915() {
+core.List<api.MetricRule> buildUnnamed3916() {
var o = <api.MetricRule>[];
o.add(buildMetricRule());
o.add(buildMetricRule());
return o;
}
-void checkUnnamed3915(core.List<api.MetricRule> o) {
+void checkUnnamed3916(core.List<api.MetricRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricRule(o[0] as api.MetricRule);
checkMetricRule(o[1] as api.MetricRule);
@@ -2970,8 +2970,8 @@
var o = api.Quota();
buildCounterQuota++;
if (buildCounterQuota < 3) {
- o.limits = buildUnnamed3914();
- o.metricRules = buildUnnamed3915();
+ o.limits = buildUnnamed3915();
+ o.metricRules = buildUnnamed3916();
}
buildCounterQuota--;
return o;
@@ -2980,20 +2980,20 @@
void checkQuota(api.Quota o) {
buildCounterQuota++;
if (buildCounterQuota < 3) {
- checkUnnamed3914(o.limits!);
- checkUnnamed3915(o.metricRules!);
+ checkUnnamed3915(o.limits!);
+ checkUnnamed3916(o.metricRules!);
}
buildCounterQuota--;
}
-core.Map<core.String, core.String> buildUnnamed3916() {
+core.Map<core.String, core.String> buildUnnamed3917() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3916(core.Map<core.String, core.String> o) {
+void checkUnnamed3917(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3019,7 +3019,7 @@
o.metric = 'foo';
o.name = 'foo';
o.unit = 'foo';
- o.values = buildUnnamed3916();
+ o.values = buildUnnamed3917();
}
buildCounterQuotaLimit--;
return o;
@@ -3064,7 +3064,7 @@
o.unit!,
unittest.equals('foo'),
);
- checkUnnamed3916(o.values!);
+ checkUnnamed3917(o.values!);
}
buildCounterQuotaLimit--;
}
@@ -3096,14 +3096,14 @@
buildCounterRange--;
}
-core.List<core.String> buildUnnamed3917() {
+core.List<core.String> buildUnnamed3918() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3917(core.List<core.String> o) {
+void checkUnnamed3918(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3115,14 +3115,14 @@
);
}
-core.List<core.int> buildUnnamed3918() {
+core.List<core.int> buildUnnamed3919() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed3918(core.List<core.int> o) {
+void checkUnnamed3919(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3134,14 +3134,14 @@
);
}
-core.List<api.Subnetwork> buildUnnamed3919() {
+core.List<api.Subnetwork> buildUnnamed3920() {
var o = <api.Subnetwork>[];
o.add(buildSubnetwork());
o.add(buildSubnetwork());
return o;
}
-void checkUnnamed3919(core.List<api.Subnetwork> o) {
+void checkUnnamed3920(core.List<api.Subnetwork> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubnetwork(o[0] as api.Subnetwork);
checkSubnetwork(o[1] as api.Subnetwork);
@@ -3153,9 +3153,9 @@
buildCounterRangeReservation++;
if (buildCounterRangeReservation < 3) {
o.ipPrefixLength = 42;
- o.requestedRanges = buildUnnamed3917();
- o.secondaryRangeIpPrefixLengths = buildUnnamed3918();
- o.subnetworkCandidates = buildUnnamed3919();
+ o.requestedRanges = buildUnnamed3918();
+ o.secondaryRangeIpPrefixLengths = buildUnnamed3919();
+ o.subnetworkCandidates = buildUnnamed3920();
}
buildCounterRangeReservation--;
return o;
@@ -3168,9 +3168,9 @@
o.ipPrefixLength!,
unittest.equals(42),
);
- checkUnnamed3917(o.requestedRanges!);
- checkUnnamed3918(o.secondaryRangeIpPrefixLengths!);
- checkUnnamed3919(o.subnetworkCandidates!);
+ checkUnnamed3918(o.requestedRanges!);
+ checkUnnamed3919(o.secondaryRangeIpPrefixLengths!);
+ checkUnnamed3920(o.subnetworkCandidates!);
}
buildCounterRangeReservation--;
}
@@ -3414,97 +3414,84 @@
buildCounterSecondaryIpRangeSpec--;
}
-core.List<api.Api> buildUnnamed3920() {
+core.List<api.Api> buildUnnamed3921() {
var o = <api.Api>[];
o.add(buildApi());
o.add(buildApi());
return o;
}
-void checkUnnamed3920(core.List<api.Api> o) {
+void checkUnnamed3921(core.List<api.Api> o) {
unittest.expect(o, unittest.hasLength(2));
checkApi(o[0] as api.Api);
checkApi(o[1] as api.Api);
}
-core.List<api.Endpoint> buildUnnamed3921() {
+core.List<api.Endpoint> buildUnnamed3922() {
var o = <api.Endpoint>[];
o.add(buildEndpoint());
o.add(buildEndpoint());
return o;
}
-void checkUnnamed3921(core.List<api.Endpoint> o) {
+void checkUnnamed3922(core.List<api.Endpoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkEndpoint(o[0] as api.Endpoint);
checkEndpoint(o[1] as api.Endpoint);
}
-core.List<api.Enum> buildUnnamed3922() {
+core.List<api.Enum> buildUnnamed3923() {
var o = <api.Enum>[];
o.add(buildEnum());
o.add(buildEnum());
return o;
}
-void checkUnnamed3922(core.List<api.Enum> o) {
+void checkUnnamed3923(core.List<api.Enum> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnum(o[0] as api.Enum);
checkEnum(o[1] as api.Enum);
}
-core.List<api.LogDescriptor> buildUnnamed3923() {
+core.List<api.LogDescriptor> buildUnnamed3924() {
var o = <api.LogDescriptor>[];
o.add(buildLogDescriptor());
o.add(buildLogDescriptor());
return o;
}
-void checkUnnamed3923(core.List<api.LogDescriptor> o) {
+void checkUnnamed3924(core.List<api.LogDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogDescriptor(o[0] as api.LogDescriptor);
checkLogDescriptor(o[1] as api.LogDescriptor);
}
-core.List<api.MetricDescriptor> buildUnnamed3924() {
+core.List<api.MetricDescriptor> buildUnnamed3925() {
var o = <api.MetricDescriptor>[];
o.add(buildMetricDescriptor());
o.add(buildMetricDescriptor());
return o;
}
-void checkUnnamed3924(core.List<api.MetricDescriptor> o) {
+void checkUnnamed3925(core.List<api.MetricDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricDescriptor(o[0] as api.MetricDescriptor);
checkMetricDescriptor(o[1] as api.MetricDescriptor);
}
-core.List<api.MonitoredResourceDescriptor> buildUnnamed3925() {
+core.List<api.MonitoredResourceDescriptor> buildUnnamed3926() {
var o = <api.MonitoredResourceDescriptor>[];
o.add(buildMonitoredResourceDescriptor());
o.add(buildMonitoredResourceDescriptor());
return o;
}
-void checkUnnamed3925(core.List<api.MonitoredResourceDescriptor> o) {
+void checkUnnamed3926(core.List<api.MonitoredResourceDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoredResourceDescriptor(o[0] as api.MonitoredResourceDescriptor);
checkMonitoredResourceDescriptor(o[1] as api.MonitoredResourceDescriptor);
}
-core.List<api.Type> buildUnnamed3926() {
- var o = <api.Type>[];
- o.add(buildType());
- o.add(buildType());
- return o;
-}
-
-void checkUnnamed3926(core.List<api.Type> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkType(o[0] as api.Type);
- checkType(o[1] as api.Type);
-}
-
core.List<api.Type> buildUnnamed3927() {
var o = <api.Type>[];
o.add(buildType());
@@ -3518,12 +3505,25 @@
checkType(o[1] as api.Type);
}
+core.List<api.Type> buildUnnamed3928() {
+ var o = <api.Type>[];
+ o.add(buildType());
+ o.add(buildType());
+ return o;
+}
+
+void checkUnnamed3928(core.List<api.Type> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkType(o[0] as api.Type);
+ checkType(o[1] as api.Type);
+}
+
core.int buildCounterService = 0;
api.Service buildService() {
var o = api.Service();
buildCounterService++;
if (buildCounterService < 3) {
- o.apis = buildUnnamed3920();
+ o.apis = buildUnnamed3921();
o.authentication = buildAuthentication();
o.backend = buildBackend();
o.billing = buildBilling();
@@ -3532,23 +3532,23 @@
o.control = buildControl();
o.customError = buildCustomError();
o.documentation = buildDocumentation();
- o.endpoints = buildUnnamed3921();
- o.enums = buildUnnamed3922();
+ o.endpoints = buildUnnamed3922();
+ o.enums = buildUnnamed3923();
o.http = buildHttp();
o.id = 'foo';
o.logging = buildLogging();
- o.logs = buildUnnamed3923();
- o.metrics = buildUnnamed3924();
- o.monitoredResources = buildUnnamed3925();
+ o.logs = buildUnnamed3924();
+ o.metrics = buildUnnamed3925();
+ o.monitoredResources = buildUnnamed3926();
o.monitoring = buildMonitoring();
o.name = 'foo';
o.producerProjectId = 'foo';
o.quota = buildQuota();
o.sourceInfo = buildSourceInfo();
o.systemParameters = buildSystemParameters();
- o.systemTypes = buildUnnamed3926();
+ o.systemTypes = buildUnnamed3927();
o.title = 'foo';
- o.types = buildUnnamed3927();
+ o.types = buildUnnamed3928();
o.usage = buildUsage();
}
buildCounterService--;
@@ -3558,7 +3558,7 @@
void checkService(api.Service o) {
buildCounterService++;
if (buildCounterService < 3) {
- checkUnnamed3920(o.apis!);
+ checkUnnamed3921(o.apis!);
checkAuthentication(o.authentication! as api.Authentication);
checkBackend(o.backend! as api.Backend);
checkBilling(o.billing! as api.Billing);
@@ -3570,17 +3570,17 @@
checkControl(o.control! as api.Control);
checkCustomError(o.customError! as api.CustomError);
checkDocumentation(o.documentation! as api.Documentation);
- checkUnnamed3921(o.endpoints!);
- checkUnnamed3922(o.enums!);
+ checkUnnamed3922(o.endpoints!);
+ checkUnnamed3923(o.enums!);
checkHttp(o.http! as api.Http);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
checkLogging(o.logging! as api.Logging);
- checkUnnamed3923(o.logs!);
- checkUnnamed3924(o.metrics!);
- checkUnnamed3925(o.monitoredResources!);
+ checkUnnamed3924(o.logs!);
+ checkUnnamed3925(o.metrics!);
+ checkUnnamed3926(o.monitoredResources!);
checkMonitoring(o.monitoring! as api.Monitoring);
unittest.expect(
o.name!,
@@ -3593,12 +3593,12 @@
checkQuota(o.quota! as api.Quota);
checkSourceInfo(o.sourceInfo! as api.SourceInfo);
checkSystemParameters(o.systemParameters! as api.SystemParameters);
- checkUnnamed3926(o.systemTypes!);
+ checkUnnamed3927(o.systemTypes!);
unittest.expect(
o.title!,
unittest.equals('foo'),
);
- checkUnnamed3927(o.types!);
+ checkUnnamed3928(o.types!);
checkUsage(o.usage! as api.Usage);
}
buildCounterService--;
@@ -3626,7 +3626,7 @@
buildCounterSourceContext--;
}
-core.Map<core.String, core.Object> buildUnnamed3928() {
+core.Map<core.String, core.Object> buildUnnamed3929() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3641,7 +3641,7 @@
return o;
}
-void checkUnnamed3928(core.Map<core.String, core.Object> o) {
+void checkUnnamed3929(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -3673,17 +3673,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3929() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3930() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3928());
- o.add(buildUnnamed3928());
+ o.add(buildUnnamed3929());
+ o.add(buildUnnamed3929());
return o;
}
-void checkUnnamed3929(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3930(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3928(o[0]);
- checkUnnamed3928(o[1]);
+ checkUnnamed3929(o[0]);
+ checkUnnamed3929(o[1]);
}
core.int buildCounterSourceInfo = 0;
@@ -3691,7 +3691,7 @@
var o = api.SourceInfo();
buildCounterSourceInfo++;
if (buildCounterSourceInfo < 3) {
- o.sourceFiles = buildUnnamed3929();
+ o.sourceFiles = buildUnnamed3930();
}
buildCounterSourceInfo--;
return o;
@@ -3700,12 +3700,12 @@
void checkSourceInfo(api.SourceInfo o) {
buildCounterSourceInfo++;
if (buildCounterSourceInfo < 3) {
- checkUnnamed3929(o.sourceFiles!);
+ checkUnnamed3930(o.sourceFiles!);
}
buildCounterSourceInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed3930() {
+core.Map<core.String, core.Object> buildUnnamed3931() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3720,7 +3720,7 @@
return o;
}
-void checkUnnamed3930(core.Map<core.String, core.Object> o) {
+void checkUnnamed3931(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -3752,17 +3752,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3931() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3932() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3930());
- o.add(buildUnnamed3930());
+ o.add(buildUnnamed3931());
+ o.add(buildUnnamed3931());
return o;
}
-void checkUnnamed3931(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3932(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3930(o[0]);
- checkUnnamed3930(o[1]);
+ checkUnnamed3931(o[0]);
+ checkUnnamed3931(o[1]);
}
core.int buildCounterStatus = 0;
@@ -3771,7 +3771,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3931();
+ o.details = buildUnnamed3932();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3785,7 +3785,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3931(o.details!);
+ checkUnnamed3932(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3794,14 +3794,14 @@
buildCounterStatus--;
}
-core.List<api.SecondaryIpRange> buildUnnamed3932() {
+core.List<api.SecondaryIpRange> buildUnnamed3933() {
var o = <api.SecondaryIpRange>[];
o.add(buildSecondaryIpRange());
o.add(buildSecondaryIpRange());
return o;
}
-void checkUnnamed3932(core.List<api.SecondaryIpRange> o) {
+void checkUnnamed3933(core.List<api.SecondaryIpRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkSecondaryIpRange(o[0] as api.SecondaryIpRange);
checkSecondaryIpRange(o[1] as api.SecondaryIpRange);
@@ -3817,7 +3817,7 @@
o.network = 'foo';
o.outsideAllocation = true;
o.region = 'foo';
- o.secondaryIpRanges = buildUnnamed3932();
+ o.secondaryIpRanges = buildUnnamed3933();
}
buildCounterSubnetwork--;
return o;
@@ -3843,7 +3843,7 @@
o.region!,
unittest.equals('foo'),
);
- checkUnnamed3932(o.secondaryIpRanges!);
+ checkUnnamed3933(o.secondaryIpRanges!);
}
buildCounterSubnetwork--;
}
@@ -3880,14 +3880,14 @@
buildCounterSystemParameter--;
}
-core.List<api.SystemParameter> buildUnnamed3933() {
+core.List<api.SystemParameter> buildUnnamed3934() {
var o = <api.SystemParameter>[];
o.add(buildSystemParameter());
o.add(buildSystemParameter());
return o;
}
-void checkUnnamed3933(core.List<api.SystemParameter> o) {
+void checkUnnamed3934(core.List<api.SystemParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkSystemParameter(o[0] as api.SystemParameter);
checkSystemParameter(o[1] as api.SystemParameter);
@@ -3898,7 +3898,7 @@
var o = api.SystemParameterRule();
buildCounterSystemParameterRule++;
if (buildCounterSystemParameterRule < 3) {
- o.parameters = buildUnnamed3933();
+ o.parameters = buildUnnamed3934();
o.selector = 'foo';
}
buildCounterSystemParameterRule--;
@@ -3908,7 +3908,7 @@
void checkSystemParameterRule(api.SystemParameterRule o) {
buildCounterSystemParameterRule++;
if (buildCounterSystemParameterRule < 3) {
- checkUnnamed3933(o.parameters!);
+ checkUnnamed3934(o.parameters!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -3917,14 +3917,14 @@
buildCounterSystemParameterRule--;
}
-core.List<api.SystemParameterRule> buildUnnamed3934() {
+core.List<api.SystemParameterRule> buildUnnamed3935() {
var o = <api.SystemParameterRule>[];
o.add(buildSystemParameterRule());
o.add(buildSystemParameterRule());
return o;
}
-void checkUnnamed3934(core.List<api.SystemParameterRule> o) {
+void checkUnnamed3935(core.List<api.SystemParameterRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkSystemParameterRule(o[0] as api.SystemParameterRule);
checkSystemParameterRule(o[1] as api.SystemParameterRule);
@@ -3935,7 +3935,7 @@
var o = api.SystemParameters();
buildCounterSystemParameters++;
if (buildCounterSystemParameters < 3) {
- o.rules = buildUnnamed3934();
+ o.rules = buildUnnamed3935();
}
buildCounterSystemParameters--;
return o;
@@ -3944,32 +3944,32 @@
void checkSystemParameters(api.SystemParameters o) {
buildCounterSystemParameters++;
if (buildCounterSystemParameters < 3) {
- checkUnnamed3934(o.rules!);
+ checkUnnamed3935(o.rules!);
}
buildCounterSystemParameters--;
}
-core.List<api.Field> buildUnnamed3935() {
+core.List<api.Field> buildUnnamed3936() {
var o = <api.Field>[];
o.add(buildField());
o.add(buildField());
return o;
}
-void checkUnnamed3935(core.List<api.Field> o) {
+void checkUnnamed3936(core.List<api.Field> o) {
unittest.expect(o, unittest.hasLength(2));
checkField(o[0] as api.Field);
checkField(o[1] as api.Field);
}
-core.List<core.String> buildUnnamed3936() {
+core.List<core.String> buildUnnamed3937() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3936(core.List<core.String> o) {
+void checkUnnamed3937(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3981,14 +3981,14 @@
);
}
-core.List<api.Option> buildUnnamed3937() {
+core.List<api.Option> buildUnnamed3938() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed3937(core.List<api.Option> o) {
+void checkUnnamed3938(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -3999,10 +3999,10 @@
var o = api.Type();
buildCounterType++;
if (buildCounterType < 3) {
- o.fields = buildUnnamed3935();
+ o.fields = buildUnnamed3936();
o.name = 'foo';
- o.oneofs = buildUnnamed3936();
- o.options = buildUnnamed3937();
+ o.oneofs = buildUnnamed3937();
+ o.options = buildUnnamed3938();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
}
@@ -4013,13 +4013,13 @@
void checkType(api.Type o) {
buildCounterType++;
if (buildCounterType < 3) {
- checkUnnamed3935(o.fields!);
+ checkUnnamed3936(o.fields!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3936(o.oneofs!);
- checkUnnamed3937(o.options!);
+ checkUnnamed3937(o.oneofs!);
+ checkUnnamed3938(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -4094,14 +4094,14 @@
buildCounterUpdateDnsRecordSetRequest--;
}
-core.List<core.String> buildUnnamed3938() {
+core.List<core.String> buildUnnamed3939() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3938(core.List<core.String> o) {
+void checkUnnamed3939(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4113,14 +4113,14 @@
);
}
-core.List<api.UsageRule> buildUnnamed3939() {
+core.List<api.UsageRule> buildUnnamed3940() {
var o = <api.UsageRule>[];
o.add(buildUsageRule());
o.add(buildUsageRule());
return o;
}
-void checkUnnamed3939(core.List<api.UsageRule> o) {
+void checkUnnamed3940(core.List<api.UsageRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageRule(o[0] as api.UsageRule);
checkUsageRule(o[1] as api.UsageRule);
@@ -4132,8 +4132,8 @@
buildCounterUsage++;
if (buildCounterUsage < 3) {
o.producerNotificationChannel = 'foo';
- o.requirements = buildUnnamed3938();
- o.rules = buildUnnamed3939();
+ o.requirements = buildUnnamed3939();
+ o.rules = buildUnnamed3940();
}
buildCounterUsage--;
return o;
@@ -4146,8 +4146,8 @@
o.producerNotificationChannel!,
unittest.equals('foo'),
);
- checkUnnamed3938(o.requirements!);
- checkUnnamed3939(o.rules!);
+ checkUnnamed3939(o.requirements!);
+ checkUnnamed3940(o.rules!);
}
buildCounterUsage--;
}
@@ -4206,14 +4206,14 @@
buildCounterValidateConsumerConfigRequest--;
}
-core.List<api.Subnetwork> buildUnnamed3940() {
+core.List<api.Subnetwork> buildUnnamed3941() {
var o = <api.Subnetwork>[];
o.add(buildSubnetwork());
o.add(buildSubnetwork());
return o;
}
-void checkUnnamed3940(core.List<api.Subnetwork> o) {
+void checkUnnamed3941(core.List<api.Subnetwork> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubnetwork(o[0] as api.Subnetwork);
checkSubnetwork(o[1] as api.Subnetwork);
@@ -4224,7 +4224,7 @@
var o = api.ValidateConsumerConfigResponse();
buildCounterValidateConsumerConfigResponse++;
if (buildCounterValidateConsumerConfigResponse < 3) {
- o.existingSubnetworkCandidates = buildUnnamed3940();
+ o.existingSubnetworkCandidates = buildUnnamed3941();
o.isValid = true;
o.validationError = 'foo';
}
@@ -4235,7 +4235,7 @@
void checkValidateConsumerConfigResponse(api.ValidateConsumerConfigResponse o) {
buildCounterValidateConsumerConfigResponse++;
if (buildCounterValidateConsumerConfigResponse < 3) {
- checkUnnamed3940(o.existingSubnetworkCandidates!);
+ checkUnnamed3941(o.existingSubnetworkCandidates!);
unittest.expect(o.isValid!, unittest.isTrue);
unittest.expect(
o.validationError!,
diff --git a/generated/googleapis/test/siteverification/v1_test.dart b/generated/googleapis/test/siteverification/v1_test.dart
index b467e36..b82ca7f 100644
--- a/generated/googleapis/test/siteverification/v1_test.dart
+++ b/generated/googleapis/test/siteverification/v1_test.dart
@@ -112,14 +112,14 @@
buildCounterSiteVerificationWebResourceGettokenResponse--;
}
-core.List<api.SiteVerificationWebResourceResource> buildUnnamed4884() {
+core.List<api.SiteVerificationWebResourceResource> buildUnnamed4885() {
var o = <api.SiteVerificationWebResourceResource>[];
o.add(buildSiteVerificationWebResourceResource());
o.add(buildSiteVerificationWebResourceResource());
return o;
}
-void checkUnnamed4884(core.List<api.SiteVerificationWebResourceResource> o) {
+void checkUnnamed4885(core.List<api.SiteVerificationWebResourceResource> o) {
unittest.expect(o, unittest.hasLength(2));
checkSiteVerificationWebResourceResource(
o[0] as api.SiteVerificationWebResourceResource);
@@ -133,7 +133,7 @@
var o = api.SiteVerificationWebResourceListResponse();
buildCounterSiteVerificationWebResourceListResponse++;
if (buildCounterSiteVerificationWebResourceListResponse < 3) {
- o.items = buildUnnamed4884();
+ o.items = buildUnnamed4885();
}
buildCounterSiteVerificationWebResourceListResponse--;
return o;
@@ -143,19 +143,19 @@
api.SiteVerificationWebResourceListResponse o) {
buildCounterSiteVerificationWebResourceListResponse++;
if (buildCounterSiteVerificationWebResourceListResponse < 3) {
- checkUnnamed4884(o.items!);
+ checkUnnamed4885(o.items!);
}
buildCounterSiteVerificationWebResourceListResponse--;
}
-core.List<core.String> buildUnnamed4885() {
+core.List<core.String> buildUnnamed4886() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4885(core.List<core.String> o) {
+void checkUnnamed4886(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -203,7 +203,7 @@
buildCounterSiteVerificationWebResourceResource++;
if (buildCounterSiteVerificationWebResourceResource < 3) {
o.id = 'foo';
- o.owners = buildUnnamed4885();
+ o.owners = buildUnnamed4886();
o.site = buildSiteVerificationWebResourceResourceSite();
}
buildCounterSiteVerificationWebResourceResource--;
@@ -218,7 +218,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed4885(o.owners!);
+ checkUnnamed4886(o.owners!);
checkSiteVerificationWebResourceResourceSite(
o.site! as api.SiteVerificationWebResourceResourceSite);
}
diff --git a/generated/googleapis/test/sourcerepo/v1_test.dart b/generated/googleapis/test/sourcerepo/v1_test.dart
index 13f5fda..5994db0 100644
--- a/generated/googleapis/test/sourcerepo/v1_test.dart
+++ b/generated/googleapis/test/sourcerepo/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AuditLogConfig> buildUnnamed3685() {
+core.List<api.AuditLogConfig> buildUnnamed3686() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed3685(core.List<api.AuditLogConfig> o) {
+void checkUnnamed3686(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -45,7 +45,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed3685();
+ o.auditLogConfigs = buildUnnamed3686();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -55,7 +55,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed3685(o.auditLogConfigs!);
+ checkUnnamed3686(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -64,49 +64,6 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed3686() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3686(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterAuditLogConfig = 0;
-api.AuditLogConfig buildAuditLogConfig() {
- var o = api.AuditLogConfig();
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed3686();
- o.logType = 'foo';
- }
- buildCounterAuditLogConfig--;
- return o;
-}
-
-void checkAuditLogConfig(api.AuditLogConfig o) {
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- checkUnnamed3686(o.exemptedMembers!);
- unittest.expect(
- o.logType!,
- unittest.equals('foo'),
- );
- }
- buildCounterAuditLogConfig--;
-}
-
core.List<core.String> buildUnnamed3687() {
var o = <core.String>[];
o.add('foo');
@@ -126,13 +83,56 @@
);
}
+core.int buildCounterAuditLogConfig = 0;
+api.AuditLogConfig buildAuditLogConfig() {
+ var o = api.AuditLogConfig();
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ o.exemptedMembers = buildUnnamed3687();
+ o.logType = 'foo';
+ }
+ buildCounterAuditLogConfig--;
+ return o;
+}
+
+void checkAuditLogConfig(api.AuditLogConfig o) {
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ checkUnnamed3687(o.exemptedMembers!);
+ unittest.expect(
+ o.logType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAuditLogConfig--;
+}
+
+core.List<core.String> buildUnnamed3688() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3688(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterBinding = 0;
api.Binding buildBinding() {
var o = api.Binding();
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3687();
+ o.members = buildUnnamed3688();
o.role = 'foo';
}
buildCounterBinding--;
@@ -143,7 +143,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3687(o.members!);
+ checkUnnamed3688(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -204,14 +204,14 @@
buildCounterExpr--;
}
-core.List<api.Repo> buildUnnamed3688() {
+core.List<api.Repo> buildUnnamed3689() {
var o = <api.Repo>[];
o.add(buildRepo());
o.add(buildRepo());
return o;
}
-void checkUnnamed3688(core.List<api.Repo> o) {
+void checkUnnamed3689(core.List<api.Repo> o) {
unittest.expect(o, unittest.hasLength(2));
checkRepo(o[0] as api.Repo);
checkRepo(o[1] as api.Repo);
@@ -223,7 +223,7 @@
buildCounterListReposResponse++;
if (buildCounterListReposResponse < 3) {
o.nextPageToken = 'foo';
- o.repos = buildUnnamed3688();
+ o.repos = buildUnnamed3689();
}
buildCounterListReposResponse--;
return o;
@@ -236,7 +236,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3688(o.repos!);
+ checkUnnamed3689(o.repos!);
}
buildCounterListReposResponse--;
}
@@ -273,7 +273,7 @@
buildCounterMirrorConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed3689() {
+core.Map<core.String, core.Object> buildUnnamed3690() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -288,7 +288,7 @@
return o;
}
-void checkUnnamed3689(core.Map<core.String, core.Object> o) {
+void checkUnnamed3690(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -320,7 +320,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3690() {
+core.Map<core.String, core.Object> buildUnnamed3691() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -335,7 +335,7 @@
return o;
}
-void checkUnnamed3690(core.Map<core.String, core.Object> o) {
+void checkUnnamed3691(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -374,9 +374,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3689();
+ o.metadata = buildUnnamed3690();
o.name = 'foo';
- o.response = buildUnnamed3690();
+ o.response = buildUnnamed3691();
}
buildCounterOperation--;
return o;
@@ -387,37 +387,37 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3689(o.metadata!);
+ checkUnnamed3690(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3690(o.response!);
+ checkUnnamed3691(o.response!);
}
buildCounterOperation--;
}
-core.List<api.AuditConfig> buildUnnamed3691() {
+core.List<api.AuditConfig> buildUnnamed3692() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed3691(core.List<api.AuditConfig> o) {
+void checkUnnamed3692(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed3692() {
+core.List<api.Binding> buildUnnamed3693() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed3692(core.List<api.Binding> o) {
+void checkUnnamed3693(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -428,8 +428,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed3691();
- o.bindings = buildUnnamed3692();
+ o.auditConfigs = buildUnnamed3692();
+ o.bindings = buildUnnamed3693();
o.etag = 'foo';
o.version = 42;
}
@@ -440,8 +440,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed3691(o.auditConfigs!);
- checkUnnamed3692(o.bindings!);
+ checkUnnamed3692(o.auditConfigs!);
+ checkUnnamed3693(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -454,14 +454,14 @@
buildCounterPolicy--;
}
-core.Map<core.String, api.PubsubConfig> buildUnnamed3693() {
+core.Map<core.String, api.PubsubConfig> buildUnnamed3694() {
var o = <core.String, api.PubsubConfig>{};
o['x'] = buildPubsubConfig();
o['y'] = buildPubsubConfig();
return o;
}
-void checkUnnamed3693(core.Map<core.String, api.PubsubConfig> o) {
+void checkUnnamed3694(core.Map<core.String, api.PubsubConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkPubsubConfig(o['x']! as api.PubsubConfig);
checkPubsubConfig(o['y']! as api.PubsubConfig);
@@ -474,7 +474,7 @@
if (buildCounterProjectConfig < 3) {
o.enablePrivateKeyCheck = true;
o.name = 'foo';
- o.pubsubConfigs = buildUnnamed3693();
+ o.pubsubConfigs = buildUnnamed3694();
}
buildCounterProjectConfig--;
return o;
@@ -488,7 +488,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3693(o.pubsubConfigs!);
+ checkUnnamed3694(o.pubsubConfigs!);
}
buildCounterProjectConfig--;
}
@@ -525,14 +525,14 @@
buildCounterPubsubConfig--;
}
-core.Map<core.String, api.PubsubConfig> buildUnnamed3694() {
+core.Map<core.String, api.PubsubConfig> buildUnnamed3695() {
var o = <core.String, api.PubsubConfig>{};
o['x'] = buildPubsubConfig();
o['y'] = buildPubsubConfig();
return o;
}
-void checkUnnamed3694(core.Map<core.String, api.PubsubConfig> o) {
+void checkUnnamed3695(core.Map<core.String, api.PubsubConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkPubsubConfig(o['x']! as api.PubsubConfig);
checkPubsubConfig(o['y']! as api.PubsubConfig);
@@ -545,7 +545,7 @@
if (buildCounterRepo < 3) {
o.mirrorConfig = buildMirrorConfig();
o.name = 'foo';
- o.pubsubConfigs = buildUnnamed3694();
+ o.pubsubConfigs = buildUnnamed3695();
o.size = 'foo';
o.url = 'foo';
}
@@ -561,7 +561,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3694(o.pubsubConfigs!);
+ checkUnnamed3695(o.pubsubConfigs!);
unittest.expect(
o.size!,
unittest.equals('foo'),
@@ -598,7 +598,7 @@
buildCounterSetIamPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed3695() {
+core.Map<core.String, core.Object> buildUnnamed3696() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -613,7 +613,7 @@
return o;
}
-void checkUnnamed3695(core.Map<core.String, core.Object> o) {
+void checkUnnamed3696(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -645,17 +645,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3696() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3697() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3695());
- o.add(buildUnnamed3695());
+ o.add(buildUnnamed3696());
+ o.add(buildUnnamed3696());
return o;
}
-void checkUnnamed3696(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3697(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3695(o[0]);
- checkUnnamed3695(o[1]);
+ checkUnnamed3696(o[0]);
+ checkUnnamed3696(o[1]);
}
core.int buildCounterStatus = 0;
@@ -664,7 +664,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3696();
+ o.details = buildUnnamed3697();
o.message = 'foo';
}
buildCounterStatus--;
@@ -678,7 +678,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3696(o.details!);
+ checkUnnamed3697(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -739,44 +739,6 @@
buildCounterSyncRepoRequest--;
}
-core.List<core.String> buildUnnamed3697() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3697(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed3697();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed3697(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
core.List<core.String> buildUnnamed3698() {
var o = <core.String>[];
o.add('foo');
@@ -796,12 +758,50 @@
);
}
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed3698();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed3698(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
+core.List<core.String> buildUnnamed3699() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3699(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed3698();
+ o.permissions = buildUnnamed3699();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -810,7 +810,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed3698(o.permissions!);
+ checkUnnamed3699(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/speech/v1_test.dart b/generated/googleapis/test/speech/v1_test.dart
index ab5f61a..ff62b5e 100644
--- a/generated/googleapis/test/speech/v1_test.dart
+++ b/generated/googleapis/test/speech/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Operation> buildUnnamed5202() {
+core.List<api.Operation> buildUnnamed5203() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed5202(core.List<api.Operation> o) {
+void checkUnnamed5203(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -46,7 +46,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed5202();
+ o.operations = buildUnnamed5203();
}
buildCounterListOperationsResponse--;
return o;
@@ -59,7 +59,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5202(o.operations!);
+ checkUnnamed5203(o.operations!);
}
buildCounterListOperationsResponse--;
}
@@ -122,14 +122,14 @@
buildCounterLongRunningRecognizeRequest--;
}
-core.List<api.SpeechRecognitionResult> buildUnnamed5203() {
+core.List<api.SpeechRecognitionResult> buildUnnamed5204() {
var o = <api.SpeechRecognitionResult>[];
o.add(buildSpeechRecognitionResult());
o.add(buildSpeechRecognitionResult());
return o;
}
-void checkUnnamed5203(core.List<api.SpeechRecognitionResult> o) {
+void checkUnnamed5204(core.List<api.SpeechRecognitionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpeechRecognitionResult(o[0] as api.SpeechRecognitionResult);
checkSpeechRecognitionResult(o[1] as api.SpeechRecognitionResult);
@@ -140,7 +140,7 @@
var o = api.LongRunningRecognizeResponse();
buildCounterLongRunningRecognizeResponse++;
if (buildCounterLongRunningRecognizeResponse < 3) {
- o.results = buildUnnamed5203();
+ o.results = buildUnnamed5204();
}
buildCounterLongRunningRecognizeResponse--;
return o;
@@ -149,12 +149,12 @@
void checkLongRunningRecognizeResponse(api.LongRunningRecognizeResponse o) {
buildCounterLongRunningRecognizeResponse++;
if (buildCounterLongRunningRecognizeResponse < 3) {
- checkUnnamed5203(o.results!);
+ checkUnnamed5204(o.results!);
}
buildCounterLongRunningRecognizeResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed5204() {
+core.Map<core.String, core.Object> buildUnnamed5205() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -169,7 +169,7 @@
return o;
}
-void checkUnnamed5204(core.Map<core.String, core.Object> o) {
+void checkUnnamed5205(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -201,7 +201,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5205() {
+core.Map<core.String, core.Object> buildUnnamed5206() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -216,7 +216,7 @@
return o;
}
-void checkUnnamed5205(core.Map<core.String, core.Object> o) {
+void checkUnnamed5206(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -255,9 +255,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed5204();
+ o.metadata = buildUnnamed5205();
o.name = 'foo';
- o.response = buildUnnamed5205();
+ o.response = buildUnnamed5206();
}
buildCounterOperation--;
return o;
@@ -268,12 +268,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed5204(o.metadata!);
+ checkUnnamed5205(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5205(o.response!);
+ checkUnnamed5206(o.response!);
}
buildCounterOperation--;
}
@@ -305,14 +305,14 @@
buildCounterRecognitionAudio--;
}
-core.List<api.SpeechContext> buildUnnamed5206() {
+core.List<api.SpeechContext> buildUnnamed5207() {
var o = <api.SpeechContext>[];
o.add(buildSpeechContext());
o.add(buildSpeechContext());
return o;
}
-void checkUnnamed5206(core.List<api.SpeechContext> o) {
+void checkUnnamed5207(core.List<api.SpeechContext> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpeechContext(o[0] as api.SpeechContext);
checkSpeechContext(o[1] as api.SpeechContext);
@@ -335,7 +335,7 @@
o.model = 'foo';
o.profanityFilter = true;
o.sampleRateHertz = 42;
- o.speechContexts = buildUnnamed5206();
+ o.speechContexts = buildUnnamed5207();
o.useEnhanced = true;
}
buildCounterRecognitionConfig--;
@@ -376,7 +376,7 @@
o.sampleRateHertz!,
unittest.equals(42),
);
- checkUnnamed5206(o.speechContexts!);
+ checkUnnamed5207(o.speechContexts!);
unittest.expect(o.useEnhanced!, unittest.isTrue);
}
buildCounterRecognitionConfig--;
@@ -460,14 +460,14 @@
buildCounterRecognizeRequest--;
}
-core.List<api.SpeechRecognitionResult> buildUnnamed5207() {
+core.List<api.SpeechRecognitionResult> buildUnnamed5208() {
var o = <api.SpeechRecognitionResult>[];
o.add(buildSpeechRecognitionResult());
o.add(buildSpeechRecognitionResult());
return o;
}
-void checkUnnamed5207(core.List<api.SpeechRecognitionResult> o) {
+void checkUnnamed5208(core.List<api.SpeechRecognitionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpeechRecognitionResult(o[0] as api.SpeechRecognitionResult);
checkSpeechRecognitionResult(o[1] as api.SpeechRecognitionResult);
@@ -478,7 +478,7 @@
var o = api.RecognizeResponse();
buildCounterRecognizeResponse++;
if (buildCounterRecognizeResponse < 3) {
- o.results = buildUnnamed5207();
+ o.results = buildUnnamed5208();
}
buildCounterRecognizeResponse--;
return o;
@@ -487,7 +487,7 @@
void checkRecognizeResponse(api.RecognizeResponse o) {
buildCounterRecognizeResponse++;
if (buildCounterRecognizeResponse < 3) {
- checkUnnamed5207(o.results!);
+ checkUnnamed5208(o.results!);
}
buildCounterRecognizeResponse--;
}
@@ -526,14 +526,14 @@
buildCounterSpeakerDiarizationConfig--;
}
-core.List<core.String> buildUnnamed5208() {
+core.List<core.String> buildUnnamed5209() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5208(core.List<core.String> o) {
+void checkUnnamed5209(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -550,7 +550,7 @@
var o = api.SpeechContext();
buildCounterSpeechContext++;
if (buildCounterSpeechContext < 3) {
- o.phrases = buildUnnamed5208();
+ o.phrases = buildUnnamed5209();
}
buildCounterSpeechContext--;
return o;
@@ -559,19 +559,19 @@
void checkSpeechContext(api.SpeechContext o) {
buildCounterSpeechContext++;
if (buildCounterSpeechContext < 3) {
- checkUnnamed5208(o.phrases!);
+ checkUnnamed5209(o.phrases!);
}
buildCounterSpeechContext--;
}
-core.List<api.WordInfo> buildUnnamed5209() {
+core.List<api.WordInfo> buildUnnamed5210() {
var o = <api.WordInfo>[];
o.add(buildWordInfo());
o.add(buildWordInfo());
return o;
}
-void checkUnnamed5209(core.List<api.WordInfo> o) {
+void checkUnnamed5210(core.List<api.WordInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkWordInfo(o[0] as api.WordInfo);
checkWordInfo(o[1] as api.WordInfo);
@@ -584,7 +584,7 @@
if (buildCounterSpeechRecognitionAlternative < 3) {
o.confidence = 42.0;
o.transcript = 'foo';
- o.words = buildUnnamed5209();
+ o.words = buildUnnamed5210();
}
buildCounterSpeechRecognitionAlternative--;
return o;
@@ -601,19 +601,19 @@
o.transcript!,
unittest.equals('foo'),
);
- checkUnnamed5209(o.words!);
+ checkUnnamed5210(o.words!);
}
buildCounterSpeechRecognitionAlternative--;
}
-core.List<api.SpeechRecognitionAlternative> buildUnnamed5210() {
+core.List<api.SpeechRecognitionAlternative> buildUnnamed5211() {
var o = <api.SpeechRecognitionAlternative>[];
o.add(buildSpeechRecognitionAlternative());
o.add(buildSpeechRecognitionAlternative());
return o;
}
-void checkUnnamed5210(core.List<api.SpeechRecognitionAlternative> o) {
+void checkUnnamed5211(core.List<api.SpeechRecognitionAlternative> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpeechRecognitionAlternative(o[0] as api.SpeechRecognitionAlternative);
checkSpeechRecognitionAlternative(o[1] as api.SpeechRecognitionAlternative);
@@ -624,7 +624,7 @@
var o = api.SpeechRecognitionResult();
buildCounterSpeechRecognitionResult++;
if (buildCounterSpeechRecognitionResult < 3) {
- o.alternatives = buildUnnamed5210();
+ o.alternatives = buildUnnamed5211();
o.channelTag = 42;
}
buildCounterSpeechRecognitionResult--;
@@ -634,7 +634,7 @@
void checkSpeechRecognitionResult(api.SpeechRecognitionResult o) {
buildCounterSpeechRecognitionResult++;
if (buildCounterSpeechRecognitionResult < 3) {
- checkUnnamed5210(o.alternatives!);
+ checkUnnamed5211(o.alternatives!);
unittest.expect(
o.channelTag!,
unittest.equals(42),
@@ -643,7 +643,7 @@
buildCounterSpeechRecognitionResult--;
}
-core.Map<core.String, core.Object> buildUnnamed5211() {
+core.Map<core.String, core.Object> buildUnnamed5212() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -658,7 +658,7 @@
return o;
}
-void checkUnnamed5211(core.Map<core.String, core.Object> o) {
+void checkUnnamed5212(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -690,17 +690,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5212() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5213() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5211());
- o.add(buildUnnamed5211());
+ o.add(buildUnnamed5212());
+ o.add(buildUnnamed5212());
return o;
}
-void checkUnnamed5212(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5213(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5211(o[0]);
- checkUnnamed5211(o[1]);
+ checkUnnamed5212(o[0]);
+ checkUnnamed5212(o[1]);
}
core.int buildCounterStatus = 0;
@@ -709,7 +709,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5212();
+ o.details = buildUnnamed5213();
o.message = 'foo';
}
buildCounterStatus--;
@@ -723,7 +723,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5212(o.details!);
+ checkUnnamed5213(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/storage/v1_test.dart b/generated/googleapis/test/storage/v1_test.dart
index 1f4b52d..c4e7c7d 100644
--- a/generated/googleapis/test/storage/v1_test.dart
+++ b/generated/googleapis/test/storage/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.BucketAccessControl> buildUnnamed4513() {
+core.List<api.BucketAccessControl> buildUnnamed4514() {
var o = <api.BucketAccessControl>[];
o.add(buildBucketAccessControl());
o.add(buildBucketAccessControl());
return o;
}
-void checkUnnamed4513(core.List<api.BucketAccessControl> o) {
+void checkUnnamed4514(core.List<api.BucketAccessControl> o) {
unittest.expect(o, unittest.hasLength(2));
checkBucketAccessControl(o[0] as api.BucketAccessControl);
checkBucketAccessControl(o[1] as api.BucketAccessControl);
@@ -59,25 +59,6 @@
buildCounterBucketBilling--;
}
-core.List<core.String> buildUnnamed4514() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4514(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4515() {
var o = <core.String>[];
o.add('foo');
@@ -116,15 +97,34 @@
);
}
+core.List<core.String> buildUnnamed4517() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4517(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterBucketCors = 0;
api.BucketCors buildBucketCors() {
var o = api.BucketCors();
buildCounterBucketCors++;
if (buildCounterBucketCors < 3) {
o.maxAgeSeconds = 42;
- o.method = buildUnnamed4514();
- o.origin = buildUnnamed4515();
- o.responseHeader = buildUnnamed4516();
+ o.method = buildUnnamed4515();
+ o.origin = buildUnnamed4516();
+ o.responseHeader = buildUnnamed4517();
}
buildCounterBucketCors--;
return o;
@@ -137,34 +137,34 @@
o.maxAgeSeconds!,
unittest.equals(42),
);
- checkUnnamed4514(o.method!);
- checkUnnamed4515(o.origin!);
- checkUnnamed4516(o.responseHeader!);
+ checkUnnamed4515(o.method!);
+ checkUnnamed4516(o.origin!);
+ checkUnnamed4517(o.responseHeader!);
}
buildCounterBucketCors--;
}
-core.List<api.BucketCors> buildUnnamed4517() {
+core.List<api.BucketCors> buildUnnamed4518() {
var o = <api.BucketCors>[];
o.add(buildBucketCors());
o.add(buildBucketCors());
return o;
}
-void checkUnnamed4517(core.List<api.BucketCors> o) {
+void checkUnnamed4518(core.List<api.BucketCors> o) {
unittest.expect(o, unittest.hasLength(2));
checkBucketCors(o[0] as api.BucketCors);
checkBucketCors(o[1] as api.BucketCors);
}
-core.List<api.ObjectAccessControl> buildUnnamed4518() {
+core.List<api.ObjectAccessControl> buildUnnamed4519() {
var o = <api.ObjectAccessControl>[];
o.add(buildObjectAccessControl());
o.add(buildObjectAccessControl());
return o;
}
-void checkUnnamed4518(core.List<api.ObjectAccessControl> o) {
+void checkUnnamed4519(core.List<api.ObjectAccessControl> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectAccessControl(o[0] as api.ObjectAccessControl);
checkObjectAccessControl(o[1] as api.ObjectAccessControl);
@@ -274,14 +274,14 @@
buildCounterBucketIamConfiguration--;
}
-core.Map<core.String, core.String> buildUnnamed4519() {
+core.Map<core.String, core.String> buildUnnamed4520() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4519(core.Map<core.String, core.String> o) {
+void checkUnnamed4520(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -320,14 +320,14 @@
buildCounterBucketLifecycleRuleAction--;
}
-core.List<core.String> buildUnnamed4520() {
+core.List<core.String> buildUnnamed4521() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4520(core.List<core.String> o) {
+void checkUnnamed4521(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -351,7 +351,7 @@
o.daysSinceNoncurrentTime = 42;
o.isLive = true;
o.matchesPattern = 'foo';
- o.matchesStorageClass = buildUnnamed4520();
+ o.matchesStorageClass = buildUnnamed4521();
o.noncurrentTimeBefore = core.DateTime.parse('2002-02-27T14:01:02Z');
o.numNewerVersions = 42;
}
@@ -387,7 +387,7 @@
o.matchesPattern!,
unittest.equals('foo'),
);
- checkUnnamed4520(o.matchesStorageClass!);
+ checkUnnamed4521(o.matchesStorageClass!);
unittest.expect(
o.noncurrentTimeBefore!,
unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")),
@@ -422,14 +422,14 @@
buildCounterBucketLifecycleRule--;
}
-core.List<api.BucketLifecycleRule> buildUnnamed4521() {
+core.List<api.BucketLifecycleRule> buildUnnamed4522() {
var o = <api.BucketLifecycleRule>[];
o.add(buildBucketLifecycleRule());
o.add(buildBucketLifecycleRule());
return o;
}
-void checkUnnamed4521(core.List<api.BucketLifecycleRule> o) {
+void checkUnnamed4522(core.List<api.BucketLifecycleRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkBucketLifecycleRule(o[0] as api.BucketLifecycleRule);
checkBucketLifecycleRule(o[1] as api.BucketLifecycleRule);
@@ -440,7 +440,7 @@
var o = api.BucketLifecycle();
buildCounterBucketLifecycle++;
if (buildCounterBucketLifecycle < 3) {
- o.rule = buildUnnamed4521();
+ o.rule = buildUnnamed4522();
}
buildCounterBucketLifecycle--;
return o;
@@ -449,7 +449,7 @@
void checkBucketLifecycle(api.BucketLifecycle o) {
buildCounterBucketLifecycle++;
if (buildCounterBucketLifecycle < 3) {
- checkUnnamed4521(o.rule!);
+ checkUnnamed4522(o.rule!);
}
buildCounterBucketLifecycle--;
}
@@ -583,14 +583,14 @@
buildCounterBucketWebsite--;
}
-core.List<core.String> buildUnnamed4522() {
+core.List<core.String> buildUnnamed4523() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4522(core.List<core.String> o) {
+void checkUnnamed4523(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -607,17 +607,17 @@
var o = api.Bucket();
buildCounterBucket++;
if (buildCounterBucket < 3) {
- o.acl = buildUnnamed4513();
+ o.acl = buildUnnamed4514();
o.billing = buildBucketBilling();
- o.cors = buildUnnamed4517();
+ o.cors = buildUnnamed4518();
o.defaultEventBasedHold = true;
- o.defaultObjectAcl = buildUnnamed4518();
+ o.defaultObjectAcl = buildUnnamed4519();
o.encryption = buildBucketEncryption();
o.etag = 'foo';
o.iamConfiguration = buildBucketIamConfiguration();
o.id = 'foo';
o.kind = 'foo';
- o.labels = buildUnnamed4519();
+ o.labels = buildUnnamed4520();
o.lifecycle = buildBucketLifecycle();
o.location = 'foo';
o.locationType = 'foo';
@@ -634,7 +634,7 @@
o.updated = core.DateTime.parse("2002-02-27T14:01:02");
o.versioning = buildBucketVersioning();
o.website = buildBucketWebsite();
- o.zoneAffinity = buildUnnamed4522();
+ o.zoneAffinity = buildUnnamed4523();
}
buildCounterBucket--;
return o;
@@ -643,11 +643,11 @@
void checkBucket(api.Bucket o) {
buildCounterBucket++;
if (buildCounterBucket < 3) {
- checkUnnamed4513(o.acl!);
+ checkUnnamed4514(o.acl!);
checkBucketBilling(o.billing! as api.BucketBilling);
- checkUnnamed4517(o.cors!);
+ checkUnnamed4518(o.cors!);
unittest.expect(o.defaultEventBasedHold!, unittest.isTrue);
- checkUnnamed4518(o.defaultObjectAcl!);
+ checkUnnamed4519(o.defaultObjectAcl!);
checkBucketEncryption(o.encryption! as api.BucketEncryption);
unittest.expect(
o.etag!,
@@ -663,7 +663,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4519(o.labels!);
+ checkUnnamed4520(o.labels!);
checkBucketLifecycle(o.lifecycle! as api.BucketLifecycle);
unittest.expect(
o.location!,
@@ -707,7 +707,7 @@
);
checkBucketVersioning(o.versioning! as api.BucketVersioning);
checkBucketWebsite(o.website! as api.BucketWebsite);
- checkUnnamed4522(o.zoneAffinity!);
+ checkUnnamed4523(o.zoneAffinity!);
}
buildCounterBucket--;
}
@@ -809,14 +809,14 @@
buildCounterBucketAccessControl--;
}
-core.List<api.BucketAccessControl> buildUnnamed4523() {
+core.List<api.BucketAccessControl> buildUnnamed4524() {
var o = <api.BucketAccessControl>[];
o.add(buildBucketAccessControl());
o.add(buildBucketAccessControl());
return o;
}
-void checkUnnamed4523(core.List<api.BucketAccessControl> o) {
+void checkUnnamed4524(core.List<api.BucketAccessControl> o) {
unittest.expect(o, unittest.hasLength(2));
checkBucketAccessControl(o[0] as api.BucketAccessControl);
checkBucketAccessControl(o[1] as api.BucketAccessControl);
@@ -827,7 +827,7 @@
var o = api.BucketAccessControls();
buildCounterBucketAccessControls++;
if (buildCounterBucketAccessControls < 3) {
- o.items = buildUnnamed4523();
+ o.items = buildUnnamed4524();
o.kind = 'foo';
}
buildCounterBucketAccessControls--;
@@ -837,7 +837,7 @@
void checkBucketAccessControls(api.BucketAccessControls o) {
buildCounterBucketAccessControls++;
if (buildCounterBucketAccessControls < 3) {
- checkUnnamed4523(o.items!);
+ checkUnnamed4524(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -846,14 +846,14 @@
buildCounterBucketAccessControls--;
}
-core.List<api.Bucket> buildUnnamed4524() {
+core.List<api.Bucket> buildUnnamed4525() {
var o = <api.Bucket>[];
o.add(buildBucket());
o.add(buildBucket());
return o;
}
-void checkUnnamed4524(core.List<api.Bucket> o) {
+void checkUnnamed4525(core.List<api.Bucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkBucket(o[0] as api.Bucket);
checkBucket(o[1] as api.Bucket);
@@ -864,7 +864,7 @@
var o = api.Buckets();
buildCounterBuckets++;
if (buildCounterBuckets < 3) {
- o.items = buildUnnamed4524();
+ o.items = buildUnnamed4525();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -875,7 +875,7 @@
void checkBuckets(api.Buckets o) {
buildCounterBuckets++;
if (buildCounterBuckets < 3) {
- checkUnnamed4524(o.items!);
+ checkUnnamed4525(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -888,14 +888,14 @@
buildCounterBuckets--;
}
-core.Map<core.String, core.String> buildUnnamed4525() {
+core.Map<core.String, core.String> buildUnnamed4526() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4525(core.Map<core.String, core.String> o) {
+void checkUnnamed4526(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -916,7 +916,7 @@
o.expiration = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.params = buildUnnamed4525();
+ o.params = buildUnnamed4526();
o.payload = true;
o.resourceId = 'foo';
o.resourceUri = 'foo';
@@ -946,7 +946,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4525(o.params!);
+ checkUnnamed4526(o.params!);
unittest.expect(o.payload!, unittest.isTrue);
unittest.expect(
o.resourceId!,
@@ -1023,14 +1023,14 @@
buildCounterComposeRequestSourceObjects--;
}
-core.List<api.ComposeRequestSourceObjects> buildUnnamed4526() {
+core.List<api.ComposeRequestSourceObjects> buildUnnamed4527() {
var o = <api.ComposeRequestSourceObjects>[];
o.add(buildComposeRequestSourceObjects());
o.add(buildComposeRequestSourceObjects());
return o;
}
-void checkUnnamed4526(core.List<api.ComposeRequestSourceObjects> o) {
+void checkUnnamed4527(core.List<api.ComposeRequestSourceObjects> o) {
unittest.expect(o, unittest.hasLength(2));
checkComposeRequestSourceObjects(o[0] as api.ComposeRequestSourceObjects);
checkComposeRequestSourceObjects(o[1] as api.ComposeRequestSourceObjects);
@@ -1043,7 +1043,7 @@
if (buildCounterComposeRequest < 3) {
o.destination = buildObject();
o.kind = 'foo';
- o.sourceObjects = buildUnnamed4526();
+ o.sourceObjects = buildUnnamed4527();
}
buildCounterComposeRequest--;
return o;
@@ -1057,7 +1057,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4526(o.sourceObjects!);
+ checkUnnamed4527(o.sourceObjects!);
}
buildCounterComposeRequest--;
}
@@ -1195,14 +1195,14 @@
buildCounterHmacKeyMetadata--;
}
-core.List<api.HmacKeyMetadata> buildUnnamed4527() {
+core.List<api.HmacKeyMetadata> buildUnnamed4528() {
var o = <api.HmacKeyMetadata>[];
o.add(buildHmacKeyMetadata());
o.add(buildHmacKeyMetadata());
return o;
}
-void checkUnnamed4527(core.List<api.HmacKeyMetadata> o) {
+void checkUnnamed4528(core.List<api.HmacKeyMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkHmacKeyMetadata(o[0] as api.HmacKeyMetadata);
checkHmacKeyMetadata(o[1] as api.HmacKeyMetadata);
@@ -1213,7 +1213,7 @@
var o = api.HmacKeysMetadata();
buildCounterHmacKeysMetadata++;
if (buildCounterHmacKeysMetadata < 3) {
- o.items = buildUnnamed4527();
+ o.items = buildUnnamed4528();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1224,7 +1224,7 @@
void checkHmacKeysMetadata(api.HmacKeysMetadata o) {
buildCounterHmacKeysMetadata++;
if (buildCounterHmacKeysMetadata < 3) {
- checkUnnamed4527(o.items!);
+ checkUnnamed4528(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1237,14 +1237,14 @@
buildCounterHmacKeysMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed4528() {
+core.Map<core.String, core.String> buildUnnamed4529() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4528(core.Map<core.String, core.String> o) {
+void checkUnnamed4529(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1256,14 +1256,14 @@
);
}
-core.List<core.String> buildUnnamed4529() {
+core.List<core.String> buildUnnamed4530() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4529(core.List<core.String> o) {
+void checkUnnamed4530(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1280,9 +1280,9 @@
var o = api.Notification();
buildCounterNotification++;
if (buildCounterNotification < 3) {
- o.customAttributes = buildUnnamed4528();
+ o.customAttributes = buildUnnamed4529();
o.etag = 'foo';
- o.eventTypes = buildUnnamed4529();
+ o.eventTypes = buildUnnamed4530();
o.id = 'foo';
o.kind = 'foo';
o.objectNamePrefix = 'foo';
@@ -1297,12 +1297,12 @@
void checkNotification(api.Notification o) {
buildCounterNotification++;
if (buildCounterNotification < 3) {
- checkUnnamed4528(o.customAttributes!);
+ checkUnnamed4529(o.customAttributes!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4529(o.eventTypes!);
+ checkUnnamed4530(o.eventTypes!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -1331,14 +1331,14 @@
buildCounterNotification--;
}
-core.List<api.Notification> buildUnnamed4530() {
+core.List<api.Notification> buildUnnamed4531() {
var o = <api.Notification>[];
o.add(buildNotification());
o.add(buildNotification());
return o;
}
-void checkUnnamed4530(core.List<api.Notification> o) {
+void checkUnnamed4531(core.List<api.Notification> o) {
unittest.expect(o, unittest.hasLength(2));
checkNotification(o[0] as api.Notification);
checkNotification(o[1] as api.Notification);
@@ -1349,7 +1349,7 @@
var o = api.Notifications();
buildCounterNotifications++;
if (buildCounterNotifications < 3) {
- o.items = buildUnnamed4530();
+ o.items = buildUnnamed4531();
o.kind = 'foo';
}
buildCounterNotifications--;
@@ -1359,7 +1359,7 @@
void checkNotifications(api.Notifications o) {
buildCounterNotifications++;
if (buildCounterNotifications < 3) {
- checkUnnamed4530(o.items!);
+ checkUnnamed4531(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1368,14 +1368,14 @@
buildCounterNotifications--;
}
-core.List<api.ObjectAccessControl> buildUnnamed4531() {
+core.List<api.ObjectAccessControl> buildUnnamed4532() {
var o = <api.ObjectAccessControl>[];
o.add(buildObjectAccessControl());
o.add(buildObjectAccessControl());
return o;
}
-void checkUnnamed4531(core.List<api.ObjectAccessControl> o) {
+void checkUnnamed4532(core.List<api.ObjectAccessControl> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectAccessControl(o[0] as api.ObjectAccessControl);
checkObjectAccessControl(o[1] as api.ObjectAccessControl);
@@ -1408,14 +1408,14 @@
buildCounterObjectCustomerEncryption--;
}
-core.Map<core.String, core.String> buildUnnamed4532() {
+core.Map<core.String, core.String> buildUnnamed4533() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4532(core.Map<core.String, core.String> o) {
+void checkUnnamed4533(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1459,7 +1459,7 @@
var o = api.Object();
buildCounterObject++;
if (buildCounterObject < 3) {
- o.acl = buildUnnamed4531();
+ o.acl = buildUnnamed4532();
o.bucket = 'foo';
o.cacheControl = 'foo';
o.componentCount = 42;
@@ -1478,7 +1478,7 @@
o.kmsKeyName = 'foo';
o.md5Hash = 'foo';
o.mediaLink = 'foo';
- o.metadata = buildUnnamed4532();
+ o.metadata = buildUnnamed4533();
o.metageneration = 'foo';
o.name = 'foo';
o.owner = buildObjectOwner();
@@ -1499,7 +1499,7 @@
void checkObject(api.Object o) {
buildCounterObject++;
if (buildCounterObject < 3) {
- checkUnnamed4531(o.acl!);
+ checkUnnamed4532(o.acl!);
unittest.expect(
o.bucket!,
unittest.equals('foo'),
@@ -1567,7 +1567,7 @@
o.mediaLink!,
unittest.equals('foo'),
);
- checkUnnamed4532(o.metadata!);
+ checkUnnamed4533(o.metadata!);
unittest.expect(
o.metageneration!,
unittest.equals('foo'),
@@ -1721,14 +1721,14 @@
buildCounterObjectAccessControl--;
}
-core.List<api.ObjectAccessControl> buildUnnamed4533() {
+core.List<api.ObjectAccessControl> buildUnnamed4534() {
var o = <api.ObjectAccessControl>[];
o.add(buildObjectAccessControl());
o.add(buildObjectAccessControl());
return o;
}
-void checkUnnamed4533(core.List<api.ObjectAccessControl> o) {
+void checkUnnamed4534(core.List<api.ObjectAccessControl> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectAccessControl(o[0] as api.ObjectAccessControl);
checkObjectAccessControl(o[1] as api.ObjectAccessControl);
@@ -1739,7 +1739,7 @@
var o = api.ObjectAccessControls();
buildCounterObjectAccessControls++;
if (buildCounterObjectAccessControls < 3) {
- o.items = buildUnnamed4533();
+ o.items = buildUnnamed4534();
o.kind = 'foo';
}
buildCounterObjectAccessControls--;
@@ -1749,7 +1749,7 @@
void checkObjectAccessControls(api.ObjectAccessControls o) {
buildCounterObjectAccessControls++;
if (buildCounterObjectAccessControls < 3) {
- checkUnnamed4533(o.items!);
+ checkUnnamed4534(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1758,69 +1758,19 @@
buildCounterObjectAccessControls--;
}
-core.List<api.Object> buildUnnamed4534() {
+core.List<api.Object> buildUnnamed4535() {
var o = <api.Object>[];
o.add(buildObject());
o.add(buildObject());
return o;
}
-void checkUnnamed4534(core.List<api.Object> o) {
+void checkUnnamed4535(core.List<api.Object> o) {
unittest.expect(o, unittest.hasLength(2));
checkObject(o[0] as api.Object);
checkObject(o[1] as api.Object);
}
-core.List<core.String> buildUnnamed4535() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4535(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterObjects = 0;
-api.Objects buildObjects() {
- var o = api.Objects();
- buildCounterObjects++;
- if (buildCounterObjects < 3) {
- o.items = buildUnnamed4534();
- o.kind = 'foo';
- o.nextPageToken = 'foo';
- o.prefixes = buildUnnamed4535();
- }
- buildCounterObjects--;
- return o;
-}
-
-void checkObjects(api.Objects o) {
- buildCounterObjects++;
- if (buildCounterObjects < 3) {
- checkUnnamed4534(o.items!);
- unittest.expect(
- o.kind!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.nextPageToken!,
- unittest.equals('foo'),
- );
- checkUnnamed4535(o.prefixes!);
- }
- buildCounterObjects--;
-}
-
core.List<core.String> buildUnnamed4536() {
var o = <core.String>[];
o.add('foo');
@@ -1840,13 +1790,63 @@
);
}
+core.int buildCounterObjects = 0;
+api.Objects buildObjects() {
+ var o = api.Objects();
+ buildCounterObjects++;
+ if (buildCounterObjects < 3) {
+ o.items = buildUnnamed4535();
+ o.kind = 'foo';
+ o.nextPageToken = 'foo';
+ o.prefixes = buildUnnamed4536();
+ }
+ buildCounterObjects--;
+ return o;
+}
+
+void checkObjects(api.Objects o) {
+ buildCounterObjects++;
+ if (buildCounterObjects < 3) {
+ checkUnnamed4535(o.items!);
+ unittest.expect(
+ o.kind!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4536(o.prefixes!);
+ }
+ buildCounterObjects--;
+}
+
+core.List<core.String> buildUnnamed4537() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4537(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterPolicyBindings = 0;
api.PolicyBindings buildPolicyBindings() {
var o = api.PolicyBindings();
buildCounterPolicyBindings++;
if (buildCounterPolicyBindings < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed4536();
+ o.members = buildUnnamed4537();
o.role = 'foo';
}
buildCounterPolicyBindings--;
@@ -1857,7 +1857,7 @@
buildCounterPolicyBindings++;
if (buildCounterPolicyBindings < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed4536(o.members!);
+ checkUnnamed4537(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -1866,14 +1866,14 @@
buildCounterPolicyBindings--;
}
-core.List<api.PolicyBindings> buildUnnamed4537() {
+core.List<api.PolicyBindings> buildUnnamed4538() {
var o = <api.PolicyBindings>[];
o.add(buildPolicyBindings());
o.add(buildPolicyBindings());
return o;
}
-void checkUnnamed4537(core.List<api.PolicyBindings> o) {
+void checkUnnamed4538(core.List<api.PolicyBindings> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicyBindings(o[0] as api.PolicyBindings);
checkPolicyBindings(o[1] as api.PolicyBindings);
@@ -1884,7 +1884,7 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed4537();
+ o.bindings = buildUnnamed4538();
o.etag = 'foo';
o.kind = 'foo';
o.resourceId = 'foo';
@@ -1897,7 +1897,7 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed4537(o.bindings!);
+ checkUnnamed4538(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1986,49 +1986,6 @@
buildCounterServiceAccount--;
}
-core.List<core.String> buildUnnamed4538() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4538(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterTestIamPermissionsResponse = 0;
-api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
- var o = api.TestIamPermissionsResponse();
- buildCounterTestIamPermissionsResponse++;
- if (buildCounterTestIamPermissionsResponse < 3) {
- o.kind = 'foo';
- o.permissions = buildUnnamed4538();
- }
- buildCounterTestIamPermissionsResponse--;
- return o;
-}
-
-void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
- buildCounterTestIamPermissionsResponse++;
- if (buildCounterTestIamPermissionsResponse < 3) {
- unittest.expect(
- o.kind!,
- unittest.equals('foo'),
- );
- checkUnnamed4538(o.permissions!);
- }
- buildCounterTestIamPermissionsResponse--;
-}
-
core.List<core.String> buildUnnamed4539() {
var o = <core.String>[];
o.add('foo');
@@ -2048,6 +2005,30 @@
);
}
+core.int buildCounterTestIamPermissionsResponse = 0;
+api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
+ var o = api.TestIamPermissionsResponse();
+ buildCounterTestIamPermissionsResponse++;
+ if (buildCounterTestIamPermissionsResponse < 3) {
+ o.kind = 'foo';
+ o.permissions = buildUnnamed4539();
+ }
+ buildCounterTestIamPermissionsResponse--;
+ return o;
+}
+
+void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
+ buildCounterTestIamPermissionsResponse++;
+ if (buildCounterTestIamPermissionsResponse < 3) {
+ unittest.expect(
+ o.kind!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4539(o.permissions!);
+ }
+ buildCounterTestIamPermissionsResponse--;
+}
+
core.List<core.String> buildUnnamed4540() {
var o = <core.String>[];
o.add('foo');
@@ -2067,6 +2048,25 @@
);
}
+core.List<core.String> buildUnnamed4541() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4541(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-BucketBilling', () {
unittest.test('to-json--from-json', () async {
@@ -3789,7 +3789,7 @@
var mock = HttpServerMock();
var res = api.StorageApi(mock).buckets;
var arg_bucket = 'foo';
- var arg_permissions = buildUnnamed4539();
+ var arg_permissions = buildUnnamed4540();
var arg_provisionalUserProject = 'foo';
var arg_userProject = 'foo';
var arg_$fields = 'foo';
@@ -7045,7 +7045,7 @@
var res = api.StorageApi(mock).objects;
var arg_bucket = 'foo';
var arg_object = 'foo';
- var arg_permissions = buildUnnamed4540();
+ var arg_permissions = buildUnnamed4541();
var arg_generation = 'foo';
var arg_provisionalUserProject = 'foo';
var arg_userProject = 'foo';
diff --git a/generated/googleapis/test/tagmanager/v2_test.dart b/generated/googleapis/test/tagmanager/v2_test.dart
index 92bca79..8a75802 100644
--- a/generated/googleapis/test/tagmanager/v2_test.dart
+++ b/generated/googleapis/test/tagmanager/v2_test.dart
@@ -140,14 +140,14 @@
buildCounterBuiltInVariable--;
}
-core.List<api.Parameter> buildUnnamed4889() {
+core.List<api.Parameter> buildUnnamed4890() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed4889(core.List<api.Parameter> o) {
+void checkUnnamed4890(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -164,7 +164,7 @@
o.fingerprint = 'foo';
o.name = 'foo';
o.notes = 'foo';
- o.parameter = buildUnnamed4889();
+ o.parameter = buildUnnamed4890();
o.parentFolderId = 'foo';
o.path = 'foo';
o.priority = 42;
@@ -203,7 +203,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed4889(o.parameter!);
+ checkUnnamed4890(o.parameter!);
unittest.expect(
o.parentFolderId!,
unittest.equals('foo'),
@@ -232,14 +232,14 @@
buildCounterClient--;
}
-core.List<api.Parameter> buildUnnamed4890() {
+core.List<api.Parameter> buildUnnamed4891() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed4890(core.List<api.Parameter> o) {
+void checkUnnamed4891(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -250,7 +250,7 @@
var o = api.Condition();
buildCounterCondition++;
if (buildCounterCondition < 3) {
- o.parameter = buildUnnamed4890();
+ o.parameter = buildUnnamed4891();
o.type = 'foo';
}
buildCounterCondition--;
@@ -260,7 +260,7 @@
void checkCondition(api.Condition o) {
buildCounterCondition++;
if (buildCounterCondition < 3) {
- checkUnnamed4890(o.parameter!);
+ checkUnnamed4891(o.parameter!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -269,25 +269,6 @@
buildCounterCondition--;
}
-core.List<core.String> buildUnnamed4891() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4891(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4892() {
var o = <core.String>[];
o.add('foo');
@@ -307,6 +288,25 @@
);
}
+core.List<core.String> buildUnnamed4893() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4893(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterContainer = 0;
api.Container buildContainer() {
var o = api.Container();
@@ -314,14 +314,14 @@
if (buildCounterContainer < 3) {
o.accountId = 'foo';
o.containerId = 'foo';
- o.domainName = buildUnnamed4891();
+ o.domainName = buildUnnamed4892();
o.fingerprint = 'foo';
o.name = 'foo';
o.notes = 'foo';
o.path = 'foo';
o.publicId = 'foo';
o.tagManagerUrl = 'foo';
- o.usageContext = buildUnnamed4892();
+ o.usageContext = buildUnnamed4893();
}
buildCounterContainer--;
return o;
@@ -338,7 +338,7 @@
o.containerId!,
unittest.equals('foo'),
);
- checkUnnamed4891(o.domainName!);
+ checkUnnamed4892(o.domainName!);
unittest.expect(
o.fingerprint!,
unittest.equals('foo'),
@@ -363,7 +363,7 @@
o.tagManagerUrl!,
unittest.equals('foo'),
);
- checkUnnamed4892(o.usageContext!);
+ checkUnnamed4893(o.usageContext!);
}
buildCounterContainer--;
}
@@ -395,105 +395,105 @@
buildCounterContainerAccess--;
}
-core.List<api.BuiltInVariable> buildUnnamed4893() {
+core.List<api.BuiltInVariable> buildUnnamed4894() {
var o = <api.BuiltInVariable>[];
o.add(buildBuiltInVariable());
o.add(buildBuiltInVariable());
return o;
}
-void checkUnnamed4893(core.List<api.BuiltInVariable> o) {
+void checkUnnamed4894(core.List<api.BuiltInVariable> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuiltInVariable(o[0] as api.BuiltInVariable);
checkBuiltInVariable(o[1] as api.BuiltInVariable);
}
-core.List<api.Client> buildUnnamed4894() {
+core.List<api.Client> buildUnnamed4895() {
var o = <api.Client>[];
o.add(buildClient());
o.add(buildClient());
return o;
}
-void checkUnnamed4894(core.List<api.Client> o) {
+void checkUnnamed4895(core.List<api.Client> o) {
unittest.expect(o, unittest.hasLength(2));
checkClient(o[0] as api.Client);
checkClient(o[1] as api.Client);
}
-core.List<api.CustomTemplate> buildUnnamed4895() {
+core.List<api.CustomTemplate> buildUnnamed4896() {
var o = <api.CustomTemplate>[];
o.add(buildCustomTemplate());
o.add(buildCustomTemplate());
return o;
}
-void checkUnnamed4895(core.List<api.CustomTemplate> o) {
+void checkUnnamed4896(core.List<api.CustomTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomTemplate(o[0] as api.CustomTemplate);
checkCustomTemplate(o[1] as api.CustomTemplate);
}
-core.List<api.Folder> buildUnnamed4896() {
+core.List<api.Folder> buildUnnamed4897() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed4896(core.List<api.Folder> o) {
+void checkUnnamed4897(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
}
-core.List<api.Tag> buildUnnamed4897() {
+core.List<api.Tag> buildUnnamed4898() {
var o = <api.Tag>[];
o.add(buildTag());
o.add(buildTag());
return o;
}
-void checkUnnamed4897(core.List<api.Tag> o) {
+void checkUnnamed4898(core.List<api.Tag> o) {
unittest.expect(o, unittest.hasLength(2));
checkTag(o[0] as api.Tag);
checkTag(o[1] as api.Tag);
}
-core.List<api.Trigger> buildUnnamed4898() {
+core.List<api.Trigger> buildUnnamed4899() {
var o = <api.Trigger>[];
o.add(buildTrigger());
o.add(buildTrigger());
return o;
}
-void checkUnnamed4898(core.List<api.Trigger> o) {
+void checkUnnamed4899(core.List<api.Trigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrigger(o[0] as api.Trigger);
checkTrigger(o[1] as api.Trigger);
}
-core.List<api.Variable> buildUnnamed4899() {
+core.List<api.Variable> buildUnnamed4900() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed4899(core.List<api.Variable> o) {
+void checkUnnamed4900(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
}
-core.List<api.Zone> buildUnnamed4900() {
+core.List<api.Zone> buildUnnamed4901() {
var o = <api.Zone>[];
o.add(buildZone());
o.add(buildZone());
return o;
}
-void checkUnnamed4900(core.List<api.Zone> o) {
+void checkUnnamed4901(core.List<api.Zone> o) {
unittest.expect(o, unittest.hasLength(2));
checkZone(o[0] as api.Zone);
checkZone(o[1] as api.Zone);
@@ -505,23 +505,23 @@
buildCounterContainerVersion++;
if (buildCounterContainerVersion < 3) {
o.accountId = 'foo';
- o.builtInVariable = buildUnnamed4893();
- o.client = buildUnnamed4894();
+ o.builtInVariable = buildUnnamed4894();
+ o.client = buildUnnamed4895();
o.container = buildContainer();
o.containerId = 'foo';
o.containerVersionId = 'foo';
- o.customTemplate = buildUnnamed4895();
+ o.customTemplate = buildUnnamed4896();
o.deleted = true;
o.description = 'foo';
o.fingerprint = 'foo';
- o.folder = buildUnnamed4896();
+ o.folder = buildUnnamed4897();
o.name = 'foo';
o.path = 'foo';
- o.tag = buildUnnamed4897();
+ o.tag = buildUnnamed4898();
o.tagManagerUrl = 'foo';
- o.trigger = buildUnnamed4898();
- o.variable = buildUnnamed4899();
- o.zone = buildUnnamed4900();
+ o.trigger = buildUnnamed4899();
+ o.variable = buildUnnamed4900();
+ o.zone = buildUnnamed4901();
}
buildCounterContainerVersion--;
return o;
@@ -534,8 +534,8 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed4893(o.builtInVariable!);
- checkUnnamed4894(o.client!);
+ checkUnnamed4894(o.builtInVariable!);
+ checkUnnamed4895(o.client!);
checkContainer(o.container! as api.Container);
unittest.expect(
o.containerId!,
@@ -545,7 +545,7 @@
o.containerVersionId!,
unittest.equals('foo'),
);
- checkUnnamed4895(o.customTemplate!);
+ checkUnnamed4896(o.customTemplate!);
unittest.expect(o.deleted!, unittest.isTrue);
unittest.expect(
o.description!,
@@ -555,7 +555,7 @@
o.fingerprint!,
unittest.equals('foo'),
);
- checkUnnamed4896(o.folder!);
+ checkUnnamed4897(o.folder!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -564,14 +564,14 @@
o.path!,
unittest.equals('foo'),
);
- checkUnnamed4897(o.tag!);
+ checkUnnamed4898(o.tag!);
unittest.expect(
o.tagManagerUrl!,
unittest.equals('foo'),
);
- checkUnnamed4898(o.trigger!);
- checkUnnamed4899(o.variable!);
- checkUnnamed4900(o.zone!);
+ checkUnnamed4899(o.trigger!);
+ checkUnnamed4900(o.variable!);
+ checkUnnamed4901(o.zone!);
}
buildCounterContainerVersion--;
}
@@ -660,14 +660,14 @@
buildCounterContainerVersionHeader--;
}
-core.List<api.BuiltInVariable> buildUnnamed4901() {
+core.List<api.BuiltInVariable> buildUnnamed4902() {
var o = <api.BuiltInVariable>[];
o.add(buildBuiltInVariable());
o.add(buildBuiltInVariable());
return o;
}
-void checkUnnamed4901(core.List<api.BuiltInVariable> o) {
+void checkUnnamed4902(core.List<api.BuiltInVariable> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuiltInVariable(o[0] as api.BuiltInVariable);
checkBuiltInVariable(o[1] as api.BuiltInVariable);
@@ -678,7 +678,7 @@
var o = api.CreateBuiltInVariableResponse();
buildCounterCreateBuiltInVariableResponse++;
if (buildCounterCreateBuiltInVariableResponse < 3) {
- o.builtInVariable = buildUnnamed4901();
+ o.builtInVariable = buildUnnamed4902();
}
buildCounterCreateBuiltInVariableResponse--;
return o;
@@ -687,7 +687,7 @@
void checkCreateBuiltInVariableResponse(api.CreateBuiltInVariableResponse o) {
buildCounterCreateBuiltInVariableResponse++;
if (buildCounterCreateBuiltInVariableResponse < 3) {
- checkUnnamed4901(o.builtInVariable!);
+ checkUnnamed4902(o.builtInVariable!);
}
buildCounterCreateBuiltInVariableResponse--;
}
@@ -996,40 +996,40 @@
buildCounterFolder--;
}
-core.List<api.Tag> buildUnnamed4902() {
+core.List<api.Tag> buildUnnamed4903() {
var o = <api.Tag>[];
o.add(buildTag());
o.add(buildTag());
return o;
}
-void checkUnnamed4902(core.List<api.Tag> o) {
+void checkUnnamed4903(core.List<api.Tag> o) {
unittest.expect(o, unittest.hasLength(2));
checkTag(o[0] as api.Tag);
checkTag(o[1] as api.Tag);
}
-core.List<api.Trigger> buildUnnamed4903() {
+core.List<api.Trigger> buildUnnamed4904() {
var o = <api.Trigger>[];
o.add(buildTrigger());
o.add(buildTrigger());
return o;
}
-void checkUnnamed4903(core.List<api.Trigger> o) {
+void checkUnnamed4904(core.List<api.Trigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrigger(o[0] as api.Trigger);
checkTrigger(o[1] as api.Trigger);
}
-core.List<api.Variable> buildUnnamed4904() {
+core.List<api.Variable> buildUnnamed4905() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed4904(core.List<api.Variable> o) {
+void checkUnnamed4905(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
@@ -1041,9 +1041,9 @@
buildCounterFolderEntities++;
if (buildCounterFolderEntities < 3) {
o.nextPageToken = 'foo';
- o.tag = buildUnnamed4902();
- o.trigger = buildUnnamed4903();
- o.variable = buildUnnamed4904();
+ o.tag = buildUnnamed4903();
+ o.trigger = buildUnnamed4904();
+ o.variable = buildUnnamed4905();
}
buildCounterFolderEntities--;
return o;
@@ -1056,9 +1056,9 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4902(o.tag!);
- checkUnnamed4903(o.trigger!);
- checkUnnamed4904(o.variable!);
+ checkUnnamed4903(o.tag!);
+ checkUnnamed4904(o.trigger!);
+ checkUnnamed4905(o.variable!);
}
buildCounterFolderEntities--;
}
@@ -1107,27 +1107,27 @@
buildCounterGalleryReference--;
}
-core.List<api.MergeConflict> buildUnnamed4905() {
+core.List<api.MergeConflict> buildUnnamed4906() {
var o = <api.MergeConflict>[];
o.add(buildMergeConflict());
o.add(buildMergeConflict());
return o;
}
-void checkUnnamed4905(core.List<api.MergeConflict> o) {
+void checkUnnamed4906(core.List<api.MergeConflict> o) {
unittest.expect(o, unittest.hasLength(2));
checkMergeConflict(o[0] as api.MergeConflict);
checkMergeConflict(o[1] as api.MergeConflict);
}
-core.List<api.Entity> buildUnnamed4906() {
+core.List<api.Entity> buildUnnamed4907() {
var o = <api.Entity>[];
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-void checkUnnamed4906(core.List<api.Entity> o) {
+void checkUnnamed4907(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0] as api.Entity);
checkEntity(o[1] as api.Entity);
@@ -1138,8 +1138,8 @@
var o = api.GetWorkspaceStatusResponse();
buildCounterGetWorkspaceStatusResponse++;
if (buildCounterGetWorkspaceStatusResponse < 3) {
- o.mergeConflict = buildUnnamed4905();
- o.workspaceChange = buildUnnamed4906();
+ o.mergeConflict = buildUnnamed4906();
+ o.workspaceChange = buildUnnamed4907();
}
buildCounterGetWorkspaceStatusResponse--;
return o;
@@ -1148,20 +1148,20 @@
void checkGetWorkspaceStatusResponse(api.GetWorkspaceStatusResponse o) {
buildCounterGetWorkspaceStatusResponse++;
if (buildCounterGetWorkspaceStatusResponse < 3) {
- checkUnnamed4905(o.mergeConflict!);
- checkUnnamed4906(o.workspaceChange!);
+ checkUnnamed4906(o.mergeConflict!);
+ checkUnnamed4907(o.workspaceChange!);
}
buildCounterGetWorkspaceStatusResponse--;
}
-core.List<api.Account> buildUnnamed4907() {
+core.List<api.Account> buildUnnamed4908() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed4907(core.List<api.Account> o) {
+void checkUnnamed4908(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -1172,7 +1172,7 @@
var o = api.ListAccountsResponse();
buildCounterListAccountsResponse++;
if (buildCounterListAccountsResponse < 3) {
- o.account = buildUnnamed4907();
+ o.account = buildUnnamed4908();
o.nextPageToken = 'foo';
}
buildCounterListAccountsResponse--;
@@ -1182,7 +1182,7 @@
void checkListAccountsResponse(api.ListAccountsResponse o) {
buildCounterListAccountsResponse++;
if (buildCounterListAccountsResponse < 3) {
- checkUnnamed4907(o.account!);
+ checkUnnamed4908(o.account!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1191,14 +1191,14 @@
buildCounterListAccountsResponse--;
}
-core.List<api.ContainerVersionHeader> buildUnnamed4908() {
+core.List<api.ContainerVersionHeader> buildUnnamed4909() {
var o = <api.ContainerVersionHeader>[];
o.add(buildContainerVersionHeader());
o.add(buildContainerVersionHeader());
return o;
}
-void checkUnnamed4908(core.List<api.ContainerVersionHeader> o) {
+void checkUnnamed4909(core.List<api.ContainerVersionHeader> o) {
unittest.expect(o, unittest.hasLength(2));
checkContainerVersionHeader(o[0] as api.ContainerVersionHeader);
checkContainerVersionHeader(o[1] as api.ContainerVersionHeader);
@@ -1209,7 +1209,7 @@
var o = api.ListContainerVersionsResponse();
buildCounterListContainerVersionsResponse++;
if (buildCounterListContainerVersionsResponse < 3) {
- o.containerVersionHeader = buildUnnamed4908();
+ o.containerVersionHeader = buildUnnamed4909();
o.nextPageToken = 'foo';
}
buildCounterListContainerVersionsResponse--;
@@ -1219,7 +1219,7 @@
void checkListContainerVersionsResponse(api.ListContainerVersionsResponse o) {
buildCounterListContainerVersionsResponse++;
if (buildCounterListContainerVersionsResponse < 3) {
- checkUnnamed4908(o.containerVersionHeader!);
+ checkUnnamed4909(o.containerVersionHeader!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1228,14 +1228,14 @@
buildCounterListContainerVersionsResponse--;
}
-core.List<api.Container> buildUnnamed4909() {
+core.List<api.Container> buildUnnamed4910() {
var o = <api.Container>[];
o.add(buildContainer());
o.add(buildContainer());
return o;
}
-void checkUnnamed4909(core.List<api.Container> o) {
+void checkUnnamed4910(core.List<api.Container> o) {
unittest.expect(o, unittest.hasLength(2));
checkContainer(o[0] as api.Container);
checkContainer(o[1] as api.Container);
@@ -1246,7 +1246,7 @@
var o = api.ListContainersResponse();
buildCounterListContainersResponse++;
if (buildCounterListContainersResponse < 3) {
- o.container = buildUnnamed4909();
+ o.container = buildUnnamed4910();
o.nextPageToken = 'foo';
}
buildCounterListContainersResponse--;
@@ -1256,7 +1256,7 @@
void checkListContainersResponse(api.ListContainersResponse o) {
buildCounterListContainersResponse++;
if (buildCounterListContainersResponse < 3) {
- checkUnnamed4909(o.container!);
+ checkUnnamed4910(o.container!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1265,14 +1265,14 @@
buildCounterListContainersResponse--;
}
-core.List<api.BuiltInVariable> buildUnnamed4910() {
+core.List<api.BuiltInVariable> buildUnnamed4911() {
var o = <api.BuiltInVariable>[];
o.add(buildBuiltInVariable());
o.add(buildBuiltInVariable());
return o;
}
-void checkUnnamed4910(core.List<api.BuiltInVariable> o) {
+void checkUnnamed4911(core.List<api.BuiltInVariable> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuiltInVariable(o[0] as api.BuiltInVariable);
checkBuiltInVariable(o[1] as api.BuiltInVariable);
@@ -1284,7 +1284,7 @@
var o = api.ListEnabledBuiltInVariablesResponse();
buildCounterListEnabledBuiltInVariablesResponse++;
if (buildCounterListEnabledBuiltInVariablesResponse < 3) {
- o.builtInVariable = buildUnnamed4910();
+ o.builtInVariable = buildUnnamed4911();
o.nextPageToken = 'foo';
}
buildCounterListEnabledBuiltInVariablesResponse--;
@@ -1295,7 +1295,7 @@
api.ListEnabledBuiltInVariablesResponse o) {
buildCounterListEnabledBuiltInVariablesResponse++;
if (buildCounterListEnabledBuiltInVariablesResponse < 3) {
- checkUnnamed4910(o.builtInVariable!);
+ checkUnnamed4911(o.builtInVariable!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1304,14 +1304,14 @@
buildCounterListEnabledBuiltInVariablesResponse--;
}
-core.List<api.Environment> buildUnnamed4911() {
+core.List<api.Environment> buildUnnamed4912() {
var o = <api.Environment>[];
o.add(buildEnvironment());
o.add(buildEnvironment());
return o;
}
-void checkUnnamed4911(core.List<api.Environment> o) {
+void checkUnnamed4912(core.List<api.Environment> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnvironment(o[0] as api.Environment);
checkEnvironment(o[1] as api.Environment);
@@ -1322,7 +1322,7 @@
var o = api.ListEnvironmentsResponse();
buildCounterListEnvironmentsResponse++;
if (buildCounterListEnvironmentsResponse < 3) {
- o.environment = buildUnnamed4911();
+ o.environment = buildUnnamed4912();
o.nextPageToken = 'foo';
}
buildCounterListEnvironmentsResponse--;
@@ -1332,7 +1332,7 @@
void checkListEnvironmentsResponse(api.ListEnvironmentsResponse o) {
buildCounterListEnvironmentsResponse++;
if (buildCounterListEnvironmentsResponse < 3) {
- checkUnnamed4911(o.environment!);
+ checkUnnamed4912(o.environment!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1341,14 +1341,14 @@
buildCounterListEnvironmentsResponse--;
}
-core.List<api.Folder> buildUnnamed4912() {
+core.List<api.Folder> buildUnnamed4913() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed4912(core.List<api.Folder> o) {
+void checkUnnamed4913(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
@@ -1359,7 +1359,7 @@
var o = api.ListFoldersResponse();
buildCounterListFoldersResponse++;
if (buildCounterListFoldersResponse < 3) {
- o.folder = buildUnnamed4912();
+ o.folder = buildUnnamed4913();
o.nextPageToken = 'foo';
}
buildCounterListFoldersResponse--;
@@ -1369,7 +1369,7 @@
void checkListFoldersResponse(api.ListFoldersResponse o) {
buildCounterListFoldersResponse++;
if (buildCounterListFoldersResponse < 3) {
- checkUnnamed4912(o.folder!);
+ checkUnnamed4913(o.folder!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1378,14 +1378,14 @@
buildCounterListFoldersResponse--;
}
-core.List<api.Tag> buildUnnamed4913() {
+core.List<api.Tag> buildUnnamed4914() {
var o = <api.Tag>[];
o.add(buildTag());
o.add(buildTag());
return o;
}
-void checkUnnamed4913(core.List<api.Tag> o) {
+void checkUnnamed4914(core.List<api.Tag> o) {
unittest.expect(o, unittest.hasLength(2));
checkTag(o[0] as api.Tag);
checkTag(o[1] as api.Tag);
@@ -1397,7 +1397,7 @@
buildCounterListTagsResponse++;
if (buildCounterListTagsResponse < 3) {
o.nextPageToken = 'foo';
- o.tag = buildUnnamed4913();
+ o.tag = buildUnnamed4914();
}
buildCounterListTagsResponse--;
return o;
@@ -1410,19 +1410,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4913(o.tag!);
+ checkUnnamed4914(o.tag!);
}
buildCounterListTagsResponse--;
}
-core.List<api.CustomTemplate> buildUnnamed4914() {
+core.List<api.CustomTemplate> buildUnnamed4915() {
var o = <api.CustomTemplate>[];
o.add(buildCustomTemplate());
o.add(buildCustomTemplate());
return o;
}
-void checkUnnamed4914(core.List<api.CustomTemplate> o) {
+void checkUnnamed4915(core.List<api.CustomTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomTemplate(o[0] as api.CustomTemplate);
checkCustomTemplate(o[1] as api.CustomTemplate);
@@ -1434,7 +1434,7 @@
buildCounterListTemplatesResponse++;
if (buildCounterListTemplatesResponse < 3) {
o.nextPageToken = 'foo';
- o.template = buildUnnamed4914();
+ o.template = buildUnnamed4915();
}
buildCounterListTemplatesResponse--;
return o;
@@ -1447,19 +1447,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4914(o.template!);
+ checkUnnamed4915(o.template!);
}
buildCounterListTemplatesResponse--;
}
-core.List<api.Trigger> buildUnnamed4915() {
+core.List<api.Trigger> buildUnnamed4916() {
var o = <api.Trigger>[];
o.add(buildTrigger());
o.add(buildTrigger());
return o;
}
-void checkUnnamed4915(core.List<api.Trigger> o) {
+void checkUnnamed4916(core.List<api.Trigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrigger(o[0] as api.Trigger);
checkTrigger(o[1] as api.Trigger);
@@ -1471,7 +1471,7 @@
buildCounterListTriggersResponse++;
if (buildCounterListTriggersResponse < 3) {
o.nextPageToken = 'foo';
- o.trigger = buildUnnamed4915();
+ o.trigger = buildUnnamed4916();
}
buildCounterListTriggersResponse--;
return o;
@@ -1484,19 +1484,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4915(o.trigger!);
+ checkUnnamed4916(o.trigger!);
}
buildCounterListTriggersResponse--;
}
-core.List<api.UserPermission> buildUnnamed4916() {
+core.List<api.UserPermission> buildUnnamed4917() {
var o = <api.UserPermission>[];
o.add(buildUserPermission());
o.add(buildUserPermission());
return o;
}
-void checkUnnamed4916(core.List<api.UserPermission> o) {
+void checkUnnamed4917(core.List<api.UserPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserPermission(o[0] as api.UserPermission);
checkUserPermission(o[1] as api.UserPermission);
@@ -1508,7 +1508,7 @@
buildCounterListUserPermissionsResponse++;
if (buildCounterListUserPermissionsResponse < 3) {
o.nextPageToken = 'foo';
- o.userPermission = buildUnnamed4916();
+ o.userPermission = buildUnnamed4917();
}
buildCounterListUserPermissionsResponse--;
return o;
@@ -1521,19 +1521,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4916(o.userPermission!);
+ checkUnnamed4917(o.userPermission!);
}
buildCounterListUserPermissionsResponse--;
}
-core.List<api.Variable> buildUnnamed4917() {
+core.List<api.Variable> buildUnnamed4918() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed4917(core.List<api.Variable> o) {
+void checkUnnamed4918(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
@@ -1545,7 +1545,7 @@
buildCounterListVariablesResponse++;
if (buildCounterListVariablesResponse < 3) {
o.nextPageToken = 'foo';
- o.variable = buildUnnamed4917();
+ o.variable = buildUnnamed4918();
}
buildCounterListVariablesResponse--;
return o;
@@ -1558,19 +1558,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4917(o.variable!);
+ checkUnnamed4918(o.variable!);
}
buildCounterListVariablesResponse--;
}
-core.List<api.Workspace> buildUnnamed4918() {
+core.List<api.Workspace> buildUnnamed4919() {
var o = <api.Workspace>[];
o.add(buildWorkspace());
o.add(buildWorkspace());
return o;
}
-void checkUnnamed4918(core.List<api.Workspace> o) {
+void checkUnnamed4919(core.List<api.Workspace> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkspace(o[0] as api.Workspace);
checkWorkspace(o[1] as api.Workspace);
@@ -1582,7 +1582,7 @@
buildCounterListWorkspacesResponse++;
if (buildCounterListWorkspacesResponse < 3) {
o.nextPageToken = 'foo';
- o.workspace = buildUnnamed4918();
+ o.workspace = buildUnnamed4919();
}
buildCounterListWorkspacesResponse--;
return o;
@@ -1595,19 +1595,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4918(o.workspace!);
+ checkUnnamed4919(o.workspace!);
}
buildCounterListWorkspacesResponse--;
}
-core.List<api.Zone> buildUnnamed4919() {
+core.List<api.Zone> buildUnnamed4920() {
var o = <api.Zone>[];
o.add(buildZone());
o.add(buildZone());
return o;
}
-void checkUnnamed4919(core.List<api.Zone> o) {
+void checkUnnamed4920(core.List<api.Zone> o) {
unittest.expect(o, unittest.hasLength(2));
checkZone(o[0] as api.Zone);
checkZone(o[1] as api.Zone);
@@ -1619,7 +1619,7 @@
buildCounterListZonesResponse++;
if (buildCounterListZonesResponse < 3) {
o.nextPageToken = 'foo';
- o.zone = buildUnnamed4919();
+ o.zone = buildUnnamed4920();
}
buildCounterListZonesResponse--;
return o;
@@ -1632,7 +1632,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4919(o.zone!);
+ checkUnnamed4920(o.zone!);
}
buildCounterListZonesResponse--;
}
@@ -1658,19 +1658,6 @@
buildCounterMergeConflict--;
}
-core.List<api.Parameter> buildUnnamed4920() {
- var o = <api.Parameter>[];
- o.add(buildParameter());
- o.add(buildParameter());
- return o;
-}
-
-void checkUnnamed4920(core.List<api.Parameter> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkParameter(o[0] as api.Parameter);
- checkParameter(o[1] as api.Parameter);
-}
-
core.List<api.Parameter> buildUnnamed4921() {
var o = <api.Parameter>[];
o.add(buildParameter());
@@ -1684,14 +1671,27 @@
checkParameter(o[1] as api.Parameter);
}
+core.List<api.Parameter> buildUnnamed4922() {
+ var o = <api.Parameter>[];
+ o.add(buildParameter());
+ o.add(buildParameter());
+ return o;
+}
+
+void checkUnnamed4922(core.List<api.Parameter> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkParameter(o[0] as api.Parameter);
+ checkParameter(o[1] as api.Parameter);
+}
+
core.int buildCounterParameter = 0;
api.Parameter buildParameter() {
var o = api.Parameter();
buildCounterParameter++;
if (buildCounterParameter < 3) {
o.key = 'foo';
- o.list = buildUnnamed4920();
- o.map = buildUnnamed4921();
+ o.list = buildUnnamed4921();
+ o.map = buildUnnamed4922();
o.type = 'foo';
o.value = 'foo';
}
@@ -1706,8 +1706,8 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed4920(o.list!);
- checkUnnamed4921(o.map!);
+ checkUnnamed4921(o.list!);
+ checkUnnamed4922(o.map!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -1943,14 +1943,14 @@
buildCounterSyncStatus--;
}
-core.List<api.MergeConflict> buildUnnamed4922() {
+core.List<api.MergeConflict> buildUnnamed4923() {
var o = <api.MergeConflict>[];
o.add(buildMergeConflict());
o.add(buildMergeConflict());
return o;
}
-void checkUnnamed4922(core.List<api.MergeConflict> o) {
+void checkUnnamed4923(core.List<api.MergeConflict> o) {
unittest.expect(o, unittest.hasLength(2));
checkMergeConflict(o[0] as api.MergeConflict);
checkMergeConflict(o[1] as api.MergeConflict);
@@ -1961,7 +1961,7 @@
var o = api.SyncWorkspaceResponse();
buildCounterSyncWorkspaceResponse++;
if (buildCounterSyncWorkspaceResponse < 3) {
- o.mergeConflict = buildUnnamed4922();
+ o.mergeConflict = buildUnnamed4923();
o.syncStatus = buildSyncStatus();
}
buildCounterSyncWorkspaceResponse--;
@@ -1971,31 +1971,12 @@
void checkSyncWorkspaceResponse(api.SyncWorkspaceResponse o) {
buildCounterSyncWorkspaceResponse++;
if (buildCounterSyncWorkspaceResponse < 3) {
- checkUnnamed4922(o.mergeConflict!);
+ checkUnnamed4923(o.mergeConflict!);
checkSyncStatus(o.syncStatus! as api.SyncStatus);
}
buildCounterSyncWorkspaceResponse--;
}
-core.List<core.String> buildUnnamed4923() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4923(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4924() {
var o = <core.String>[];
o.add('foo');
@@ -2053,40 +2034,59 @@
);
}
-core.List<api.Parameter> buildUnnamed4927() {
+core.List<core.String> buildUnnamed4927() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4927(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.Parameter> buildUnnamed4928() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed4927(core.List<api.Parameter> o) {
+void checkUnnamed4928(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
}
-core.List<api.SetupTag> buildUnnamed4928() {
+core.List<api.SetupTag> buildUnnamed4929() {
var o = <api.SetupTag>[];
o.add(buildSetupTag());
o.add(buildSetupTag());
return o;
}
-void checkUnnamed4928(core.List<api.SetupTag> o) {
+void checkUnnamed4929(core.List<api.SetupTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkSetupTag(o[0] as api.SetupTag);
checkSetupTag(o[1] as api.SetupTag);
}
-core.List<api.TeardownTag> buildUnnamed4929() {
+core.List<api.TeardownTag> buildUnnamed4930() {
var o = <api.TeardownTag>[];
o.add(buildTeardownTag());
o.add(buildTeardownTag());
return o;
}
-void checkUnnamed4929(core.List<api.TeardownTag> o) {
+void checkUnnamed4930(core.List<api.TeardownTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkTeardownTag(o[0] as api.TeardownTag);
checkTeardownTag(o[1] as api.TeardownTag);
@@ -2098,29 +2098,29 @@
buildCounterTag++;
if (buildCounterTag < 3) {
o.accountId = 'foo';
- o.blockingRuleId = buildUnnamed4923();
- o.blockingTriggerId = buildUnnamed4924();
+ o.blockingRuleId = buildUnnamed4924();
+ o.blockingTriggerId = buildUnnamed4925();
o.containerId = 'foo';
o.fingerprint = 'foo';
- o.firingRuleId = buildUnnamed4925();
- o.firingTriggerId = buildUnnamed4926();
+ o.firingRuleId = buildUnnamed4926();
+ o.firingTriggerId = buildUnnamed4927();
o.liveOnly = true;
o.monitoringMetadata = buildParameter();
o.monitoringMetadataTagNameKey = 'foo';
o.name = 'foo';
o.notes = 'foo';
- o.parameter = buildUnnamed4927();
+ o.parameter = buildUnnamed4928();
o.parentFolderId = 'foo';
o.path = 'foo';
o.paused = true;
o.priority = buildParameter();
o.scheduleEndMs = 'foo';
o.scheduleStartMs = 'foo';
- o.setupTag = buildUnnamed4928();
+ o.setupTag = buildUnnamed4929();
o.tagFiringOption = 'foo';
o.tagId = 'foo';
o.tagManagerUrl = 'foo';
- o.teardownTag = buildUnnamed4929();
+ o.teardownTag = buildUnnamed4930();
o.type = 'foo';
o.workspaceId = 'foo';
}
@@ -2135,8 +2135,8 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed4923(o.blockingRuleId!);
- checkUnnamed4924(o.blockingTriggerId!);
+ checkUnnamed4924(o.blockingRuleId!);
+ checkUnnamed4925(o.blockingTriggerId!);
unittest.expect(
o.containerId!,
unittest.equals('foo'),
@@ -2145,8 +2145,8 @@
o.fingerprint!,
unittest.equals('foo'),
);
- checkUnnamed4925(o.firingRuleId!);
- checkUnnamed4926(o.firingTriggerId!);
+ checkUnnamed4926(o.firingRuleId!);
+ checkUnnamed4927(o.firingTriggerId!);
unittest.expect(o.liveOnly!, unittest.isTrue);
checkParameter(o.monitoringMetadata! as api.Parameter);
unittest.expect(
@@ -2161,7 +2161,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed4927(o.parameter!);
+ checkUnnamed4928(o.parameter!);
unittest.expect(
o.parentFolderId!,
unittest.equals('foo'),
@@ -2180,7 +2180,7 @@
o.scheduleStartMs!,
unittest.equals('foo'),
);
- checkUnnamed4928(o.setupTag!);
+ checkUnnamed4929(o.setupTag!);
unittest.expect(
o.tagFiringOption!,
unittest.equals('foo'),
@@ -2193,7 +2193,7 @@
o.tagManagerUrl!,
unittest.equals('foo'),
);
- checkUnnamed4929(o.teardownTag!);
+ checkUnnamed4930(o.teardownTag!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -2230,19 +2230,6 @@
buildCounterTeardownTag--;
}
-core.List<api.Condition> buildUnnamed4930() {
- var o = <api.Condition>[];
- o.add(buildCondition());
- o.add(buildCondition());
- return o;
-}
-
-void checkUnnamed4930(core.List<api.Condition> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkCondition(o[0] as api.Condition);
- checkCondition(o[1] as api.Condition);
-}
-
core.List<api.Condition> buildUnnamed4931() {
var o = <api.Condition>[];
o.add(buildCondition());
@@ -2269,14 +2256,27 @@
checkCondition(o[1] as api.Condition);
}
-core.List<api.Parameter> buildUnnamed4933() {
+core.List<api.Condition> buildUnnamed4933() {
+ var o = <api.Condition>[];
+ o.add(buildCondition());
+ o.add(buildCondition());
+ return o;
+}
+
+void checkUnnamed4933(core.List<api.Condition> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkCondition(o[0] as api.Condition);
+ checkCondition(o[1] as api.Condition);
+}
+
+core.List<api.Parameter> buildUnnamed4934() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed4933(core.List<api.Parameter> o) {
+void checkUnnamed4934(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -2288,13 +2288,13 @@
buildCounterTrigger++;
if (buildCounterTrigger < 3) {
o.accountId = 'foo';
- o.autoEventFilter = buildUnnamed4930();
+ o.autoEventFilter = buildUnnamed4931();
o.checkValidation = buildParameter();
o.containerId = 'foo';
o.continuousTimeMinMilliseconds = buildParameter();
- o.customEventFilter = buildUnnamed4931();
+ o.customEventFilter = buildUnnamed4932();
o.eventName = buildParameter();
- o.filter = buildUnnamed4932();
+ o.filter = buildUnnamed4933();
o.fingerprint = 'foo';
o.horizontalScrollPercentageList = buildParameter();
o.interval = buildParameter();
@@ -2303,7 +2303,7 @@
o.maxTimerLengthSeconds = buildParameter();
o.name = 'foo';
o.notes = 'foo';
- o.parameter = buildUnnamed4933();
+ o.parameter = buildUnnamed4934();
o.parentFolderId = 'foo';
o.path = 'foo';
o.selector = buildParameter();
@@ -2331,16 +2331,16 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed4930(o.autoEventFilter!);
+ checkUnnamed4931(o.autoEventFilter!);
checkParameter(o.checkValidation! as api.Parameter);
unittest.expect(
o.containerId!,
unittest.equals('foo'),
);
checkParameter(o.continuousTimeMinMilliseconds! as api.Parameter);
- checkUnnamed4931(o.customEventFilter!);
+ checkUnnamed4932(o.customEventFilter!);
checkParameter(o.eventName! as api.Parameter);
- checkUnnamed4932(o.filter!);
+ checkUnnamed4933(o.filter!);
unittest.expect(
o.fingerprint!,
unittest.equals('foo'),
@@ -2358,7 +2358,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed4933(o.parameter!);
+ checkUnnamed4934(o.parameter!);
unittest.expect(
o.parentFolderId!,
unittest.equals('foo'),
@@ -2396,14 +2396,14 @@
buildCounterTrigger--;
}
-core.List<api.ContainerAccess> buildUnnamed4934() {
+core.List<api.ContainerAccess> buildUnnamed4935() {
var o = <api.ContainerAccess>[];
o.add(buildContainerAccess());
o.add(buildContainerAccess());
return o;
}
-void checkUnnamed4934(core.List<api.ContainerAccess> o) {
+void checkUnnamed4935(core.List<api.ContainerAccess> o) {
unittest.expect(o, unittest.hasLength(2));
checkContainerAccess(o[0] as api.ContainerAccess);
checkContainerAccess(o[1] as api.ContainerAccess);
@@ -2416,7 +2416,7 @@
if (buildCounterUserPermission < 3) {
o.accountAccess = buildAccountAccess();
o.accountId = 'foo';
- o.containerAccess = buildUnnamed4934();
+ o.containerAccess = buildUnnamed4935();
o.emailAddress = 'foo';
o.path = 'foo';
}
@@ -2432,7 +2432,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed4934(o.containerAccess!);
+ checkUnnamed4935(o.containerAccess!);
unittest.expect(
o.emailAddress!,
unittest.equals('foo'),
@@ -2445,25 +2445,6 @@
buildCounterUserPermission--;
}
-core.List<core.String> buildUnnamed4935() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4935(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed4936() {
var o = <core.String>[];
o.add('foo');
@@ -2483,14 +2464,33 @@
);
}
-core.List<api.Parameter> buildUnnamed4937() {
+core.List<core.String> buildUnnamed4937() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4937(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.Parameter> buildUnnamed4938() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed4937(core.List<api.Parameter> o) {
+void checkUnnamed4938(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -2503,13 +2503,13 @@
if (buildCounterVariable < 3) {
o.accountId = 'foo';
o.containerId = 'foo';
- o.disablingTriggerId = buildUnnamed4935();
- o.enablingTriggerId = buildUnnamed4936();
+ o.disablingTriggerId = buildUnnamed4936();
+ o.enablingTriggerId = buildUnnamed4937();
o.fingerprint = 'foo';
o.formatValue = buildVariableFormatValue();
o.name = 'foo';
o.notes = 'foo';
- o.parameter = buildUnnamed4937();
+ o.parameter = buildUnnamed4938();
o.parentFolderId = 'foo';
o.path = 'foo';
o.scheduleEndMs = 'foo';
@@ -2534,8 +2534,8 @@
o.containerId!,
unittest.equals('foo'),
);
- checkUnnamed4935(o.disablingTriggerId!);
- checkUnnamed4936(o.enablingTriggerId!);
+ checkUnnamed4936(o.disablingTriggerId!);
+ checkUnnamed4937(o.enablingTriggerId!);
unittest.expect(
o.fingerprint!,
unittest.equals('foo'),
@@ -2549,7 +2549,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed4937(o.parameter!);
+ checkUnnamed4938(o.parameter!);
unittest.expect(
o.parentFolderId!,
unittest.equals('foo'),
@@ -2673,14 +2673,14 @@
buildCounterWorkspace--;
}
-core.List<api.ZoneChildContainer> buildUnnamed4938() {
+core.List<api.ZoneChildContainer> buildUnnamed4939() {
var o = <api.ZoneChildContainer>[];
o.add(buildZoneChildContainer());
o.add(buildZoneChildContainer());
return o;
}
-void checkUnnamed4938(core.List<api.ZoneChildContainer> o) {
+void checkUnnamed4939(core.List<api.ZoneChildContainer> o) {
unittest.expect(o, unittest.hasLength(2));
checkZoneChildContainer(o[0] as api.ZoneChildContainer);
checkZoneChildContainer(o[1] as api.ZoneChildContainer);
@@ -2693,7 +2693,7 @@
if (buildCounterZone < 3) {
o.accountId = 'foo';
o.boundary = buildZoneBoundary();
- o.childContainer = buildUnnamed4938();
+ o.childContainer = buildUnnamed4939();
o.containerId = 'foo';
o.fingerprint = 'foo';
o.name = 'foo';
@@ -2716,7 +2716,7 @@
unittest.equals('foo'),
);
checkZoneBoundary(o.boundary! as api.ZoneBoundary);
- checkUnnamed4938(o.childContainer!);
+ checkUnnamed4939(o.childContainer!);
unittest.expect(
o.containerId!,
unittest.equals('foo'),
@@ -2754,27 +2754,27 @@
buildCounterZone--;
}
-core.List<api.Condition> buildUnnamed4939() {
+core.List<api.Condition> buildUnnamed4940() {
var o = <api.Condition>[];
o.add(buildCondition());
o.add(buildCondition());
return o;
}
-void checkUnnamed4939(core.List<api.Condition> o) {
+void checkUnnamed4940(core.List<api.Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkCondition(o[0] as api.Condition);
checkCondition(o[1] as api.Condition);
}
-core.List<core.String> buildUnnamed4940() {
+core.List<core.String> buildUnnamed4941() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4940(core.List<core.String> o) {
+void checkUnnamed4941(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2791,8 +2791,8 @@
var o = api.ZoneBoundary();
buildCounterZoneBoundary++;
if (buildCounterZoneBoundary < 3) {
- o.condition = buildUnnamed4939();
- o.customEvaluationTriggerId = buildUnnamed4940();
+ o.condition = buildUnnamed4940();
+ o.customEvaluationTriggerId = buildUnnamed4941();
}
buildCounterZoneBoundary--;
return o;
@@ -2801,8 +2801,8 @@
void checkZoneBoundary(api.ZoneBoundary o) {
buildCounterZoneBoundary++;
if (buildCounterZoneBoundary < 3) {
- checkUnnamed4939(o.condition!);
- checkUnnamed4940(o.customEvaluationTriggerId!);
+ checkUnnamed4940(o.condition!);
+ checkUnnamed4941(o.customEvaluationTriggerId!);
}
buildCounterZoneBoundary--;
}
@@ -2834,46 +2834,6 @@
buildCounterZoneChildContainer--;
}
-core.List<core.String> buildUnnamed4941() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed4941(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterZoneTypeRestriction = 0;
-api.ZoneTypeRestriction buildZoneTypeRestriction() {
- var o = api.ZoneTypeRestriction();
- buildCounterZoneTypeRestriction++;
- if (buildCounterZoneTypeRestriction < 3) {
- o.enable = true;
- o.whitelistedTypeId = buildUnnamed4941();
- }
- buildCounterZoneTypeRestriction--;
- return o;
-}
-
-void checkZoneTypeRestriction(api.ZoneTypeRestriction o) {
- buildCounterZoneTypeRestriction++;
- if (buildCounterZoneTypeRestriction < 3) {
- unittest.expect(o.enable!, unittest.isTrue);
- checkUnnamed4941(o.whitelistedTypeId!);
- }
- buildCounterZoneTypeRestriction--;
-}
-
core.List<core.String> buildUnnamed4942() {
var o = <core.String>[];
o.add('foo');
@@ -2893,6 +2853,27 @@
);
}
+core.int buildCounterZoneTypeRestriction = 0;
+api.ZoneTypeRestriction buildZoneTypeRestriction() {
+ var o = api.ZoneTypeRestriction();
+ buildCounterZoneTypeRestriction++;
+ if (buildCounterZoneTypeRestriction < 3) {
+ o.enable = true;
+ o.whitelistedTypeId = buildUnnamed4942();
+ }
+ buildCounterZoneTypeRestriction--;
+ return o;
+}
+
+void checkZoneTypeRestriction(api.ZoneTypeRestriction o) {
+ buildCounterZoneTypeRestriction++;
+ if (buildCounterZoneTypeRestriction < 3) {
+ unittest.expect(o.enable!, unittest.isTrue);
+ checkUnnamed4942(o.whitelistedTypeId!);
+ }
+ buildCounterZoneTypeRestriction--;
+}
+
core.List<core.String> buildUnnamed4943() {
var o = <core.String>[];
o.add('foo');
@@ -2969,6 +2950,25 @@
);
}
+core.List<core.String> buildUnnamed4947() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4947(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-Account', () {
unittest.test('to-json--from-json', () async {
@@ -5426,7 +5426,7 @@
.workspaces
.builtInVariables;
var arg_parent = 'foo';
- var arg_type = buildUnnamed4942();
+ var arg_type = buildUnnamed4943();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -5489,7 +5489,7 @@
.workspaces
.builtInVariables;
var arg_path = 'foo';
- var arg_type = buildUnnamed4943();
+ var arg_type = buildUnnamed4944();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -5952,9 +5952,9 @@
var res = api.TagManagerApi(mock).accounts.containers.workspaces.folders;
var arg_request = buildFolder();
var arg_path = 'foo';
- var arg_tagId = buildUnnamed4944();
- var arg_triggerId = buildUnnamed4945();
- var arg_variableId = buildUnnamed4946();
+ var arg_tagId = buildUnnamed4945();
+ var arg_triggerId = buildUnnamed4946();
+ var arg_variableId = buildUnnamed4947();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
diff --git a/generated/googleapis/test/texttospeech/v1_test.dart b/generated/googleapis/test/texttospeech/v1_test.dart
index 4cf408c..3e3115d 100644
--- a/generated/googleapis/test/texttospeech/v1_test.dart
+++ b/generated/googleapis/test/texttospeech/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed5036() {
+core.List<core.String> buildUnnamed5037() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5036(core.List<core.String> o) {
+void checkUnnamed5037(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -52,7 +52,7 @@
buildCounterAudioConfig++;
if (buildCounterAudioConfig < 3) {
o.audioEncoding = 'foo';
- o.effectsProfileId = buildUnnamed5036();
+ o.effectsProfileId = buildUnnamed5037();
o.pitch = 42.0;
o.sampleRateHertz = 42;
o.speakingRate = 42.0;
@@ -69,7 +69,7 @@
o.audioEncoding!,
unittest.equals('foo'),
);
- checkUnnamed5036(o.effectsProfileId!);
+ checkUnnamed5037(o.effectsProfileId!);
unittest.expect(
o.pitch!,
unittest.equals(42.0),
@@ -90,14 +90,14 @@
buildCounterAudioConfig--;
}
-core.List<api.Voice> buildUnnamed5037() {
+core.List<api.Voice> buildUnnamed5038() {
var o = <api.Voice>[];
o.add(buildVoice());
o.add(buildVoice());
return o;
}
-void checkUnnamed5037(core.List<api.Voice> o) {
+void checkUnnamed5038(core.List<api.Voice> o) {
unittest.expect(o, unittest.hasLength(2));
checkVoice(o[0] as api.Voice);
checkVoice(o[1] as api.Voice);
@@ -108,7 +108,7 @@
var o = api.ListVoicesResponse();
buildCounterListVoicesResponse++;
if (buildCounterListVoicesResponse < 3) {
- o.voices = buildUnnamed5037();
+ o.voices = buildUnnamed5038();
}
buildCounterListVoicesResponse--;
return o;
@@ -117,7 +117,7 @@
void checkListVoicesResponse(api.ListVoicesResponse o) {
buildCounterListVoicesResponse++;
if (buildCounterListVoicesResponse < 3) {
- checkUnnamed5037(o.voices!);
+ checkUnnamed5038(o.voices!);
}
buildCounterListVoicesResponse--;
}
@@ -194,14 +194,14 @@
buildCounterSynthesizeSpeechResponse--;
}
-core.List<core.String> buildUnnamed5038() {
+core.List<core.String> buildUnnamed5039() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5038(core.List<core.String> o) {
+void checkUnnamed5039(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -218,7 +218,7 @@
var o = api.Voice();
buildCounterVoice++;
if (buildCounterVoice < 3) {
- o.languageCodes = buildUnnamed5038();
+ o.languageCodes = buildUnnamed5039();
o.name = 'foo';
o.naturalSampleRateHertz = 42;
o.ssmlGender = 'foo';
@@ -230,7 +230,7 @@
void checkVoice(api.Voice o) {
buildCounterVoice++;
if (buildCounterVoice < 3) {
- checkUnnamed5038(o.languageCodes!);
+ checkUnnamed5039(o.languageCodes!);
unittest.expect(
o.name!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/translate/v3_test.dart b/generated/googleapis/test/translate/v3_test.dart
index eb79dfb..5df286d 100644
--- a/generated/googleapis/test/translate/v3_test.dart
+++ b/generated/googleapis/test/translate/v3_test.dart
@@ -27,41 +27,41 @@
import '../test_shared.dart';
-core.Map<core.String, api.TranslateTextGlossaryConfig> buildUnnamed5708() {
+core.Map<core.String, api.TranslateTextGlossaryConfig> buildUnnamed5710() {
var o = <core.String, api.TranslateTextGlossaryConfig>{};
o['x'] = buildTranslateTextGlossaryConfig();
o['y'] = buildTranslateTextGlossaryConfig();
return o;
}
-void checkUnnamed5708(
+void checkUnnamed5710(
core.Map<core.String, api.TranslateTextGlossaryConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkTranslateTextGlossaryConfig(o['x']! as api.TranslateTextGlossaryConfig);
checkTranslateTextGlossaryConfig(o['y']! as api.TranslateTextGlossaryConfig);
}
-core.List<api.InputConfig> buildUnnamed5709() {
+core.List<api.InputConfig> buildUnnamed5711() {
var o = <api.InputConfig>[];
o.add(buildInputConfig());
o.add(buildInputConfig());
return o;
}
-void checkUnnamed5709(core.List<api.InputConfig> o) {
+void checkUnnamed5711(core.List<api.InputConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkInputConfig(o[0] as api.InputConfig);
checkInputConfig(o[1] as api.InputConfig);
}
-core.Map<core.String, core.String> buildUnnamed5710() {
+core.Map<core.String, core.String> buildUnnamed5712() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5710(core.Map<core.String, core.String> o) {
+void checkUnnamed5712(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -73,93 +73,6 @@
);
}
-core.Map<core.String, core.String> buildUnnamed5711() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed5711(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
-core.List<core.String> buildUnnamed5712() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5712(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterBatchTranslateTextRequest = 0;
-api.BatchTranslateTextRequest buildBatchTranslateTextRequest() {
- var o = api.BatchTranslateTextRequest();
- buildCounterBatchTranslateTextRequest++;
- if (buildCounterBatchTranslateTextRequest < 3) {
- o.glossaries = buildUnnamed5708();
- o.inputConfigs = buildUnnamed5709();
- o.labels = buildUnnamed5710();
- o.models = buildUnnamed5711();
- o.outputConfig = buildOutputConfig();
- o.sourceLanguageCode = 'foo';
- o.targetLanguageCodes = buildUnnamed5712();
- }
- buildCounterBatchTranslateTextRequest--;
- return o;
-}
-
-void checkBatchTranslateTextRequest(api.BatchTranslateTextRequest o) {
- buildCounterBatchTranslateTextRequest++;
- if (buildCounterBatchTranslateTextRequest < 3) {
- checkUnnamed5708(o.glossaries!);
- checkUnnamed5709(o.inputConfigs!);
- checkUnnamed5710(o.labels!);
- checkUnnamed5711(o.models!);
- checkOutputConfig(o.outputConfig! as api.OutputConfig);
- unittest.expect(
- o.sourceLanguageCode!,
- unittest.equals('foo'),
- );
- checkUnnamed5712(o.targetLanguageCodes!);
- }
- buildCounterBatchTranslateTextRequest--;
-}
-
-core.int buildCounterCancelOperationRequest = 0;
-api.CancelOperationRequest buildCancelOperationRequest() {
- var o = api.CancelOperationRequest();
- buildCounterCancelOperationRequest++;
- if (buildCounterCancelOperationRequest < 3) {}
- buildCounterCancelOperationRequest--;
- return o;
-}
-
-void checkCancelOperationRequest(api.CancelOperationRequest o) {
- buildCounterCancelOperationRequest++;
- if (buildCounterCancelOperationRequest < 3) {}
- buildCounterCancelOperationRequest--;
-}
-
core.Map<core.String, core.String> buildUnnamed5713() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -179,13 +92,100 @@
);
}
+core.List<core.String> buildUnnamed5714() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5714(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.int buildCounterBatchTranslateTextRequest = 0;
+api.BatchTranslateTextRequest buildBatchTranslateTextRequest() {
+ var o = api.BatchTranslateTextRequest();
+ buildCounterBatchTranslateTextRequest++;
+ if (buildCounterBatchTranslateTextRequest < 3) {
+ o.glossaries = buildUnnamed5710();
+ o.inputConfigs = buildUnnamed5711();
+ o.labels = buildUnnamed5712();
+ o.models = buildUnnamed5713();
+ o.outputConfig = buildOutputConfig();
+ o.sourceLanguageCode = 'foo';
+ o.targetLanguageCodes = buildUnnamed5714();
+ }
+ buildCounterBatchTranslateTextRequest--;
+ return o;
+}
+
+void checkBatchTranslateTextRequest(api.BatchTranslateTextRequest o) {
+ buildCounterBatchTranslateTextRequest++;
+ if (buildCounterBatchTranslateTextRequest < 3) {
+ checkUnnamed5710(o.glossaries!);
+ checkUnnamed5711(o.inputConfigs!);
+ checkUnnamed5712(o.labels!);
+ checkUnnamed5713(o.models!);
+ checkOutputConfig(o.outputConfig! as api.OutputConfig);
+ unittest.expect(
+ o.sourceLanguageCode!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed5714(o.targetLanguageCodes!);
+ }
+ buildCounterBatchTranslateTextRequest--;
+}
+
+core.int buildCounterCancelOperationRequest = 0;
+api.CancelOperationRequest buildCancelOperationRequest() {
+ var o = api.CancelOperationRequest();
+ buildCounterCancelOperationRequest++;
+ if (buildCounterCancelOperationRequest < 3) {}
+ buildCounterCancelOperationRequest--;
+ return o;
+}
+
+void checkCancelOperationRequest(api.CancelOperationRequest o) {
+ buildCounterCancelOperationRequest++;
+ if (buildCounterCancelOperationRequest < 3) {}
+ buildCounterCancelOperationRequest--;
+}
+
+core.Map<core.String, core.String> buildUnnamed5715() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed5715(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterDetectLanguageRequest = 0;
api.DetectLanguageRequest buildDetectLanguageRequest() {
var o = api.DetectLanguageRequest();
buildCounterDetectLanguageRequest++;
if (buildCounterDetectLanguageRequest < 3) {
o.content = 'foo';
- o.labels = buildUnnamed5713();
+ o.labels = buildUnnamed5715();
o.mimeType = 'foo';
o.model = 'foo';
}
@@ -200,7 +200,7 @@
o.content!,
unittest.equals('foo'),
);
- checkUnnamed5713(o.labels!);
+ checkUnnamed5715(o.labels!);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
@@ -213,14 +213,14 @@
buildCounterDetectLanguageRequest--;
}
-core.List<api.DetectedLanguage> buildUnnamed5714() {
+core.List<api.DetectedLanguage> buildUnnamed5716() {
var o = <api.DetectedLanguage>[];
o.add(buildDetectedLanguage());
o.add(buildDetectedLanguage());
return o;
}
-void checkUnnamed5714(core.List<api.DetectedLanguage> o) {
+void checkUnnamed5716(core.List<api.DetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkDetectedLanguage(o[0] as api.DetectedLanguage);
checkDetectedLanguage(o[1] as api.DetectedLanguage);
@@ -231,7 +231,7 @@
var o = api.DetectLanguageResponse();
buildCounterDetectLanguageResponse++;
if (buildCounterDetectLanguageResponse < 3) {
- o.languages = buildUnnamed5714();
+ o.languages = buildUnnamed5716();
}
buildCounterDetectLanguageResponse--;
return o;
@@ -240,7 +240,7 @@
void checkDetectLanguageResponse(api.DetectLanguageResponse o) {
buildCounterDetectLanguageResponse++;
if (buildCounterDetectLanguageResponse < 3) {
- checkUnnamed5714(o.languages!);
+ checkUnnamed5716(o.languages!);
}
buildCounterDetectLanguageResponse--;
}
@@ -444,14 +444,14 @@
buildCounterLanguageCodePair--;
}
-core.List<core.String> buildUnnamed5715() {
+core.List<core.String> buildUnnamed5717() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5715(core.List<core.String> o) {
+void checkUnnamed5717(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -468,7 +468,7 @@
var o = api.LanguageCodesSet();
buildCounterLanguageCodesSet++;
if (buildCounterLanguageCodesSet < 3) {
- o.languageCodes = buildUnnamed5715();
+ o.languageCodes = buildUnnamed5717();
}
buildCounterLanguageCodesSet--;
return o;
@@ -477,19 +477,19 @@
void checkLanguageCodesSet(api.LanguageCodesSet o) {
buildCounterLanguageCodesSet++;
if (buildCounterLanguageCodesSet < 3) {
- checkUnnamed5715(o.languageCodes!);
+ checkUnnamed5717(o.languageCodes!);
}
buildCounterLanguageCodesSet--;
}
-core.List<api.Glossary> buildUnnamed5716() {
+core.List<api.Glossary> buildUnnamed5718() {
var o = <api.Glossary>[];
o.add(buildGlossary());
o.add(buildGlossary());
return o;
}
-void checkUnnamed5716(core.List<api.Glossary> o) {
+void checkUnnamed5718(core.List<api.Glossary> o) {
unittest.expect(o, unittest.hasLength(2));
checkGlossary(o[0] as api.Glossary);
checkGlossary(o[1] as api.Glossary);
@@ -500,7 +500,7 @@
var o = api.ListGlossariesResponse();
buildCounterListGlossariesResponse++;
if (buildCounterListGlossariesResponse < 3) {
- o.glossaries = buildUnnamed5716();
+ o.glossaries = buildUnnamed5718();
o.nextPageToken = 'foo';
}
buildCounterListGlossariesResponse--;
@@ -510,7 +510,7 @@
void checkListGlossariesResponse(api.ListGlossariesResponse o) {
buildCounterListGlossariesResponse++;
if (buildCounterListGlossariesResponse < 3) {
- checkUnnamed5716(o.glossaries!);
+ checkUnnamed5718(o.glossaries!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -519,14 +519,14 @@
buildCounterListGlossariesResponse--;
}
-core.List<api.Location> buildUnnamed5717() {
+core.List<api.Location> buildUnnamed5719() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed5717(core.List<api.Location> o) {
+void checkUnnamed5719(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -537,7 +537,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed5717();
+ o.locations = buildUnnamed5719();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -547,7 +547,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed5717(o.locations!);
+ checkUnnamed5719(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -556,14 +556,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed5718() {
+core.List<api.Operation> buildUnnamed5720() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed5718(core.List<api.Operation> o) {
+void checkUnnamed5720(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -575,7 +575,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed5718();
+ o.operations = buildUnnamed5720();
}
buildCounterListOperationsResponse--;
return o;
@@ -588,19 +588,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5718(o.operations!);
+ checkUnnamed5720(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed5719() {
+core.Map<core.String, core.String> buildUnnamed5721() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5719(core.Map<core.String, core.String> o) {
+void checkUnnamed5721(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -612,7 +612,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5720() {
+core.Map<core.String, core.Object> buildUnnamed5722() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -627,7 +627,7 @@
return o;
}
-void checkUnnamed5720(core.Map<core.String, core.Object> o) {
+void checkUnnamed5722(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -665,9 +665,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed5719();
+ o.labels = buildUnnamed5721();
o.locationId = 'foo';
- o.metadata = buildUnnamed5720();
+ o.metadata = buildUnnamed5722();
o.name = 'foo';
}
buildCounterLocation--;
@@ -681,12 +681,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5719(o.labels!);
+ checkUnnamed5721(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed5720(o.metadata!);
+ checkUnnamed5722(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -695,7 +695,7 @@
buildCounterLocation--;
}
-core.Map<core.String, core.Object> buildUnnamed5721() {
+core.Map<core.String, core.Object> buildUnnamed5723() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -710,7 +710,7 @@
return o;
}
-void checkUnnamed5721(core.Map<core.String, core.Object> o) {
+void checkUnnamed5723(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -742,7 +742,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5722() {
+core.Map<core.String, core.Object> buildUnnamed5724() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -757,7 +757,7 @@
return o;
}
-void checkUnnamed5722(core.Map<core.String, core.Object> o) {
+void checkUnnamed5724(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -796,9 +796,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed5721();
+ o.metadata = buildUnnamed5723();
o.name = 'foo';
- o.response = buildUnnamed5722();
+ o.response = buildUnnamed5724();
}
buildCounterOperation--;
return o;
@@ -809,12 +809,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed5721(o.metadata!);
+ checkUnnamed5723(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5722(o.response!);
+ checkUnnamed5724(o.response!);
}
buildCounterOperation--;
}
@@ -838,7 +838,7 @@
buildCounterOutputConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed5723() {
+core.Map<core.String, core.Object> buildUnnamed5725() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -853,7 +853,7 @@
return o;
}
-void checkUnnamed5723(core.Map<core.String, core.Object> o) {
+void checkUnnamed5725(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -885,17 +885,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5724() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5726() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5723());
- o.add(buildUnnamed5723());
+ o.add(buildUnnamed5725());
+ o.add(buildUnnamed5725());
return o;
}
-void checkUnnamed5724(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5726(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5723(o[0]);
- checkUnnamed5723(o[1]);
+ checkUnnamed5725(o[0]);
+ checkUnnamed5725(o[1]);
}
core.int buildCounterStatus = 0;
@@ -904,7 +904,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5724();
+ o.details = buildUnnamed5726();
o.message = 'foo';
}
buildCounterStatus--;
@@ -918,7 +918,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5724(o.details!);
+ checkUnnamed5726(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -958,14 +958,14 @@
buildCounterSupportedLanguage--;
}
-core.List<api.SupportedLanguage> buildUnnamed5725() {
+core.List<api.SupportedLanguage> buildUnnamed5727() {
var o = <api.SupportedLanguage>[];
o.add(buildSupportedLanguage());
o.add(buildSupportedLanguage());
return o;
}
-void checkUnnamed5725(core.List<api.SupportedLanguage> o) {
+void checkUnnamed5727(core.List<api.SupportedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkSupportedLanguage(o[0] as api.SupportedLanguage);
checkSupportedLanguage(o[1] as api.SupportedLanguage);
@@ -976,7 +976,7 @@
var o = api.SupportedLanguages();
buildCounterSupportedLanguages++;
if (buildCounterSupportedLanguages < 3) {
- o.languages = buildUnnamed5725();
+ o.languages = buildUnnamed5727();
}
buildCounterSupportedLanguages--;
return o;
@@ -985,7 +985,7 @@
void checkSupportedLanguages(api.SupportedLanguages o) {
buildCounterSupportedLanguages++;
if (buildCounterSupportedLanguages < 3) {
- checkUnnamed5725(o.languages!);
+ checkUnnamed5727(o.languages!);
}
buildCounterSupportedLanguages--;
}
@@ -1014,14 +1014,14 @@
buildCounterTranslateTextGlossaryConfig--;
}
-core.List<core.String> buildUnnamed5726() {
+core.List<core.String> buildUnnamed5728() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5726(core.List<core.String> o) {
+void checkUnnamed5728(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1033,14 +1033,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed5727() {
+core.Map<core.String, core.String> buildUnnamed5729() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5727(core.Map<core.String, core.String> o) {
+void checkUnnamed5729(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1057,9 +1057,9 @@
var o = api.TranslateTextRequest();
buildCounterTranslateTextRequest++;
if (buildCounterTranslateTextRequest < 3) {
- o.contents = buildUnnamed5726();
+ o.contents = buildUnnamed5728();
o.glossaryConfig = buildTranslateTextGlossaryConfig();
- o.labels = buildUnnamed5727();
+ o.labels = buildUnnamed5729();
o.mimeType = 'foo';
o.model = 'foo';
o.sourceLanguageCode = 'foo';
@@ -1072,10 +1072,10 @@
void checkTranslateTextRequest(api.TranslateTextRequest o) {
buildCounterTranslateTextRequest++;
if (buildCounterTranslateTextRequest < 3) {
- checkUnnamed5726(o.contents!);
+ checkUnnamed5728(o.contents!);
checkTranslateTextGlossaryConfig(
o.glossaryConfig! as api.TranslateTextGlossaryConfig);
- checkUnnamed5727(o.labels!);
+ checkUnnamed5729(o.labels!);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
@@ -1096,27 +1096,27 @@
buildCounterTranslateTextRequest--;
}
-core.List<api.Translation> buildUnnamed5728() {
+core.List<api.Translation> buildUnnamed5730() {
var o = <api.Translation>[];
o.add(buildTranslation());
o.add(buildTranslation());
return o;
}
-void checkUnnamed5728(core.List<api.Translation> o) {
+void checkUnnamed5730(core.List<api.Translation> o) {
unittest.expect(o, unittest.hasLength(2));
checkTranslation(o[0] as api.Translation);
checkTranslation(o[1] as api.Translation);
}
-core.List<api.Translation> buildUnnamed5729() {
+core.List<api.Translation> buildUnnamed5731() {
var o = <api.Translation>[];
o.add(buildTranslation());
o.add(buildTranslation());
return o;
}
-void checkUnnamed5729(core.List<api.Translation> o) {
+void checkUnnamed5731(core.List<api.Translation> o) {
unittest.expect(o, unittest.hasLength(2));
checkTranslation(o[0] as api.Translation);
checkTranslation(o[1] as api.Translation);
@@ -1127,8 +1127,8 @@
var o = api.TranslateTextResponse();
buildCounterTranslateTextResponse++;
if (buildCounterTranslateTextResponse < 3) {
- o.glossaryTranslations = buildUnnamed5728();
- o.translations = buildUnnamed5729();
+ o.glossaryTranslations = buildUnnamed5730();
+ o.translations = buildUnnamed5731();
}
buildCounterTranslateTextResponse--;
return o;
@@ -1137,8 +1137,8 @@
void checkTranslateTextResponse(api.TranslateTextResponse o) {
buildCounterTranslateTextResponse++;
if (buildCounterTranslateTextResponse < 3) {
- checkUnnamed5728(o.glossaryTranslations!);
- checkUnnamed5729(o.translations!);
+ checkUnnamed5730(o.glossaryTranslations!);
+ checkUnnamed5731(o.translations!);
}
buildCounterTranslateTextResponse--;
}
diff --git a/generated/googleapis/test/vault/v1_test.dart b/generated/googleapis/test/vault/v1_test.dart
index 56dda3f..5eb32ff 100644
--- a/generated/googleapis/test/vault/v1_test.dart
+++ b/generated/googleapis/test/vault/v1_test.dart
@@ -75,14 +75,14 @@
buildCounterAccountCountError--;
}
-core.List<core.String> buildUnnamed5362() {
+core.List<core.String> buildUnnamed5364() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5362(core.List<core.String> o) {
+void checkUnnamed5364(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -99,7 +99,7 @@
var o = api.AccountInfo();
buildCounterAccountInfo++;
if (buildCounterAccountInfo < 3) {
- o.emails = buildUnnamed5362();
+ o.emails = buildUnnamed5364();
}
buildCounterAccountInfo--;
return o;
@@ -108,7 +108,7 @@
void checkAccountInfo(api.AccountInfo o) {
buildCounterAccountInfo++;
if (buildCounterAccountInfo < 3) {
- checkUnnamed5362(o.emails!);
+ checkUnnamed5364(o.emails!);
}
buildCounterAccountInfo--;
}
@@ -134,14 +134,14 @@
buildCounterAddHeldAccountResult--;
}
-core.List<core.String> buildUnnamed5363() {
+core.List<core.String> buildUnnamed5365() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5363(core.List<core.String> o) {
+void checkUnnamed5365(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -153,14 +153,14 @@
);
}
-core.List<core.String> buildUnnamed5364() {
+core.List<core.String> buildUnnamed5366() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5364(core.List<core.String> o) {
+void checkUnnamed5366(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -177,8 +177,8 @@
var o = api.AddHeldAccountsRequest();
buildCounterAddHeldAccountsRequest++;
if (buildCounterAddHeldAccountsRequest < 3) {
- o.accountIds = buildUnnamed5363();
- o.emails = buildUnnamed5364();
+ o.accountIds = buildUnnamed5365();
+ o.emails = buildUnnamed5366();
}
buildCounterAddHeldAccountsRequest--;
return o;
@@ -187,20 +187,20 @@
void checkAddHeldAccountsRequest(api.AddHeldAccountsRequest o) {
buildCounterAddHeldAccountsRequest++;
if (buildCounterAddHeldAccountsRequest < 3) {
- checkUnnamed5363(o.accountIds!);
- checkUnnamed5364(o.emails!);
+ checkUnnamed5365(o.accountIds!);
+ checkUnnamed5366(o.emails!);
}
buildCounterAddHeldAccountsRequest--;
}
-core.List<api.AddHeldAccountResult> buildUnnamed5365() {
+core.List<api.AddHeldAccountResult> buildUnnamed5367() {
var o = <api.AddHeldAccountResult>[];
o.add(buildAddHeldAccountResult());
o.add(buildAddHeldAccountResult());
return o;
}
-void checkUnnamed5365(core.List<api.AddHeldAccountResult> o) {
+void checkUnnamed5367(core.List<api.AddHeldAccountResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkAddHeldAccountResult(o[0] as api.AddHeldAccountResult);
checkAddHeldAccountResult(o[1] as api.AddHeldAccountResult);
@@ -211,7 +211,7 @@
var o = api.AddHeldAccountsResponse();
buildCounterAddHeldAccountsResponse++;
if (buildCounterAddHeldAccountsResponse < 3) {
- o.responses = buildUnnamed5365();
+ o.responses = buildUnnamed5367();
}
buildCounterAddHeldAccountsResponse--;
return o;
@@ -220,7 +220,7 @@
void checkAddHeldAccountsResponse(api.AddHeldAccountsResponse o) {
buildCounterAddHeldAccountsResponse++;
if (buildCounterAddHeldAccountsResponse < 3) {
- checkUnnamed5365(o.responses!);
+ checkUnnamed5367(o.responses!);
}
buildCounterAddHeldAccountsResponse--;
}
@@ -334,14 +334,14 @@
buildCounterCloudStorageFile--;
}
-core.List<api.CloudStorageFile> buildUnnamed5366() {
+core.List<api.CloudStorageFile> buildUnnamed5368() {
var o = <api.CloudStorageFile>[];
o.add(buildCloudStorageFile());
o.add(buildCloudStorageFile());
return o;
}
-void checkUnnamed5366(core.List<api.CloudStorageFile> o) {
+void checkUnnamed5368(core.List<api.CloudStorageFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkCloudStorageFile(o[0] as api.CloudStorageFile);
checkCloudStorageFile(o[1] as api.CloudStorageFile);
@@ -352,7 +352,7 @@
var o = api.CloudStorageSink();
buildCounterCloudStorageSink++;
if (buildCounterCloudStorageSink < 3) {
- o.files = buildUnnamed5366();
+ o.files = buildUnnamed5368();
}
buildCounterCloudStorageSink--;
return o;
@@ -361,7 +361,7 @@
void checkCloudStorageSink(api.CloudStorageSink o) {
buildCounterCloudStorageSink++;
if (buildCounterCloudStorageSink < 3) {
- checkUnnamed5366(o.files!);
+ checkUnnamed5368(o.files!);
}
buildCounterCloudStorageSink--;
}
@@ -655,40 +655,40 @@
buildCounterExportStats--;
}
-core.List<api.AccountCountError> buildUnnamed5367() {
+core.List<api.AccountCountError> buildUnnamed5369() {
var o = <api.AccountCountError>[];
o.add(buildAccountCountError());
o.add(buildAccountCountError());
return o;
}
-void checkUnnamed5367(core.List<api.AccountCountError> o) {
+void checkUnnamed5369(core.List<api.AccountCountError> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountCountError(o[0] as api.AccountCountError);
checkAccountCountError(o[1] as api.AccountCountError);
}
-core.List<api.AccountCount> buildUnnamed5368() {
+core.List<api.AccountCount> buildUnnamed5370() {
var o = <api.AccountCount>[];
o.add(buildAccountCount());
o.add(buildAccountCount());
return o;
}
-void checkUnnamed5368(core.List<api.AccountCount> o) {
+void checkUnnamed5370(core.List<api.AccountCount> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountCount(o[0] as api.AccountCount);
checkAccountCount(o[1] as api.AccountCount);
}
-core.List<core.String> buildUnnamed5369() {
+core.List<core.String> buildUnnamed5371() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5369(core.List<core.String> o) {
+void checkUnnamed5371(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -705,10 +705,10 @@
var o = api.GroupsCountResult();
buildCounterGroupsCountResult++;
if (buildCounterGroupsCountResult < 3) {
- o.accountCountErrors = buildUnnamed5367();
- o.accountCounts = buildUnnamed5368();
+ o.accountCountErrors = buildUnnamed5369();
+ o.accountCounts = buildUnnamed5370();
o.matchingAccountsCount = 'foo';
- o.nonQueryableAccounts = buildUnnamed5369();
+ o.nonQueryableAccounts = buildUnnamed5371();
o.queriedAccountsCount = 'foo';
}
buildCounterGroupsCountResult--;
@@ -718,13 +718,13 @@
void checkGroupsCountResult(api.GroupsCountResult o) {
buildCounterGroupsCountResult++;
if (buildCounterGroupsCountResult < 3) {
- checkUnnamed5367(o.accountCountErrors!);
- checkUnnamed5368(o.accountCounts!);
+ checkUnnamed5369(o.accountCountErrors!);
+ checkUnnamed5370(o.accountCounts!);
unittest.expect(
o.matchingAccountsCount!,
unittest.equals('foo'),
);
- checkUnnamed5369(o.nonQueryableAccounts!);
+ checkUnnamed5371(o.nonQueryableAccounts!);
unittest.expect(
o.queriedAccountsCount!,
unittest.equals('foo'),
@@ -777,14 +777,14 @@
buildCounterHangoutsChatExportOptions--;
}
-core.List<core.String> buildUnnamed5370() {
+core.List<core.String> buildUnnamed5372() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5370(core.List<core.String> o) {
+void checkUnnamed5372(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -801,7 +801,7 @@
var o = api.HangoutsChatInfo();
buildCounterHangoutsChatInfo++;
if (buildCounterHangoutsChatInfo < 3) {
- o.roomId = buildUnnamed5370();
+ o.roomId = buildUnnamed5372();
}
buildCounterHangoutsChatInfo--;
return o;
@@ -810,7 +810,7 @@
void checkHangoutsChatInfo(api.HangoutsChatInfo o) {
buildCounterHangoutsChatInfo++;
if (buildCounterHangoutsChatInfo < 3) {
- checkUnnamed5370(o.roomId!);
+ checkUnnamed5372(o.roomId!);
}
buildCounterHangoutsChatInfo--;
}
@@ -1007,14 +1007,14 @@
buildCounterHeldOrgUnit--;
}
-core.List<core.String> buildUnnamed5371() {
+core.List<core.String> buildUnnamed5373() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5371(core.List<core.String> o) {
+void checkUnnamed5373(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1031,7 +1031,7 @@
var o = api.HeldVoiceQuery();
buildCounterHeldVoiceQuery++;
if (buildCounterHeldVoiceQuery < 3) {
- o.coveredData = buildUnnamed5371();
+ o.coveredData = buildUnnamed5373();
}
buildCounterHeldVoiceQuery--;
return o;
@@ -1040,19 +1040,19 @@
void checkHeldVoiceQuery(api.HeldVoiceQuery o) {
buildCounterHeldVoiceQuery++;
if (buildCounterHeldVoiceQuery < 3) {
- checkUnnamed5371(o.coveredData!);
+ checkUnnamed5373(o.coveredData!);
}
buildCounterHeldVoiceQuery--;
}
-core.List<api.HeldAccount> buildUnnamed5372() {
+core.List<api.HeldAccount> buildUnnamed5374() {
var o = <api.HeldAccount>[];
o.add(buildHeldAccount());
o.add(buildHeldAccount());
return o;
}
-void checkUnnamed5372(core.List<api.HeldAccount> o) {
+void checkUnnamed5374(core.List<api.HeldAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkHeldAccount(o[0] as api.HeldAccount);
checkHeldAccount(o[1] as api.HeldAccount);
@@ -1063,7 +1063,7 @@
var o = api.Hold();
buildCounterHold++;
if (buildCounterHold < 3) {
- o.accounts = buildUnnamed5372();
+ o.accounts = buildUnnamed5374();
o.corpus = 'foo';
o.holdId = 'foo';
o.name = 'foo';
@@ -1078,7 +1078,7 @@
void checkHold(api.Hold o) {
buildCounterHold++;
if (buildCounterHold < 3) {
- checkUnnamed5372(o.accounts!);
+ checkUnnamed5374(o.accounts!);
unittest.expect(
o.corpus!,
unittest.equals('foo'),
@@ -1101,14 +1101,14 @@
buildCounterHold--;
}
-core.List<api.Export> buildUnnamed5373() {
+core.List<api.Export> buildUnnamed5375() {
var o = <api.Export>[];
o.add(buildExport());
o.add(buildExport());
return o;
}
-void checkUnnamed5373(core.List<api.Export> o) {
+void checkUnnamed5375(core.List<api.Export> o) {
unittest.expect(o, unittest.hasLength(2));
checkExport(o[0] as api.Export);
checkExport(o[1] as api.Export);
@@ -1119,7 +1119,7 @@
var o = api.ListExportsResponse();
buildCounterListExportsResponse++;
if (buildCounterListExportsResponse < 3) {
- o.exports = buildUnnamed5373();
+ o.exports = buildUnnamed5375();
o.nextPageToken = 'foo';
}
buildCounterListExportsResponse--;
@@ -1129,7 +1129,7 @@
void checkListExportsResponse(api.ListExportsResponse o) {
buildCounterListExportsResponse++;
if (buildCounterListExportsResponse < 3) {
- checkUnnamed5373(o.exports!);
+ checkUnnamed5375(o.exports!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1138,14 +1138,14 @@
buildCounterListExportsResponse--;
}
-core.List<api.HeldAccount> buildUnnamed5374() {
+core.List<api.HeldAccount> buildUnnamed5376() {
var o = <api.HeldAccount>[];
o.add(buildHeldAccount());
o.add(buildHeldAccount());
return o;
}
-void checkUnnamed5374(core.List<api.HeldAccount> o) {
+void checkUnnamed5376(core.List<api.HeldAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkHeldAccount(o[0] as api.HeldAccount);
checkHeldAccount(o[1] as api.HeldAccount);
@@ -1156,7 +1156,7 @@
var o = api.ListHeldAccountsResponse();
buildCounterListHeldAccountsResponse++;
if (buildCounterListHeldAccountsResponse < 3) {
- o.accounts = buildUnnamed5374();
+ o.accounts = buildUnnamed5376();
}
buildCounterListHeldAccountsResponse--;
return o;
@@ -1165,19 +1165,19 @@
void checkListHeldAccountsResponse(api.ListHeldAccountsResponse o) {
buildCounterListHeldAccountsResponse++;
if (buildCounterListHeldAccountsResponse < 3) {
- checkUnnamed5374(o.accounts!);
+ checkUnnamed5376(o.accounts!);
}
buildCounterListHeldAccountsResponse--;
}
-core.List<api.Hold> buildUnnamed5375() {
+core.List<api.Hold> buildUnnamed5377() {
var o = <api.Hold>[];
o.add(buildHold());
o.add(buildHold());
return o;
}
-void checkUnnamed5375(core.List<api.Hold> o) {
+void checkUnnamed5377(core.List<api.Hold> o) {
unittest.expect(o, unittest.hasLength(2));
checkHold(o[0] as api.Hold);
checkHold(o[1] as api.Hold);
@@ -1188,7 +1188,7 @@
var o = api.ListHoldsResponse();
buildCounterListHoldsResponse++;
if (buildCounterListHoldsResponse < 3) {
- o.holds = buildUnnamed5375();
+ o.holds = buildUnnamed5377();
o.nextPageToken = 'foo';
}
buildCounterListHoldsResponse--;
@@ -1198,7 +1198,7 @@
void checkListHoldsResponse(api.ListHoldsResponse o) {
buildCounterListHoldsResponse++;
if (buildCounterListHoldsResponse < 3) {
- checkUnnamed5375(o.holds!);
+ checkUnnamed5377(o.holds!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1207,14 +1207,14 @@
buildCounterListHoldsResponse--;
}
-core.List<api.Matter> buildUnnamed5376() {
+core.List<api.Matter> buildUnnamed5378() {
var o = <api.Matter>[];
o.add(buildMatter());
o.add(buildMatter());
return o;
}
-void checkUnnamed5376(core.List<api.Matter> o) {
+void checkUnnamed5378(core.List<api.Matter> o) {
unittest.expect(o, unittest.hasLength(2));
checkMatter(o[0] as api.Matter);
checkMatter(o[1] as api.Matter);
@@ -1225,7 +1225,7 @@
var o = api.ListMattersResponse();
buildCounterListMattersResponse++;
if (buildCounterListMattersResponse < 3) {
- o.matters = buildUnnamed5376();
+ o.matters = buildUnnamed5378();
o.nextPageToken = 'foo';
}
buildCounterListMattersResponse--;
@@ -1235,7 +1235,7 @@
void checkListMattersResponse(api.ListMattersResponse o) {
buildCounterListMattersResponse++;
if (buildCounterListMattersResponse < 3) {
- checkUnnamed5376(o.matters!);
+ checkUnnamed5378(o.matters!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1244,14 +1244,14 @@
buildCounterListMattersResponse--;
}
-core.List<api.Operation> buildUnnamed5377() {
+core.List<api.Operation> buildUnnamed5379() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed5377(core.List<api.Operation> o) {
+void checkUnnamed5379(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1263,7 +1263,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed5377();
+ o.operations = buildUnnamed5379();
}
buildCounterListOperationsResponse--;
return o;
@@ -1276,19 +1276,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5377(o.operations!);
+ checkUnnamed5379(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.SavedQuery> buildUnnamed5378() {
+core.List<api.SavedQuery> buildUnnamed5380() {
var o = <api.SavedQuery>[];
o.add(buildSavedQuery());
o.add(buildSavedQuery());
return o;
}
-void checkUnnamed5378(core.List<api.SavedQuery> o) {
+void checkUnnamed5380(core.List<api.SavedQuery> o) {
unittest.expect(o, unittest.hasLength(2));
checkSavedQuery(o[0] as api.SavedQuery);
checkSavedQuery(o[1] as api.SavedQuery);
@@ -1300,7 +1300,7 @@
buildCounterListSavedQueriesResponse++;
if (buildCounterListSavedQueriesResponse < 3) {
o.nextPageToken = 'foo';
- o.savedQueries = buildUnnamed5378();
+ o.savedQueries = buildUnnamed5380();
}
buildCounterListSavedQueriesResponse--;
return o;
@@ -1313,45 +1313,45 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5378(o.savedQueries!);
+ checkUnnamed5380(o.savedQueries!);
}
buildCounterListSavedQueriesResponse--;
}
-core.List<api.AccountCountError> buildUnnamed5379() {
+core.List<api.AccountCountError> buildUnnamed5381() {
var o = <api.AccountCountError>[];
o.add(buildAccountCountError());
o.add(buildAccountCountError());
return o;
}
-void checkUnnamed5379(core.List<api.AccountCountError> o) {
+void checkUnnamed5381(core.List<api.AccountCountError> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountCountError(o[0] as api.AccountCountError);
checkAccountCountError(o[1] as api.AccountCountError);
}
-core.List<api.AccountCount> buildUnnamed5380() {
+core.List<api.AccountCount> buildUnnamed5382() {
var o = <api.AccountCount>[];
o.add(buildAccountCount());
o.add(buildAccountCount());
return o;
}
-void checkUnnamed5380(core.List<api.AccountCount> o) {
+void checkUnnamed5382(core.List<api.AccountCount> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountCount(o[0] as api.AccountCount);
checkAccountCount(o[1] as api.AccountCount);
}
-core.List<core.String> buildUnnamed5381() {
+core.List<core.String> buildUnnamed5383() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5381(core.List<core.String> o) {
+void checkUnnamed5383(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1368,10 +1368,10 @@
var o = api.MailCountResult();
buildCounterMailCountResult++;
if (buildCounterMailCountResult < 3) {
- o.accountCountErrors = buildUnnamed5379();
- o.accountCounts = buildUnnamed5380();
+ o.accountCountErrors = buildUnnamed5381();
+ o.accountCounts = buildUnnamed5382();
o.matchingAccountsCount = 'foo';
- o.nonQueryableAccounts = buildUnnamed5381();
+ o.nonQueryableAccounts = buildUnnamed5383();
o.queriedAccountsCount = 'foo';
}
buildCounterMailCountResult--;
@@ -1381,13 +1381,13 @@
void checkMailCountResult(api.MailCountResult o) {
buildCounterMailCountResult++;
if (buildCounterMailCountResult < 3) {
- checkUnnamed5379(o.accountCountErrors!);
- checkUnnamed5380(o.accountCounts!);
+ checkUnnamed5381(o.accountCountErrors!);
+ checkUnnamed5382(o.accountCounts!);
unittest.expect(
o.matchingAccountsCount!,
unittest.equals('foo'),
);
- checkUnnamed5381(o.nonQueryableAccounts!);
+ checkUnnamed5383(o.nonQueryableAccounts!);
unittest.expect(
o.queriedAccountsCount!,
unittest.equals('foo'),
@@ -1439,14 +1439,14 @@
buildCounterMailOptions--;
}
-core.List<api.MatterPermission> buildUnnamed5382() {
+core.List<api.MatterPermission> buildUnnamed5384() {
var o = <api.MatterPermission>[];
o.add(buildMatterPermission());
o.add(buildMatterPermission());
return o;
}
-void checkUnnamed5382(core.List<api.MatterPermission> o) {
+void checkUnnamed5384(core.List<api.MatterPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkMatterPermission(o[0] as api.MatterPermission);
checkMatterPermission(o[1] as api.MatterPermission);
@@ -1459,7 +1459,7 @@
if (buildCounterMatter < 3) {
o.description = 'foo';
o.matterId = 'foo';
- o.matterPermissions = buildUnnamed5382();
+ o.matterPermissions = buildUnnamed5384();
o.name = 'foo';
o.state = 'foo';
}
@@ -1478,7 +1478,7 @@
o.matterId!,
unittest.equals('foo'),
);
- checkUnnamed5382(o.matterPermissions!);
+ checkUnnamed5384(o.matterPermissions!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1518,7 +1518,7 @@
buildCounterMatterPermission--;
}
-core.Map<core.String, core.Object> buildUnnamed5383() {
+core.Map<core.String, core.Object> buildUnnamed5385() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1533,7 +1533,7 @@
return o;
}
-void checkUnnamed5383(core.Map<core.String, core.Object> o) {
+void checkUnnamed5385(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1565,7 +1565,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5384() {
+core.Map<core.String, core.Object> buildUnnamed5386() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1580,7 +1580,7 @@
return o;
}
-void checkUnnamed5384(core.Map<core.String, core.Object> o) {
+void checkUnnamed5386(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1619,9 +1619,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed5383();
+ o.metadata = buildUnnamed5385();
o.name = 'foo';
- o.response = buildUnnamed5384();
+ o.response = buildUnnamed5386();
}
buildCounterOperation--;
return o;
@@ -1632,12 +1632,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed5383(o.metadata!);
+ checkUnnamed5385(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5384(o.response!);
+ checkUnnamed5386(o.response!);
}
buildCounterOperation--;
}
@@ -1739,14 +1739,14 @@
buildCounterQuery--;
}
-core.List<core.String> buildUnnamed5385() {
+core.List<core.String> buildUnnamed5387() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5385(core.List<core.String> o) {
+void checkUnnamed5387(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1763,7 +1763,7 @@
var o = api.RemoveHeldAccountsRequest();
buildCounterRemoveHeldAccountsRequest++;
if (buildCounterRemoveHeldAccountsRequest < 3) {
- o.accountIds = buildUnnamed5385();
+ o.accountIds = buildUnnamed5387();
}
buildCounterRemoveHeldAccountsRequest--;
return o;
@@ -1772,19 +1772,19 @@
void checkRemoveHeldAccountsRequest(api.RemoveHeldAccountsRequest o) {
buildCounterRemoveHeldAccountsRequest++;
if (buildCounterRemoveHeldAccountsRequest < 3) {
- checkUnnamed5385(o.accountIds!);
+ checkUnnamed5387(o.accountIds!);
}
buildCounterRemoveHeldAccountsRequest--;
}
-core.List<api.Status> buildUnnamed5386() {
+core.List<api.Status> buildUnnamed5388() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed5386(core.List<api.Status> o) {
+void checkUnnamed5388(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
@@ -1795,7 +1795,7 @@
var o = api.RemoveHeldAccountsResponse();
buildCounterRemoveHeldAccountsResponse++;
if (buildCounterRemoveHeldAccountsResponse < 3) {
- o.statuses = buildUnnamed5386();
+ o.statuses = buildUnnamed5388();
}
buildCounterRemoveHeldAccountsResponse--;
return o;
@@ -1804,7 +1804,7 @@
void checkRemoveHeldAccountsResponse(api.RemoveHeldAccountsResponse o) {
buildCounterRemoveHeldAccountsResponse++;
if (buildCounterRemoveHeldAccountsResponse < 3) {
- checkUnnamed5386(o.statuses!);
+ checkUnnamed5388(o.statuses!);
}
buildCounterRemoveHeldAccountsResponse--;
}
@@ -1904,14 +1904,14 @@
buildCounterSavedQuery--;
}
-core.List<core.String> buildUnnamed5387() {
+core.List<core.String> buildUnnamed5389() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5387(core.List<core.String> o) {
+void checkUnnamed5389(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1928,7 +1928,7 @@
var o = api.SharedDriveInfo();
buildCounterSharedDriveInfo++;
if (buildCounterSharedDriveInfo < 3) {
- o.sharedDriveIds = buildUnnamed5387();
+ o.sharedDriveIds = buildUnnamed5389();
}
buildCounterSharedDriveInfo--;
return o;
@@ -1937,12 +1937,12 @@
void checkSharedDriveInfo(api.SharedDriveInfo o) {
buildCounterSharedDriveInfo++;
if (buildCounterSharedDriveInfo < 3) {
- checkUnnamed5387(o.sharedDriveIds!);
+ checkUnnamed5389(o.sharedDriveIds!);
}
buildCounterSharedDriveInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed5388() {
+core.Map<core.String, core.Object> buildUnnamed5390() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1957,7 +1957,7 @@
return o;
}
-void checkUnnamed5388(core.Map<core.String, core.Object> o) {
+void checkUnnamed5390(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1989,17 +1989,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5389() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5391() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5388());
- o.add(buildUnnamed5388());
+ o.add(buildUnnamed5390());
+ o.add(buildUnnamed5390());
return o;
}
-void checkUnnamed5389(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5391(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5388(o[0]);
- checkUnnamed5388(o[1]);
+ checkUnnamed5390(o[0]);
+ checkUnnamed5390(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2008,7 +2008,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5389();
+ o.details = buildUnnamed5391();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2022,7 +2022,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5389(o.details!);
+ checkUnnamed5391(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2031,14 +2031,14 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed5390() {
+core.List<core.String> buildUnnamed5392() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5390(core.List<core.String> o) {
+void checkUnnamed5392(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2055,7 +2055,7 @@
var o = api.TeamDriveInfo();
buildCounterTeamDriveInfo++;
if (buildCounterTeamDriveInfo < 3) {
- o.teamDriveIds = buildUnnamed5390();
+ o.teamDriveIds = buildUnnamed5392();
}
buildCounterTeamDriveInfo--;
return o;
@@ -2064,7 +2064,7 @@
void checkTeamDriveInfo(api.TeamDriveInfo o) {
buildCounterTeamDriveInfo++;
if (buildCounterTeamDriveInfo < 3) {
- checkUnnamed5390(o.teamDriveIds!);
+ checkUnnamed5392(o.teamDriveIds!);
}
buildCounterTeamDriveInfo--;
}
@@ -2133,14 +2133,14 @@
buildCounterVoiceExportOptions--;
}
-core.List<core.String> buildUnnamed5391() {
+core.List<core.String> buildUnnamed5393() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5391(core.List<core.String> o) {
+void checkUnnamed5393(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2157,7 +2157,7 @@
var o = api.VoiceOptions();
buildCounterVoiceOptions++;
if (buildCounterVoiceOptions < 3) {
- o.coveredData = buildUnnamed5391();
+ o.coveredData = buildUnnamed5393();
}
buildCounterVoiceOptions--;
return o;
@@ -2166,7 +2166,7 @@
void checkVoiceOptions(api.VoiceOptions o) {
buildCounterVoiceOptions++;
if (buildCounterVoiceOptions < 3) {
- checkUnnamed5391(o.coveredData!);
+ checkUnnamed5393(o.coveredData!);
}
buildCounterVoiceOptions--;
}
diff --git a/generated/googleapis/test/vision/v1_test.dart b/generated/googleapis/test/vision/v1_test.dart
index 840c592..4c1154c 100644
--- a/generated/googleapis/test/vision/v1_test.dart
+++ b/generated/googleapis/test/vision/v1_test.dart
@@ -49,27 +49,27 @@
buildCounterAddProductToProductSetRequest--;
}
-core.List<api.Feature> buildUnnamed3386() {
+core.List<api.Feature> buildUnnamed3387() {
var o = <api.Feature>[];
o.add(buildFeature());
o.add(buildFeature());
return o;
}
-void checkUnnamed3386(core.List<api.Feature> o) {
+void checkUnnamed3387(core.List<api.Feature> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeature(o[0] as api.Feature);
checkFeature(o[1] as api.Feature);
}
-core.List<core.int> buildUnnamed3387() {
+core.List<core.int> buildUnnamed3388() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed3387(core.List<core.int> o) {
+void checkUnnamed3388(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -86,10 +86,10 @@
var o = api.AnnotateFileRequest();
buildCounterAnnotateFileRequest++;
if (buildCounterAnnotateFileRequest < 3) {
- o.features = buildUnnamed3386();
+ o.features = buildUnnamed3387();
o.imageContext = buildImageContext();
o.inputConfig = buildInputConfig();
- o.pages = buildUnnamed3387();
+ o.pages = buildUnnamed3388();
}
buildCounterAnnotateFileRequest--;
return o;
@@ -98,22 +98,22 @@
void checkAnnotateFileRequest(api.AnnotateFileRequest o) {
buildCounterAnnotateFileRequest++;
if (buildCounterAnnotateFileRequest < 3) {
- checkUnnamed3386(o.features!);
+ checkUnnamed3387(o.features!);
checkImageContext(o.imageContext! as api.ImageContext);
checkInputConfig(o.inputConfig! as api.InputConfig);
- checkUnnamed3387(o.pages!);
+ checkUnnamed3388(o.pages!);
}
buildCounterAnnotateFileRequest--;
}
-core.List<api.AnnotateImageResponse> buildUnnamed3388() {
+core.List<api.AnnotateImageResponse> buildUnnamed3389() {
var o = <api.AnnotateImageResponse>[];
o.add(buildAnnotateImageResponse());
o.add(buildAnnotateImageResponse());
return o;
}
-void checkUnnamed3388(core.List<api.AnnotateImageResponse> o) {
+void checkUnnamed3389(core.List<api.AnnotateImageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateImageResponse(o[0] as api.AnnotateImageResponse);
checkAnnotateImageResponse(o[1] as api.AnnotateImageResponse);
@@ -126,7 +126,7 @@
if (buildCounterAnnotateFileResponse < 3) {
o.error = buildStatus();
o.inputConfig = buildInputConfig();
- o.responses = buildUnnamed3388();
+ o.responses = buildUnnamed3389();
o.totalPages = 42;
}
buildCounterAnnotateFileResponse--;
@@ -138,7 +138,7 @@
if (buildCounterAnnotateFileResponse < 3) {
checkStatus(o.error! as api.Status);
checkInputConfig(o.inputConfig! as api.InputConfig);
- checkUnnamed3388(o.responses!);
+ checkUnnamed3389(o.responses!);
unittest.expect(
o.totalPages!,
unittest.equals(42),
@@ -147,14 +147,14 @@
buildCounterAnnotateFileResponse--;
}
-core.List<api.Feature> buildUnnamed3389() {
+core.List<api.Feature> buildUnnamed3390() {
var o = <api.Feature>[];
o.add(buildFeature());
o.add(buildFeature());
return o;
}
-void checkUnnamed3389(core.List<api.Feature> o) {
+void checkUnnamed3390(core.List<api.Feature> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeature(o[0] as api.Feature);
checkFeature(o[1] as api.Feature);
@@ -165,7 +165,7 @@
var o = api.AnnotateImageRequest();
buildCounterAnnotateImageRequest++;
if (buildCounterAnnotateImageRequest < 3) {
- o.features = buildUnnamed3389();
+ o.features = buildUnnamed3390();
o.image = buildImage();
o.imageContext = buildImageContext();
}
@@ -176,39 +176,26 @@
void checkAnnotateImageRequest(api.AnnotateImageRequest o) {
buildCounterAnnotateImageRequest++;
if (buildCounterAnnotateImageRequest < 3) {
- checkUnnamed3389(o.features!);
+ checkUnnamed3390(o.features!);
checkImage(o.image! as api.Image);
checkImageContext(o.imageContext! as api.ImageContext);
}
buildCounterAnnotateImageRequest--;
}
-core.List<api.FaceAnnotation> buildUnnamed3390() {
+core.List<api.FaceAnnotation> buildUnnamed3391() {
var o = <api.FaceAnnotation>[];
o.add(buildFaceAnnotation());
o.add(buildFaceAnnotation());
return o;
}
-void checkUnnamed3390(core.List<api.FaceAnnotation> o) {
+void checkUnnamed3391(core.List<api.FaceAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkFaceAnnotation(o[0] as api.FaceAnnotation);
checkFaceAnnotation(o[1] as api.FaceAnnotation);
}
-core.List<api.EntityAnnotation> buildUnnamed3391() {
- var o = <api.EntityAnnotation>[];
- o.add(buildEntityAnnotation());
- o.add(buildEntityAnnotation());
- return o;
-}
-
-void checkUnnamed3391(core.List<api.EntityAnnotation> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkEntityAnnotation(o[0] as api.EntityAnnotation);
- checkEntityAnnotation(o[1] as api.EntityAnnotation);
-}
-
core.List<api.EntityAnnotation> buildUnnamed3392() {
var o = <api.EntityAnnotation>[];
o.add(buildEntityAnnotation());
@@ -222,32 +209,32 @@
checkEntityAnnotation(o[1] as api.EntityAnnotation);
}
-core.List<api.LocalizedObjectAnnotation> buildUnnamed3393() {
- var o = <api.LocalizedObjectAnnotation>[];
- o.add(buildLocalizedObjectAnnotation());
- o.add(buildLocalizedObjectAnnotation());
- return o;
-}
-
-void checkUnnamed3393(core.List<api.LocalizedObjectAnnotation> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkLocalizedObjectAnnotation(o[0] as api.LocalizedObjectAnnotation);
- checkLocalizedObjectAnnotation(o[1] as api.LocalizedObjectAnnotation);
-}
-
-core.List<api.EntityAnnotation> buildUnnamed3394() {
+core.List<api.EntityAnnotation> buildUnnamed3393() {
var o = <api.EntityAnnotation>[];
o.add(buildEntityAnnotation());
o.add(buildEntityAnnotation());
return o;
}
-void checkUnnamed3394(core.List<api.EntityAnnotation> o) {
+void checkUnnamed3393(core.List<api.EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityAnnotation(o[0] as api.EntityAnnotation);
checkEntityAnnotation(o[1] as api.EntityAnnotation);
}
+core.List<api.LocalizedObjectAnnotation> buildUnnamed3394() {
+ var o = <api.LocalizedObjectAnnotation>[];
+ o.add(buildLocalizedObjectAnnotation());
+ o.add(buildLocalizedObjectAnnotation());
+ return o;
+}
+
+void checkUnnamed3394(core.List<api.LocalizedObjectAnnotation> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkLocalizedObjectAnnotation(o[0] as api.LocalizedObjectAnnotation);
+ checkLocalizedObjectAnnotation(o[1] as api.LocalizedObjectAnnotation);
+}
+
core.List<api.EntityAnnotation> buildUnnamed3395() {
var o = <api.EntityAnnotation>[];
o.add(buildEntityAnnotation());
@@ -261,6 +248,19 @@
checkEntityAnnotation(o[1] as api.EntityAnnotation);
}
+core.List<api.EntityAnnotation> buildUnnamed3396() {
+ var o = <api.EntityAnnotation>[];
+ o.add(buildEntityAnnotation());
+ o.add(buildEntityAnnotation());
+ return o;
+}
+
+void checkUnnamed3396(core.List<api.EntityAnnotation> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkEntityAnnotation(o[0] as api.EntityAnnotation);
+ checkEntityAnnotation(o[1] as api.EntityAnnotation);
+}
+
core.int buildCounterAnnotateImageResponse = 0;
api.AnnotateImageResponse buildAnnotateImageResponse() {
var o = api.AnnotateImageResponse();
@@ -269,16 +269,16 @@
o.context = buildImageAnnotationContext();
o.cropHintsAnnotation = buildCropHintsAnnotation();
o.error = buildStatus();
- o.faceAnnotations = buildUnnamed3390();
+ o.faceAnnotations = buildUnnamed3391();
o.fullTextAnnotation = buildTextAnnotation();
o.imagePropertiesAnnotation = buildImageProperties();
- o.labelAnnotations = buildUnnamed3391();
- o.landmarkAnnotations = buildUnnamed3392();
- o.localizedObjectAnnotations = buildUnnamed3393();
- o.logoAnnotations = buildUnnamed3394();
+ o.labelAnnotations = buildUnnamed3392();
+ o.landmarkAnnotations = buildUnnamed3393();
+ o.localizedObjectAnnotations = buildUnnamed3394();
+ o.logoAnnotations = buildUnnamed3395();
o.productSearchResults = buildProductSearchResults();
o.safeSearchAnnotation = buildSafeSearchAnnotation();
- o.textAnnotations = buildUnnamed3395();
+ o.textAnnotations = buildUnnamed3396();
o.webDetection = buildWebDetection();
}
buildCounterAnnotateImageResponse--;
@@ -291,31 +291,31 @@
checkImageAnnotationContext(o.context! as api.ImageAnnotationContext);
checkCropHintsAnnotation(o.cropHintsAnnotation! as api.CropHintsAnnotation);
checkStatus(o.error! as api.Status);
- checkUnnamed3390(o.faceAnnotations!);
+ checkUnnamed3391(o.faceAnnotations!);
checkTextAnnotation(o.fullTextAnnotation! as api.TextAnnotation);
checkImageProperties(o.imagePropertiesAnnotation! as api.ImageProperties);
- checkUnnamed3391(o.labelAnnotations!);
- checkUnnamed3392(o.landmarkAnnotations!);
- checkUnnamed3393(o.localizedObjectAnnotations!);
- checkUnnamed3394(o.logoAnnotations!);
+ checkUnnamed3392(o.labelAnnotations!);
+ checkUnnamed3393(o.landmarkAnnotations!);
+ checkUnnamed3394(o.localizedObjectAnnotations!);
+ checkUnnamed3395(o.logoAnnotations!);
checkProductSearchResults(
o.productSearchResults! as api.ProductSearchResults);
checkSafeSearchAnnotation(
o.safeSearchAnnotation! as api.SafeSearchAnnotation);
- checkUnnamed3395(o.textAnnotations!);
+ checkUnnamed3396(o.textAnnotations!);
checkWebDetection(o.webDetection! as api.WebDetection);
}
buildCounterAnnotateImageResponse--;
}
-core.List<api.Feature> buildUnnamed3396() {
+core.List<api.Feature> buildUnnamed3397() {
var o = <api.Feature>[];
o.add(buildFeature());
o.add(buildFeature());
return o;
}
-void checkUnnamed3396(core.List<api.Feature> o) {
+void checkUnnamed3397(core.List<api.Feature> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeature(o[0] as api.Feature);
checkFeature(o[1] as api.Feature);
@@ -326,7 +326,7 @@
var o = api.AsyncAnnotateFileRequest();
buildCounterAsyncAnnotateFileRequest++;
if (buildCounterAsyncAnnotateFileRequest < 3) {
- o.features = buildUnnamed3396();
+ o.features = buildUnnamed3397();
o.imageContext = buildImageContext();
o.inputConfig = buildInputConfig();
o.outputConfig = buildOutputConfig();
@@ -338,7 +338,7 @@
void checkAsyncAnnotateFileRequest(api.AsyncAnnotateFileRequest o) {
buildCounterAsyncAnnotateFileRequest++;
if (buildCounterAsyncAnnotateFileRequest < 3) {
- checkUnnamed3396(o.features!);
+ checkUnnamed3397(o.features!);
checkImageContext(o.imageContext! as api.ImageContext);
checkInputConfig(o.inputConfig! as api.InputConfig);
checkOutputConfig(o.outputConfig! as api.OutputConfig);
@@ -365,14 +365,14 @@
buildCounterAsyncAnnotateFileResponse--;
}
-core.List<api.AsyncAnnotateFileRequest> buildUnnamed3397() {
+core.List<api.AsyncAnnotateFileRequest> buildUnnamed3398() {
var o = <api.AsyncAnnotateFileRequest>[];
o.add(buildAsyncAnnotateFileRequest());
o.add(buildAsyncAnnotateFileRequest());
return o;
}
-void checkUnnamed3397(core.List<api.AsyncAnnotateFileRequest> o) {
+void checkUnnamed3398(core.List<api.AsyncAnnotateFileRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkAsyncAnnotateFileRequest(o[0] as api.AsyncAnnotateFileRequest);
checkAsyncAnnotateFileRequest(o[1] as api.AsyncAnnotateFileRequest);
@@ -384,7 +384,7 @@
buildCounterAsyncBatchAnnotateFilesRequest++;
if (buildCounterAsyncBatchAnnotateFilesRequest < 3) {
o.parent = 'foo';
- o.requests = buildUnnamed3397();
+ o.requests = buildUnnamed3398();
}
buildCounterAsyncBatchAnnotateFilesRequest--;
return o;
@@ -397,19 +397,19 @@
o.parent!,
unittest.equals('foo'),
);
- checkUnnamed3397(o.requests!);
+ checkUnnamed3398(o.requests!);
}
buildCounterAsyncBatchAnnotateFilesRequest--;
}
-core.List<api.AsyncAnnotateFileResponse> buildUnnamed3398() {
+core.List<api.AsyncAnnotateFileResponse> buildUnnamed3399() {
var o = <api.AsyncAnnotateFileResponse>[];
o.add(buildAsyncAnnotateFileResponse());
o.add(buildAsyncAnnotateFileResponse());
return o;
}
-void checkUnnamed3398(core.List<api.AsyncAnnotateFileResponse> o) {
+void checkUnnamed3399(core.List<api.AsyncAnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkAsyncAnnotateFileResponse(o[0] as api.AsyncAnnotateFileResponse);
checkAsyncAnnotateFileResponse(o[1] as api.AsyncAnnotateFileResponse);
@@ -420,7 +420,7 @@
var o = api.AsyncBatchAnnotateFilesResponse();
buildCounterAsyncBatchAnnotateFilesResponse++;
if (buildCounterAsyncBatchAnnotateFilesResponse < 3) {
- o.responses = buildUnnamed3398();
+ o.responses = buildUnnamed3399();
}
buildCounterAsyncBatchAnnotateFilesResponse--;
return o;
@@ -430,19 +430,19 @@
api.AsyncBatchAnnotateFilesResponse o) {
buildCounterAsyncBatchAnnotateFilesResponse++;
if (buildCounterAsyncBatchAnnotateFilesResponse < 3) {
- checkUnnamed3398(o.responses!);
+ checkUnnamed3399(o.responses!);
}
buildCounterAsyncBatchAnnotateFilesResponse--;
}
-core.List<api.AnnotateImageRequest> buildUnnamed3399() {
+core.List<api.AnnotateImageRequest> buildUnnamed3400() {
var o = <api.AnnotateImageRequest>[];
o.add(buildAnnotateImageRequest());
o.add(buildAnnotateImageRequest());
return o;
}
-void checkUnnamed3399(core.List<api.AnnotateImageRequest> o) {
+void checkUnnamed3400(core.List<api.AnnotateImageRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateImageRequest(o[0] as api.AnnotateImageRequest);
checkAnnotateImageRequest(o[1] as api.AnnotateImageRequest);
@@ -455,7 +455,7 @@
if (buildCounterAsyncBatchAnnotateImagesRequest < 3) {
o.outputConfig = buildOutputConfig();
o.parent = 'foo';
- o.requests = buildUnnamed3399();
+ o.requests = buildUnnamed3400();
}
buildCounterAsyncBatchAnnotateImagesRequest--;
return o;
@@ -470,7 +470,7 @@
o.parent!,
unittest.equals('foo'),
);
- checkUnnamed3399(o.requests!);
+ checkUnnamed3400(o.requests!);
}
buildCounterAsyncBatchAnnotateImagesRequest--;
}
@@ -495,14 +495,14 @@
buildCounterAsyncBatchAnnotateImagesResponse--;
}
-core.List<api.AnnotateFileRequest> buildUnnamed3400() {
+core.List<api.AnnotateFileRequest> buildUnnamed3401() {
var o = <api.AnnotateFileRequest>[];
o.add(buildAnnotateFileRequest());
o.add(buildAnnotateFileRequest());
return o;
}
-void checkUnnamed3400(core.List<api.AnnotateFileRequest> o) {
+void checkUnnamed3401(core.List<api.AnnotateFileRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateFileRequest(o[0] as api.AnnotateFileRequest);
checkAnnotateFileRequest(o[1] as api.AnnotateFileRequest);
@@ -514,7 +514,7 @@
buildCounterBatchAnnotateFilesRequest++;
if (buildCounterBatchAnnotateFilesRequest < 3) {
o.parent = 'foo';
- o.requests = buildUnnamed3400();
+ o.requests = buildUnnamed3401();
}
buildCounterBatchAnnotateFilesRequest--;
return o;
@@ -527,19 +527,19 @@
o.parent!,
unittest.equals('foo'),
);
- checkUnnamed3400(o.requests!);
+ checkUnnamed3401(o.requests!);
}
buildCounterBatchAnnotateFilesRequest--;
}
-core.List<api.AnnotateFileResponse> buildUnnamed3401() {
+core.List<api.AnnotateFileResponse> buildUnnamed3402() {
var o = <api.AnnotateFileResponse>[];
o.add(buildAnnotateFileResponse());
o.add(buildAnnotateFileResponse());
return o;
}
-void checkUnnamed3401(core.List<api.AnnotateFileResponse> o) {
+void checkUnnamed3402(core.List<api.AnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateFileResponse(o[0] as api.AnnotateFileResponse);
checkAnnotateFileResponse(o[1] as api.AnnotateFileResponse);
@@ -550,7 +550,7 @@
var o = api.BatchAnnotateFilesResponse();
buildCounterBatchAnnotateFilesResponse++;
if (buildCounterBatchAnnotateFilesResponse < 3) {
- o.responses = buildUnnamed3401();
+ o.responses = buildUnnamed3402();
}
buildCounterBatchAnnotateFilesResponse--;
return o;
@@ -559,19 +559,19 @@
void checkBatchAnnotateFilesResponse(api.BatchAnnotateFilesResponse o) {
buildCounterBatchAnnotateFilesResponse++;
if (buildCounterBatchAnnotateFilesResponse < 3) {
- checkUnnamed3401(o.responses!);
+ checkUnnamed3402(o.responses!);
}
buildCounterBatchAnnotateFilesResponse--;
}
-core.List<api.AnnotateImageRequest> buildUnnamed3402() {
+core.List<api.AnnotateImageRequest> buildUnnamed3403() {
var o = <api.AnnotateImageRequest>[];
o.add(buildAnnotateImageRequest());
o.add(buildAnnotateImageRequest());
return o;
}
-void checkUnnamed3402(core.List<api.AnnotateImageRequest> o) {
+void checkUnnamed3403(core.List<api.AnnotateImageRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateImageRequest(o[0] as api.AnnotateImageRequest);
checkAnnotateImageRequest(o[1] as api.AnnotateImageRequest);
@@ -583,7 +583,7 @@
buildCounterBatchAnnotateImagesRequest++;
if (buildCounterBatchAnnotateImagesRequest < 3) {
o.parent = 'foo';
- o.requests = buildUnnamed3402();
+ o.requests = buildUnnamed3403();
}
buildCounterBatchAnnotateImagesRequest--;
return o;
@@ -596,19 +596,19 @@
o.parent!,
unittest.equals('foo'),
);
- checkUnnamed3402(o.requests!);
+ checkUnnamed3403(o.requests!);
}
buildCounterBatchAnnotateImagesRequest--;
}
-core.List<api.AnnotateImageResponse> buildUnnamed3403() {
+core.List<api.AnnotateImageResponse> buildUnnamed3404() {
var o = <api.AnnotateImageResponse>[];
o.add(buildAnnotateImageResponse());
o.add(buildAnnotateImageResponse());
return o;
}
-void checkUnnamed3403(core.List<api.AnnotateImageResponse> o) {
+void checkUnnamed3404(core.List<api.AnnotateImageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateImageResponse(o[0] as api.AnnotateImageResponse);
checkAnnotateImageResponse(o[1] as api.AnnotateImageResponse);
@@ -619,7 +619,7 @@
var o = api.BatchAnnotateImagesResponse();
buildCounterBatchAnnotateImagesResponse++;
if (buildCounterBatchAnnotateImagesResponse < 3) {
- o.responses = buildUnnamed3403();
+ o.responses = buildUnnamed3404();
}
buildCounterBatchAnnotateImagesResponse--;
return o;
@@ -628,7 +628,7 @@
void checkBatchAnnotateImagesResponse(api.BatchAnnotateImagesResponse o) {
buildCounterBatchAnnotateImagesResponse++;
if (buildCounterBatchAnnotateImagesResponse < 3) {
- checkUnnamed3403(o.responses!);
+ checkUnnamed3404(o.responses!);
}
buildCounterBatchAnnotateImagesResponse--;
}
@@ -665,14 +665,14 @@
buildCounterBatchOperationMetadata--;
}
-core.List<api.Paragraph> buildUnnamed3404() {
+core.List<api.Paragraph> buildUnnamed3405() {
var o = <api.Paragraph>[];
o.add(buildParagraph());
o.add(buildParagraph());
return o;
}
-void checkUnnamed3404(core.List<api.Paragraph> o) {
+void checkUnnamed3405(core.List<api.Paragraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkParagraph(o[0] as api.Paragraph);
checkParagraph(o[1] as api.Paragraph);
@@ -686,7 +686,7 @@
o.blockType = 'foo';
o.boundingBox = buildBoundingPoly();
o.confidence = 42.0;
- o.paragraphs = buildUnnamed3404();
+ o.paragraphs = buildUnnamed3405();
o.property = buildTextProperty();
}
buildCounterBlock--;
@@ -705,33 +705,33 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed3404(o.paragraphs!);
+ checkUnnamed3405(o.paragraphs!);
checkTextProperty(o.property! as api.TextProperty);
}
buildCounterBlock--;
}
-core.List<api.NormalizedVertex> buildUnnamed3405() {
+core.List<api.NormalizedVertex> buildUnnamed3406() {
var o = <api.NormalizedVertex>[];
o.add(buildNormalizedVertex());
o.add(buildNormalizedVertex());
return o;
}
-void checkUnnamed3405(core.List<api.NormalizedVertex> o) {
+void checkUnnamed3406(core.List<api.NormalizedVertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkNormalizedVertex(o[0] as api.NormalizedVertex);
checkNormalizedVertex(o[1] as api.NormalizedVertex);
}
-core.List<api.Vertex> buildUnnamed3406() {
+core.List<api.Vertex> buildUnnamed3407() {
var o = <api.Vertex>[];
o.add(buildVertex());
o.add(buildVertex());
return o;
}
-void checkUnnamed3406(core.List<api.Vertex> o) {
+void checkUnnamed3407(core.List<api.Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkVertex(o[0] as api.Vertex);
checkVertex(o[1] as api.Vertex);
@@ -742,8 +742,8 @@
var o = api.BoundingPoly();
buildCounterBoundingPoly++;
if (buildCounterBoundingPoly < 3) {
- o.normalizedVertices = buildUnnamed3405();
- o.vertices = buildUnnamed3406();
+ o.normalizedVertices = buildUnnamed3406();
+ o.vertices = buildUnnamed3407();
}
buildCounterBoundingPoly--;
return o;
@@ -752,8 +752,8 @@
void checkBoundingPoly(api.BoundingPoly o) {
buildCounterBoundingPoly++;
if (buildCounterBoundingPoly < 3) {
- checkUnnamed3405(o.normalizedVertices!);
- checkUnnamed3406(o.vertices!);
+ checkUnnamed3406(o.normalizedVertices!);
+ checkUnnamed3407(o.vertices!);
}
buildCounterBoundingPoly--;
}
@@ -868,14 +868,14 @@
buildCounterCropHint--;
}
-core.List<api.CropHint> buildUnnamed3407() {
+core.List<api.CropHint> buildUnnamed3408() {
var o = <api.CropHint>[];
o.add(buildCropHint());
o.add(buildCropHint());
return o;
}
-void checkUnnamed3407(core.List<api.CropHint> o) {
+void checkUnnamed3408(core.List<api.CropHint> o) {
unittest.expect(o, unittest.hasLength(2));
checkCropHint(o[0] as api.CropHint);
checkCropHint(o[1] as api.CropHint);
@@ -886,7 +886,7 @@
var o = api.CropHintsAnnotation();
buildCounterCropHintsAnnotation++;
if (buildCounterCropHintsAnnotation < 3) {
- o.cropHints = buildUnnamed3407();
+ o.cropHints = buildUnnamed3408();
}
buildCounterCropHintsAnnotation--;
return o;
@@ -895,19 +895,19 @@
void checkCropHintsAnnotation(api.CropHintsAnnotation o) {
buildCounterCropHintsAnnotation++;
if (buildCounterCropHintsAnnotation < 3) {
- checkUnnamed3407(o.cropHints!);
+ checkUnnamed3408(o.cropHints!);
}
buildCounterCropHintsAnnotation--;
}
-core.List<core.double> buildUnnamed3408() {
+core.List<core.double> buildUnnamed3409() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed3408(core.List<core.double> o) {
+void checkUnnamed3409(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -924,7 +924,7 @@
var o = api.CropHintsParams();
buildCounterCropHintsParams++;
if (buildCounterCropHintsParams < 3) {
- o.aspectRatios = buildUnnamed3408();
+ o.aspectRatios = buildUnnamed3409();
}
buildCounterCropHintsParams--;
return o;
@@ -933,7 +933,7 @@
void checkCropHintsParams(api.CropHintsParams o) {
buildCounterCropHintsParams++;
if (buildCounterCropHintsParams < 3) {
- checkUnnamed3408(o.aspectRatios!);
+ checkUnnamed3409(o.aspectRatios!);
}
buildCounterCropHintsParams--;
}
@@ -989,14 +989,14 @@
buildCounterDetectedLanguage--;
}
-core.List<api.ColorInfo> buildUnnamed3409() {
+core.List<api.ColorInfo> buildUnnamed3410() {
var o = <api.ColorInfo>[];
o.add(buildColorInfo());
o.add(buildColorInfo());
return o;
}
-void checkUnnamed3409(core.List<api.ColorInfo> o) {
+void checkUnnamed3410(core.List<api.ColorInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkColorInfo(o[0] as api.ColorInfo);
checkColorInfo(o[1] as api.ColorInfo);
@@ -1007,7 +1007,7 @@
var o = api.DominantColorsAnnotation();
buildCounterDominantColorsAnnotation++;
if (buildCounterDominantColorsAnnotation < 3) {
- o.colors = buildUnnamed3409();
+ o.colors = buildUnnamed3410();
}
buildCounterDominantColorsAnnotation--;
return o;
@@ -1016,7 +1016,7 @@
void checkDominantColorsAnnotation(api.DominantColorsAnnotation o) {
buildCounterDominantColorsAnnotation++;
if (buildCounterDominantColorsAnnotation < 3) {
- checkUnnamed3409(o.colors!);
+ checkUnnamed3410(o.colors!);
}
buildCounterDominantColorsAnnotation--;
}
@@ -1036,27 +1036,27 @@
buildCounterEmpty--;
}
-core.List<api.LocationInfo> buildUnnamed3410() {
+core.List<api.LocationInfo> buildUnnamed3411() {
var o = <api.LocationInfo>[];
o.add(buildLocationInfo());
o.add(buildLocationInfo());
return o;
}
-void checkUnnamed3410(core.List<api.LocationInfo> o) {
+void checkUnnamed3411(core.List<api.LocationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocationInfo(o[0] as api.LocationInfo);
checkLocationInfo(o[1] as api.LocationInfo);
}
-core.List<api.Property> buildUnnamed3411() {
+core.List<api.Property> buildUnnamed3412() {
var o = <api.Property>[];
o.add(buildProperty());
o.add(buildProperty());
return o;
}
-void checkUnnamed3411(core.List<api.Property> o) {
+void checkUnnamed3412(core.List<api.Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkProperty(o[0] as api.Property);
checkProperty(o[1] as api.Property);
@@ -1071,9 +1071,9 @@
o.confidence = 42.0;
o.description = 'foo';
o.locale = 'foo';
- o.locations = buildUnnamed3410();
+ o.locations = buildUnnamed3411();
o.mid = 'foo';
- o.properties = buildUnnamed3411();
+ o.properties = buildUnnamed3412();
o.score = 42.0;
o.topicality = 42.0;
}
@@ -1097,12 +1097,12 @@
o.locale!,
unittest.equals('foo'),
);
- checkUnnamed3410(o.locations!);
+ checkUnnamed3411(o.locations!);
unittest.expect(
o.mid!,
unittest.equals('foo'),
);
- checkUnnamed3411(o.properties!);
+ checkUnnamed3412(o.properties!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -1115,14 +1115,14 @@
buildCounterEntityAnnotation--;
}
-core.List<api.Landmark> buildUnnamed3412() {
+core.List<api.Landmark> buildUnnamed3413() {
var o = <api.Landmark>[];
o.add(buildLandmark());
o.add(buildLandmark());
return o;
}
-void checkUnnamed3412(core.List<api.Landmark> o) {
+void checkUnnamed3413(core.List<api.Landmark> o) {
unittest.expect(o, unittest.hasLength(2));
checkLandmark(o[0] as api.Landmark);
checkLandmark(o[1] as api.Landmark);
@@ -1141,7 +1141,7 @@
o.headwearLikelihood = 'foo';
o.joyLikelihood = 'foo';
o.landmarkingConfidence = 42.0;
- o.landmarks = buildUnnamed3412();
+ o.landmarks = buildUnnamed3413();
o.panAngle = 42.0;
o.rollAngle = 42.0;
o.sorrowLikelihood = 'foo';
@@ -1182,7 +1182,7 @@
o.landmarkingConfidence!,
unittest.equals(42.0),
);
- checkUnnamed3412(o.landmarks!);
+ checkUnnamed3413(o.landmarks!);
unittest.expect(
o.panAngle!,
unittest.equals(42.0),
@@ -1288,14 +1288,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1AnnotateImageResponse>
- buildUnnamed3413() {
+ buildUnnamed3414() {
var o = <api.GoogleCloudVisionV1p1beta1AnnotateImageResponse>[];
o.add(buildGoogleCloudVisionV1p1beta1AnnotateImageResponse());
o.add(buildGoogleCloudVisionV1p1beta1AnnotateImageResponse());
return o;
}
-void checkUnnamed3413(
+void checkUnnamed3414(
core.List<api.GoogleCloudVisionV1p1beta1AnnotateImageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1AnnotateImageResponse(
@@ -1312,7 +1312,7 @@
if (buildCounterGoogleCloudVisionV1p1beta1AnnotateFileResponse < 3) {
o.error = buildStatus();
o.inputConfig = buildGoogleCloudVisionV1p1beta1InputConfig();
- o.responses = buildUnnamed3413();
+ o.responses = buildUnnamed3414();
o.totalPages = 42;
}
buildCounterGoogleCloudVisionV1p1beta1AnnotateFileResponse--;
@@ -1326,7 +1326,7 @@
checkStatus(o.error! as api.Status);
checkGoogleCloudVisionV1p1beta1InputConfig(
o.inputConfig! as api.GoogleCloudVisionV1p1beta1InputConfig);
- checkUnnamed3413(o.responses!);
+ checkUnnamed3414(o.responses!);
unittest.expect(
o.totalPages!,
unittest.equals(42),
@@ -1335,14 +1335,14 @@
buildCounterGoogleCloudVisionV1p1beta1AnnotateFileResponse--;
}
-core.List<api.GoogleCloudVisionV1p1beta1FaceAnnotation> buildUnnamed3414() {
+core.List<api.GoogleCloudVisionV1p1beta1FaceAnnotation> buildUnnamed3415() {
var o = <api.GoogleCloudVisionV1p1beta1FaceAnnotation>[];
o.add(buildGoogleCloudVisionV1p1beta1FaceAnnotation());
o.add(buildGoogleCloudVisionV1p1beta1FaceAnnotation());
return o;
}
-void checkUnnamed3414(
+void checkUnnamed3415(
core.List<api.GoogleCloudVisionV1p1beta1FaceAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1FaceAnnotation(
@@ -1351,22 +1351,6 @@
o[1] as api.GoogleCloudVisionV1p1beta1FaceAnnotation);
}
-core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed3415() {
- var o = <api.GoogleCloudVisionV1p1beta1EntityAnnotation>[];
- o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
- o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
- return o;
-}
-
-void checkUnnamed3415(
- core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p1beta1EntityAnnotation(
- o[0] as api.GoogleCloudVisionV1p1beta1EntityAnnotation);
- checkGoogleCloudVisionV1p1beta1EntityAnnotation(
- o[1] as api.GoogleCloudVisionV1p1beta1EntityAnnotation);
-}
-
core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed3416() {
var o = <api.GoogleCloudVisionV1p1beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
@@ -1383,31 +1367,14 @@
o[1] as api.GoogleCloudVisionV1p1beta1EntityAnnotation);
}
-core.List<api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation>
- buildUnnamed3417() {
- var o = <api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation>[];
- o.add(buildGoogleCloudVisionV1p1beta1LocalizedObjectAnnotation());
- o.add(buildGoogleCloudVisionV1p1beta1LocalizedObjectAnnotation());
- return o;
-}
-
-void checkUnnamed3417(
- core.List<api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p1beta1LocalizedObjectAnnotation(
- o[0] as api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation);
- checkGoogleCloudVisionV1p1beta1LocalizedObjectAnnotation(
- o[1] as api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation);
-}
-
-core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed3418() {
+core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed3417() {
var o = <api.GoogleCloudVisionV1p1beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
return o;
}
-void checkUnnamed3418(
+void checkUnnamed3417(
core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1EntityAnnotation(
@@ -1416,6 +1383,23 @@
o[1] as api.GoogleCloudVisionV1p1beta1EntityAnnotation);
}
+core.List<api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation>
+ buildUnnamed3418() {
+ var o = <api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation>[];
+ o.add(buildGoogleCloudVisionV1p1beta1LocalizedObjectAnnotation());
+ o.add(buildGoogleCloudVisionV1p1beta1LocalizedObjectAnnotation());
+ return o;
+}
+
+void checkUnnamed3418(
+ core.List<api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p1beta1LocalizedObjectAnnotation(
+ o[0] as api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation);
+ checkGoogleCloudVisionV1p1beta1LocalizedObjectAnnotation(
+ o[1] as api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation);
+}
+
core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed3419() {
var o = <api.GoogleCloudVisionV1p1beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
@@ -1432,6 +1416,22 @@
o[1] as api.GoogleCloudVisionV1p1beta1EntityAnnotation);
}
+core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed3420() {
+ var o = <api.GoogleCloudVisionV1p1beta1EntityAnnotation>[];
+ o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
+ o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
+ return o;
+}
+
+void checkUnnamed3420(
+ core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p1beta1EntityAnnotation(
+ o[0] as api.GoogleCloudVisionV1p1beta1EntityAnnotation);
+ checkGoogleCloudVisionV1p1beta1EntityAnnotation(
+ o[1] as api.GoogleCloudVisionV1p1beta1EntityAnnotation);
+}
+
core.int buildCounterGoogleCloudVisionV1p1beta1AnnotateImageResponse = 0;
api.GoogleCloudVisionV1p1beta1AnnotateImageResponse
buildGoogleCloudVisionV1p1beta1AnnotateImageResponse() {
@@ -1442,19 +1442,19 @@
o.cropHintsAnnotation =
buildGoogleCloudVisionV1p1beta1CropHintsAnnotation();
o.error = buildStatus();
- o.faceAnnotations = buildUnnamed3414();
+ o.faceAnnotations = buildUnnamed3415();
o.fullTextAnnotation = buildGoogleCloudVisionV1p1beta1TextAnnotation();
o.imagePropertiesAnnotation =
buildGoogleCloudVisionV1p1beta1ImageProperties();
- o.labelAnnotations = buildUnnamed3415();
- o.landmarkAnnotations = buildUnnamed3416();
- o.localizedObjectAnnotations = buildUnnamed3417();
- o.logoAnnotations = buildUnnamed3418();
+ o.labelAnnotations = buildUnnamed3416();
+ o.landmarkAnnotations = buildUnnamed3417();
+ o.localizedObjectAnnotations = buildUnnamed3418();
+ o.logoAnnotations = buildUnnamed3419();
o.productSearchResults =
buildGoogleCloudVisionV1p1beta1ProductSearchResults();
o.safeSearchAnnotation =
buildGoogleCloudVisionV1p1beta1SafeSearchAnnotation();
- o.textAnnotations = buildUnnamed3419();
+ o.textAnnotations = buildUnnamed3420();
o.webDetection = buildGoogleCloudVisionV1p1beta1WebDetection();
}
buildCounterGoogleCloudVisionV1p1beta1AnnotateImageResponse--;
@@ -1470,20 +1470,20 @@
checkGoogleCloudVisionV1p1beta1CropHintsAnnotation(o.cropHintsAnnotation!
as api.GoogleCloudVisionV1p1beta1CropHintsAnnotation);
checkStatus(o.error! as api.Status);
- checkUnnamed3414(o.faceAnnotations!);
+ checkUnnamed3415(o.faceAnnotations!);
checkGoogleCloudVisionV1p1beta1TextAnnotation(
o.fullTextAnnotation! as api.GoogleCloudVisionV1p1beta1TextAnnotation);
checkGoogleCloudVisionV1p1beta1ImageProperties(o.imagePropertiesAnnotation!
as api.GoogleCloudVisionV1p1beta1ImageProperties);
- checkUnnamed3415(o.labelAnnotations!);
- checkUnnamed3416(o.landmarkAnnotations!);
- checkUnnamed3417(o.localizedObjectAnnotations!);
- checkUnnamed3418(o.logoAnnotations!);
+ checkUnnamed3416(o.labelAnnotations!);
+ checkUnnamed3417(o.landmarkAnnotations!);
+ checkUnnamed3418(o.localizedObjectAnnotations!);
+ checkUnnamed3419(o.logoAnnotations!);
checkGoogleCloudVisionV1p1beta1ProductSearchResults(o.productSearchResults!
as api.GoogleCloudVisionV1p1beta1ProductSearchResults);
checkGoogleCloudVisionV1p1beta1SafeSearchAnnotation(o.safeSearchAnnotation!
as api.GoogleCloudVisionV1p1beta1SafeSearchAnnotation);
- checkUnnamed3419(o.textAnnotations!);
+ checkUnnamed3420(o.textAnnotations!);
checkGoogleCloudVisionV1p1beta1WebDetection(
o.webDetection! as api.GoogleCloudVisionV1p1beta1WebDetection);
}
@@ -1513,14 +1513,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse>
- buildUnnamed3420() {
+ buildUnnamed3421() {
var o = <api.GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse>[];
o.add(buildGoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse());
o.add(buildGoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse());
return o;
}
-void checkUnnamed3420(
+void checkUnnamed3421(
core.List<api.GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse(
@@ -1537,7 +1537,7 @@
buildCounterGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse <
3) {
- o.responses = buildUnnamed3420();
+ o.responses = buildUnnamed3421();
}
buildCounterGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse--;
return o;
@@ -1548,19 +1548,19 @@
buildCounterGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse <
3) {
- checkUnnamed3420(o.responses!);
+ checkUnnamed3421(o.responses!);
}
buildCounterGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse--;
}
-core.List<api.GoogleCloudVisionV1p1beta1Paragraph> buildUnnamed3421() {
+core.List<api.GoogleCloudVisionV1p1beta1Paragraph> buildUnnamed3422() {
var o = <api.GoogleCloudVisionV1p1beta1Paragraph>[];
o.add(buildGoogleCloudVisionV1p1beta1Paragraph());
o.add(buildGoogleCloudVisionV1p1beta1Paragraph());
return o;
}
-void checkUnnamed3421(core.List<api.GoogleCloudVisionV1p1beta1Paragraph> o) {
+void checkUnnamed3422(core.List<api.GoogleCloudVisionV1p1beta1Paragraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Paragraph(
o[0] as api.GoogleCloudVisionV1p1beta1Paragraph);
@@ -1576,7 +1576,7 @@
o.blockType = 'foo';
o.boundingBox = buildGoogleCloudVisionV1p1beta1BoundingPoly();
o.confidence = 42.0;
- o.paragraphs = buildUnnamed3421();
+ o.paragraphs = buildUnnamed3422();
o.property = buildGoogleCloudVisionV1p1beta1TextAnnotationTextProperty();
}
buildCounterGoogleCloudVisionV1p1beta1Block--;
@@ -1597,21 +1597,21 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed3421(o.paragraphs!);
+ checkUnnamed3422(o.paragraphs!);
checkGoogleCloudVisionV1p1beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p1beta1TextAnnotationTextProperty);
}
buildCounterGoogleCloudVisionV1p1beta1Block--;
}
-core.List<api.GoogleCloudVisionV1p1beta1NormalizedVertex> buildUnnamed3422() {
+core.List<api.GoogleCloudVisionV1p1beta1NormalizedVertex> buildUnnamed3423() {
var o = <api.GoogleCloudVisionV1p1beta1NormalizedVertex>[];
o.add(buildGoogleCloudVisionV1p1beta1NormalizedVertex());
o.add(buildGoogleCloudVisionV1p1beta1NormalizedVertex());
return o;
}
-void checkUnnamed3422(
+void checkUnnamed3423(
core.List<api.GoogleCloudVisionV1p1beta1NormalizedVertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1NormalizedVertex(
@@ -1620,14 +1620,14 @@
o[1] as api.GoogleCloudVisionV1p1beta1NormalizedVertex);
}
-core.List<api.GoogleCloudVisionV1p1beta1Vertex> buildUnnamed3423() {
+core.List<api.GoogleCloudVisionV1p1beta1Vertex> buildUnnamed3424() {
var o = <api.GoogleCloudVisionV1p1beta1Vertex>[];
o.add(buildGoogleCloudVisionV1p1beta1Vertex());
o.add(buildGoogleCloudVisionV1p1beta1Vertex());
return o;
}
-void checkUnnamed3423(core.List<api.GoogleCloudVisionV1p1beta1Vertex> o) {
+void checkUnnamed3424(core.List<api.GoogleCloudVisionV1p1beta1Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Vertex(
o[0] as api.GoogleCloudVisionV1p1beta1Vertex);
@@ -1641,8 +1641,8 @@
var o = api.GoogleCloudVisionV1p1beta1BoundingPoly();
buildCounterGoogleCloudVisionV1p1beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p1beta1BoundingPoly < 3) {
- o.normalizedVertices = buildUnnamed3422();
- o.vertices = buildUnnamed3423();
+ o.normalizedVertices = buildUnnamed3423();
+ o.vertices = buildUnnamed3424();
}
buildCounterGoogleCloudVisionV1p1beta1BoundingPoly--;
return o;
@@ -1652,8 +1652,8 @@
api.GoogleCloudVisionV1p1beta1BoundingPoly o) {
buildCounterGoogleCloudVisionV1p1beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p1beta1BoundingPoly < 3) {
- checkUnnamed3422(o.normalizedVertices!);
- checkUnnamed3423(o.vertices!);
+ checkUnnamed3423(o.normalizedVertices!);
+ checkUnnamed3424(o.vertices!);
}
buildCounterGoogleCloudVisionV1p1beta1BoundingPoly--;
}
@@ -1721,14 +1721,14 @@
buildCounterGoogleCloudVisionV1p1beta1CropHint--;
}
-core.List<api.GoogleCloudVisionV1p1beta1CropHint> buildUnnamed3424() {
+core.List<api.GoogleCloudVisionV1p1beta1CropHint> buildUnnamed3425() {
var o = <api.GoogleCloudVisionV1p1beta1CropHint>[];
o.add(buildGoogleCloudVisionV1p1beta1CropHint());
o.add(buildGoogleCloudVisionV1p1beta1CropHint());
return o;
}
-void checkUnnamed3424(core.List<api.GoogleCloudVisionV1p1beta1CropHint> o) {
+void checkUnnamed3425(core.List<api.GoogleCloudVisionV1p1beta1CropHint> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1CropHint(
o[0] as api.GoogleCloudVisionV1p1beta1CropHint);
@@ -1742,7 +1742,7 @@
var o = api.GoogleCloudVisionV1p1beta1CropHintsAnnotation();
buildCounterGoogleCloudVisionV1p1beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p1beta1CropHintsAnnotation < 3) {
- o.cropHints = buildUnnamed3424();
+ o.cropHints = buildUnnamed3425();
}
buildCounterGoogleCloudVisionV1p1beta1CropHintsAnnotation--;
return o;
@@ -1752,19 +1752,19 @@
api.GoogleCloudVisionV1p1beta1CropHintsAnnotation o) {
buildCounterGoogleCloudVisionV1p1beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p1beta1CropHintsAnnotation < 3) {
- checkUnnamed3424(o.cropHints!);
+ checkUnnamed3425(o.cropHints!);
}
buildCounterGoogleCloudVisionV1p1beta1CropHintsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p1beta1ColorInfo> buildUnnamed3425() {
+core.List<api.GoogleCloudVisionV1p1beta1ColorInfo> buildUnnamed3426() {
var o = <api.GoogleCloudVisionV1p1beta1ColorInfo>[];
o.add(buildGoogleCloudVisionV1p1beta1ColorInfo());
o.add(buildGoogleCloudVisionV1p1beta1ColorInfo());
return o;
}
-void checkUnnamed3425(core.List<api.GoogleCloudVisionV1p1beta1ColorInfo> o) {
+void checkUnnamed3426(core.List<api.GoogleCloudVisionV1p1beta1ColorInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1ColorInfo(
o[0] as api.GoogleCloudVisionV1p1beta1ColorInfo);
@@ -1778,7 +1778,7 @@
var o = api.GoogleCloudVisionV1p1beta1DominantColorsAnnotation();
buildCounterGoogleCloudVisionV1p1beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p1beta1DominantColorsAnnotation < 3) {
- o.colors = buildUnnamed3425();
+ o.colors = buildUnnamed3426();
}
buildCounterGoogleCloudVisionV1p1beta1DominantColorsAnnotation--;
return o;
@@ -1788,19 +1788,19 @@
api.GoogleCloudVisionV1p1beta1DominantColorsAnnotation o) {
buildCounterGoogleCloudVisionV1p1beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p1beta1DominantColorsAnnotation < 3) {
- checkUnnamed3425(o.colors!);
+ checkUnnamed3426(o.colors!);
}
buildCounterGoogleCloudVisionV1p1beta1DominantColorsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p1beta1LocationInfo> buildUnnamed3426() {
+core.List<api.GoogleCloudVisionV1p1beta1LocationInfo> buildUnnamed3427() {
var o = <api.GoogleCloudVisionV1p1beta1LocationInfo>[];
o.add(buildGoogleCloudVisionV1p1beta1LocationInfo());
o.add(buildGoogleCloudVisionV1p1beta1LocationInfo());
return o;
}
-void checkUnnamed3426(core.List<api.GoogleCloudVisionV1p1beta1LocationInfo> o) {
+void checkUnnamed3427(core.List<api.GoogleCloudVisionV1p1beta1LocationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1LocationInfo(
o[0] as api.GoogleCloudVisionV1p1beta1LocationInfo);
@@ -1808,14 +1808,14 @@
o[1] as api.GoogleCloudVisionV1p1beta1LocationInfo);
}
-core.List<api.GoogleCloudVisionV1p1beta1Property> buildUnnamed3427() {
+core.List<api.GoogleCloudVisionV1p1beta1Property> buildUnnamed3428() {
var o = <api.GoogleCloudVisionV1p1beta1Property>[];
o.add(buildGoogleCloudVisionV1p1beta1Property());
o.add(buildGoogleCloudVisionV1p1beta1Property());
return o;
}
-void checkUnnamed3427(core.List<api.GoogleCloudVisionV1p1beta1Property> o) {
+void checkUnnamed3428(core.List<api.GoogleCloudVisionV1p1beta1Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Property(
o[0] as api.GoogleCloudVisionV1p1beta1Property);
@@ -1833,9 +1833,9 @@
o.confidence = 42.0;
o.description = 'foo';
o.locale = 'foo';
- o.locations = buildUnnamed3426();
+ o.locations = buildUnnamed3427();
o.mid = 'foo';
- o.properties = buildUnnamed3427();
+ o.properties = buildUnnamed3428();
o.score = 42.0;
o.topicality = 42.0;
}
@@ -1861,12 +1861,12 @@
o.locale!,
unittest.equals('foo'),
);
- checkUnnamed3426(o.locations!);
+ checkUnnamed3427(o.locations!);
unittest.expect(
o.mid!,
unittest.equals('foo'),
);
- checkUnnamed3427(o.properties!);
+ checkUnnamed3428(o.properties!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -1880,14 +1880,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1FaceAnnotationLandmark>
- buildUnnamed3428() {
+ buildUnnamed3429() {
var o = <api.GoogleCloudVisionV1p1beta1FaceAnnotationLandmark>[];
o.add(buildGoogleCloudVisionV1p1beta1FaceAnnotationLandmark());
o.add(buildGoogleCloudVisionV1p1beta1FaceAnnotationLandmark());
return o;
}
-void checkUnnamed3428(
+void checkUnnamed3429(
core.List<api.GoogleCloudVisionV1p1beta1FaceAnnotationLandmark> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1FaceAnnotationLandmark(
@@ -1910,7 +1910,7 @@
o.headwearLikelihood = 'foo';
o.joyLikelihood = 'foo';
o.landmarkingConfidence = 42.0;
- o.landmarks = buildUnnamed3428();
+ o.landmarks = buildUnnamed3429();
o.panAngle = 42.0;
o.rollAngle = 42.0;
o.sorrowLikelihood = 'foo';
@@ -1954,7 +1954,7 @@
o.landmarkingConfidence!,
unittest.equals(42.0),
);
- checkUnnamed3428(o.landmarks!);
+ checkUnnamed3429(o.landmarks!);
unittest.expect(
o.panAngle!,
unittest.equals(42.0),
@@ -2295,14 +2295,14 @@
buildCounterGoogleCloudVisionV1p1beta1OutputConfig--;
}
-core.List<api.GoogleCloudVisionV1p1beta1Block> buildUnnamed3429() {
+core.List<api.GoogleCloudVisionV1p1beta1Block> buildUnnamed3430() {
var o = <api.GoogleCloudVisionV1p1beta1Block>[];
o.add(buildGoogleCloudVisionV1p1beta1Block());
o.add(buildGoogleCloudVisionV1p1beta1Block());
return o;
}
-void checkUnnamed3429(core.List<api.GoogleCloudVisionV1p1beta1Block> o) {
+void checkUnnamed3430(core.List<api.GoogleCloudVisionV1p1beta1Block> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Block(
o[0] as api.GoogleCloudVisionV1p1beta1Block);
@@ -2315,7 +2315,7 @@
var o = api.GoogleCloudVisionV1p1beta1Page();
buildCounterGoogleCloudVisionV1p1beta1Page++;
if (buildCounterGoogleCloudVisionV1p1beta1Page < 3) {
- o.blocks = buildUnnamed3429();
+ o.blocks = buildUnnamed3430();
o.confidence = 42.0;
o.height = 42;
o.property = buildGoogleCloudVisionV1p1beta1TextAnnotationTextProperty();
@@ -2328,7 +2328,7 @@
void checkGoogleCloudVisionV1p1beta1Page(api.GoogleCloudVisionV1p1beta1Page o) {
buildCounterGoogleCloudVisionV1p1beta1Page++;
if (buildCounterGoogleCloudVisionV1p1beta1Page < 3) {
- checkUnnamed3429(o.blocks!);
+ checkUnnamed3430(o.blocks!);
unittest.expect(
o.confidence!,
unittest.equals(42.0),
@@ -2347,14 +2347,14 @@
buildCounterGoogleCloudVisionV1p1beta1Page--;
}
-core.List<api.GoogleCloudVisionV1p1beta1Word> buildUnnamed3430() {
+core.List<api.GoogleCloudVisionV1p1beta1Word> buildUnnamed3431() {
var o = <api.GoogleCloudVisionV1p1beta1Word>[];
o.add(buildGoogleCloudVisionV1p1beta1Word());
o.add(buildGoogleCloudVisionV1p1beta1Word());
return o;
}
-void checkUnnamed3430(core.List<api.GoogleCloudVisionV1p1beta1Word> o) {
+void checkUnnamed3431(core.List<api.GoogleCloudVisionV1p1beta1Word> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Word(
o[0] as api.GoogleCloudVisionV1p1beta1Word);
@@ -2371,7 +2371,7 @@
o.boundingBox = buildGoogleCloudVisionV1p1beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p1beta1TextAnnotationTextProperty();
- o.words = buildUnnamed3430();
+ o.words = buildUnnamed3431();
}
buildCounterGoogleCloudVisionV1p1beta1Paragraph--;
return o;
@@ -2389,7 +2389,7 @@
);
checkGoogleCloudVisionV1p1beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p1beta1TextAnnotationTextProperty);
- checkUnnamed3430(o.words!);
+ checkUnnamed3431(o.words!);
}
buildCounterGoogleCloudVisionV1p1beta1Paragraph--;
}
@@ -2428,14 +2428,14 @@
buildCounterGoogleCloudVisionV1p1beta1Position--;
}
-core.List<api.GoogleCloudVisionV1p1beta1ProductKeyValue> buildUnnamed3431() {
+core.List<api.GoogleCloudVisionV1p1beta1ProductKeyValue> buildUnnamed3432() {
var o = <api.GoogleCloudVisionV1p1beta1ProductKeyValue>[];
o.add(buildGoogleCloudVisionV1p1beta1ProductKeyValue());
o.add(buildGoogleCloudVisionV1p1beta1ProductKeyValue());
return o;
}
-void checkUnnamed3431(
+void checkUnnamed3432(
core.List<api.GoogleCloudVisionV1p1beta1ProductKeyValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1ProductKeyValue(
@@ -2453,7 +2453,7 @@
o.displayName = 'foo';
o.name = 'foo';
o.productCategory = 'foo';
- o.productLabels = buildUnnamed3431();
+ o.productLabels = buildUnnamed3432();
}
buildCounterGoogleCloudVisionV1p1beta1Product--;
return o;
@@ -2479,7 +2479,7 @@
o.productCategory!,
unittest.equals('foo'),
);
- checkUnnamed3431(o.productLabels!);
+ checkUnnamed3432(o.productLabels!);
}
buildCounterGoogleCloudVisionV1p1beta1Product--;
}
@@ -2514,14 +2514,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult>
- buildUnnamed3432() {
+ buildUnnamed3433() {
var o = <api.GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult>[];
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult());
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult());
return o;
}
-void checkUnnamed3432(
+void checkUnnamed3433(
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -2532,14 +2532,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsResult>
- buildUnnamed3433() {
+ buildUnnamed3434() {
var o = <api.GoogleCloudVisionV1p1beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed3433(
+void checkUnnamed3434(
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1ProductSearchResultsResult(
@@ -2555,8 +2555,8 @@
buildCounterGoogleCloudVisionV1p1beta1ProductSearchResults++;
if (buildCounterGoogleCloudVisionV1p1beta1ProductSearchResults < 3) {
o.indexTime = 'foo';
- o.productGroupedResults = buildUnnamed3432();
- o.results = buildUnnamed3433();
+ o.productGroupedResults = buildUnnamed3433();
+ o.results = buildUnnamed3434();
}
buildCounterGoogleCloudVisionV1p1beta1ProductSearchResults--;
return o;
@@ -2570,14 +2570,14 @@
o.indexTime!,
unittest.equals('foo'),
);
- checkUnnamed3432(o.productGroupedResults!);
- checkUnnamed3433(o.results!);
+ checkUnnamed3433(o.productGroupedResults!);
+ checkUnnamed3434(o.results!);
}
buildCounterGoogleCloudVisionV1p1beta1ProductSearchResults--;
}
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation>
- buildUnnamed3434() {
+ buildUnnamed3435() {
var o =
<api.GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation>[];
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation());
@@ -2585,7 +2585,7 @@
return o;
}
-void checkUnnamed3434(
+void checkUnnamed3435(
core.List<
api.GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation>
o) {
@@ -2597,14 +2597,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsResult>
- buildUnnamed3435() {
+ buildUnnamed3436() {
var o = <api.GoogleCloudVisionV1p1beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed3435(
+void checkUnnamed3436(
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1ProductSearchResultsResult(
@@ -2622,8 +2622,8 @@
if (buildCounterGoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult <
3) {
o.boundingPoly = buildGoogleCloudVisionV1p1beta1BoundingPoly();
- o.objectAnnotations = buildUnnamed3434();
- o.results = buildUnnamed3435();
+ o.objectAnnotations = buildUnnamed3435();
+ o.results = buildUnnamed3436();
}
buildCounterGoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult--;
return o;
@@ -2636,8 +2636,8 @@
3) {
checkGoogleCloudVisionV1p1beta1BoundingPoly(
o.boundingPoly! as api.GoogleCloudVisionV1p1beta1BoundingPoly);
- checkUnnamed3434(o.objectAnnotations!);
- checkUnnamed3435(o.results!);
+ checkUnnamed3435(o.objectAnnotations!);
+ checkUnnamed3436(o.results!);
}
buildCounterGoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult--;
}
@@ -2829,14 +2829,14 @@
buildCounterGoogleCloudVisionV1p1beta1Symbol--;
}
-core.List<api.GoogleCloudVisionV1p1beta1Page> buildUnnamed3436() {
+core.List<api.GoogleCloudVisionV1p1beta1Page> buildUnnamed3437() {
var o = <api.GoogleCloudVisionV1p1beta1Page>[];
o.add(buildGoogleCloudVisionV1p1beta1Page());
o.add(buildGoogleCloudVisionV1p1beta1Page());
return o;
}
-void checkUnnamed3436(core.List<api.GoogleCloudVisionV1p1beta1Page> o) {
+void checkUnnamed3437(core.List<api.GoogleCloudVisionV1p1beta1Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Page(
o[0] as api.GoogleCloudVisionV1p1beta1Page);
@@ -2850,7 +2850,7 @@
var o = api.GoogleCloudVisionV1p1beta1TextAnnotation();
buildCounterGoogleCloudVisionV1p1beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p1beta1TextAnnotation < 3) {
- o.pages = buildUnnamed3436();
+ o.pages = buildUnnamed3437();
o.text = 'foo';
}
buildCounterGoogleCloudVisionV1p1beta1TextAnnotation--;
@@ -2861,7 +2861,7 @@
api.GoogleCloudVisionV1p1beta1TextAnnotation o) {
buildCounterGoogleCloudVisionV1p1beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p1beta1TextAnnotation < 3) {
- checkUnnamed3436(o.pages!);
+ checkUnnamed3437(o.pages!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -2929,14 +2929,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage>
- buildUnnamed3437() {
+ buildUnnamed3438() {
var o = <api.GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage>[];
o.add(buildGoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage());
o.add(buildGoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage());
return o;
}
-void checkUnnamed3437(
+void checkUnnamed3438(
core.List<api.GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage(
@@ -2953,7 +2953,7 @@
if (buildCounterGoogleCloudVisionV1p1beta1TextAnnotationTextProperty < 3) {
o.detectedBreak =
buildGoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak();
- o.detectedLanguages = buildUnnamed3437();
+ o.detectedLanguages = buildUnnamed3438();
}
buildCounterGoogleCloudVisionV1p1beta1TextAnnotationTextProperty--;
return o;
@@ -2965,7 +2965,7 @@
if (buildCounterGoogleCloudVisionV1p1beta1TextAnnotationTextProperty < 3) {
checkGoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak(o.detectedBreak!
as api.GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak);
- checkUnnamed3437(o.detectedLanguages!);
+ checkUnnamed3438(o.detectedLanguages!);
}
buildCounterGoogleCloudVisionV1p1beta1TextAnnotationTextProperty--;
}
@@ -2999,14 +2999,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebLabel>
- buildUnnamed3438() {
+ buildUnnamed3439() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebLabel>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebLabel());
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebLabel());
return o;
}
-void checkUnnamed3438(
+void checkUnnamed3439(
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1WebDetectionWebLabel(
@@ -3016,14 +3016,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>
- buildUnnamed3439() {
+ buildUnnamed3440() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed3439(
+void checkUnnamed3440(
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
@@ -3033,14 +3033,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebPage>
- buildUnnamed3440() {
+ buildUnnamed3441() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebPage>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebPage());
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebPage());
return o;
}
-void checkUnnamed3440(
+void checkUnnamed3441(
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1WebDetectionWebPage(
@@ -3050,23 +3050,6 @@
}
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>
- buildUnnamed3441() {
- var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>[];
- o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
- o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
- return o;
-}
-
-void checkUnnamed3441(
- core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
- o[0] as api.GoogleCloudVisionV1p1beta1WebDetectionWebImage);
- checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
- o[1] as api.GoogleCloudVisionV1p1beta1WebDetectionWebImage);
-}
-
-core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>
buildUnnamed3442() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
@@ -3083,15 +3066,32 @@
o[1] as api.GoogleCloudVisionV1p1beta1WebDetectionWebImage);
}
-core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebEntity>
+core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>
buildUnnamed3443() {
+ var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>[];
+ o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
+ o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
+ return o;
+}
+
+void checkUnnamed3443(
+ core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
+ o[0] as api.GoogleCloudVisionV1p1beta1WebDetectionWebImage);
+ checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
+ o[1] as api.GoogleCloudVisionV1p1beta1WebDetectionWebImage);
+}
+
+core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebEntity>
+ buildUnnamed3444() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebEntity>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebEntity());
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebEntity());
return o;
}
-void checkUnnamed3443(
+void checkUnnamed3444(
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1WebDetectionWebEntity(
@@ -3106,12 +3106,12 @@
var o = api.GoogleCloudVisionV1p1beta1WebDetection();
buildCounterGoogleCloudVisionV1p1beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p1beta1WebDetection < 3) {
- o.bestGuessLabels = buildUnnamed3438();
- o.fullMatchingImages = buildUnnamed3439();
- o.pagesWithMatchingImages = buildUnnamed3440();
- o.partialMatchingImages = buildUnnamed3441();
- o.visuallySimilarImages = buildUnnamed3442();
- o.webEntities = buildUnnamed3443();
+ o.bestGuessLabels = buildUnnamed3439();
+ o.fullMatchingImages = buildUnnamed3440();
+ o.pagesWithMatchingImages = buildUnnamed3441();
+ o.partialMatchingImages = buildUnnamed3442();
+ o.visuallySimilarImages = buildUnnamed3443();
+ o.webEntities = buildUnnamed3444();
}
buildCounterGoogleCloudVisionV1p1beta1WebDetection--;
return o;
@@ -3121,12 +3121,12 @@
api.GoogleCloudVisionV1p1beta1WebDetection o) {
buildCounterGoogleCloudVisionV1p1beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p1beta1WebDetection < 3) {
- checkUnnamed3438(o.bestGuessLabels!);
- checkUnnamed3439(o.fullMatchingImages!);
- checkUnnamed3440(o.pagesWithMatchingImages!);
- checkUnnamed3441(o.partialMatchingImages!);
- checkUnnamed3442(o.visuallySimilarImages!);
- checkUnnamed3443(o.webEntities!);
+ checkUnnamed3439(o.bestGuessLabels!);
+ checkUnnamed3440(o.fullMatchingImages!);
+ checkUnnamed3441(o.pagesWithMatchingImages!);
+ checkUnnamed3442(o.partialMatchingImages!);
+ checkUnnamed3443(o.visuallySimilarImages!);
+ checkUnnamed3444(o.webEntities!);
}
buildCounterGoogleCloudVisionV1p1beta1WebDetection--;
}
@@ -3224,23 +3224,6 @@
}
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>
- buildUnnamed3444() {
- var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>[];
- o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
- o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
- return o;
-}
-
-void checkUnnamed3444(
- core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
- o[0] as api.GoogleCloudVisionV1p1beta1WebDetectionWebImage);
- checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
- o[1] as api.GoogleCloudVisionV1p1beta1WebDetectionWebImage);
-}
-
-core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>
buildUnnamed3445() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
@@ -3257,15 +3240,32 @@
o[1] as api.GoogleCloudVisionV1p1beta1WebDetectionWebImage);
}
+core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>
+ buildUnnamed3446() {
+ var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>[];
+ o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
+ o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
+ return o;
+}
+
+void checkUnnamed3446(
+ core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
+ o[0] as api.GoogleCloudVisionV1p1beta1WebDetectionWebImage);
+ checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
+ o[1] as api.GoogleCloudVisionV1p1beta1WebDetectionWebImage);
+}
+
core.int buildCounterGoogleCloudVisionV1p1beta1WebDetectionWebPage = 0;
api.GoogleCloudVisionV1p1beta1WebDetectionWebPage
buildGoogleCloudVisionV1p1beta1WebDetectionWebPage() {
var o = api.GoogleCloudVisionV1p1beta1WebDetectionWebPage();
buildCounterGoogleCloudVisionV1p1beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p1beta1WebDetectionWebPage < 3) {
- o.fullMatchingImages = buildUnnamed3444();
+ o.fullMatchingImages = buildUnnamed3445();
o.pageTitle = 'foo';
- o.partialMatchingImages = buildUnnamed3445();
+ o.partialMatchingImages = buildUnnamed3446();
o.score = 42.0;
o.url = 'foo';
}
@@ -3277,12 +3277,12 @@
api.GoogleCloudVisionV1p1beta1WebDetectionWebPage o) {
buildCounterGoogleCloudVisionV1p1beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p1beta1WebDetectionWebPage < 3) {
- checkUnnamed3444(o.fullMatchingImages!);
+ checkUnnamed3445(o.fullMatchingImages!);
unittest.expect(
o.pageTitle!,
unittest.equals('foo'),
);
- checkUnnamed3445(o.partialMatchingImages!);
+ checkUnnamed3446(o.partialMatchingImages!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -3295,14 +3295,14 @@
buildCounterGoogleCloudVisionV1p1beta1WebDetectionWebPage--;
}
-core.List<api.GoogleCloudVisionV1p1beta1Symbol> buildUnnamed3446() {
+core.List<api.GoogleCloudVisionV1p1beta1Symbol> buildUnnamed3447() {
var o = <api.GoogleCloudVisionV1p1beta1Symbol>[];
o.add(buildGoogleCloudVisionV1p1beta1Symbol());
o.add(buildGoogleCloudVisionV1p1beta1Symbol());
return o;
}
-void checkUnnamed3446(core.List<api.GoogleCloudVisionV1p1beta1Symbol> o) {
+void checkUnnamed3447(core.List<api.GoogleCloudVisionV1p1beta1Symbol> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Symbol(
o[0] as api.GoogleCloudVisionV1p1beta1Symbol);
@@ -3318,7 +3318,7 @@
o.boundingBox = buildGoogleCloudVisionV1p1beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p1beta1TextAnnotationTextProperty();
- o.symbols = buildUnnamed3446();
+ o.symbols = buildUnnamed3447();
}
buildCounterGoogleCloudVisionV1p1beta1Word--;
return o;
@@ -3335,20 +3335,20 @@
);
checkGoogleCloudVisionV1p1beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p1beta1TextAnnotationTextProperty);
- checkUnnamed3446(o.symbols!);
+ checkUnnamed3447(o.symbols!);
}
buildCounterGoogleCloudVisionV1p1beta1Word--;
}
core.List<api.GoogleCloudVisionV1p2beta1AnnotateImageResponse>
- buildUnnamed3447() {
+ buildUnnamed3448() {
var o = <api.GoogleCloudVisionV1p2beta1AnnotateImageResponse>[];
o.add(buildGoogleCloudVisionV1p2beta1AnnotateImageResponse());
o.add(buildGoogleCloudVisionV1p2beta1AnnotateImageResponse());
return o;
}
-void checkUnnamed3447(
+void checkUnnamed3448(
core.List<api.GoogleCloudVisionV1p2beta1AnnotateImageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1AnnotateImageResponse(
@@ -3365,7 +3365,7 @@
if (buildCounterGoogleCloudVisionV1p2beta1AnnotateFileResponse < 3) {
o.error = buildStatus();
o.inputConfig = buildGoogleCloudVisionV1p2beta1InputConfig();
- o.responses = buildUnnamed3447();
+ o.responses = buildUnnamed3448();
o.totalPages = 42;
}
buildCounterGoogleCloudVisionV1p2beta1AnnotateFileResponse--;
@@ -3379,7 +3379,7 @@
checkStatus(o.error! as api.Status);
checkGoogleCloudVisionV1p2beta1InputConfig(
o.inputConfig! as api.GoogleCloudVisionV1p2beta1InputConfig);
- checkUnnamed3447(o.responses!);
+ checkUnnamed3448(o.responses!);
unittest.expect(
o.totalPages!,
unittest.equals(42),
@@ -3388,14 +3388,14 @@
buildCounterGoogleCloudVisionV1p2beta1AnnotateFileResponse--;
}
-core.List<api.GoogleCloudVisionV1p2beta1FaceAnnotation> buildUnnamed3448() {
+core.List<api.GoogleCloudVisionV1p2beta1FaceAnnotation> buildUnnamed3449() {
var o = <api.GoogleCloudVisionV1p2beta1FaceAnnotation>[];
o.add(buildGoogleCloudVisionV1p2beta1FaceAnnotation());
o.add(buildGoogleCloudVisionV1p2beta1FaceAnnotation());
return o;
}
-void checkUnnamed3448(
+void checkUnnamed3449(
core.List<api.GoogleCloudVisionV1p2beta1FaceAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1FaceAnnotation(
@@ -3404,22 +3404,6 @@
o[1] as api.GoogleCloudVisionV1p2beta1FaceAnnotation);
}
-core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed3449() {
- var o = <api.GoogleCloudVisionV1p2beta1EntityAnnotation>[];
- o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
- o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
- return o;
-}
-
-void checkUnnamed3449(
- core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p2beta1EntityAnnotation(
- o[0] as api.GoogleCloudVisionV1p2beta1EntityAnnotation);
- checkGoogleCloudVisionV1p2beta1EntityAnnotation(
- o[1] as api.GoogleCloudVisionV1p2beta1EntityAnnotation);
-}
-
core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed3450() {
var o = <api.GoogleCloudVisionV1p2beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
@@ -3436,31 +3420,14 @@
o[1] as api.GoogleCloudVisionV1p2beta1EntityAnnotation);
}
-core.List<api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation>
- buildUnnamed3451() {
- var o = <api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation>[];
- o.add(buildGoogleCloudVisionV1p2beta1LocalizedObjectAnnotation());
- o.add(buildGoogleCloudVisionV1p2beta1LocalizedObjectAnnotation());
- return o;
-}
-
-void checkUnnamed3451(
- core.List<api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p2beta1LocalizedObjectAnnotation(
- o[0] as api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation);
- checkGoogleCloudVisionV1p2beta1LocalizedObjectAnnotation(
- o[1] as api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation);
-}
-
-core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed3452() {
+core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed3451() {
var o = <api.GoogleCloudVisionV1p2beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
return o;
}
-void checkUnnamed3452(
+void checkUnnamed3451(
core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1EntityAnnotation(
@@ -3469,6 +3436,23 @@
o[1] as api.GoogleCloudVisionV1p2beta1EntityAnnotation);
}
+core.List<api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation>
+ buildUnnamed3452() {
+ var o = <api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation>[];
+ o.add(buildGoogleCloudVisionV1p2beta1LocalizedObjectAnnotation());
+ o.add(buildGoogleCloudVisionV1p2beta1LocalizedObjectAnnotation());
+ return o;
+}
+
+void checkUnnamed3452(
+ core.List<api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p2beta1LocalizedObjectAnnotation(
+ o[0] as api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation);
+ checkGoogleCloudVisionV1p2beta1LocalizedObjectAnnotation(
+ o[1] as api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation);
+}
+
core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed3453() {
var o = <api.GoogleCloudVisionV1p2beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
@@ -3485,6 +3469,22 @@
o[1] as api.GoogleCloudVisionV1p2beta1EntityAnnotation);
}
+core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed3454() {
+ var o = <api.GoogleCloudVisionV1p2beta1EntityAnnotation>[];
+ o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
+ o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
+ return o;
+}
+
+void checkUnnamed3454(
+ core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p2beta1EntityAnnotation(
+ o[0] as api.GoogleCloudVisionV1p2beta1EntityAnnotation);
+ checkGoogleCloudVisionV1p2beta1EntityAnnotation(
+ o[1] as api.GoogleCloudVisionV1p2beta1EntityAnnotation);
+}
+
core.int buildCounterGoogleCloudVisionV1p2beta1AnnotateImageResponse = 0;
api.GoogleCloudVisionV1p2beta1AnnotateImageResponse
buildGoogleCloudVisionV1p2beta1AnnotateImageResponse() {
@@ -3495,19 +3495,19 @@
o.cropHintsAnnotation =
buildGoogleCloudVisionV1p2beta1CropHintsAnnotation();
o.error = buildStatus();
- o.faceAnnotations = buildUnnamed3448();
+ o.faceAnnotations = buildUnnamed3449();
o.fullTextAnnotation = buildGoogleCloudVisionV1p2beta1TextAnnotation();
o.imagePropertiesAnnotation =
buildGoogleCloudVisionV1p2beta1ImageProperties();
- o.labelAnnotations = buildUnnamed3449();
- o.landmarkAnnotations = buildUnnamed3450();
- o.localizedObjectAnnotations = buildUnnamed3451();
- o.logoAnnotations = buildUnnamed3452();
+ o.labelAnnotations = buildUnnamed3450();
+ o.landmarkAnnotations = buildUnnamed3451();
+ o.localizedObjectAnnotations = buildUnnamed3452();
+ o.logoAnnotations = buildUnnamed3453();
o.productSearchResults =
buildGoogleCloudVisionV1p2beta1ProductSearchResults();
o.safeSearchAnnotation =
buildGoogleCloudVisionV1p2beta1SafeSearchAnnotation();
- o.textAnnotations = buildUnnamed3453();
+ o.textAnnotations = buildUnnamed3454();
o.webDetection = buildGoogleCloudVisionV1p2beta1WebDetection();
}
buildCounterGoogleCloudVisionV1p2beta1AnnotateImageResponse--;
@@ -3523,20 +3523,20 @@
checkGoogleCloudVisionV1p2beta1CropHintsAnnotation(o.cropHintsAnnotation!
as api.GoogleCloudVisionV1p2beta1CropHintsAnnotation);
checkStatus(o.error! as api.Status);
- checkUnnamed3448(o.faceAnnotations!);
+ checkUnnamed3449(o.faceAnnotations!);
checkGoogleCloudVisionV1p2beta1TextAnnotation(
o.fullTextAnnotation! as api.GoogleCloudVisionV1p2beta1TextAnnotation);
checkGoogleCloudVisionV1p2beta1ImageProperties(o.imagePropertiesAnnotation!
as api.GoogleCloudVisionV1p2beta1ImageProperties);
- checkUnnamed3449(o.labelAnnotations!);
- checkUnnamed3450(o.landmarkAnnotations!);
- checkUnnamed3451(o.localizedObjectAnnotations!);
- checkUnnamed3452(o.logoAnnotations!);
+ checkUnnamed3450(o.labelAnnotations!);
+ checkUnnamed3451(o.landmarkAnnotations!);
+ checkUnnamed3452(o.localizedObjectAnnotations!);
+ checkUnnamed3453(o.logoAnnotations!);
checkGoogleCloudVisionV1p2beta1ProductSearchResults(o.productSearchResults!
as api.GoogleCloudVisionV1p2beta1ProductSearchResults);
checkGoogleCloudVisionV1p2beta1SafeSearchAnnotation(o.safeSearchAnnotation!
as api.GoogleCloudVisionV1p2beta1SafeSearchAnnotation);
- checkUnnamed3453(o.textAnnotations!);
+ checkUnnamed3454(o.textAnnotations!);
checkGoogleCloudVisionV1p2beta1WebDetection(
o.webDetection! as api.GoogleCloudVisionV1p2beta1WebDetection);
}
@@ -3566,14 +3566,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse>
- buildUnnamed3454() {
+ buildUnnamed3455() {
var o = <api.GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse>[];
o.add(buildGoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse());
o.add(buildGoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse());
return o;
}
-void checkUnnamed3454(
+void checkUnnamed3455(
core.List<api.GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse(
@@ -3590,7 +3590,7 @@
buildCounterGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse <
3) {
- o.responses = buildUnnamed3454();
+ o.responses = buildUnnamed3455();
}
buildCounterGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse--;
return o;
@@ -3601,19 +3601,19 @@
buildCounterGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse <
3) {
- checkUnnamed3454(o.responses!);
+ checkUnnamed3455(o.responses!);
}
buildCounterGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse--;
}
-core.List<api.GoogleCloudVisionV1p2beta1Paragraph> buildUnnamed3455() {
+core.List<api.GoogleCloudVisionV1p2beta1Paragraph> buildUnnamed3456() {
var o = <api.GoogleCloudVisionV1p2beta1Paragraph>[];
o.add(buildGoogleCloudVisionV1p2beta1Paragraph());
o.add(buildGoogleCloudVisionV1p2beta1Paragraph());
return o;
}
-void checkUnnamed3455(core.List<api.GoogleCloudVisionV1p2beta1Paragraph> o) {
+void checkUnnamed3456(core.List<api.GoogleCloudVisionV1p2beta1Paragraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Paragraph(
o[0] as api.GoogleCloudVisionV1p2beta1Paragraph);
@@ -3629,7 +3629,7 @@
o.blockType = 'foo';
o.boundingBox = buildGoogleCloudVisionV1p2beta1BoundingPoly();
o.confidence = 42.0;
- o.paragraphs = buildUnnamed3455();
+ o.paragraphs = buildUnnamed3456();
o.property = buildGoogleCloudVisionV1p2beta1TextAnnotationTextProperty();
}
buildCounterGoogleCloudVisionV1p2beta1Block--;
@@ -3650,21 +3650,21 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed3455(o.paragraphs!);
+ checkUnnamed3456(o.paragraphs!);
checkGoogleCloudVisionV1p2beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p2beta1TextAnnotationTextProperty);
}
buildCounterGoogleCloudVisionV1p2beta1Block--;
}
-core.List<api.GoogleCloudVisionV1p2beta1NormalizedVertex> buildUnnamed3456() {
+core.List<api.GoogleCloudVisionV1p2beta1NormalizedVertex> buildUnnamed3457() {
var o = <api.GoogleCloudVisionV1p2beta1NormalizedVertex>[];
o.add(buildGoogleCloudVisionV1p2beta1NormalizedVertex());
o.add(buildGoogleCloudVisionV1p2beta1NormalizedVertex());
return o;
}
-void checkUnnamed3456(
+void checkUnnamed3457(
core.List<api.GoogleCloudVisionV1p2beta1NormalizedVertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1NormalizedVertex(
@@ -3673,14 +3673,14 @@
o[1] as api.GoogleCloudVisionV1p2beta1NormalizedVertex);
}
-core.List<api.GoogleCloudVisionV1p2beta1Vertex> buildUnnamed3457() {
+core.List<api.GoogleCloudVisionV1p2beta1Vertex> buildUnnamed3458() {
var o = <api.GoogleCloudVisionV1p2beta1Vertex>[];
o.add(buildGoogleCloudVisionV1p2beta1Vertex());
o.add(buildGoogleCloudVisionV1p2beta1Vertex());
return o;
}
-void checkUnnamed3457(core.List<api.GoogleCloudVisionV1p2beta1Vertex> o) {
+void checkUnnamed3458(core.List<api.GoogleCloudVisionV1p2beta1Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Vertex(
o[0] as api.GoogleCloudVisionV1p2beta1Vertex);
@@ -3694,8 +3694,8 @@
var o = api.GoogleCloudVisionV1p2beta1BoundingPoly();
buildCounterGoogleCloudVisionV1p2beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p2beta1BoundingPoly < 3) {
- o.normalizedVertices = buildUnnamed3456();
- o.vertices = buildUnnamed3457();
+ o.normalizedVertices = buildUnnamed3457();
+ o.vertices = buildUnnamed3458();
}
buildCounterGoogleCloudVisionV1p2beta1BoundingPoly--;
return o;
@@ -3705,8 +3705,8 @@
api.GoogleCloudVisionV1p2beta1BoundingPoly o) {
buildCounterGoogleCloudVisionV1p2beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p2beta1BoundingPoly < 3) {
- checkUnnamed3456(o.normalizedVertices!);
- checkUnnamed3457(o.vertices!);
+ checkUnnamed3457(o.normalizedVertices!);
+ checkUnnamed3458(o.vertices!);
}
buildCounterGoogleCloudVisionV1p2beta1BoundingPoly--;
}
@@ -3774,14 +3774,14 @@
buildCounterGoogleCloudVisionV1p2beta1CropHint--;
}
-core.List<api.GoogleCloudVisionV1p2beta1CropHint> buildUnnamed3458() {
+core.List<api.GoogleCloudVisionV1p2beta1CropHint> buildUnnamed3459() {
var o = <api.GoogleCloudVisionV1p2beta1CropHint>[];
o.add(buildGoogleCloudVisionV1p2beta1CropHint());
o.add(buildGoogleCloudVisionV1p2beta1CropHint());
return o;
}
-void checkUnnamed3458(core.List<api.GoogleCloudVisionV1p2beta1CropHint> o) {
+void checkUnnamed3459(core.List<api.GoogleCloudVisionV1p2beta1CropHint> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1CropHint(
o[0] as api.GoogleCloudVisionV1p2beta1CropHint);
@@ -3795,7 +3795,7 @@
var o = api.GoogleCloudVisionV1p2beta1CropHintsAnnotation();
buildCounterGoogleCloudVisionV1p2beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p2beta1CropHintsAnnotation < 3) {
- o.cropHints = buildUnnamed3458();
+ o.cropHints = buildUnnamed3459();
}
buildCounterGoogleCloudVisionV1p2beta1CropHintsAnnotation--;
return o;
@@ -3805,19 +3805,19 @@
api.GoogleCloudVisionV1p2beta1CropHintsAnnotation o) {
buildCounterGoogleCloudVisionV1p2beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p2beta1CropHintsAnnotation < 3) {
- checkUnnamed3458(o.cropHints!);
+ checkUnnamed3459(o.cropHints!);
}
buildCounterGoogleCloudVisionV1p2beta1CropHintsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p2beta1ColorInfo> buildUnnamed3459() {
+core.List<api.GoogleCloudVisionV1p2beta1ColorInfo> buildUnnamed3460() {
var o = <api.GoogleCloudVisionV1p2beta1ColorInfo>[];
o.add(buildGoogleCloudVisionV1p2beta1ColorInfo());
o.add(buildGoogleCloudVisionV1p2beta1ColorInfo());
return o;
}
-void checkUnnamed3459(core.List<api.GoogleCloudVisionV1p2beta1ColorInfo> o) {
+void checkUnnamed3460(core.List<api.GoogleCloudVisionV1p2beta1ColorInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1ColorInfo(
o[0] as api.GoogleCloudVisionV1p2beta1ColorInfo);
@@ -3831,7 +3831,7 @@
var o = api.GoogleCloudVisionV1p2beta1DominantColorsAnnotation();
buildCounterGoogleCloudVisionV1p2beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p2beta1DominantColorsAnnotation < 3) {
- o.colors = buildUnnamed3459();
+ o.colors = buildUnnamed3460();
}
buildCounterGoogleCloudVisionV1p2beta1DominantColorsAnnotation--;
return o;
@@ -3841,19 +3841,19 @@
api.GoogleCloudVisionV1p2beta1DominantColorsAnnotation o) {
buildCounterGoogleCloudVisionV1p2beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p2beta1DominantColorsAnnotation < 3) {
- checkUnnamed3459(o.colors!);
+ checkUnnamed3460(o.colors!);
}
buildCounterGoogleCloudVisionV1p2beta1DominantColorsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p2beta1LocationInfo> buildUnnamed3460() {
+core.List<api.GoogleCloudVisionV1p2beta1LocationInfo> buildUnnamed3461() {
var o = <api.GoogleCloudVisionV1p2beta1LocationInfo>[];
o.add(buildGoogleCloudVisionV1p2beta1LocationInfo());
o.add(buildGoogleCloudVisionV1p2beta1LocationInfo());
return o;
}
-void checkUnnamed3460(core.List<api.GoogleCloudVisionV1p2beta1LocationInfo> o) {
+void checkUnnamed3461(core.List<api.GoogleCloudVisionV1p2beta1LocationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1LocationInfo(
o[0] as api.GoogleCloudVisionV1p2beta1LocationInfo);
@@ -3861,14 +3861,14 @@
o[1] as api.GoogleCloudVisionV1p2beta1LocationInfo);
}
-core.List<api.GoogleCloudVisionV1p2beta1Property> buildUnnamed3461() {
+core.List<api.GoogleCloudVisionV1p2beta1Property> buildUnnamed3462() {
var o = <api.GoogleCloudVisionV1p2beta1Property>[];
o.add(buildGoogleCloudVisionV1p2beta1Property());
o.add(buildGoogleCloudVisionV1p2beta1Property());
return o;
}
-void checkUnnamed3461(core.List<api.GoogleCloudVisionV1p2beta1Property> o) {
+void checkUnnamed3462(core.List<api.GoogleCloudVisionV1p2beta1Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Property(
o[0] as api.GoogleCloudVisionV1p2beta1Property);
@@ -3886,9 +3886,9 @@
o.confidence = 42.0;
o.description = 'foo';
o.locale = 'foo';
- o.locations = buildUnnamed3460();
+ o.locations = buildUnnamed3461();
o.mid = 'foo';
- o.properties = buildUnnamed3461();
+ o.properties = buildUnnamed3462();
o.score = 42.0;
o.topicality = 42.0;
}
@@ -3914,12 +3914,12 @@
o.locale!,
unittest.equals('foo'),
);
- checkUnnamed3460(o.locations!);
+ checkUnnamed3461(o.locations!);
unittest.expect(
o.mid!,
unittest.equals('foo'),
);
- checkUnnamed3461(o.properties!);
+ checkUnnamed3462(o.properties!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -3933,14 +3933,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1FaceAnnotationLandmark>
- buildUnnamed3462() {
+ buildUnnamed3463() {
var o = <api.GoogleCloudVisionV1p2beta1FaceAnnotationLandmark>[];
o.add(buildGoogleCloudVisionV1p2beta1FaceAnnotationLandmark());
o.add(buildGoogleCloudVisionV1p2beta1FaceAnnotationLandmark());
return o;
}
-void checkUnnamed3462(
+void checkUnnamed3463(
core.List<api.GoogleCloudVisionV1p2beta1FaceAnnotationLandmark> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1FaceAnnotationLandmark(
@@ -3963,7 +3963,7 @@
o.headwearLikelihood = 'foo';
o.joyLikelihood = 'foo';
o.landmarkingConfidence = 42.0;
- o.landmarks = buildUnnamed3462();
+ o.landmarks = buildUnnamed3463();
o.panAngle = 42.0;
o.rollAngle = 42.0;
o.sorrowLikelihood = 'foo';
@@ -4007,7 +4007,7 @@
o.landmarkingConfidence!,
unittest.equals(42.0),
);
- checkUnnamed3462(o.landmarks!);
+ checkUnnamed3463(o.landmarks!);
unittest.expect(
o.panAngle!,
unittest.equals(42.0),
@@ -4348,14 +4348,14 @@
buildCounterGoogleCloudVisionV1p2beta1OutputConfig--;
}
-core.List<api.GoogleCloudVisionV1p2beta1Block> buildUnnamed3463() {
+core.List<api.GoogleCloudVisionV1p2beta1Block> buildUnnamed3464() {
var o = <api.GoogleCloudVisionV1p2beta1Block>[];
o.add(buildGoogleCloudVisionV1p2beta1Block());
o.add(buildGoogleCloudVisionV1p2beta1Block());
return o;
}
-void checkUnnamed3463(core.List<api.GoogleCloudVisionV1p2beta1Block> o) {
+void checkUnnamed3464(core.List<api.GoogleCloudVisionV1p2beta1Block> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Block(
o[0] as api.GoogleCloudVisionV1p2beta1Block);
@@ -4368,7 +4368,7 @@
var o = api.GoogleCloudVisionV1p2beta1Page();
buildCounterGoogleCloudVisionV1p2beta1Page++;
if (buildCounterGoogleCloudVisionV1p2beta1Page < 3) {
- o.blocks = buildUnnamed3463();
+ o.blocks = buildUnnamed3464();
o.confidence = 42.0;
o.height = 42;
o.property = buildGoogleCloudVisionV1p2beta1TextAnnotationTextProperty();
@@ -4381,7 +4381,7 @@
void checkGoogleCloudVisionV1p2beta1Page(api.GoogleCloudVisionV1p2beta1Page o) {
buildCounterGoogleCloudVisionV1p2beta1Page++;
if (buildCounterGoogleCloudVisionV1p2beta1Page < 3) {
- checkUnnamed3463(o.blocks!);
+ checkUnnamed3464(o.blocks!);
unittest.expect(
o.confidence!,
unittest.equals(42.0),
@@ -4400,14 +4400,14 @@
buildCounterGoogleCloudVisionV1p2beta1Page--;
}
-core.List<api.GoogleCloudVisionV1p2beta1Word> buildUnnamed3464() {
+core.List<api.GoogleCloudVisionV1p2beta1Word> buildUnnamed3465() {
var o = <api.GoogleCloudVisionV1p2beta1Word>[];
o.add(buildGoogleCloudVisionV1p2beta1Word());
o.add(buildGoogleCloudVisionV1p2beta1Word());
return o;
}
-void checkUnnamed3464(core.List<api.GoogleCloudVisionV1p2beta1Word> o) {
+void checkUnnamed3465(core.List<api.GoogleCloudVisionV1p2beta1Word> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Word(
o[0] as api.GoogleCloudVisionV1p2beta1Word);
@@ -4424,7 +4424,7 @@
o.boundingBox = buildGoogleCloudVisionV1p2beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p2beta1TextAnnotationTextProperty();
- o.words = buildUnnamed3464();
+ o.words = buildUnnamed3465();
}
buildCounterGoogleCloudVisionV1p2beta1Paragraph--;
return o;
@@ -4442,7 +4442,7 @@
);
checkGoogleCloudVisionV1p2beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p2beta1TextAnnotationTextProperty);
- checkUnnamed3464(o.words!);
+ checkUnnamed3465(o.words!);
}
buildCounterGoogleCloudVisionV1p2beta1Paragraph--;
}
@@ -4481,14 +4481,14 @@
buildCounterGoogleCloudVisionV1p2beta1Position--;
}
-core.List<api.GoogleCloudVisionV1p2beta1ProductKeyValue> buildUnnamed3465() {
+core.List<api.GoogleCloudVisionV1p2beta1ProductKeyValue> buildUnnamed3466() {
var o = <api.GoogleCloudVisionV1p2beta1ProductKeyValue>[];
o.add(buildGoogleCloudVisionV1p2beta1ProductKeyValue());
o.add(buildGoogleCloudVisionV1p2beta1ProductKeyValue());
return o;
}
-void checkUnnamed3465(
+void checkUnnamed3466(
core.List<api.GoogleCloudVisionV1p2beta1ProductKeyValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1ProductKeyValue(
@@ -4506,7 +4506,7 @@
o.displayName = 'foo';
o.name = 'foo';
o.productCategory = 'foo';
- o.productLabels = buildUnnamed3465();
+ o.productLabels = buildUnnamed3466();
}
buildCounterGoogleCloudVisionV1p2beta1Product--;
return o;
@@ -4532,7 +4532,7 @@
o.productCategory!,
unittest.equals('foo'),
);
- checkUnnamed3465(o.productLabels!);
+ checkUnnamed3466(o.productLabels!);
}
buildCounterGoogleCloudVisionV1p2beta1Product--;
}
@@ -4567,14 +4567,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult>
- buildUnnamed3466() {
+ buildUnnamed3467() {
var o = <api.GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult>[];
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult());
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult());
return o;
}
-void checkUnnamed3466(
+void checkUnnamed3467(
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -4585,14 +4585,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsResult>
- buildUnnamed3467() {
+ buildUnnamed3468() {
var o = <api.GoogleCloudVisionV1p2beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed3467(
+void checkUnnamed3468(
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1ProductSearchResultsResult(
@@ -4608,8 +4608,8 @@
buildCounterGoogleCloudVisionV1p2beta1ProductSearchResults++;
if (buildCounterGoogleCloudVisionV1p2beta1ProductSearchResults < 3) {
o.indexTime = 'foo';
- o.productGroupedResults = buildUnnamed3466();
- o.results = buildUnnamed3467();
+ o.productGroupedResults = buildUnnamed3467();
+ o.results = buildUnnamed3468();
}
buildCounterGoogleCloudVisionV1p2beta1ProductSearchResults--;
return o;
@@ -4623,14 +4623,14 @@
o.indexTime!,
unittest.equals('foo'),
);
- checkUnnamed3466(o.productGroupedResults!);
- checkUnnamed3467(o.results!);
+ checkUnnamed3467(o.productGroupedResults!);
+ checkUnnamed3468(o.results!);
}
buildCounterGoogleCloudVisionV1p2beta1ProductSearchResults--;
}
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation>
- buildUnnamed3468() {
+ buildUnnamed3469() {
var o =
<api.GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation>[];
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation());
@@ -4638,7 +4638,7 @@
return o;
}
-void checkUnnamed3468(
+void checkUnnamed3469(
core.List<
api.GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation>
o) {
@@ -4650,14 +4650,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsResult>
- buildUnnamed3469() {
+ buildUnnamed3470() {
var o = <api.GoogleCloudVisionV1p2beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed3469(
+void checkUnnamed3470(
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1ProductSearchResultsResult(
@@ -4675,8 +4675,8 @@
if (buildCounterGoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult <
3) {
o.boundingPoly = buildGoogleCloudVisionV1p2beta1BoundingPoly();
- o.objectAnnotations = buildUnnamed3468();
- o.results = buildUnnamed3469();
+ o.objectAnnotations = buildUnnamed3469();
+ o.results = buildUnnamed3470();
}
buildCounterGoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult--;
return o;
@@ -4689,8 +4689,8 @@
3) {
checkGoogleCloudVisionV1p2beta1BoundingPoly(
o.boundingPoly! as api.GoogleCloudVisionV1p2beta1BoundingPoly);
- checkUnnamed3468(o.objectAnnotations!);
- checkUnnamed3469(o.results!);
+ checkUnnamed3469(o.objectAnnotations!);
+ checkUnnamed3470(o.results!);
}
buildCounterGoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult--;
}
@@ -4882,14 +4882,14 @@
buildCounterGoogleCloudVisionV1p2beta1Symbol--;
}
-core.List<api.GoogleCloudVisionV1p2beta1Page> buildUnnamed3470() {
+core.List<api.GoogleCloudVisionV1p2beta1Page> buildUnnamed3471() {
var o = <api.GoogleCloudVisionV1p2beta1Page>[];
o.add(buildGoogleCloudVisionV1p2beta1Page());
o.add(buildGoogleCloudVisionV1p2beta1Page());
return o;
}
-void checkUnnamed3470(core.List<api.GoogleCloudVisionV1p2beta1Page> o) {
+void checkUnnamed3471(core.List<api.GoogleCloudVisionV1p2beta1Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Page(
o[0] as api.GoogleCloudVisionV1p2beta1Page);
@@ -4903,7 +4903,7 @@
var o = api.GoogleCloudVisionV1p2beta1TextAnnotation();
buildCounterGoogleCloudVisionV1p2beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p2beta1TextAnnotation < 3) {
- o.pages = buildUnnamed3470();
+ o.pages = buildUnnamed3471();
o.text = 'foo';
}
buildCounterGoogleCloudVisionV1p2beta1TextAnnotation--;
@@ -4914,7 +4914,7 @@
api.GoogleCloudVisionV1p2beta1TextAnnotation o) {
buildCounterGoogleCloudVisionV1p2beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p2beta1TextAnnotation < 3) {
- checkUnnamed3470(o.pages!);
+ checkUnnamed3471(o.pages!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -4982,14 +4982,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage>
- buildUnnamed3471() {
+ buildUnnamed3472() {
var o = <api.GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage>[];
o.add(buildGoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage());
o.add(buildGoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage());
return o;
}
-void checkUnnamed3471(
+void checkUnnamed3472(
core.List<api.GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage(
@@ -5006,7 +5006,7 @@
if (buildCounterGoogleCloudVisionV1p2beta1TextAnnotationTextProperty < 3) {
o.detectedBreak =
buildGoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak();
- o.detectedLanguages = buildUnnamed3471();
+ o.detectedLanguages = buildUnnamed3472();
}
buildCounterGoogleCloudVisionV1p2beta1TextAnnotationTextProperty--;
return o;
@@ -5018,7 +5018,7 @@
if (buildCounterGoogleCloudVisionV1p2beta1TextAnnotationTextProperty < 3) {
checkGoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak(o.detectedBreak!
as api.GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak);
- checkUnnamed3471(o.detectedLanguages!);
+ checkUnnamed3472(o.detectedLanguages!);
}
buildCounterGoogleCloudVisionV1p2beta1TextAnnotationTextProperty--;
}
@@ -5052,14 +5052,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebLabel>
- buildUnnamed3472() {
+ buildUnnamed3473() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebLabel>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebLabel());
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebLabel());
return o;
}
-void checkUnnamed3472(
+void checkUnnamed3473(
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1WebDetectionWebLabel(
@@ -5069,14 +5069,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>
- buildUnnamed3473() {
+ buildUnnamed3474() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed3473(
+void checkUnnamed3474(
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
@@ -5086,14 +5086,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebPage>
- buildUnnamed3474() {
+ buildUnnamed3475() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebPage>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebPage());
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebPage());
return o;
}
-void checkUnnamed3474(
+void checkUnnamed3475(
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1WebDetectionWebPage(
@@ -5103,23 +5103,6 @@
}
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>
- buildUnnamed3475() {
- var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>[];
- o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
- o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
- return o;
-}
-
-void checkUnnamed3475(
- core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
- o[0] as api.GoogleCloudVisionV1p2beta1WebDetectionWebImage);
- checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
- o[1] as api.GoogleCloudVisionV1p2beta1WebDetectionWebImage);
-}
-
-core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>
buildUnnamed3476() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
@@ -5136,15 +5119,32 @@
o[1] as api.GoogleCloudVisionV1p2beta1WebDetectionWebImage);
}
-core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebEntity>
+core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>
buildUnnamed3477() {
+ var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>[];
+ o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
+ o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
+ return o;
+}
+
+void checkUnnamed3477(
+ core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
+ o[0] as api.GoogleCloudVisionV1p2beta1WebDetectionWebImage);
+ checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
+ o[1] as api.GoogleCloudVisionV1p2beta1WebDetectionWebImage);
+}
+
+core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebEntity>
+ buildUnnamed3478() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebEntity>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebEntity());
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebEntity());
return o;
}
-void checkUnnamed3477(
+void checkUnnamed3478(
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1WebDetectionWebEntity(
@@ -5159,12 +5159,12 @@
var o = api.GoogleCloudVisionV1p2beta1WebDetection();
buildCounterGoogleCloudVisionV1p2beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p2beta1WebDetection < 3) {
- o.bestGuessLabels = buildUnnamed3472();
- o.fullMatchingImages = buildUnnamed3473();
- o.pagesWithMatchingImages = buildUnnamed3474();
- o.partialMatchingImages = buildUnnamed3475();
- o.visuallySimilarImages = buildUnnamed3476();
- o.webEntities = buildUnnamed3477();
+ o.bestGuessLabels = buildUnnamed3473();
+ o.fullMatchingImages = buildUnnamed3474();
+ o.pagesWithMatchingImages = buildUnnamed3475();
+ o.partialMatchingImages = buildUnnamed3476();
+ o.visuallySimilarImages = buildUnnamed3477();
+ o.webEntities = buildUnnamed3478();
}
buildCounterGoogleCloudVisionV1p2beta1WebDetection--;
return o;
@@ -5174,12 +5174,12 @@
api.GoogleCloudVisionV1p2beta1WebDetection o) {
buildCounterGoogleCloudVisionV1p2beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p2beta1WebDetection < 3) {
- checkUnnamed3472(o.bestGuessLabels!);
- checkUnnamed3473(o.fullMatchingImages!);
- checkUnnamed3474(o.pagesWithMatchingImages!);
- checkUnnamed3475(o.partialMatchingImages!);
- checkUnnamed3476(o.visuallySimilarImages!);
- checkUnnamed3477(o.webEntities!);
+ checkUnnamed3473(o.bestGuessLabels!);
+ checkUnnamed3474(o.fullMatchingImages!);
+ checkUnnamed3475(o.pagesWithMatchingImages!);
+ checkUnnamed3476(o.partialMatchingImages!);
+ checkUnnamed3477(o.visuallySimilarImages!);
+ checkUnnamed3478(o.webEntities!);
}
buildCounterGoogleCloudVisionV1p2beta1WebDetection--;
}
@@ -5277,23 +5277,6 @@
}
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>
- buildUnnamed3478() {
- var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>[];
- o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
- o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
- return o;
-}
-
-void checkUnnamed3478(
- core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
- o[0] as api.GoogleCloudVisionV1p2beta1WebDetectionWebImage);
- checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
- o[1] as api.GoogleCloudVisionV1p2beta1WebDetectionWebImage);
-}
-
-core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>
buildUnnamed3479() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
@@ -5310,15 +5293,32 @@
o[1] as api.GoogleCloudVisionV1p2beta1WebDetectionWebImage);
}
+core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>
+ buildUnnamed3480() {
+ var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>[];
+ o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
+ o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
+ return o;
+}
+
+void checkUnnamed3480(
+ core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
+ o[0] as api.GoogleCloudVisionV1p2beta1WebDetectionWebImage);
+ checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
+ o[1] as api.GoogleCloudVisionV1p2beta1WebDetectionWebImage);
+}
+
core.int buildCounterGoogleCloudVisionV1p2beta1WebDetectionWebPage = 0;
api.GoogleCloudVisionV1p2beta1WebDetectionWebPage
buildGoogleCloudVisionV1p2beta1WebDetectionWebPage() {
var o = api.GoogleCloudVisionV1p2beta1WebDetectionWebPage();
buildCounterGoogleCloudVisionV1p2beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p2beta1WebDetectionWebPage < 3) {
- o.fullMatchingImages = buildUnnamed3478();
+ o.fullMatchingImages = buildUnnamed3479();
o.pageTitle = 'foo';
- o.partialMatchingImages = buildUnnamed3479();
+ o.partialMatchingImages = buildUnnamed3480();
o.score = 42.0;
o.url = 'foo';
}
@@ -5330,12 +5330,12 @@
api.GoogleCloudVisionV1p2beta1WebDetectionWebPage o) {
buildCounterGoogleCloudVisionV1p2beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p2beta1WebDetectionWebPage < 3) {
- checkUnnamed3478(o.fullMatchingImages!);
+ checkUnnamed3479(o.fullMatchingImages!);
unittest.expect(
o.pageTitle!,
unittest.equals('foo'),
);
- checkUnnamed3479(o.partialMatchingImages!);
+ checkUnnamed3480(o.partialMatchingImages!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -5348,14 +5348,14 @@
buildCounterGoogleCloudVisionV1p2beta1WebDetectionWebPage--;
}
-core.List<api.GoogleCloudVisionV1p2beta1Symbol> buildUnnamed3480() {
+core.List<api.GoogleCloudVisionV1p2beta1Symbol> buildUnnamed3481() {
var o = <api.GoogleCloudVisionV1p2beta1Symbol>[];
o.add(buildGoogleCloudVisionV1p2beta1Symbol());
o.add(buildGoogleCloudVisionV1p2beta1Symbol());
return o;
}
-void checkUnnamed3480(core.List<api.GoogleCloudVisionV1p2beta1Symbol> o) {
+void checkUnnamed3481(core.List<api.GoogleCloudVisionV1p2beta1Symbol> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Symbol(
o[0] as api.GoogleCloudVisionV1p2beta1Symbol);
@@ -5371,7 +5371,7 @@
o.boundingBox = buildGoogleCloudVisionV1p2beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p2beta1TextAnnotationTextProperty();
- o.symbols = buildUnnamed3480();
+ o.symbols = buildUnnamed3481();
}
buildCounterGoogleCloudVisionV1p2beta1Word--;
return o;
@@ -5388,20 +5388,20 @@
);
checkGoogleCloudVisionV1p2beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p2beta1TextAnnotationTextProperty);
- checkUnnamed3480(o.symbols!);
+ checkUnnamed3481(o.symbols!);
}
buildCounterGoogleCloudVisionV1p2beta1Word--;
}
core.List<api.GoogleCloudVisionV1p3beta1AnnotateImageResponse>
- buildUnnamed3481() {
+ buildUnnamed3482() {
var o = <api.GoogleCloudVisionV1p3beta1AnnotateImageResponse>[];
o.add(buildGoogleCloudVisionV1p3beta1AnnotateImageResponse());
o.add(buildGoogleCloudVisionV1p3beta1AnnotateImageResponse());
return o;
}
-void checkUnnamed3481(
+void checkUnnamed3482(
core.List<api.GoogleCloudVisionV1p3beta1AnnotateImageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1AnnotateImageResponse(
@@ -5418,7 +5418,7 @@
if (buildCounterGoogleCloudVisionV1p3beta1AnnotateFileResponse < 3) {
o.error = buildStatus();
o.inputConfig = buildGoogleCloudVisionV1p3beta1InputConfig();
- o.responses = buildUnnamed3481();
+ o.responses = buildUnnamed3482();
o.totalPages = 42;
}
buildCounterGoogleCloudVisionV1p3beta1AnnotateFileResponse--;
@@ -5432,7 +5432,7 @@
checkStatus(o.error! as api.Status);
checkGoogleCloudVisionV1p3beta1InputConfig(
o.inputConfig! as api.GoogleCloudVisionV1p3beta1InputConfig);
- checkUnnamed3481(o.responses!);
+ checkUnnamed3482(o.responses!);
unittest.expect(
o.totalPages!,
unittest.equals(42),
@@ -5441,14 +5441,14 @@
buildCounterGoogleCloudVisionV1p3beta1AnnotateFileResponse--;
}
-core.List<api.GoogleCloudVisionV1p3beta1FaceAnnotation> buildUnnamed3482() {
+core.List<api.GoogleCloudVisionV1p3beta1FaceAnnotation> buildUnnamed3483() {
var o = <api.GoogleCloudVisionV1p3beta1FaceAnnotation>[];
o.add(buildGoogleCloudVisionV1p3beta1FaceAnnotation());
o.add(buildGoogleCloudVisionV1p3beta1FaceAnnotation());
return o;
}
-void checkUnnamed3482(
+void checkUnnamed3483(
core.List<api.GoogleCloudVisionV1p3beta1FaceAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1FaceAnnotation(
@@ -5457,22 +5457,6 @@
o[1] as api.GoogleCloudVisionV1p3beta1FaceAnnotation);
}
-core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed3483() {
- var o = <api.GoogleCloudVisionV1p3beta1EntityAnnotation>[];
- o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
- o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
- return o;
-}
-
-void checkUnnamed3483(
- core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p3beta1EntityAnnotation(
- o[0] as api.GoogleCloudVisionV1p3beta1EntityAnnotation);
- checkGoogleCloudVisionV1p3beta1EntityAnnotation(
- o[1] as api.GoogleCloudVisionV1p3beta1EntityAnnotation);
-}
-
core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed3484() {
var o = <api.GoogleCloudVisionV1p3beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
@@ -5489,31 +5473,14 @@
o[1] as api.GoogleCloudVisionV1p3beta1EntityAnnotation);
}
-core.List<api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation>
- buildUnnamed3485() {
- var o = <api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation>[];
- o.add(buildGoogleCloudVisionV1p3beta1LocalizedObjectAnnotation());
- o.add(buildGoogleCloudVisionV1p3beta1LocalizedObjectAnnotation());
- return o;
-}
-
-void checkUnnamed3485(
- core.List<api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p3beta1LocalizedObjectAnnotation(
- o[0] as api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation);
- checkGoogleCloudVisionV1p3beta1LocalizedObjectAnnotation(
- o[1] as api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation);
-}
-
-core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed3486() {
+core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed3485() {
var o = <api.GoogleCloudVisionV1p3beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
return o;
}
-void checkUnnamed3486(
+void checkUnnamed3485(
core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1EntityAnnotation(
@@ -5522,6 +5489,23 @@
o[1] as api.GoogleCloudVisionV1p3beta1EntityAnnotation);
}
+core.List<api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation>
+ buildUnnamed3486() {
+ var o = <api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation>[];
+ o.add(buildGoogleCloudVisionV1p3beta1LocalizedObjectAnnotation());
+ o.add(buildGoogleCloudVisionV1p3beta1LocalizedObjectAnnotation());
+ return o;
+}
+
+void checkUnnamed3486(
+ core.List<api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p3beta1LocalizedObjectAnnotation(
+ o[0] as api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation);
+ checkGoogleCloudVisionV1p3beta1LocalizedObjectAnnotation(
+ o[1] as api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation);
+}
+
core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed3487() {
var o = <api.GoogleCloudVisionV1p3beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
@@ -5538,6 +5522,22 @@
o[1] as api.GoogleCloudVisionV1p3beta1EntityAnnotation);
}
+core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed3488() {
+ var o = <api.GoogleCloudVisionV1p3beta1EntityAnnotation>[];
+ o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
+ o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
+ return o;
+}
+
+void checkUnnamed3488(
+ core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p3beta1EntityAnnotation(
+ o[0] as api.GoogleCloudVisionV1p3beta1EntityAnnotation);
+ checkGoogleCloudVisionV1p3beta1EntityAnnotation(
+ o[1] as api.GoogleCloudVisionV1p3beta1EntityAnnotation);
+}
+
core.int buildCounterGoogleCloudVisionV1p3beta1AnnotateImageResponse = 0;
api.GoogleCloudVisionV1p3beta1AnnotateImageResponse
buildGoogleCloudVisionV1p3beta1AnnotateImageResponse() {
@@ -5548,19 +5548,19 @@
o.cropHintsAnnotation =
buildGoogleCloudVisionV1p3beta1CropHintsAnnotation();
o.error = buildStatus();
- o.faceAnnotations = buildUnnamed3482();
+ o.faceAnnotations = buildUnnamed3483();
o.fullTextAnnotation = buildGoogleCloudVisionV1p3beta1TextAnnotation();
o.imagePropertiesAnnotation =
buildGoogleCloudVisionV1p3beta1ImageProperties();
- o.labelAnnotations = buildUnnamed3483();
- o.landmarkAnnotations = buildUnnamed3484();
- o.localizedObjectAnnotations = buildUnnamed3485();
- o.logoAnnotations = buildUnnamed3486();
+ o.labelAnnotations = buildUnnamed3484();
+ o.landmarkAnnotations = buildUnnamed3485();
+ o.localizedObjectAnnotations = buildUnnamed3486();
+ o.logoAnnotations = buildUnnamed3487();
o.productSearchResults =
buildGoogleCloudVisionV1p3beta1ProductSearchResults();
o.safeSearchAnnotation =
buildGoogleCloudVisionV1p3beta1SafeSearchAnnotation();
- o.textAnnotations = buildUnnamed3487();
+ o.textAnnotations = buildUnnamed3488();
o.webDetection = buildGoogleCloudVisionV1p3beta1WebDetection();
}
buildCounterGoogleCloudVisionV1p3beta1AnnotateImageResponse--;
@@ -5576,20 +5576,20 @@
checkGoogleCloudVisionV1p3beta1CropHintsAnnotation(o.cropHintsAnnotation!
as api.GoogleCloudVisionV1p3beta1CropHintsAnnotation);
checkStatus(o.error! as api.Status);
- checkUnnamed3482(o.faceAnnotations!);
+ checkUnnamed3483(o.faceAnnotations!);
checkGoogleCloudVisionV1p3beta1TextAnnotation(
o.fullTextAnnotation! as api.GoogleCloudVisionV1p3beta1TextAnnotation);
checkGoogleCloudVisionV1p3beta1ImageProperties(o.imagePropertiesAnnotation!
as api.GoogleCloudVisionV1p3beta1ImageProperties);
- checkUnnamed3483(o.labelAnnotations!);
- checkUnnamed3484(o.landmarkAnnotations!);
- checkUnnamed3485(o.localizedObjectAnnotations!);
- checkUnnamed3486(o.logoAnnotations!);
+ checkUnnamed3484(o.labelAnnotations!);
+ checkUnnamed3485(o.landmarkAnnotations!);
+ checkUnnamed3486(o.localizedObjectAnnotations!);
+ checkUnnamed3487(o.logoAnnotations!);
checkGoogleCloudVisionV1p3beta1ProductSearchResults(o.productSearchResults!
as api.GoogleCloudVisionV1p3beta1ProductSearchResults);
checkGoogleCloudVisionV1p3beta1SafeSearchAnnotation(o.safeSearchAnnotation!
as api.GoogleCloudVisionV1p3beta1SafeSearchAnnotation);
- checkUnnamed3487(o.textAnnotations!);
+ checkUnnamed3488(o.textAnnotations!);
checkGoogleCloudVisionV1p3beta1WebDetection(
o.webDetection! as api.GoogleCloudVisionV1p3beta1WebDetection);
}
@@ -5619,14 +5619,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse>
- buildUnnamed3488() {
+ buildUnnamed3489() {
var o = <api.GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse>[];
o.add(buildGoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse());
o.add(buildGoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse());
return o;
}
-void checkUnnamed3488(
+void checkUnnamed3489(
core.List<api.GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse(
@@ -5643,7 +5643,7 @@
buildCounterGoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse <
3) {
- o.responses = buildUnnamed3488();
+ o.responses = buildUnnamed3489();
}
buildCounterGoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse--;
return o;
@@ -5654,7 +5654,7 @@
buildCounterGoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse <
3) {
- checkUnnamed3488(o.responses!);
+ checkUnnamed3489(o.responses!);
}
buildCounterGoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse--;
}
@@ -5693,14 +5693,14 @@
buildCounterGoogleCloudVisionV1p3beta1BatchOperationMetadata--;
}
-core.List<api.GoogleCloudVisionV1p3beta1Paragraph> buildUnnamed3489() {
+core.List<api.GoogleCloudVisionV1p3beta1Paragraph> buildUnnamed3490() {
var o = <api.GoogleCloudVisionV1p3beta1Paragraph>[];
o.add(buildGoogleCloudVisionV1p3beta1Paragraph());
o.add(buildGoogleCloudVisionV1p3beta1Paragraph());
return o;
}
-void checkUnnamed3489(core.List<api.GoogleCloudVisionV1p3beta1Paragraph> o) {
+void checkUnnamed3490(core.List<api.GoogleCloudVisionV1p3beta1Paragraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Paragraph(
o[0] as api.GoogleCloudVisionV1p3beta1Paragraph);
@@ -5716,7 +5716,7 @@
o.blockType = 'foo';
o.boundingBox = buildGoogleCloudVisionV1p3beta1BoundingPoly();
o.confidence = 42.0;
- o.paragraphs = buildUnnamed3489();
+ o.paragraphs = buildUnnamed3490();
o.property = buildGoogleCloudVisionV1p3beta1TextAnnotationTextProperty();
}
buildCounterGoogleCloudVisionV1p3beta1Block--;
@@ -5737,21 +5737,21 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed3489(o.paragraphs!);
+ checkUnnamed3490(o.paragraphs!);
checkGoogleCloudVisionV1p3beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p3beta1TextAnnotationTextProperty);
}
buildCounterGoogleCloudVisionV1p3beta1Block--;
}
-core.List<api.GoogleCloudVisionV1p3beta1NormalizedVertex> buildUnnamed3490() {
+core.List<api.GoogleCloudVisionV1p3beta1NormalizedVertex> buildUnnamed3491() {
var o = <api.GoogleCloudVisionV1p3beta1NormalizedVertex>[];
o.add(buildGoogleCloudVisionV1p3beta1NormalizedVertex());
o.add(buildGoogleCloudVisionV1p3beta1NormalizedVertex());
return o;
}
-void checkUnnamed3490(
+void checkUnnamed3491(
core.List<api.GoogleCloudVisionV1p3beta1NormalizedVertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1NormalizedVertex(
@@ -5760,14 +5760,14 @@
o[1] as api.GoogleCloudVisionV1p3beta1NormalizedVertex);
}
-core.List<api.GoogleCloudVisionV1p3beta1Vertex> buildUnnamed3491() {
+core.List<api.GoogleCloudVisionV1p3beta1Vertex> buildUnnamed3492() {
var o = <api.GoogleCloudVisionV1p3beta1Vertex>[];
o.add(buildGoogleCloudVisionV1p3beta1Vertex());
o.add(buildGoogleCloudVisionV1p3beta1Vertex());
return o;
}
-void checkUnnamed3491(core.List<api.GoogleCloudVisionV1p3beta1Vertex> o) {
+void checkUnnamed3492(core.List<api.GoogleCloudVisionV1p3beta1Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Vertex(
o[0] as api.GoogleCloudVisionV1p3beta1Vertex);
@@ -5781,8 +5781,8 @@
var o = api.GoogleCloudVisionV1p3beta1BoundingPoly();
buildCounterGoogleCloudVisionV1p3beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p3beta1BoundingPoly < 3) {
- o.normalizedVertices = buildUnnamed3490();
- o.vertices = buildUnnamed3491();
+ o.normalizedVertices = buildUnnamed3491();
+ o.vertices = buildUnnamed3492();
}
buildCounterGoogleCloudVisionV1p3beta1BoundingPoly--;
return o;
@@ -5792,8 +5792,8 @@
api.GoogleCloudVisionV1p3beta1BoundingPoly o) {
buildCounterGoogleCloudVisionV1p3beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p3beta1BoundingPoly < 3) {
- checkUnnamed3490(o.normalizedVertices!);
- checkUnnamed3491(o.vertices!);
+ checkUnnamed3491(o.normalizedVertices!);
+ checkUnnamed3492(o.vertices!);
}
buildCounterGoogleCloudVisionV1p3beta1BoundingPoly--;
}
@@ -5861,14 +5861,14 @@
buildCounterGoogleCloudVisionV1p3beta1CropHint--;
}
-core.List<api.GoogleCloudVisionV1p3beta1CropHint> buildUnnamed3492() {
+core.List<api.GoogleCloudVisionV1p3beta1CropHint> buildUnnamed3493() {
var o = <api.GoogleCloudVisionV1p3beta1CropHint>[];
o.add(buildGoogleCloudVisionV1p3beta1CropHint());
o.add(buildGoogleCloudVisionV1p3beta1CropHint());
return o;
}
-void checkUnnamed3492(core.List<api.GoogleCloudVisionV1p3beta1CropHint> o) {
+void checkUnnamed3493(core.List<api.GoogleCloudVisionV1p3beta1CropHint> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1CropHint(
o[0] as api.GoogleCloudVisionV1p3beta1CropHint);
@@ -5882,7 +5882,7 @@
var o = api.GoogleCloudVisionV1p3beta1CropHintsAnnotation();
buildCounterGoogleCloudVisionV1p3beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p3beta1CropHintsAnnotation < 3) {
- o.cropHints = buildUnnamed3492();
+ o.cropHints = buildUnnamed3493();
}
buildCounterGoogleCloudVisionV1p3beta1CropHintsAnnotation--;
return o;
@@ -5892,19 +5892,19 @@
api.GoogleCloudVisionV1p3beta1CropHintsAnnotation o) {
buildCounterGoogleCloudVisionV1p3beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p3beta1CropHintsAnnotation < 3) {
- checkUnnamed3492(o.cropHints!);
+ checkUnnamed3493(o.cropHints!);
}
buildCounterGoogleCloudVisionV1p3beta1CropHintsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p3beta1ColorInfo> buildUnnamed3493() {
+core.List<api.GoogleCloudVisionV1p3beta1ColorInfo> buildUnnamed3494() {
var o = <api.GoogleCloudVisionV1p3beta1ColorInfo>[];
o.add(buildGoogleCloudVisionV1p3beta1ColorInfo());
o.add(buildGoogleCloudVisionV1p3beta1ColorInfo());
return o;
}
-void checkUnnamed3493(core.List<api.GoogleCloudVisionV1p3beta1ColorInfo> o) {
+void checkUnnamed3494(core.List<api.GoogleCloudVisionV1p3beta1ColorInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1ColorInfo(
o[0] as api.GoogleCloudVisionV1p3beta1ColorInfo);
@@ -5918,7 +5918,7 @@
var o = api.GoogleCloudVisionV1p3beta1DominantColorsAnnotation();
buildCounterGoogleCloudVisionV1p3beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p3beta1DominantColorsAnnotation < 3) {
- o.colors = buildUnnamed3493();
+ o.colors = buildUnnamed3494();
}
buildCounterGoogleCloudVisionV1p3beta1DominantColorsAnnotation--;
return o;
@@ -5928,19 +5928,19 @@
api.GoogleCloudVisionV1p3beta1DominantColorsAnnotation o) {
buildCounterGoogleCloudVisionV1p3beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p3beta1DominantColorsAnnotation < 3) {
- checkUnnamed3493(o.colors!);
+ checkUnnamed3494(o.colors!);
}
buildCounterGoogleCloudVisionV1p3beta1DominantColorsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p3beta1LocationInfo> buildUnnamed3494() {
+core.List<api.GoogleCloudVisionV1p3beta1LocationInfo> buildUnnamed3495() {
var o = <api.GoogleCloudVisionV1p3beta1LocationInfo>[];
o.add(buildGoogleCloudVisionV1p3beta1LocationInfo());
o.add(buildGoogleCloudVisionV1p3beta1LocationInfo());
return o;
}
-void checkUnnamed3494(core.List<api.GoogleCloudVisionV1p3beta1LocationInfo> o) {
+void checkUnnamed3495(core.List<api.GoogleCloudVisionV1p3beta1LocationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1LocationInfo(
o[0] as api.GoogleCloudVisionV1p3beta1LocationInfo);
@@ -5948,14 +5948,14 @@
o[1] as api.GoogleCloudVisionV1p3beta1LocationInfo);
}
-core.List<api.GoogleCloudVisionV1p3beta1Property> buildUnnamed3495() {
+core.List<api.GoogleCloudVisionV1p3beta1Property> buildUnnamed3496() {
var o = <api.GoogleCloudVisionV1p3beta1Property>[];
o.add(buildGoogleCloudVisionV1p3beta1Property());
o.add(buildGoogleCloudVisionV1p3beta1Property());
return o;
}
-void checkUnnamed3495(core.List<api.GoogleCloudVisionV1p3beta1Property> o) {
+void checkUnnamed3496(core.List<api.GoogleCloudVisionV1p3beta1Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Property(
o[0] as api.GoogleCloudVisionV1p3beta1Property);
@@ -5973,9 +5973,9 @@
o.confidence = 42.0;
o.description = 'foo';
o.locale = 'foo';
- o.locations = buildUnnamed3494();
+ o.locations = buildUnnamed3495();
o.mid = 'foo';
- o.properties = buildUnnamed3495();
+ o.properties = buildUnnamed3496();
o.score = 42.0;
o.topicality = 42.0;
}
@@ -6001,12 +6001,12 @@
o.locale!,
unittest.equals('foo'),
);
- checkUnnamed3494(o.locations!);
+ checkUnnamed3495(o.locations!);
unittest.expect(
o.mid!,
unittest.equals('foo'),
);
- checkUnnamed3495(o.properties!);
+ checkUnnamed3496(o.properties!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -6020,14 +6020,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1FaceAnnotationLandmark>
- buildUnnamed3496() {
+ buildUnnamed3497() {
var o = <api.GoogleCloudVisionV1p3beta1FaceAnnotationLandmark>[];
o.add(buildGoogleCloudVisionV1p3beta1FaceAnnotationLandmark());
o.add(buildGoogleCloudVisionV1p3beta1FaceAnnotationLandmark());
return o;
}
-void checkUnnamed3496(
+void checkUnnamed3497(
core.List<api.GoogleCloudVisionV1p3beta1FaceAnnotationLandmark> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1FaceAnnotationLandmark(
@@ -6050,7 +6050,7 @@
o.headwearLikelihood = 'foo';
o.joyLikelihood = 'foo';
o.landmarkingConfidence = 42.0;
- o.landmarks = buildUnnamed3496();
+ o.landmarks = buildUnnamed3497();
o.panAngle = 42.0;
o.rollAngle = 42.0;
o.sorrowLikelihood = 'foo';
@@ -6094,7 +6094,7 @@
o.landmarkingConfidence!,
unittest.equals(42.0),
);
- checkUnnamed3496(o.landmarks!);
+ checkUnnamed3497(o.landmarks!);
unittest.expect(
o.panAngle!,
unittest.equals(42.0),
@@ -6250,14 +6250,14 @@
buildCounterGoogleCloudVisionV1p3beta1ImageProperties--;
}
-core.List<api.GoogleCloudVisionV1p3beta1ReferenceImage> buildUnnamed3497() {
+core.List<api.GoogleCloudVisionV1p3beta1ReferenceImage> buildUnnamed3498() {
var o = <api.GoogleCloudVisionV1p3beta1ReferenceImage>[];
o.add(buildGoogleCloudVisionV1p3beta1ReferenceImage());
o.add(buildGoogleCloudVisionV1p3beta1ReferenceImage());
return o;
}
-void checkUnnamed3497(
+void checkUnnamed3498(
core.List<api.GoogleCloudVisionV1p3beta1ReferenceImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1ReferenceImage(
@@ -6266,14 +6266,14 @@
o[1] as api.GoogleCloudVisionV1p3beta1ReferenceImage);
}
-core.List<api.Status> buildUnnamed3498() {
+core.List<api.Status> buildUnnamed3499() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed3498(core.List<api.Status> o) {
+void checkUnnamed3499(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
@@ -6285,8 +6285,8 @@
var o = api.GoogleCloudVisionV1p3beta1ImportProductSetsResponse();
buildCounterGoogleCloudVisionV1p3beta1ImportProductSetsResponse++;
if (buildCounterGoogleCloudVisionV1p3beta1ImportProductSetsResponse < 3) {
- o.referenceImages = buildUnnamed3497();
- o.statuses = buildUnnamed3498();
+ o.referenceImages = buildUnnamed3498();
+ o.statuses = buildUnnamed3499();
}
buildCounterGoogleCloudVisionV1p3beta1ImportProductSetsResponse--;
return o;
@@ -6296,8 +6296,8 @@
api.GoogleCloudVisionV1p3beta1ImportProductSetsResponse o) {
buildCounterGoogleCloudVisionV1p3beta1ImportProductSetsResponse++;
if (buildCounterGoogleCloudVisionV1p3beta1ImportProductSetsResponse < 3) {
- checkUnnamed3497(o.referenceImages!);
- checkUnnamed3498(o.statuses!);
+ checkUnnamed3498(o.referenceImages!);
+ checkUnnamed3499(o.statuses!);
}
buildCounterGoogleCloudVisionV1p3beta1ImportProductSetsResponse--;
}
@@ -6487,14 +6487,14 @@
buildCounterGoogleCloudVisionV1p3beta1OutputConfig--;
}
-core.List<api.GoogleCloudVisionV1p3beta1Block> buildUnnamed3499() {
+core.List<api.GoogleCloudVisionV1p3beta1Block> buildUnnamed3500() {
var o = <api.GoogleCloudVisionV1p3beta1Block>[];
o.add(buildGoogleCloudVisionV1p3beta1Block());
o.add(buildGoogleCloudVisionV1p3beta1Block());
return o;
}
-void checkUnnamed3499(core.List<api.GoogleCloudVisionV1p3beta1Block> o) {
+void checkUnnamed3500(core.List<api.GoogleCloudVisionV1p3beta1Block> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Block(
o[0] as api.GoogleCloudVisionV1p3beta1Block);
@@ -6507,7 +6507,7 @@
var o = api.GoogleCloudVisionV1p3beta1Page();
buildCounterGoogleCloudVisionV1p3beta1Page++;
if (buildCounterGoogleCloudVisionV1p3beta1Page < 3) {
- o.blocks = buildUnnamed3499();
+ o.blocks = buildUnnamed3500();
o.confidence = 42.0;
o.height = 42;
o.property = buildGoogleCloudVisionV1p3beta1TextAnnotationTextProperty();
@@ -6520,7 +6520,7 @@
void checkGoogleCloudVisionV1p3beta1Page(api.GoogleCloudVisionV1p3beta1Page o) {
buildCounterGoogleCloudVisionV1p3beta1Page++;
if (buildCounterGoogleCloudVisionV1p3beta1Page < 3) {
- checkUnnamed3499(o.blocks!);
+ checkUnnamed3500(o.blocks!);
unittest.expect(
o.confidence!,
unittest.equals(42.0),
@@ -6539,14 +6539,14 @@
buildCounterGoogleCloudVisionV1p3beta1Page--;
}
-core.List<api.GoogleCloudVisionV1p3beta1Word> buildUnnamed3500() {
+core.List<api.GoogleCloudVisionV1p3beta1Word> buildUnnamed3501() {
var o = <api.GoogleCloudVisionV1p3beta1Word>[];
o.add(buildGoogleCloudVisionV1p3beta1Word());
o.add(buildGoogleCloudVisionV1p3beta1Word());
return o;
}
-void checkUnnamed3500(core.List<api.GoogleCloudVisionV1p3beta1Word> o) {
+void checkUnnamed3501(core.List<api.GoogleCloudVisionV1p3beta1Word> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Word(
o[0] as api.GoogleCloudVisionV1p3beta1Word);
@@ -6563,7 +6563,7 @@
o.boundingBox = buildGoogleCloudVisionV1p3beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p3beta1TextAnnotationTextProperty();
- o.words = buildUnnamed3500();
+ o.words = buildUnnamed3501();
}
buildCounterGoogleCloudVisionV1p3beta1Paragraph--;
return o;
@@ -6581,7 +6581,7 @@
);
checkGoogleCloudVisionV1p3beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p3beta1TextAnnotationTextProperty);
- checkUnnamed3500(o.words!);
+ checkUnnamed3501(o.words!);
}
buildCounterGoogleCloudVisionV1p3beta1Paragraph--;
}
@@ -6620,14 +6620,14 @@
buildCounterGoogleCloudVisionV1p3beta1Position--;
}
-core.List<api.GoogleCloudVisionV1p3beta1ProductKeyValue> buildUnnamed3501() {
+core.List<api.GoogleCloudVisionV1p3beta1ProductKeyValue> buildUnnamed3502() {
var o = <api.GoogleCloudVisionV1p3beta1ProductKeyValue>[];
o.add(buildGoogleCloudVisionV1p3beta1ProductKeyValue());
o.add(buildGoogleCloudVisionV1p3beta1ProductKeyValue());
return o;
}
-void checkUnnamed3501(
+void checkUnnamed3502(
core.List<api.GoogleCloudVisionV1p3beta1ProductKeyValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1ProductKeyValue(
@@ -6645,7 +6645,7 @@
o.displayName = 'foo';
o.name = 'foo';
o.productCategory = 'foo';
- o.productLabels = buildUnnamed3501();
+ o.productLabels = buildUnnamed3502();
}
buildCounterGoogleCloudVisionV1p3beta1Product--;
return o;
@@ -6671,7 +6671,7 @@
o.productCategory!,
unittest.equals('foo'),
);
- checkUnnamed3501(o.productLabels!);
+ checkUnnamed3502(o.productLabels!);
}
buildCounterGoogleCloudVisionV1p3beta1Product--;
}
@@ -6706,14 +6706,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult>
- buildUnnamed3502() {
+ buildUnnamed3503() {
var o = <api.GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult>[];
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult());
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult());
return o;
}
-void checkUnnamed3502(
+void checkUnnamed3503(
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -6724,14 +6724,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsResult>
- buildUnnamed3503() {
+ buildUnnamed3504() {
var o = <api.GoogleCloudVisionV1p3beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed3503(
+void checkUnnamed3504(
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1ProductSearchResultsResult(
@@ -6747,8 +6747,8 @@
buildCounterGoogleCloudVisionV1p3beta1ProductSearchResults++;
if (buildCounterGoogleCloudVisionV1p3beta1ProductSearchResults < 3) {
o.indexTime = 'foo';
- o.productGroupedResults = buildUnnamed3502();
- o.results = buildUnnamed3503();
+ o.productGroupedResults = buildUnnamed3503();
+ o.results = buildUnnamed3504();
}
buildCounterGoogleCloudVisionV1p3beta1ProductSearchResults--;
return o;
@@ -6762,14 +6762,14 @@
o.indexTime!,
unittest.equals('foo'),
);
- checkUnnamed3502(o.productGroupedResults!);
- checkUnnamed3503(o.results!);
+ checkUnnamed3503(o.productGroupedResults!);
+ checkUnnamed3504(o.results!);
}
buildCounterGoogleCloudVisionV1p3beta1ProductSearchResults--;
}
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation>
- buildUnnamed3504() {
+ buildUnnamed3505() {
var o =
<api.GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation>[];
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation());
@@ -6777,7 +6777,7 @@
return o;
}
-void checkUnnamed3504(
+void checkUnnamed3505(
core.List<
api.GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation>
o) {
@@ -6789,14 +6789,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsResult>
- buildUnnamed3505() {
+ buildUnnamed3506() {
var o = <api.GoogleCloudVisionV1p3beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed3505(
+void checkUnnamed3506(
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1ProductSearchResultsResult(
@@ -6814,8 +6814,8 @@
if (buildCounterGoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult <
3) {
o.boundingPoly = buildGoogleCloudVisionV1p3beta1BoundingPoly();
- o.objectAnnotations = buildUnnamed3504();
- o.results = buildUnnamed3505();
+ o.objectAnnotations = buildUnnamed3505();
+ o.results = buildUnnamed3506();
}
buildCounterGoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult--;
return o;
@@ -6828,8 +6828,8 @@
3) {
checkGoogleCloudVisionV1p3beta1BoundingPoly(
o.boundingPoly! as api.GoogleCloudVisionV1p3beta1BoundingPoly);
- checkUnnamed3504(o.objectAnnotations!);
- checkUnnamed3505(o.results!);
+ checkUnnamed3505(o.objectAnnotations!);
+ checkUnnamed3506(o.results!);
}
buildCounterGoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult--;
}
@@ -6943,14 +6943,14 @@
buildCounterGoogleCloudVisionV1p3beta1Property--;
}
-core.List<api.GoogleCloudVisionV1p3beta1BoundingPoly> buildUnnamed3506() {
+core.List<api.GoogleCloudVisionV1p3beta1BoundingPoly> buildUnnamed3507() {
var o = <api.GoogleCloudVisionV1p3beta1BoundingPoly>[];
o.add(buildGoogleCloudVisionV1p3beta1BoundingPoly());
o.add(buildGoogleCloudVisionV1p3beta1BoundingPoly());
return o;
}
-void checkUnnamed3506(core.List<api.GoogleCloudVisionV1p3beta1BoundingPoly> o) {
+void checkUnnamed3507(core.List<api.GoogleCloudVisionV1p3beta1BoundingPoly> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1BoundingPoly(
o[0] as api.GoogleCloudVisionV1p3beta1BoundingPoly);
@@ -6964,7 +6964,7 @@
var o = api.GoogleCloudVisionV1p3beta1ReferenceImage();
buildCounterGoogleCloudVisionV1p3beta1ReferenceImage++;
if (buildCounterGoogleCloudVisionV1p3beta1ReferenceImage < 3) {
- o.boundingPolys = buildUnnamed3506();
+ o.boundingPolys = buildUnnamed3507();
o.name = 'foo';
o.uri = 'foo';
}
@@ -6976,7 +6976,7 @@
api.GoogleCloudVisionV1p3beta1ReferenceImage o) {
buildCounterGoogleCloudVisionV1p3beta1ReferenceImage++;
if (buildCounterGoogleCloudVisionV1p3beta1ReferenceImage < 3) {
- checkUnnamed3506(o.boundingPolys!);
+ checkUnnamed3507(o.boundingPolys!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -7067,14 +7067,14 @@
buildCounterGoogleCloudVisionV1p3beta1Symbol--;
}
-core.List<api.GoogleCloudVisionV1p3beta1Page> buildUnnamed3507() {
+core.List<api.GoogleCloudVisionV1p3beta1Page> buildUnnamed3508() {
var o = <api.GoogleCloudVisionV1p3beta1Page>[];
o.add(buildGoogleCloudVisionV1p3beta1Page());
o.add(buildGoogleCloudVisionV1p3beta1Page());
return o;
}
-void checkUnnamed3507(core.List<api.GoogleCloudVisionV1p3beta1Page> o) {
+void checkUnnamed3508(core.List<api.GoogleCloudVisionV1p3beta1Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Page(
o[0] as api.GoogleCloudVisionV1p3beta1Page);
@@ -7088,7 +7088,7 @@
var o = api.GoogleCloudVisionV1p3beta1TextAnnotation();
buildCounterGoogleCloudVisionV1p3beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p3beta1TextAnnotation < 3) {
- o.pages = buildUnnamed3507();
+ o.pages = buildUnnamed3508();
o.text = 'foo';
}
buildCounterGoogleCloudVisionV1p3beta1TextAnnotation--;
@@ -7099,7 +7099,7 @@
api.GoogleCloudVisionV1p3beta1TextAnnotation o) {
buildCounterGoogleCloudVisionV1p3beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p3beta1TextAnnotation < 3) {
- checkUnnamed3507(o.pages!);
+ checkUnnamed3508(o.pages!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -7167,14 +7167,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage>
- buildUnnamed3508() {
+ buildUnnamed3509() {
var o = <api.GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage>[];
o.add(buildGoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage());
o.add(buildGoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage());
return o;
}
-void checkUnnamed3508(
+void checkUnnamed3509(
core.List<api.GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage(
@@ -7191,7 +7191,7 @@
if (buildCounterGoogleCloudVisionV1p3beta1TextAnnotationTextProperty < 3) {
o.detectedBreak =
buildGoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak();
- o.detectedLanguages = buildUnnamed3508();
+ o.detectedLanguages = buildUnnamed3509();
}
buildCounterGoogleCloudVisionV1p3beta1TextAnnotationTextProperty--;
return o;
@@ -7203,7 +7203,7 @@
if (buildCounterGoogleCloudVisionV1p3beta1TextAnnotationTextProperty < 3) {
checkGoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak(o.detectedBreak!
as api.GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak);
- checkUnnamed3508(o.detectedLanguages!);
+ checkUnnamed3509(o.detectedLanguages!);
}
buildCounterGoogleCloudVisionV1p3beta1TextAnnotationTextProperty--;
}
@@ -7237,14 +7237,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebLabel>
- buildUnnamed3509() {
+ buildUnnamed3510() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebLabel>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebLabel());
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebLabel());
return o;
}
-void checkUnnamed3509(
+void checkUnnamed3510(
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1WebDetectionWebLabel(
@@ -7254,14 +7254,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>
- buildUnnamed3510() {
+ buildUnnamed3511() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed3510(
+void checkUnnamed3511(
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
@@ -7271,14 +7271,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebPage>
- buildUnnamed3511() {
+ buildUnnamed3512() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebPage>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebPage());
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebPage());
return o;
}
-void checkUnnamed3511(
+void checkUnnamed3512(
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1WebDetectionWebPage(
@@ -7288,23 +7288,6 @@
}
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>
- buildUnnamed3512() {
- var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>[];
- o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
- o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
- return o;
-}
-
-void checkUnnamed3512(
- core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
- o[0] as api.GoogleCloudVisionV1p3beta1WebDetectionWebImage);
- checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
- o[1] as api.GoogleCloudVisionV1p3beta1WebDetectionWebImage);
-}
-
-core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>
buildUnnamed3513() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
@@ -7321,15 +7304,32 @@
o[1] as api.GoogleCloudVisionV1p3beta1WebDetectionWebImage);
}
-core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebEntity>
+core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>
buildUnnamed3514() {
+ var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>[];
+ o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
+ o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
+ return o;
+}
+
+void checkUnnamed3514(
+ core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
+ o[0] as api.GoogleCloudVisionV1p3beta1WebDetectionWebImage);
+ checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
+ o[1] as api.GoogleCloudVisionV1p3beta1WebDetectionWebImage);
+}
+
+core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebEntity>
+ buildUnnamed3515() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebEntity>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebEntity());
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebEntity());
return o;
}
-void checkUnnamed3514(
+void checkUnnamed3515(
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1WebDetectionWebEntity(
@@ -7344,12 +7344,12 @@
var o = api.GoogleCloudVisionV1p3beta1WebDetection();
buildCounterGoogleCloudVisionV1p3beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p3beta1WebDetection < 3) {
- o.bestGuessLabels = buildUnnamed3509();
- o.fullMatchingImages = buildUnnamed3510();
- o.pagesWithMatchingImages = buildUnnamed3511();
- o.partialMatchingImages = buildUnnamed3512();
- o.visuallySimilarImages = buildUnnamed3513();
- o.webEntities = buildUnnamed3514();
+ o.bestGuessLabels = buildUnnamed3510();
+ o.fullMatchingImages = buildUnnamed3511();
+ o.pagesWithMatchingImages = buildUnnamed3512();
+ o.partialMatchingImages = buildUnnamed3513();
+ o.visuallySimilarImages = buildUnnamed3514();
+ o.webEntities = buildUnnamed3515();
}
buildCounterGoogleCloudVisionV1p3beta1WebDetection--;
return o;
@@ -7359,12 +7359,12 @@
api.GoogleCloudVisionV1p3beta1WebDetection o) {
buildCounterGoogleCloudVisionV1p3beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p3beta1WebDetection < 3) {
- checkUnnamed3509(o.bestGuessLabels!);
- checkUnnamed3510(o.fullMatchingImages!);
- checkUnnamed3511(o.pagesWithMatchingImages!);
- checkUnnamed3512(o.partialMatchingImages!);
- checkUnnamed3513(o.visuallySimilarImages!);
- checkUnnamed3514(o.webEntities!);
+ checkUnnamed3510(o.bestGuessLabels!);
+ checkUnnamed3511(o.fullMatchingImages!);
+ checkUnnamed3512(o.pagesWithMatchingImages!);
+ checkUnnamed3513(o.partialMatchingImages!);
+ checkUnnamed3514(o.visuallySimilarImages!);
+ checkUnnamed3515(o.webEntities!);
}
buildCounterGoogleCloudVisionV1p3beta1WebDetection--;
}
@@ -7462,23 +7462,6 @@
}
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>
- buildUnnamed3515() {
- var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>[];
- o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
- o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
- return o;
-}
-
-void checkUnnamed3515(
- core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
- o[0] as api.GoogleCloudVisionV1p3beta1WebDetectionWebImage);
- checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
- o[1] as api.GoogleCloudVisionV1p3beta1WebDetectionWebImage);
-}
-
-core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>
buildUnnamed3516() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
@@ -7495,15 +7478,32 @@
o[1] as api.GoogleCloudVisionV1p3beta1WebDetectionWebImage);
}
+core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>
+ buildUnnamed3517() {
+ var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>[];
+ o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
+ o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
+ return o;
+}
+
+void checkUnnamed3517(
+ core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
+ o[0] as api.GoogleCloudVisionV1p3beta1WebDetectionWebImage);
+ checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
+ o[1] as api.GoogleCloudVisionV1p3beta1WebDetectionWebImage);
+}
+
core.int buildCounterGoogleCloudVisionV1p3beta1WebDetectionWebPage = 0;
api.GoogleCloudVisionV1p3beta1WebDetectionWebPage
buildGoogleCloudVisionV1p3beta1WebDetectionWebPage() {
var o = api.GoogleCloudVisionV1p3beta1WebDetectionWebPage();
buildCounterGoogleCloudVisionV1p3beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p3beta1WebDetectionWebPage < 3) {
- o.fullMatchingImages = buildUnnamed3515();
+ o.fullMatchingImages = buildUnnamed3516();
o.pageTitle = 'foo';
- o.partialMatchingImages = buildUnnamed3516();
+ o.partialMatchingImages = buildUnnamed3517();
o.score = 42.0;
o.url = 'foo';
}
@@ -7515,12 +7515,12 @@
api.GoogleCloudVisionV1p3beta1WebDetectionWebPage o) {
buildCounterGoogleCloudVisionV1p3beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p3beta1WebDetectionWebPage < 3) {
- checkUnnamed3515(o.fullMatchingImages!);
+ checkUnnamed3516(o.fullMatchingImages!);
unittest.expect(
o.pageTitle!,
unittest.equals('foo'),
);
- checkUnnamed3516(o.partialMatchingImages!);
+ checkUnnamed3517(o.partialMatchingImages!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -7533,14 +7533,14 @@
buildCounterGoogleCloudVisionV1p3beta1WebDetectionWebPage--;
}
-core.List<api.GoogleCloudVisionV1p3beta1Symbol> buildUnnamed3517() {
+core.List<api.GoogleCloudVisionV1p3beta1Symbol> buildUnnamed3518() {
var o = <api.GoogleCloudVisionV1p3beta1Symbol>[];
o.add(buildGoogleCloudVisionV1p3beta1Symbol());
o.add(buildGoogleCloudVisionV1p3beta1Symbol());
return o;
}
-void checkUnnamed3517(core.List<api.GoogleCloudVisionV1p3beta1Symbol> o) {
+void checkUnnamed3518(core.List<api.GoogleCloudVisionV1p3beta1Symbol> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Symbol(
o[0] as api.GoogleCloudVisionV1p3beta1Symbol);
@@ -7556,7 +7556,7 @@
o.boundingBox = buildGoogleCloudVisionV1p3beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p3beta1TextAnnotationTextProperty();
- o.symbols = buildUnnamed3517();
+ o.symbols = buildUnnamed3518();
}
buildCounterGoogleCloudVisionV1p3beta1Word--;
return o;
@@ -7573,20 +7573,20 @@
);
checkGoogleCloudVisionV1p3beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p3beta1TextAnnotationTextProperty);
- checkUnnamed3517(o.symbols!);
+ checkUnnamed3518(o.symbols!);
}
buildCounterGoogleCloudVisionV1p3beta1Word--;
}
core.List<api.GoogleCloudVisionV1p4beta1AnnotateImageResponse>
- buildUnnamed3518() {
+ buildUnnamed3519() {
var o = <api.GoogleCloudVisionV1p4beta1AnnotateImageResponse>[];
o.add(buildGoogleCloudVisionV1p4beta1AnnotateImageResponse());
o.add(buildGoogleCloudVisionV1p4beta1AnnotateImageResponse());
return o;
}
-void checkUnnamed3518(
+void checkUnnamed3519(
core.List<api.GoogleCloudVisionV1p4beta1AnnotateImageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1AnnotateImageResponse(
@@ -7603,7 +7603,7 @@
if (buildCounterGoogleCloudVisionV1p4beta1AnnotateFileResponse < 3) {
o.error = buildStatus();
o.inputConfig = buildGoogleCloudVisionV1p4beta1InputConfig();
- o.responses = buildUnnamed3518();
+ o.responses = buildUnnamed3519();
o.totalPages = 42;
}
buildCounterGoogleCloudVisionV1p4beta1AnnotateFileResponse--;
@@ -7617,7 +7617,7 @@
checkStatus(o.error! as api.Status);
checkGoogleCloudVisionV1p4beta1InputConfig(
o.inputConfig! as api.GoogleCloudVisionV1p4beta1InputConfig);
- checkUnnamed3518(o.responses!);
+ checkUnnamed3519(o.responses!);
unittest.expect(
o.totalPages!,
unittest.equals(42),
@@ -7626,14 +7626,14 @@
buildCounterGoogleCloudVisionV1p4beta1AnnotateFileResponse--;
}
-core.List<api.GoogleCloudVisionV1p4beta1FaceAnnotation> buildUnnamed3519() {
+core.List<api.GoogleCloudVisionV1p4beta1FaceAnnotation> buildUnnamed3520() {
var o = <api.GoogleCloudVisionV1p4beta1FaceAnnotation>[];
o.add(buildGoogleCloudVisionV1p4beta1FaceAnnotation());
o.add(buildGoogleCloudVisionV1p4beta1FaceAnnotation());
return o;
}
-void checkUnnamed3519(
+void checkUnnamed3520(
core.List<api.GoogleCloudVisionV1p4beta1FaceAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1FaceAnnotation(
@@ -7642,22 +7642,6 @@
o[1] as api.GoogleCloudVisionV1p4beta1FaceAnnotation);
}
-core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed3520() {
- var o = <api.GoogleCloudVisionV1p4beta1EntityAnnotation>[];
- o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
- o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
- return o;
-}
-
-void checkUnnamed3520(
- core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p4beta1EntityAnnotation(
- o[0] as api.GoogleCloudVisionV1p4beta1EntityAnnotation);
- checkGoogleCloudVisionV1p4beta1EntityAnnotation(
- o[1] as api.GoogleCloudVisionV1p4beta1EntityAnnotation);
-}
-
core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed3521() {
var o = <api.GoogleCloudVisionV1p4beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
@@ -7674,31 +7658,14 @@
o[1] as api.GoogleCloudVisionV1p4beta1EntityAnnotation);
}
-core.List<api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation>
- buildUnnamed3522() {
- var o = <api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation>[];
- o.add(buildGoogleCloudVisionV1p4beta1LocalizedObjectAnnotation());
- o.add(buildGoogleCloudVisionV1p4beta1LocalizedObjectAnnotation());
- return o;
-}
-
-void checkUnnamed3522(
- core.List<api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p4beta1LocalizedObjectAnnotation(
- o[0] as api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation);
- checkGoogleCloudVisionV1p4beta1LocalizedObjectAnnotation(
- o[1] as api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation);
-}
-
-core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed3523() {
+core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed3522() {
var o = <api.GoogleCloudVisionV1p4beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
return o;
}
-void checkUnnamed3523(
+void checkUnnamed3522(
core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1EntityAnnotation(
@@ -7707,6 +7674,23 @@
o[1] as api.GoogleCloudVisionV1p4beta1EntityAnnotation);
}
+core.List<api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation>
+ buildUnnamed3523() {
+ var o = <api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation>[];
+ o.add(buildGoogleCloudVisionV1p4beta1LocalizedObjectAnnotation());
+ o.add(buildGoogleCloudVisionV1p4beta1LocalizedObjectAnnotation());
+ return o;
+}
+
+void checkUnnamed3523(
+ core.List<api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p4beta1LocalizedObjectAnnotation(
+ o[0] as api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation);
+ checkGoogleCloudVisionV1p4beta1LocalizedObjectAnnotation(
+ o[1] as api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation);
+}
+
core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed3524() {
var o = <api.GoogleCloudVisionV1p4beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
@@ -7723,6 +7707,22 @@
o[1] as api.GoogleCloudVisionV1p4beta1EntityAnnotation);
}
+core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed3525() {
+ var o = <api.GoogleCloudVisionV1p4beta1EntityAnnotation>[];
+ o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
+ o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
+ return o;
+}
+
+void checkUnnamed3525(
+ core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p4beta1EntityAnnotation(
+ o[0] as api.GoogleCloudVisionV1p4beta1EntityAnnotation);
+ checkGoogleCloudVisionV1p4beta1EntityAnnotation(
+ o[1] as api.GoogleCloudVisionV1p4beta1EntityAnnotation);
+}
+
core.int buildCounterGoogleCloudVisionV1p4beta1AnnotateImageResponse = 0;
api.GoogleCloudVisionV1p4beta1AnnotateImageResponse
buildGoogleCloudVisionV1p4beta1AnnotateImageResponse() {
@@ -7733,19 +7733,19 @@
o.cropHintsAnnotation =
buildGoogleCloudVisionV1p4beta1CropHintsAnnotation();
o.error = buildStatus();
- o.faceAnnotations = buildUnnamed3519();
+ o.faceAnnotations = buildUnnamed3520();
o.fullTextAnnotation = buildGoogleCloudVisionV1p4beta1TextAnnotation();
o.imagePropertiesAnnotation =
buildGoogleCloudVisionV1p4beta1ImageProperties();
- o.labelAnnotations = buildUnnamed3520();
- o.landmarkAnnotations = buildUnnamed3521();
- o.localizedObjectAnnotations = buildUnnamed3522();
- o.logoAnnotations = buildUnnamed3523();
+ o.labelAnnotations = buildUnnamed3521();
+ o.landmarkAnnotations = buildUnnamed3522();
+ o.localizedObjectAnnotations = buildUnnamed3523();
+ o.logoAnnotations = buildUnnamed3524();
o.productSearchResults =
buildGoogleCloudVisionV1p4beta1ProductSearchResults();
o.safeSearchAnnotation =
buildGoogleCloudVisionV1p4beta1SafeSearchAnnotation();
- o.textAnnotations = buildUnnamed3524();
+ o.textAnnotations = buildUnnamed3525();
o.webDetection = buildGoogleCloudVisionV1p4beta1WebDetection();
}
buildCounterGoogleCloudVisionV1p4beta1AnnotateImageResponse--;
@@ -7761,20 +7761,20 @@
checkGoogleCloudVisionV1p4beta1CropHintsAnnotation(o.cropHintsAnnotation!
as api.GoogleCloudVisionV1p4beta1CropHintsAnnotation);
checkStatus(o.error! as api.Status);
- checkUnnamed3519(o.faceAnnotations!);
+ checkUnnamed3520(o.faceAnnotations!);
checkGoogleCloudVisionV1p4beta1TextAnnotation(
o.fullTextAnnotation! as api.GoogleCloudVisionV1p4beta1TextAnnotation);
checkGoogleCloudVisionV1p4beta1ImageProperties(o.imagePropertiesAnnotation!
as api.GoogleCloudVisionV1p4beta1ImageProperties);
- checkUnnamed3520(o.labelAnnotations!);
- checkUnnamed3521(o.landmarkAnnotations!);
- checkUnnamed3522(o.localizedObjectAnnotations!);
- checkUnnamed3523(o.logoAnnotations!);
+ checkUnnamed3521(o.labelAnnotations!);
+ checkUnnamed3522(o.landmarkAnnotations!);
+ checkUnnamed3523(o.localizedObjectAnnotations!);
+ checkUnnamed3524(o.logoAnnotations!);
checkGoogleCloudVisionV1p4beta1ProductSearchResults(o.productSearchResults!
as api.GoogleCloudVisionV1p4beta1ProductSearchResults);
checkGoogleCloudVisionV1p4beta1SafeSearchAnnotation(o.safeSearchAnnotation!
as api.GoogleCloudVisionV1p4beta1SafeSearchAnnotation);
- checkUnnamed3524(o.textAnnotations!);
+ checkUnnamed3525(o.textAnnotations!);
checkGoogleCloudVisionV1p4beta1WebDetection(
o.webDetection! as api.GoogleCloudVisionV1p4beta1WebDetection);
}
@@ -7804,14 +7804,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse>
- buildUnnamed3525() {
+ buildUnnamed3526() {
var o = <api.GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse>[];
o.add(buildGoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse());
o.add(buildGoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse());
return o;
}
-void checkUnnamed3525(
+void checkUnnamed3526(
core.List<api.GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse(
@@ -7828,7 +7828,7 @@
buildCounterGoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse <
3) {
- o.responses = buildUnnamed3525();
+ o.responses = buildUnnamed3526();
}
buildCounterGoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse--;
return o;
@@ -7839,7 +7839,7 @@
buildCounterGoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse <
3) {
- checkUnnamed3525(o.responses!);
+ checkUnnamed3526(o.responses!);
}
buildCounterGoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse--;
}
@@ -7870,14 +7870,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1AnnotateFileResponse>
- buildUnnamed3526() {
+ buildUnnamed3527() {
var o = <api.GoogleCloudVisionV1p4beta1AnnotateFileResponse>[];
o.add(buildGoogleCloudVisionV1p4beta1AnnotateFileResponse());
o.add(buildGoogleCloudVisionV1p4beta1AnnotateFileResponse());
return o;
}
-void checkUnnamed3526(
+void checkUnnamed3527(
core.List<api.GoogleCloudVisionV1p4beta1AnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1AnnotateFileResponse(
@@ -7892,7 +7892,7 @@
var o = api.GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse();
buildCounterGoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse < 3) {
- o.responses = buildUnnamed3526();
+ o.responses = buildUnnamed3527();
}
buildCounterGoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse--;
return o;
@@ -7902,7 +7902,7 @@
api.GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse o) {
buildCounterGoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse < 3) {
- checkUnnamed3526(o.responses!);
+ checkUnnamed3527(o.responses!);
}
buildCounterGoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse--;
}
@@ -7941,14 +7941,14 @@
buildCounterGoogleCloudVisionV1p4beta1BatchOperationMetadata--;
}
-core.List<api.GoogleCloudVisionV1p4beta1Paragraph> buildUnnamed3527() {
+core.List<api.GoogleCloudVisionV1p4beta1Paragraph> buildUnnamed3528() {
var o = <api.GoogleCloudVisionV1p4beta1Paragraph>[];
o.add(buildGoogleCloudVisionV1p4beta1Paragraph());
o.add(buildGoogleCloudVisionV1p4beta1Paragraph());
return o;
}
-void checkUnnamed3527(core.List<api.GoogleCloudVisionV1p4beta1Paragraph> o) {
+void checkUnnamed3528(core.List<api.GoogleCloudVisionV1p4beta1Paragraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Paragraph(
o[0] as api.GoogleCloudVisionV1p4beta1Paragraph);
@@ -7964,7 +7964,7 @@
o.blockType = 'foo';
o.boundingBox = buildGoogleCloudVisionV1p4beta1BoundingPoly();
o.confidence = 42.0;
- o.paragraphs = buildUnnamed3527();
+ o.paragraphs = buildUnnamed3528();
o.property = buildGoogleCloudVisionV1p4beta1TextAnnotationTextProperty();
}
buildCounterGoogleCloudVisionV1p4beta1Block--;
@@ -7985,21 +7985,21 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed3527(o.paragraphs!);
+ checkUnnamed3528(o.paragraphs!);
checkGoogleCloudVisionV1p4beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p4beta1TextAnnotationTextProperty);
}
buildCounterGoogleCloudVisionV1p4beta1Block--;
}
-core.List<api.GoogleCloudVisionV1p4beta1NormalizedVertex> buildUnnamed3528() {
+core.List<api.GoogleCloudVisionV1p4beta1NormalizedVertex> buildUnnamed3529() {
var o = <api.GoogleCloudVisionV1p4beta1NormalizedVertex>[];
o.add(buildGoogleCloudVisionV1p4beta1NormalizedVertex());
o.add(buildGoogleCloudVisionV1p4beta1NormalizedVertex());
return o;
}
-void checkUnnamed3528(
+void checkUnnamed3529(
core.List<api.GoogleCloudVisionV1p4beta1NormalizedVertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1NormalizedVertex(
@@ -8008,14 +8008,14 @@
o[1] as api.GoogleCloudVisionV1p4beta1NormalizedVertex);
}
-core.List<api.GoogleCloudVisionV1p4beta1Vertex> buildUnnamed3529() {
+core.List<api.GoogleCloudVisionV1p4beta1Vertex> buildUnnamed3530() {
var o = <api.GoogleCloudVisionV1p4beta1Vertex>[];
o.add(buildGoogleCloudVisionV1p4beta1Vertex());
o.add(buildGoogleCloudVisionV1p4beta1Vertex());
return o;
}
-void checkUnnamed3529(core.List<api.GoogleCloudVisionV1p4beta1Vertex> o) {
+void checkUnnamed3530(core.List<api.GoogleCloudVisionV1p4beta1Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Vertex(
o[0] as api.GoogleCloudVisionV1p4beta1Vertex);
@@ -8029,8 +8029,8 @@
var o = api.GoogleCloudVisionV1p4beta1BoundingPoly();
buildCounterGoogleCloudVisionV1p4beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p4beta1BoundingPoly < 3) {
- o.normalizedVertices = buildUnnamed3528();
- o.vertices = buildUnnamed3529();
+ o.normalizedVertices = buildUnnamed3529();
+ o.vertices = buildUnnamed3530();
}
buildCounterGoogleCloudVisionV1p4beta1BoundingPoly--;
return o;
@@ -8040,8 +8040,8 @@
api.GoogleCloudVisionV1p4beta1BoundingPoly o) {
buildCounterGoogleCloudVisionV1p4beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p4beta1BoundingPoly < 3) {
- checkUnnamed3528(o.normalizedVertices!);
- checkUnnamed3529(o.vertices!);
+ checkUnnamed3529(o.normalizedVertices!);
+ checkUnnamed3530(o.vertices!);
}
buildCounterGoogleCloudVisionV1p4beta1BoundingPoly--;
}
@@ -8143,14 +8143,14 @@
buildCounterGoogleCloudVisionV1p4beta1CropHint--;
}
-core.List<api.GoogleCloudVisionV1p4beta1CropHint> buildUnnamed3530() {
+core.List<api.GoogleCloudVisionV1p4beta1CropHint> buildUnnamed3531() {
var o = <api.GoogleCloudVisionV1p4beta1CropHint>[];
o.add(buildGoogleCloudVisionV1p4beta1CropHint());
o.add(buildGoogleCloudVisionV1p4beta1CropHint());
return o;
}
-void checkUnnamed3530(core.List<api.GoogleCloudVisionV1p4beta1CropHint> o) {
+void checkUnnamed3531(core.List<api.GoogleCloudVisionV1p4beta1CropHint> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1CropHint(
o[0] as api.GoogleCloudVisionV1p4beta1CropHint);
@@ -8164,7 +8164,7 @@
var o = api.GoogleCloudVisionV1p4beta1CropHintsAnnotation();
buildCounterGoogleCloudVisionV1p4beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p4beta1CropHintsAnnotation < 3) {
- o.cropHints = buildUnnamed3530();
+ o.cropHints = buildUnnamed3531();
}
buildCounterGoogleCloudVisionV1p4beta1CropHintsAnnotation--;
return o;
@@ -8174,19 +8174,19 @@
api.GoogleCloudVisionV1p4beta1CropHintsAnnotation o) {
buildCounterGoogleCloudVisionV1p4beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p4beta1CropHintsAnnotation < 3) {
- checkUnnamed3530(o.cropHints!);
+ checkUnnamed3531(o.cropHints!);
}
buildCounterGoogleCloudVisionV1p4beta1CropHintsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p4beta1ColorInfo> buildUnnamed3531() {
+core.List<api.GoogleCloudVisionV1p4beta1ColorInfo> buildUnnamed3532() {
var o = <api.GoogleCloudVisionV1p4beta1ColorInfo>[];
o.add(buildGoogleCloudVisionV1p4beta1ColorInfo());
o.add(buildGoogleCloudVisionV1p4beta1ColorInfo());
return o;
}
-void checkUnnamed3531(core.List<api.GoogleCloudVisionV1p4beta1ColorInfo> o) {
+void checkUnnamed3532(core.List<api.GoogleCloudVisionV1p4beta1ColorInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1ColorInfo(
o[0] as api.GoogleCloudVisionV1p4beta1ColorInfo);
@@ -8200,7 +8200,7 @@
var o = api.GoogleCloudVisionV1p4beta1DominantColorsAnnotation();
buildCounterGoogleCloudVisionV1p4beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p4beta1DominantColorsAnnotation < 3) {
- o.colors = buildUnnamed3531();
+ o.colors = buildUnnamed3532();
}
buildCounterGoogleCloudVisionV1p4beta1DominantColorsAnnotation--;
return o;
@@ -8210,19 +8210,19 @@
api.GoogleCloudVisionV1p4beta1DominantColorsAnnotation o) {
buildCounterGoogleCloudVisionV1p4beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p4beta1DominantColorsAnnotation < 3) {
- checkUnnamed3531(o.colors!);
+ checkUnnamed3532(o.colors!);
}
buildCounterGoogleCloudVisionV1p4beta1DominantColorsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p4beta1LocationInfo> buildUnnamed3532() {
+core.List<api.GoogleCloudVisionV1p4beta1LocationInfo> buildUnnamed3533() {
var o = <api.GoogleCloudVisionV1p4beta1LocationInfo>[];
o.add(buildGoogleCloudVisionV1p4beta1LocationInfo());
o.add(buildGoogleCloudVisionV1p4beta1LocationInfo());
return o;
}
-void checkUnnamed3532(core.List<api.GoogleCloudVisionV1p4beta1LocationInfo> o) {
+void checkUnnamed3533(core.List<api.GoogleCloudVisionV1p4beta1LocationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1LocationInfo(
o[0] as api.GoogleCloudVisionV1p4beta1LocationInfo);
@@ -8230,14 +8230,14 @@
o[1] as api.GoogleCloudVisionV1p4beta1LocationInfo);
}
-core.List<api.GoogleCloudVisionV1p4beta1Property> buildUnnamed3533() {
+core.List<api.GoogleCloudVisionV1p4beta1Property> buildUnnamed3534() {
var o = <api.GoogleCloudVisionV1p4beta1Property>[];
o.add(buildGoogleCloudVisionV1p4beta1Property());
o.add(buildGoogleCloudVisionV1p4beta1Property());
return o;
}
-void checkUnnamed3533(core.List<api.GoogleCloudVisionV1p4beta1Property> o) {
+void checkUnnamed3534(core.List<api.GoogleCloudVisionV1p4beta1Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Property(
o[0] as api.GoogleCloudVisionV1p4beta1Property);
@@ -8255,9 +8255,9 @@
o.confidence = 42.0;
o.description = 'foo';
o.locale = 'foo';
- o.locations = buildUnnamed3532();
+ o.locations = buildUnnamed3533();
o.mid = 'foo';
- o.properties = buildUnnamed3533();
+ o.properties = buildUnnamed3534();
o.score = 42.0;
o.topicality = 42.0;
}
@@ -8283,12 +8283,12 @@
o.locale!,
unittest.equals('foo'),
);
- checkUnnamed3532(o.locations!);
+ checkUnnamed3533(o.locations!);
unittest.expect(
o.mid!,
unittest.equals('foo'),
);
- checkUnnamed3533(o.properties!);
+ checkUnnamed3534(o.properties!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -8302,14 +8302,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1FaceAnnotationLandmark>
- buildUnnamed3534() {
+ buildUnnamed3535() {
var o = <api.GoogleCloudVisionV1p4beta1FaceAnnotationLandmark>[];
o.add(buildGoogleCloudVisionV1p4beta1FaceAnnotationLandmark());
o.add(buildGoogleCloudVisionV1p4beta1FaceAnnotationLandmark());
return o;
}
-void checkUnnamed3534(
+void checkUnnamed3535(
core.List<api.GoogleCloudVisionV1p4beta1FaceAnnotationLandmark> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1FaceAnnotationLandmark(
@@ -8319,14 +8319,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1FaceRecognitionResult>
- buildUnnamed3535() {
+ buildUnnamed3536() {
var o = <api.GoogleCloudVisionV1p4beta1FaceRecognitionResult>[];
o.add(buildGoogleCloudVisionV1p4beta1FaceRecognitionResult());
o.add(buildGoogleCloudVisionV1p4beta1FaceRecognitionResult());
return o;
}
-void checkUnnamed3535(
+void checkUnnamed3536(
core.List<api.GoogleCloudVisionV1p4beta1FaceRecognitionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1FaceRecognitionResult(
@@ -8349,9 +8349,9 @@
o.headwearLikelihood = 'foo';
o.joyLikelihood = 'foo';
o.landmarkingConfidence = 42.0;
- o.landmarks = buildUnnamed3534();
+ o.landmarks = buildUnnamed3535();
o.panAngle = 42.0;
- o.recognitionResult = buildUnnamed3535();
+ o.recognitionResult = buildUnnamed3536();
o.rollAngle = 42.0;
o.sorrowLikelihood = 'foo';
o.surpriseLikelihood = 'foo';
@@ -8394,12 +8394,12 @@
o.landmarkingConfidence!,
unittest.equals(42.0),
);
- checkUnnamed3534(o.landmarks!);
+ checkUnnamed3535(o.landmarks!);
unittest.expect(
o.panAngle!,
unittest.equals(42.0),
);
- checkUnnamed3535(o.recognitionResult!);
+ checkUnnamed3536(o.recognitionResult!);
unittest.expect(
o.rollAngle!,
unittest.equals(42.0),
@@ -8578,14 +8578,14 @@
buildCounterGoogleCloudVisionV1p4beta1ImageProperties--;
}
-core.List<api.GoogleCloudVisionV1p4beta1ReferenceImage> buildUnnamed3536() {
+core.List<api.GoogleCloudVisionV1p4beta1ReferenceImage> buildUnnamed3537() {
var o = <api.GoogleCloudVisionV1p4beta1ReferenceImage>[];
o.add(buildGoogleCloudVisionV1p4beta1ReferenceImage());
o.add(buildGoogleCloudVisionV1p4beta1ReferenceImage());
return o;
}
-void checkUnnamed3536(
+void checkUnnamed3537(
core.List<api.GoogleCloudVisionV1p4beta1ReferenceImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1ReferenceImage(
@@ -8594,14 +8594,14 @@
o[1] as api.GoogleCloudVisionV1p4beta1ReferenceImage);
}
-core.List<api.Status> buildUnnamed3537() {
+core.List<api.Status> buildUnnamed3538() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed3537(core.List<api.Status> o) {
+void checkUnnamed3538(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
@@ -8613,8 +8613,8 @@
var o = api.GoogleCloudVisionV1p4beta1ImportProductSetsResponse();
buildCounterGoogleCloudVisionV1p4beta1ImportProductSetsResponse++;
if (buildCounterGoogleCloudVisionV1p4beta1ImportProductSetsResponse < 3) {
- o.referenceImages = buildUnnamed3536();
- o.statuses = buildUnnamed3537();
+ o.referenceImages = buildUnnamed3537();
+ o.statuses = buildUnnamed3538();
}
buildCounterGoogleCloudVisionV1p4beta1ImportProductSetsResponse--;
return o;
@@ -8624,8 +8624,8 @@
api.GoogleCloudVisionV1p4beta1ImportProductSetsResponse o) {
buildCounterGoogleCloudVisionV1p4beta1ImportProductSetsResponse++;
if (buildCounterGoogleCloudVisionV1p4beta1ImportProductSetsResponse < 3) {
- checkUnnamed3536(o.referenceImages!);
- checkUnnamed3537(o.statuses!);
+ checkUnnamed3537(o.referenceImages!);
+ checkUnnamed3538(o.statuses!);
}
buildCounterGoogleCloudVisionV1p4beta1ImportProductSetsResponse--;
}
@@ -8815,14 +8815,14 @@
buildCounterGoogleCloudVisionV1p4beta1OutputConfig--;
}
-core.List<api.GoogleCloudVisionV1p4beta1Block> buildUnnamed3538() {
+core.List<api.GoogleCloudVisionV1p4beta1Block> buildUnnamed3539() {
var o = <api.GoogleCloudVisionV1p4beta1Block>[];
o.add(buildGoogleCloudVisionV1p4beta1Block());
o.add(buildGoogleCloudVisionV1p4beta1Block());
return o;
}
-void checkUnnamed3538(core.List<api.GoogleCloudVisionV1p4beta1Block> o) {
+void checkUnnamed3539(core.List<api.GoogleCloudVisionV1p4beta1Block> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Block(
o[0] as api.GoogleCloudVisionV1p4beta1Block);
@@ -8835,7 +8835,7 @@
var o = api.GoogleCloudVisionV1p4beta1Page();
buildCounterGoogleCloudVisionV1p4beta1Page++;
if (buildCounterGoogleCloudVisionV1p4beta1Page < 3) {
- o.blocks = buildUnnamed3538();
+ o.blocks = buildUnnamed3539();
o.confidence = 42.0;
o.height = 42;
o.property = buildGoogleCloudVisionV1p4beta1TextAnnotationTextProperty();
@@ -8848,7 +8848,7 @@
void checkGoogleCloudVisionV1p4beta1Page(api.GoogleCloudVisionV1p4beta1Page o) {
buildCounterGoogleCloudVisionV1p4beta1Page++;
if (buildCounterGoogleCloudVisionV1p4beta1Page < 3) {
- checkUnnamed3538(o.blocks!);
+ checkUnnamed3539(o.blocks!);
unittest.expect(
o.confidence!,
unittest.equals(42.0),
@@ -8867,14 +8867,14 @@
buildCounterGoogleCloudVisionV1p4beta1Page--;
}
-core.List<api.GoogleCloudVisionV1p4beta1Word> buildUnnamed3539() {
+core.List<api.GoogleCloudVisionV1p4beta1Word> buildUnnamed3540() {
var o = <api.GoogleCloudVisionV1p4beta1Word>[];
o.add(buildGoogleCloudVisionV1p4beta1Word());
o.add(buildGoogleCloudVisionV1p4beta1Word());
return o;
}
-void checkUnnamed3539(core.List<api.GoogleCloudVisionV1p4beta1Word> o) {
+void checkUnnamed3540(core.List<api.GoogleCloudVisionV1p4beta1Word> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Word(
o[0] as api.GoogleCloudVisionV1p4beta1Word);
@@ -8891,7 +8891,7 @@
o.boundingBox = buildGoogleCloudVisionV1p4beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p4beta1TextAnnotationTextProperty();
- o.words = buildUnnamed3539();
+ o.words = buildUnnamed3540();
}
buildCounterGoogleCloudVisionV1p4beta1Paragraph--;
return o;
@@ -8909,7 +8909,7 @@
);
checkGoogleCloudVisionV1p4beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p4beta1TextAnnotationTextProperty);
- checkUnnamed3539(o.words!);
+ checkUnnamed3540(o.words!);
}
buildCounterGoogleCloudVisionV1p4beta1Paragraph--;
}
@@ -8948,14 +8948,14 @@
buildCounterGoogleCloudVisionV1p4beta1Position--;
}
-core.List<api.GoogleCloudVisionV1p4beta1ProductKeyValue> buildUnnamed3540() {
+core.List<api.GoogleCloudVisionV1p4beta1ProductKeyValue> buildUnnamed3541() {
var o = <api.GoogleCloudVisionV1p4beta1ProductKeyValue>[];
o.add(buildGoogleCloudVisionV1p4beta1ProductKeyValue());
o.add(buildGoogleCloudVisionV1p4beta1ProductKeyValue());
return o;
}
-void checkUnnamed3540(
+void checkUnnamed3541(
core.List<api.GoogleCloudVisionV1p4beta1ProductKeyValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1ProductKeyValue(
@@ -8973,7 +8973,7 @@
o.displayName = 'foo';
o.name = 'foo';
o.productCategory = 'foo';
- o.productLabels = buildUnnamed3540();
+ o.productLabels = buildUnnamed3541();
}
buildCounterGoogleCloudVisionV1p4beta1Product--;
return o;
@@ -8999,7 +8999,7 @@
o.productCategory!,
unittest.equals('foo'),
);
- checkUnnamed3540(o.productLabels!);
+ checkUnnamed3541(o.productLabels!);
}
buildCounterGoogleCloudVisionV1p4beta1Product--;
}
@@ -9034,14 +9034,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult>
- buildUnnamed3541() {
+ buildUnnamed3542() {
var o = <api.GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult>[];
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult());
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult());
return o;
}
-void checkUnnamed3541(
+void checkUnnamed3542(
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -9052,14 +9052,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsResult>
- buildUnnamed3542() {
+ buildUnnamed3543() {
var o = <api.GoogleCloudVisionV1p4beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed3542(
+void checkUnnamed3543(
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1ProductSearchResultsResult(
@@ -9075,8 +9075,8 @@
buildCounterGoogleCloudVisionV1p4beta1ProductSearchResults++;
if (buildCounterGoogleCloudVisionV1p4beta1ProductSearchResults < 3) {
o.indexTime = 'foo';
- o.productGroupedResults = buildUnnamed3541();
- o.results = buildUnnamed3542();
+ o.productGroupedResults = buildUnnamed3542();
+ o.results = buildUnnamed3543();
}
buildCounterGoogleCloudVisionV1p4beta1ProductSearchResults--;
return o;
@@ -9090,14 +9090,14 @@
o.indexTime!,
unittest.equals('foo'),
);
- checkUnnamed3541(o.productGroupedResults!);
- checkUnnamed3542(o.results!);
+ checkUnnamed3542(o.productGroupedResults!);
+ checkUnnamed3543(o.results!);
}
buildCounterGoogleCloudVisionV1p4beta1ProductSearchResults--;
}
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation>
- buildUnnamed3543() {
+ buildUnnamed3544() {
var o =
<api.GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation>[];
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation());
@@ -9105,7 +9105,7 @@
return o;
}
-void checkUnnamed3543(
+void checkUnnamed3544(
core.List<
api.GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation>
o) {
@@ -9117,14 +9117,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsResult>
- buildUnnamed3544() {
+ buildUnnamed3545() {
var o = <api.GoogleCloudVisionV1p4beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed3544(
+void checkUnnamed3545(
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1ProductSearchResultsResult(
@@ -9142,8 +9142,8 @@
if (buildCounterGoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult <
3) {
o.boundingPoly = buildGoogleCloudVisionV1p4beta1BoundingPoly();
- o.objectAnnotations = buildUnnamed3543();
- o.results = buildUnnamed3544();
+ o.objectAnnotations = buildUnnamed3544();
+ o.results = buildUnnamed3545();
}
buildCounterGoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult--;
return o;
@@ -9156,8 +9156,8 @@
3) {
checkGoogleCloudVisionV1p4beta1BoundingPoly(
o.boundingPoly! as api.GoogleCloudVisionV1p4beta1BoundingPoly);
- checkUnnamed3543(o.objectAnnotations!);
- checkUnnamed3544(o.results!);
+ checkUnnamed3544(o.objectAnnotations!);
+ checkUnnamed3545(o.results!);
}
buildCounterGoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult--;
}
@@ -9271,14 +9271,14 @@
buildCounterGoogleCloudVisionV1p4beta1Property--;
}
-core.List<api.GoogleCloudVisionV1p4beta1BoundingPoly> buildUnnamed3545() {
+core.List<api.GoogleCloudVisionV1p4beta1BoundingPoly> buildUnnamed3546() {
var o = <api.GoogleCloudVisionV1p4beta1BoundingPoly>[];
o.add(buildGoogleCloudVisionV1p4beta1BoundingPoly());
o.add(buildGoogleCloudVisionV1p4beta1BoundingPoly());
return o;
}
-void checkUnnamed3545(core.List<api.GoogleCloudVisionV1p4beta1BoundingPoly> o) {
+void checkUnnamed3546(core.List<api.GoogleCloudVisionV1p4beta1BoundingPoly> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1BoundingPoly(
o[0] as api.GoogleCloudVisionV1p4beta1BoundingPoly);
@@ -9292,7 +9292,7 @@
var o = api.GoogleCloudVisionV1p4beta1ReferenceImage();
buildCounterGoogleCloudVisionV1p4beta1ReferenceImage++;
if (buildCounterGoogleCloudVisionV1p4beta1ReferenceImage < 3) {
- o.boundingPolys = buildUnnamed3545();
+ o.boundingPolys = buildUnnamed3546();
o.name = 'foo';
o.uri = 'foo';
}
@@ -9304,7 +9304,7 @@
api.GoogleCloudVisionV1p4beta1ReferenceImage o) {
buildCounterGoogleCloudVisionV1p4beta1ReferenceImage++;
if (buildCounterGoogleCloudVisionV1p4beta1ReferenceImage < 3) {
- checkUnnamed3545(o.boundingPolys!);
+ checkUnnamed3546(o.boundingPolys!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -9395,14 +9395,14 @@
buildCounterGoogleCloudVisionV1p4beta1Symbol--;
}
-core.List<api.GoogleCloudVisionV1p4beta1Page> buildUnnamed3546() {
+core.List<api.GoogleCloudVisionV1p4beta1Page> buildUnnamed3547() {
var o = <api.GoogleCloudVisionV1p4beta1Page>[];
o.add(buildGoogleCloudVisionV1p4beta1Page());
o.add(buildGoogleCloudVisionV1p4beta1Page());
return o;
}
-void checkUnnamed3546(core.List<api.GoogleCloudVisionV1p4beta1Page> o) {
+void checkUnnamed3547(core.List<api.GoogleCloudVisionV1p4beta1Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Page(
o[0] as api.GoogleCloudVisionV1p4beta1Page);
@@ -9416,7 +9416,7 @@
var o = api.GoogleCloudVisionV1p4beta1TextAnnotation();
buildCounterGoogleCloudVisionV1p4beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p4beta1TextAnnotation < 3) {
- o.pages = buildUnnamed3546();
+ o.pages = buildUnnamed3547();
o.text = 'foo';
}
buildCounterGoogleCloudVisionV1p4beta1TextAnnotation--;
@@ -9427,7 +9427,7 @@
api.GoogleCloudVisionV1p4beta1TextAnnotation o) {
buildCounterGoogleCloudVisionV1p4beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p4beta1TextAnnotation < 3) {
- checkUnnamed3546(o.pages!);
+ checkUnnamed3547(o.pages!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -9495,14 +9495,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage>
- buildUnnamed3547() {
+ buildUnnamed3548() {
var o = <api.GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage>[];
o.add(buildGoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage());
o.add(buildGoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage());
return o;
}
-void checkUnnamed3547(
+void checkUnnamed3548(
core.List<api.GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage(
@@ -9519,7 +9519,7 @@
if (buildCounterGoogleCloudVisionV1p4beta1TextAnnotationTextProperty < 3) {
o.detectedBreak =
buildGoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak();
- o.detectedLanguages = buildUnnamed3547();
+ o.detectedLanguages = buildUnnamed3548();
}
buildCounterGoogleCloudVisionV1p4beta1TextAnnotationTextProperty--;
return o;
@@ -9531,7 +9531,7 @@
if (buildCounterGoogleCloudVisionV1p4beta1TextAnnotationTextProperty < 3) {
checkGoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak(o.detectedBreak!
as api.GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak);
- checkUnnamed3547(o.detectedLanguages!);
+ checkUnnamed3548(o.detectedLanguages!);
}
buildCounterGoogleCloudVisionV1p4beta1TextAnnotationTextProperty--;
}
@@ -9565,14 +9565,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebLabel>
- buildUnnamed3548() {
+ buildUnnamed3549() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebLabel>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebLabel());
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebLabel());
return o;
}
-void checkUnnamed3548(
+void checkUnnamed3549(
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1WebDetectionWebLabel(
@@ -9582,14 +9582,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>
- buildUnnamed3549() {
+ buildUnnamed3550() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed3549(
+void checkUnnamed3550(
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
@@ -9599,14 +9599,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebPage>
- buildUnnamed3550() {
+ buildUnnamed3551() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebPage>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebPage());
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebPage());
return o;
}
-void checkUnnamed3550(
+void checkUnnamed3551(
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1WebDetectionWebPage(
@@ -9616,23 +9616,6 @@
}
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>
- buildUnnamed3551() {
- var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>[];
- o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
- o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
- return o;
-}
-
-void checkUnnamed3551(
- core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
- o[0] as api.GoogleCloudVisionV1p4beta1WebDetectionWebImage);
- checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
- o[1] as api.GoogleCloudVisionV1p4beta1WebDetectionWebImage);
-}
-
-core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>
buildUnnamed3552() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
@@ -9649,15 +9632,32 @@
o[1] as api.GoogleCloudVisionV1p4beta1WebDetectionWebImage);
}
-core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebEntity>
+core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>
buildUnnamed3553() {
+ var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>[];
+ o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
+ o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
+ return o;
+}
+
+void checkUnnamed3553(
+ core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
+ o[0] as api.GoogleCloudVisionV1p4beta1WebDetectionWebImage);
+ checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
+ o[1] as api.GoogleCloudVisionV1p4beta1WebDetectionWebImage);
+}
+
+core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebEntity>
+ buildUnnamed3554() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebEntity>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebEntity());
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebEntity());
return o;
}
-void checkUnnamed3553(
+void checkUnnamed3554(
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1WebDetectionWebEntity(
@@ -9672,12 +9672,12 @@
var o = api.GoogleCloudVisionV1p4beta1WebDetection();
buildCounterGoogleCloudVisionV1p4beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p4beta1WebDetection < 3) {
- o.bestGuessLabels = buildUnnamed3548();
- o.fullMatchingImages = buildUnnamed3549();
- o.pagesWithMatchingImages = buildUnnamed3550();
- o.partialMatchingImages = buildUnnamed3551();
- o.visuallySimilarImages = buildUnnamed3552();
- o.webEntities = buildUnnamed3553();
+ o.bestGuessLabels = buildUnnamed3549();
+ o.fullMatchingImages = buildUnnamed3550();
+ o.pagesWithMatchingImages = buildUnnamed3551();
+ o.partialMatchingImages = buildUnnamed3552();
+ o.visuallySimilarImages = buildUnnamed3553();
+ o.webEntities = buildUnnamed3554();
}
buildCounterGoogleCloudVisionV1p4beta1WebDetection--;
return o;
@@ -9687,12 +9687,12 @@
api.GoogleCloudVisionV1p4beta1WebDetection o) {
buildCounterGoogleCloudVisionV1p4beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p4beta1WebDetection < 3) {
- checkUnnamed3548(o.bestGuessLabels!);
- checkUnnamed3549(o.fullMatchingImages!);
- checkUnnamed3550(o.pagesWithMatchingImages!);
- checkUnnamed3551(o.partialMatchingImages!);
- checkUnnamed3552(o.visuallySimilarImages!);
- checkUnnamed3553(o.webEntities!);
+ checkUnnamed3549(o.bestGuessLabels!);
+ checkUnnamed3550(o.fullMatchingImages!);
+ checkUnnamed3551(o.pagesWithMatchingImages!);
+ checkUnnamed3552(o.partialMatchingImages!);
+ checkUnnamed3553(o.visuallySimilarImages!);
+ checkUnnamed3554(o.webEntities!);
}
buildCounterGoogleCloudVisionV1p4beta1WebDetection--;
}
@@ -9790,23 +9790,6 @@
}
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>
- buildUnnamed3554() {
- var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>[];
- o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
- o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
- return o;
-}
-
-void checkUnnamed3554(
- core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
- o[0] as api.GoogleCloudVisionV1p4beta1WebDetectionWebImage);
- checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
- o[1] as api.GoogleCloudVisionV1p4beta1WebDetectionWebImage);
-}
-
-core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>
buildUnnamed3555() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
@@ -9823,15 +9806,32 @@
o[1] as api.GoogleCloudVisionV1p4beta1WebDetectionWebImage);
}
+core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>
+ buildUnnamed3556() {
+ var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>[];
+ o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
+ o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
+ return o;
+}
+
+void checkUnnamed3556(
+ core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
+ o[0] as api.GoogleCloudVisionV1p4beta1WebDetectionWebImage);
+ checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
+ o[1] as api.GoogleCloudVisionV1p4beta1WebDetectionWebImage);
+}
+
core.int buildCounterGoogleCloudVisionV1p4beta1WebDetectionWebPage = 0;
api.GoogleCloudVisionV1p4beta1WebDetectionWebPage
buildGoogleCloudVisionV1p4beta1WebDetectionWebPage() {
var o = api.GoogleCloudVisionV1p4beta1WebDetectionWebPage();
buildCounterGoogleCloudVisionV1p4beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p4beta1WebDetectionWebPage < 3) {
- o.fullMatchingImages = buildUnnamed3554();
+ o.fullMatchingImages = buildUnnamed3555();
o.pageTitle = 'foo';
- o.partialMatchingImages = buildUnnamed3555();
+ o.partialMatchingImages = buildUnnamed3556();
o.score = 42.0;
o.url = 'foo';
}
@@ -9843,12 +9843,12 @@
api.GoogleCloudVisionV1p4beta1WebDetectionWebPage o) {
buildCounterGoogleCloudVisionV1p4beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p4beta1WebDetectionWebPage < 3) {
- checkUnnamed3554(o.fullMatchingImages!);
+ checkUnnamed3555(o.fullMatchingImages!);
unittest.expect(
o.pageTitle!,
unittest.equals('foo'),
);
- checkUnnamed3555(o.partialMatchingImages!);
+ checkUnnamed3556(o.partialMatchingImages!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -9861,14 +9861,14 @@
buildCounterGoogleCloudVisionV1p4beta1WebDetectionWebPage--;
}
-core.List<api.GoogleCloudVisionV1p4beta1Symbol> buildUnnamed3556() {
+core.List<api.GoogleCloudVisionV1p4beta1Symbol> buildUnnamed3557() {
var o = <api.GoogleCloudVisionV1p4beta1Symbol>[];
o.add(buildGoogleCloudVisionV1p4beta1Symbol());
o.add(buildGoogleCloudVisionV1p4beta1Symbol());
return o;
}
-void checkUnnamed3556(core.List<api.GoogleCloudVisionV1p4beta1Symbol> o) {
+void checkUnnamed3557(core.List<api.GoogleCloudVisionV1p4beta1Symbol> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Symbol(
o[0] as api.GoogleCloudVisionV1p4beta1Symbol);
@@ -9884,7 +9884,7 @@
o.boundingBox = buildGoogleCloudVisionV1p4beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p4beta1TextAnnotationTextProperty();
- o.symbols = buildUnnamed3556();
+ o.symbols = buildUnnamed3557();
}
buildCounterGoogleCloudVisionV1p4beta1Word--;
return o;
@@ -9901,32 +9901,32 @@
);
checkGoogleCloudVisionV1p4beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p4beta1TextAnnotationTextProperty);
- checkUnnamed3556(o.symbols!);
+ checkUnnamed3557(o.symbols!);
}
buildCounterGoogleCloudVisionV1p4beta1Word--;
}
-core.List<api.ObjectAnnotation> buildUnnamed3557() {
+core.List<api.ObjectAnnotation> buildUnnamed3558() {
var o = <api.ObjectAnnotation>[];
o.add(buildObjectAnnotation());
o.add(buildObjectAnnotation());
return o;
}
-void checkUnnamed3557(core.List<api.ObjectAnnotation> o) {
+void checkUnnamed3558(core.List<api.ObjectAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectAnnotation(o[0] as api.ObjectAnnotation);
checkObjectAnnotation(o[1] as api.ObjectAnnotation);
}
-core.List<api.Result> buildUnnamed3558() {
+core.List<api.Result> buildUnnamed3559() {
var o = <api.Result>[];
o.add(buildResult());
o.add(buildResult());
return o;
}
-void checkUnnamed3558(core.List<api.Result> o) {
+void checkUnnamed3559(core.List<api.Result> o) {
unittest.expect(o, unittest.hasLength(2));
checkResult(o[0] as api.Result);
checkResult(o[1] as api.Result);
@@ -9938,8 +9938,8 @@
buildCounterGroupedResult++;
if (buildCounterGroupedResult < 3) {
o.boundingPoly = buildBoundingPoly();
- o.objectAnnotations = buildUnnamed3557();
- o.results = buildUnnamed3558();
+ o.objectAnnotations = buildUnnamed3558();
+ o.results = buildUnnamed3559();
}
buildCounterGroupedResult--;
return o;
@@ -9949,8 +9949,8 @@
buildCounterGroupedResult++;
if (buildCounterGroupedResult < 3) {
checkBoundingPoly(o.boundingPoly! as api.BoundingPoly);
- checkUnnamed3557(o.objectAnnotations!);
- checkUnnamed3558(o.results!);
+ checkUnnamed3558(o.objectAnnotations!);
+ checkUnnamed3559(o.results!);
}
buildCounterGroupedResult--;
}
@@ -10006,14 +10006,14 @@
buildCounterImageAnnotationContext--;
}
-core.List<core.String> buildUnnamed3559() {
+core.List<core.String> buildUnnamed3560() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3559(core.List<core.String> o) {
+void checkUnnamed3560(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10031,7 +10031,7 @@
buildCounterImageContext++;
if (buildCounterImageContext < 3) {
o.cropHintsParams = buildCropHintsParams();
- o.languageHints = buildUnnamed3559();
+ o.languageHints = buildUnnamed3560();
o.latLongRect = buildLatLongRect();
o.productSearchParams = buildProductSearchParams();
o.textDetectionParams = buildTextDetectionParams();
@@ -10045,7 +10045,7 @@
buildCounterImageContext++;
if (buildCounterImageContext < 3) {
checkCropHintsParams(o.cropHintsParams! as api.CropHintsParams);
- checkUnnamed3559(o.languageHints!);
+ checkUnnamed3560(o.languageHints!);
checkLatLongRect(o.latLongRect! as api.LatLongRect);
checkProductSearchParams(o.productSearchParams! as api.ProductSearchParams);
checkTextDetectionParams(o.textDetectionParams! as api.TextDetectionParams);
@@ -10163,27 +10163,27 @@
buildCounterImportProductSetsRequest--;
}
-core.List<api.ReferenceImage> buildUnnamed3560() {
+core.List<api.ReferenceImage> buildUnnamed3561() {
var o = <api.ReferenceImage>[];
o.add(buildReferenceImage());
o.add(buildReferenceImage());
return o;
}
-void checkUnnamed3560(core.List<api.ReferenceImage> o) {
+void checkUnnamed3561(core.List<api.ReferenceImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkReferenceImage(o[0] as api.ReferenceImage);
checkReferenceImage(o[1] as api.ReferenceImage);
}
-core.List<api.Status> buildUnnamed3561() {
+core.List<api.Status> buildUnnamed3562() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed3561(core.List<api.Status> o) {
+void checkUnnamed3562(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
@@ -10194,8 +10194,8 @@
var o = api.ImportProductSetsResponse();
buildCounterImportProductSetsResponse++;
if (buildCounterImportProductSetsResponse < 3) {
- o.referenceImages = buildUnnamed3560();
- o.statuses = buildUnnamed3561();
+ o.referenceImages = buildUnnamed3561();
+ o.statuses = buildUnnamed3562();
}
buildCounterImportProductSetsResponse--;
return o;
@@ -10204,8 +10204,8 @@
void checkImportProductSetsResponse(api.ImportProductSetsResponse o) {
buildCounterImportProductSetsResponse++;
if (buildCounterImportProductSetsResponse < 3) {
- checkUnnamed3560(o.referenceImages!);
- checkUnnamed3561(o.statuses!);
+ checkUnnamed3561(o.referenceImages!);
+ checkUnnamed3562(o.statuses!);
}
buildCounterImportProductSetsResponse--;
}
@@ -10338,14 +10338,14 @@
buildCounterLatLongRect--;
}
-core.List<api.Operation> buildUnnamed3562() {
+core.List<api.Operation> buildUnnamed3563() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed3562(core.List<api.Operation> o) {
+void checkUnnamed3563(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -10357,7 +10357,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed3562();
+ o.operations = buildUnnamed3563();
}
buildCounterListOperationsResponse--;
return o;
@@ -10370,19 +10370,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3562(o.operations!);
+ checkUnnamed3563(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.ProductSet> buildUnnamed3563() {
+core.List<api.ProductSet> buildUnnamed3564() {
var o = <api.ProductSet>[];
o.add(buildProductSet());
o.add(buildProductSet());
return o;
}
-void checkUnnamed3563(core.List<api.ProductSet> o) {
+void checkUnnamed3564(core.List<api.ProductSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductSet(o[0] as api.ProductSet);
checkProductSet(o[1] as api.ProductSet);
@@ -10394,7 +10394,7 @@
buildCounterListProductSetsResponse++;
if (buildCounterListProductSetsResponse < 3) {
o.nextPageToken = 'foo';
- o.productSets = buildUnnamed3563();
+ o.productSets = buildUnnamed3564();
}
buildCounterListProductSetsResponse--;
return o;
@@ -10407,49 +10407,11 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3563(o.productSets!);
+ checkUnnamed3564(o.productSets!);
}
buildCounterListProductSetsResponse--;
}
-core.List<api.Product> buildUnnamed3564() {
- var o = <api.Product>[];
- o.add(buildProduct());
- o.add(buildProduct());
- return o;
-}
-
-void checkUnnamed3564(core.List<api.Product> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkProduct(o[0] as api.Product);
- checkProduct(o[1] as api.Product);
-}
-
-core.int buildCounterListProductsInProductSetResponse = 0;
-api.ListProductsInProductSetResponse buildListProductsInProductSetResponse() {
- var o = api.ListProductsInProductSetResponse();
- buildCounterListProductsInProductSetResponse++;
- if (buildCounterListProductsInProductSetResponse < 3) {
- o.nextPageToken = 'foo';
- o.products = buildUnnamed3564();
- }
- buildCounterListProductsInProductSetResponse--;
- return o;
-}
-
-void checkListProductsInProductSetResponse(
- api.ListProductsInProductSetResponse o) {
- buildCounterListProductsInProductSetResponse++;
- if (buildCounterListProductsInProductSetResponse < 3) {
- unittest.expect(
- o.nextPageToken!,
- unittest.equals('foo'),
- );
- checkUnnamed3564(o.products!);
- }
- buildCounterListProductsInProductSetResponse--;
-}
-
core.List<api.Product> buildUnnamed3565() {
var o = <api.Product>[];
o.add(buildProduct());
@@ -10463,13 +10425,51 @@
checkProduct(o[1] as api.Product);
}
+core.int buildCounterListProductsInProductSetResponse = 0;
+api.ListProductsInProductSetResponse buildListProductsInProductSetResponse() {
+ var o = api.ListProductsInProductSetResponse();
+ buildCounterListProductsInProductSetResponse++;
+ if (buildCounterListProductsInProductSetResponse < 3) {
+ o.nextPageToken = 'foo';
+ o.products = buildUnnamed3565();
+ }
+ buildCounterListProductsInProductSetResponse--;
+ return o;
+}
+
+void checkListProductsInProductSetResponse(
+ api.ListProductsInProductSetResponse o) {
+ buildCounterListProductsInProductSetResponse++;
+ if (buildCounterListProductsInProductSetResponse < 3) {
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed3565(o.products!);
+ }
+ buildCounterListProductsInProductSetResponse--;
+}
+
+core.List<api.Product> buildUnnamed3566() {
+ var o = <api.Product>[];
+ o.add(buildProduct());
+ o.add(buildProduct());
+ return o;
+}
+
+void checkUnnamed3566(core.List<api.Product> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkProduct(o[0] as api.Product);
+ checkProduct(o[1] as api.Product);
+}
+
core.int buildCounterListProductsResponse = 0;
api.ListProductsResponse buildListProductsResponse() {
var o = api.ListProductsResponse();
buildCounterListProductsResponse++;
if (buildCounterListProductsResponse < 3) {
o.nextPageToken = 'foo';
- o.products = buildUnnamed3565();
+ o.products = buildUnnamed3566();
}
buildCounterListProductsResponse--;
return o;
@@ -10482,19 +10482,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3565(o.products!);
+ checkUnnamed3566(o.products!);
}
buildCounterListProductsResponse--;
}
-core.List<api.ReferenceImage> buildUnnamed3566() {
+core.List<api.ReferenceImage> buildUnnamed3567() {
var o = <api.ReferenceImage>[];
o.add(buildReferenceImage());
o.add(buildReferenceImage());
return o;
}
-void checkUnnamed3566(core.List<api.ReferenceImage> o) {
+void checkUnnamed3567(core.List<api.ReferenceImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkReferenceImage(o[0] as api.ReferenceImage);
checkReferenceImage(o[1] as api.ReferenceImage);
@@ -10507,7 +10507,7 @@
if (buildCounterListReferenceImagesResponse < 3) {
o.nextPageToken = 'foo';
o.pageSize = 42;
- o.referenceImages = buildUnnamed3566();
+ o.referenceImages = buildUnnamed3567();
}
buildCounterListReferenceImagesResponse--;
return o;
@@ -10524,7 +10524,7 @@
o.pageSize!,
unittest.equals(42),
);
- checkUnnamed3566(o.referenceImages!);
+ checkUnnamed3567(o.referenceImages!);
}
buildCounterListReferenceImagesResponse--;
}
@@ -10651,7 +10651,7 @@
buildCounterObjectAnnotation--;
}
-core.Map<core.String, core.Object> buildUnnamed3567() {
+core.Map<core.String, core.Object> buildUnnamed3568() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -10666,7 +10666,7 @@
return o;
}
-void checkUnnamed3567(core.Map<core.String, core.Object> o) {
+void checkUnnamed3568(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -10698,7 +10698,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3568() {
+core.Map<core.String, core.Object> buildUnnamed3569() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -10713,7 +10713,7 @@
return o;
}
-void checkUnnamed3568(core.Map<core.String, core.Object> o) {
+void checkUnnamed3569(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -10752,9 +10752,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3567();
+ o.metadata = buildUnnamed3568();
o.name = 'foo';
- o.response = buildUnnamed3568();
+ o.response = buildUnnamed3569();
}
buildCounterOperation--;
return o;
@@ -10765,12 +10765,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3567(o.metadata!);
+ checkUnnamed3568(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3568(o.response!);
+ checkUnnamed3569(o.response!);
}
buildCounterOperation--;
}
@@ -10831,14 +10831,14 @@
buildCounterOutputConfig--;
}
-core.List<api.Block> buildUnnamed3569() {
+core.List<api.Block> buildUnnamed3570() {
var o = <api.Block>[];
o.add(buildBlock());
o.add(buildBlock());
return o;
}
-void checkUnnamed3569(core.List<api.Block> o) {
+void checkUnnamed3570(core.List<api.Block> o) {
unittest.expect(o, unittest.hasLength(2));
checkBlock(o[0] as api.Block);
checkBlock(o[1] as api.Block);
@@ -10849,7 +10849,7 @@
var o = api.Page();
buildCounterPage++;
if (buildCounterPage < 3) {
- o.blocks = buildUnnamed3569();
+ o.blocks = buildUnnamed3570();
o.confidence = 42.0;
o.height = 42;
o.property = buildTextProperty();
@@ -10862,7 +10862,7 @@
void checkPage(api.Page o) {
buildCounterPage++;
if (buildCounterPage < 3) {
- checkUnnamed3569(o.blocks!);
+ checkUnnamed3570(o.blocks!);
unittest.expect(
o.confidence!,
unittest.equals(42.0),
@@ -10880,14 +10880,14 @@
buildCounterPage--;
}
-core.List<api.Word> buildUnnamed3570() {
+core.List<api.Word> buildUnnamed3571() {
var o = <api.Word>[];
o.add(buildWord());
o.add(buildWord());
return o;
}
-void checkUnnamed3570(core.List<api.Word> o) {
+void checkUnnamed3571(core.List<api.Word> o) {
unittest.expect(o, unittest.hasLength(2));
checkWord(o[0] as api.Word);
checkWord(o[1] as api.Word);
@@ -10901,7 +10901,7 @@
o.boundingBox = buildBoundingPoly();
o.confidence = 42.0;
o.property = buildTextProperty();
- o.words = buildUnnamed3570();
+ o.words = buildUnnamed3571();
}
buildCounterParagraph--;
return o;
@@ -10916,7 +10916,7 @@
unittest.equals(42.0),
);
checkTextProperty(o.property! as api.TextProperty);
- checkUnnamed3570(o.words!);
+ checkUnnamed3571(o.words!);
}
buildCounterParagraph--;
}
@@ -10953,14 +10953,14 @@
buildCounterPosition--;
}
-core.List<api.KeyValue> buildUnnamed3571() {
+core.List<api.KeyValue> buildUnnamed3572() {
var o = <api.KeyValue>[];
o.add(buildKeyValue());
o.add(buildKeyValue());
return o;
}
-void checkUnnamed3571(core.List<api.KeyValue> o) {
+void checkUnnamed3572(core.List<api.KeyValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyValue(o[0] as api.KeyValue);
checkKeyValue(o[1] as api.KeyValue);
@@ -10975,7 +10975,7 @@
o.displayName = 'foo';
o.name = 'foo';
o.productCategory = 'foo';
- o.productLabels = buildUnnamed3571();
+ o.productLabels = buildUnnamed3572();
}
buildCounterProduct--;
return o;
@@ -11000,19 +11000,19 @@
o.productCategory!,
unittest.equals('foo'),
);
- checkUnnamed3571(o.productLabels!);
+ checkUnnamed3572(o.productLabels!);
}
buildCounterProduct--;
}
-core.List<core.String> buildUnnamed3572() {
+core.List<core.String> buildUnnamed3573() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3572(core.List<core.String> o) {
+void checkUnnamed3573(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11031,7 +11031,7 @@
if (buildCounterProductSearchParams < 3) {
o.boundingPoly = buildBoundingPoly();
o.filter = 'foo';
- o.productCategories = buildUnnamed3572();
+ o.productCategories = buildUnnamed3573();
o.productSet = 'foo';
}
buildCounterProductSearchParams--;
@@ -11046,7 +11046,7 @@
o.filter!,
unittest.equals('foo'),
);
- checkUnnamed3572(o.productCategories!);
+ checkUnnamed3573(o.productCategories!);
unittest.expect(
o.productSet!,
unittest.equals('foo'),
@@ -11055,27 +11055,27 @@
buildCounterProductSearchParams--;
}
-core.List<api.GroupedResult> buildUnnamed3573() {
+core.List<api.GroupedResult> buildUnnamed3574() {
var o = <api.GroupedResult>[];
o.add(buildGroupedResult());
o.add(buildGroupedResult());
return o;
}
-void checkUnnamed3573(core.List<api.GroupedResult> o) {
+void checkUnnamed3574(core.List<api.GroupedResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupedResult(o[0] as api.GroupedResult);
checkGroupedResult(o[1] as api.GroupedResult);
}
-core.List<api.Result> buildUnnamed3574() {
+core.List<api.Result> buildUnnamed3575() {
var o = <api.Result>[];
o.add(buildResult());
o.add(buildResult());
return o;
}
-void checkUnnamed3574(core.List<api.Result> o) {
+void checkUnnamed3575(core.List<api.Result> o) {
unittest.expect(o, unittest.hasLength(2));
checkResult(o[0] as api.Result);
checkResult(o[1] as api.Result);
@@ -11087,8 +11087,8 @@
buildCounterProductSearchResults++;
if (buildCounterProductSearchResults < 3) {
o.indexTime = 'foo';
- o.productGroupedResults = buildUnnamed3573();
- o.results = buildUnnamed3574();
+ o.productGroupedResults = buildUnnamed3574();
+ o.results = buildUnnamed3575();
}
buildCounterProductSearchResults--;
return o;
@@ -11101,8 +11101,8 @@
o.indexTime!,
unittest.equals('foo'),
);
- checkUnnamed3573(o.productGroupedResults!);
- checkUnnamed3574(o.results!);
+ checkUnnamed3574(o.productGroupedResults!);
+ checkUnnamed3575(o.results!);
}
buildCounterProductSearchResults--;
}
@@ -11219,14 +11219,14 @@
buildCounterPurgeProductsRequest--;
}
-core.List<api.BoundingPoly> buildUnnamed3575() {
+core.List<api.BoundingPoly> buildUnnamed3576() {
var o = <api.BoundingPoly>[];
o.add(buildBoundingPoly());
o.add(buildBoundingPoly());
return o;
}
-void checkUnnamed3575(core.List<api.BoundingPoly> o) {
+void checkUnnamed3576(core.List<api.BoundingPoly> o) {
unittest.expect(o, unittest.hasLength(2));
checkBoundingPoly(o[0] as api.BoundingPoly);
checkBoundingPoly(o[1] as api.BoundingPoly);
@@ -11237,7 +11237,7 @@
var o = api.ReferenceImage();
buildCounterReferenceImage++;
if (buildCounterReferenceImage < 3) {
- o.boundingPolys = buildUnnamed3575();
+ o.boundingPolys = buildUnnamed3576();
o.name = 'foo';
o.uri = 'foo';
}
@@ -11248,7 +11248,7 @@
void checkReferenceImage(api.ReferenceImage o) {
buildCounterReferenceImage++;
if (buildCounterReferenceImage < 3) {
- checkUnnamed3575(o.boundingPolys!);
+ checkUnnamed3576(o.boundingPolys!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -11356,7 +11356,7 @@
buildCounterSafeSearchAnnotation--;
}
-core.Map<core.String, core.Object> buildUnnamed3576() {
+core.Map<core.String, core.Object> buildUnnamed3577() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -11371,7 +11371,7 @@
return o;
}
-void checkUnnamed3576(core.Map<core.String, core.Object> o) {
+void checkUnnamed3577(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -11403,17 +11403,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3577() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3578() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3576());
- o.add(buildUnnamed3576());
+ o.add(buildUnnamed3577());
+ o.add(buildUnnamed3577());
return o;
}
-void checkUnnamed3577(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3578(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3576(o[0]);
- checkUnnamed3576(o[1]);
+ checkUnnamed3577(o[0]);
+ checkUnnamed3577(o[1]);
}
core.int buildCounterStatus = 0;
@@ -11422,7 +11422,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3577();
+ o.details = buildUnnamed3578();
o.message = 'foo';
}
buildCounterStatus--;
@@ -11436,7 +11436,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3577(o.details!);
+ checkUnnamed3578(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -11476,14 +11476,14 @@
buildCounterSymbol--;
}
-core.List<api.Page> buildUnnamed3578() {
+core.List<api.Page> buildUnnamed3579() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed3578(core.List<api.Page> o) {
+void checkUnnamed3579(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
@@ -11494,7 +11494,7 @@
var o = api.TextAnnotation();
buildCounterTextAnnotation++;
if (buildCounterTextAnnotation < 3) {
- o.pages = buildUnnamed3578();
+ o.pages = buildUnnamed3579();
o.text = 'foo';
}
buildCounterTextAnnotation--;
@@ -11504,7 +11504,7 @@
void checkTextAnnotation(api.TextAnnotation o) {
buildCounterTextAnnotation++;
if (buildCounterTextAnnotation < 3) {
- checkUnnamed3578(o.pages!);
+ checkUnnamed3579(o.pages!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -11532,14 +11532,14 @@
buildCounterTextDetectionParams--;
}
-core.List<api.DetectedLanguage> buildUnnamed3579() {
+core.List<api.DetectedLanguage> buildUnnamed3580() {
var o = <api.DetectedLanguage>[];
o.add(buildDetectedLanguage());
o.add(buildDetectedLanguage());
return o;
}
-void checkUnnamed3579(core.List<api.DetectedLanguage> o) {
+void checkUnnamed3580(core.List<api.DetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkDetectedLanguage(o[0] as api.DetectedLanguage);
checkDetectedLanguage(o[1] as api.DetectedLanguage);
@@ -11551,7 +11551,7 @@
buildCounterTextProperty++;
if (buildCounterTextProperty < 3) {
o.detectedBreak = buildDetectedBreak();
- o.detectedLanguages = buildUnnamed3579();
+ o.detectedLanguages = buildUnnamed3580();
}
buildCounterTextProperty--;
return o;
@@ -11561,7 +11561,7 @@
buildCounterTextProperty++;
if (buildCounterTextProperty < 3) {
checkDetectedBreak(o.detectedBreak! as api.DetectedBreak);
- checkUnnamed3579(o.detectedLanguages!);
+ checkUnnamed3580(o.detectedLanguages!);
}
buildCounterTextProperty--;
}
@@ -11593,58 +11593,45 @@
buildCounterVertex--;
}
-core.List<api.WebLabel> buildUnnamed3580() {
+core.List<api.WebLabel> buildUnnamed3581() {
var o = <api.WebLabel>[];
o.add(buildWebLabel());
o.add(buildWebLabel());
return o;
}
-void checkUnnamed3580(core.List<api.WebLabel> o) {
+void checkUnnamed3581(core.List<api.WebLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebLabel(o[0] as api.WebLabel);
checkWebLabel(o[1] as api.WebLabel);
}
-core.List<api.WebImage> buildUnnamed3581() {
+core.List<api.WebImage> buildUnnamed3582() {
var o = <api.WebImage>[];
o.add(buildWebImage());
o.add(buildWebImage());
return o;
}
-void checkUnnamed3581(core.List<api.WebImage> o) {
+void checkUnnamed3582(core.List<api.WebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebImage(o[0] as api.WebImage);
checkWebImage(o[1] as api.WebImage);
}
-core.List<api.WebPage> buildUnnamed3582() {
+core.List<api.WebPage> buildUnnamed3583() {
var o = <api.WebPage>[];
o.add(buildWebPage());
o.add(buildWebPage());
return o;
}
-void checkUnnamed3582(core.List<api.WebPage> o) {
+void checkUnnamed3583(core.List<api.WebPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebPage(o[0] as api.WebPage);
checkWebPage(o[1] as api.WebPage);
}
-core.List<api.WebImage> buildUnnamed3583() {
- var o = <api.WebImage>[];
- o.add(buildWebImage());
- o.add(buildWebImage());
- return o;
-}
-
-void checkUnnamed3583(core.List<api.WebImage> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkWebImage(o[0] as api.WebImage);
- checkWebImage(o[1] as api.WebImage);
-}
-
core.List<api.WebImage> buildUnnamed3584() {
var o = <api.WebImage>[];
o.add(buildWebImage());
@@ -11658,14 +11645,27 @@
checkWebImage(o[1] as api.WebImage);
}
-core.List<api.WebEntity> buildUnnamed3585() {
+core.List<api.WebImage> buildUnnamed3585() {
+ var o = <api.WebImage>[];
+ o.add(buildWebImage());
+ o.add(buildWebImage());
+ return o;
+}
+
+void checkUnnamed3585(core.List<api.WebImage> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkWebImage(o[0] as api.WebImage);
+ checkWebImage(o[1] as api.WebImage);
+}
+
+core.List<api.WebEntity> buildUnnamed3586() {
var o = <api.WebEntity>[];
o.add(buildWebEntity());
o.add(buildWebEntity());
return o;
}
-void checkUnnamed3585(core.List<api.WebEntity> o) {
+void checkUnnamed3586(core.List<api.WebEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebEntity(o[0] as api.WebEntity);
checkWebEntity(o[1] as api.WebEntity);
@@ -11676,12 +11676,12 @@
var o = api.WebDetection();
buildCounterWebDetection++;
if (buildCounterWebDetection < 3) {
- o.bestGuessLabels = buildUnnamed3580();
- o.fullMatchingImages = buildUnnamed3581();
- o.pagesWithMatchingImages = buildUnnamed3582();
- o.partialMatchingImages = buildUnnamed3583();
- o.visuallySimilarImages = buildUnnamed3584();
- o.webEntities = buildUnnamed3585();
+ o.bestGuessLabels = buildUnnamed3581();
+ o.fullMatchingImages = buildUnnamed3582();
+ o.pagesWithMatchingImages = buildUnnamed3583();
+ o.partialMatchingImages = buildUnnamed3584();
+ o.visuallySimilarImages = buildUnnamed3585();
+ o.webEntities = buildUnnamed3586();
}
buildCounterWebDetection--;
return o;
@@ -11690,12 +11690,12 @@
void checkWebDetection(api.WebDetection o) {
buildCounterWebDetection++;
if (buildCounterWebDetection < 3) {
- checkUnnamed3580(o.bestGuessLabels!);
- checkUnnamed3581(o.fullMatchingImages!);
- checkUnnamed3582(o.pagesWithMatchingImages!);
- checkUnnamed3583(o.partialMatchingImages!);
- checkUnnamed3584(o.visuallySimilarImages!);
- checkUnnamed3585(o.webEntities!);
+ checkUnnamed3581(o.bestGuessLabels!);
+ checkUnnamed3582(o.fullMatchingImages!);
+ checkUnnamed3583(o.pagesWithMatchingImages!);
+ checkUnnamed3584(o.partialMatchingImages!);
+ checkUnnamed3585(o.visuallySimilarImages!);
+ checkUnnamed3586(o.webEntities!);
}
buildCounterWebDetection--;
}
@@ -11805,19 +11805,6 @@
buildCounterWebLabel--;
}
-core.List<api.WebImage> buildUnnamed3586() {
- var o = <api.WebImage>[];
- o.add(buildWebImage());
- o.add(buildWebImage());
- return o;
-}
-
-void checkUnnamed3586(core.List<api.WebImage> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkWebImage(o[0] as api.WebImage);
- checkWebImage(o[1] as api.WebImage);
-}
-
core.List<api.WebImage> buildUnnamed3587() {
var o = <api.WebImage>[];
o.add(buildWebImage());
@@ -11831,14 +11818,27 @@
checkWebImage(o[1] as api.WebImage);
}
+core.List<api.WebImage> buildUnnamed3588() {
+ var o = <api.WebImage>[];
+ o.add(buildWebImage());
+ o.add(buildWebImage());
+ return o;
+}
+
+void checkUnnamed3588(core.List<api.WebImage> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkWebImage(o[0] as api.WebImage);
+ checkWebImage(o[1] as api.WebImage);
+}
+
core.int buildCounterWebPage = 0;
api.WebPage buildWebPage() {
var o = api.WebPage();
buildCounterWebPage++;
if (buildCounterWebPage < 3) {
- o.fullMatchingImages = buildUnnamed3586();
+ o.fullMatchingImages = buildUnnamed3587();
o.pageTitle = 'foo';
- o.partialMatchingImages = buildUnnamed3587();
+ o.partialMatchingImages = buildUnnamed3588();
o.score = 42.0;
o.url = 'foo';
}
@@ -11849,12 +11849,12 @@
void checkWebPage(api.WebPage o) {
buildCounterWebPage++;
if (buildCounterWebPage < 3) {
- checkUnnamed3586(o.fullMatchingImages!);
+ checkUnnamed3587(o.fullMatchingImages!);
unittest.expect(
o.pageTitle!,
unittest.equals('foo'),
);
- checkUnnamed3587(o.partialMatchingImages!);
+ checkUnnamed3588(o.partialMatchingImages!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -11867,14 +11867,14 @@
buildCounterWebPage--;
}
-core.List<api.Symbol> buildUnnamed3588() {
+core.List<api.Symbol> buildUnnamed3589() {
var o = <api.Symbol>[];
o.add(buildSymbol());
o.add(buildSymbol());
return o;
}
-void checkUnnamed3588(core.List<api.Symbol> o) {
+void checkUnnamed3589(core.List<api.Symbol> o) {
unittest.expect(o, unittest.hasLength(2));
checkSymbol(o[0] as api.Symbol);
checkSymbol(o[1] as api.Symbol);
@@ -11888,7 +11888,7 @@
o.boundingBox = buildBoundingPoly();
o.confidence = 42.0;
o.property = buildTextProperty();
- o.symbols = buildUnnamed3588();
+ o.symbols = buildUnnamed3589();
}
buildCounterWord--;
return o;
@@ -11903,7 +11903,7 @@
unittest.equals(42.0),
);
checkTextProperty(o.property! as api.TextProperty);
- checkUnnamed3588(o.symbols!);
+ checkUnnamed3589(o.symbols!);
}
buildCounterWord--;
}
diff --git a/generated/googleapis/test/webmasters/v3_test.dart b/generated/googleapis/test/webmasters/v3_test.dart
index 5743689..0794cef 100644
--- a/generated/googleapis/test/webmasters/v3_test.dart
+++ b/generated/googleapis/test/webmasters/v3_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed3174() {
+core.List<core.String> buildUnnamed3175() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3174(core.List<core.String> o) {
+void checkUnnamed3175(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -54,7 +54,7 @@
o.clicks = 42.0;
o.ctr = 42.0;
o.impressions = 42.0;
- o.keys = buildUnnamed3174();
+ o.keys = buildUnnamed3175();
o.position = 42.0;
}
buildCounterApiDataRow--;
@@ -76,7 +76,7 @@
o.impressions!,
unittest.equals(42.0),
);
- checkUnnamed3174(o.keys!);
+ checkUnnamed3175(o.keys!);
unittest.expect(
o.position!,
unittest.equals(42.0),
@@ -117,14 +117,14 @@
buildCounterApiDimensionFilter--;
}
-core.List<api.ApiDimensionFilter> buildUnnamed3175() {
+core.List<api.ApiDimensionFilter> buildUnnamed3176() {
var o = <api.ApiDimensionFilter>[];
o.add(buildApiDimensionFilter());
o.add(buildApiDimensionFilter());
return o;
}
-void checkUnnamed3175(core.List<api.ApiDimensionFilter> o) {
+void checkUnnamed3176(core.List<api.ApiDimensionFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkApiDimensionFilter(o[0] as api.ApiDimensionFilter);
checkApiDimensionFilter(o[1] as api.ApiDimensionFilter);
@@ -135,7 +135,7 @@
var o = api.ApiDimensionFilterGroup();
buildCounterApiDimensionFilterGroup++;
if (buildCounterApiDimensionFilterGroup < 3) {
- o.filters = buildUnnamed3175();
+ o.filters = buildUnnamed3176();
o.groupType = 'foo';
}
buildCounterApiDimensionFilterGroup--;
@@ -145,7 +145,7 @@
void checkApiDimensionFilterGroup(api.ApiDimensionFilterGroup o) {
buildCounterApiDimensionFilterGroup++;
if (buildCounterApiDimensionFilterGroup < 3) {
- checkUnnamed3175(o.filters!);
+ checkUnnamed3176(o.filters!);
unittest.expect(
o.groupType!,
unittest.equals('foo'),
@@ -154,27 +154,27 @@
buildCounterApiDimensionFilterGroup--;
}
-core.List<api.ApiDimensionFilterGroup> buildUnnamed3176() {
+core.List<api.ApiDimensionFilterGroup> buildUnnamed3177() {
var o = <api.ApiDimensionFilterGroup>[];
o.add(buildApiDimensionFilterGroup());
o.add(buildApiDimensionFilterGroup());
return o;
}
-void checkUnnamed3176(core.List<api.ApiDimensionFilterGroup> o) {
+void checkUnnamed3177(core.List<api.ApiDimensionFilterGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkApiDimensionFilterGroup(o[0] as api.ApiDimensionFilterGroup);
checkApiDimensionFilterGroup(o[1] as api.ApiDimensionFilterGroup);
}
-core.List<core.String> buildUnnamed3177() {
+core.List<core.String> buildUnnamed3178() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3177(core.List<core.String> o) {
+void checkUnnamed3178(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -193,8 +193,8 @@
if (buildCounterSearchAnalyticsQueryRequest < 3) {
o.aggregationType = 'foo';
o.dataState = 'foo';
- o.dimensionFilterGroups = buildUnnamed3176();
- o.dimensions = buildUnnamed3177();
+ o.dimensionFilterGroups = buildUnnamed3177();
+ o.dimensions = buildUnnamed3178();
o.endDate = 'foo';
o.rowLimit = 42;
o.searchType = 'foo';
@@ -216,8 +216,8 @@
o.dataState!,
unittest.equals('foo'),
);
- checkUnnamed3176(o.dimensionFilterGroups!);
- checkUnnamed3177(o.dimensions!);
+ checkUnnamed3177(o.dimensionFilterGroups!);
+ checkUnnamed3178(o.dimensions!);
unittest.expect(
o.endDate!,
unittest.equals('foo'),
@@ -242,14 +242,14 @@
buildCounterSearchAnalyticsQueryRequest--;
}
-core.List<api.ApiDataRow> buildUnnamed3178() {
+core.List<api.ApiDataRow> buildUnnamed3179() {
var o = <api.ApiDataRow>[];
o.add(buildApiDataRow());
o.add(buildApiDataRow());
return o;
}
-void checkUnnamed3178(core.List<api.ApiDataRow> o) {
+void checkUnnamed3179(core.List<api.ApiDataRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkApiDataRow(o[0] as api.ApiDataRow);
checkApiDataRow(o[1] as api.ApiDataRow);
@@ -261,7 +261,7 @@
buildCounterSearchAnalyticsQueryResponse++;
if (buildCounterSearchAnalyticsQueryResponse < 3) {
o.responseAggregationType = 'foo';
- o.rows = buildUnnamed3178();
+ o.rows = buildUnnamed3179();
}
buildCounterSearchAnalyticsQueryResponse--;
return o;
@@ -274,19 +274,19 @@
o.responseAggregationType!,
unittest.equals('foo'),
);
- checkUnnamed3178(o.rows!);
+ checkUnnamed3179(o.rows!);
}
buildCounterSearchAnalyticsQueryResponse--;
}
-core.List<api.WmxSitemap> buildUnnamed3179() {
+core.List<api.WmxSitemap> buildUnnamed3180() {
var o = <api.WmxSitemap>[];
o.add(buildWmxSitemap());
o.add(buildWmxSitemap());
return o;
}
-void checkUnnamed3179(core.List<api.WmxSitemap> o) {
+void checkUnnamed3180(core.List<api.WmxSitemap> o) {
unittest.expect(o, unittest.hasLength(2));
checkWmxSitemap(o[0] as api.WmxSitemap);
checkWmxSitemap(o[1] as api.WmxSitemap);
@@ -297,7 +297,7 @@
var o = api.SitemapsListResponse();
buildCounterSitemapsListResponse++;
if (buildCounterSitemapsListResponse < 3) {
- o.sitemap = buildUnnamed3179();
+ o.sitemap = buildUnnamed3180();
}
buildCounterSitemapsListResponse--;
return o;
@@ -306,19 +306,19 @@
void checkSitemapsListResponse(api.SitemapsListResponse o) {
buildCounterSitemapsListResponse++;
if (buildCounterSitemapsListResponse < 3) {
- checkUnnamed3179(o.sitemap!);
+ checkUnnamed3180(o.sitemap!);
}
buildCounterSitemapsListResponse--;
}
-core.List<api.WmxSite> buildUnnamed3180() {
+core.List<api.WmxSite> buildUnnamed3181() {
var o = <api.WmxSite>[];
o.add(buildWmxSite());
o.add(buildWmxSite());
return o;
}
-void checkUnnamed3180(core.List<api.WmxSite> o) {
+void checkUnnamed3181(core.List<api.WmxSite> o) {
unittest.expect(o, unittest.hasLength(2));
checkWmxSite(o[0] as api.WmxSite);
checkWmxSite(o[1] as api.WmxSite);
@@ -329,7 +329,7 @@
var o = api.SitesListResponse();
buildCounterSitesListResponse++;
if (buildCounterSitesListResponse < 3) {
- o.siteEntry = buildUnnamed3180();
+ o.siteEntry = buildUnnamed3181();
}
buildCounterSitesListResponse--;
return o;
@@ -338,7 +338,7 @@
void checkSitesListResponse(api.SitesListResponse o) {
buildCounterSitesListResponse++;
if (buildCounterSitesListResponse < 3) {
- checkUnnamed3180(o.siteEntry!);
+ checkUnnamed3181(o.siteEntry!);
}
buildCounterSitesListResponse--;
}
@@ -370,14 +370,14 @@
buildCounterWmxSite--;
}
-core.List<api.WmxSitemapContent> buildUnnamed3181() {
+core.List<api.WmxSitemapContent> buildUnnamed3182() {
var o = <api.WmxSitemapContent>[];
o.add(buildWmxSitemapContent());
o.add(buildWmxSitemapContent());
return o;
}
-void checkUnnamed3181(core.List<api.WmxSitemapContent> o) {
+void checkUnnamed3182(core.List<api.WmxSitemapContent> o) {
unittest.expect(o, unittest.hasLength(2));
checkWmxSitemapContent(o[0] as api.WmxSitemapContent);
checkWmxSitemapContent(o[1] as api.WmxSitemapContent);
@@ -388,7 +388,7 @@
var o = api.WmxSitemap();
buildCounterWmxSitemap++;
if (buildCounterWmxSitemap < 3) {
- o.contents = buildUnnamed3181();
+ o.contents = buildUnnamed3182();
o.errors = 'foo';
o.isPending = true;
o.isSitemapsIndex = true;
@@ -405,7 +405,7 @@
void checkWmxSitemap(api.WmxSitemap o) {
buildCounterWmxSitemap++;
if (buildCounterWmxSitemap < 3) {
- checkUnnamed3181(o.contents!);
+ checkUnnamed3182(o.contents!);
unittest.expect(
o.errors!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/workflowexecutions/v1_test.dart b/generated/googleapis/test/workflowexecutions/v1_test.dart
index 6df7e6b..934b06d 100644
--- a/generated/googleapis/test/workflowexecutions/v1_test.dart
+++ b/generated/googleapis/test/workflowexecutions/v1_test.dart
@@ -123,14 +123,14 @@
buildCounterExecution--;
}
-core.List<api.Execution> buildUnnamed5270() {
+core.List<api.Execution> buildUnnamed5272() {
var o = <api.Execution>[];
o.add(buildExecution());
o.add(buildExecution());
return o;
}
-void checkUnnamed5270(core.List<api.Execution> o) {
+void checkUnnamed5272(core.List<api.Execution> o) {
unittest.expect(o, unittest.hasLength(2));
checkExecution(o[0] as api.Execution);
checkExecution(o[1] as api.Execution);
@@ -141,7 +141,7 @@
var o = api.ListExecutionsResponse();
buildCounterListExecutionsResponse++;
if (buildCounterListExecutionsResponse < 3) {
- o.executions = buildUnnamed5270();
+ o.executions = buildUnnamed5272();
o.nextPageToken = 'foo';
}
buildCounterListExecutionsResponse--;
@@ -151,7 +151,7 @@
void checkListExecutionsResponse(api.ListExecutionsResponse o) {
buildCounterListExecutionsResponse++;
if (buildCounterListExecutionsResponse < 3) {
- checkUnnamed5270(o.executions!);
+ checkUnnamed5272(o.executions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/youtube/v3_test.dart b/generated/googleapis/test/youtube/v3_test.dart
index 6343036..3868e1e 100644
--- a/generated/googleapis/test/youtube/v3_test.dart
+++ b/generated/googleapis/test/youtube/v3_test.dart
@@ -27,27 +27,27 @@
import '../test_shared.dart';
-core.List<api.AbuseType> buildUnnamed2650() {
+core.List<api.AbuseType> buildUnnamed2651() {
var o = <api.AbuseType>[];
o.add(buildAbuseType());
o.add(buildAbuseType());
return o;
}
-void checkUnnamed2650(core.List<api.AbuseType> o) {
+void checkUnnamed2651(core.List<api.AbuseType> o) {
unittest.expect(o, unittest.hasLength(2));
checkAbuseType(o[0] as api.AbuseType);
checkAbuseType(o[1] as api.AbuseType);
}
-core.List<api.RelatedEntity> buildUnnamed2651() {
+core.List<api.RelatedEntity> buildUnnamed2652() {
var o = <api.RelatedEntity>[];
o.add(buildRelatedEntity());
o.add(buildRelatedEntity());
return o;
}
-void checkUnnamed2651(core.List<api.RelatedEntity> o) {
+void checkUnnamed2652(core.List<api.RelatedEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkRelatedEntity(o[0] as api.RelatedEntity);
checkRelatedEntity(o[1] as api.RelatedEntity);
@@ -58,9 +58,9 @@
var o = api.AbuseReport();
buildCounterAbuseReport++;
if (buildCounterAbuseReport < 3) {
- o.abuseTypes = buildUnnamed2650();
+ o.abuseTypes = buildUnnamed2651();
o.description = 'foo';
- o.relatedEntities = buildUnnamed2651();
+ o.relatedEntities = buildUnnamed2652();
o.subject = buildEntity();
}
buildCounterAbuseReport--;
@@ -70,12 +70,12 @@
void checkAbuseReport(api.AbuseReport o) {
buildCounterAbuseReport++;
if (buildCounterAbuseReport < 3) {
- checkUnnamed2650(o.abuseTypes!);
+ checkUnnamed2651(o.abuseTypes!);
unittest.expect(
o.description!,
unittest.equals('foo'),
);
- checkUnnamed2651(o.relatedEntities!);
+ checkUnnamed2652(o.relatedEntities!);
checkEntity(o.subject! as api.Entity);
}
buildCounterAbuseReport--;
@@ -103,14 +103,14 @@
buildCounterAbuseType--;
}
-core.List<core.String> buildUnnamed2652() {
+core.List<core.String> buildUnnamed2653() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2652(core.List<core.String> o) {
+void checkUnnamed2653(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -128,7 +128,7 @@
buildCounterAccessPolicy++;
if (buildCounterAccessPolicy < 3) {
o.allowed = true;
- o.exception = buildUnnamed2652();
+ o.exception = buildUnnamed2653();
}
buildCounterAccessPolicy--;
return o;
@@ -138,7 +138,7 @@
buildCounterAccessPolicy++;
if (buildCounterAccessPolicy < 3) {
unittest.expect(o.allowed!, unittest.isTrue);
- checkUnnamed2652(o.exception!);
+ checkUnnamed2653(o.exception!);
}
buildCounterAccessPolicy--;
}
@@ -356,14 +356,14 @@
buildCounterActivityContentDetailsPlaylistItem--;
}
-core.List<core.String> buildUnnamed2653() {
+core.List<core.String> buildUnnamed2654() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2653(core.List<core.String> o) {
+void checkUnnamed2654(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -375,14 +375,14 @@
);
}
-core.List<core.String> buildUnnamed2654() {
+core.List<core.String> buildUnnamed2655() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2654(core.List<core.String> o) {
+void checkUnnamed2655(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -407,8 +407,8 @@
o.customCtaButtonText = 'foo';
o.descriptionText = 'foo';
o.destinationUrl = 'foo';
- o.forecastingUrl = buildUnnamed2653();
- o.impressionUrl = buildUnnamed2654();
+ o.forecastingUrl = buildUnnamed2654();
+ o.impressionUrl = buildUnnamed2655();
o.videoId = 'foo';
}
buildCounterActivityContentDetailsPromotedItem--;
@@ -447,8 +447,8 @@
o.destinationUrl!,
unittest.equals('foo'),
);
- checkUnnamed2653(o.forecastingUrl!);
- checkUnnamed2654(o.impressionUrl!);
+ checkUnnamed2654(o.forecastingUrl!);
+ checkUnnamed2655(o.impressionUrl!);
unittest.expect(
o.videoId!,
unittest.equals('foo'),
@@ -567,14 +567,14 @@
buildCounterActivityContentDetailsUpload--;
}
-core.List<api.Activity> buildUnnamed2655() {
+core.List<api.Activity> buildUnnamed2656() {
var o = <api.Activity>[];
o.add(buildActivity());
o.add(buildActivity());
return o;
}
-void checkUnnamed2655(core.List<api.Activity> o) {
+void checkUnnamed2656(core.List<api.Activity> o) {
unittest.expect(o, unittest.hasLength(2));
checkActivity(o[0] as api.Activity);
checkActivity(o[1] as api.Activity);
@@ -587,7 +587,7 @@
if (buildCounterActivityListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2655();
+ o.items = buildUnnamed2656();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -610,7 +610,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2655(o.items!);
+ checkUnnamed2656(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -721,14 +721,14 @@
buildCounterCaption--;
}
-core.List<api.Caption> buildUnnamed2656() {
+core.List<api.Caption> buildUnnamed2657() {
var o = <api.Caption>[];
o.add(buildCaption());
o.add(buildCaption());
return o;
}
-void checkUnnamed2656(core.List<api.Caption> o) {
+void checkUnnamed2657(core.List<api.Caption> o) {
unittest.expect(o, unittest.hasLength(2));
checkCaption(o[0] as api.Caption);
checkCaption(o[1] as api.Caption);
@@ -741,7 +741,7 @@
if (buildCounterCaptionListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2656();
+ o.items = buildUnnamed2657();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -760,7 +760,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2656(o.items!);
+ checkUnnamed2657(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -879,14 +879,14 @@
buildCounterCdnSettings--;
}
-core.Map<core.String, api.ChannelLocalization> buildUnnamed2657() {
+core.Map<core.String, api.ChannelLocalization> buildUnnamed2658() {
var o = <core.String, api.ChannelLocalization>{};
o['x'] = buildChannelLocalization();
o['y'] = buildChannelLocalization();
return o;
}
-void checkUnnamed2657(core.Map<core.String, api.ChannelLocalization> o) {
+void checkUnnamed2658(core.Map<core.String, api.ChannelLocalization> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelLocalization(o['x']! as api.ChannelLocalization);
checkChannelLocalization(o['y']! as api.ChannelLocalization);
@@ -905,7 +905,7 @@
o.etag = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.localizations = buildUnnamed2657();
+ o.localizations = buildUnnamed2658();
o.snippet = buildChannelSnippet();
o.statistics = buildChannelStatistics();
o.status = buildChannelStatus();
@@ -938,7 +938,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2657(o.localizations!);
+ checkUnnamed2658(o.localizations!);
checkChannelSnippet(o.snippet! as api.ChannelSnippet);
checkChannelStatistics(o.statistics! as api.ChannelStatistics);
checkChannelStatus(o.status! as api.ChannelStatus);
@@ -1002,14 +1002,14 @@
buildCounterChannelBannerResource--;
}
-core.List<api.PropertyValue> buildUnnamed2658() {
+core.List<api.PropertyValue> buildUnnamed2659() {
var o = <api.PropertyValue>[];
o.add(buildPropertyValue());
o.add(buildPropertyValue());
return o;
}
-void checkUnnamed2658(core.List<api.PropertyValue> o) {
+void checkUnnamed2659(core.List<api.PropertyValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyValue(o[0] as api.PropertyValue);
checkPropertyValue(o[1] as api.PropertyValue);
@@ -1021,7 +1021,7 @@
buildCounterChannelBrandingSettings++;
if (buildCounterChannelBrandingSettings < 3) {
o.channel = buildChannelSettings();
- o.hints = buildUnnamed2658();
+ o.hints = buildUnnamed2659();
o.image = buildImageSettings();
o.watch = buildWatchSettings();
}
@@ -1033,7 +1033,7 @@
buildCounterChannelBrandingSettings++;
if (buildCounterChannelBrandingSettings < 3) {
checkChannelSettings(o.channel! as api.ChannelSettings);
- checkUnnamed2658(o.hints!);
+ checkUnnamed2659(o.hints!);
checkImageSettings(o.image! as api.ImageSettings);
checkWatchSettings(o.watch! as api.WatchSettings);
}
@@ -1158,14 +1158,14 @@
buildCounterChannelConversionPing--;
}
-core.List<api.ChannelConversionPing> buildUnnamed2659() {
+core.List<api.ChannelConversionPing> buildUnnamed2660() {
var o = <api.ChannelConversionPing>[];
o.add(buildChannelConversionPing());
o.add(buildChannelConversionPing());
return o;
}
-void checkUnnamed2659(core.List<api.ChannelConversionPing> o) {
+void checkUnnamed2660(core.List<api.ChannelConversionPing> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelConversionPing(o[0] as api.ChannelConversionPing);
checkChannelConversionPing(o[1] as api.ChannelConversionPing);
@@ -1176,7 +1176,7 @@
var o = api.ChannelConversionPings();
buildCounterChannelConversionPings++;
if (buildCounterChannelConversionPings < 3) {
- o.pings = buildUnnamed2659();
+ o.pings = buildUnnamed2660();
}
buildCounterChannelConversionPings--;
return o;
@@ -1185,19 +1185,19 @@
void checkChannelConversionPings(api.ChannelConversionPings o) {
buildCounterChannelConversionPings++;
if (buildCounterChannelConversionPings < 3) {
- checkUnnamed2659(o.pings!);
+ checkUnnamed2660(o.pings!);
}
buildCounterChannelConversionPings--;
}
-core.List<api.Channel> buildUnnamed2660() {
+core.List<api.Channel> buildUnnamed2661() {
var o = <api.Channel>[];
o.add(buildChannel());
o.add(buildChannel());
return o;
}
-void checkUnnamed2660(core.List<api.Channel> o) {
+void checkUnnamed2661(core.List<api.Channel> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannel(o[0] as api.Channel);
checkChannel(o[1] as api.Channel);
@@ -1210,7 +1210,7 @@
if (buildCounterChannelListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2660();
+ o.items = buildUnnamed2661();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -1233,7 +1233,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2660(o.items!);
+ checkUnnamed2661(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1320,14 +1320,14 @@
buildCounterChannelProfileDetails--;
}
-core.Map<core.String, api.ChannelSectionLocalization> buildUnnamed2661() {
+core.Map<core.String, api.ChannelSectionLocalization> buildUnnamed2662() {
var o = <core.String, api.ChannelSectionLocalization>{};
o['x'] = buildChannelSectionLocalization();
o['y'] = buildChannelSectionLocalization();
return o;
}
-void checkUnnamed2661(core.Map<core.String, api.ChannelSectionLocalization> o) {
+void checkUnnamed2662(core.Map<core.String, api.ChannelSectionLocalization> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelSectionLocalization(o['x']! as api.ChannelSectionLocalization);
checkChannelSectionLocalization(o['y']! as api.ChannelSectionLocalization);
@@ -1342,7 +1342,7 @@
o.etag = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.localizations = buildUnnamed2661();
+ o.localizations = buildUnnamed2662();
o.snippet = buildChannelSectionSnippet();
o.targeting = buildChannelSectionTargeting();
}
@@ -1367,32 +1367,13 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2661(o.localizations!);
+ checkUnnamed2662(o.localizations!);
checkChannelSectionSnippet(o.snippet! as api.ChannelSectionSnippet);
checkChannelSectionTargeting(o.targeting! as api.ChannelSectionTargeting);
}
buildCounterChannelSection--;
}
-core.List<core.String> buildUnnamed2662() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2662(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2663() {
var o = <core.String>[];
o.add('foo');
@@ -1412,13 +1393,32 @@
);
}
+core.List<core.String> buildUnnamed2664() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2664(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterChannelSectionContentDetails = 0;
api.ChannelSectionContentDetails buildChannelSectionContentDetails() {
var o = api.ChannelSectionContentDetails();
buildCounterChannelSectionContentDetails++;
if (buildCounterChannelSectionContentDetails < 3) {
- o.channels = buildUnnamed2662();
- o.playlists = buildUnnamed2663();
+ o.channels = buildUnnamed2663();
+ o.playlists = buildUnnamed2664();
}
buildCounterChannelSectionContentDetails--;
return o;
@@ -1427,20 +1427,20 @@
void checkChannelSectionContentDetails(api.ChannelSectionContentDetails o) {
buildCounterChannelSectionContentDetails++;
if (buildCounterChannelSectionContentDetails < 3) {
- checkUnnamed2662(o.channels!);
- checkUnnamed2663(o.playlists!);
+ checkUnnamed2663(o.channels!);
+ checkUnnamed2664(o.playlists!);
}
buildCounterChannelSectionContentDetails--;
}
-core.List<api.ChannelSection> buildUnnamed2664() {
+core.List<api.ChannelSection> buildUnnamed2665() {
var o = <api.ChannelSection>[];
o.add(buildChannelSection());
o.add(buildChannelSection());
return o;
}
-void checkUnnamed2664(core.List<api.ChannelSection> o) {
+void checkUnnamed2665(core.List<api.ChannelSection> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelSection(o[0] as api.ChannelSection);
checkChannelSection(o[1] as api.ChannelSection);
@@ -1453,7 +1453,7 @@
if (buildCounterChannelSectionListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2664();
+ o.items = buildUnnamed2665();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -1472,7 +1472,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2664(o.items!);
+ checkUnnamed2665(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1557,25 +1557,6 @@
buildCounterChannelSectionSnippet--;
}
-core.List<core.String> buildUnnamed2665() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2665(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2666() {
var o = <core.String>[];
o.add('foo');
@@ -1614,29 +1595,6 @@
);
}
-core.int buildCounterChannelSectionTargeting = 0;
-api.ChannelSectionTargeting buildChannelSectionTargeting() {
- var o = api.ChannelSectionTargeting();
- buildCounterChannelSectionTargeting++;
- if (buildCounterChannelSectionTargeting < 3) {
- o.countries = buildUnnamed2665();
- o.languages = buildUnnamed2666();
- o.regions = buildUnnamed2667();
- }
- buildCounterChannelSectionTargeting--;
- return o;
-}
-
-void checkChannelSectionTargeting(api.ChannelSectionTargeting o) {
- buildCounterChannelSectionTargeting++;
- if (buildCounterChannelSectionTargeting < 3) {
- checkUnnamed2665(o.countries!);
- checkUnnamed2666(o.languages!);
- checkUnnamed2667(o.regions!);
- }
- buildCounterChannelSectionTargeting--;
-}
-
core.List<core.String> buildUnnamed2668() {
var o = <core.String>[];
o.add('foo');
@@ -1656,6 +1614,48 @@
);
}
+core.int buildCounterChannelSectionTargeting = 0;
+api.ChannelSectionTargeting buildChannelSectionTargeting() {
+ var o = api.ChannelSectionTargeting();
+ buildCounterChannelSectionTargeting++;
+ if (buildCounterChannelSectionTargeting < 3) {
+ o.countries = buildUnnamed2666();
+ o.languages = buildUnnamed2667();
+ o.regions = buildUnnamed2668();
+ }
+ buildCounterChannelSectionTargeting--;
+ return o;
+}
+
+void checkChannelSectionTargeting(api.ChannelSectionTargeting o) {
+ buildCounterChannelSectionTargeting++;
+ if (buildCounterChannelSectionTargeting < 3) {
+ checkUnnamed2666(o.countries!);
+ checkUnnamed2667(o.languages!);
+ checkUnnamed2668(o.regions!);
+ }
+ buildCounterChannelSectionTargeting--;
+}
+
+core.List<core.String> buildUnnamed2669() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2669(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterChannelSettings = 0;
api.ChannelSettings buildChannelSettings() {
var o = api.ChannelSettings();
@@ -1666,7 +1666,7 @@
o.defaultTab = 'foo';
o.description = 'foo';
o.featuredChannelsTitle = 'foo';
- o.featuredChannelsUrls = buildUnnamed2668();
+ o.featuredChannelsUrls = buildUnnamed2669();
o.keywords = 'foo';
o.moderateComments = true;
o.profileColor = 'foo';
@@ -1703,7 +1703,7 @@
o.featuredChannelsTitle!,
unittest.equals('foo'),
);
- checkUnnamed2668(o.featuredChannelsUrls!);
+ checkUnnamed2669(o.featuredChannelsUrls!);
unittest.expect(
o.keywords!,
unittest.equals('foo'),
@@ -1881,25 +1881,6 @@
buildCounterChannelToStoreLinkDetails--;
}
-core.List<core.String> buildUnnamed2669() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2669(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2670() {
var o = <core.String>[];
o.add('foo');
@@ -1919,13 +1900,32 @@
);
}
+core.List<core.String> buildUnnamed2671() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2671(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterChannelTopicDetails = 0;
api.ChannelTopicDetails buildChannelTopicDetails() {
var o = api.ChannelTopicDetails();
buildCounterChannelTopicDetails++;
if (buildCounterChannelTopicDetails < 3) {
- o.topicCategories = buildUnnamed2669();
- o.topicIds = buildUnnamed2670();
+ o.topicCategories = buildUnnamed2670();
+ o.topicIds = buildUnnamed2671();
}
buildCounterChannelTopicDetails--;
return o;
@@ -1934,8 +1934,8 @@
void checkChannelTopicDetails(api.ChannelTopicDetails o) {
buildCounterChannelTopicDetails++;
if (buildCounterChannelTopicDetails < 3) {
- checkUnnamed2669(o.topicCategories!);
- checkUnnamed2670(o.topicIds!);
+ checkUnnamed2670(o.topicCategories!);
+ checkUnnamed2671(o.topicIds!);
}
buildCounterChannelTopicDetails--;
}
@@ -1974,14 +1974,14 @@
buildCounterComment--;
}
-core.List<api.Comment> buildUnnamed2671() {
+core.List<api.Comment> buildUnnamed2672() {
var o = <api.Comment>[];
o.add(buildComment());
o.add(buildComment());
return o;
}
-void checkUnnamed2671(core.List<api.Comment> o) {
+void checkUnnamed2672(core.List<api.Comment> o) {
unittest.expect(o, unittest.hasLength(2));
checkComment(o[0] as api.Comment);
checkComment(o[1] as api.Comment);
@@ -1994,7 +1994,7 @@
if (buildCounterCommentListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2671();
+ o.items = buildUnnamed2672();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -2016,7 +2016,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2671(o.items!);
+ checkUnnamed2672(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2180,14 +2180,14 @@
buildCounterCommentThread--;
}
-core.List<api.CommentThread> buildUnnamed2672() {
+core.List<api.CommentThread> buildUnnamed2673() {
var o = <api.CommentThread>[];
o.add(buildCommentThread());
o.add(buildCommentThread());
return o;
}
-void checkUnnamed2672(core.List<api.CommentThread> o) {
+void checkUnnamed2673(core.List<api.CommentThread> o) {
unittest.expect(o, unittest.hasLength(2));
checkCommentThread(o[0] as api.CommentThread);
checkCommentThread(o[1] as api.CommentThread);
@@ -2200,7 +2200,7 @@
if (buildCounterCommentThreadListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2672();
+ o.items = buildUnnamed2673();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -2222,7 +2222,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2672(o.items!);
+ checkUnnamed2673(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2241,14 +2241,14 @@
buildCounterCommentThreadListResponse--;
}
-core.List<api.Comment> buildUnnamed2673() {
+core.List<api.Comment> buildUnnamed2674() {
var o = <api.Comment>[];
o.add(buildComment());
o.add(buildComment());
return o;
}
-void checkUnnamed2673(core.List<api.Comment> o) {
+void checkUnnamed2674(core.List<api.Comment> o) {
unittest.expect(o, unittest.hasLength(2));
checkComment(o[0] as api.Comment);
checkComment(o[1] as api.Comment);
@@ -2259,7 +2259,7 @@
var o = api.CommentThreadReplies();
buildCounterCommentThreadReplies++;
if (buildCounterCommentThreadReplies < 3) {
- o.comments = buildUnnamed2673();
+ o.comments = buildUnnamed2674();
}
buildCounterCommentThreadReplies--;
return o;
@@ -2268,7 +2268,7 @@
void checkCommentThreadReplies(api.CommentThreadReplies o) {
buildCounterCommentThreadReplies++;
if (buildCounterCommentThreadReplies < 3) {
- checkUnnamed2673(o.comments!);
+ checkUnnamed2674(o.comments!);
}
buildCounterCommentThreadReplies--;
}
@@ -2311,14 +2311,14 @@
buildCounterCommentThreadSnippet--;
}
-core.List<core.String> buildUnnamed2674() {
+core.List<core.String> buildUnnamed2675() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2674(core.List<core.String> o) {
+void checkUnnamed2675(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2330,14 +2330,14 @@
);
}
-core.List<core.String> buildUnnamed2675() {
+core.List<core.String> buildUnnamed2676() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2675(core.List<core.String> o) {
+void checkUnnamed2676(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2374,7 +2374,7 @@
o.cscfRating = 'foo';
o.czfilmRating = 'foo';
o.djctqRating = 'foo';
- o.djctqRatingReasons = buildUnnamed2674();
+ o.djctqRatingReasons = buildUnnamed2675();
o.ecbmctRating = 'foo';
o.eefilmRating = 'foo';
o.egfilmRating = 'foo';
@@ -2383,7 +2383,7 @@
o.fcoRating = 'foo';
o.fmocRating = 'foo';
o.fpbRating = 'foo';
- o.fpbRatingReasons = buildUnnamed2675();
+ o.fpbRatingReasons = buildUnnamed2676();
o.fskRating = 'foo';
o.grfilmRating = 'foo';
o.icaaRating = 'foo';
@@ -2513,7 +2513,7 @@
o.djctqRating!,
unittest.equals('foo'),
);
- checkUnnamed2674(o.djctqRatingReasons!);
+ checkUnnamed2675(o.djctqRatingReasons!);
unittest.expect(
o.ecbmctRating!,
unittest.equals('foo'),
@@ -2546,7 +2546,7 @@
o.fpbRating!,
unittest.equals('foo'),
);
- checkUnnamed2675(o.fpbRatingReasons!);
+ checkUnnamed2676(o.fpbRatingReasons!);
unittest.expect(
o.fskRating!,
unittest.equals('foo'),
@@ -2813,14 +2813,14 @@
buildCounterI18nLanguage--;
}
-core.List<api.I18nLanguage> buildUnnamed2676() {
+core.List<api.I18nLanguage> buildUnnamed2677() {
var o = <api.I18nLanguage>[];
o.add(buildI18nLanguage());
o.add(buildI18nLanguage());
return o;
}
-void checkUnnamed2676(core.List<api.I18nLanguage> o) {
+void checkUnnamed2677(core.List<api.I18nLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkI18nLanguage(o[0] as api.I18nLanguage);
checkI18nLanguage(o[1] as api.I18nLanguage);
@@ -2833,7 +2833,7 @@
if (buildCounterI18nLanguageListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2676();
+ o.items = buildUnnamed2677();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -2852,7 +2852,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2676(o.items!);
+ checkUnnamed2677(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2926,14 +2926,14 @@
buildCounterI18nRegion--;
}
-core.List<api.I18nRegion> buildUnnamed2677() {
+core.List<api.I18nRegion> buildUnnamed2678() {
var o = <api.I18nRegion>[];
o.add(buildI18nRegion());
o.add(buildI18nRegion());
return o;
}
-void checkUnnamed2677(core.List<api.I18nRegion> o) {
+void checkUnnamed2678(core.List<api.I18nRegion> o) {
unittest.expect(o, unittest.hasLength(2));
checkI18nRegion(o[0] as api.I18nRegion);
checkI18nRegion(o[1] as api.I18nRegion);
@@ -2946,7 +2946,7 @@
if (buildCounterI18nRegionListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2677();
+ o.items = buildUnnamed2678();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -2965,7 +2965,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2677(o.items!);
+ checkUnnamed2678(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3415,14 +3415,14 @@
buildCounterLiveBroadcastContentDetails--;
}
-core.List<api.LiveBroadcast> buildUnnamed2678() {
+core.List<api.LiveBroadcast> buildUnnamed2679() {
var o = <api.LiveBroadcast>[];
o.add(buildLiveBroadcast());
o.add(buildLiveBroadcast());
return o;
}
-void checkUnnamed2678(core.List<api.LiveBroadcast> o) {
+void checkUnnamed2679(core.List<api.LiveBroadcast> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveBroadcast(o[0] as api.LiveBroadcast);
checkLiveBroadcast(o[1] as api.LiveBroadcast);
@@ -3435,7 +3435,7 @@
if (buildCounterLiveBroadcastListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2678();
+ o.items = buildUnnamed2679();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -3458,7 +3458,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2678(o.items!);
+ checkUnnamed2679(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3820,14 +3820,14 @@
buildCounterLiveChatMessageDeletedDetails--;
}
-core.List<api.LiveChatMessage> buildUnnamed2679() {
+core.List<api.LiveChatMessage> buildUnnamed2680() {
var o = <api.LiveChatMessage>[];
o.add(buildLiveChatMessage());
o.add(buildLiveChatMessage());
return o;
}
-void checkUnnamed2679(core.List<api.LiveChatMessage> o) {
+void checkUnnamed2680(core.List<api.LiveChatMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveChatMessage(o[0] as api.LiveChatMessage);
checkLiveChatMessage(o[1] as api.LiveChatMessage);
@@ -3840,7 +3840,7 @@
if (buildCounterLiveChatMessageListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2679();
+ o.items = buildUnnamed2680();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.offlineAt = core.DateTime.parse("2002-02-27T14:01:02");
@@ -3864,7 +3864,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2679(o.items!);
+ checkUnnamed2680(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4013,14 +4013,14 @@
buildCounterLiveChatModerator--;
}
-core.List<api.LiveChatModerator> buildUnnamed2680() {
+core.List<api.LiveChatModerator> buildUnnamed2681() {
var o = <api.LiveChatModerator>[];
o.add(buildLiveChatModerator());
o.add(buildLiveChatModerator());
return o;
}
-void checkUnnamed2680(core.List<api.LiveChatModerator> o) {
+void checkUnnamed2681(core.List<api.LiveChatModerator> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveChatModerator(o[0] as api.LiveChatModerator);
checkLiveChatModerator(o[1] as api.LiveChatModerator);
@@ -4033,7 +4033,7 @@
if (buildCounterLiveChatModeratorListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2680();
+ o.items = buildUnnamed2681();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -4056,7 +4056,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2680(o.items!);
+ checkUnnamed2681(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4341,14 +4341,14 @@
buildCounterLiveStreamContentDetails--;
}
-core.List<api.LiveStreamConfigurationIssue> buildUnnamed2681() {
+core.List<api.LiveStreamConfigurationIssue> buildUnnamed2682() {
var o = <api.LiveStreamConfigurationIssue>[];
o.add(buildLiveStreamConfigurationIssue());
o.add(buildLiveStreamConfigurationIssue());
return o;
}
-void checkUnnamed2681(core.List<api.LiveStreamConfigurationIssue> o) {
+void checkUnnamed2682(core.List<api.LiveStreamConfigurationIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveStreamConfigurationIssue(o[0] as api.LiveStreamConfigurationIssue);
checkLiveStreamConfigurationIssue(o[1] as api.LiveStreamConfigurationIssue);
@@ -4359,7 +4359,7 @@
var o = api.LiveStreamHealthStatus();
buildCounterLiveStreamHealthStatus++;
if (buildCounterLiveStreamHealthStatus < 3) {
- o.configurationIssues = buildUnnamed2681();
+ o.configurationIssues = buildUnnamed2682();
o.lastUpdateTimeSeconds = 'foo';
o.status = 'foo';
}
@@ -4370,7 +4370,7 @@
void checkLiveStreamHealthStatus(api.LiveStreamHealthStatus o) {
buildCounterLiveStreamHealthStatus++;
if (buildCounterLiveStreamHealthStatus < 3) {
- checkUnnamed2681(o.configurationIssues!);
+ checkUnnamed2682(o.configurationIssues!);
unittest.expect(
o.lastUpdateTimeSeconds!,
unittest.equals('foo'),
@@ -4383,14 +4383,14 @@
buildCounterLiveStreamHealthStatus--;
}
-core.List<api.LiveStream> buildUnnamed2682() {
+core.List<api.LiveStream> buildUnnamed2683() {
var o = <api.LiveStream>[];
o.add(buildLiveStream());
o.add(buildLiveStream());
return o;
}
-void checkUnnamed2682(core.List<api.LiveStream> o) {
+void checkUnnamed2683(core.List<api.LiveStream> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveStream(o[0] as api.LiveStream);
checkLiveStream(o[1] as api.LiveStream);
@@ -4403,7 +4403,7 @@
if (buildCounterLiveStreamListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2682();
+ o.items = buildUnnamed2683();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -4426,7 +4426,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2682(o.items!);
+ checkUnnamed2683(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4512,14 +4512,14 @@
buildCounterLiveStreamStatus--;
}
-core.List<api.LocalizedString> buildUnnamed2683() {
+core.List<api.LocalizedString> buildUnnamed2684() {
var o = <api.LocalizedString>[];
o.add(buildLocalizedString());
o.add(buildLocalizedString());
return o;
}
-void checkUnnamed2683(core.List<api.LocalizedString> o) {
+void checkUnnamed2684(core.List<api.LocalizedString> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedString(o[0] as api.LocalizedString);
checkLocalizedString(o[1] as api.LocalizedString);
@@ -4532,7 +4532,7 @@
if (buildCounterLocalizedProperty < 3) {
o.default_ = 'foo';
o.defaultLanguage = buildLanguageTag();
- o.localized = buildUnnamed2683();
+ o.localized = buildUnnamed2684();
}
buildCounterLocalizedProperty--;
return o;
@@ -4546,7 +4546,7 @@
unittest.equals('foo'),
);
checkLanguageTag(o.defaultLanguage! as api.LanguageTag);
- checkUnnamed2683(o.localized!);
+ checkUnnamed2684(o.localized!);
}
buildCounterLocalizedProperty--;
}
@@ -4607,14 +4607,14 @@
buildCounterMember--;
}
-core.List<api.Member> buildUnnamed2684() {
+core.List<api.Member> buildUnnamed2685() {
var o = <api.Member>[];
o.add(buildMember());
o.add(buildMember());
return o;
}
-void checkUnnamed2684(core.List<api.Member> o) {
+void checkUnnamed2685(core.List<api.Member> o) {
unittest.expect(o, unittest.hasLength(2));
checkMember(o[0] as api.Member);
checkMember(o[1] as api.Member);
@@ -4627,7 +4627,7 @@
if (buildCounterMemberListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2684();
+ o.items = buildUnnamed2685();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -4649,7 +4649,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2684(o.items!);
+ checkUnnamed2685(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4694,14 +4694,14 @@
buildCounterMemberSnippet--;
}
-core.List<core.String> buildUnnamed2685() {
+core.List<core.String> buildUnnamed2686() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2685(core.List<core.String> o) {
+void checkUnnamed2686(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4713,14 +4713,14 @@
);
}
-core.List<api.MembershipsDurationAtLevel> buildUnnamed2686() {
+core.List<api.MembershipsDurationAtLevel> buildUnnamed2687() {
var o = <api.MembershipsDurationAtLevel>[];
o.add(buildMembershipsDurationAtLevel());
o.add(buildMembershipsDurationAtLevel());
return o;
}
-void checkUnnamed2686(core.List<api.MembershipsDurationAtLevel> o) {
+void checkUnnamed2687(core.List<api.MembershipsDurationAtLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembershipsDurationAtLevel(o[0] as api.MembershipsDurationAtLevel);
checkMembershipsDurationAtLevel(o[1] as api.MembershipsDurationAtLevel);
@@ -4731,11 +4731,11 @@
var o = api.MembershipsDetails();
buildCounterMembershipsDetails++;
if (buildCounterMembershipsDetails < 3) {
- o.accessibleLevels = buildUnnamed2685();
+ o.accessibleLevels = buildUnnamed2686();
o.highestAccessibleLevel = 'foo';
o.highestAccessibleLevelDisplayName = 'foo';
o.membershipsDuration = buildMembershipsDuration();
- o.membershipsDurationAtLevels = buildUnnamed2686();
+ o.membershipsDurationAtLevels = buildUnnamed2687();
}
buildCounterMembershipsDetails--;
return o;
@@ -4744,7 +4744,7 @@
void checkMembershipsDetails(api.MembershipsDetails o) {
buildCounterMembershipsDetails++;
if (buildCounterMembershipsDetails < 3) {
- checkUnnamed2685(o.accessibleLevels!);
+ checkUnnamed2686(o.accessibleLevels!);
unittest.expect(
o.highestAccessibleLevel!,
unittest.equals('foo'),
@@ -4754,7 +4754,7 @@
unittest.equals('foo'),
);
checkMembershipsDuration(o.membershipsDuration! as api.MembershipsDuration);
- checkUnnamed2686(o.membershipsDurationAtLevels!);
+ checkUnnamed2687(o.membershipsDurationAtLevels!);
}
buildCounterMembershipsDetails--;
}
@@ -4852,14 +4852,14 @@
buildCounterMembershipsLevel--;
}
-core.List<api.MembershipsLevel> buildUnnamed2687() {
+core.List<api.MembershipsLevel> buildUnnamed2688() {
var o = <api.MembershipsLevel>[];
o.add(buildMembershipsLevel());
o.add(buildMembershipsLevel());
return o;
}
-void checkUnnamed2687(core.List<api.MembershipsLevel> o) {
+void checkUnnamed2688(core.List<api.MembershipsLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembershipsLevel(o[0] as api.MembershipsLevel);
checkMembershipsLevel(o[1] as api.MembershipsLevel);
@@ -4872,7 +4872,7 @@
if (buildCounterMembershipsLevelListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2687();
+ o.items = buildUnnamed2688();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -4891,7 +4891,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2687(o.items!);
+ checkUnnamed2688(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4984,14 +4984,14 @@
buildCounterPageInfo--;
}
-core.Map<core.String, api.PlaylistLocalization> buildUnnamed2688() {
+core.Map<core.String, api.PlaylistLocalization> buildUnnamed2689() {
var o = <core.String, api.PlaylistLocalization>{};
o['x'] = buildPlaylistLocalization();
o['y'] = buildPlaylistLocalization();
return o;
}
-void checkUnnamed2688(core.Map<core.String, api.PlaylistLocalization> o) {
+void checkUnnamed2689(core.Map<core.String, api.PlaylistLocalization> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlaylistLocalization(o['x']! as api.PlaylistLocalization);
checkPlaylistLocalization(o['y']! as api.PlaylistLocalization);
@@ -5006,7 +5006,7 @@
o.etag = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.localizations = buildUnnamed2688();
+ o.localizations = buildUnnamed2689();
o.player = buildPlaylistPlayer();
o.snippet = buildPlaylistSnippet();
o.status = buildPlaylistStatus();
@@ -5032,7 +5032,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2688(o.localizations!);
+ checkUnnamed2689(o.localizations!);
checkPlaylistPlayer(o.player! as api.PlaylistPlayer);
checkPlaylistSnippet(o.snippet! as api.PlaylistSnippet);
checkPlaylistStatus(o.status! as api.PlaylistStatus);
@@ -5143,14 +5143,14 @@
buildCounterPlaylistItemContentDetails--;
}
-core.List<api.PlaylistItem> buildUnnamed2689() {
+core.List<api.PlaylistItem> buildUnnamed2690() {
var o = <api.PlaylistItem>[];
o.add(buildPlaylistItem());
o.add(buildPlaylistItem());
return o;
}
-void checkUnnamed2689(core.List<api.PlaylistItem> o) {
+void checkUnnamed2690(core.List<api.PlaylistItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlaylistItem(o[0] as api.PlaylistItem);
checkPlaylistItem(o[1] as api.PlaylistItem);
@@ -5163,7 +5163,7 @@
if (buildCounterPlaylistItemListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2689();
+ o.items = buildUnnamed2690();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -5186,7 +5186,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2689(o.items!);
+ checkUnnamed2690(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5297,14 +5297,14 @@
buildCounterPlaylistItemStatus--;
}
-core.List<api.Playlist> buildUnnamed2690() {
+core.List<api.Playlist> buildUnnamed2691() {
var o = <api.Playlist>[];
o.add(buildPlaylist());
o.add(buildPlaylist());
return o;
}
-void checkUnnamed2690(core.List<api.Playlist> o) {
+void checkUnnamed2691(core.List<api.Playlist> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlaylist(o[0] as api.Playlist);
checkPlaylist(o[1] as api.Playlist);
@@ -5317,7 +5317,7 @@
if (buildCounterPlaylistListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2690();
+ o.items = buildUnnamed2691();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -5340,7 +5340,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2690(o.items!);
+ checkUnnamed2691(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5412,14 +5412,14 @@
buildCounterPlaylistPlayer--;
}
-core.List<core.String> buildUnnamed2691() {
+core.List<core.String> buildUnnamed2692() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2691(core.List<core.String> o) {
+void checkUnnamed2692(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5442,7 +5442,7 @@
o.description = 'foo';
o.localized = buildPlaylistLocalization();
o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02");
- o.tags = buildUnnamed2691();
+ o.tags = buildUnnamed2692();
o.thumbnailVideoId = 'foo';
o.thumbnails = buildThumbnailDetails();
o.title = 'foo';
@@ -5475,7 +5475,7 @@
o.publishedAt!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed2691(o.tags!);
+ checkUnnamed2692(o.tags!);
unittest.expect(
o.thumbnailVideoId!,
unittest.equals('foo'),
@@ -5594,14 +5594,14 @@
buildCounterResourceId--;
}
-core.List<api.SearchResult> buildUnnamed2692() {
+core.List<api.SearchResult> buildUnnamed2693() {
var o = <api.SearchResult>[];
o.add(buildSearchResult());
o.add(buildSearchResult());
return o;
}
-void checkUnnamed2692(core.List<api.SearchResult> o) {
+void checkUnnamed2693(core.List<api.SearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchResult(o[0] as api.SearchResult);
checkSearchResult(o[1] as api.SearchResult);
@@ -5614,7 +5614,7 @@
if (buildCounterSearchListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2692();
+ o.items = buildUnnamed2693();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -5638,7 +5638,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2692(o.items!);
+ checkUnnamed2693(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5817,14 +5817,14 @@
buildCounterSubscriptionContentDetails--;
}
-core.List<api.Subscription> buildUnnamed2693() {
+core.List<api.Subscription> buildUnnamed2694() {
var o = <api.Subscription>[];
o.add(buildSubscription());
o.add(buildSubscription());
return o;
}
-void checkUnnamed2693(core.List<api.Subscription> o) {
+void checkUnnamed2694(core.List<api.Subscription> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubscription(o[0] as api.Subscription);
checkSubscription(o[1] as api.Subscription);
@@ -5837,7 +5837,7 @@
if (buildCounterSubscriptionListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2693();
+ o.items = buildUnnamed2694();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -5860,7 +5860,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2693(o.items!);
+ checkUnnamed2694(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5997,14 +5997,14 @@
buildCounterSuperChatEvent--;
}
-core.List<api.SuperChatEvent> buildUnnamed2694() {
+core.List<api.SuperChatEvent> buildUnnamed2695() {
var o = <api.SuperChatEvent>[];
o.add(buildSuperChatEvent());
o.add(buildSuperChatEvent());
return o;
}
-void checkUnnamed2694(core.List<api.SuperChatEvent> o) {
+void checkUnnamed2695(core.List<api.SuperChatEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuperChatEvent(o[0] as api.SuperChatEvent);
checkSuperChatEvent(o[1] as api.SuperChatEvent);
@@ -6017,7 +6017,7 @@
if (buildCounterSuperChatEventListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2694();
+ o.items = buildUnnamed2695();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -6039,7 +6039,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2694(o.items!);
+ checkUnnamed2695(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6336,14 +6336,14 @@
buildCounterThumbnailDetails--;
}
-core.List<api.ThumbnailDetails> buildUnnamed2695() {
+core.List<api.ThumbnailDetails> buildUnnamed2696() {
var o = <api.ThumbnailDetails>[];
o.add(buildThumbnailDetails());
o.add(buildThumbnailDetails());
return o;
}
-void checkUnnamed2695(core.List<api.ThumbnailDetails> o) {
+void checkUnnamed2696(core.List<api.ThumbnailDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkThumbnailDetails(o[0] as api.ThumbnailDetails);
checkThumbnailDetails(o[1] as api.ThumbnailDetails);
@@ -6356,7 +6356,7 @@
if (buildCounterThumbnailSetResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2695();
+ o.items = buildUnnamed2696();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -6375,7 +6375,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2695(o.items!);
+ checkUnnamed2696(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6403,14 +6403,14 @@
buildCounterTokenPagination--;
}
-core.Map<core.String, api.VideoLocalization> buildUnnamed2696() {
+core.Map<core.String, api.VideoLocalization> buildUnnamed2697() {
var o = <core.String, api.VideoLocalization>{};
o['x'] = buildVideoLocalization();
o['y'] = buildVideoLocalization();
return o;
}
-void checkUnnamed2696(core.Map<core.String, api.VideoLocalization> o) {
+void checkUnnamed2697(core.Map<core.String, api.VideoLocalization> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoLocalization(o['x']! as api.VideoLocalization);
checkVideoLocalization(o['y']! as api.VideoLocalization);
@@ -6428,7 +6428,7 @@
o.id = 'foo';
o.kind = 'foo';
o.liveStreamingDetails = buildVideoLiveStreamingDetails();
- o.localizations = buildUnnamed2696();
+ o.localizations = buildUnnamed2697();
o.monetizationDetails = buildVideoMonetizationDetails();
o.player = buildVideoPlayer();
o.processingDetails = buildVideoProcessingDetails();
@@ -6464,7 +6464,7 @@
);
checkVideoLiveStreamingDetails(
o.liveStreamingDetails! as api.VideoLiveStreamingDetails);
- checkUnnamed2696(o.localizations!);
+ checkUnnamed2697(o.localizations!);
checkVideoMonetizationDetails(
o.monetizationDetails! as api.VideoMonetizationDetails);
checkVideoPlayer(o.player! as api.VideoPlayer);
@@ -6559,14 +6559,14 @@
buildCounterVideoAbuseReportReason--;
}
-core.List<api.VideoAbuseReportReason> buildUnnamed2697() {
+core.List<api.VideoAbuseReportReason> buildUnnamed2698() {
var o = <api.VideoAbuseReportReason>[];
o.add(buildVideoAbuseReportReason());
o.add(buildVideoAbuseReportReason());
return o;
}
-void checkUnnamed2697(core.List<api.VideoAbuseReportReason> o) {
+void checkUnnamed2698(core.List<api.VideoAbuseReportReason> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoAbuseReportReason(o[0] as api.VideoAbuseReportReason);
checkVideoAbuseReportReason(o[1] as api.VideoAbuseReportReason);
@@ -6580,7 +6580,7 @@
if (buildCounterVideoAbuseReportReasonListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2697();
+ o.items = buildUnnamed2698();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -6600,7 +6600,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2697(o.items!);
+ checkUnnamed2698(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6613,14 +6613,14 @@
buildCounterVideoAbuseReportReasonListResponse--;
}
-core.List<api.VideoAbuseReportSecondaryReason> buildUnnamed2698() {
+core.List<api.VideoAbuseReportSecondaryReason> buildUnnamed2699() {
var o = <api.VideoAbuseReportSecondaryReason>[];
o.add(buildVideoAbuseReportSecondaryReason());
o.add(buildVideoAbuseReportSecondaryReason());
return o;
}
-void checkUnnamed2698(core.List<api.VideoAbuseReportSecondaryReason> o) {
+void checkUnnamed2699(core.List<api.VideoAbuseReportSecondaryReason> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoAbuseReportSecondaryReason(
o[0] as api.VideoAbuseReportSecondaryReason);
@@ -6634,7 +6634,7 @@
buildCounterVideoAbuseReportReasonSnippet++;
if (buildCounterVideoAbuseReportReasonSnippet < 3) {
o.label = 'foo';
- o.secondaryReasons = buildUnnamed2698();
+ o.secondaryReasons = buildUnnamed2699();
}
buildCounterVideoAbuseReportReasonSnippet--;
return o;
@@ -6647,7 +6647,7 @@
o.label!,
unittest.equals('foo'),
);
- checkUnnamed2698(o.secondaryReasons!);
+ checkUnnamed2699(o.secondaryReasons!);
}
buildCounterVideoAbuseReportReasonSnippet--;
}
@@ -6740,14 +6740,14 @@
buildCounterVideoCategory--;
}
-core.List<api.VideoCategory> buildUnnamed2699() {
+core.List<api.VideoCategory> buildUnnamed2700() {
var o = <api.VideoCategory>[];
o.add(buildVideoCategory());
o.add(buildVideoCategory());
return o;
}
-void checkUnnamed2699(core.List<api.VideoCategory> o) {
+void checkUnnamed2700(core.List<api.VideoCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoCategory(o[0] as api.VideoCategory);
checkVideoCategory(o[1] as api.VideoCategory);
@@ -6760,7 +6760,7 @@
if (buildCounterVideoCategoryListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2699();
+ o.items = buildUnnamed2700();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -6783,7 +6783,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2699(o.items!);
+ checkUnnamed2700(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6888,25 +6888,6 @@
buildCounterVideoContentDetails--;
}
-core.List<core.String> buildUnnamed2700() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2700(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2701() {
var o = <core.String>[];
o.add('foo');
@@ -6926,14 +6907,33 @@
);
}
+core.List<core.String> buildUnnamed2702() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2702(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterVideoContentDetailsRegionRestriction = 0;
api.VideoContentDetailsRegionRestriction
buildVideoContentDetailsRegionRestriction() {
var o = api.VideoContentDetailsRegionRestriction();
buildCounterVideoContentDetailsRegionRestriction++;
if (buildCounterVideoContentDetailsRegionRestriction < 3) {
- o.allowed = buildUnnamed2700();
- o.blocked = buildUnnamed2701();
+ o.allowed = buildUnnamed2701();
+ o.blocked = buildUnnamed2702();
}
buildCounterVideoContentDetailsRegionRestriction--;
return o;
@@ -6943,33 +6943,33 @@
api.VideoContentDetailsRegionRestriction o) {
buildCounterVideoContentDetailsRegionRestriction++;
if (buildCounterVideoContentDetailsRegionRestriction < 3) {
- checkUnnamed2700(o.allowed!);
- checkUnnamed2701(o.blocked!);
+ checkUnnamed2701(o.allowed!);
+ checkUnnamed2702(o.blocked!);
}
buildCounterVideoContentDetailsRegionRestriction--;
}
-core.List<api.VideoFileDetailsAudioStream> buildUnnamed2702() {
+core.List<api.VideoFileDetailsAudioStream> buildUnnamed2703() {
var o = <api.VideoFileDetailsAudioStream>[];
o.add(buildVideoFileDetailsAudioStream());
o.add(buildVideoFileDetailsAudioStream());
return o;
}
-void checkUnnamed2702(core.List<api.VideoFileDetailsAudioStream> o) {
+void checkUnnamed2703(core.List<api.VideoFileDetailsAudioStream> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoFileDetailsAudioStream(o[0] as api.VideoFileDetailsAudioStream);
checkVideoFileDetailsAudioStream(o[1] as api.VideoFileDetailsAudioStream);
}
-core.List<api.VideoFileDetailsVideoStream> buildUnnamed2703() {
+core.List<api.VideoFileDetailsVideoStream> buildUnnamed2704() {
var o = <api.VideoFileDetailsVideoStream>[];
o.add(buildVideoFileDetailsVideoStream());
o.add(buildVideoFileDetailsVideoStream());
return o;
}
-void checkUnnamed2703(core.List<api.VideoFileDetailsVideoStream> o) {
+void checkUnnamed2704(core.List<api.VideoFileDetailsVideoStream> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoFileDetailsVideoStream(o[0] as api.VideoFileDetailsVideoStream);
checkVideoFileDetailsVideoStream(o[1] as api.VideoFileDetailsVideoStream);
@@ -6980,7 +6980,7 @@
var o = api.VideoFileDetails();
buildCounterVideoFileDetails++;
if (buildCounterVideoFileDetails < 3) {
- o.audioStreams = buildUnnamed2702();
+ o.audioStreams = buildUnnamed2703();
o.bitrateBps = 'foo';
o.container = 'foo';
o.creationTime = 'foo';
@@ -6988,7 +6988,7 @@
o.fileName = 'foo';
o.fileSize = 'foo';
o.fileType = 'foo';
- o.videoStreams = buildUnnamed2703();
+ o.videoStreams = buildUnnamed2704();
}
buildCounterVideoFileDetails--;
return o;
@@ -6997,7 +6997,7 @@
void checkVideoFileDetails(api.VideoFileDetails o) {
buildCounterVideoFileDetails++;
if (buildCounterVideoFileDetails < 3) {
- checkUnnamed2702(o.audioStreams!);
+ checkUnnamed2703(o.audioStreams!);
unittest.expect(
o.bitrateBps!,
unittest.equals('foo'),
@@ -7026,7 +7026,7 @@
o.fileType!,
unittest.equals('foo'),
);
- checkUnnamed2703(o.videoStreams!);
+ checkUnnamed2704(o.videoStreams!);
}
buildCounterVideoFileDetails--;
}
@@ -7125,14 +7125,14 @@
buildCounterVideoFileDetailsVideoStream--;
}
-core.List<api.Video> buildUnnamed2704() {
+core.List<api.Video> buildUnnamed2705() {
var o = <api.Video>[];
o.add(buildVideo());
o.add(buildVideo());
return o;
}
-void checkUnnamed2704(core.List<api.Video> o) {
+void checkUnnamed2705(core.List<api.Video> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideo(o[0] as api.Video);
checkVideo(o[1] as api.Video);
@@ -7145,7 +7145,7 @@
if (buildCounterVideoListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2704();
+ o.items = buildUnnamed2705();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -7168,7 +7168,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2704(o.items!);
+ checkUnnamed2705(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -7447,14 +7447,14 @@
buildCounterVideoRating--;
}
-core.List<api.VideoRating> buildUnnamed2705() {
+core.List<api.VideoRating> buildUnnamed2706() {
var o = <api.VideoRating>[];
o.add(buildVideoRating());
o.add(buildVideoRating());
return o;
}
-void checkUnnamed2705(core.List<api.VideoRating> o) {
+void checkUnnamed2706(core.List<api.VideoRating> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoRating(o[0] as api.VideoRating);
checkVideoRating(o[1] as api.VideoRating);
@@ -7467,7 +7467,7 @@
if (buildCounterVideoRatingListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed2705();
+ o.items = buildUnnamed2706();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -7486,7 +7486,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed2705(o.items!);
+ checkUnnamed2706(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -7528,14 +7528,14 @@
buildCounterVideoRecordingDetails--;
}
-core.List<core.String> buildUnnamed2706() {
+core.List<core.String> buildUnnamed2707() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2706(core.List<core.String> o) {
+void checkUnnamed2707(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7561,7 +7561,7 @@
o.liveBroadcastContent = 'foo';
o.localized = buildVideoLocalization();
o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02");
- o.tags = buildUnnamed2706();
+ o.tags = buildUnnamed2707();
o.thumbnails = buildThumbnailDetails();
o.title = 'foo';
}
@@ -7605,7 +7605,7 @@
o.publishedAt!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed2706(o.tags!);
+ checkUnnamed2707(o.tags!);
checkThumbnailDetails(o.thumbnails! as api.ThumbnailDetails);
unittest.expect(
o.title!,
@@ -7712,25 +7712,6 @@
buildCounterVideoStatus--;
}
-core.List<core.String> buildUnnamed2707() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2707(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2708() {
var o = <core.String>[];
o.add('foo');
@@ -7788,54 +7769,14 @@
);
}
-core.List<api.VideoSuggestionsTagSuggestion> buildUnnamed2711() {
- var o = <api.VideoSuggestionsTagSuggestion>[];
- o.add(buildVideoSuggestionsTagSuggestion());
- o.add(buildVideoSuggestionsTagSuggestion());
- return o;
-}
-
-void checkUnnamed2711(core.List<api.VideoSuggestionsTagSuggestion> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkVideoSuggestionsTagSuggestion(o[0] as api.VideoSuggestionsTagSuggestion);
- checkVideoSuggestionsTagSuggestion(o[1] as api.VideoSuggestionsTagSuggestion);
-}
-
-core.int buildCounterVideoSuggestions = 0;
-api.VideoSuggestions buildVideoSuggestions() {
- var o = api.VideoSuggestions();
- buildCounterVideoSuggestions++;
- if (buildCounterVideoSuggestions < 3) {
- o.editorSuggestions = buildUnnamed2707();
- o.processingErrors = buildUnnamed2708();
- o.processingHints = buildUnnamed2709();
- o.processingWarnings = buildUnnamed2710();
- o.tagSuggestions = buildUnnamed2711();
- }
- buildCounterVideoSuggestions--;
- return o;
-}
-
-void checkVideoSuggestions(api.VideoSuggestions o) {
- buildCounterVideoSuggestions++;
- if (buildCounterVideoSuggestions < 3) {
- checkUnnamed2707(o.editorSuggestions!);
- checkUnnamed2708(o.processingErrors!);
- checkUnnamed2709(o.processingHints!);
- checkUnnamed2710(o.processingWarnings!);
- checkUnnamed2711(o.tagSuggestions!);
- }
- buildCounterVideoSuggestions--;
-}
-
-core.List<core.String> buildUnnamed2712() {
+core.List<core.String> buildUnnamed2711() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2712(core.List<core.String> o) {
+void checkUnnamed2711(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7847,28 +7788,44 @@
);
}
-core.int buildCounterVideoSuggestionsTagSuggestion = 0;
-api.VideoSuggestionsTagSuggestion buildVideoSuggestionsTagSuggestion() {
- var o = api.VideoSuggestionsTagSuggestion();
- buildCounterVideoSuggestionsTagSuggestion++;
- if (buildCounterVideoSuggestionsTagSuggestion < 3) {
- o.categoryRestricts = buildUnnamed2712();
- o.tag = 'foo';
- }
- buildCounterVideoSuggestionsTagSuggestion--;
+core.List<api.VideoSuggestionsTagSuggestion> buildUnnamed2712() {
+ var o = <api.VideoSuggestionsTagSuggestion>[];
+ o.add(buildVideoSuggestionsTagSuggestion());
+ o.add(buildVideoSuggestionsTagSuggestion());
return o;
}
-void checkVideoSuggestionsTagSuggestion(api.VideoSuggestionsTagSuggestion o) {
- buildCounterVideoSuggestionsTagSuggestion++;
- if (buildCounterVideoSuggestionsTagSuggestion < 3) {
- checkUnnamed2712(o.categoryRestricts!);
- unittest.expect(
- o.tag!,
- unittest.equals('foo'),
- );
+void checkUnnamed2712(core.List<api.VideoSuggestionsTagSuggestion> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkVideoSuggestionsTagSuggestion(o[0] as api.VideoSuggestionsTagSuggestion);
+ checkVideoSuggestionsTagSuggestion(o[1] as api.VideoSuggestionsTagSuggestion);
+}
+
+core.int buildCounterVideoSuggestions = 0;
+api.VideoSuggestions buildVideoSuggestions() {
+ var o = api.VideoSuggestions();
+ buildCounterVideoSuggestions++;
+ if (buildCounterVideoSuggestions < 3) {
+ o.editorSuggestions = buildUnnamed2708();
+ o.processingErrors = buildUnnamed2709();
+ o.processingHints = buildUnnamed2710();
+ o.processingWarnings = buildUnnamed2711();
+ o.tagSuggestions = buildUnnamed2712();
}
- buildCounterVideoSuggestionsTagSuggestion--;
+ buildCounterVideoSuggestions--;
+ return o;
+}
+
+void checkVideoSuggestions(api.VideoSuggestions o) {
+ buildCounterVideoSuggestions++;
+ if (buildCounterVideoSuggestions < 3) {
+ checkUnnamed2708(o.editorSuggestions!);
+ checkUnnamed2709(o.processingErrors!);
+ checkUnnamed2710(o.processingHints!);
+ checkUnnamed2711(o.processingWarnings!);
+ checkUnnamed2712(o.tagSuggestions!);
+ }
+ buildCounterVideoSuggestions--;
}
core.List<core.String> buildUnnamed2713() {
@@ -7890,6 +7847,30 @@
);
}
+core.int buildCounterVideoSuggestionsTagSuggestion = 0;
+api.VideoSuggestionsTagSuggestion buildVideoSuggestionsTagSuggestion() {
+ var o = api.VideoSuggestionsTagSuggestion();
+ buildCounterVideoSuggestionsTagSuggestion++;
+ if (buildCounterVideoSuggestionsTagSuggestion < 3) {
+ o.categoryRestricts = buildUnnamed2713();
+ o.tag = 'foo';
+ }
+ buildCounterVideoSuggestionsTagSuggestion--;
+ return o;
+}
+
+void checkVideoSuggestionsTagSuggestion(api.VideoSuggestionsTagSuggestion o) {
+ buildCounterVideoSuggestionsTagSuggestion++;
+ if (buildCounterVideoSuggestionsTagSuggestion < 3) {
+ checkUnnamed2713(o.categoryRestricts!);
+ unittest.expect(
+ o.tag!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterVideoSuggestionsTagSuggestion--;
+}
+
core.List<core.String> buildUnnamed2714() {
var o = <core.String>[];
o.add('foo');
@@ -7928,14 +7909,33 @@
);
}
+core.List<core.String> buildUnnamed2716() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2716(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterVideoTopicDetails = 0;
api.VideoTopicDetails buildVideoTopicDetails() {
var o = api.VideoTopicDetails();
buildCounterVideoTopicDetails++;
if (buildCounterVideoTopicDetails < 3) {
- o.relevantTopicIds = buildUnnamed2713();
- o.topicCategories = buildUnnamed2714();
- o.topicIds = buildUnnamed2715();
+ o.relevantTopicIds = buildUnnamed2714();
+ o.topicCategories = buildUnnamed2715();
+ o.topicIds = buildUnnamed2716();
}
buildCounterVideoTopicDetails--;
return o;
@@ -7944,9 +7944,9 @@
void checkVideoTopicDetails(api.VideoTopicDetails o) {
buildCounterVideoTopicDetails++;
if (buildCounterVideoTopicDetails < 3) {
- checkUnnamed2713(o.relevantTopicIds!);
- checkUnnamed2714(o.topicCategories!);
- checkUnnamed2715(o.topicIds!);
+ checkUnnamed2714(o.relevantTopicIds!);
+ checkUnnamed2715(o.topicCategories!);
+ checkUnnamed2716(o.topicIds!);
}
buildCounterVideoTopicDetails--;
}
@@ -7983,25 +7983,6 @@
buildCounterWatchSettings--;
}
-core.List<core.String> buildUnnamed2716() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2716(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed2717() {
var o = <core.String>[];
o.add('foo');
@@ -9294,6 +9275,25 @@
);
}
+core.List<core.String> buildUnnamed2785() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2785(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
void main() {
unittest.group('obj-schema-AbuseReport', () {
unittest.test('to-json--from-json', () async {
@@ -11131,7 +11131,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).abuseReports;
var arg_request = buildAbuseReport();
- var arg_part = buildUnnamed2716();
+ var arg_part = buildUnnamed2717();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.AbuseReport.fromJson(
@@ -11193,7 +11193,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).activities;
- var arg_part = buildUnnamed2717();
+ var arg_part = buildUnnamed2718();
var arg_channelId = 'foo';
var arg_home = true;
var arg_maxResults = 42;
@@ -11454,7 +11454,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).captions;
var arg_request = buildCaption();
- var arg_part = buildUnnamed2718();
+ var arg_part = buildUnnamed2719();
var arg_onBehalfOf = 'foo';
var arg_onBehalfOfContentOwner = 'foo';
var arg_sync = true;
@@ -11532,9 +11532,9 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).captions;
- var arg_part = buildUnnamed2719();
+ var arg_part = buildUnnamed2720();
var arg_videoId = 'foo';
- var arg_id = buildUnnamed2720();
+ var arg_id = buildUnnamed2721();
var arg_onBehalfOf = 'foo';
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
@@ -11615,7 +11615,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).captions;
var arg_request = buildCaption();
- var arg_part = buildUnnamed2721();
+ var arg_part = buildUnnamed2722();
var arg_onBehalfOf = 'foo';
var arg_onBehalfOfContentOwner = 'foo';
var arg_sync = true;
@@ -11836,7 +11836,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).channelSections;
var arg_request = buildChannelSection();
- var arg_part = buildUnnamed2722();
+ var arg_part = buildUnnamed2723();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -11908,10 +11908,10 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).channelSections;
- var arg_part = buildUnnamed2723();
+ var arg_part = buildUnnamed2724();
var arg_channelId = 'foo';
var arg_hl = 'foo';
- var arg_id = buildUnnamed2724();
+ var arg_id = buildUnnamed2725();
var arg_mine = true;
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
@@ -11996,7 +11996,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).channelSections;
var arg_request = buildChannelSection();
- var arg_part = buildUnnamed2725();
+ var arg_part = buildUnnamed2726();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -12064,11 +12064,11 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).channels;
- var arg_part = buildUnnamed2726();
+ var arg_part = buildUnnamed2727();
var arg_categoryId = 'foo';
var arg_forUsername = 'foo';
var arg_hl = 'foo';
- var arg_id = buildUnnamed2727();
+ var arg_id = buildUnnamed2728();
var arg_managedByMe = true;
var arg_maxResults = 42;
var arg_mine = true;
@@ -12181,7 +12181,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).channels;
var arg_request = buildChannel();
- var arg_part = buildUnnamed2728();
+ var arg_part = buildUnnamed2729();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -12250,7 +12250,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).commentThreads;
var arg_request = buildCommentThread();
- var arg_part = buildUnnamed2729();
+ var arg_part = buildUnnamed2730();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.CommentThread.fromJson(
@@ -12310,10 +12310,10 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).commentThreads;
- var arg_part = buildUnnamed2730();
+ var arg_part = buildUnnamed2731();
var arg_allThreadsRelatedToChannelId = 'foo';
var arg_channelId = 'foo';
- var arg_id = buildUnnamed2731();
+ var arg_id = buildUnnamed2732();
var arg_maxResults = 42;
var arg_moderationStatus = 'foo';
var arg_order = 'foo';
@@ -12427,7 +12427,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).commentThreads;
var arg_request = buildCommentThread();
- var arg_part = buildUnnamed2732();
+ var arg_part = buildUnnamed2733();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.CommentThread.fromJson(
@@ -12544,7 +12544,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).comments;
var arg_request = buildComment();
- var arg_part = buildUnnamed2733();
+ var arg_part = buildUnnamed2734();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
@@ -12604,8 +12604,8 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).comments;
- var arg_part = buildUnnamed2734();
- var arg_id = buildUnnamed2735();
+ var arg_part = buildUnnamed2735();
+ var arg_id = buildUnnamed2736();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_parentId = 'foo';
@@ -12690,7 +12690,7 @@
unittest.test('method--markAsSpam', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).comments;
- var arg_id = buildUnnamed2736();
+ var arg_id = buildUnnamed2737();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -12744,7 +12744,7 @@
unittest.test('method--setModerationStatus', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).comments;
- var arg_id = buildUnnamed2737();
+ var arg_id = buildUnnamed2738();
var arg_moderationStatus = 'foo';
var arg_banAuthor = true;
var arg_$fields = 'foo';
@@ -12810,7 +12810,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).comments;
var arg_request = buildComment();
- var arg_part = buildUnnamed2738();
+ var arg_part = buildUnnamed2739();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
@@ -12872,7 +12872,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).i18nLanguages;
- var arg_part = buildUnnamed2739();
+ var arg_part = buildUnnamed2740();
var arg_hl = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -12935,7 +12935,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).i18nRegions;
- var arg_part = buildUnnamed2740();
+ var arg_part = buildUnnamed2741();
var arg_hl = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -12999,7 +12999,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveBroadcasts;
var arg_id = 'foo';
- var arg_part = buildUnnamed2741();
+ var arg_part = buildUnnamed2742();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_streamId = 'foo';
@@ -13145,7 +13145,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveBroadcasts;
var arg_request = buildLiveBroadcast();
- var arg_part = buildUnnamed2742();
+ var arg_part = buildUnnamed2743();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -13217,10 +13217,10 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveBroadcasts;
- var arg_part = buildUnnamed2743();
+ var arg_part = buildUnnamed2744();
var arg_broadcastStatus = 'foo';
var arg_broadcastType = 'foo';
- var arg_id = buildUnnamed2744();
+ var arg_id = buildUnnamed2745();
var arg_maxResults = 42;
var arg_mine = true;
var arg_onBehalfOfContentOwner = 'foo';
@@ -13323,7 +13323,7 @@
var res = api.YouTubeApi(mock).liveBroadcasts;
var arg_broadcastStatus = 'foo';
var arg_id = 'foo';
- var arg_part = buildUnnamed2745();
+ var arg_part = buildUnnamed2746();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -13401,7 +13401,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveBroadcasts;
var arg_request = buildLiveBroadcast();
- var arg_part = buildUnnamed2746();
+ var arg_part = buildUnnamed2747();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -13530,7 +13530,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveChatBans;
var arg_request = buildLiveChatBan();
- var arg_part = buildUnnamed2747();
+ var arg_part = buildUnnamed2748();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.LiveChatBan.fromJson(
@@ -13647,7 +13647,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveChatMessages;
var arg_request = buildLiveChatMessage();
- var arg_part = buildUnnamed2748();
+ var arg_part = buildUnnamed2749();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.LiveChatMessage.fromJson(
@@ -13708,7 +13708,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveChatMessages;
var arg_liveChatId = 'foo';
- var arg_part = buildUnnamed2749();
+ var arg_part = buildUnnamed2750();
var arg_hl = 'foo';
var arg_maxResults = 42;
var arg_pageToken = 'foo';
@@ -13850,7 +13850,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveChatModerators;
var arg_request = buildLiveChatModerator();
- var arg_part = buildUnnamed2750();
+ var arg_part = buildUnnamed2751();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.LiveChatModerator.fromJson(
@@ -13911,7 +13911,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveChatModerators;
var arg_liveChatId = 'foo';
- var arg_part = buildUnnamed2751();
+ var arg_part = buildUnnamed2752();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
@@ -14054,7 +14054,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveStreams;
var arg_request = buildLiveStream();
- var arg_part = buildUnnamed2752();
+ var arg_part = buildUnnamed2753();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -14126,8 +14126,8 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveStreams;
- var arg_part = buildUnnamed2753();
- var arg_id = buildUnnamed2754();
+ var arg_part = buildUnnamed2754();
+ var arg_id = buildUnnamed2755();
var arg_maxResults = 42;
var arg_mine = true;
var arg_onBehalfOfContentOwner = 'foo';
@@ -14219,7 +14219,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveStreams;
var arg_request = buildLiveStream();
- var arg_part = buildUnnamed2755();
+ var arg_part = buildUnnamed2756();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -14293,7 +14293,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).members;
- var arg_part = buildUnnamed2756();
+ var arg_part = buildUnnamed2757();
var arg_filterByMemberChannelId = 'foo';
var arg_hasAccessToLevel = 'foo';
var arg_maxResults = 42;
@@ -14381,7 +14381,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).membershipsLevels;
- var arg_part = buildUnnamed2757();
+ var arg_part = buildUnnamed2758();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -14501,7 +14501,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).playlistItems;
var arg_request = buildPlaylistItem();
- var arg_part = buildUnnamed2758();
+ var arg_part = buildUnnamed2759();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -14567,8 +14567,8 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).playlistItems;
- var arg_part = buildUnnamed2759();
- var arg_id = buildUnnamed2760();
+ var arg_part = buildUnnamed2760();
+ var arg_id = buildUnnamed2761();
var arg_maxResults = 42;
var arg_onBehalfOfContentOwner = 'foo';
var arg_pageToken = 'foo';
@@ -14660,7 +14660,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).playlistItems;
var arg_request = buildPlaylistItem();
- var arg_part = buildUnnamed2761();
+ var arg_part = buildUnnamed2762();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -14790,7 +14790,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).playlists;
var arg_request = buildPlaylist();
- var arg_part = buildUnnamed2762();
+ var arg_part = buildUnnamed2763();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -14862,10 +14862,10 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).playlists;
- var arg_part = buildUnnamed2763();
+ var arg_part = buildUnnamed2764();
var arg_channelId = 'foo';
var arg_hl = 'foo';
- var arg_id = buildUnnamed2764();
+ var arg_id = buildUnnamed2765();
var arg_maxResults = 42;
var arg_mine = true;
var arg_onBehalfOfContentOwner = 'foo';
@@ -14967,7 +14967,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).playlists;
var arg_request = buildPlaylist();
- var arg_part = buildUnnamed2765();
+ var arg_part = buildUnnamed2766();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -15035,7 +15035,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).search;
- var arg_part = buildUnnamed2766();
+ var arg_part = buildUnnamed2767();
var arg_channelId = 'foo';
var arg_channelType = 'foo';
var arg_eventType = 'foo';
@@ -15056,7 +15056,7 @@
var arg_relevanceLanguage = 'foo';
var arg_safeSearch = 'foo';
var arg_topicId = 'foo';
- var arg_type = buildUnnamed2767();
+ var arg_type = buildUnnamed2768();
var arg_videoCaption = 'foo';
var arg_videoCategoryId = 'foo';
var arg_videoDefinition = 'foo';
@@ -15328,7 +15328,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).subscriptions;
var arg_request = buildSubscription();
- var arg_part = buildUnnamed2768();
+ var arg_part = buildUnnamed2769();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.Subscription.fromJson(
@@ -15388,10 +15388,10 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).subscriptions;
- var arg_part = buildUnnamed2769();
+ var arg_part = buildUnnamed2770();
var arg_channelId = 'foo';
var arg_forChannelId = 'foo';
- var arg_id = buildUnnamed2770();
+ var arg_id = buildUnnamed2771();
var arg_maxResults = 42;
var arg_mine = true;
var arg_myRecentSubscribers = true;
@@ -15512,7 +15512,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).superChatEvents;
- var arg_part = buildUnnamed2771();
+ var arg_part = buildUnnamed2772();
var arg_hl = 'foo';
var arg_maxResults = 42;
var arg_pageToken = 'foo';
@@ -15590,7 +15590,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).tests;
var arg_request = buildTestItem();
- var arg_part = buildUnnamed2772();
+ var arg_part = buildUnnamed2773();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
@@ -15654,7 +15654,7 @@
var res = api.YouTubeApi(mock).thirdPartyLinks;
var arg_linkingToken = 'foo';
var arg_type = 'foo';
- var arg_part = buildUnnamed2773();
+ var arg_part = buildUnnamed2774();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -15718,7 +15718,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).thirdPartyLinks;
var arg_request = buildThirdPartyLink();
- var arg_part = buildUnnamed2774();
+ var arg_part = buildUnnamed2775();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.ThirdPartyLink.fromJson(
@@ -15778,7 +15778,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).thirdPartyLinks;
- var arg_part = buildUnnamed2775();
+ var arg_part = buildUnnamed2776();
var arg_linkingToken = 'foo';
var arg_type = 'foo';
var arg_$fields = 'foo';
@@ -15845,7 +15845,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).thirdPartyLinks;
var arg_request = buildThirdPartyLink();
- var arg_part = buildUnnamed2776();
+ var arg_part = buildUnnamed2777();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.ThirdPartyLink.fromJson(
@@ -15974,7 +15974,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).videoAbuseReportReasons;
- var arg_part = buildUnnamed2777();
+ var arg_part = buildUnnamed2778();
var arg_hl = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -16039,9 +16039,9 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).videoCategories;
- var arg_part = buildUnnamed2778();
+ var arg_part = buildUnnamed2779();
var arg_hl = 'foo';
- var arg_id = buildUnnamed2779();
+ var arg_id = buildUnnamed2780();
var arg_regionCode = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -16176,7 +16176,7 @@
unittest.test('method--getRating', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).videos;
- var arg_id = buildUnnamed2780();
+ var arg_id = buildUnnamed2781();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -16242,7 +16242,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).videos;
var arg_request = buildVideo();
- var arg_part = buildUnnamed2781();
+ var arg_part = buildUnnamed2782();
var arg_autoLevels = true;
var arg_notifySubscribers = true;
var arg_onBehalfOfContentOwner = 'foo';
@@ -16332,10 +16332,10 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).videos;
- var arg_part = buildUnnamed2782();
+ var arg_part = buildUnnamed2783();
var arg_chart = 'foo';
var arg_hl = 'foo';
- var arg_id = buildUnnamed2783();
+ var arg_id = buildUnnamed2784();
var arg_locale = 'foo';
var arg_maxHeight = 42;
var arg_maxResults = 42;
@@ -16581,7 +16581,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).videos;
var arg_request = buildVideo();
- var arg_part = buildUnnamed2784();
+ var arg_part = buildUnnamed2785();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/youtubeanalytics/v2_test.dart b/generated/googleapis/test/youtubeanalytics/v2_test.dart
index 1b490df..ad69ebe 100644
--- a/generated/googleapis/test/youtubeanalytics/v2_test.dart
+++ b/generated/googleapis/test/youtubeanalytics/v2_test.dart
@@ -46,14 +46,14 @@
buildCounterEmptyResponse--;
}
-core.List<core.String> buildUnnamed5392() {
+core.List<core.String> buildUnnamed5394() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5392(core.List<core.String> o) {
+void checkUnnamed5394(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -70,7 +70,7 @@
var o = api.ErrorProto();
buildCounterErrorProto++;
if (buildCounterErrorProto < 3) {
- o.argument = buildUnnamed5392();
+ o.argument = buildUnnamed5394();
o.code = 'foo';
o.debugInfo = 'foo';
o.domain = 'foo';
@@ -85,7 +85,7 @@
void checkErrorProto(api.ErrorProto o) {
buildCounterErrorProto++;
if (buildCounterErrorProto < 3) {
- checkUnnamed5392(o.argument!);
+ checkUnnamed5394(o.argument!);
unittest.expect(
o.code!,
unittest.equals('foo'),
@@ -114,14 +114,14 @@
buildCounterErrorProto--;
}
-core.List<api.ErrorProto> buildUnnamed5393() {
+core.List<api.ErrorProto> buildUnnamed5395() {
var o = <api.ErrorProto>[];
o.add(buildErrorProto());
o.add(buildErrorProto());
return o;
}
-void checkUnnamed5393(core.List<api.ErrorProto> o) {
+void checkUnnamed5395(core.List<api.ErrorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkErrorProto(o[0] as api.ErrorProto);
checkErrorProto(o[1] as api.ErrorProto);
@@ -133,7 +133,7 @@
buildCounterErrors++;
if (buildCounterErrors < 3) {
o.code = 'foo';
- o.error = buildUnnamed5393();
+ o.error = buildUnnamed5395();
o.requestId = 'foo';
}
buildCounterErrors--;
@@ -147,7 +147,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed5393(o.error!);
+ checkUnnamed5395(o.error!);
unittest.expect(
o.requestId!,
unittest.equals('foo'),
@@ -316,14 +316,14 @@
buildCounterGroupSnippet--;
}
-core.List<api.GroupItem> buildUnnamed5394() {
+core.List<api.GroupItem> buildUnnamed5396() {
var o = <api.GroupItem>[];
o.add(buildGroupItem());
o.add(buildGroupItem());
return o;
}
-void checkUnnamed5394(core.List<api.GroupItem> o) {
+void checkUnnamed5396(core.List<api.GroupItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupItem(o[0] as api.GroupItem);
checkGroupItem(o[1] as api.GroupItem);
@@ -336,7 +336,7 @@
if (buildCounterListGroupItemsResponse < 3) {
o.errors = buildErrors();
o.etag = 'foo';
- o.items = buildUnnamed5394();
+ o.items = buildUnnamed5396();
o.kind = 'foo';
}
buildCounterListGroupItemsResponse--;
@@ -351,7 +351,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5394(o.items!);
+ checkUnnamed5396(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -360,14 +360,14 @@
buildCounterListGroupItemsResponse--;
}
-core.List<api.Group> buildUnnamed5395() {
+core.List<api.Group> buildUnnamed5397() {
var o = <api.Group>[];
o.add(buildGroup());
o.add(buildGroup());
return o;
}
-void checkUnnamed5395(core.List<api.Group> o) {
+void checkUnnamed5397(core.List<api.Group> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroup(o[0] as api.Group);
checkGroup(o[1] as api.Group);
@@ -380,7 +380,7 @@
if (buildCounterListGroupsResponse < 3) {
o.errors = buildErrors();
o.etag = 'foo';
- o.items = buildUnnamed5395();
+ o.items = buildUnnamed5397();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -396,7 +396,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5395(o.items!);
+ checkUnnamed5397(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -409,20 +409,20 @@
buildCounterListGroupsResponse--;
}
-core.List<api.ResultTableColumnHeader> buildUnnamed5396() {
+core.List<api.ResultTableColumnHeader> buildUnnamed5398() {
var o = <api.ResultTableColumnHeader>[];
o.add(buildResultTableColumnHeader());
o.add(buildResultTableColumnHeader());
return o;
}
-void checkUnnamed5396(core.List<api.ResultTableColumnHeader> o) {
+void checkUnnamed5398(core.List<api.ResultTableColumnHeader> o) {
unittest.expect(o, unittest.hasLength(2));
checkResultTableColumnHeader(o[0] as api.ResultTableColumnHeader);
checkResultTableColumnHeader(o[1] as api.ResultTableColumnHeader);
}
-core.List<core.Object> buildUnnamed5397() {
+core.List<core.Object> buildUnnamed5399() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -437,7 +437,7 @@
return o;
}
-void checkUnnamed5397(core.List<core.Object> o) {
+void checkUnnamed5399(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o[0]) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -469,17 +469,17 @@
);
}
-core.List<core.List<core.Object>> buildUnnamed5398() {
+core.List<core.List<core.Object>> buildUnnamed5400() {
var o = <core.List<core.Object>>[];
- o.add(buildUnnamed5397());
- o.add(buildUnnamed5397());
+ o.add(buildUnnamed5399());
+ o.add(buildUnnamed5399());
return o;
}
-void checkUnnamed5398(core.List<core.List<core.Object>> o) {
+void checkUnnamed5400(core.List<core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5397(o[0]);
- checkUnnamed5397(o[1]);
+ checkUnnamed5399(o[0]);
+ checkUnnamed5399(o[1]);
}
core.int buildCounterQueryResponse = 0;
@@ -487,10 +487,10 @@
var o = api.QueryResponse();
buildCounterQueryResponse++;
if (buildCounterQueryResponse < 3) {
- o.columnHeaders = buildUnnamed5396();
+ o.columnHeaders = buildUnnamed5398();
o.errors = buildErrors();
o.kind = 'foo';
- o.rows = buildUnnamed5398();
+ o.rows = buildUnnamed5400();
}
buildCounterQueryResponse--;
return o;
@@ -499,13 +499,13 @@
void checkQueryResponse(api.QueryResponse o) {
buildCounterQueryResponse++;
if (buildCounterQueryResponse < 3) {
- checkUnnamed5396(o.columnHeaders!);
+ checkUnnamed5398(o.columnHeaders!);
checkErrors(o.errors! as api.Errors);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5398(o.rows!);
+ checkUnnamed5400(o.rows!);
}
buildCounterQueryResponse--;
}
diff --git a/generated/googleapis/test/youtubereporting/v1_test.dart b/generated/googleapis/test/youtubereporting/v1_test.dart
index 5cfb2b0..08c1bb6 100644
--- a/generated/googleapis/test/youtubereporting/v1_test.dart
+++ b/generated/googleapis/test/youtubereporting/v1_test.dart
@@ -345,14 +345,14 @@
buildCounterGdataDownloadParameters--;
}
-core.List<api.GdataCompositeMedia> buildUnnamed3678() {
+core.List<api.GdataCompositeMedia> buildUnnamed3679() {
var o = <api.GdataCompositeMedia>[];
o.add(buildGdataCompositeMedia());
o.add(buildGdataCompositeMedia());
return o;
}
-void checkUnnamed3678(core.List<api.GdataCompositeMedia> o) {
+void checkUnnamed3679(core.List<api.GdataCompositeMedia> o) {
unittest.expect(o, unittest.hasLength(2));
checkGdataCompositeMedia(o[0] as api.GdataCompositeMedia);
checkGdataCompositeMedia(o[1] as api.GdataCompositeMedia);
@@ -367,7 +367,7 @@
o.bigstoreObjectRef = 'foo';
o.blobRef = 'foo';
o.blobstore2Info = buildGdataBlobstore2Info();
- o.compositeMedia = buildUnnamed3678();
+ o.compositeMedia = buildUnnamed3679();
o.contentType = 'foo';
o.contentTypeInfo = buildGdataContentTypeInfo();
o.cosmoBinaryReference = 'foo';
@@ -414,7 +414,7 @@
unittest.equals('foo'),
);
checkGdataBlobstore2Info(o.blobstore2Info! as api.GdataBlobstore2Info);
- checkUnnamed3678(o.compositeMedia!);
+ checkUnnamed3679(o.compositeMedia!);
unittest.expect(
o.contentType!,
unittest.equals('foo'),
@@ -571,14 +571,14 @@
buildCounterJob--;
}
-core.List<api.Job> buildUnnamed3679() {
+core.List<api.Job> buildUnnamed3680() {
var o = <api.Job>[];
o.add(buildJob());
o.add(buildJob());
return o;
}
-void checkUnnamed3679(core.List<api.Job> o) {
+void checkUnnamed3680(core.List<api.Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkJob(o[0] as api.Job);
checkJob(o[1] as api.Job);
@@ -589,7 +589,7 @@
var o = api.ListJobsResponse();
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- o.jobs = buildUnnamed3679();
+ o.jobs = buildUnnamed3680();
o.nextPageToken = 'foo';
}
buildCounterListJobsResponse--;
@@ -599,7 +599,7 @@
void checkListJobsResponse(api.ListJobsResponse o) {
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- checkUnnamed3679(o.jobs!);
+ checkUnnamed3680(o.jobs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -608,14 +608,14 @@
buildCounterListJobsResponse--;
}
-core.List<api.ReportType> buildUnnamed3680() {
+core.List<api.ReportType> buildUnnamed3681() {
var o = <api.ReportType>[];
o.add(buildReportType());
o.add(buildReportType());
return o;
}
-void checkUnnamed3680(core.List<api.ReportType> o) {
+void checkUnnamed3681(core.List<api.ReportType> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportType(o[0] as api.ReportType);
checkReportType(o[1] as api.ReportType);
@@ -627,7 +627,7 @@
buildCounterListReportTypesResponse++;
if (buildCounterListReportTypesResponse < 3) {
o.nextPageToken = 'foo';
- o.reportTypes = buildUnnamed3680();
+ o.reportTypes = buildUnnamed3681();
}
buildCounterListReportTypesResponse--;
return o;
@@ -640,19 +640,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3680(o.reportTypes!);
+ checkUnnamed3681(o.reportTypes!);
}
buildCounterListReportTypesResponse--;
}
-core.List<api.Report> buildUnnamed3681() {
+core.List<api.Report> buildUnnamed3682() {
var o = <api.Report>[];
o.add(buildReport());
o.add(buildReport());
return o;
}
-void checkUnnamed3681(core.List<api.Report> o) {
+void checkUnnamed3682(core.List<api.Report> o) {
unittest.expect(o, unittest.hasLength(2));
checkReport(o[0] as api.Report);
checkReport(o[1] as api.Report);
@@ -664,7 +664,7 @@
buildCounterListReportsResponse++;
if (buildCounterListReportsResponse < 3) {
o.nextPageToken = 'foo';
- o.reports = buildUnnamed3681();
+ o.reports = buildUnnamed3682();
}
buildCounterListReportsResponse--;
return o;
@@ -677,7 +677,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3681(o.reports!);
+ checkUnnamed3682(o.reports!);
}
buildCounterListReportsResponse--;
}
diff --git a/generated/googleapis_beta/lib/datacatalog/v1beta1.dart b/generated/googleapis_beta/lib/datacatalog/v1beta1.dart
index 0351d68..32113a7 100644
--- a/generated/googleapis_beta/lib/datacatalog/v1beta1.dart
+++ b/generated/googleapis_beta/lib/datacatalog/v1beta1.dart
@@ -79,9 +79,9 @@
/// This is a custom method
/// (https://cloud.google.com/apis/design/custom_methods) and does not return
/// the complete resource, only the resource identifier and high level fields.
- /// Clients can subsequentally call `Get` methods. Note that Data Catalog
- /// search queries do not guarantee full recall. Query results that match your
- /// query may not be returned, even in subsequent result pages. Also note that
+ /// Clients can subsequently call `Get` methods. Note that Data Catalog search
+ /// queries do not guarantee full recall. Query results that match your query
+ /// may not be returned, even in subsequent result pages. Also note that
/// results returned (and not returned) can vary across repeated search
/// queries. See
/// [Data Catalog Search Syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference)
@@ -483,8 +483,10 @@
/// Value must have pattern
/// `^projects/\[^/\]+/locations/\[^/\]+/entryGroups/\[^/\]+$`.
///
- /// [updateMask] - The fields to update on the entry group. If absent or
- /// empty, all modifiable fields are updated.
+ /// [updateMask] - Names of fields whose values to overwrite on an entry
+ /// group. If this parameter is absent or empty, all modifiable fields are
+ /// overwritten. If such fields are non-required and omitted in the request
+ /// body, their values are emptied.
///
/// [$fields] - Selector specifying which fields to include in a partial
/// response.
@@ -902,14 +904,15 @@
/// Value must have pattern
/// `^projects/\[^/\]+/locations/\[^/\]+/entryGroups/\[^/\]+/entries/\[^/\]+$`.
///
- /// [updateMask] - The fields to update on the entry. If absent or empty, all
- /// modifiable fields are updated. The following fields are modifiable: * For
- /// entries with type `DATA_STREAM`: * `schema` * For entries with type
- /// `FILESET` * `schema` * `display_name` * `description` * `gcs_fileset_spec`
- /// * `gcs_fileset_spec.file_patterns` * For entries with
- /// `user_specified_type` * `schema` * `display_name` * `description` *
- /// user_specified_type * user_specified_system * linked_resource *
- /// source_system_timestamps
+ /// [updateMask] - Names of fields whose values to overwrite on an entry. If
+ /// this parameter is absent or empty, all modifiable fields are overwritten.
+ /// If such fields are non-required and omitted in the request body, their
+ /// values are emptied. The following fields are modifiable: * For entries
+ /// with type `DATA_STREAM`: * `schema` * For entries with type `FILESET`: *
+ /// `schema` * `display_name` * `description` * `gcs_fileset_spec` *
+ /// `gcs_fileset_spec.file_patterns` * For entries with `user_specified_type`:
+ /// * `schema` * `display_name` * `description` * `user_specified_type` *
+ /// `user_specified_system` * `linked_resource` * `source_system_timestamps`
///
/// [$fields] - Selector specifying which fields to include in a partial
/// response.
@@ -1156,9 +1159,12 @@
/// Value must have pattern
/// `^projects/\[^/\]+/locations/\[^/\]+/entryGroups/\[^/\]+/entries/\[^/\]+/tags/\[^/\]+$`.
///
- /// [updateMask] - The fields to update on the Tag. If absent or empty, all
- /// modifiable fields are updated. Currently the only modifiable field is the
- /// field `fields`.
+ /// [updateMask] - Note: Currently, this parameter can only take `"fields"` as
+ /// value. Names of fields whose values to overwrite on a tag. Currently, a
+ /// tag has the only modifiable field with the name `fields`. In general, if
+ /// this parameter is absent or empty, all modifiable fields are overwritten.
+ /// If such fields are non-required and omitted in the request body, their
+ /// values are emptied.
///
/// [$fields] - Selector specifying which fields to include in a partial
/// response.
@@ -1353,9 +1359,12 @@
/// Value must have pattern
/// `^projects/\[^/\]+/locations/\[^/\]+/entryGroups/\[^/\]+/tags/\[^/\]+$`.
///
- /// [updateMask] - The fields to update on the Tag. If absent or empty, all
- /// modifiable fields are updated. Currently the only modifiable field is the
- /// field `fields`.
+ /// [updateMask] - Note: Currently, this parameter can only take `"fields"` as
+ /// value. Names of fields whose values to overwrite on a tag. Currently, a
+ /// tag has the only modifiable field with the name `fields`. In general, if
+ /// this parameter is absent or empty, all modifiable fields are overwritten.
+ /// If such fields are non-required and omitted in the request body, their
+ /// values are emptied.
///
/// [$fields] - Selector specifying which fields to include in a partial
/// response.
@@ -1614,9 +1623,11 @@
/// Value must have pattern
/// `^projects/\[^/\]+/locations/\[^/\]+/tagTemplates/\[^/\]+$`.
///
- /// [updateMask] - The field mask specifies the parts of the template to
- /// overwrite. Allowed fields: * `display_name` If absent or empty, all of the
- /// allowed fields above will be updated.
+ /// [updateMask] - Names of fields whose values to overwrite on a tag
+ /// template. Currently, only `display_name` can be overwritten. In general,
+ /// if this parameter is absent or empty, all modifiable fields are
+ /// overwritten. If such fields are non-required and omitted in the request
+ /// body, their values are emptied.
///
/// [$fields] - Selector specifying which fields to include in a partial
/// response.
@@ -1892,14 +1903,15 @@
/// Value must have pattern
/// `^projects/\[^/\]+/locations/\[^/\]+/tagTemplates/\[^/\]+/fields/\[^/\]+$`.
///
- /// [updateMask] - Optional. The field mask specifies the parts of the
- /// template to be updated. Allowed fields: * `display_name` *
- /// `type.enum_type` * `is_required` If `update_mask` is not set or empty, all
- /// of the allowed fields above will be updated. When updating an enum type,
- /// the provided values will be merged with the existing values. Therefore,
- /// enum values can only be added, existing enum values cannot be deleted nor
- /// renamed. Updating a template field from optional to required is NOT
- /// allowed.
+ /// [updateMask] - Optional. Names of fields whose values to overwrite on an
+ /// individual field of a tag template. The following fields are modifiable: *
+ /// `display_name` * `type.enum_type` * `is_required` If this parameter is
+ /// absent or empty, all modifiable fields are overwritten. If such fields are
+ /// non-required and omitted in the request body, their values are emptied
+ /// with one exception: when updating an enum type, the provided values are
+ /// merged with the existing values. Therefore, enum values can only be added,
+ /// existing enum values cannot be deleted or renamed. Additionally, updating
+ /// a template field from optional to required is *not* allowed.
///
/// [$fields] - Selector specifying which fields to include in a partial
/// response.
diff --git a/generated/googleapis_beta/lib/dataflow/v1b3.dart b/generated/googleapis_beta/lib/dataflow/v1b3.dart
index ad5ed77..e7bfb21 100644
--- a/generated/googleapis_beta/lib/dataflow/v1b3.dart
+++ b/generated/googleapis_beta/lib/dataflow/v1b3.dart
@@ -4532,6 +4532,11 @@
core.String? dataset;
/// The list of experiments to enable.
+ ///
+ /// This field should be used for SDK related experiments and not for service
+ /// related experiments. The proper field for service related experiments is
+ /// service_options. For more details see the rationale at
+ /// go/user-specified-service-options.
core.List<core.String>? experiments;
/// Which Flexible Resource Scheduling mode to run in.
@@ -4569,6 +4574,14 @@
/// projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY
core.String? serviceKmsKeyName;
+ /// The list of service options to enable.
+ ///
+ /// This field should be used for service related experiments only. These
+ /// experiments, when graduating to GA, should be replaced by dedicated fields
+ /// or become default (i.e. always on). For more details see the rationale at
+ /// go/user-specified-service-options.
+ core.List<core.String>? serviceOptions;
+
/// The shuffle mode used for the job.
///
/// Output only.
@@ -4670,6 +4683,11 @@
if (_json.containsKey('serviceKmsKeyName')) {
serviceKmsKeyName = _json['serviceKmsKeyName'] as core.String;
}
+ if (_json.containsKey('serviceOptions')) {
+ serviceOptions = (_json['serviceOptions'] as core.List)
+ .map<core.String>((value) => value as core.String)
+ .toList();
+ }
if (_json.containsKey('shuffleMode')) {
shuffleMode = _json['shuffleMode'] as core.String;
}
@@ -4721,6 +4739,7 @@
if (serviceAccountEmail != null)
'serviceAccountEmail': serviceAccountEmail!,
if (serviceKmsKeyName != null) 'serviceKmsKeyName': serviceKmsKeyName!,
+ if (serviceOptions != null) 'serviceOptions': serviceOptions!,
if (shuffleMode != null) 'shuffleMode': shuffleMode!,
if (tempStoragePrefix != null) 'tempStoragePrefix': tempStoragePrefix!,
if (userAgent != null) 'userAgent': userAgent!,
diff --git a/generated/googleapis_beta/lib/metastore/v1beta.dart b/generated/googleapis_beta/lib/metastore/v1beta.dart
index 6c368c5..0bad601 100644
--- a/generated/googleapis_beta/lib/metastore/v1beta.dart
+++ b/generated/googleapis_beta/lib/metastore/v1beta.dart
@@ -2124,6 +2124,12 @@
/// Output only.
core.String? backup;
+ /// The restore details containing the revision of the service to be restored
+ /// to, in format of JSON.
+ ///
+ /// Output only.
+ core.String? details;
+
/// The time when the restore ended.
///
/// Output only.
@@ -2160,6 +2166,9 @@
if (_json.containsKey('backup')) {
backup = _json['backup'] as core.String;
}
+ if (_json.containsKey('details')) {
+ details = _json['details'] as core.String;
+ }
if (_json.containsKey('endTime')) {
endTime = _json['endTime'] as core.String;
}
@@ -2176,6 +2185,7 @@
core.Map<core.String, core.dynamic> toJson() => {
if (backup != null) 'backup': backup!,
+ if (details != null) 'details': details!,
if (endTime != null) 'endTime': endTime!,
if (startTime != null) 'startTime': startTime!,
if (state != null) 'state': state!,
diff --git a/generated/googleapis_beta/test/alertcenter/v1beta1_test.dart b/generated/googleapis_beta/test/alertcenter/v1beta1_test.dart
index 6215243..86a3c1d 100644
--- a/generated/googleapis_beta/test/alertcenter/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/alertcenter/v1beta1_test.dart
@@ -51,25 +51,6 @@
buildCounterAccountWarning--;
}
-core.List<core.String> buildUnnamed7834() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed7834(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed7835() {
var o = <core.String>[];
o.add('foo');
@@ -89,18 +70,37 @@
);
}
+core.List<core.String> buildUnnamed7836() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed7836(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterActivityRule = 0;
api.ActivityRule buildActivityRule() {
var o = api.ActivityRule();
buildCounterActivityRule++;
if (buildCounterActivityRule < 3) {
- o.actionNames = buildUnnamed7834();
+ o.actionNames = buildUnnamed7835();
o.createTime = 'foo';
o.description = 'foo';
o.displayName = 'foo';
o.name = 'foo';
o.query = 'foo';
- o.supersededAlerts = buildUnnamed7835();
+ o.supersededAlerts = buildUnnamed7836();
o.supersedingAlert = 'foo';
o.threshold = 'foo';
o.triggerSource = 'foo';
@@ -114,7 +114,7 @@
void checkActivityRule(api.ActivityRule o) {
buildCounterActivityRule++;
if (buildCounterActivityRule < 3) {
- checkUnnamed7834(o.actionNames!);
+ checkUnnamed7835(o.actionNames!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
@@ -135,7 +135,7 @@
o.query!,
unittest.equals('foo'),
);
- checkUnnamed7835(o.supersededAlerts!);
+ checkUnnamed7836(o.supersededAlerts!);
unittest.expect(
o.supersedingAlert!,
unittest.equals('foo'),
@@ -160,7 +160,7 @@
buildCounterActivityRule--;
}
-core.Map<core.String, core.Object> buildUnnamed7836() {
+core.Map<core.String, core.Object> buildUnnamed7837() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -175,7 +175,7 @@
return o;
}
-void checkUnnamed7836(core.Map<core.String, core.Object> o) {
+void checkUnnamed7837(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -215,7 +215,7 @@
o.alertId = 'foo';
o.createTime = 'foo';
o.customerId = 'foo';
- o.data = buildUnnamed7836();
+ o.data = buildUnnamed7837();
o.deleted = true;
o.endTime = 'foo';
o.etag = 'foo';
@@ -245,7 +245,7 @@
o.customerId!,
unittest.equals('foo'),
);
- checkUnnamed7836(o.data!);
+ checkUnnamed7837(o.data!);
unittest.expect(o.deleted!, unittest.isTrue);
unittest.expect(
o.endTime!,
@@ -379,14 +379,14 @@
buildCounterAlertMetadata--;
}
-core.List<api.RequestInfo> buildUnnamed7837() {
+core.List<api.RequestInfo> buildUnnamed7838() {
var o = <api.RequestInfo>[];
o.add(buildRequestInfo());
o.add(buildRequestInfo());
return o;
}
-void checkUnnamed7837(core.List<api.RequestInfo> o) {
+void checkUnnamed7838(core.List<api.RequestInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkRequestInfo(o[0] as api.RequestInfo);
checkRequestInfo(o[1] as api.RequestInfo);
@@ -397,7 +397,7 @@
var o = api.AppMakerSqlSetupNotification();
buildCounterAppMakerSqlSetupNotification++;
if (buildCounterAppMakerSqlSetupNotification < 3) {
- o.requestInfo = buildUnnamed7837();
+ o.requestInfo = buildUnnamed7838();
}
buildCounterAppMakerSqlSetupNotification--;
return o;
@@ -406,7 +406,7 @@
void checkAppMakerSqlSetupNotification(api.AppMakerSqlSetupNotification o) {
buildCounterAppMakerSqlSetupNotification++;
if (buildCounterAppMakerSqlSetupNotification < 3) {
- checkUnnamed7837(o.requestInfo!);
+ checkUnnamed7838(o.requestInfo!);
}
buildCounterAppMakerSqlSetupNotification--;
}
@@ -430,14 +430,14 @@
buildCounterAttachment--;
}
-core.List<api.GmailMessageInfo> buildUnnamed7838() {
+core.List<api.GmailMessageInfo> buildUnnamed7839() {
var o = <api.GmailMessageInfo>[];
o.add(buildGmailMessageInfo());
o.add(buildGmailMessageInfo());
return o;
}
-void checkUnnamed7838(core.List<api.GmailMessageInfo> o) {
+void checkUnnamed7839(core.List<api.GmailMessageInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGmailMessageInfo(o[0] as api.GmailMessageInfo);
checkGmailMessageInfo(o[1] as api.GmailMessageInfo);
@@ -450,7 +450,7 @@
if (buildCounterBadWhitelist < 3) {
o.domainId = buildDomainId();
o.maliciousEntity = buildMaliciousEntity();
- o.messages = buildUnnamed7838();
+ o.messages = buildUnnamed7839();
o.sourceIp = 'foo';
}
buildCounterBadWhitelist--;
@@ -462,7 +462,7 @@
if (buildCounterBadWhitelist < 3) {
checkDomainId(o.domainId! as api.DomainId);
checkMaliciousEntity(o.maliciousEntity! as api.MaliciousEntity);
- checkUnnamed7838(o.messages!);
+ checkUnnamed7839(o.messages!);
unittest.expect(
o.sourceIp!,
unittest.equals('foo'),
@@ -471,14 +471,14 @@
buildCounterBadWhitelist--;
}
-core.List<core.String> buildUnnamed7839() {
+core.List<core.String> buildUnnamed7840() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7839(core.List<core.String> o) {
+void checkUnnamed7840(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -495,7 +495,7 @@
var o = api.BatchDeleteAlertsRequest();
buildCounterBatchDeleteAlertsRequest++;
if (buildCounterBatchDeleteAlertsRequest < 3) {
- o.alertId = buildUnnamed7839();
+ o.alertId = buildUnnamed7840();
o.customerId = 'foo';
}
buildCounterBatchDeleteAlertsRequest--;
@@ -505,7 +505,7 @@
void checkBatchDeleteAlertsRequest(api.BatchDeleteAlertsRequest o) {
buildCounterBatchDeleteAlertsRequest++;
if (buildCounterBatchDeleteAlertsRequest < 3) {
- checkUnnamed7839(o.alertId!);
+ checkUnnamed7840(o.alertId!);
unittest.expect(
o.customerId!,
unittest.equals('foo'),
@@ -514,59 +514,19 @@
buildCounterBatchDeleteAlertsRequest--;
}
-core.Map<core.String, api.Status> buildUnnamed7840() {
+core.Map<core.String, api.Status> buildUnnamed7841() {
var o = <core.String, api.Status>{};
o['x'] = buildStatus();
o['y'] = buildStatus();
return o;
}
-void checkUnnamed7840(core.Map<core.String, api.Status> o) {
+void checkUnnamed7841(core.Map<core.String, api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o['x']! as api.Status);
checkStatus(o['y']! as api.Status);
}
-core.List<core.String> buildUnnamed7841() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed7841(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterBatchDeleteAlertsResponse = 0;
-api.BatchDeleteAlertsResponse buildBatchDeleteAlertsResponse() {
- var o = api.BatchDeleteAlertsResponse();
- buildCounterBatchDeleteAlertsResponse++;
- if (buildCounterBatchDeleteAlertsResponse < 3) {
- o.failedAlertStatus = buildUnnamed7840();
- o.successAlertIds = buildUnnamed7841();
- }
- buildCounterBatchDeleteAlertsResponse--;
- return o;
-}
-
-void checkBatchDeleteAlertsResponse(api.BatchDeleteAlertsResponse o) {
- buildCounterBatchDeleteAlertsResponse++;
- if (buildCounterBatchDeleteAlertsResponse < 3) {
- checkUnnamed7840(o.failedAlertStatus!);
- checkUnnamed7841(o.successAlertIds!);
- }
- buildCounterBatchDeleteAlertsResponse--;
-}
-
core.List<core.String> buildUnnamed7842() {
var o = <core.String>[];
o.add('foo');
@@ -586,12 +546,52 @@
);
}
+core.int buildCounterBatchDeleteAlertsResponse = 0;
+api.BatchDeleteAlertsResponse buildBatchDeleteAlertsResponse() {
+ var o = api.BatchDeleteAlertsResponse();
+ buildCounterBatchDeleteAlertsResponse++;
+ if (buildCounterBatchDeleteAlertsResponse < 3) {
+ o.failedAlertStatus = buildUnnamed7841();
+ o.successAlertIds = buildUnnamed7842();
+ }
+ buildCounterBatchDeleteAlertsResponse--;
+ return o;
+}
+
+void checkBatchDeleteAlertsResponse(api.BatchDeleteAlertsResponse o) {
+ buildCounterBatchDeleteAlertsResponse++;
+ if (buildCounterBatchDeleteAlertsResponse < 3) {
+ checkUnnamed7841(o.failedAlertStatus!);
+ checkUnnamed7842(o.successAlertIds!);
+ }
+ buildCounterBatchDeleteAlertsResponse--;
+}
+
+core.List<core.String> buildUnnamed7843() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed7843(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterBatchUndeleteAlertsRequest = 0;
api.BatchUndeleteAlertsRequest buildBatchUndeleteAlertsRequest() {
var o = api.BatchUndeleteAlertsRequest();
buildCounterBatchUndeleteAlertsRequest++;
if (buildCounterBatchUndeleteAlertsRequest < 3) {
- o.alertId = buildUnnamed7842();
+ o.alertId = buildUnnamed7843();
o.customerId = 'foo';
}
buildCounterBatchUndeleteAlertsRequest--;
@@ -601,7 +601,7 @@
void checkBatchUndeleteAlertsRequest(api.BatchUndeleteAlertsRequest o) {
buildCounterBatchUndeleteAlertsRequest++;
if (buildCounterBatchUndeleteAlertsRequest < 3) {
- checkUnnamed7842(o.alertId!);
+ checkUnnamed7843(o.alertId!);
unittest.expect(
o.customerId!,
unittest.equals('foo'),
@@ -610,27 +610,27 @@
buildCounterBatchUndeleteAlertsRequest--;
}
-core.Map<core.String, api.Status> buildUnnamed7843() {
+core.Map<core.String, api.Status> buildUnnamed7844() {
var o = <core.String, api.Status>{};
o['x'] = buildStatus();
o['y'] = buildStatus();
return o;
}
-void checkUnnamed7843(core.Map<core.String, api.Status> o) {
+void checkUnnamed7844(core.Map<core.String, api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o['x']! as api.Status);
checkStatus(o['y']! as api.Status);
}
-core.List<core.String> buildUnnamed7844() {
+core.List<core.String> buildUnnamed7845() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7844(core.List<core.String> o) {
+void checkUnnamed7845(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -647,8 +647,8 @@
var o = api.BatchUndeleteAlertsResponse();
buildCounterBatchUndeleteAlertsResponse++;
if (buildCounterBatchUndeleteAlertsResponse < 3) {
- o.failedAlertStatus = buildUnnamed7843();
- o.successAlertIds = buildUnnamed7844();
+ o.failedAlertStatus = buildUnnamed7844();
+ o.successAlertIds = buildUnnamed7845();
}
buildCounterBatchUndeleteAlertsResponse--;
return o;
@@ -657,8 +657,8 @@
void checkBatchUndeleteAlertsResponse(api.BatchUndeleteAlertsResponse o) {
buildCounterBatchUndeleteAlertsResponse++;
if (buildCounterBatchUndeleteAlertsResponse < 3) {
- checkUnnamed7843(o.failedAlertStatus!);
- checkUnnamed7844(o.successAlertIds!);
+ checkUnnamed7844(o.failedAlertStatus!);
+ checkUnnamed7845(o.successAlertIds!);
}
buildCounterBatchUndeleteAlertsResponse--;
}
@@ -690,59 +690,19 @@
buildCounterCloudPubsubTopic--;
}
-core.List<api.CsvRow> buildUnnamed7845() {
+core.List<api.CsvRow> buildUnnamed7846() {
var o = <api.CsvRow>[];
o.add(buildCsvRow());
o.add(buildCsvRow());
return o;
}
-void checkUnnamed7845(core.List<api.CsvRow> o) {
+void checkUnnamed7846(core.List<api.CsvRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkCsvRow(o[0] as api.CsvRow);
checkCsvRow(o[1] as api.CsvRow);
}
-core.List<core.String> buildUnnamed7846() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed7846(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterCsv = 0;
-api.Csv buildCsv() {
- var o = api.Csv();
- buildCounterCsv++;
- if (buildCounterCsv < 3) {
- o.dataRows = buildUnnamed7845();
- o.headers = buildUnnamed7846();
- }
- buildCounterCsv--;
- return o;
-}
-
-void checkCsv(api.Csv o) {
- buildCounterCsv++;
- if (buildCounterCsv < 3) {
- checkUnnamed7845(o.dataRows!);
- checkUnnamed7846(o.headers!);
- }
- buildCounterCsv--;
-}
-
core.List<core.String> buildUnnamed7847() {
var o = <core.String>[];
o.add('foo');
@@ -762,12 +722,52 @@
);
}
+core.int buildCounterCsv = 0;
+api.Csv buildCsv() {
+ var o = api.Csv();
+ buildCounterCsv++;
+ if (buildCounterCsv < 3) {
+ o.dataRows = buildUnnamed7846();
+ o.headers = buildUnnamed7847();
+ }
+ buildCounterCsv--;
+ return o;
+}
+
+void checkCsv(api.Csv o) {
+ buildCounterCsv++;
+ if (buildCounterCsv < 3) {
+ checkUnnamed7846(o.dataRows!);
+ checkUnnamed7847(o.headers!);
+ }
+ buildCounterCsv--;
+}
+
+core.List<core.String> buildUnnamed7848() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed7848(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterCsvRow = 0;
api.CsvRow buildCsvRow() {
var o = api.CsvRow();
buildCounterCsvRow++;
if (buildCounterCsvRow < 3) {
- o.entries = buildUnnamed7847();
+ o.entries = buildUnnamed7848();
}
buildCounterCsvRow--;
return o;
@@ -776,19 +776,19 @@
void checkCsvRow(api.CsvRow o) {
buildCounterCsvRow++;
if (buildCounterCsvRow < 3) {
- checkUnnamed7847(o.entries!);
+ checkUnnamed7848(o.entries!);
}
buildCounterCsvRow--;
}
-core.List<api.DeviceCompromisedSecurityDetail> buildUnnamed7848() {
+core.List<api.DeviceCompromisedSecurityDetail> buildUnnamed7849() {
var o = <api.DeviceCompromisedSecurityDetail>[];
o.add(buildDeviceCompromisedSecurityDetail());
o.add(buildDeviceCompromisedSecurityDetail());
return o;
}
-void checkUnnamed7848(core.List<api.DeviceCompromisedSecurityDetail> o) {
+void checkUnnamed7849(core.List<api.DeviceCompromisedSecurityDetail> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeviceCompromisedSecurityDetail(
o[0] as api.DeviceCompromisedSecurityDetail);
@@ -802,7 +802,7 @@
buildCounterDeviceCompromised++;
if (buildCounterDeviceCompromised < 3) {
o.email = 'foo';
- o.events = buildUnnamed7848();
+ o.events = buildUnnamed7849();
}
buildCounterDeviceCompromised--;
return o;
@@ -815,7 +815,7 @@
o.email!,
unittest.equals('foo'),
);
- checkUnnamed7848(o.events!);
+ checkUnnamed7849(o.events!);
}
buildCounterDeviceCompromised--;
}
@@ -956,14 +956,14 @@
buildCounterEmpty--;
}
-core.List<core.String> buildUnnamed7849() {
+core.List<core.String> buildUnnamed7850() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7849(core.List<core.String> o) {
+void checkUnnamed7850(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -980,7 +980,7 @@
var o = api.GmailMessageInfo();
buildCounterGmailMessageInfo++;
if (buildCounterGmailMessageInfo < 3) {
- o.attachmentsSha256Hash = buildUnnamed7849();
+ o.attachmentsSha256Hash = buildUnnamed7850();
o.date = 'foo';
o.md5HashMessageBody = 'foo';
o.md5HashSubject = 'foo';
@@ -996,7 +996,7 @@
void checkGmailMessageInfo(api.GmailMessageInfo o) {
buildCounterGmailMessageInfo++;
if (buildCounterGmailMessageInfo < 3) {
- checkUnnamed7849(o.attachmentsSha256Hash!);
+ checkUnnamed7850(o.attachmentsSha256Hash!);
unittest.expect(
o.date!,
unittest.equals('foo'),
@@ -1029,14 +1029,14 @@
buildCounterGmailMessageInfo--;
}
-core.List<core.String> buildUnnamed7850() {
+core.List<core.String> buildUnnamed7851() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7850(core.List<core.String> o) {
+void checkUnnamed7851(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1053,7 +1053,7 @@
var o = api.GoogleOperations();
buildCounterGoogleOperations++;
if (buildCounterGoogleOperations < 3) {
- o.affectedUserEmails = buildUnnamed7850();
+ o.affectedUserEmails = buildUnnamed7851();
o.attachmentData = buildAttachment();
o.description = 'foo';
o.header = 'foo';
@@ -1066,7 +1066,7 @@
void checkGoogleOperations(api.GoogleOperations o) {
buildCounterGoogleOperations++;
if (buildCounterGoogleOperations < 3) {
- checkUnnamed7850(o.affectedUserEmails!);
+ checkUnnamed7851(o.affectedUserEmails!);
checkAttachment(o.attachmentData! as api.Attachment);
unittest.expect(
o.description!,
@@ -1084,14 +1084,14 @@
buildCounterGoogleOperations--;
}
-core.List<api.AlertFeedback> buildUnnamed7851() {
+core.List<api.AlertFeedback> buildUnnamed7852() {
var o = <api.AlertFeedback>[];
o.add(buildAlertFeedback());
o.add(buildAlertFeedback());
return o;
}
-void checkUnnamed7851(core.List<api.AlertFeedback> o) {
+void checkUnnamed7852(core.List<api.AlertFeedback> o) {
unittest.expect(o, unittest.hasLength(2));
checkAlertFeedback(o[0] as api.AlertFeedback);
checkAlertFeedback(o[1] as api.AlertFeedback);
@@ -1102,7 +1102,7 @@
var o = api.ListAlertFeedbackResponse();
buildCounterListAlertFeedbackResponse++;
if (buildCounterListAlertFeedbackResponse < 3) {
- o.feedback = buildUnnamed7851();
+ o.feedback = buildUnnamed7852();
}
buildCounterListAlertFeedbackResponse--;
return o;
@@ -1111,19 +1111,19 @@
void checkListAlertFeedbackResponse(api.ListAlertFeedbackResponse o) {
buildCounterListAlertFeedbackResponse++;
if (buildCounterListAlertFeedbackResponse < 3) {
- checkUnnamed7851(o.feedback!);
+ checkUnnamed7852(o.feedback!);
}
buildCounterListAlertFeedbackResponse--;
}
-core.List<api.Alert> buildUnnamed7852() {
+core.List<api.Alert> buildUnnamed7853() {
var o = <api.Alert>[];
o.add(buildAlert());
o.add(buildAlert());
return o;
}
-void checkUnnamed7852(core.List<api.Alert> o) {
+void checkUnnamed7853(core.List<api.Alert> o) {
unittest.expect(o, unittest.hasLength(2));
checkAlert(o[0] as api.Alert);
checkAlert(o[1] as api.Alert);
@@ -1134,7 +1134,7 @@
var o = api.ListAlertsResponse();
buildCounterListAlertsResponse++;
if (buildCounterListAlertsResponse < 3) {
- o.alerts = buildUnnamed7852();
+ o.alerts = buildUnnamed7853();
o.nextPageToken = 'foo';
}
buildCounterListAlertsResponse--;
@@ -1144,7 +1144,7 @@
void checkListAlertsResponse(api.ListAlertsResponse o) {
buildCounterListAlertsResponse++;
if (buildCounterListAlertsResponse < 3) {
- checkUnnamed7852(o.alerts!);
+ checkUnnamed7853(o.alerts!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1180,14 +1180,14 @@
buildCounterLoginDetails--;
}
-core.List<api.GmailMessageInfo> buildUnnamed7853() {
+core.List<api.GmailMessageInfo> buildUnnamed7854() {
var o = <api.GmailMessageInfo>[];
o.add(buildGmailMessageInfo());
o.add(buildGmailMessageInfo());
return o;
}
-void checkUnnamed7853(core.List<api.GmailMessageInfo> o) {
+void checkUnnamed7854(core.List<api.GmailMessageInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGmailMessageInfo(o[0] as api.GmailMessageInfo);
checkGmailMessageInfo(o[1] as api.GmailMessageInfo);
@@ -1201,7 +1201,7 @@
o.domainId = buildDomainId();
o.isInternal = true;
o.maliciousEntity = buildMaliciousEntity();
- o.messages = buildUnnamed7853();
+ o.messages = buildUnnamed7854();
o.systemActionType = 'foo';
}
buildCounterMailPhishing--;
@@ -1214,7 +1214,7 @@
checkDomainId(o.domainId! as api.DomainId);
unittest.expect(o.isInternal!, unittest.isTrue);
checkMaliciousEntity(o.maliciousEntity! as api.MaliciousEntity);
- checkUnnamed7853(o.messages!);
+ checkUnnamed7854(o.messages!);
unittest.expect(
o.systemActionType!,
unittest.equals('foo'),
@@ -1294,14 +1294,14 @@
buildCounterNotification--;
}
-core.List<api.GmailMessageInfo> buildUnnamed7854() {
+core.List<api.GmailMessageInfo> buildUnnamed7855() {
var o = <api.GmailMessageInfo>[];
o.add(buildGmailMessageInfo());
o.add(buildGmailMessageInfo());
return o;
}
-void checkUnnamed7854(core.List<api.GmailMessageInfo> o) {
+void checkUnnamed7855(core.List<api.GmailMessageInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGmailMessageInfo(o[0] as api.GmailMessageInfo);
checkGmailMessageInfo(o[1] as api.GmailMessageInfo);
@@ -1315,7 +1315,7 @@
o.domainId = buildDomainId();
o.isInternal = true;
o.maliciousEntity = buildMaliciousEntity();
- o.messages = buildUnnamed7854();
+ o.messages = buildUnnamed7855();
}
buildCounterPhishingSpike--;
return o;
@@ -1327,7 +1327,7 @@
checkDomainId(o.domainId! as api.DomainId);
unittest.expect(o.isInternal!, unittest.isTrue);
checkMaliciousEntity(o.maliciousEntity! as api.MaliciousEntity);
- checkUnnamed7854(o.messages!);
+ checkUnnamed7855(o.messages!);
}
buildCounterPhishingSpike--;
}
@@ -1354,14 +1354,14 @@
buildCounterPredefinedDetectorInfo--;
}
-core.List<core.String> buildUnnamed7855() {
+core.List<core.String> buildUnnamed7856() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7855(core.List<core.String> o) {
+void checkUnnamed7856(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1378,7 +1378,7 @@
var o = api.RequestInfo();
buildCounterRequestInfo++;
if (buildCounterRequestInfo < 3) {
- o.appDeveloperEmail = buildUnnamed7855();
+ o.appDeveloperEmail = buildUnnamed7856();
o.appKey = 'foo';
o.numberOfRequests = 'foo';
}
@@ -1389,7 +1389,7 @@
void checkRequestInfo(api.RequestInfo o) {
buildCounterRequestInfo++;
if (buildCounterRequestInfo < 3) {
- checkUnnamed7855(o.appDeveloperEmail!);
+ checkUnnamed7856(o.appDeveloperEmail!);
unittest.expect(
o.appKey!,
unittest.equals('foo'),
@@ -1456,38 +1456,19 @@
buildCounterRuleInfo--;
}
-core.List<api.MatchInfo> buildUnnamed7856() {
+core.List<api.MatchInfo> buildUnnamed7857() {
var o = <api.MatchInfo>[];
o.add(buildMatchInfo());
o.add(buildMatchInfo());
return o;
}
-void checkUnnamed7856(core.List<api.MatchInfo> o) {
+void checkUnnamed7857(core.List<api.MatchInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkMatchInfo(o[0] as api.MatchInfo);
checkMatchInfo(o[1] as api.MatchInfo);
}
-core.List<core.String> buildUnnamed7857() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed7857(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed7858() {
var o = <core.String>[];
o.add('foo');
@@ -1526,19 +1507,38 @@
);
}
+core.List<core.String> buildUnnamed7860() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed7860(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterRuleViolationInfo = 0;
api.RuleViolationInfo buildRuleViolationInfo() {
var o = api.RuleViolationInfo();
buildCounterRuleViolationInfo++;
if (buildCounterRuleViolationInfo < 3) {
o.dataSource = 'foo';
- o.matchInfo = buildUnnamed7856();
- o.recipients = buildUnnamed7857();
+ o.matchInfo = buildUnnamed7857();
+ o.recipients = buildUnnamed7858();
o.resourceInfo = buildResourceInfo();
o.ruleInfo = buildRuleInfo();
- o.suppressedActionTypes = buildUnnamed7858();
+ o.suppressedActionTypes = buildUnnamed7859();
o.trigger = 'foo';
- o.triggeredActionTypes = buildUnnamed7859();
+ o.triggeredActionTypes = buildUnnamed7860();
o.triggeringUserEmail = 'foo';
}
buildCounterRuleViolationInfo--;
@@ -1552,16 +1552,16 @@
o.dataSource!,
unittest.equals('foo'),
);
- checkUnnamed7856(o.matchInfo!);
- checkUnnamed7857(o.recipients!);
+ checkUnnamed7857(o.matchInfo!);
+ checkUnnamed7858(o.recipients!);
checkResourceInfo(o.resourceInfo! as api.ResourceInfo);
checkRuleInfo(o.ruleInfo! as api.RuleInfo);
- checkUnnamed7858(o.suppressedActionTypes!);
+ checkUnnamed7859(o.suppressedActionTypes!);
unittest.expect(
o.trigger!,
unittest.equals('foo'),
);
- checkUnnamed7859(o.triggeredActionTypes!);
+ checkUnnamed7860(o.triggeredActionTypes!);
unittest.expect(
o.triggeringUserEmail!,
unittest.equals('foo'),
@@ -1570,14 +1570,14 @@
buildCounterRuleViolationInfo--;
}
-core.List<api.Notification> buildUnnamed7860() {
+core.List<api.Notification> buildUnnamed7861() {
var o = <api.Notification>[];
o.add(buildNotification());
o.add(buildNotification());
return o;
}
-void checkUnnamed7860(core.List<api.Notification> o) {
+void checkUnnamed7861(core.List<api.Notification> o) {
unittest.expect(o, unittest.hasLength(2));
checkNotification(o[0] as api.Notification);
checkNotification(o[1] as api.Notification);
@@ -1588,7 +1588,7 @@
var o = api.Settings();
buildCounterSettings++;
if (buildCounterSettings < 3) {
- o.notifications = buildUnnamed7860();
+ o.notifications = buildUnnamed7861();
}
buildCounterSettings--;
return o;
@@ -1597,7 +1597,7 @@
void checkSettings(api.Settings o) {
buildCounterSettings++;
if (buildCounterSettings < 3) {
- checkUnnamed7860(o.notifications!);
+ checkUnnamed7861(o.notifications!);
}
buildCounterSettings--;
}
@@ -1624,7 +1624,7 @@
buildCounterStateSponsoredAttack--;
}
-core.Map<core.String, core.Object> buildUnnamed7861() {
+core.Map<core.String, core.Object> buildUnnamed7862() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1639,7 +1639,7 @@
return o;
}
-void checkUnnamed7861(core.Map<core.String, core.Object> o) {
+void checkUnnamed7862(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1671,17 +1671,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7862() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7863() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7861());
- o.add(buildUnnamed7861());
+ o.add(buildUnnamed7862());
+ o.add(buildUnnamed7862());
return o;
}
-void checkUnnamed7862(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7863(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7861(o[0]);
- checkUnnamed7861(o[1]);
+ checkUnnamed7862(o[0]);
+ checkUnnamed7862(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1690,7 +1690,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7862();
+ o.details = buildUnnamed7863();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1704,7 +1704,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7862(o.details!);
+ checkUnnamed7863(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1713,14 +1713,14 @@
buildCounterStatus--;
}
-core.List<api.SuspiciousActivitySecurityDetail> buildUnnamed7863() {
+core.List<api.SuspiciousActivitySecurityDetail> buildUnnamed7864() {
var o = <api.SuspiciousActivitySecurityDetail>[];
o.add(buildSuspiciousActivitySecurityDetail());
o.add(buildSuspiciousActivitySecurityDetail());
return o;
}
-void checkUnnamed7863(core.List<api.SuspiciousActivitySecurityDetail> o) {
+void checkUnnamed7864(core.List<api.SuspiciousActivitySecurityDetail> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuspiciousActivitySecurityDetail(
o[0] as api.SuspiciousActivitySecurityDetail);
@@ -1734,7 +1734,7 @@
buildCounterSuspiciousActivity++;
if (buildCounterSuspiciousActivity < 3) {
o.email = 'foo';
- o.events = buildUnnamed7863();
+ o.events = buildUnnamed7864();
}
buildCounterSuspiciousActivity--;
return o;
@@ -1747,7 +1747,7 @@
o.email!,
unittest.equals('foo'),
);
- checkUnnamed7863(o.events!);
+ checkUnnamed7864(o.events!);
}
buildCounterSuspiciousActivity--;
}
diff --git a/generated/googleapis_beta/test/dataflow/v1b3_test.dart b/generated/googleapis_beta/test/dataflow/v1b3_test.dart
index 8af4b52..fb1d620 100644
--- a/generated/googleapis_beta/test/dataflow/v1b3_test.dart
+++ b/generated/googleapis_beta/test/dataflow/v1b3_test.dart
@@ -1221,7 +1221,26 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7702() {
+core.List<core.String> buildUnnamed7702() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed7702(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
+core.Map<core.String, core.Object> buildUnnamed7703() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1236,7 +1255,7 @@
return o;
}
-void checkUnnamed7702(core.Map<core.String, core.Object> o) {
+void checkUnnamed7703(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted6 = (o['x']!) as core.Map;
unittest.expect(casted6, unittest.hasLength(3));
@@ -1268,7 +1287,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7703() {
+core.Map<core.String, core.Object> buildUnnamed7704() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1283,7 +1302,7 @@
return o;
}
-void checkUnnamed7703(core.Map<core.String, core.Object> o) {
+void checkUnnamed7704(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted8 = (o['x']!) as core.Map;
unittest.expect(casted8, unittest.hasLength(3));
@@ -1315,14 +1334,14 @@
);
}
-core.List<api.WorkerPool> buildUnnamed7704() {
+core.List<api.WorkerPool> buildUnnamed7705() {
var o = <api.WorkerPool>[];
o.add(buildWorkerPool());
o.add(buildWorkerPool());
return o;
}
-void checkUnnamed7704(core.List<api.WorkerPool> o) {
+void checkUnnamed7705(core.List<api.WorkerPool> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkerPool(o[0] as api.WorkerPool);
checkWorkerPool(o[1] as api.WorkerPool);
@@ -1341,11 +1360,12 @@
o.sdkPipelineOptions = buildUnnamed7701();
o.serviceAccountEmail = 'foo';
o.serviceKmsKeyName = 'foo';
+ o.serviceOptions = buildUnnamed7702();
o.shuffleMode = 'foo';
o.tempStoragePrefix = 'foo';
- o.userAgent = buildUnnamed7702();
- o.version = buildUnnamed7703();
- o.workerPools = buildUnnamed7704();
+ o.userAgent = buildUnnamed7703();
+ o.version = buildUnnamed7704();
+ o.workerPools = buildUnnamed7705();
o.workerRegion = 'foo';
o.workerZone = 'foo';
}
@@ -1379,6 +1399,7 @@
o.serviceKmsKeyName!,
unittest.equals('foo'),
);
+ checkUnnamed7702(o.serviceOptions!);
unittest.expect(
o.shuffleMode!,
unittest.equals('foo'),
@@ -1387,9 +1408,9 @@
o.tempStoragePrefix!,
unittest.equals('foo'),
);
- checkUnnamed7702(o.userAgent!);
- checkUnnamed7703(o.version!);
- checkUnnamed7704(o.workerPools!);
+ checkUnnamed7703(o.userAgent!);
+ checkUnnamed7704(o.version!);
+ checkUnnamed7705(o.workerPools!);
unittest.expect(
o.workerRegion!,
unittest.equals('foo'),
@@ -1434,45 +1455,32 @@
buildCounterExecutionStageState--;
}
-core.List<api.ComponentSource> buildUnnamed7705() {
+core.List<api.ComponentSource> buildUnnamed7706() {
var o = <api.ComponentSource>[];
o.add(buildComponentSource());
o.add(buildComponentSource());
return o;
}
-void checkUnnamed7705(core.List<api.ComponentSource> o) {
+void checkUnnamed7706(core.List<api.ComponentSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkComponentSource(o[0] as api.ComponentSource);
checkComponentSource(o[1] as api.ComponentSource);
}
-core.List<api.ComponentTransform> buildUnnamed7706() {
+core.List<api.ComponentTransform> buildUnnamed7707() {
var o = <api.ComponentTransform>[];
o.add(buildComponentTransform());
o.add(buildComponentTransform());
return o;
}
-void checkUnnamed7706(core.List<api.ComponentTransform> o) {
+void checkUnnamed7707(core.List<api.ComponentTransform> o) {
unittest.expect(o, unittest.hasLength(2));
checkComponentTransform(o[0] as api.ComponentTransform);
checkComponentTransform(o[1] as api.ComponentTransform);
}
-core.List<api.StageSource> buildUnnamed7707() {
- var o = <api.StageSource>[];
- o.add(buildStageSource());
- o.add(buildStageSource());
- return o;
-}
-
-void checkUnnamed7707(core.List<api.StageSource> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkStageSource(o[0] as api.StageSource);
- checkStageSource(o[1] as api.StageSource);
-}
-
core.List<api.StageSource> buildUnnamed7708() {
var o = <api.StageSource>[];
o.add(buildStageSource());
@@ -1486,14 +1494,27 @@
checkStageSource(o[1] as api.StageSource);
}
-core.List<core.String> buildUnnamed7709() {
+core.List<api.StageSource> buildUnnamed7709() {
+ var o = <api.StageSource>[];
+ o.add(buildStageSource());
+ o.add(buildStageSource());
+ return o;
+}
+
+void checkUnnamed7709(core.List<api.StageSource> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkStageSource(o[0] as api.StageSource);
+ checkStageSource(o[1] as api.StageSource);
+}
+
+core.List<core.String> buildUnnamed7710() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7709(core.List<core.String> o) {
+void checkUnnamed7710(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1510,14 +1531,14 @@
var o = api.ExecutionStageSummary();
buildCounterExecutionStageSummary++;
if (buildCounterExecutionStageSummary < 3) {
- o.componentSource = buildUnnamed7705();
- o.componentTransform = buildUnnamed7706();
+ o.componentSource = buildUnnamed7706();
+ o.componentTransform = buildUnnamed7707();
o.id = 'foo';
- o.inputSource = buildUnnamed7707();
+ o.inputSource = buildUnnamed7708();
o.kind = 'foo';
o.name = 'foo';
- o.outputSource = buildUnnamed7708();
- o.prerequisiteStage = buildUnnamed7709();
+ o.outputSource = buildUnnamed7709();
+ o.prerequisiteStage = buildUnnamed7710();
}
buildCounterExecutionStageSummary--;
return o;
@@ -1526,13 +1547,13 @@
void checkExecutionStageSummary(api.ExecutionStageSummary o) {
buildCounterExecutionStageSummary++;
if (buildCounterExecutionStageSummary < 3) {
- checkUnnamed7705(o.componentSource!);
- checkUnnamed7706(o.componentTransform!);
+ checkUnnamed7706(o.componentSource!);
+ checkUnnamed7707(o.componentTransform!);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
- checkUnnamed7707(o.inputSource!);
+ checkUnnamed7708(o.inputSource!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1541,8 +1562,8 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7708(o.outputSource!);
- checkUnnamed7709(o.prerequisiteStage!);
+ checkUnnamed7709(o.outputSource!);
+ checkUnnamed7710(o.prerequisiteStage!);
}
buildCounterExecutionStageSummary--;
}
@@ -1591,14 +1612,14 @@
buildCounterFileIODetails--;
}
-core.List<api.InstructionInput> buildUnnamed7710() {
+core.List<api.InstructionInput> buildUnnamed7711() {
var o = <api.InstructionInput>[];
o.add(buildInstructionInput());
o.add(buildInstructionInput());
return o;
}
-void checkUnnamed7710(core.List<api.InstructionInput> o) {
+void checkUnnamed7711(core.List<api.InstructionInput> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstructionInput(o[0] as api.InstructionInput);
checkInstructionInput(o[1] as api.InstructionInput);
@@ -1609,7 +1630,7 @@
var o = api.FlattenInstruction();
buildCounterFlattenInstruction++;
if (buildCounterFlattenInstruction < 3) {
- o.inputs = buildUnnamed7710();
+ o.inputs = buildUnnamed7711();
}
buildCounterFlattenInstruction--;
return o;
@@ -1618,19 +1639,19 @@
void checkFlattenInstruction(api.FlattenInstruction o) {
buildCounterFlattenInstruction++;
if (buildCounterFlattenInstruction < 3) {
- checkUnnamed7710(o.inputs!);
+ checkUnnamed7711(o.inputs!);
}
buildCounterFlattenInstruction--;
}
-core.List<core.String> buildUnnamed7711() {
+core.List<core.String> buildUnnamed7712() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7711(core.List<core.String> o) {
+void checkUnnamed7712(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1642,14 +1663,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed7712() {
+core.Map<core.String, core.String> buildUnnamed7713() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7712(core.Map<core.String, core.String> o) {
+void checkUnnamed7713(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1666,8 +1687,8 @@
var o = api.FlexTemplateRuntimeEnvironment();
buildCounterFlexTemplateRuntimeEnvironment++;
if (buildCounterFlexTemplateRuntimeEnvironment < 3) {
- o.additionalExperiments = buildUnnamed7711();
- o.additionalUserLabels = buildUnnamed7712();
+ o.additionalExperiments = buildUnnamed7712();
+ o.additionalUserLabels = buildUnnamed7713();
o.enableStreamingEngine = true;
o.flexrsGoal = 'foo';
o.ipConfiguration = 'foo';
@@ -1690,8 +1711,8 @@
void checkFlexTemplateRuntimeEnvironment(api.FlexTemplateRuntimeEnvironment o) {
buildCounterFlexTemplateRuntimeEnvironment++;
if (buildCounterFlexTemplateRuntimeEnvironment < 3) {
- checkUnnamed7711(o.additionalExperiments!);
- checkUnnamed7712(o.additionalUserLabels!);
+ checkUnnamed7712(o.additionalExperiments!);
+ checkUnnamed7713(o.additionalUserLabels!);
unittest.expect(o.enableStreamingEngine!, unittest.isTrue);
unittest.expect(
o.flexrsGoal!,
@@ -1749,14 +1770,14 @@
buildCounterFlexTemplateRuntimeEnvironment--;
}
-core.List<core.double> buildUnnamed7713() {
+core.List<core.double> buildUnnamed7714() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed7713(core.List<core.double> o) {
+void checkUnnamed7714(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1773,7 +1794,7 @@
var o = api.FloatingPointList();
buildCounterFloatingPointList++;
if (buildCounterFloatingPointList < 3) {
- o.elements = buildUnnamed7713();
+ o.elements = buildUnnamed7714();
}
buildCounterFloatingPointList--;
return o;
@@ -1782,7 +1803,7 @@
void checkFloatingPointList(api.FloatingPointList o) {
buildCounterFloatingPointList++;
if (buildCounterFloatingPointList < 3) {
- checkUnnamed7713(o.elements!);
+ checkUnnamed7714(o.elements!);
}
buildCounterFloatingPointList--;
}
@@ -1893,14 +1914,14 @@
buildCounterGetTemplateResponse--;
}
-core.List<core.String> buildUnnamed7714() {
+core.List<core.String> buildUnnamed7715() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7714(core.List<core.String> o) {
+void checkUnnamed7715(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1917,7 +1938,7 @@
var o = api.Histogram();
buildCounterHistogram++;
if (buildCounterHistogram < 3) {
- o.bucketCounts = buildUnnamed7714();
+ o.bucketCounts = buildUnnamed7715();
o.firstBucketOffset = 42;
}
buildCounterHistogram--;
@@ -1927,7 +1948,7 @@
void checkHistogram(api.Histogram o) {
buildCounterHistogram++;
if (buildCounterHistogram < 3) {
- checkUnnamed7714(o.bucketCounts!);
+ checkUnnamed7715(o.bucketCounts!);
unittest.expect(
o.firstBucketOffset!,
unittest.equals(42),
@@ -1995,7 +2016,7 @@
buildCounterInstructionInput--;
}
-core.Map<core.String, core.Object> buildUnnamed7715() {
+core.Map<core.String, core.Object> buildUnnamed7716() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2010,7 +2031,7 @@
return o;
}
-void checkUnnamed7715(core.Map<core.String, core.Object> o) {
+void checkUnnamed7716(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted10 = (o['x']!) as core.Map;
unittest.expect(casted10, unittest.hasLength(3));
@@ -2047,7 +2068,7 @@
var o = api.InstructionOutput();
buildCounterInstructionOutput++;
if (buildCounterInstructionOutput < 3) {
- o.codec = buildUnnamed7715();
+ o.codec = buildUnnamed7716();
o.name = 'foo';
o.onlyCountKeyBytes = true;
o.onlyCountValueBytes = true;
@@ -2061,7 +2082,7 @@
void checkInstructionOutput(api.InstructionOutput o) {
buildCounterInstructionOutput++;
if (buildCounterInstructionOutput < 3) {
- checkUnnamed7715(o.codec!);
+ checkUnnamed7716(o.codec!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2104,14 +2125,14 @@
buildCounterIntegerGauge--;
}
-core.List<api.SplitInt64> buildUnnamed7716() {
+core.List<api.SplitInt64> buildUnnamed7717() {
var o = <api.SplitInt64>[];
o.add(buildSplitInt64());
o.add(buildSplitInt64());
return o;
}
-void checkUnnamed7716(core.List<api.SplitInt64> o) {
+void checkUnnamed7717(core.List<api.SplitInt64> o) {
unittest.expect(o, unittest.hasLength(2));
checkSplitInt64(o[0] as api.SplitInt64);
checkSplitInt64(o[1] as api.SplitInt64);
@@ -2122,7 +2143,7 @@
var o = api.IntegerList();
buildCounterIntegerList++;
if (buildCounterIntegerList < 3) {
- o.elements = buildUnnamed7716();
+ o.elements = buildUnnamed7717();
}
buildCounterIntegerList--;
return o;
@@ -2131,7 +2152,7 @@
void checkIntegerList(api.IntegerList o) {
buildCounterIntegerList++;
if (buildCounterIntegerList < 3) {
- checkUnnamed7716(o.elements!);
+ checkUnnamed7717(o.elements!);
}
buildCounterIntegerList--;
}
@@ -2157,14 +2178,14 @@
buildCounterIntegerMean--;
}
-core.Map<core.String, core.String> buildUnnamed7717() {
+core.Map<core.String, core.String> buildUnnamed7718() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7717(core.Map<core.String, core.String> o) {
+void checkUnnamed7718(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2176,40 +2197,40 @@
);
}
-core.List<api.ExecutionStageState> buildUnnamed7718() {
+core.List<api.ExecutionStageState> buildUnnamed7719() {
var o = <api.ExecutionStageState>[];
o.add(buildExecutionStageState());
o.add(buildExecutionStageState());
return o;
}
-void checkUnnamed7718(core.List<api.ExecutionStageState> o) {
+void checkUnnamed7719(core.List<api.ExecutionStageState> o) {
unittest.expect(o, unittest.hasLength(2));
checkExecutionStageState(o[0] as api.ExecutionStageState);
checkExecutionStageState(o[1] as api.ExecutionStageState);
}
-core.List<api.Step> buildUnnamed7719() {
+core.List<api.Step> buildUnnamed7720() {
var o = <api.Step>[];
o.add(buildStep());
o.add(buildStep());
return o;
}
-void checkUnnamed7719(core.List<api.Step> o) {
+void checkUnnamed7720(core.List<api.Step> o) {
unittest.expect(o, unittest.hasLength(2));
checkStep(o[0] as api.Step);
checkStep(o[1] as api.Step);
}
-core.List<core.String> buildUnnamed7720() {
+core.List<core.String> buildUnnamed7721() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7720(core.List<core.String> o) {
+void checkUnnamed7721(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2221,14 +2242,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed7721() {
+core.Map<core.String, core.String> buildUnnamed7722() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7721(core.Map<core.String, core.String> o) {
+void checkUnnamed7722(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2254,7 +2275,7 @@
o.executionInfo = buildJobExecutionInfo();
o.id = 'foo';
o.jobMetadata = buildJobMetadata();
- o.labels = buildUnnamed7717();
+ o.labels = buildUnnamed7718();
o.location = 'foo';
o.name = 'foo';
o.pipelineDescription = buildPipelineDescription();
@@ -2263,12 +2284,12 @@
o.replacedByJobId = 'foo';
o.requestedState = 'foo';
o.satisfiesPzs = true;
- o.stageStates = buildUnnamed7718();
+ o.stageStates = buildUnnamed7719();
o.startTime = 'foo';
- o.steps = buildUnnamed7719();
+ o.steps = buildUnnamed7720();
o.stepsLocation = 'foo';
- o.tempFiles = buildUnnamed7720();
- o.transformNameMapping = buildUnnamed7721();
+ o.tempFiles = buildUnnamed7721();
+ o.transformNameMapping = buildUnnamed7722();
o.type = 'foo';
}
buildCounterJob--;
@@ -2305,7 +2326,7 @@
unittest.equals('foo'),
);
checkJobMetadata(o.jobMetadata! as api.JobMetadata);
- checkUnnamed7717(o.labels!);
+ checkUnnamed7718(o.labels!);
unittest.expect(
o.location!,
unittest.equals('foo'),
@@ -2332,18 +2353,18 @@
unittest.equals('foo'),
);
unittest.expect(o.satisfiesPzs!, unittest.isTrue);
- checkUnnamed7718(o.stageStates!);
+ checkUnnamed7719(o.stageStates!);
unittest.expect(
o.startTime!,
unittest.equals('foo'),
);
- checkUnnamed7719(o.steps!);
+ checkUnnamed7720(o.steps!);
unittest.expect(
o.stepsLocation!,
unittest.equals('foo'),
);
- checkUnnamed7720(o.tempFiles!);
- checkUnnamed7721(o.transformNameMapping!);
+ checkUnnamed7721(o.tempFiles!);
+ checkUnnamed7722(o.transformNameMapping!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -2352,14 +2373,14 @@
buildCounterJob--;
}
-core.List<api.StageSummary> buildUnnamed7722() {
+core.List<api.StageSummary> buildUnnamed7723() {
var o = <api.StageSummary>[];
o.add(buildStageSummary());
o.add(buildStageSummary());
return o;
}
-void checkUnnamed7722(core.List<api.StageSummary> o) {
+void checkUnnamed7723(core.List<api.StageSummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkStageSummary(o[0] as api.StageSummary);
checkStageSummary(o[1] as api.StageSummary);
@@ -2371,7 +2392,7 @@
buildCounterJobExecutionDetails++;
if (buildCounterJobExecutionDetails < 3) {
o.nextPageToken = 'foo';
- o.stages = buildUnnamed7722();
+ o.stages = buildUnnamed7723();
}
buildCounterJobExecutionDetails--;
return o;
@@ -2384,19 +2405,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7722(o.stages!);
+ checkUnnamed7723(o.stages!);
}
buildCounterJobExecutionDetails--;
}
-core.Map<core.String, api.JobExecutionStageInfo> buildUnnamed7723() {
+core.Map<core.String, api.JobExecutionStageInfo> buildUnnamed7724() {
var o = <core.String, api.JobExecutionStageInfo>{};
o['x'] = buildJobExecutionStageInfo();
o['y'] = buildJobExecutionStageInfo();
return o;
}
-void checkUnnamed7723(core.Map<core.String, api.JobExecutionStageInfo> o) {
+void checkUnnamed7724(core.Map<core.String, api.JobExecutionStageInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkJobExecutionStageInfo(o['x']! as api.JobExecutionStageInfo);
checkJobExecutionStageInfo(o['y']! as api.JobExecutionStageInfo);
@@ -2407,7 +2428,7 @@
var o = api.JobExecutionInfo();
buildCounterJobExecutionInfo++;
if (buildCounterJobExecutionInfo < 3) {
- o.stages = buildUnnamed7723();
+ o.stages = buildUnnamed7724();
}
buildCounterJobExecutionInfo--;
return o;
@@ -2416,19 +2437,19 @@
void checkJobExecutionInfo(api.JobExecutionInfo o) {
buildCounterJobExecutionInfo++;
if (buildCounterJobExecutionInfo < 3) {
- checkUnnamed7723(o.stages!);
+ checkUnnamed7724(o.stages!);
}
buildCounterJobExecutionInfo--;
}
-core.List<core.String> buildUnnamed7724() {
+core.List<core.String> buildUnnamed7725() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7724(core.List<core.String> o) {
+void checkUnnamed7725(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2445,7 +2466,7 @@
var o = api.JobExecutionStageInfo();
buildCounterJobExecutionStageInfo++;
if (buildCounterJobExecutionStageInfo < 3) {
- o.stepName = buildUnnamed7724();
+ o.stepName = buildUnnamed7725();
}
buildCounterJobExecutionStageInfo--;
return o;
@@ -2454,7 +2475,7 @@
void checkJobExecutionStageInfo(api.JobExecutionStageInfo o) {
buildCounterJobExecutionStageInfo++;
if (buildCounterJobExecutionStageInfo < 3) {
- checkUnnamed7724(o.stepName!);
+ checkUnnamed7725(o.stepName!);
}
buildCounterJobExecutionStageInfo--;
}
@@ -2496,79 +2517,79 @@
buildCounterJobMessage--;
}
-core.List<api.BigTableIODetails> buildUnnamed7725() {
+core.List<api.BigTableIODetails> buildUnnamed7726() {
var o = <api.BigTableIODetails>[];
o.add(buildBigTableIODetails());
o.add(buildBigTableIODetails());
return o;
}
-void checkUnnamed7725(core.List<api.BigTableIODetails> o) {
+void checkUnnamed7726(core.List<api.BigTableIODetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkBigTableIODetails(o[0] as api.BigTableIODetails);
checkBigTableIODetails(o[1] as api.BigTableIODetails);
}
-core.List<api.BigQueryIODetails> buildUnnamed7726() {
+core.List<api.BigQueryIODetails> buildUnnamed7727() {
var o = <api.BigQueryIODetails>[];
o.add(buildBigQueryIODetails());
o.add(buildBigQueryIODetails());
return o;
}
-void checkUnnamed7726(core.List<api.BigQueryIODetails> o) {
+void checkUnnamed7727(core.List<api.BigQueryIODetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkBigQueryIODetails(o[0] as api.BigQueryIODetails);
checkBigQueryIODetails(o[1] as api.BigQueryIODetails);
}
-core.List<api.DatastoreIODetails> buildUnnamed7727() {
+core.List<api.DatastoreIODetails> buildUnnamed7728() {
var o = <api.DatastoreIODetails>[];
o.add(buildDatastoreIODetails());
o.add(buildDatastoreIODetails());
return o;
}
-void checkUnnamed7727(core.List<api.DatastoreIODetails> o) {
+void checkUnnamed7728(core.List<api.DatastoreIODetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatastoreIODetails(o[0] as api.DatastoreIODetails);
checkDatastoreIODetails(o[1] as api.DatastoreIODetails);
}
-core.List<api.FileIODetails> buildUnnamed7728() {
+core.List<api.FileIODetails> buildUnnamed7729() {
var o = <api.FileIODetails>[];
o.add(buildFileIODetails());
o.add(buildFileIODetails());
return o;
}
-void checkUnnamed7728(core.List<api.FileIODetails> o) {
+void checkUnnamed7729(core.List<api.FileIODetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkFileIODetails(o[0] as api.FileIODetails);
checkFileIODetails(o[1] as api.FileIODetails);
}
-core.List<api.PubSubIODetails> buildUnnamed7729() {
+core.List<api.PubSubIODetails> buildUnnamed7730() {
var o = <api.PubSubIODetails>[];
o.add(buildPubSubIODetails());
o.add(buildPubSubIODetails());
return o;
}
-void checkUnnamed7729(core.List<api.PubSubIODetails> o) {
+void checkUnnamed7730(core.List<api.PubSubIODetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkPubSubIODetails(o[0] as api.PubSubIODetails);
checkPubSubIODetails(o[1] as api.PubSubIODetails);
}
-core.List<api.SpannerIODetails> buildUnnamed7730() {
+core.List<api.SpannerIODetails> buildUnnamed7731() {
var o = <api.SpannerIODetails>[];
o.add(buildSpannerIODetails());
o.add(buildSpannerIODetails());
return o;
}
-void checkUnnamed7730(core.List<api.SpannerIODetails> o) {
+void checkUnnamed7731(core.List<api.SpannerIODetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpannerIODetails(o[0] as api.SpannerIODetails);
checkSpannerIODetails(o[1] as api.SpannerIODetails);
@@ -2579,13 +2600,13 @@
var o = api.JobMetadata();
buildCounterJobMetadata++;
if (buildCounterJobMetadata < 3) {
- o.bigTableDetails = buildUnnamed7725();
- o.bigqueryDetails = buildUnnamed7726();
- o.datastoreDetails = buildUnnamed7727();
- o.fileDetails = buildUnnamed7728();
- o.pubsubDetails = buildUnnamed7729();
+ o.bigTableDetails = buildUnnamed7726();
+ o.bigqueryDetails = buildUnnamed7727();
+ o.datastoreDetails = buildUnnamed7728();
+ o.fileDetails = buildUnnamed7729();
+ o.pubsubDetails = buildUnnamed7730();
o.sdkVersion = buildSdkVersion();
- o.spannerDetails = buildUnnamed7730();
+ o.spannerDetails = buildUnnamed7731();
}
buildCounterJobMetadata--;
return o;
@@ -2594,25 +2615,25 @@
void checkJobMetadata(api.JobMetadata o) {
buildCounterJobMetadata++;
if (buildCounterJobMetadata < 3) {
- checkUnnamed7725(o.bigTableDetails!);
- checkUnnamed7726(o.bigqueryDetails!);
- checkUnnamed7727(o.datastoreDetails!);
- checkUnnamed7728(o.fileDetails!);
- checkUnnamed7729(o.pubsubDetails!);
+ checkUnnamed7726(o.bigTableDetails!);
+ checkUnnamed7727(o.bigqueryDetails!);
+ checkUnnamed7728(o.datastoreDetails!);
+ checkUnnamed7729(o.fileDetails!);
+ checkUnnamed7730(o.pubsubDetails!);
checkSdkVersion(o.sdkVersion! as api.SdkVersion);
- checkUnnamed7730(o.spannerDetails!);
+ checkUnnamed7731(o.spannerDetails!);
}
buildCounterJobMetadata--;
}
-core.List<api.MetricUpdate> buildUnnamed7731() {
+core.List<api.MetricUpdate> buildUnnamed7732() {
var o = <api.MetricUpdate>[];
o.add(buildMetricUpdate());
o.add(buildMetricUpdate());
return o;
}
-void checkUnnamed7731(core.List<api.MetricUpdate> o) {
+void checkUnnamed7732(core.List<api.MetricUpdate> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricUpdate(o[0] as api.MetricUpdate);
checkMetricUpdate(o[1] as api.MetricUpdate);
@@ -2624,7 +2645,7 @@
buildCounterJobMetrics++;
if (buildCounterJobMetrics < 3) {
o.metricTime = 'foo';
- o.metrics = buildUnnamed7731();
+ o.metrics = buildUnnamed7732();
}
buildCounterJobMetrics--;
return o;
@@ -2637,7 +2658,7 @@
o.metricTime!,
unittest.equals('foo'),
);
- checkUnnamed7731(o.metrics!);
+ checkUnnamed7732(o.metrics!);
}
buildCounterJobMetrics--;
}
@@ -2716,25 +2737,6 @@
buildCounterKeyRangeLocation--;
}
-core.Map<core.String, core.String> buildUnnamed7732() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed7732(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed7733() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -2773,6 +2775,25 @@
);
}
+core.Map<core.String, core.String> buildUnnamed7735() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed7735(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterLaunchFlexTemplateParameter = 0;
api.LaunchFlexTemplateParameter buildLaunchFlexTemplateParameter() {
var o = api.LaunchFlexTemplateParameter();
@@ -2782,9 +2803,9 @@
o.containerSpecGcsPath = 'foo';
o.environment = buildFlexTemplateRuntimeEnvironment();
o.jobName = 'foo';
- o.launchOptions = buildUnnamed7732();
- o.parameters = buildUnnamed7733();
- o.transformNameMappings = buildUnnamed7734();
+ o.launchOptions = buildUnnamed7733();
+ o.parameters = buildUnnamed7734();
+ o.transformNameMappings = buildUnnamed7735();
o.update = true;
}
buildCounterLaunchFlexTemplateParameter--;
@@ -2805,9 +2826,9 @@
o.jobName!,
unittest.equals('foo'),
);
- checkUnnamed7732(o.launchOptions!);
- checkUnnamed7733(o.parameters!);
- checkUnnamed7734(o.transformNameMappings!);
+ checkUnnamed7733(o.launchOptions!);
+ checkUnnamed7734(o.parameters!);
+ checkUnnamed7735(o.transformNameMappings!);
unittest.expect(o.update!, unittest.isTrue);
}
buildCounterLaunchFlexTemplateParameter--;
@@ -2854,25 +2875,6 @@
buildCounterLaunchFlexTemplateResponse--;
}
-core.Map<core.String, core.String> buildUnnamed7735() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed7735(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed7736() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -2892,6 +2894,25 @@
);
}
+core.Map<core.String, core.String> buildUnnamed7737() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed7737(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterLaunchTemplateParameters = 0;
api.LaunchTemplateParameters buildLaunchTemplateParameters() {
var o = api.LaunchTemplateParameters();
@@ -2899,8 +2920,8 @@
if (buildCounterLaunchTemplateParameters < 3) {
o.environment = buildRuntimeEnvironment();
o.jobName = 'foo';
- o.parameters = buildUnnamed7735();
- o.transformNameMapping = buildUnnamed7736();
+ o.parameters = buildUnnamed7736();
+ o.transformNameMapping = buildUnnamed7737();
o.update = true;
}
buildCounterLaunchTemplateParameters--;
@@ -2915,8 +2936,8 @@
o.jobName!,
unittest.equals('foo'),
);
- checkUnnamed7735(o.parameters!);
- checkUnnamed7736(o.transformNameMapping!);
+ checkUnnamed7736(o.parameters!);
+ checkUnnamed7737(o.transformNameMapping!);
unittest.expect(o.update!, unittest.isTrue);
}
buildCounterLaunchTemplateParameters--;
@@ -2941,7 +2962,7 @@
buildCounterLaunchTemplateResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed7737() {
+core.Map<core.String, core.Object> buildUnnamed7738() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2956,7 +2977,7 @@
return o;
}
-void checkUnnamed7737(core.Map<core.String, core.Object> o) {
+void checkUnnamed7738(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted12 = (o['x']!) as core.Map;
unittest.expect(casted12, unittest.hasLength(3));
@@ -2988,25 +3009,6 @@
);
}
-core.List<core.String> buildUnnamed7738() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed7738(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed7739() {
var o = <core.String>[];
o.add('foo');
@@ -3026,6 +3028,25 @@
);
}
+core.List<core.String> buildUnnamed7740() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed7740(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterLeaseWorkItemRequest = 0;
api.LeaseWorkItemRequest buildLeaseWorkItemRequest() {
var o = api.LeaseWorkItemRequest();
@@ -3034,9 +3055,9 @@
o.currentWorkerTime = 'foo';
o.location = 'foo';
o.requestedLeaseDuration = 'foo';
- o.unifiedWorkerRequest = buildUnnamed7737();
- o.workItemTypes = buildUnnamed7738();
- o.workerCapabilities = buildUnnamed7739();
+ o.unifiedWorkerRequest = buildUnnamed7738();
+ o.workItemTypes = buildUnnamed7739();
+ o.workerCapabilities = buildUnnamed7740();
o.workerId = 'foo';
}
buildCounterLeaseWorkItemRequest--;
@@ -3058,9 +3079,9 @@
o.requestedLeaseDuration!,
unittest.equals('foo'),
);
- checkUnnamed7737(o.unifiedWorkerRequest!);
- checkUnnamed7738(o.workItemTypes!);
- checkUnnamed7739(o.workerCapabilities!);
+ checkUnnamed7738(o.unifiedWorkerRequest!);
+ checkUnnamed7739(o.workItemTypes!);
+ checkUnnamed7740(o.workerCapabilities!);
unittest.expect(
o.workerId!,
unittest.equals('foo'),
@@ -3069,7 +3090,7 @@
buildCounterLeaseWorkItemRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed7740() {
+core.Map<core.String, core.Object> buildUnnamed7741() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3084,7 +3105,7 @@
return o;
}
-void checkUnnamed7740(core.Map<core.String, core.Object> o) {
+void checkUnnamed7741(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted14 = (o['x']!) as core.Map;
unittest.expect(casted14, unittest.hasLength(3));
@@ -3116,14 +3137,14 @@
);
}
-core.List<api.WorkItem> buildUnnamed7741() {
+core.List<api.WorkItem> buildUnnamed7742() {
var o = <api.WorkItem>[];
o.add(buildWorkItem());
o.add(buildWorkItem());
return o;
}
-void checkUnnamed7741(core.List<api.WorkItem> o) {
+void checkUnnamed7742(core.List<api.WorkItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkItem(o[0] as api.WorkItem);
checkWorkItem(o[1] as api.WorkItem);
@@ -3134,8 +3155,8 @@
var o = api.LeaseWorkItemResponse();
buildCounterLeaseWorkItemResponse++;
if (buildCounterLeaseWorkItemResponse < 3) {
- o.unifiedWorkerResponse = buildUnnamed7740();
- o.workItems = buildUnnamed7741();
+ o.unifiedWorkerResponse = buildUnnamed7741();
+ o.workItems = buildUnnamed7742();
}
buildCounterLeaseWorkItemResponse--;
return o;
@@ -3144,33 +3165,33 @@
void checkLeaseWorkItemResponse(api.LeaseWorkItemResponse o) {
buildCounterLeaseWorkItemResponse++;
if (buildCounterLeaseWorkItemResponse < 3) {
- checkUnnamed7740(o.unifiedWorkerResponse!);
- checkUnnamed7741(o.workItems!);
+ checkUnnamed7741(o.unifiedWorkerResponse!);
+ checkUnnamed7742(o.workItems!);
}
buildCounterLeaseWorkItemResponse--;
}
-core.List<api.AutoscalingEvent> buildUnnamed7742() {
+core.List<api.AutoscalingEvent> buildUnnamed7743() {
var o = <api.AutoscalingEvent>[];
o.add(buildAutoscalingEvent());
o.add(buildAutoscalingEvent());
return o;
}
-void checkUnnamed7742(core.List<api.AutoscalingEvent> o) {
+void checkUnnamed7743(core.List<api.AutoscalingEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkAutoscalingEvent(o[0] as api.AutoscalingEvent);
checkAutoscalingEvent(o[1] as api.AutoscalingEvent);
}
-core.List<api.JobMessage> buildUnnamed7743() {
+core.List<api.JobMessage> buildUnnamed7744() {
var o = <api.JobMessage>[];
o.add(buildJobMessage());
o.add(buildJobMessage());
return o;
}
-void checkUnnamed7743(core.List<api.JobMessage> o) {
+void checkUnnamed7744(core.List<api.JobMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkJobMessage(o[0] as api.JobMessage);
checkJobMessage(o[1] as api.JobMessage);
@@ -3181,8 +3202,8 @@
var o = api.ListJobMessagesResponse();
buildCounterListJobMessagesResponse++;
if (buildCounterListJobMessagesResponse < 3) {
- o.autoscalingEvents = buildUnnamed7742();
- o.jobMessages = buildUnnamed7743();
+ o.autoscalingEvents = buildUnnamed7743();
+ o.jobMessages = buildUnnamed7744();
o.nextPageToken = 'foo';
}
buildCounterListJobMessagesResponse--;
@@ -3192,8 +3213,8 @@
void checkListJobMessagesResponse(api.ListJobMessagesResponse o) {
buildCounterListJobMessagesResponse++;
if (buildCounterListJobMessagesResponse < 3) {
- checkUnnamed7742(o.autoscalingEvents!);
- checkUnnamed7743(o.jobMessages!);
+ checkUnnamed7743(o.autoscalingEvents!);
+ checkUnnamed7744(o.jobMessages!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -3202,27 +3223,27 @@
buildCounterListJobMessagesResponse--;
}
-core.List<api.FailedLocation> buildUnnamed7744() {
+core.List<api.FailedLocation> buildUnnamed7745() {
var o = <api.FailedLocation>[];
o.add(buildFailedLocation());
o.add(buildFailedLocation());
return o;
}
-void checkUnnamed7744(core.List<api.FailedLocation> o) {
+void checkUnnamed7745(core.List<api.FailedLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkFailedLocation(o[0] as api.FailedLocation);
checkFailedLocation(o[1] as api.FailedLocation);
}
-core.List<api.Job> buildUnnamed7745() {
+core.List<api.Job> buildUnnamed7746() {
var o = <api.Job>[];
o.add(buildJob());
o.add(buildJob());
return o;
}
-void checkUnnamed7745(core.List<api.Job> o) {
+void checkUnnamed7746(core.List<api.Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkJob(o[0] as api.Job);
checkJob(o[1] as api.Job);
@@ -3233,8 +3254,8 @@
var o = api.ListJobsResponse();
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- o.failedLocation = buildUnnamed7744();
- o.jobs = buildUnnamed7745();
+ o.failedLocation = buildUnnamed7745();
+ o.jobs = buildUnnamed7746();
o.nextPageToken = 'foo';
}
buildCounterListJobsResponse--;
@@ -3244,8 +3265,8 @@
void checkListJobsResponse(api.ListJobsResponse o) {
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- checkUnnamed7744(o.failedLocation!);
- checkUnnamed7745(o.jobs!);
+ checkUnnamed7745(o.failedLocation!);
+ checkUnnamed7746(o.jobs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -3254,14 +3275,14 @@
buildCounterListJobsResponse--;
}
-core.List<api.Snapshot> buildUnnamed7746() {
+core.List<api.Snapshot> buildUnnamed7747() {
var o = <api.Snapshot>[];
o.add(buildSnapshot());
o.add(buildSnapshot());
return o;
}
-void checkUnnamed7746(core.List<api.Snapshot> o) {
+void checkUnnamed7747(core.List<api.Snapshot> o) {
unittest.expect(o, unittest.hasLength(2));
checkSnapshot(o[0] as api.Snapshot);
checkSnapshot(o[1] as api.Snapshot);
@@ -3272,7 +3293,7 @@
var o = api.ListSnapshotsResponse();
buildCounterListSnapshotsResponse++;
if (buildCounterListSnapshotsResponse < 3) {
- o.snapshots = buildUnnamed7746();
+ o.snapshots = buildUnnamed7747();
}
buildCounterListSnapshotsResponse--;
return o;
@@ -3281,19 +3302,19 @@
void checkListSnapshotsResponse(api.ListSnapshotsResponse o) {
buildCounterListSnapshotsResponse++;
if (buildCounterListSnapshotsResponse < 3) {
- checkUnnamed7746(o.snapshots!);
+ checkUnnamed7747(o.snapshots!);
}
buildCounterListSnapshotsResponse--;
}
-core.List<api.TemplateVersion> buildUnnamed7747() {
+core.List<api.TemplateVersion> buildUnnamed7748() {
var o = <api.TemplateVersion>[];
o.add(buildTemplateVersion());
o.add(buildTemplateVersion());
return o;
}
-void checkUnnamed7747(core.List<api.TemplateVersion> o) {
+void checkUnnamed7748(core.List<api.TemplateVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkTemplateVersion(o[0] as api.TemplateVersion);
checkTemplateVersion(o[1] as api.TemplateVersion);
@@ -3305,7 +3326,7 @@
buildCounterListTemplateVersionsResponse++;
if (buildCounterListTemplateVersionsResponse < 3) {
o.nextPageToken = 'foo';
- o.templateVersions = buildUnnamed7747();
+ o.templateVersions = buildUnnamed7748();
}
buildCounterListTemplateVersionsResponse--;
return o;
@@ -3318,19 +3339,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7747(o.templateVersions!);
+ checkUnnamed7748(o.templateVersions!);
}
buildCounterListTemplateVersionsResponse--;
}
-core.List<api.ParallelInstruction> buildUnnamed7748() {
+core.List<api.ParallelInstruction> buildUnnamed7749() {
var o = <api.ParallelInstruction>[];
o.add(buildParallelInstruction());
o.add(buildParallelInstruction());
return o;
}
-void checkUnnamed7748(core.List<api.ParallelInstruction> o) {
+void checkUnnamed7749(core.List<api.ParallelInstruction> o) {
unittest.expect(o, unittest.hasLength(2));
checkParallelInstruction(o[0] as api.ParallelInstruction);
checkParallelInstruction(o[1] as api.ParallelInstruction);
@@ -3342,7 +3363,7 @@
buildCounterMapTask++;
if (buildCounterMapTask < 3) {
o.counterPrefix = 'foo';
- o.instructions = buildUnnamed7748();
+ o.instructions = buildUnnamed7749();
o.stageName = 'foo';
o.systemName = 'foo';
}
@@ -3357,7 +3378,7 @@
o.counterPrefix!,
unittest.equals('foo'),
);
- checkUnnamed7748(o.instructions!);
+ checkUnnamed7749(o.instructions!);
unittest.expect(
o.stageName!,
unittest.equals('foo'),
@@ -3434,14 +3455,14 @@
buildCounterMetricShortId--;
}
-core.Map<core.String, core.String> buildUnnamed7749() {
+core.Map<core.String, core.String> buildUnnamed7750() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7749(core.Map<core.String, core.String> o) {
+void checkUnnamed7750(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3458,7 +3479,7 @@
var o = api.MetricStructuredName();
buildCounterMetricStructuredName++;
if (buildCounterMetricStructuredName < 3) {
- o.context = buildUnnamed7749();
+ o.context = buildUnnamed7750();
o.name = 'foo';
o.origin = 'foo';
}
@@ -3469,7 +3490,7 @@
void checkMetricStructuredName(api.MetricStructuredName o) {
buildCounterMetricStructuredName++;
if (buildCounterMetricStructuredName < 3) {
- checkUnnamed7749(o.context!);
+ checkUnnamed7750(o.context!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -3679,14 +3700,14 @@
buildCounterModifyTemplateVersionLabelRequest--;
}
-core.Map<core.String, core.String> buildUnnamed7750() {
+core.Map<core.String, core.String> buildUnnamed7751() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7750(core.Map<core.String, core.String> o) {
+void checkUnnamed7751(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3704,7 +3725,7 @@
var o = api.ModifyTemplateVersionLabelResponse();
buildCounterModifyTemplateVersionLabelResponse++;
if (buildCounterModifyTemplateVersionLabelResponse < 3) {
- o.labels = buildUnnamed7750();
+ o.labels = buildUnnamed7751();
}
buildCounterModifyTemplateVersionLabelResponse--;
return o;
@@ -3714,7 +3735,7 @@
api.ModifyTemplateVersionLabelResponse o) {
buildCounterModifyTemplateVersionLabelResponse++;
if (buildCounterModifyTemplateVersionLabelResponse < 3) {
- checkUnnamed7750(o.labels!);
+ checkUnnamed7751(o.labels!);
}
buildCounterModifyTemplateVersionLabelResponse--;
}
@@ -3744,14 +3765,14 @@
buildCounterModifyTemplateVersionTagRequest--;
}
-core.List<core.String> buildUnnamed7751() {
+core.List<core.String> buildUnnamed7752() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7751(core.List<core.String> o) {
+void checkUnnamed7752(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3768,7 +3789,7 @@
var o = api.ModifyTemplateVersionTagResponse();
buildCounterModifyTemplateVersionTagResponse++;
if (buildCounterModifyTemplateVersionTagResponse < 3) {
- o.tags = buildUnnamed7751();
+ o.tags = buildUnnamed7752();
}
buildCounterModifyTemplateVersionTagResponse--;
return o;
@@ -3778,7 +3799,7 @@
api.ModifyTemplateVersionTagResponse o) {
buildCounterModifyTemplateVersionTagResponse++;
if (buildCounterModifyTemplateVersionTagResponse < 3) {
- checkUnnamed7751(o.tags!);
+ checkUnnamed7752(o.tags!);
}
buildCounterModifyTemplateVersionTagResponse--;
}
@@ -3881,33 +3902,33 @@
buildCounterPackage--;
}
-core.List<api.MultiOutputInfo> buildUnnamed7752() {
+core.List<api.MultiOutputInfo> buildUnnamed7753() {
var o = <api.MultiOutputInfo>[];
o.add(buildMultiOutputInfo());
o.add(buildMultiOutputInfo());
return o;
}
-void checkUnnamed7752(core.List<api.MultiOutputInfo> o) {
+void checkUnnamed7753(core.List<api.MultiOutputInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkMultiOutputInfo(o[0] as api.MultiOutputInfo);
checkMultiOutputInfo(o[1] as api.MultiOutputInfo);
}
-core.List<api.SideInputInfo> buildUnnamed7753() {
+core.List<api.SideInputInfo> buildUnnamed7754() {
var o = <api.SideInputInfo>[];
o.add(buildSideInputInfo());
o.add(buildSideInputInfo());
return o;
}
-void checkUnnamed7753(core.List<api.SideInputInfo> o) {
+void checkUnnamed7754(core.List<api.SideInputInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkSideInputInfo(o[0] as api.SideInputInfo);
checkSideInputInfo(o[1] as api.SideInputInfo);
}
-core.Map<core.String, core.Object> buildUnnamed7754() {
+core.Map<core.String, core.Object> buildUnnamed7755() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3922,7 +3943,7 @@
return o;
}
-void checkUnnamed7754(core.Map<core.String, core.Object> o) {
+void checkUnnamed7755(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted23 = (o['x']!) as core.Map;
unittest.expect(casted23, unittest.hasLength(3));
@@ -3960,10 +3981,10 @@
buildCounterParDoInstruction++;
if (buildCounterParDoInstruction < 3) {
o.input = buildInstructionInput();
- o.multiOutputInfos = buildUnnamed7752();
+ o.multiOutputInfos = buildUnnamed7753();
o.numOutputs = 42;
- o.sideInputs = buildUnnamed7753();
- o.userFn = buildUnnamed7754();
+ o.sideInputs = buildUnnamed7754();
+ o.userFn = buildUnnamed7755();
}
buildCounterParDoInstruction--;
return o;
@@ -3973,25 +3994,25 @@
buildCounterParDoInstruction++;
if (buildCounterParDoInstruction < 3) {
checkInstructionInput(o.input! as api.InstructionInput);
- checkUnnamed7752(o.multiOutputInfos!);
+ checkUnnamed7753(o.multiOutputInfos!);
unittest.expect(
o.numOutputs!,
unittest.equals(42),
);
- checkUnnamed7753(o.sideInputs!);
- checkUnnamed7754(o.userFn!);
+ checkUnnamed7754(o.sideInputs!);
+ checkUnnamed7755(o.userFn!);
}
buildCounterParDoInstruction--;
}
-core.List<api.InstructionOutput> buildUnnamed7755() {
+core.List<api.InstructionOutput> buildUnnamed7756() {
var o = <api.InstructionOutput>[];
o.add(buildInstructionOutput());
o.add(buildInstructionOutput());
return o;
}
-void checkUnnamed7755(core.List<api.InstructionOutput> o) {
+void checkUnnamed7756(core.List<api.InstructionOutput> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstructionOutput(o[0] as api.InstructionOutput);
checkInstructionOutput(o[1] as api.InstructionOutput);
@@ -4005,7 +4026,7 @@
o.flatten = buildFlattenInstruction();
o.name = 'foo';
o.originalName = 'foo';
- o.outputs = buildUnnamed7755();
+ o.outputs = buildUnnamed7756();
o.parDo = buildParDoInstruction();
o.partialGroupByKey = buildPartialGroupByKeyInstruction();
o.read = buildReadInstruction();
@@ -4028,7 +4049,7 @@
o.originalName!,
unittest.equals('foo'),
);
- checkUnnamed7755(o.outputs!);
+ checkUnnamed7756(o.outputs!);
checkParDoInstruction(o.parDo! as api.ParDoInstruction);
checkPartialGroupByKeyInstruction(
o.partialGroupByKey! as api.PartialGroupByKeyInstruction);
@@ -4083,14 +4104,14 @@
buildCounterParameter--;
}
-core.List<core.String> buildUnnamed7756() {
+core.List<core.String> buildUnnamed7757() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7756(core.List<core.String> o) {
+void checkUnnamed7757(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4112,7 +4133,7 @@
o.label = 'foo';
o.name = 'foo';
o.paramType = 'foo';
- o.regexes = buildUnnamed7756();
+ o.regexes = buildUnnamed7757();
}
buildCounterParameterMetadata--;
return o;
@@ -4138,12 +4159,12 @@
o.paramType!,
unittest.equals('foo'),
);
- checkUnnamed7756(o.regexes!);
+ checkUnnamed7757(o.regexes!);
}
buildCounterParameterMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed7757() {
+core.Map<core.String, core.Object> buildUnnamed7758() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4158,7 +4179,7 @@
return o;
}
-void checkUnnamed7757(core.Map<core.String, core.Object> o) {
+void checkUnnamed7758(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted26 = (o['x']!) as core.Map;
unittest.expect(casted26, unittest.hasLength(3));
@@ -4190,20 +4211,20 @@
);
}
-core.List<api.SideInputInfo> buildUnnamed7758() {
+core.List<api.SideInputInfo> buildUnnamed7759() {
var o = <api.SideInputInfo>[];
o.add(buildSideInputInfo());
o.add(buildSideInputInfo());
return o;
}
-void checkUnnamed7758(core.List<api.SideInputInfo> o) {
+void checkUnnamed7759(core.List<api.SideInputInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkSideInputInfo(o[0] as api.SideInputInfo);
checkSideInputInfo(o[1] as api.SideInputInfo);
}
-core.Map<core.String, core.Object> buildUnnamed7759() {
+core.Map<core.String, core.Object> buildUnnamed7760() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4218,7 +4239,7 @@
return o;
}
-void checkUnnamed7759(core.Map<core.String, core.Object> o) {
+void checkUnnamed7760(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted28 = (o['x']!) as core.Map;
unittest.expect(casted28, unittest.hasLength(3));
@@ -4256,11 +4277,11 @@
buildCounterPartialGroupByKeyInstruction++;
if (buildCounterPartialGroupByKeyInstruction < 3) {
o.input = buildInstructionInput();
- o.inputElementCodec = buildUnnamed7757();
+ o.inputElementCodec = buildUnnamed7758();
o.originalCombineValuesInputStoreName = 'foo';
o.originalCombineValuesStepName = 'foo';
- o.sideInputs = buildUnnamed7758();
- o.valueCombiningFn = buildUnnamed7759();
+ o.sideInputs = buildUnnamed7759();
+ o.valueCombiningFn = buildUnnamed7760();
}
buildCounterPartialGroupByKeyInstruction--;
return o;
@@ -4270,7 +4291,7 @@
buildCounterPartialGroupByKeyInstruction++;
if (buildCounterPartialGroupByKeyInstruction < 3) {
checkInstructionInput(o.input! as api.InstructionInput);
- checkUnnamed7757(o.inputElementCodec!);
+ checkUnnamed7758(o.inputElementCodec!);
unittest.expect(
o.originalCombineValuesInputStoreName!,
unittest.equals('foo'),
@@ -4279,46 +4300,46 @@
o.originalCombineValuesStepName!,
unittest.equals('foo'),
);
- checkUnnamed7758(o.sideInputs!);
- checkUnnamed7759(o.valueCombiningFn!);
+ checkUnnamed7759(o.sideInputs!);
+ checkUnnamed7760(o.valueCombiningFn!);
}
buildCounterPartialGroupByKeyInstruction--;
}
-core.List<api.DisplayData> buildUnnamed7760() {
+core.List<api.DisplayData> buildUnnamed7761() {
var o = <api.DisplayData>[];
o.add(buildDisplayData());
o.add(buildDisplayData());
return o;
}
-void checkUnnamed7760(core.List<api.DisplayData> o) {
+void checkUnnamed7761(core.List<api.DisplayData> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisplayData(o[0] as api.DisplayData);
checkDisplayData(o[1] as api.DisplayData);
}
-core.List<api.ExecutionStageSummary> buildUnnamed7761() {
+core.List<api.ExecutionStageSummary> buildUnnamed7762() {
var o = <api.ExecutionStageSummary>[];
o.add(buildExecutionStageSummary());
o.add(buildExecutionStageSummary());
return o;
}
-void checkUnnamed7761(core.List<api.ExecutionStageSummary> o) {
+void checkUnnamed7762(core.List<api.ExecutionStageSummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkExecutionStageSummary(o[0] as api.ExecutionStageSummary);
checkExecutionStageSummary(o[1] as api.ExecutionStageSummary);
}
-core.List<api.TransformSummary> buildUnnamed7762() {
+core.List<api.TransformSummary> buildUnnamed7763() {
var o = <api.TransformSummary>[];
o.add(buildTransformSummary());
o.add(buildTransformSummary());
return o;
}
-void checkUnnamed7762(core.List<api.TransformSummary> o) {
+void checkUnnamed7763(core.List<api.TransformSummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransformSummary(o[0] as api.TransformSummary);
checkTransformSummary(o[1] as api.TransformSummary);
@@ -4329,9 +4350,9 @@
var o = api.PipelineDescription();
buildCounterPipelineDescription++;
if (buildCounterPipelineDescription < 3) {
- o.displayData = buildUnnamed7760();
- o.executionPipelineStage = buildUnnamed7761();
- o.originalPipelineTransform = buildUnnamed7762();
+ o.displayData = buildUnnamed7761();
+ o.executionPipelineStage = buildUnnamed7762();
+ o.originalPipelineTransform = buildUnnamed7763();
}
buildCounterPipelineDescription--;
return o;
@@ -4340,9 +4361,9 @@
void checkPipelineDescription(api.PipelineDescription o) {
buildCounterPipelineDescription++;
if (buildCounterPipelineDescription < 3) {
- checkUnnamed7760(o.displayData!);
- checkUnnamed7761(o.executionPipelineStage!);
- checkUnnamed7762(o.originalPipelineTransform!);
+ checkUnnamed7761(o.displayData!);
+ checkUnnamed7762(o.executionPipelineStage!);
+ checkUnnamed7763(o.originalPipelineTransform!);
}
buildCounterPipelineDescription--;
}
@@ -4415,14 +4436,14 @@
buildCounterPosition--;
}
-core.List<api.Point> buildUnnamed7763() {
+core.List<api.Point> buildUnnamed7764() {
var o = <api.Point>[];
o.add(buildPoint());
o.add(buildPoint());
return o;
}
-void checkUnnamed7763(core.List<api.Point> o) {
+void checkUnnamed7764(core.List<api.Point> o) {
unittest.expect(o, unittest.hasLength(2));
checkPoint(o[0] as api.Point);
checkPoint(o[1] as api.Point);
@@ -4434,7 +4455,7 @@
buildCounterProgressTimeseries++;
if (buildCounterProgressTimeseries < 3) {
o.currentProgress = 42.0;
- o.dataPoints = buildUnnamed7763();
+ o.dataPoints = buildUnnamed7764();
}
buildCounterProgressTimeseries--;
return o;
@@ -4447,7 +4468,7 @@
o.currentProgress!,
unittest.equals(42.0),
);
- checkUnnamed7763(o.dataPoints!);
+ checkUnnamed7764(o.dataPoints!);
}
buildCounterProgressTimeseries--;
}
@@ -4557,14 +4578,14 @@
buildCounterPubsubSnapshotMetadata--;
}
-core.List<core.String> buildUnnamed7764() {
+core.List<core.String> buildUnnamed7765() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7764(core.List<core.String> o) {
+void checkUnnamed7765(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4581,7 +4602,7 @@
var o = api.QueryInfo();
buildCounterQueryInfo++;
if (buildCounterQueryInfo < 3) {
- o.queryProperty = buildUnnamed7764();
+ o.queryProperty = buildUnnamed7765();
}
buildCounterQueryInfo--;
return o;
@@ -4590,7 +4611,7 @@
void checkQueryInfo(api.QueryInfo o) {
buildCounterQueryInfo++;
if (buildCounterQueryInfo < 3) {
- checkUnnamed7764(o.queryProperty!);
+ checkUnnamed7765(o.queryProperty!);
}
buildCounterQueryInfo--;
}
@@ -4614,7 +4635,7 @@
buildCounterReadInstruction--;
}
-core.Map<core.String, core.Object> buildUnnamed7765() {
+core.Map<core.String, core.Object> buildUnnamed7766() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4629,7 +4650,7 @@
return o;
}
-void checkUnnamed7765(core.Map<core.String, core.Object> o) {
+void checkUnnamed7766(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted30 = (o['x']!) as core.Map;
unittest.expect(casted30, unittest.hasLength(3));
@@ -4661,14 +4682,14 @@
);
}
-core.List<api.WorkItemStatus> buildUnnamed7766() {
+core.List<api.WorkItemStatus> buildUnnamed7767() {
var o = <api.WorkItemStatus>[];
o.add(buildWorkItemStatus());
o.add(buildWorkItemStatus());
return o;
}
-void checkUnnamed7766(core.List<api.WorkItemStatus> o) {
+void checkUnnamed7767(core.List<api.WorkItemStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkItemStatus(o[0] as api.WorkItemStatus);
checkWorkItemStatus(o[1] as api.WorkItemStatus);
@@ -4681,8 +4702,8 @@
if (buildCounterReportWorkItemStatusRequest < 3) {
o.currentWorkerTime = 'foo';
o.location = 'foo';
- o.unifiedWorkerRequest = buildUnnamed7765();
- o.workItemStatuses = buildUnnamed7766();
+ o.unifiedWorkerRequest = buildUnnamed7766();
+ o.workItemStatuses = buildUnnamed7767();
o.workerId = 'foo';
}
buildCounterReportWorkItemStatusRequest--;
@@ -4700,8 +4721,8 @@
o.location!,
unittest.equals('foo'),
);
- checkUnnamed7765(o.unifiedWorkerRequest!);
- checkUnnamed7766(o.workItemStatuses!);
+ checkUnnamed7766(o.unifiedWorkerRequest!);
+ checkUnnamed7767(o.workItemStatuses!);
unittest.expect(
o.workerId!,
unittest.equals('foo'),
@@ -4710,7 +4731,7 @@
buildCounterReportWorkItemStatusRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed7767() {
+core.Map<core.String, core.Object> buildUnnamed7768() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4725,7 +4746,7 @@
return o;
}
-void checkUnnamed7767(core.Map<core.String, core.Object> o) {
+void checkUnnamed7768(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted32 = (o['x']!) as core.Map;
unittest.expect(casted32, unittest.hasLength(3));
@@ -4757,14 +4778,14 @@
);
}
-core.List<api.WorkItemServiceState> buildUnnamed7768() {
+core.List<api.WorkItemServiceState> buildUnnamed7769() {
var o = <api.WorkItemServiceState>[];
o.add(buildWorkItemServiceState());
o.add(buildWorkItemServiceState());
return o;
}
-void checkUnnamed7768(core.List<api.WorkItemServiceState> o) {
+void checkUnnamed7769(core.List<api.WorkItemServiceState> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkItemServiceState(o[0] as api.WorkItemServiceState);
checkWorkItemServiceState(o[1] as api.WorkItemServiceState);
@@ -4775,8 +4796,8 @@
var o = api.ReportWorkItemStatusResponse();
buildCounterReportWorkItemStatusResponse++;
if (buildCounterReportWorkItemStatusResponse < 3) {
- o.unifiedWorkerResponse = buildUnnamed7767();
- o.workItemServiceStates = buildUnnamed7768();
+ o.unifiedWorkerResponse = buildUnnamed7768();
+ o.workItemServiceStates = buildUnnamed7769();
}
buildCounterReportWorkItemStatusResponse--;
return o;
@@ -4785,8 +4806,8 @@
void checkReportWorkItemStatusResponse(api.ReportWorkItemStatusResponse o) {
buildCounterReportWorkItemStatusResponse++;
if (buildCounterReportWorkItemStatusResponse < 3) {
- checkUnnamed7767(o.unifiedWorkerResponse!);
- checkUnnamed7768(o.workItemServiceStates!);
+ checkUnnamed7768(o.unifiedWorkerResponse!);
+ checkUnnamed7769(o.workItemServiceStates!);
}
buildCounterReportWorkItemStatusResponse--;
}
@@ -4815,40 +4836,40 @@
buildCounterReportedParallelism--;
}
-core.Map<core.String, api.ResourceUtilizationReport> buildUnnamed7769() {
+core.Map<core.String, api.ResourceUtilizationReport> buildUnnamed7770() {
var o = <core.String, api.ResourceUtilizationReport>{};
o['x'] = buildResourceUtilizationReport();
o['y'] = buildResourceUtilizationReport();
return o;
}
-void checkUnnamed7769(core.Map<core.String, api.ResourceUtilizationReport> o) {
+void checkUnnamed7770(core.Map<core.String, api.ResourceUtilizationReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceUtilizationReport(o['x']! as api.ResourceUtilizationReport);
checkResourceUtilizationReport(o['y']! as api.ResourceUtilizationReport);
}
-core.List<api.CPUTime> buildUnnamed7770() {
+core.List<api.CPUTime> buildUnnamed7771() {
var o = <api.CPUTime>[];
o.add(buildCPUTime());
o.add(buildCPUTime());
return o;
}
-void checkUnnamed7770(core.List<api.CPUTime> o) {
+void checkUnnamed7771(core.List<api.CPUTime> o) {
unittest.expect(o, unittest.hasLength(2));
checkCPUTime(o[0] as api.CPUTime);
checkCPUTime(o[1] as api.CPUTime);
}
-core.List<api.MemInfo> buildUnnamed7771() {
+core.List<api.MemInfo> buildUnnamed7772() {
var o = <api.MemInfo>[];
o.add(buildMemInfo());
o.add(buildMemInfo());
return o;
}
-void checkUnnamed7771(core.List<api.MemInfo> o) {
+void checkUnnamed7772(core.List<api.MemInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkMemInfo(o[0] as api.MemInfo);
checkMemInfo(o[1] as api.MemInfo);
@@ -4859,9 +4880,9 @@
var o = api.ResourceUtilizationReport();
buildCounterResourceUtilizationReport++;
if (buildCounterResourceUtilizationReport < 3) {
- o.containers = buildUnnamed7769();
- o.cpuTime = buildUnnamed7770();
- o.memoryInfo = buildUnnamed7771();
+ o.containers = buildUnnamed7770();
+ o.cpuTime = buildUnnamed7771();
+ o.memoryInfo = buildUnnamed7772();
}
buildCounterResourceUtilizationReport--;
return o;
@@ -4870,9 +4891,9 @@
void checkResourceUtilizationReport(api.ResourceUtilizationReport o) {
buildCounterResourceUtilizationReport++;
if (buildCounterResourceUtilizationReport < 3) {
- checkUnnamed7769(o.containers!);
- checkUnnamed7770(o.cpuTime!);
- checkUnnamed7771(o.memoryInfo!);
+ checkUnnamed7770(o.containers!);
+ checkUnnamed7771(o.cpuTime!);
+ checkUnnamed7772(o.memoryInfo!);
}
buildCounterResourceUtilizationReport--;
}
@@ -4893,14 +4914,14 @@
buildCounterResourceUtilizationReportResponse--;
}
-core.List<core.String> buildUnnamed7772() {
+core.List<core.String> buildUnnamed7773() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7772(core.List<core.String> o) {
+void checkUnnamed7773(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4912,14 +4933,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed7773() {
+core.Map<core.String, core.String> buildUnnamed7774() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7773(core.Map<core.String, core.String> o) {
+void checkUnnamed7774(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -4936,8 +4957,8 @@
var o = api.RuntimeEnvironment();
buildCounterRuntimeEnvironment++;
if (buildCounterRuntimeEnvironment < 3) {
- o.additionalExperiments = buildUnnamed7772();
- o.additionalUserLabels = buildUnnamed7773();
+ o.additionalExperiments = buildUnnamed7773();
+ o.additionalUserLabels = buildUnnamed7774();
o.bypassTempDirValidation = true;
o.enableStreamingEngine = true;
o.ipConfiguration = 'foo';
@@ -4960,8 +4981,8 @@
void checkRuntimeEnvironment(api.RuntimeEnvironment o) {
buildCounterRuntimeEnvironment++;
if (buildCounterRuntimeEnvironment < 3) {
- checkUnnamed7772(o.additionalExperiments!);
- checkUnnamed7773(o.additionalUserLabels!);
+ checkUnnamed7773(o.additionalExperiments!);
+ checkUnnamed7774(o.additionalUserLabels!);
unittest.expect(o.bypassTempDirValidation!, unittest.isTrue);
unittest.expect(o.enableStreamingEngine!, unittest.isTrue);
unittest.expect(
@@ -5016,14 +5037,14 @@
buildCounterRuntimeEnvironment--;
}
-core.List<api.ParameterMetadata> buildUnnamed7774() {
+core.List<api.ParameterMetadata> buildUnnamed7775() {
var o = <api.ParameterMetadata>[];
o.add(buildParameterMetadata());
o.add(buildParameterMetadata());
return o;
}
-void checkUnnamed7774(core.List<api.ParameterMetadata> o) {
+void checkUnnamed7775(core.List<api.ParameterMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameterMetadata(o[0] as api.ParameterMetadata);
checkParameterMetadata(o[1] as api.ParameterMetadata);
@@ -5034,7 +5055,7 @@
var o = api.RuntimeMetadata();
buildCounterRuntimeMetadata++;
if (buildCounterRuntimeMetadata < 3) {
- o.parameters = buildUnnamed7774();
+ o.parameters = buildUnnamed7775();
o.sdkInfo = buildSDKInfo();
}
buildCounterRuntimeMetadata--;
@@ -5044,7 +5065,7 @@
void checkRuntimeMetadata(api.RuntimeMetadata o) {
buildCounterRuntimeMetadata++;
if (buildCounterRuntimeMetadata < 3) {
- checkUnnamed7774(o.parameters!);
+ checkUnnamed7775(o.parameters!);
checkSDKInfo(o.sdkInfo! as api.SDKInfo);
}
buildCounterRuntimeMetadata--;
@@ -5190,14 +5211,14 @@
buildCounterSendDebugCaptureResponse--;
}
-core.List<api.WorkerMessage> buildUnnamed7775() {
+core.List<api.WorkerMessage> buildUnnamed7776() {
var o = <api.WorkerMessage>[];
o.add(buildWorkerMessage());
o.add(buildWorkerMessage());
return o;
}
-void checkUnnamed7775(core.List<api.WorkerMessage> o) {
+void checkUnnamed7776(core.List<api.WorkerMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkerMessage(o[0] as api.WorkerMessage);
checkWorkerMessage(o[1] as api.WorkerMessage);
@@ -5209,7 +5230,7 @@
buildCounterSendWorkerMessagesRequest++;
if (buildCounterSendWorkerMessagesRequest < 3) {
o.location = 'foo';
- o.workerMessages = buildUnnamed7775();
+ o.workerMessages = buildUnnamed7776();
}
buildCounterSendWorkerMessagesRequest--;
return o;
@@ -5222,19 +5243,19 @@
o.location!,
unittest.equals('foo'),
);
- checkUnnamed7775(o.workerMessages!);
+ checkUnnamed7776(o.workerMessages!);
}
buildCounterSendWorkerMessagesRequest--;
}
-core.List<api.WorkerMessageResponse> buildUnnamed7776() {
+core.List<api.WorkerMessageResponse> buildUnnamed7777() {
var o = <api.WorkerMessageResponse>[];
o.add(buildWorkerMessageResponse());
o.add(buildWorkerMessageResponse());
return o;
}
-void checkUnnamed7776(core.List<api.WorkerMessageResponse> o) {
+void checkUnnamed7777(core.List<api.WorkerMessageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkerMessageResponse(o[0] as api.WorkerMessageResponse);
checkWorkerMessageResponse(o[1] as api.WorkerMessageResponse);
@@ -5245,7 +5266,7 @@
var o = api.SendWorkerMessagesResponse();
buildCounterSendWorkerMessagesResponse++;
if (buildCounterSendWorkerMessagesResponse < 3) {
- o.workerMessageResponses = buildUnnamed7776();
+ o.workerMessageResponses = buildUnnamed7777();
}
buildCounterSendWorkerMessagesResponse--;
return o;
@@ -5254,38 +5275,38 @@
void checkSendWorkerMessagesResponse(api.SendWorkerMessagesResponse o) {
buildCounterSendWorkerMessagesResponse++;
if (buildCounterSendWorkerMessagesResponse < 3) {
- checkUnnamed7776(o.workerMessageResponses!);
+ checkUnnamed7777(o.workerMessageResponses!);
}
buildCounterSendWorkerMessagesResponse--;
}
-core.List<api.SideInputInfo> buildUnnamed7777() {
+core.List<api.SideInputInfo> buildUnnamed7778() {
var o = <api.SideInputInfo>[];
o.add(buildSideInputInfo());
o.add(buildSideInputInfo());
return o;
}
-void checkUnnamed7777(core.List<api.SideInputInfo> o) {
+void checkUnnamed7778(core.List<api.SideInputInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkSideInputInfo(o[0] as api.SideInputInfo);
checkSideInputInfo(o[1] as api.SideInputInfo);
}
-core.List<api.SeqMapTaskOutputInfo> buildUnnamed7778() {
+core.List<api.SeqMapTaskOutputInfo> buildUnnamed7779() {
var o = <api.SeqMapTaskOutputInfo>[];
o.add(buildSeqMapTaskOutputInfo());
o.add(buildSeqMapTaskOutputInfo());
return o;
}
-void checkUnnamed7778(core.List<api.SeqMapTaskOutputInfo> o) {
+void checkUnnamed7779(core.List<api.SeqMapTaskOutputInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkSeqMapTaskOutputInfo(o[0] as api.SeqMapTaskOutputInfo);
checkSeqMapTaskOutputInfo(o[1] as api.SeqMapTaskOutputInfo);
}
-core.Map<core.String, core.Object> buildUnnamed7779() {
+core.Map<core.String, core.Object> buildUnnamed7780() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -5300,7 +5321,7 @@
return o;
}
-void checkUnnamed7779(core.Map<core.String, core.Object> o) {
+void checkUnnamed7780(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted34 = (o['x']!) as core.Map;
unittest.expect(casted34, unittest.hasLength(3));
@@ -5337,12 +5358,12 @@
var o = api.SeqMapTask();
buildCounterSeqMapTask++;
if (buildCounterSeqMapTask < 3) {
- o.inputs = buildUnnamed7777();
+ o.inputs = buildUnnamed7778();
o.name = 'foo';
- o.outputInfos = buildUnnamed7778();
+ o.outputInfos = buildUnnamed7779();
o.stageName = 'foo';
o.systemName = 'foo';
- o.userFn = buildUnnamed7779();
+ o.userFn = buildUnnamed7780();
}
buildCounterSeqMapTask--;
return o;
@@ -5351,12 +5372,12 @@
void checkSeqMapTask(api.SeqMapTask o) {
buildCounterSeqMapTask++;
if (buildCounterSeqMapTask < 3) {
- checkUnnamed7777(o.inputs!);
+ checkUnnamed7778(o.inputs!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7778(o.outputInfos!);
+ checkUnnamed7779(o.outputInfos!);
unittest.expect(
o.stageName!,
unittest.equals('foo'),
@@ -5365,7 +5386,7 @@
o.systemName!,
unittest.equals('foo'),
);
- checkUnnamed7779(o.userFn!);
+ checkUnnamed7780(o.userFn!);
}
buildCounterSeqMapTask--;
}
@@ -5421,7 +5442,7 @@
buildCounterShellTask--;
}
-core.Map<core.String, core.Object> buildUnnamed7780() {
+core.Map<core.String, core.Object> buildUnnamed7781() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -5436,7 +5457,7 @@
return o;
}
-void checkUnnamed7780(core.Map<core.String, core.Object> o) {
+void checkUnnamed7781(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted36 = (o['x']!) as core.Map;
unittest.expect(casted36, unittest.hasLength(3));
@@ -5468,14 +5489,14 @@
);
}
-core.List<api.Source> buildUnnamed7781() {
+core.List<api.Source> buildUnnamed7782() {
var o = <api.Source>[];
o.add(buildSource());
o.add(buildSource());
return o;
}
-void checkUnnamed7781(core.List<api.Source> o) {
+void checkUnnamed7782(core.List<api.Source> o) {
unittest.expect(o, unittest.hasLength(2));
checkSource(o[0] as api.Source);
checkSource(o[1] as api.Source);
@@ -5486,8 +5507,8 @@
var o = api.SideInputInfo();
buildCounterSideInputInfo++;
if (buildCounterSideInputInfo < 3) {
- o.kind = buildUnnamed7780();
- o.sources = buildUnnamed7781();
+ o.kind = buildUnnamed7781();
+ o.sources = buildUnnamed7782();
o.tag = 'foo';
}
buildCounterSideInputInfo--;
@@ -5497,8 +5518,8 @@
void checkSideInputInfo(api.SideInputInfo o) {
buildCounterSideInputInfo++;
if (buildCounterSideInputInfo < 3) {
- checkUnnamed7780(o.kind!);
- checkUnnamed7781(o.sources!);
+ checkUnnamed7781(o.kind!);
+ checkUnnamed7782(o.sources!);
unittest.expect(
o.tag!,
unittest.equals('foo'),
@@ -5507,7 +5528,7 @@
buildCounterSideInputInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed7782() {
+core.Map<core.String, core.Object> buildUnnamed7783() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -5522,7 +5543,7 @@
return o;
}
-void checkUnnamed7782(core.Map<core.String, core.Object> o) {
+void checkUnnamed7783(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted38 = (o['x']!) as core.Map;
unittest.expect(casted38, unittest.hasLength(3));
@@ -5554,7 +5575,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7783() {
+core.Map<core.String, core.Object> buildUnnamed7784() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -5569,7 +5590,7 @@
return o;
}
-void checkUnnamed7783(core.Map<core.String, core.Object> o) {
+void checkUnnamed7784(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted40 = (o['x']!) as core.Map;
unittest.expect(casted40, unittest.hasLength(3));
@@ -5606,8 +5627,8 @@
var o = api.Sink();
buildCounterSink++;
if (buildCounterSink < 3) {
- o.codec = buildUnnamed7782();
- o.spec = buildUnnamed7783();
+ o.codec = buildUnnamed7783();
+ o.spec = buildUnnamed7784();
}
buildCounterSink--;
return o;
@@ -5616,20 +5637,20 @@
void checkSink(api.Sink o) {
buildCounterSink++;
if (buildCounterSink < 3) {
- checkUnnamed7782(o.codec!);
- checkUnnamed7783(o.spec!);
+ checkUnnamed7783(o.codec!);
+ checkUnnamed7784(o.spec!);
}
buildCounterSink--;
}
-core.List<api.PubsubSnapshotMetadata> buildUnnamed7784() {
+core.List<api.PubsubSnapshotMetadata> buildUnnamed7785() {
var o = <api.PubsubSnapshotMetadata>[];
o.add(buildPubsubSnapshotMetadata());
o.add(buildPubsubSnapshotMetadata());
return o;
}
-void checkUnnamed7784(core.List<api.PubsubSnapshotMetadata> o) {
+void checkUnnamed7785(core.List<api.PubsubSnapshotMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkPubsubSnapshotMetadata(o[0] as api.PubsubSnapshotMetadata);
checkPubsubSnapshotMetadata(o[1] as api.PubsubSnapshotMetadata);
@@ -5645,7 +5666,7 @@
o.diskSizeBytes = 'foo';
o.id = 'foo';
o.projectId = 'foo';
- o.pubsubMetadata = buildUnnamed7784();
+ o.pubsubMetadata = buildUnnamed7785();
o.sourceJobId = 'foo';
o.state = 'foo';
o.ttl = 'foo';
@@ -5677,7 +5698,7 @@
o.projectId!,
unittest.equals('foo'),
);
- checkUnnamed7784(o.pubsubMetadata!);
+ checkUnnamed7785(o.pubsubMetadata!);
unittest.expect(
o.sourceJobId!,
unittest.equals('foo'),
@@ -5728,7 +5749,7 @@
buildCounterSnapshotJobRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed7785() {
+core.Map<core.String, core.Object> buildUnnamed7786() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -5743,7 +5764,7 @@
return o;
}
-void checkUnnamed7785(core.Map<core.String, core.Object> o) {
+void checkUnnamed7786(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted42 = (o['x']!) as core.Map;
unittest.expect(casted42, unittest.hasLength(3));
@@ -5775,20 +5796,20 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7786() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7787() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7785());
- o.add(buildUnnamed7785());
+ o.add(buildUnnamed7786());
+ o.add(buildUnnamed7786());
return o;
}
-void checkUnnamed7786(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7787(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7785(o[0]);
- checkUnnamed7785(o[1]);
+ checkUnnamed7786(o[0]);
+ checkUnnamed7786(o[1]);
}
-core.Map<core.String, core.Object> buildUnnamed7787() {
+core.Map<core.String, core.Object> buildUnnamed7788() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -5803,7 +5824,7 @@
return o;
}
-void checkUnnamed7787(core.Map<core.String, core.Object> o) {
+void checkUnnamed7788(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted44 = (o['x']!) as core.Map;
unittest.expect(casted44, unittest.hasLength(3));
@@ -5835,7 +5856,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7788() {
+core.Map<core.String, core.Object> buildUnnamed7789() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -5850,7 +5871,7 @@
return o;
}
-void checkUnnamed7788(core.Map<core.String, core.Object> o) {
+void checkUnnamed7789(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted46 = (o['x']!) as core.Map;
unittest.expect(casted46, unittest.hasLength(3));
@@ -5887,11 +5908,11 @@
var o = api.Source();
buildCounterSource++;
if (buildCounterSource < 3) {
- o.baseSpecs = buildUnnamed7786();
- o.codec = buildUnnamed7787();
+ o.baseSpecs = buildUnnamed7787();
+ o.codec = buildUnnamed7788();
o.doesNotNeedSplitting = true;
o.metadata = buildSourceMetadata();
- o.spec = buildUnnamed7788();
+ o.spec = buildUnnamed7789();
}
buildCounterSource--;
return o;
@@ -5900,11 +5921,11 @@
void checkSource(api.Source o) {
buildCounterSource++;
if (buildCounterSource < 3) {
- checkUnnamed7786(o.baseSpecs!);
- checkUnnamed7787(o.codec!);
+ checkUnnamed7787(o.baseSpecs!);
+ checkUnnamed7788(o.codec!);
unittest.expect(o.doesNotNeedSplitting!, unittest.isTrue);
checkSourceMetadata(o.metadata! as api.SourceMetadata);
- checkUnnamed7788(o.spec!);
+ checkUnnamed7789(o.spec!);
}
buildCounterSource--;
}
@@ -6110,27 +6131,27 @@
buildCounterSourceSplitRequest--;
}
-core.List<api.DerivedSource> buildUnnamed7789() {
+core.List<api.DerivedSource> buildUnnamed7790() {
var o = <api.DerivedSource>[];
o.add(buildDerivedSource());
o.add(buildDerivedSource());
return o;
}
-void checkUnnamed7789(core.List<api.DerivedSource> o) {
+void checkUnnamed7790(core.List<api.DerivedSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkDerivedSource(o[0] as api.DerivedSource);
checkDerivedSource(o[1] as api.DerivedSource);
}
-core.List<api.SourceSplitShard> buildUnnamed7790() {
+core.List<api.SourceSplitShard> buildUnnamed7791() {
var o = <api.SourceSplitShard>[];
o.add(buildSourceSplitShard());
o.add(buildSourceSplitShard());
return o;
}
-void checkUnnamed7790(core.List<api.SourceSplitShard> o) {
+void checkUnnamed7791(core.List<api.SourceSplitShard> o) {
unittest.expect(o, unittest.hasLength(2));
checkSourceSplitShard(o[0] as api.SourceSplitShard);
checkSourceSplitShard(o[1] as api.SourceSplitShard);
@@ -6141,9 +6162,9 @@
var o = api.SourceSplitResponse();
buildCounterSourceSplitResponse++;
if (buildCounterSourceSplitResponse < 3) {
- o.bundles = buildUnnamed7789();
+ o.bundles = buildUnnamed7790();
o.outcome = 'foo';
- o.shards = buildUnnamed7790();
+ o.shards = buildUnnamed7791();
}
buildCounterSourceSplitResponse--;
return o;
@@ -6152,12 +6173,12 @@
void checkSourceSplitResponse(api.SourceSplitResponse o) {
buildCounterSourceSplitResponse++;
if (buildCounterSourceSplitResponse < 3) {
- checkUnnamed7789(o.bundles!);
+ checkUnnamed7790(o.bundles!);
unittest.expect(
o.outcome!,
unittest.equals('foo'),
);
- checkUnnamed7790(o.shards!);
+ checkUnnamed7791(o.shards!);
}
buildCounterSourceSplitResponse--;
}
@@ -6245,14 +6266,14 @@
buildCounterSplitInt64--;
}
-core.List<api.WorkerDetails> buildUnnamed7791() {
+core.List<api.WorkerDetails> buildUnnamed7792() {
var o = <api.WorkerDetails>[];
o.add(buildWorkerDetails());
o.add(buildWorkerDetails());
return o;
}
-void checkUnnamed7791(core.List<api.WorkerDetails> o) {
+void checkUnnamed7792(core.List<api.WorkerDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkerDetails(o[0] as api.WorkerDetails);
checkWorkerDetails(o[1] as api.WorkerDetails);
@@ -6264,7 +6285,7 @@
buildCounterStageExecutionDetails++;
if (buildCounterStageExecutionDetails < 3) {
o.nextPageToken = 'foo';
- o.workers = buildUnnamed7791();
+ o.workers = buildUnnamed7792();
}
buildCounterStageExecutionDetails--;
return o;
@@ -6277,7 +6298,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7791(o.workers!);
+ checkUnnamed7792(o.workers!);
}
buildCounterStageExecutionDetails--;
}
@@ -6319,14 +6340,14 @@
buildCounterStageSource--;
}
-core.List<api.MetricUpdate> buildUnnamed7792() {
+core.List<api.MetricUpdate> buildUnnamed7793() {
var o = <api.MetricUpdate>[];
o.add(buildMetricUpdate());
o.add(buildMetricUpdate());
return o;
}
-void checkUnnamed7792(core.List<api.MetricUpdate> o) {
+void checkUnnamed7793(core.List<api.MetricUpdate> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricUpdate(o[0] as api.MetricUpdate);
checkMetricUpdate(o[1] as api.MetricUpdate);
@@ -6338,7 +6359,7 @@
buildCounterStageSummary++;
if (buildCounterStageSummary < 3) {
o.endTime = 'foo';
- o.metrics = buildUnnamed7792();
+ o.metrics = buildUnnamed7793();
o.progress = buildProgressTimeseries();
o.stageId = 'foo';
o.startTime = 'foo';
@@ -6355,7 +6376,7 @@
o.endTime!,
unittest.equals('foo'),
);
- checkUnnamed7792(o.metrics!);
+ checkUnnamed7793(o.metrics!);
checkProgressTimeseries(o.progress! as api.ProgressTimeseries);
unittest.expect(
o.stageId!,
@@ -6397,7 +6418,7 @@
buildCounterStateFamilyConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed7793() {
+core.Map<core.String, core.Object> buildUnnamed7794() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -6412,7 +6433,7 @@
return o;
}
-void checkUnnamed7793(core.Map<core.String, core.Object> o) {
+void checkUnnamed7794(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted48 = (o['x']!) as core.Map;
unittest.expect(casted48, unittest.hasLength(3));
@@ -6444,17 +6465,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7794() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7795() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7793());
- o.add(buildUnnamed7793());
+ o.add(buildUnnamed7794());
+ o.add(buildUnnamed7794());
return o;
}
-void checkUnnamed7794(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7795(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7793(o[0]);
- checkUnnamed7793(o[1]);
+ checkUnnamed7794(o[0]);
+ checkUnnamed7794(o[1]);
}
core.int buildCounterStatus = 0;
@@ -6463,7 +6484,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7794();
+ o.details = buildUnnamed7795();
o.message = 'foo';
}
buildCounterStatus--;
@@ -6477,7 +6498,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7794(o.details!);
+ checkUnnamed7795(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -6486,7 +6507,7 @@
buildCounterStatus--;
}
-core.Map<core.String, core.Object> buildUnnamed7795() {
+core.Map<core.String, core.Object> buildUnnamed7796() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -6501,7 +6522,7 @@
return o;
}
-void checkUnnamed7795(core.Map<core.String, core.Object> o) {
+void checkUnnamed7796(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted50 = (o['x']!) as core.Map;
unittest.expect(casted50, unittest.hasLength(3));
@@ -6540,7 +6561,7 @@
if (buildCounterStep < 3) {
o.kind = 'foo';
o.name = 'foo';
- o.properties = buildUnnamed7795();
+ o.properties = buildUnnamed7796();
}
buildCounterStep--;
return o;
@@ -6557,7 +6578,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7795(o.properties!);
+ checkUnnamed7796(o.properties!);
}
buildCounterStep--;
}
@@ -6618,27 +6639,27 @@
buildCounterStreamingApplianceSnapshotConfig--;
}
-core.List<api.ParallelInstruction> buildUnnamed7796() {
+core.List<api.ParallelInstruction> buildUnnamed7797() {
var o = <api.ParallelInstruction>[];
o.add(buildParallelInstruction());
o.add(buildParallelInstruction());
return o;
}
-void checkUnnamed7796(core.List<api.ParallelInstruction> o) {
+void checkUnnamed7797(core.List<api.ParallelInstruction> o) {
unittest.expect(o, unittest.hasLength(2));
checkParallelInstruction(o[0] as api.ParallelInstruction);
checkParallelInstruction(o[1] as api.ParallelInstruction);
}
-core.Map<core.String, core.String> buildUnnamed7797() {
+core.Map<core.String, core.String> buildUnnamed7798() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7797(core.Map<core.String, core.String> o) {
+void checkUnnamed7798(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -6656,10 +6677,10 @@
buildCounterStreamingComputationConfig++;
if (buildCounterStreamingComputationConfig < 3) {
o.computationId = 'foo';
- o.instructions = buildUnnamed7796();
+ o.instructions = buildUnnamed7797();
o.stageName = 'foo';
o.systemName = 'foo';
- o.transformUserNameToStateFamily = buildUnnamed7797();
+ o.transformUserNameToStateFamily = buildUnnamed7798();
}
buildCounterStreamingComputationConfig--;
return o;
@@ -6672,7 +6693,7 @@
o.computationId!,
unittest.equals('foo'),
);
- checkUnnamed7796(o.instructions!);
+ checkUnnamed7797(o.instructions!);
unittest.expect(
o.stageName!,
unittest.equals('foo'),
@@ -6681,19 +6702,19 @@
o.systemName!,
unittest.equals('foo'),
);
- checkUnnamed7797(o.transformUserNameToStateFamily!);
+ checkUnnamed7798(o.transformUserNameToStateFamily!);
}
buildCounterStreamingComputationConfig--;
}
-core.List<api.KeyRangeDataDiskAssignment> buildUnnamed7798() {
+core.List<api.KeyRangeDataDiskAssignment> buildUnnamed7799() {
var o = <api.KeyRangeDataDiskAssignment>[];
o.add(buildKeyRangeDataDiskAssignment());
o.add(buildKeyRangeDataDiskAssignment());
return o;
}
-void checkUnnamed7798(core.List<api.KeyRangeDataDiskAssignment> o) {
+void checkUnnamed7799(core.List<api.KeyRangeDataDiskAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyRangeDataDiskAssignment(o[0] as api.KeyRangeDataDiskAssignment);
checkKeyRangeDataDiskAssignment(o[1] as api.KeyRangeDataDiskAssignment);
@@ -6705,7 +6726,7 @@
buildCounterStreamingComputationRanges++;
if (buildCounterStreamingComputationRanges < 3) {
o.computationId = 'foo';
- o.rangeAssignments = buildUnnamed7798();
+ o.rangeAssignments = buildUnnamed7799();
}
buildCounterStreamingComputationRanges--;
return o;
@@ -6718,32 +6739,32 @@
o.computationId!,
unittest.equals('foo'),
);
- checkUnnamed7798(o.rangeAssignments!);
+ checkUnnamed7799(o.rangeAssignments!);
}
buildCounterStreamingComputationRanges--;
}
-core.List<api.StreamingComputationRanges> buildUnnamed7799() {
+core.List<api.StreamingComputationRanges> buildUnnamed7800() {
var o = <api.StreamingComputationRanges>[];
o.add(buildStreamingComputationRanges());
o.add(buildStreamingComputationRanges());
return o;
}
-void checkUnnamed7799(core.List<api.StreamingComputationRanges> o) {
+void checkUnnamed7800(core.List<api.StreamingComputationRanges> o) {
unittest.expect(o, unittest.hasLength(2));
checkStreamingComputationRanges(o[0] as api.StreamingComputationRanges);
checkStreamingComputationRanges(o[1] as api.StreamingComputationRanges);
}
-core.List<api.MountedDataDisk> buildUnnamed7800() {
+core.List<api.MountedDataDisk> buildUnnamed7801() {
var o = <api.MountedDataDisk>[];
o.add(buildMountedDataDisk());
o.add(buildMountedDataDisk());
return o;
}
-void checkUnnamed7800(core.List<api.MountedDataDisk> o) {
+void checkUnnamed7801(core.List<api.MountedDataDisk> o) {
unittest.expect(o, unittest.hasLength(2));
checkMountedDataDisk(o[0] as api.MountedDataDisk);
checkMountedDataDisk(o[1] as api.MountedDataDisk);
@@ -6754,8 +6775,8 @@
var o = api.StreamingComputationTask();
buildCounterStreamingComputationTask++;
if (buildCounterStreamingComputationTask < 3) {
- o.computationRanges = buildUnnamed7799();
- o.dataDisks = buildUnnamed7800();
+ o.computationRanges = buildUnnamed7800();
+ o.dataDisks = buildUnnamed7801();
o.taskType = 'foo';
}
buildCounterStreamingComputationTask--;
@@ -6765,8 +6786,8 @@
void checkStreamingComputationTask(api.StreamingComputationTask o) {
buildCounterStreamingComputationTask++;
if (buildCounterStreamingComputationTask < 3) {
- checkUnnamed7799(o.computationRanges!);
- checkUnnamed7800(o.dataDisks!);
+ checkUnnamed7800(o.computationRanges!);
+ checkUnnamed7801(o.dataDisks!);
unittest.expect(
o.taskType!,
unittest.equals('foo'),
@@ -6775,27 +6796,27 @@
buildCounterStreamingComputationTask--;
}
-core.List<api.StreamingComputationConfig> buildUnnamed7801() {
+core.List<api.StreamingComputationConfig> buildUnnamed7802() {
var o = <api.StreamingComputationConfig>[];
o.add(buildStreamingComputationConfig());
o.add(buildStreamingComputationConfig());
return o;
}
-void checkUnnamed7801(core.List<api.StreamingComputationConfig> o) {
+void checkUnnamed7802(core.List<api.StreamingComputationConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkStreamingComputationConfig(o[0] as api.StreamingComputationConfig);
checkStreamingComputationConfig(o[1] as api.StreamingComputationConfig);
}
-core.Map<core.String, core.String> buildUnnamed7802() {
+core.Map<core.String, core.String> buildUnnamed7803() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7802(core.Map<core.String, core.String> o) {
+void checkUnnamed7803(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -6815,8 +6836,8 @@
o.commitStreamChunkSizeBytes = 'foo';
o.getDataStreamChunkSizeBytes = 'foo';
o.maxWorkItemCommitBytes = 'foo';
- o.streamingComputationConfigs = buildUnnamed7801();
- o.userStepToStateFamilyNameMap = buildUnnamed7802();
+ o.streamingComputationConfigs = buildUnnamed7802();
+ o.userStepToStateFamilyNameMap = buildUnnamed7803();
o.windmillServiceEndpoint = 'foo';
o.windmillServicePort = 'foo';
}
@@ -6839,8 +6860,8 @@
o.maxWorkItemCommitBytes!,
unittest.equals('foo'),
);
- checkUnnamed7801(o.streamingComputationConfigs!);
- checkUnnamed7802(o.userStepToStateFamilyNameMap!);
+ checkUnnamed7802(o.streamingComputationConfigs!);
+ checkUnnamed7803(o.userStepToStateFamilyNameMap!);
unittest.expect(
o.windmillServiceEndpoint!,
unittest.equals('foo'),
@@ -6936,14 +6957,14 @@
buildCounterStreamingStageLocation--;
}
-core.List<core.String> buildUnnamed7803() {
+core.List<core.String> buildUnnamed7804() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7803(core.List<core.String> o) {
+void checkUnnamed7804(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6960,7 +6981,7 @@
var o = api.StringList();
buildCounterStringList++;
if (buildCounterStringList < 3) {
- o.elements = buildUnnamed7803();
+ o.elements = buildUnnamed7804();
}
buildCounterStringList--;
return o;
@@ -6969,19 +6990,19 @@
void checkStringList(api.StringList o) {
buildCounterStringList++;
if (buildCounterStringList < 3) {
- checkUnnamed7803(o.elements!);
+ checkUnnamed7804(o.elements!);
}
buildCounterStringList--;
}
-core.List<api.Parameter> buildUnnamed7804() {
+core.List<api.Parameter> buildUnnamed7805() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed7804(core.List<api.Parameter> o) {
+void checkUnnamed7805(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -6994,7 +7015,7 @@
if (buildCounterStructuredMessage < 3) {
o.messageKey = 'foo';
o.messageText = 'foo';
- o.parameters = buildUnnamed7804();
+ o.parameters = buildUnnamed7805();
}
buildCounterStructuredMessage--;
return o;
@@ -7011,19 +7032,19 @@
o.messageText!,
unittest.equals('foo'),
);
- checkUnnamed7804(o.parameters!);
+ checkUnnamed7805(o.parameters!);
}
buildCounterStructuredMessage--;
}
-core.List<core.String> buildUnnamed7805() {
+core.List<core.String> buildUnnamed7806() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7805(core.List<core.String> o) {
+void checkUnnamed7806(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7051,7 +7072,7 @@
o.logDir = 'foo';
o.logToSerialconsole = true;
o.logUploadLocation = 'foo';
- o.oauthScopes = buildUnnamed7805();
+ o.oauthScopes = buildUnnamed7806();
o.parallelWorkerSettings = buildWorkerSettings();
o.streamingWorkerMainClass = 'foo';
o.taskGroup = 'foo';
@@ -7102,7 +7123,7 @@
o.logUploadLocation!,
unittest.equals('foo'),
);
- checkUnnamed7805(o.oauthScopes!);
+ checkUnnamed7806(o.oauthScopes!);
checkWorkerSettings(o.parallelWorkerSettings! as api.WorkerSettings);
unittest.expect(
o.streamingWorkerMainClass!,
@@ -7132,14 +7153,14 @@
buildCounterTaskRunnerSettings--;
}
-core.List<api.ParameterMetadata> buildUnnamed7806() {
+core.List<api.ParameterMetadata> buildUnnamed7807() {
var o = <api.ParameterMetadata>[];
o.add(buildParameterMetadata());
o.add(buildParameterMetadata());
return o;
}
-void checkUnnamed7806(core.List<api.ParameterMetadata> o) {
+void checkUnnamed7807(core.List<api.ParameterMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameterMetadata(o[0] as api.ParameterMetadata);
checkParameterMetadata(o[1] as api.ParameterMetadata);
@@ -7152,7 +7173,7 @@
if (buildCounterTemplateMetadata < 3) {
o.description = 'foo';
o.name = 'foo';
- o.parameters = buildUnnamed7806();
+ o.parameters = buildUnnamed7807();
}
buildCounterTemplateMetadata--;
return o;
@@ -7169,19 +7190,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7806(o.parameters!);
+ checkUnnamed7807(o.parameters!);
}
buildCounterTemplateMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed7807() {
+core.Map<core.String, core.String> buildUnnamed7808() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7807(core.Map<core.String, core.String> o) {
+void checkUnnamed7808(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -7193,14 +7214,14 @@
);
}
-core.List<core.String> buildUnnamed7808() {
+core.List<core.String> buildUnnamed7809() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7808(core.List<core.String> o) {
+void checkUnnamed7809(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7221,9 +7242,9 @@
o.createTime = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed7807();
+ o.labels = buildUnnamed7808();
o.projectId = 'foo';
- o.tags = buildUnnamed7808();
+ o.tags = buildUnnamed7809();
o.type = 'foo';
o.versionId = 'foo';
}
@@ -7247,12 +7268,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed7807(o.labels!);
+ checkUnnamed7808(o.labels!);
unittest.expect(
o.projectId!,
unittest.equals('foo'),
);
- checkUnnamed7808(o.tags!);
+ checkUnnamed7809(o.tags!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -7265,40 +7286,40 @@
buildCounterTemplateVersion--;
}
-core.List<api.ComputationTopology> buildUnnamed7809() {
+core.List<api.ComputationTopology> buildUnnamed7810() {
var o = <api.ComputationTopology>[];
o.add(buildComputationTopology());
o.add(buildComputationTopology());
return o;
}
-void checkUnnamed7809(core.List<api.ComputationTopology> o) {
+void checkUnnamed7810(core.List<api.ComputationTopology> o) {
unittest.expect(o, unittest.hasLength(2));
checkComputationTopology(o[0] as api.ComputationTopology);
checkComputationTopology(o[1] as api.ComputationTopology);
}
-core.List<api.DataDiskAssignment> buildUnnamed7810() {
+core.List<api.DataDiskAssignment> buildUnnamed7811() {
var o = <api.DataDiskAssignment>[];
o.add(buildDataDiskAssignment());
o.add(buildDataDiskAssignment());
return o;
}
-void checkUnnamed7810(core.List<api.DataDiskAssignment> o) {
+void checkUnnamed7811(core.List<api.DataDiskAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataDiskAssignment(o[0] as api.DataDiskAssignment);
checkDataDiskAssignment(o[1] as api.DataDiskAssignment);
}
-core.Map<core.String, core.String> buildUnnamed7811() {
+core.Map<core.String, core.String> buildUnnamed7812() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7811(core.Map<core.String, core.String> o) {
+void checkUnnamed7812(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -7315,11 +7336,11 @@
var o = api.TopologyConfig();
buildCounterTopologyConfig++;
if (buildCounterTopologyConfig < 3) {
- o.computations = buildUnnamed7809();
- o.dataDiskAssignments = buildUnnamed7810();
+ o.computations = buildUnnamed7810();
+ o.dataDiskAssignments = buildUnnamed7811();
o.forwardingKeyBits = 42;
o.persistentStateVersion = 42;
- o.userStageToComputationNameMap = buildUnnamed7811();
+ o.userStageToComputationNameMap = buildUnnamed7812();
}
buildCounterTopologyConfig--;
return o;
@@ -7328,8 +7349,8 @@
void checkTopologyConfig(api.TopologyConfig o) {
buildCounterTopologyConfig++;
if (buildCounterTopologyConfig < 3) {
- checkUnnamed7809(o.computations!);
- checkUnnamed7810(o.dataDiskAssignments!);
+ checkUnnamed7810(o.computations!);
+ checkUnnamed7811(o.dataDiskAssignments!);
unittest.expect(
o.forwardingKeyBits!,
unittest.equals(42),
@@ -7338,43 +7359,24 @@
o.persistentStateVersion!,
unittest.equals(42),
);
- checkUnnamed7811(o.userStageToComputationNameMap!);
+ checkUnnamed7812(o.userStageToComputationNameMap!);
}
buildCounterTopologyConfig--;
}
-core.List<api.DisplayData> buildUnnamed7812() {
+core.List<api.DisplayData> buildUnnamed7813() {
var o = <api.DisplayData>[];
o.add(buildDisplayData());
o.add(buildDisplayData());
return o;
}
-void checkUnnamed7812(core.List<api.DisplayData> o) {
+void checkUnnamed7813(core.List<api.DisplayData> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisplayData(o[0] as api.DisplayData);
checkDisplayData(o[1] as api.DisplayData);
}
-core.List<core.String> buildUnnamed7813() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed7813(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed7814() {
var o = <core.String>[];
o.add('foo');
@@ -7394,17 +7396,36 @@
);
}
+core.List<core.String> buildUnnamed7815() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed7815(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterTransformSummary = 0;
api.TransformSummary buildTransformSummary() {
var o = api.TransformSummary();
buildCounterTransformSummary++;
if (buildCounterTransformSummary < 3) {
- o.displayData = buildUnnamed7812();
+ o.displayData = buildUnnamed7813();
o.id = 'foo';
- o.inputCollectionName = buildUnnamed7813();
+ o.inputCollectionName = buildUnnamed7814();
o.kind = 'foo';
o.name = 'foo';
- o.outputCollectionName = buildUnnamed7814();
+ o.outputCollectionName = buildUnnamed7815();
}
buildCounterTransformSummary--;
return o;
@@ -7413,12 +7434,12 @@
void checkTransformSummary(api.TransformSummary o) {
buildCounterTransformSummary++;
if (buildCounterTransformSummary < 3) {
- checkUnnamed7812(o.displayData!);
+ checkUnnamed7813(o.displayData!);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
- checkUnnamed7813(o.inputCollectionName!);
+ checkUnnamed7814(o.inputCollectionName!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -7427,7 +7448,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7814(o.outputCollectionName!);
+ checkUnnamed7815(o.outputCollectionName!);
}
buildCounterTransformSummary--;
}
@@ -7456,14 +7477,14 @@
buildCounterValidateResponse--;
}
-core.List<api.Package> buildUnnamed7815() {
+core.List<api.Package> buildUnnamed7816() {
var o = <api.Package>[];
o.add(buildPackage());
o.add(buildPackage());
return o;
}
-void checkUnnamed7815(core.List<api.Package> o) {
+void checkUnnamed7816(core.List<api.Package> o) {
unittest.expect(o, unittest.hasLength(2));
checkPackage(o[0] as api.Package);
checkPackage(o[1] as api.Package);
@@ -7480,7 +7501,7 @@
o.jobId = 'foo';
o.leaseExpireTime = 'foo';
o.mapTask = buildMapTask();
- o.packages = buildUnnamed7815();
+ o.packages = buildUnnamed7816();
o.projectId = 'foo';
o.reportStatusInterval = 'foo';
o.seqMapTask = buildSeqMapTask();
@@ -7518,7 +7539,7 @@
unittest.equals('foo'),
);
checkMapTask(o.mapTask! as api.MapTask);
- checkUnnamed7815(o.packages!);
+ checkUnnamed7816(o.packages!);
unittest.expect(
o.projectId!,
unittest.equals('foo'),
@@ -7539,14 +7560,14 @@
buildCounterWorkItem--;
}
-core.List<api.MetricUpdate> buildUnnamed7816() {
+core.List<api.MetricUpdate> buildUnnamed7817() {
var o = <api.MetricUpdate>[];
o.add(buildMetricUpdate());
o.add(buildMetricUpdate());
return o;
}
-void checkUnnamed7816(core.List<api.MetricUpdate> o) {
+void checkUnnamed7817(core.List<api.MetricUpdate> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricUpdate(o[0] as api.MetricUpdate);
checkMetricUpdate(o[1] as api.MetricUpdate);
@@ -7559,7 +7580,7 @@
if (buildCounterWorkItemDetails < 3) {
o.attemptId = 'foo';
o.endTime = 'foo';
- o.metrics = buildUnnamed7816();
+ o.metrics = buildUnnamed7817();
o.progress = buildProgressTimeseries();
o.startTime = 'foo';
o.state = 'foo';
@@ -7580,7 +7601,7 @@
o.endTime!,
unittest.equals('foo'),
);
- checkUnnamed7816(o.metrics!);
+ checkUnnamed7817(o.metrics!);
checkProgressTimeseries(o.progress! as api.ProgressTimeseries);
unittest.expect(
o.startTime!,
@@ -7598,7 +7619,7 @@
buildCounterWorkItemDetails--;
}
-core.Map<core.String, core.Object> buildUnnamed7817() {
+core.Map<core.String, core.Object> buildUnnamed7818() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7613,7 +7634,7 @@
return o;
}
-void checkUnnamed7817(core.Map<core.String, core.Object> o) {
+void checkUnnamed7818(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted52 = (o['x']!) as core.Map;
unittest.expect(casted52, unittest.hasLength(3));
@@ -7645,14 +7666,14 @@
);
}
-core.List<api.MetricShortId> buildUnnamed7818() {
+core.List<api.MetricShortId> buildUnnamed7819() {
var o = <api.MetricShortId>[];
o.add(buildMetricShortId());
o.add(buildMetricShortId());
return o;
}
-void checkUnnamed7818(core.List<api.MetricShortId> o) {
+void checkUnnamed7819(core.List<api.MetricShortId> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricShortId(o[0] as api.MetricShortId);
checkMetricShortId(o[1] as api.MetricShortId);
@@ -7664,10 +7685,10 @@
buildCounterWorkItemServiceState++;
if (buildCounterWorkItemServiceState < 3) {
o.completeWorkStatus = buildStatus();
- o.harnessData = buildUnnamed7817();
+ o.harnessData = buildUnnamed7818();
o.hotKeyDetection = buildHotKeyDetection();
o.leaseExpireTime = 'foo';
- o.metricShortId = buildUnnamed7818();
+ o.metricShortId = buildUnnamed7819();
o.nextReportIndex = 'foo';
o.reportStatusInterval = 'foo';
o.splitRequest = buildApproximateSplitRequest();
@@ -7682,13 +7703,13 @@
buildCounterWorkItemServiceState++;
if (buildCounterWorkItemServiceState < 3) {
checkStatus(o.completeWorkStatus! as api.Status);
- checkUnnamed7817(o.harnessData!);
+ checkUnnamed7818(o.harnessData!);
checkHotKeyDetection(o.hotKeyDetection! as api.HotKeyDetection);
unittest.expect(
o.leaseExpireTime!,
unittest.equals('foo'),
);
- checkUnnamed7818(o.metricShortId!);
+ checkUnnamed7819(o.metricShortId!);
unittest.expect(
o.nextReportIndex!,
unittest.equals('foo'),
@@ -7705,40 +7726,40 @@
buildCounterWorkItemServiceState--;
}
-core.List<api.CounterUpdate> buildUnnamed7819() {
+core.List<api.CounterUpdate> buildUnnamed7820() {
var o = <api.CounterUpdate>[];
o.add(buildCounterUpdate());
o.add(buildCounterUpdate());
return o;
}
-void checkUnnamed7819(core.List<api.CounterUpdate> o) {
+void checkUnnamed7820(core.List<api.CounterUpdate> o) {
unittest.expect(o, unittest.hasLength(2));
checkCounterUpdate(o[0] as api.CounterUpdate);
checkCounterUpdate(o[1] as api.CounterUpdate);
}
-core.List<api.Status> buildUnnamed7820() {
+core.List<api.Status> buildUnnamed7821() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed7820(core.List<api.Status> o) {
+void checkUnnamed7821(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
}
-core.List<api.MetricUpdate> buildUnnamed7821() {
+core.List<api.MetricUpdate> buildUnnamed7822() {
var o = <api.MetricUpdate>[];
o.add(buildMetricUpdate());
o.add(buildMetricUpdate());
return o;
}
-void checkUnnamed7821(core.List<api.MetricUpdate> o) {
+void checkUnnamed7822(core.List<api.MetricUpdate> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricUpdate(o[0] as api.MetricUpdate);
checkMetricUpdate(o[1] as api.MetricUpdate);
@@ -7750,10 +7771,10 @@
buildCounterWorkItemStatus++;
if (buildCounterWorkItemStatus < 3) {
o.completed = true;
- o.counterUpdates = buildUnnamed7819();
+ o.counterUpdates = buildUnnamed7820();
o.dynamicSourceSplit = buildDynamicSourceSplit();
- o.errors = buildUnnamed7820();
- o.metricUpdates = buildUnnamed7821();
+ o.errors = buildUnnamed7821();
+ o.metricUpdates = buildUnnamed7822();
o.progress = buildApproximateProgress();
o.reportIndex = 'foo';
o.reportedProgress = buildApproximateReportedProgress();
@@ -7772,10 +7793,10 @@
buildCounterWorkItemStatus++;
if (buildCounterWorkItemStatus < 3) {
unittest.expect(o.completed!, unittest.isTrue);
- checkUnnamed7819(o.counterUpdates!);
+ checkUnnamed7820(o.counterUpdates!);
checkDynamicSourceSplit(o.dynamicSourceSplit! as api.DynamicSourceSplit);
- checkUnnamed7820(o.errors!);
- checkUnnamed7821(o.metricUpdates!);
+ checkUnnamed7821(o.errors!);
+ checkUnnamed7822(o.metricUpdates!);
checkApproximateProgress(o.progress! as api.ApproximateProgress);
unittest.expect(
o.reportIndex!,
@@ -7803,14 +7824,14 @@
buildCounterWorkItemStatus--;
}
-core.List<api.WorkItemDetails> buildUnnamed7822() {
+core.List<api.WorkItemDetails> buildUnnamed7823() {
var o = <api.WorkItemDetails>[];
o.add(buildWorkItemDetails());
o.add(buildWorkItemDetails());
return o;
}
-void checkUnnamed7822(core.List<api.WorkItemDetails> o) {
+void checkUnnamed7823(core.List<api.WorkItemDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkItemDetails(o[0] as api.WorkItemDetails);
checkWorkItemDetails(o[1] as api.WorkItemDetails);
@@ -7821,7 +7842,7 @@
var o = api.WorkerDetails();
buildCounterWorkerDetails++;
if (buildCounterWorkerDetails < 3) {
- o.workItems = buildUnnamed7822();
+ o.workItems = buildUnnamed7823();
o.workerName = 'foo';
}
buildCounterWorkerDetails--;
@@ -7831,7 +7852,7 @@
void checkWorkerDetails(api.WorkerDetails o) {
buildCounterWorkerDetails++;
if (buildCounterWorkerDetails < 3) {
- checkUnnamed7822(o.workItems!);
+ checkUnnamed7823(o.workItems!);
unittest.expect(
o.workerName!,
unittest.equals('foo'),
@@ -7840,7 +7861,7 @@
buildCounterWorkerDetails--;
}
-core.Map<core.String, core.Object> buildUnnamed7823() {
+core.Map<core.String, core.Object> buildUnnamed7824() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7855,7 +7876,7 @@
return o;
}
-void checkUnnamed7823(core.Map<core.String, core.Object> o) {
+void checkUnnamed7824(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted54 = (o['x']!) as core.Map;
unittest.expect(casted54, unittest.hasLength(3));
@@ -7887,17 +7908,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7824() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7825() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7823());
- o.add(buildUnnamed7823());
+ o.add(buildUnnamed7824());
+ o.add(buildUnnamed7824());
return o;
}
-void checkUnnamed7824(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7825(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7823(o[0]);
- checkUnnamed7823(o[1]);
+ checkUnnamed7824(o[0]);
+ checkUnnamed7824(o[1]);
}
core.int buildCounterWorkerHealthReport = 0;
@@ -7906,7 +7927,7 @@
buildCounterWorkerHealthReport++;
if (buildCounterWorkerHealthReport < 3) {
o.msg = 'foo';
- o.pods = buildUnnamed7824();
+ o.pods = buildUnnamed7825();
o.reportInterval = 'foo';
o.vmIsBroken = true;
o.vmIsHealthy = true;
@@ -7923,7 +7944,7 @@
o.msg!,
unittest.equals('foo'),
);
- checkUnnamed7824(o.pods!);
+ checkUnnamed7825(o.pods!);
unittest.expect(
o.reportInterval!,
unittest.equals('foo'),
@@ -7960,54 +7981,6 @@
buildCounterWorkerHealthReportResponse--;
}
-core.Map<core.String, core.String> buildUnnamed7825() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed7825(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterWorkerLifecycleEvent = 0;
-api.WorkerLifecycleEvent buildWorkerLifecycleEvent() {
- var o = api.WorkerLifecycleEvent();
- buildCounterWorkerLifecycleEvent++;
- if (buildCounterWorkerLifecycleEvent < 3) {
- o.containerStartTime = 'foo';
- o.event = 'foo';
- o.metadata = buildUnnamed7825();
- }
- buildCounterWorkerLifecycleEvent--;
- return o;
-}
-
-void checkWorkerLifecycleEvent(api.WorkerLifecycleEvent o) {
- buildCounterWorkerLifecycleEvent++;
- if (buildCounterWorkerLifecycleEvent < 3) {
- unittest.expect(
- o.containerStartTime!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.event!,
- unittest.equals('foo'),
- );
- checkUnnamed7825(o.metadata!);
- }
- buildCounterWorkerLifecycleEvent--;
-}
-
core.Map<core.String, core.String> buildUnnamed7826() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -8027,12 +8000,60 @@
);
}
+core.int buildCounterWorkerLifecycleEvent = 0;
+api.WorkerLifecycleEvent buildWorkerLifecycleEvent() {
+ var o = api.WorkerLifecycleEvent();
+ buildCounterWorkerLifecycleEvent++;
+ if (buildCounterWorkerLifecycleEvent < 3) {
+ o.containerStartTime = 'foo';
+ o.event = 'foo';
+ o.metadata = buildUnnamed7826();
+ }
+ buildCounterWorkerLifecycleEvent--;
+ return o;
+}
+
+void checkWorkerLifecycleEvent(api.WorkerLifecycleEvent o) {
+ buildCounterWorkerLifecycleEvent++;
+ if (buildCounterWorkerLifecycleEvent < 3) {
+ unittest.expect(
+ o.containerStartTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.event!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed7826(o.metadata!);
+ }
+ buildCounterWorkerLifecycleEvent--;
+}
+
+core.Map<core.String, core.String> buildUnnamed7827() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed7827(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterWorkerMessage = 0;
api.WorkerMessage buildWorkerMessage() {
var o = api.WorkerMessage();
buildCounterWorkerMessage++;
if (buildCounterWorkerMessage < 3) {
- o.labels = buildUnnamed7826();
+ o.labels = buildUnnamed7827();
o.time = 'foo';
o.workerHealthReport = buildWorkerHealthReport();
o.workerLifecycleEvent = buildWorkerLifecycleEvent();
@@ -8047,7 +8068,7 @@
void checkWorkerMessage(api.WorkerMessage o) {
buildCounterWorkerMessage++;
if (buildCounterWorkerMessage < 3) {
- checkUnnamed7826(o.labels!);
+ checkUnnamed7827(o.labels!);
unittest.expect(
o.time!,
unittest.equals('foo'),
@@ -8064,7 +8085,7 @@
buildCounterWorkerMessage--;
}
-core.Map<core.String, core.Object> buildUnnamed7827() {
+core.Map<core.String, core.Object> buildUnnamed7828() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8079,7 +8100,7 @@
return o;
}
-void checkUnnamed7827(core.Map<core.String, core.Object> o) {
+void checkUnnamed7828(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted56 = (o['x']!) as core.Map;
unittest.expect(casted56, unittest.hasLength(3));
@@ -8117,7 +8138,7 @@
buildCounterWorkerMessageCode++;
if (buildCounterWorkerMessageCode < 3) {
o.code = 'foo';
- o.parameters = buildUnnamed7827();
+ o.parameters = buildUnnamed7828();
}
buildCounterWorkerMessageCode--;
return o;
@@ -8130,7 +8151,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed7827(o.parameters!);
+ checkUnnamed7828(o.parameters!);
}
buildCounterWorkerMessageCode--;
}
@@ -8161,27 +8182,27 @@
buildCounterWorkerMessageResponse--;
}
-core.List<api.Disk> buildUnnamed7828() {
+core.List<api.Disk> buildUnnamed7829() {
var o = <api.Disk>[];
o.add(buildDisk());
o.add(buildDisk());
return o;
}
-void checkUnnamed7828(core.List<api.Disk> o) {
+void checkUnnamed7829(core.List<api.Disk> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisk(o[0] as api.Disk);
checkDisk(o[1] as api.Disk);
}
-core.Map<core.String, core.String> buildUnnamed7829() {
+core.Map<core.String, core.String> buildUnnamed7830() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7829(core.Map<core.String, core.String> o) {
+void checkUnnamed7830(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -8193,20 +8214,20 @@
);
}
-core.List<api.Package> buildUnnamed7830() {
+core.List<api.Package> buildUnnamed7831() {
var o = <api.Package>[];
o.add(buildPackage());
o.add(buildPackage());
return o;
}
-void checkUnnamed7830(core.List<api.Package> o) {
+void checkUnnamed7831(core.List<api.Package> o) {
unittest.expect(o, unittest.hasLength(2));
checkPackage(o[0] as api.Package);
checkPackage(o[1] as api.Package);
}
-core.Map<core.String, core.Object> buildUnnamed7831() {
+core.Map<core.String, core.Object> buildUnnamed7832() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8221,7 +8242,7 @@
return o;
}
-void checkUnnamed7831(core.Map<core.String, core.Object> o) {
+void checkUnnamed7832(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted58 = (o['x']!) as core.Map;
unittest.expect(casted58, unittest.hasLength(3));
@@ -8253,14 +8274,14 @@
);
}
-core.List<api.SdkHarnessContainerImage> buildUnnamed7832() {
+core.List<api.SdkHarnessContainerImage> buildUnnamed7833() {
var o = <api.SdkHarnessContainerImage>[];
o.add(buildSdkHarnessContainerImage());
o.add(buildSdkHarnessContainerImage());
return o;
}
-void checkUnnamed7832(core.List<api.SdkHarnessContainerImage> o) {
+void checkUnnamed7833(core.List<api.SdkHarnessContainerImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkSdkHarnessContainerImage(o[0] as api.SdkHarnessContainerImage);
checkSdkHarnessContainerImage(o[1] as api.SdkHarnessContainerImage);
@@ -8272,7 +8293,7 @@
buildCounterWorkerPool++;
if (buildCounterWorkerPool < 3) {
o.autoscalingSettings = buildAutoscalingSettings();
- o.dataDisks = buildUnnamed7828();
+ o.dataDisks = buildUnnamed7829();
o.defaultPackageSet = 'foo';
o.diskSizeGb = 42;
o.diskSourceImage = 'foo';
@@ -8280,14 +8301,14 @@
o.ipConfiguration = 'foo';
o.kind = 'foo';
o.machineType = 'foo';
- o.metadata = buildUnnamed7829();
+ o.metadata = buildUnnamed7830();
o.network = 'foo';
o.numThreadsPerWorker = 42;
o.numWorkers = 42;
o.onHostMaintenance = 'foo';
- o.packages = buildUnnamed7830();
- o.poolArgs = buildUnnamed7831();
- o.sdkHarnessContainerImages = buildUnnamed7832();
+ o.packages = buildUnnamed7831();
+ o.poolArgs = buildUnnamed7832();
+ o.sdkHarnessContainerImages = buildUnnamed7833();
o.subnetwork = 'foo';
o.taskrunnerSettings = buildTaskRunnerSettings();
o.teardownPolicy = 'foo';
@@ -8302,7 +8323,7 @@
buildCounterWorkerPool++;
if (buildCounterWorkerPool < 3) {
checkAutoscalingSettings(o.autoscalingSettings! as api.AutoscalingSettings);
- checkUnnamed7828(o.dataDisks!);
+ checkUnnamed7829(o.dataDisks!);
unittest.expect(
o.defaultPackageSet!,
unittest.equals('foo'),
@@ -8331,7 +8352,7 @@
o.machineType!,
unittest.equals('foo'),
);
- checkUnnamed7829(o.metadata!);
+ checkUnnamed7830(o.metadata!);
unittest.expect(
o.network!,
unittest.equals('foo'),
@@ -8348,9 +8369,9 @@
o.onHostMaintenance!,
unittest.equals('foo'),
);
- checkUnnamed7830(o.packages!);
- checkUnnamed7831(o.poolArgs!);
- checkUnnamed7832(o.sdkHarnessContainerImages!);
+ checkUnnamed7831(o.packages!);
+ checkUnnamed7832(o.poolArgs!);
+ checkUnnamed7833(o.sdkHarnessContainerImages!);
unittest.expect(
o.subnetwork!,
unittest.equals('foo'),
diff --git a/generated/googleapis_beta/test/firebasedatabase/v1beta_test.dart b/generated/googleapis_beta/test/firebasedatabase/v1beta_test.dart
index 182a48f..310063f 100644
--- a/generated/googleapis_beta/test/firebasedatabase/v1beta_test.dart
+++ b/generated/googleapis_beta/test/firebasedatabase/v1beta_test.dart
@@ -84,14 +84,14 @@
buildCounterDisableDatabaseInstanceRequest--;
}
-core.List<api.DatabaseInstance> buildUnnamed7833() {
+core.List<api.DatabaseInstance> buildUnnamed7834() {
var o = <api.DatabaseInstance>[];
o.add(buildDatabaseInstance());
o.add(buildDatabaseInstance());
return o;
}
-void checkUnnamed7833(core.List<api.DatabaseInstance> o) {
+void checkUnnamed7834(core.List<api.DatabaseInstance> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatabaseInstance(o[0] as api.DatabaseInstance);
checkDatabaseInstance(o[1] as api.DatabaseInstance);
@@ -102,7 +102,7 @@
var o = api.ListDatabaseInstancesResponse();
buildCounterListDatabaseInstancesResponse++;
if (buildCounterListDatabaseInstancesResponse < 3) {
- o.instances = buildUnnamed7833();
+ o.instances = buildUnnamed7834();
o.nextPageToken = 'foo';
}
buildCounterListDatabaseInstancesResponse--;
@@ -112,7 +112,7 @@
void checkListDatabaseInstancesResponse(api.ListDatabaseInstancesResponse o) {
buildCounterListDatabaseInstancesResponse++;
if (buildCounterListDatabaseInstancesResponse < 3) {
- checkUnnamed7833(o.instances!);
+ checkUnnamed7834(o.instances!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
diff --git a/generated/googleapis_beta/test/lifesciences/v2beta_test.dart b/generated/googleapis_beta/test/lifesciences/v2beta_test.dart
index 270dd2d..38c6522 100644
--- a/generated/googleapis_beta/test/lifesciences/v2beta_test.dart
+++ b/generated/googleapis_beta/test/lifesciences/v2beta_test.dart
@@ -54,14 +54,14 @@
buildCounterAccelerator--;
}
-core.List<core.String> buildUnnamed7864() {
+core.List<core.String> buildUnnamed7865() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7864(core.List<core.String> o) {
+void checkUnnamed7865(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -73,25 +73,6 @@
);
}
-core.Map<core.String, core.String> buildUnnamed7865() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed7865(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed7866() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -111,27 +92,46 @@
);
}
-core.List<api.Mount> buildUnnamed7867() {
+core.Map<core.String, core.String> buildUnnamed7867() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed7867(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
+core.List<api.Mount> buildUnnamed7868() {
var o = <api.Mount>[];
o.add(buildMount());
o.add(buildMount());
return o;
}
-void checkUnnamed7867(core.List<api.Mount> o) {
+void checkUnnamed7868(core.List<api.Mount> o) {
unittest.expect(o, unittest.hasLength(2));
checkMount(o[0] as api.Mount);
checkMount(o[1] as api.Mount);
}
-core.Map<core.String, core.int> buildUnnamed7868() {
+core.Map<core.String, core.int> buildUnnamed7869() {
var o = <core.String, core.int>{};
o['x'] = 42;
o['y'] = 42;
return o;
}
-void checkUnnamed7868(core.Map<core.String, core.int> o) {
+void checkUnnamed7869(core.Map<core.String, core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -150,20 +150,20 @@
if (buildCounterAction < 3) {
o.alwaysRun = true;
o.blockExternalNetwork = true;
- o.commands = buildUnnamed7864();
+ o.commands = buildUnnamed7865();
o.containerName = 'foo';
o.credentials = buildSecret();
o.disableImagePrefetch = true;
o.disableStandardErrorCapture = true;
o.enableFuse = true;
o.entrypoint = 'foo';
- o.environment = buildUnnamed7865();
+ o.environment = buildUnnamed7866();
o.ignoreExitStatus = true;
o.imageUri = 'foo';
- o.labels = buildUnnamed7866();
- o.mounts = buildUnnamed7867();
+ o.labels = buildUnnamed7867();
+ o.mounts = buildUnnamed7868();
o.pidNamespace = 'foo';
- o.portMappings = buildUnnamed7868();
+ o.portMappings = buildUnnamed7869();
o.publishExposedPorts = true;
o.runInBackground = true;
o.timeout = 'foo';
@@ -177,7 +177,7 @@
if (buildCounterAction < 3) {
unittest.expect(o.alwaysRun!, unittest.isTrue);
unittest.expect(o.blockExternalNetwork!, unittest.isTrue);
- checkUnnamed7864(o.commands!);
+ checkUnnamed7865(o.commands!);
unittest.expect(
o.containerName!,
unittest.equals('foo'),
@@ -190,19 +190,19 @@
o.entrypoint!,
unittest.equals('foo'),
);
- checkUnnamed7865(o.environment!);
+ checkUnnamed7866(o.environment!);
unittest.expect(o.ignoreExitStatus!, unittest.isTrue);
unittest.expect(
o.imageUri!,
unittest.equals('foo'),
);
- checkUnnamed7866(o.labels!);
- checkUnnamed7867(o.mounts!);
+ checkUnnamed7867(o.labels!);
+ checkUnnamed7868(o.mounts!);
unittest.expect(
o.pidNamespace!,
unittest.equals('foo'),
);
- checkUnnamed7868(o.portMappings!);
+ checkUnnamed7869(o.portMappings!);
unittest.expect(o.publishExposedPorts!, unittest.isTrue);
unittest.expect(o.runInBackground!, unittest.isTrue);
unittest.expect(
@@ -250,14 +250,14 @@
buildCounterContainerKilledEvent--;
}
-core.Map<core.String, core.int> buildUnnamed7869() {
+core.Map<core.String, core.int> buildUnnamed7870() {
var o = <core.String, core.int>{};
o['x'] = 42;
o['y'] = 42;
return o;
}
-void checkUnnamed7869(core.Map<core.String, core.int> o) {
+void checkUnnamed7870(core.Map<core.String, core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -276,7 +276,7 @@
if (buildCounterContainerStartedEvent < 3) {
o.actionId = 42;
o.ipAddress = 'foo';
- o.portMappings = buildUnnamed7869();
+ o.portMappings = buildUnnamed7870();
}
buildCounterContainerStartedEvent--;
return o;
@@ -293,7 +293,7 @@
o.ipAddress!,
unittest.equals('foo'),
);
- checkUnnamed7869(o.portMappings!);
+ checkUnnamed7870(o.portMappings!);
}
buildCounterContainerStartedEvent--;
}
@@ -330,14 +330,14 @@
buildCounterContainerStoppedEvent--;
}
-core.List<core.String> buildUnnamed7870() {
+core.List<core.String> buildUnnamed7871() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7870(core.List<core.String> o) {
+void checkUnnamed7871(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -355,7 +355,7 @@
buildCounterDelayedEvent++;
if (buildCounterDelayedEvent < 3) {
o.cause = 'foo';
- o.metrics = buildUnnamed7870();
+ o.metrics = buildUnnamed7871();
}
buildCounterDelayedEvent--;
return o;
@@ -368,7 +368,7 @@
o.cause!,
unittest.equals('foo'),
);
- checkUnnamed7870(o.metrics!);
+ checkUnnamed7871(o.metrics!);
}
buildCounterDelayedEvent--;
}
@@ -524,14 +524,14 @@
buildCounterFailedEvent--;
}
-core.List<api.Location> buildUnnamed7871() {
+core.List<api.Location> buildUnnamed7872() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed7871(core.List<api.Location> o) {
+void checkUnnamed7872(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -542,7 +542,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed7871();
+ o.locations = buildUnnamed7872();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -552,7 +552,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed7871(o.locations!);
+ checkUnnamed7872(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -561,14 +561,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed7872() {
+core.List<api.Operation> buildUnnamed7873() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed7872(core.List<api.Operation> o) {
+void checkUnnamed7873(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -580,7 +580,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed7872();
+ o.operations = buildUnnamed7873();
}
buildCounterListOperationsResponse--;
return o;
@@ -593,19 +593,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7872(o.operations!);
+ checkUnnamed7873(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed7873() {
+core.Map<core.String, core.String> buildUnnamed7874() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7873(core.Map<core.String, core.String> o) {
+void checkUnnamed7874(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -617,7 +617,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7874() {
+core.Map<core.String, core.Object> buildUnnamed7875() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -632,7 +632,7 @@
return o;
}
-void checkUnnamed7874(core.Map<core.String, core.Object> o) {
+void checkUnnamed7875(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -670,9 +670,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed7873();
+ o.labels = buildUnnamed7874();
o.locationId = 'foo';
- o.metadata = buildUnnamed7874();
+ o.metadata = buildUnnamed7875();
o.name = 'foo';
}
buildCounterLocation--;
@@ -686,12 +686,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed7873(o.labels!);
+ checkUnnamed7874(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed7874(o.metadata!);
+ checkUnnamed7875(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -700,27 +700,27 @@
buildCounterLocation--;
}
-core.List<api.Event> buildUnnamed7875() {
+core.List<api.Event> buildUnnamed7876() {
var o = <api.Event>[];
o.add(buildEvent());
o.add(buildEvent());
return o;
}
-void checkUnnamed7875(core.List<api.Event> o) {
+void checkUnnamed7876(core.List<api.Event> o) {
unittest.expect(o, unittest.hasLength(2));
checkEvent(o[0] as api.Event);
checkEvent(o[1] as api.Event);
}
-core.Map<core.String, core.String> buildUnnamed7876() {
+core.Map<core.String, core.String> buildUnnamed7877() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7876(core.Map<core.String, core.String> o) {
+void checkUnnamed7877(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -739,8 +739,8 @@
if (buildCounterMetadata < 3) {
o.createTime = 'foo';
o.endTime = 'foo';
- o.events = buildUnnamed7875();
- o.labels = buildUnnamed7876();
+ o.events = buildUnnamed7876();
+ o.labels = buildUnnamed7877();
o.pipeline = buildPipeline();
o.pubSubTopic = 'foo';
o.startTime = 'foo';
@@ -760,8 +760,8 @@
o.endTime!,
unittest.equals('foo'),
);
- checkUnnamed7875(o.events!);
- checkUnnamed7876(o.labels!);
+ checkUnnamed7876(o.events!);
+ checkUnnamed7877(o.labels!);
checkPipeline(o.pipeline! as api.Pipeline);
unittest.expect(
o.pubSubTopic!,
@@ -855,7 +855,7 @@
buildCounterNetwork--;
}
-core.Map<core.String, core.Object> buildUnnamed7877() {
+core.Map<core.String, core.Object> buildUnnamed7878() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -870,7 +870,7 @@
return o;
}
-void checkUnnamed7877(core.Map<core.String, core.Object> o) {
+void checkUnnamed7878(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -902,7 +902,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7878() {
+core.Map<core.String, core.Object> buildUnnamed7879() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -917,7 +917,7 @@
return o;
}
-void checkUnnamed7878(core.Map<core.String, core.Object> o) {
+void checkUnnamed7879(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -956,9 +956,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed7877();
+ o.metadata = buildUnnamed7878();
o.name = 'foo';
- o.response = buildUnnamed7878();
+ o.response = buildUnnamed7879();
}
buildCounterOperation--;
return o;
@@ -969,12 +969,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed7877(o.metadata!);
+ checkUnnamed7878(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7878(o.response!);
+ checkUnnamed7879(o.response!);
}
buildCounterOperation--;
}
@@ -1011,27 +1011,27 @@
buildCounterPersistentDisk--;
}
-core.List<api.Action> buildUnnamed7879() {
+core.List<api.Action> buildUnnamed7880() {
var o = <api.Action>[];
o.add(buildAction());
o.add(buildAction());
return o;
}
-void checkUnnamed7879(core.List<api.Action> o) {
+void checkUnnamed7880(core.List<api.Action> o) {
unittest.expect(o, unittest.hasLength(2));
checkAction(o[0] as api.Action);
checkAction(o[1] as api.Action);
}
-core.Map<core.String, core.String> buildUnnamed7880() {
+core.Map<core.String, core.String> buildUnnamed7881() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7880(core.Map<core.String, core.String> o) {
+void checkUnnamed7881(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1048,8 +1048,8 @@
var o = api.Pipeline();
buildCounterPipeline++;
if (buildCounterPipeline < 3) {
- o.actions = buildUnnamed7879();
- o.environment = buildUnnamed7880();
+ o.actions = buildUnnamed7880();
+ o.environment = buildUnnamed7881();
o.resources = buildResources();
o.timeout = 'foo';
}
@@ -1060,8 +1060,8 @@
void checkPipeline(api.Pipeline o) {
buildCounterPipeline++;
if (buildCounterPipeline < 3) {
- checkUnnamed7879(o.actions!);
- checkUnnamed7880(o.environment!);
+ checkUnnamed7880(o.actions!);
+ checkUnnamed7881(o.environment!);
checkResources(o.resources! as api.Resources);
unittest.expect(
o.timeout!,
@@ -1115,25 +1115,6 @@
buildCounterPullStoppedEvent--;
}
-core.List<core.String> buildUnnamed7881() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed7881(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed7882() {
var o = <core.String>[];
o.add('foo');
@@ -1153,14 +1134,33 @@
);
}
+core.List<core.String> buildUnnamed7883() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed7883(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterResources = 0;
api.Resources buildResources() {
var o = api.Resources();
buildCounterResources++;
if (buildCounterResources < 3) {
- o.regions = buildUnnamed7881();
+ o.regions = buildUnnamed7882();
o.virtualMachine = buildVirtualMachine();
- o.zones = buildUnnamed7882();
+ o.zones = buildUnnamed7883();
}
buildCounterResources--;
return o;
@@ -1169,21 +1169,21 @@
void checkResources(api.Resources o) {
buildCounterResources++;
if (buildCounterResources < 3) {
- checkUnnamed7881(o.regions!);
+ checkUnnamed7882(o.regions!);
checkVirtualMachine(o.virtualMachine! as api.VirtualMachine);
- checkUnnamed7882(o.zones!);
+ checkUnnamed7883(o.zones!);
}
buildCounterResources--;
}
-core.Map<core.String, core.String> buildUnnamed7883() {
+core.Map<core.String, core.String> buildUnnamed7884() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7883(core.Map<core.String, core.String> o) {
+void checkUnnamed7884(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1200,7 +1200,7 @@
var o = api.RunPipelineRequest();
buildCounterRunPipelineRequest++;
if (buildCounterRunPipelineRequest < 3) {
- o.labels = buildUnnamed7883();
+ o.labels = buildUnnamed7884();
o.pipeline = buildPipeline();
o.pubSubTopic = 'foo';
}
@@ -1211,7 +1211,7 @@
void checkRunPipelineRequest(api.RunPipelineRequest o) {
buildCounterRunPipelineRequest++;
if (buildCounterRunPipelineRequest < 3) {
- checkUnnamed7883(o.labels!);
+ checkUnnamed7884(o.labels!);
checkPipeline(o.pipeline! as api.Pipeline);
unittest.expect(
o.pubSubTopic!,
@@ -1263,14 +1263,14 @@
buildCounterSecret--;
}
-core.List<core.String> buildUnnamed7884() {
+core.List<core.String> buildUnnamed7885() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7884(core.List<core.String> o) {
+void checkUnnamed7885(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1288,7 +1288,7 @@
buildCounterServiceAccount++;
if (buildCounterServiceAccount < 3) {
o.email = 'foo';
- o.scopes = buildUnnamed7884();
+ o.scopes = buildUnnamed7885();
}
buildCounterServiceAccount--;
return o;
@@ -1301,12 +1301,12 @@
o.email!,
unittest.equals('foo'),
);
- checkUnnamed7884(o.scopes!);
+ checkUnnamed7885(o.scopes!);
}
buildCounterServiceAccount--;
}
-core.Map<core.String, core.Object> buildUnnamed7885() {
+core.Map<core.String, core.Object> buildUnnamed7886() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1321,7 +1321,7 @@
return o;
}
-void checkUnnamed7885(core.Map<core.String, core.Object> o) {
+void checkUnnamed7886(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1353,17 +1353,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7886() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7887() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7885());
- o.add(buildUnnamed7885());
+ o.add(buildUnnamed7886());
+ o.add(buildUnnamed7886());
return o;
}
-void checkUnnamed7886(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7887(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7885(o[0]);
- checkUnnamed7885(o[1]);
+ checkUnnamed7886(o[0]);
+ checkUnnamed7886(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1372,7 +1372,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7886();
+ o.details = buildUnnamed7887();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1386,7 +1386,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7886(o.details!);
+ checkUnnamed7887(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1422,40 +1422,40 @@
buildCounterUnexpectedExitStatusEvent--;
}
-core.List<api.Accelerator> buildUnnamed7887() {
+core.List<api.Accelerator> buildUnnamed7888() {
var o = <api.Accelerator>[];
o.add(buildAccelerator());
o.add(buildAccelerator());
return o;
}
-void checkUnnamed7887(core.List<api.Accelerator> o) {
+void checkUnnamed7888(core.List<api.Accelerator> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccelerator(o[0] as api.Accelerator);
checkAccelerator(o[1] as api.Accelerator);
}
-core.List<api.Disk> buildUnnamed7888() {
+core.List<api.Disk> buildUnnamed7889() {
var o = <api.Disk>[];
o.add(buildDisk());
o.add(buildDisk());
return o;
}
-void checkUnnamed7888(core.List<api.Disk> o) {
+void checkUnnamed7889(core.List<api.Disk> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisk(o[0] as api.Disk);
checkDisk(o[1] as api.Disk);
}
-core.List<core.String> buildUnnamed7889() {
+core.List<core.String> buildUnnamed7890() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7889(core.List<core.String> o) {
+void checkUnnamed7890(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1467,14 +1467,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed7890() {
+core.Map<core.String, core.String> buildUnnamed7891() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7890(core.Map<core.String, core.String> o) {
+void checkUnnamed7891(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1486,14 +1486,14 @@
);
}
-core.List<api.Volume> buildUnnamed7891() {
+core.List<api.Volume> buildUnnamed7892() {
var o = <api.Volume>[];
o.add(buildVolume());
o.add(buildVolume());
return o;
}
-void checkUnnamed7891(core.List<api.Volume> o) {
+void checkUnnamed7892(core.List<api.Volume> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolume(o[0] as api.Volume);
checkVolume(o[1] as api.Volume);
@@ -1504,20 +1504,20 @@
var o = api.VirtualMachine();
buildCounterVirtualMachine++;
if (buildCounterVirtualMachine < 3) {
- o.accelerators = buildUnnamed7887();
+ o.accelerators = buildUnnamed7888();
o.bootDiskSizeGb = 42;
o.bootImage = 'foo';
o.cpuPlatform = 'foo';
- o.disks = buildUnnamed7888();
- o.dockerCacheImages = buildUnnamed7889();
+ o.disks = buildUnnamed7889();
+ o.dockerCacheImages = buildUnnamed7890();
o.enableStackdriverMonitoring = true;
- o.labels = buildUnnamed7890();
+ o.labels = buildUnnamed7891();
o.machineType = 'foo';
o.network = buildNetwork();
o.nvidiaDriverVersion = 'foo';
o.preemptible = true;
o.serviceAccount = buildServiceAccount();
- o.volumes = buildUnnamed7891();
+ o.volumes = buildUnnamed7892();
}
buildCounterVirtualMachine--;
return o;
@@ -1526,7 +1526,7 @@
void checkVirtualMachine(api.VirtualMachine o) {
buildCounterVirtualMachine++;
if (buildCounterVirtualMachine < 3) {
- checkUnnamed7887(o.accelerators!);
+ checkUnnamed7888(o.accelerators!);
unittest.expect(
o.bootDiskSizeGb!,
unittest.equals(42),
@@ -1539,10 +1539,10 @@
o.cpuPlatform!,
unittest.equals('foo'),
);
- checkUnnamed7888(o.disks!);
- checkUnnamed7889(o.dockerCacheImages!);
+ checkUnnamed7889(o.disks!);
+ checkUnnamed7890(o.dockerCacheImages!);
unittest.expect(o.enableStackdriverMonitoring!, unittest.isTrue);
- checkUnnamed7890(o.labels!);
+ checkUnnamed7891(o.labels!);
unittest.expect(
o.machineType!,
unittest.equals('foo'),
@@ -1554,7 +1554,7 @@
);
unittest.expect(o.preemptible!, unittest.isTrue);
checkServiceAccount(o.serviceAccount! as api.ServiceAccount);
- checkUnnamed7891(o.volumes!);
+ checkUnnamed7892(o.volumes!);
}
buildCounterVirtualMachine--;
}
diff --git a/generated/googleapis_beta/test/metastore/v1beta_test.dart b/generated/googleapis_beta/test/metastore/v1beta_test.dart
index 4e01af8..3441a35 100644
--- a/generated/googleapis_beta/test/metastore/v1beta_test.dart
+++ b/generated/googleapis_beta/test/metastore/v1beta_test.dart
@@ -1042,6 +1042,7 @@
buildCounterRestore++;
if (buildCounterRestore < 3) {
o.backup = 'foo';
+ o.details = 'foo';
o.endTime = 'foo';
o.startTime = 'foo';
o.state = 'foo';
@@ -1059,6 +1060,10 @@
unittest.equals('foo'),
);
unittest.expect(
+ o.details!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
o.endTime!,
unittest.equals('foo'),
);
diff --git a/generated/googleapis_beta/test/ondemandscanning/v1beta1_test.dart b/generated/googleapis_beta/test/ondemandscanning/v1beta1_test.dart
index a4c1907..81bde05 100644
--- a/generated/googleapis_beta/test/ondemandscanning/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/ondemandscanning/v1beta1_test.dart
@@ -81,14 +81,14 @@
buildCounterAnalyzePackagesMetadata--;
}
-core.List<api.PackageData> buildUnnamed7929() {
+core.List<api.PackageData> buildUnnamed7930() {
var o = <api.PackageData>[];
o.add(buildPackageData());
o.add(buildPackageData());
return o;
}
-void checkUnnamed7929(core.List<api.PackageData> o) {
+void checkUnnamed7930(core.List<api.PackageData> o) {
unittest.expect(o, unittest.hasLength(2));
checkPackageData(o[0] as api.PackageData);
checkPackageData(o[1] as api.PackageData);
@@ -99,7 +99,7 @@
var o = api.AnalyzePackagesRequest();
buildCounterAnalyzePackagesRequest++;
if (buildCounterAnalyzePackagesRequest < 3) {
- o.packages = buildUnnamed7929();
+ o.packages = buildUnnamed7930();
o.resourceUri = 'foo';
}
buildCounterAnalyzePackagesRequest--;
@@ -109,7 +109,7 @@
void checkAnalyzePackagesRequest(api.AnalyzePackagesRequest o) {
buildCounterAnalyzePackagesRequest++;
if (buildCounterAnalyzePackagesRequest < 3) {
- checkUnnamed7929(o.packages!);
+ checkUnnamed7930(o.packages!);
unittest.expect(
o.resourceUri!,
unittest.equals('foo'),
@@ -140,14 +140,14 @@
buildCounterAnalyzePackagesResponse--;
}
-core.List<core.String> buildUnnamed7930() {
+core.List<core.String> buildUnnamed7931() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7930(core.List<core.String> o) {
+void checkUnnamed7931(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -166,7 +166,7 @@
if (buildCounterArtifact < 3) {
o.checksum = 'foo';
o.id = 'foo';
- o.names = buildUnnamed7930();
+ o.names = buildUnnamed7931();
}
buildCounterArtifact--;
return o;
@@ -183,32 +183,32 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed7930(o.names!);
+ checkUnnamed7931(o.names!);
}
buildCounterArtifact--;
}
-core.List<api.Jwt> buildUnnamed7931() {
+core.List<api.Jwt> buildUnnamed7932() {
var o = <api.Jwt>[];
o.add(buildJwt());
o.add(buildJwt());
return o;
}
-void checkUnnamed7931(core.List<api.Jwt> o) {
+void checkUnnamed7932(core.List<api.Jwt> o) {
unittest.expect(o, unittest.hasLength(2));
checkJwt(o[0] as api.Jwt);
checkJwt(o[1] as api.Jwt);
}
-core.List<api.Signature> buildUnnamed7932() {
+core.List<api.Signature> buildUnnamed7933() {
var o = <api.Signature>[];
o.add(buildSignature());
o.add(buildSignature());
return o;
}
-void checkUnnamed7932(core.List<api.Signature> o) {
+void checkUnnamed7933(core.List<api.Signature> o) {
unittest.expect(o, unittest.hasLength(2));
checkSignature(o[0] as api.Signature);
checkSignature(o[1] as api.Signature);
@@ -219,9 +219,9 @@
var o = api.AttestationOccurrence();
buildCounterAttestationOccurrence++;
if (buildCounterAttestationOccurrence < 3) {
- o.jwts = buildUnnamed7931();
+ o.jwts = buildUnnamed7932();
o.serializedPayload = 'foo';
- o.signatures = buildUnnamed7932();
+ o.signatures = buildUnnamed7933();
}
buildCounterAttestationOccurrence--;
return o;
@@ -230,12 +230,12 @@
void checkAttestationOccurrence(api.AttestationOccurrence o) {
buildCounterAttestationOccurrence++;
if (buildCounterAttestationOccurrence < 3) {
- checkUnnamed7931(o.jwts!);
+ checkUnnamed7932(o.jwts!);
unittest.expect(
o.serializedPayload!,
unittest.equals('foo'),
);
- checkUnnamed7932(o.signatures!);
+ checkUnnamed7933(o.signatures!);
}
buildCounterAttestationOccurrence--;
}
@@ -264,14 +264,14 @@
buildCounterBuildOccurrence--;
}
-core.Map<core.String, core.String> buildUnnamed7933() {
+core.Map<core.String, core.String> buildUnnamed7934() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7933(core.Map<core.String, core.String> o) {
+void checkUnnamed7934(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -283,27 +283,27 @@
);
}
-core.List<api.Artifact> buildUnnamed7934() {
+core.List<api.Artifact> buildUnnamed7935() {
var o = <api.Artifact>[];
o.add(buildArtifact());
o.add(buildArtifact());
return o;
}
-void checkUnnamed7934(core.List<api.Artifact> o) {
+void checkUnnamed7935(core.List<api.Artifact> o) {
unittest.expect(o, unittest.hasLength(2));
checkArtifact(o[0] as api.Artifact);
checkArtifact(o[1] as api.Artifact);
}
-core.List<api.Command> buildUnnamed7935() {
+core.List<api.Command> buildUnnamed7936() {
var o = <api.Command>[];
o.add(buildCommand());
o.add(buildCommand());
return o;
}
-void checkUnnamed7935(core.List<api.Command> o) {
+void checkUnnamed7936(core.List<api.Command> o) {
unittest.expect(o, unittest.hasLength(2));
checkCommand(o[0] as api.Command);
checkCommand(o[1] as api.Command);
@@ -314,10 +314,10 @@
var o = api.BuildProvenance();
buildCounterBuildProvenance++;
if (buildCounterBuildProvenance < 3) {
- o.buildOptions = buildUnnamed7933();
+ o.buildOptions = buildUnnamed7934();
o.builderVersion = 'foo';
- o.builtArtifacts = buildUnnamed7934();
- o.commands = buildUnnamed7935();
+ o.builtArtifacts = buildUnnamed7935();
+ o.commands = buildUnnamed7936();
o.createTime = 'foo';
o.creator = 'foo';
o.endTime = 'foo';
@@ -335,13 +335,13 @@
void checkBuildProvenance(api.BuildProvenance o) {
buildCounterBuildProvenance++;
if (buildCounterBuildProvenance < 3) {
- checkUnnamed7933(o.buildOptions!);
+ checkUnnamed7934(o.buildOptions!);
unittest.expect(
o.builderVersion!,
unittest.equals('foo'),
);
- checkUnnamed7934(o.builtArtifacts!);
- checkUnnamed7935(o.commands!);
+ checkUnnamed7935(o.builtArtifacts!);
+ checkUnnamed7936(o.commands!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
@@ -432,25 +432,6 @@
buildCounterCloudRepoSourceContext--;
}
-core.List<core.String> buildUnnamed7936() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed7936(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
core.List<core.String> buildUnnamed7937() {
var o = <core.String>[];
o.add('foo');
@@ -489,44 +470,6 @@
);
}
-core.int buildCounterCommand = 0;
-api.Command buildCommand() {
- var o = api.Command();
- buildCounterCommand++;
- if (buildCounterCommand < 3) {
- o.args = buildUnnamed7936();
- o.dir = 'foo';
- o.env = buildUnnamed7937();
- o.id = 'foo';
- o.name = 'foo';
- o.waitFor = buildUnnamed7938();
- }
- buildCounterCommand--;
- return o;
-}
-
-void checkCommand(api.Command o) {
- buildCounterCommand++;
- if (buildCounterCommand < 3) {
- checkUnnamed7936(o.args!);
- unittest.expect(
- o.dir!,
- unittest.equals('foo'),
- );
- checkUnnamed7937(o.env!);
- unittest.expect(
- o.id!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.name!,
- unittest.equals('foo'),
- );
- checkUnnamed7938(o.waitFor!);
- }
- buildCounterCommand--;
-}
-
core.List<core.String> buildUnnamed7939() {
var o = <core.String>[];
o.add('foo');
@@ -546,6 +489,63 @@
);
}
+core.int buildCounterCommand = 0;
+api.Command buildCommand() {
+ var o = api.Command();
+ buildCounterCommand++;
+ if (buildCounterCommand < 3) {
+ o.args = buildUnnamed7937();
+ o.dir = 'foo';
+ o.env = buildUnnamed7938();
+ o.id = 'foo';
+ o.name = 'foo';
+ o.waitFor = buildUnnamed7939();
+ }
+ buildCounterCommand--;
+ return o;
+}
+
+void checkCommand(api.Command o) {
+ buildCounterCommand++;
+ if (buildCounterCommand < 3) {
+ checkUnnamed7937(o.args!);
+ unittest.expect(
+ o.dir!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed7938(o.env!);
+ unittest.expect(
+ o.id!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed7939(o.waitFor!);
+ }
+ buildCounterCommand--;
+}
+
+core.List<core.String> buildUnnamed7940() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed7940(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterDeploymentOccurrence = 0;
api.DeploymentOccurrence buildDeploymentOccurrence() {
var o = api.DeploymentOccurrence();
@@ -555,7 +555,7 @@
o.config = 'foo';
o.deployTime = 'foo';
o.platform = 'foo';
- o.resourceUri = buildUnnamed7939();
+ o.resourceUri = buildUnnamed7940();
o.undeployTime = 'foo';
o.userEmail = 'foo';
}
@@ -582,7 +582,7 @@
o.platform!,
unittest.equals('foo'),
);
- checkUnnamed7939(o.resourceUri!);
+ checkUnnamed7940(o.resourceUri!);
unittest.expect(
o.undeployTime!,
unittest.equals('foo'),
@@ -649,14 +649,14 @@
buildCounterEmpty--;
}
-core.List<api.Hash> buildUnnamed7940() {
+core.List<api.Hash> buildUnnamed7941() {
var o = <api.Hash>[];
o.add(buildHash());
o.add(buildHash());
return o;
}
-void checkUnnamed7940(core.List<api.Hash> o) {
+void checkUnnamed7941(core.List<api.Hash> o) {
unittest.expect(o, unittest.hasLength(2));
checkHash(o[0] as api.Hash);
checkHash(o[1] as api.Hash);
@@ -667,7 +667,7 @@
var o = api.FileHashes();
buildCounterFileHashes++;
if (buildCounterFileHashes < 3) {
- o.fileHash = buildUnnamed7940();
+ o.fileHash = buildUnnamed7941();
}
buildCounterFileHashes--;
return o;
@@ -676,19 +676,19 @@
void checkFileHashes(api.FileHashes o) {
buildCounterFileHashes++;
if (buildCounterFileHashes < 3) {
- checkUnnamed7940(o.fileHash!);
+ checkUnnamed7941(o.fileHash!);
}
buildCounterFileHashes--;
}
-core.List<core.String> buildUnnamed7941() {
+core.List<core.String> buildUnnamed7942() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7941(core.List<core.String> o) {
+void checkUnnamed7942(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -706,7 +706,7 @@
buildCounterFingerprint++;
if (buildCounterFingerprint < 3) {
o.v1Name = 'foo';
- o.v2Blob = buildUnnamed7941();
+ o.v2Blob = buildUnnamed7942();
o.v2Name = 'foo';
}
buildCounterFingerprint--;
@@ -720,7 +720,7 @@
o.v1Name!,
unittest.equals('foo'),
);
- checkUnnamed7941(o.v2Blob!);
+ checkUnnamed7942(o.v2Blob!);
unittest.expect(
o.v2Name!,
unittest.equals('foo'),
@@ -844,14 +844,14 @@
buildCounterIdentity--;
}
-core.List<api.Layer> buildUnnamed7942() {
+core.List<api.Layer> buildUnnamed7943() {
var o = <api.Layer>[];
o.add(buildLayer());
o.add(buildLayer());
return o;
}
-void checkUnnamed7942(core.List<api.Layer> o) {
+void checkUnnamed7943(core.List<api.Layer> o) {
unittest.expect(o, unittest.hasLength(2));
checkLayer(o[0] as api.Layer);
checkLayer(o[1] as api.Layer);
@@ -865,7 +865,7 @@
o.baseResourceUrl = 'foo';
o.distance = 42;
o.fingerprint = buildFingerprint();
- o.layerInfo = buildUnnamed7942();
+ o.layerInfo = buildUnnamed7943();
}
buildCounterImageOccurrence--;
return o;
@@ -883,7 +883,7 @@
unittest.equals(42),
);
checkFingerprint(o.fingerprint! as api.Fingerprint);
- checkUnnamed7942(o.layerInfo!);
+ checkUnnamed7943(o.layerInfo!);
}
buildCounterImageOccurrence--;
}
@@ -937,14 +937,14 @@
buildCounterLayer--;
}
-core.List<api.Operation> buildUnnamed7943() {
+core.List<api.Operation> buildUnnamed7944() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed7943(core.List<api.Operation> o) {
+void checkUnnamed7944(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -956,7 +956,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed7943();
+ o.operations = buildUnnamed7944();
}
buildCounterListOperationsResponse--;
return o;
@@ -969,19 +969,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7943(o.operations!);
+ checkUnnamed7944(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.Occurrence> buildUnnamed7944() {
+core.List<api.Occurrence> buildUnnamed7945() {
var o = <api.Occurrence>[];
o.add(buildOccurrence());
o.add(buildOccurrence());
return o;
}
-void checkUnnamed7944(core.List<api.Occurrence> o) {
+void checkUnnamed7945(core.List<api.Occurrence> o) {
unittest.expect(o, unittest.hasLength(2));
checkOccurrence(o[0] as api.Occurrence);
checkOccurrence(o[1] as api.Occurrence);
@@ -993,7 +993,7 @@
buildCounterListVulnerabilitiesResponse++;
if (buildCounterListVulnerabilitiesResponse < 3) {
o.nextPageToken = 'foo';
- o.occurrences = buildUnnamed7944();
+ o.occurrences = buildUnnamed7945();
}
buildCounterListVulnerabilitiesResponse--;
return o;
@@ -1006,7 +1006,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7944(o.occurrences!);
+ checkUnnamed7945(o.occurrences!);
}
buildCounterListVulnerabilitiesResponse--;
}
@@ -1109,7 +1109,7 @@
buildCounterOccurrence--;
}
-core.Map<core.String, core.Object> buildUnnamed7945() {
+core.Map<core.String, core.Object> buildUnnamed7946() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1124,7 +1124,7 @@
return o;
}
-void checkUnnamed7945(core.Map<core.String, core.Object> o) {
+void checkUnnamed7946(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1156,7 +1156,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7946() {
+core.Map<core.String, core.Object> buildUnnamed7947() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1171,7 +1171,7 @@
return o;
}
-void checkUnnamed7946(core.Map<core.String, core.Object> o) {
+void checkUnnamed7947(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1210,9 +1210,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed7945();
+ o.metadata = buildUnnamed7946();
o.name = 'foo';
- o.response = buildUnnamed7946();
+ o.response = buildUnnamed7947();
}
buildCounterOperation--;
return o;
@@ -1223,12 +1223,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed7945(o.metadata!);
+ checkUnnamed7946(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7946(o.response!);
+ checkUnnamed7947(o.response!);
}
buildCounterOperation--;
}
@@ -1318,14 +1318,14 @@
buildCounterPackageIssue--;
}
-core.List<api.Location> buildUnnamed7947() {
+core.List<api.Location> buildUnnamed7948() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed7947(core.List<api.Location> o) {
+void checkUnnamed7948(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1336,7 +1336,7 @@
var o = api.PackageOccurrence();
buildCounterPackageOccurrence++;
if (buildCounterPackageOccurrence < 3) {
- o.location = buildUnnamed7947();
+ o.location = buildUnnamed7948();
o.name = 'foo';
}
buildCounterPackageOccurrence--;
@@ -1346,7 +1346,7 @@
void checkPackageOccurrence(api.PackageOccurrence o) {
buildCounterPackageOccurrence++;
if (buildCounterPackageOccurrence < 3) {
- checkUnnamed7947(o.location!);
+ checkUnnamed7948(o.location!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1460,27 +1460,27 @@
buildCounterSignature--;
}
-core.List<api.SourceContext> buildUnnamed7948() {
+core.List<api.SourceContext> buildUnnamed7949() {
var o = <api.SourceContext>[];
o.add(buildSourceContext());
o.add(buildSourceContext());
return o;
}
-void checkUnnamed7948(core.List<api.SourceContext> o) {
+void checkUnnamed7949(core.List<api.SourceContext> o) {
unittest.expect(o, unittest.hasLength(2));
checkSourceContext(o[0] as api.SourceContext);
checkSourceContext(o[1] as api.SourceContext);
}
-core.Map<core.String, api.FileHashes> buildUnnamed7949() {
+core.Map<core.String, api.FileHashes> buildUnnamed7950() {
var o = <core.String, api.FileHashes>{};
o['x'] = buildFileHashes();
o['y'] = buildFileHashes();
return o;
}
-void checkUnnamed7949(core.Map<core.String, api.FileHashes> o) {
+void checkUnnamed7950(core.Map<core.String, api.FileHashes> o) {
unittest.expect(o, unittest.hasLength(2));
checkFileHashes(o['x']! as api.FileHashes);
checkFileHashes(o['y']! as api.FileHashes);
@@ -1491,10 +1491,10 @@
var o = api.Source();
buildCounterSource++;
if (buildCounterSource < 3) {
- o.additionalContexts = buildUnnamed7948();
+ o.additionalContexts = buildUnnamed7949();
o.artifactStorageSourceUri = 'foo';
o.context = buildSourceContext();
- o.fileHashes = buildUnnamed7949();
+ o.fileHashes = buildUnnamed7950();
}
buildCounterSource--;
return o;
@@ -1503,25 +1503,25 @@
void checkSource(api.Source o) {
buildCounterSource++;
if (buildCounterSource < 3) {
- checkUnnamed7948(o.additionalContexts!);
+ checkUnnamed7949(o.additionalContexts!);
unittest.expect(
o.artifactStorageSourceUri!,
unittest.equals('foo'),
);
checkSourceContext(o.context! as api.SourceContext);
- checkUnnamed7949(o.fileHashes!);
+ checkUnnamed7950(o.fileHashes!);
}
buildCounterSource--;
}
-core.Map<core.String, core.String> buildUnnamed7950() {
+core.Map<core.String, core.String> buildUnnamed7951() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7950(core.Map<core.String, core.String> o) {
+void checkUnnamed7951(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1541,7 +1541,7 @@
o.cloudRepo = buildCloudRepoSourceContext();
o.gerrit = buildGerritSourceContext();
o.git = buildGitSourceContext();
- o.labels = buildUnnamed7950();
+ o.labels = buildUnnamed7951();
}
buildCounterSourceContext--;
return o;
@@ -1553,12 +1553,12 @@
checkCloudRepoSourceContext(o.cloudRepo! as api.CloudRepoSourceContext);
checkGerritSourceContext(o.gerrit! as api.GerritSourceContext);
checkGitSourceContext(o.git! as api.GitSourceContext);
- checkUnnamed7950(o.labels!);
+ checkUnnamed7951(o.labels!);
}
buildCounterSourceContext--;
}
-core.Map<core.String, core.Object> buildUnnamed7951() {
+core.Map<core.String, core.Object> buildUnnamed7952() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1573,7 +1573,7 @@
return o;
}
-void checkUnnamed7951(core.Map<core.String, core.Object> o) {
+void checkUnnamed7952(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1605,17 +1605,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7952() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7953() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7951());
- o.add(buildUnnamed7951());
+ o.add(buildUnnamed7952());
+ o.add(buildUnnamed7952());
return o;
}
-void checkUnnamed7952(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7953(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7951(o[0]);
- checkUnnamed7951(o[1]);
+ checkUnnamed7952(o[0]);
+ checkUnnamed7952(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1624,7 +1624,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7952();
+ o.details = buildUnnamed7953();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1638,7 +1638,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7952(o.details!);
+ checkUnnamed7953(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1647,14 +1647,14 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed7953() {
+core.List<core.String> buildUnnamed7954() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7953(core.List<core.String> o) {
+void checkUnnamed7954(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1673,7 +1673,7 @@
if (buildCounterUpgradeDistribution < 3) {
o.classification = 'foo';
o.cpeUri = 'foo';
- o.cve = buildUnnamed7953();
+ o.cve = buildUnnamed7954();
o.severity = 'foo';
}
buildCounterUpgradeDistribution--;
@@ -1691,7 +1691,7 @@
o.cpeUri!,
unittest.equals('foo'),
);
- checkUnnamed7953(o.cve!);
+ checkUnnamed7954(o.cve!);
unittest.expect(
o.severity!,
unittest.equals('foo'),
@@ -1772,27 +1772,27 @@
buildCounterVersion--;
}
-core.List<api.PackageIssue> buildUnnamed7954() {
+core.List<api.PackageIssue> buildUnnamed7955() {
var o = <api.PackageIssue>[];
o.add(buildPackageIssue());
o.add(buildPackageIssue());
return o;
}
-void checkUnnamed7954(core.List<api.PackageIssue> o) {
+void checkUnnamed7955(core.List<api.PackageIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkPackageIssue(o[0] as api.PackageIssue);
checkPackageIssue(o[1] as api.PackageIssue);
}
-core.List<api.RelatedUrl> buildUnnamed7955() {
+core.List<api.RelatedUrl> buildUnnamed7956() {
var o = <api.RelatedUrl>[];
o.add(buildRelatedUrl());
o.add(buildRelatedUrl());
return o;
}
-void checkUnnamed7955(core.List<api.RelatedUrl> o) {
+void checkUnnamed7956(core.List<api.RelatedUrl> o) {
unittest.expect(o, unittest.hasLength(2));
checkRelatedUrl(o[0] as api.RelatedUrl);
checkRelatedUrl(o[1] as api.RelatedUrl);
@@ -1807,8 +1807,8 @@
o.effectiveSeverity = 'foo';
o.fixAvailable = true;
o.longDescription = 'foo';
- o.packageIssue = buildUnnamed7954();
- o.relatedUrls = buildUnnamed7955();
+ o.packageIssue = buildUnnamed7955();
+ o.relatedUrls = buildUnnamed7956();
o.severity = 'foo';
o.shortDescription = 'foo';
o.type = 'foo';
@@ -1833,8 +1833,8 @@
o.longDescription!,
unittest.equals('foo'),
);
- checkUnnamed7954(o.packageIssue!);
- checkUnnamed7955(o.relatedUrls!);
+ checkUnnamed7955(o.packageIssue!);
+ checkUnnamed7956(o.relatedUrls!);
unittest.expect(
o.severity!,
unittest.equals('foo'),
@@ -1851,27 +1851,27 @@
buildCounterVulnerabilityOccurrence--;
}
-core.List<api.Category> buildUnnamed7956() {
+core.List<api.Category> buildUnnamed7957() {
var o = <api.Category>[];
o.add(buildCategory());
o.add(buildCategory());
return o;
}
-void checkUnnamed7956(core.List<api.Category> o) {
+void checkUnnamed7957(core.List<api.Category> o) {
unittest.expect(o, unittest.hasLength(2));
checkCategory(o[0] as api.Category);
checkCategory(o[1] as api.Category);
}
-core.List<core.String> buildUnnamed7957() {
+core.List<core.String> buildUnnamed7958() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7957(core.List<core.String> o) {
+void checkUnnamed7958(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1888,10 +1888,10 @@
var o = api.WindowsUpdate();
buildCounterWindowsUpdate++;
if (buildCounterWindowsUpdate < 3) {
- o.categories = buildUnnamed7956();
+ o.categories = buildUnnamed7957();
o.description = 'foo';
o.identity = buildIdentity();
- o.kbArticleIds = buildUnnamed7957();
+ o.kbArticleIds = buildUnnamed7958();
o.lastPublishedTimestamp = 'foo';
o.supportUrl = 'foo';
o.title = 'foo';
@@ -1903,13 +1903,13 @@
void checkWindowsUpdate(api.WindowsUpdate o) {
buildCounterWindowsUpdate++;
if (buildCounterWindowsUpdate < 3) {
- checkUnnamed7956(o.categories!);
+ checkUnnamed7957(o.categories!);
unittest.expect(
o.description!,
unittest.equals('foo'),
);
checkIdentity(o.identity! as api.Identity);
- checkUnnamed7957(o.kbArticleIds!);
+ checkUnnamed7958(o.kbArticleIds!);
unittest.expect(
o.lastPublishedTimestamp!,
unittest.equals('foo'),
diff --git a/generated/googleapis_beta/test/recommendationengine/v1beta1_test.dart b/generated/googleapis_beta/test/recommendationengine/v1beta1_test.dart
index ea86165..490d7e7 100644
--- a/generated/googleapis_beta/test/recommendationengine/v1beta1_test.dart
+++ b/generated/googleapis_beta/test/recommendationengine/v1beta1_test.dart
@@ -27,7 +27,7 @@
import '../test_shared.dart';
-core.Map<core.String, core.Object> buildUnnamed7892() {
+core.Map<core.String, core.Object> buildUnnamed7893() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -42,7 +42,7 @@
return o;
}
-void checkUnnamed7892(core.Map<core.String, core.Object> o) {
+void checkUnnamed7893(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -74,17 +74,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7893() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7894() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7892());
- o.add(buildUnnamed7892());
+ o.add(buildUnnamed7893());
+ o.add(buildUnnamed7893());
return o;
}
-void checkUnnamed7893(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7894(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7892(o[0]);
- checkUnnamed7892(o[1]);
+ checkUnnamed7893(o[0]);
+ checkUnnamed7893(o[1]);
}
core.int buildCounterGoogleApiHttpBody = 0;
@@ -94,7 +94,7 @@
if (buildCounterGoogleApiHttpBody < 3) {
o.contentType = 'foo';
o.data = 'foo';
- o.extensions = buildUnnamed7893();
+ o.extensions = buildUnnamed7894();
}
buildCounterGoogleApiHttpBody--;
return o;
@@ -111,7 +111,7 @@
o.data!,
unittest.equals('foo'),
);
- checkUnnamed7893(o.extensions!);
+ checkUnnamed7894(o.extensions!);
}
buildCounterGoogleApiHttpBody--;
}
@@ -288,14 +288,14 @@
}
core.List<api.GoogleCloudRecommendationengineV1beta1CatalogItem>
- buildUnnamed7894() {
+ buildUnnamed7895() {
var o = <api.GoogleCloudRecommendationengineV1beta1CatalogItem>[];
o.add(buildGoogleCloudRecommendationengineV1beta1CatalogItem());
o.add(buildGoogleCloudRecommendationengineV1beta1CatalogItem());
return o;
}
-void checkUnnamed7894(
+void checkUnnamed7895(
core.List<api.GoogleCloudRecommendationengineV1beta1CatalogItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommendationengineV1beta1CatalogItem(
@@ -312,7 +312,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1CatalogInlineSource++;
if (buildCounterGoogleCloudRecommendationengineV1beta1CatalogInlineSource <
3) {
- o.catalogItems = buildUnnamed7894();
+ o.catalogItems = buildUnnamed7895();
}
buildCounterGoogleCloudRecommendationengineV1beta1CatalogInlineSource--;
return o;
@@ -323,14 +323,14 @@
buildCounterGoogleCloudRecommendationengineV1beta1CatalogInlineSource++;
if (buildCounterGoogleCloudRecommendationengineV1beta1CatalogInlineSource <
3) {
- checkUnnamed7894(o.catalogItems!);
+ checkUnnamed7895(o.catalogItems!);
}
buildCounterGoogleCloudRecommendationengineV1beta1CatalogInlineSource--;
}
core.List<
api.GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy>
- buildUnnamed7895() {
+ buildUnnamed7896() {
var o = <
api.GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy>[];
o.add(
@@ -340,7 +340,7 @@
return o;
}
-void checkUnnamed7895(
+void checkUnnamed7896(
core.List<
api.GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy>
o) {
@@ -353,81 +353,6 @@
.GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy);
}
-core.List<core.String> buildUnnamed7896() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed7896(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem = 0;
-api.GoogleCloudRecommendationengineV1beta1CatalogItem
- buildGoogleCloudRecommendationengineV1beta1CatalogItem() {
- var o = api.GoogleCloudRecommendationengineV1beta1CatalogItem();
- buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem++;
- if (buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem < 3) {
- o.categoryHierarchies = buildUnnamed7895();
- o.description = 'foo';
- o.id = 'foo';
- o.itemAttributes = buildGoogleCloudRecommendationengineV1beta1FeatureMap();
- o.itemGroupId = 'foo';
- o.languageCode = 'foo';
- o.productMetadata =
- buildGoogleCloudRecommendationengineV1beta1ProductCatalogItem();
- o.tags = buildUnnamed7896();
- o.title = 'foo';
- }
- buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem--;
- return o;
-}
-
-void checkGoogleCloudRecommendationengineV1beta1CatalogItem(
- api.GoogleCloudRecommendationengineV1beta1CatalogItem o) {
- buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem++;
- if (buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem < 3) {
- checkUnnamed7895(o.categoryHierarchies!);
- unittest.expect(
- o.description!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.id!,
- unittest.equals('foo'),
- );
- checkGoogleCloudRecommendationengineV1beta1FeatureMap(o.itemAttributes!
- as api.GoogleCloudRecommendationengineV1beta1FeatureMap);
- unittest.expect(
- o.itemGroupId!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.languageCode!,
- unittest.equals('foo'),
- );
- checkGoogleCloudRecommendationengineV1beta1ProductCatalogItem(
- o.productMetadata!
- as api.GoogleCloudRecommendationengineV1beta1ProductCatalogItem);
- checkUnnamed7896(o.tags!);
- unittest.expect(
- o.title!,
- unittest.equals('foo'),
- );
- }
- buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem--;
-}
-
core.List<core.String> buildUnnamed7897() {
var o = <core.String>[];
o.add('foo');
@@ -447,6 +372,81 @@
);
}
+core.int buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem = 0;
+api.GoogleCloudRecommendationengineV1beta1CatalogItem
+ buildGoogleCloudRecommendationengineV1beta1CatalogItem() {
+ var o = api.GoogleCloudRecommendationengineV1beta1CatalogItem();
+ buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem++;
+ if (buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem < 3) {
+ o.categoryHierarchies = buildUnnamed7896();
+ o.description = 'foo';
+ o.id = 'foo';
+ o.itemAttributes = buildGoogleCloudRecommendationengineV1beta1FeatureMap();
+ o.itemGroupId = 'foo';
+ o.languageCode = 'foo';
+ o.productMetadata =
+ buildGoogleCloudRecommendationengineV1beta1ProductCatalogItem();
+ o.tags = buildUnnamed7897();
+ o.title = 'foo';
+ }
+ buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem--;
+ return o;
+}
+
+void checkGoogleCloudRecommendationengineV1beta1CatalogItem(
+ api.GoogleCloudRecommendationengineV1beta1CatalogItem o) {
+ buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem++;
+ if (buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem < 3) {
+ checkUnnamed7896(o.categoryHierarchies!);
+ unittest.expect(
+ o.description!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.id!,
+ unittest.equals('foo'),
+ );
+ checkGoogleCloudRecommendationengineV1beta1FeatureMap(o.itemAttributes!
+ as api.GoogleCloudRecommendationengineV1beta1FeatureMap);
+ unittest.expect(
+ o.itemGroupId!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.languageCode!,
+ unittest.equals('foo'),
+ );
+ checkGoogleCloudRecommendationengineV1beta1ProductCatalogItem(
+ o.productMetadata!
+ as api.GoogleCloudRecommendationengineV1beta1ProductCatalogItem);
+ checkUnnamed7897(o.tags!);
+ unittest.expect(
+ o.title!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudRecommendationengineV1beta1CatalogItem--;
+}
+
+core.List<core.String> buildUnnamed7898() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed7898(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int
buildCounterGoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy =
0;
@@ -457,7 +457,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy++;
if (buildCounterGoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy <
3) {
- o.categories = buildUnnamed7897();
+ o.categories = buildUnnamed7898();
}
buildCounterGoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy--;
return o;
@@ -468,7 +468,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy++;
if (buildCounterGoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy <
3) {
- checkUnnamed7897(o.categories!);
+ checkUnnamed7898(o.categories!);
}
buildCounterGoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy--;
}
@@ -536,14 +536,14 @@
buildCounterGoogleCloudRecommendationengineV1beta1CreatePredictionApiKeyRegistrationRequest--;
}
-core.List<core.String> buildUnnamed7898() {
+core.List<core.String> buildUnnamed7899() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7898(core.List<core.String> o) {
+void checkUnnamed7899(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -562,7 +562,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1EventDetail++;
if (buildCounterGoogleCloudRecommendationengineV1beta1EventDetail < 3) {
o.eventAttributes = buildGoogleCloudRecommendationengineV1beta1FeatureMap();
- o.experimentIds = buildUnnamed7898();
+ o.experimentIds = buildUnnamed7899();
o.pageViewId = 'foo';
o.recommendationToken = 'foo';
o.referrerUri = 'foo';
@@ -578,7 +578,7 @@
if (buildCounterGoogleCloudRecommendationengineV1beta1EventDetail < 3) {
checkGoogleCloudRecommendationengineV1beta1FeatureMap(o.eventAttributes!
as api.GoogleCloudRecommendationengineV1beta1FeatureMap);
- checkUnnamed7898(o.experimentIds!);
+ checkUnnamed7899(o.experimentIds!);
unittest.expect(
o.pageViewId!,
unittest.equals('foo'),
@@ -601,7 +601,7 @@
core.Map<core.String,
api.GoogleCloudRecommendationengineV1beta1FeatureMapStringList>
- buildUnnamed7899() {
+ buildUnnamed7900() {
var o = <core.String,
api.GoogleCloudRecommendationengineV1beta1FeatureMapStringList>{};
o['x'] = buildGoogleCloudRecommendationengineV1beta1FeatureMapStringList();
@@ -609,7 +609,7 @@
return o;
}
-void checkUnnamed7899(
+void checkUnnamed7900(
core.Map<core.String,
api.GoogleCloudRecommendationengineV1beta1FeatureMapStringList>
o) {
@@ -622,7 +622,7 @@
core.Map<core.String,
api.GoogleCloudRecommendationengineV1beta1FeatureMapFloatList>
- buildUnnamed7900() {
+ buildUnnamed7901() {
var o = <core.String,
api.GoogleCloudRecommendationengineV1beta1FeatureMapFloatList>{};
o['x'] = buildGoogleCloudRecommendationengineV1beta1FeatureMapFloatList();
@@ -630,7 +630,7 @@
return o;
}
-void checkUnnamed7900(
+void checkUnnamed7901(
core.Map<core.String,
api.GoogleCloudRecommendationengineV1beta1FeatureMapFloatList>
o) {
@@ -647,8 +647,8 @@
var o = api.GoogleCloudRecommendationengineV1beta1FeatureMap();
buildCounterGoogleCloudRecommendationengineV1beta1FeatureMap++;
if (buildCounterGoogleCloudRecommendationengineV1beta1FeatureMap < 3) {
- o.categoricalFeatures = buildUnnamed7899();
- o.numericalFeatures = buildUnnamed7900();
+ o.categoricalFeatures = buildUnnamed7900();
+ o.numericalFeatures = buildUnnamed7901();
}
buildCounterGoogleCloudRecommendationengineV1beta1FeatureMap--;
return o;
@@ -658,20 +658,20 @@
api.GoogleCloudRecommendationengineV1beta1FeatureMap o) {
buildCounterGoogleCloudRecommendationengineV1beta1FeatureMap++;
if (buildCounterGoogleCloudRecommendationengineV1beta1FeatureMap < 3) {
- checkUnnamed7899(o.categoricalFeatures!);
- checkUnnamed7900(o.numericalFeatures!);
+ checkUnnamed7900(o.categoricalFeatures!);
+ checkUnnamed7901(o.numericalFeatures!);
}
buildCounterGoogleCloudRecommendationengineV1beta1FeatureMap--;
}
-core.List<core.double> buildUnnamed7901() {
+core.List<core.double> buildUnnamed7902() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed7901(core.List<core.double> o) {
+void checkUnnamed7902(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -691,7 +691,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapFloatList++;
if (buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapFloatList <
3) {
- o.value = buildUnnamed7901();
+ o.value = buildUnnamed7902();
}
buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapFloatList--;
return o;
@@ -702,52 +702,9 @@
buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapFloatList++;
if (buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapFloatList <
3) {
- checkUnnamed7901(o.value!);
- }
- buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapFloatList--;
-}
-
-core.List<core.String> buildUnnamed7902() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed7902(core.List<core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
-}
-
-core.int
- buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList = 0;
-api.GoogleCloudRecommendationengineV1beta1FeatureMapStringList
- buildGoogleCloudRecommendationengineV1beta1FeatureMapStringList() {
- var o = api.GoogleCloudRecommendationengineV1beta1FeatureMapStringList();
- buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList++;
- if (buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList <
- 3) {
- o.value = buildUnnamed7902();
- }
- buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList--;
- return o;
-}
-
-void checkGoogleCloudRecommendationengineV1beta1FeatureMapStringList(
- api.GoogleCloudRecommendationengineV1beta1FeatureMapStringList o) {
- buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList++;
- if (buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList <
- 3) {
checkUnnamed7902(o.value!);
}
- buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList--;
+ buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapFloatList--;
}
core.List<core.String> buildUnnamed7903() {
@@ -769,13 +726,56 @@
);
}
+core.int
+ buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList = 0;
+api.GoogleCloudRecommendationengineV1beta1FeatureMapStringList
+ buildGoogleCloudRecommendationengineV1beta1FeatureMapStringList() {
+ var o = api.GoogleCloudRecommendationengineV1beta1FeatureMapStringList();
+ buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList++;
+ if (buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList <
+ 3) {
+ o.value = buildUnnamed7903();
+ }
+ buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList--;
+ return o;
+}
+
+void checkGoogleCloudRecommendationengineV1beta1FeatureMapStringList(
+ api.GoogleCloudRecommendationengineV1beta1FeatureMapStringList o) {
+ buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList++;
+ if (buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList <
+ 3) {
+ checkUnnamed7903(o.value!);
+ }
+ buildCounterGoogleCloudRecommendationengineV1beta1FeatureMapStringList--;
+}
+
+core.List<core.String> buildUnnamed7904() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed7904(core.List<core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterGoogleCloudRecommendationengineV1beta1GcsSource = 0;
api.GoogleCloudRecommendationengineV1beta1GcsSource
buildGoogleCloudRecommendationengineV1beta1GcsSource() {
var o = api.GoogleCloudRecommendationengineV1beta1GcsSource();
buildCounterGoogleCloudRecommendationengineV1beta1GcsSource++;
if (buildCounterGoogleCloudRecommendationengineV1beta1GcsSource < 3) {
- o.inputUris = buildUnnamed7903();
+ o.inputUris = buildUnnamed7904();
o.jsonSchema = 'foo';
}
buildCounterGoogleCloudRecommendationengineV1beta1GcsSource--;
@@ -786,7 +786,7 @@
api.GoogleCloudRecommendationengineV1beta1GcsSource o) {
buildCounterGoogleCloudRecommendationengineV1beta1GcsSource++;
if (buildCounterGoogleCloudRecommendationengineV1beta1GcsSource < 3) {
- checkUnnamed7903(o.inputUris!);
+ checkUnnamed7904(o.inputUris!);
unittest.expect(
o.jsonSchema!,
unittest.equals('foo'),
@@ -870,14 +870,14 @@
buildCounterGoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequest--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed7904() {
+core.List<api.GoogleRpcStatus> buildUnnamed7905() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed7904(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed7905(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -893,7 +893,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse++;
if (buildCounterGoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse <
3) {
- o.errorSamples = buildUnnamed7904();
+ o.errorSamples = buildUnnamed7905();
o.errorsConfig =
buildGoogleCloudRecommendationengineV1beta1ImportErrorsConfig();
}
@@ -906,7 +906,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse++;
if (buildCounterGoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse <
3) {
- checkUnnamed7904(o.errorSamples!);
+ checkUnnamed7905(o.errorSamples!);
checkGoogleCloudRecommendationengineV1beta1ImportErrorsConfig(
o.errorsConfig!
as api.GoogleCloudRecommendationengineV1beta1ImportErrorsConfig);
@@ -1026,14 +1026,14 @@
buildCounterGoogleCloudRecommendationengineV1beta1ImportUserEventsRequest--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed7905() {
+core.List<api.GoogleRpcStatus> buildUnnamed7906() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed7905(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed7906(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -1048,7 +1048,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1ImportUserEventsResponse++;
if (buildCounterGoogleCloudRecommendationengineV1beta1ImportUserEventsResponse <
3) {
- o.errorSamples = buildUnnamed7905();
+ o.errorSamples = buildUnnamed7906();
o.errorsConfig =
buildGoogleCloudRecommendationengineV1beta1ImportErrorsConfig();
o.importSummary =
@@ -1063,7 +1063,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1ImportUserEventsResponse++;
if (buildCounterGoogleCloudRecommendationengineV1beta1ImportUserEventsResponse <
3) {
- checkUnnamed7905(o.errorSamples!);
+ checkUnnamed7906(o.errorSamples!);
checkGoogleCloudRecommendationengineV1beta1ImportErrorsConfig(
o.errorsConfig!
as api.GoogleCloudRecommendationengineV1beta1ImportErrorsConfig);
@@ -1111,14 +1111,14 @@
}
core.List<api.GoogleCloudRecommendationengineV1beta1CatalogItem>
- buildUnnamed7906() {
+ buildUnnamed7907() {
var o = <api.GoogleCloudRecommendationengineV1beta1CatalogItem>[];
o.add(buildGoogleCloudRecommendationengineV1beta1CatalogItem());
o.add(buildGoogleCloudRecommendationengineV1beta1CatalogItem());
return o;
}
-void checkUnnamed7906(
+void checkUnnamed7907(
core.List<api.GoogleCloudRecommendationengineV1beta1CatalogItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommendationengineV1beta1CatalogItem(
@@ -1136,7 +1136,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse++;
if (buildCounterGoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse <
3) {
- o.catalogItems = buildUnnamed7906();
+ o.catalogItems = buildUnnamed7907();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse--;
@@ -1148,7 +1148,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse++;
if (buildCounterGoogleCloudRecommendationengineV1beta1ListCatalogItemsResponse <
3) {
- checkUnnamed7906(o.catalogItems!);
+ checkUnnamed7907(o.catalogItems!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1158,14 +1158,14 @@
}
core.List<api.GoogleCloudRecommendationengineV1beta1Catalog>
- buildUnnamed7907() {
+ buildUnnamed7908() {
var o = <api.GoogleCloudRecommendationengineV1beta1Catalog>[];
o.add(buildGoogleCloudRecommendationengineV1beta1Catalog());
o.add(buildGoogleCloudRecommendationengineV1beta1Catalog());
return o;
}
-void checkUnnamed7907(
+void checkUnnamed7908(
core.List<api.GoogleCloudRecommendationengineV1beta1Catalog> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommendationengineV1beta1Catalog(
@@ -1182,7 +1182,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1ListCatalogsResponse++;
if (buildCounterGoogleCloudRecommendationengineV1beta1ListCatalogsResponse <
3) {
- o.catalogs = buildUnnamed7907();
+ o.catalogs = buildUnnamed7908();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudRecommendationengineV1beta1ListCatalogsResponse--;
@@ -1194,7 +1194,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1ListCatalogsResponse++;
if (buildCounterGoogleCloudRecommendationengineV1beta1ListCatalogsResponse <
3) {
- checkUnnamed7907(o.catalogs!);
+ checkUnnamed7908(o.catalogs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1205,7 +1205,7 @@
core.List<
api.GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>
- buildUnnamed7908() {
+ buildUnnamed7909() {
var o = <
api.GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>[];
o.add(
@@ -1215,7 +1215,7 @@
return o;
}
-void checkUnnamed7908(
+void checkUnnamed7909(
core.List<
api.GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration>
o) {
@@ -1239,7 +1239,7 @@
if (buildCounterGoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse <
3) {
o.nextPageToken = 'foo';
- o.predictionApiKeyRegistrations = buildUnnamed7908();
+ o.predictionApiKeyRegistrations = buildUnnamed7909();
}
buildCounterGoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse--;
return o;
@@ -1255,20 +1255,20 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7908(o.predictionApiKeyRegistrations!);
+ checkUnnamed7909(o.predictionApiKeyRegistrations!);
}
buildCounterGoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRegistrationsResponse--;
}
core.List<api.GoogleCloudRecommendationengineV1beta1UserEvent>
- buildUnnamed7909() {
+ buildUnnamed7910() {
var o = <api.GoogleCloudRecommendationengineV1beta1UserEvent>[];
o.add(buildGoogleCloudRecommendationengineV1beta1UserEvent());
o.add(buildGoogleCloudRecommendationengineV1beta1UserEvent());
return o;
}
-void checkUnnamed7909(
+void checkUnnamed7910(
core.List<api.GoogleCloudRecommendationengineV1beta1UserEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommendationengineV1beta1UserEvent(
@@ -1287,7 +1287,7 @@
if (buildCounterGoogleCloudRecommendationengineV1beta1ListUserEventsResponse <
3) {
o.nextPageToken = 'foo';
- o.userEvents = buildUnnamed7909();
+ o.userEvents = buildUnnamed7910();
}
buildCounterGoogleCloudRecommendationengineV1beta1ListUserEventsResponse--;
return o;
@@ -1302,19 +1302,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7909(o.userEvents!);
+ checkUnnamed7910(o.userEvents!);
}
buildCounterGoogleCloudRecommendationengineV1beta1ListUserEventsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed7910() {
+core.Map<core.String, core.String> buildUnnamed7911() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7910(core.Map<core.String, core.String> o) {
+void checkUnnamed7911(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1326,7 +1326,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7911() {
+core.Map<core.String, core.Object> buildUnnamed7912() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1341,7 +1341,7 @@
return o;
}
-void checkUnnamed7911(core.Map<core.String, core.Object> o) {
+void checkUnnamed7912(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1381,10 +1381,10 @@
if (buildCounterGoogleCloudRecommendationengineV1beta1PredictRequest < 3) {
o.dryRun = true;
o.filter = 'foo';
- o.labels = buildUnnamed7910();
+ o.labels = buildUnnamed7911();
o.pageSize = 42;
o.pageToken = 'foo';
- o.params = buildUnnamed7911();
+ o.params = buildUnnamed7912();
o.userEvent = buildGoogleCloudRecommendationengineV1beta1UserEvent();
}
buildCounterGoogleCloudRecommendationengineV1beta1PredictRequest--;
@@ -1400,7 +1400,7 @@
o.filter!,
unittest.equals('foo'),
);
- checkUnnamed7910(o.labels!);
+ checkUnnamed7911(o.labels!);
unittest.expect(
o.pageSize!,
unittest.equals(42),
@@ -1409,21 +1409,21 @@
o.pageToken!,
unittest.equals('foo'),
);
- checkUnnamed7911(o.params!);
+ checkUnnamed7912(o.params!);
checkGoogleCloudRecommendationengineV1beta1UserEvent(
o.userEvent! as api.GoogleCloudRecommendationengineV1beta1UserEvent);
}
buildCounterGoogleCloudRecommendationengineV1beta1PredictRequest--;
}
-core.List<core.String> buildUnnamed7912() {
+core.List<core.String> buildUnnamed7913() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7912(core.List<core.String> o) {
+void checkUnnamed7913(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1435,7 +1435,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7913() {
+core.Map<core.String, core.Object> buildUnnamed7914() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1450,7 +1450,7 @@
return o;
}
-void checkUnnamed7913(core.Map<core.String, core.Object> o) {
+void checkUnnamed7914(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1484,7 +1484,7 @@
core.List<
api.GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult>
- buildUnnamed7914() {
+ buildUnnamed7915() {
var o = <
api.GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult>[];
o.add(
@@ -1494,7 +1494,7 @@
return o;
}
-void checkUnnamed7914(
+void checkUnnamed7915(
core.List<
api.GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult>
o) {
@@ -1514,11 +1514,11 @@
buildCounterGoogleCloudRecommendationengineV1beta1PredictResponse++;
if (buildCounterGoogleCloudRecommendationengineV1beta1PredictResponse < 3) {
o.dryRun = true;
- o.itemsMissingInCatalog = buildUnnamed7912();
- o.metadata = buildUnnamed7913();
+ o.itemsMissingInCatalog = buildUnnamed7913();
+ o.metadata = buildUnnamed7914();
o.nextPageToken = 'foo';
o.recommendationToken = 'foo';
- o.results = buildUnnamed7914();
+ o.results = buildUnnamed7915();
}
buildCounterGoogleCloudRecommendationengineV1beta1PredictResponse--;
return o;
@@ -1529,8 +1529,8 @@
buildCounterGoogleCloudRecommendationengineV1beta1PredictResponse++;
if (buildCounterGoogleCloudRecommendationengineV1beta1PredictResponse < 3) {
unittest.expect(o.dryRun!, unittest.isTrue);
- checkUnnamed7912(o.itemsMissingInCatalog!);
- checkUnnamed7913(o.metadata!);
+ checkUnnamed7913(o.itemsMissingInCatalog!);
+ checkUnnamed7914(o.metadata!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1539,12 +1539,12 @@
o.recommendationToken!,
unittest.equals('foo'),
);
- checkUnnamed7914(o.results!);
+ checkUnnamed7915(o.results!);
}
buildCounterGoogleCloudRecommendationengineV1beta1PredictResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed7915() {
+core.Map<core.String, core.Object> buildUnnamed7916() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1559,7 +1559,7 @@
return o;
}
-void checkUnnamed7915(core.Map<core.String, core.Object> o) {
+void checkUnnamed7916(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1602,7 +1602,7 @@
if (buildCounterGoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult <
3) {
o.id = 'foo';
- o.itemMetadata = buildUnnamed7915();
+ o.itemMetadata = buildUnnamed7916();
}
buildCounterGoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult--;
return o;
@@ -1618,7 +1618,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed7915(o.itemMetadata!);
+ checkUnnamed7916(o.itemMetadata!);
}
buildCounterGoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult--;
}
@@ -1652,14 +1652,14 @@
buildCounterGoogleCloudRecommendationengineV1beta1PredictionApiKeyRegistration--;
}
-core.Map<core.String, core.double> buildUnnamed7916() {
+core.Map<core.String, core.double> buildUnnamed7917() {
var o = <core.String, core.double>{};
o['x'] = 42.0;
o['y'] = 42.0;
return o;
}
-void checkUnnamed7916(core.Map<core.String, core.double> o) {
+void checkUnnamed7917(core.Map<core.String, core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1671,14 +1671,14 @@
);
}
-core.List<api.GoogleCloudRecommendationengineV1beta1Image> buildUnnamed7917() {
+core.List<api.GoogleCloudRecommendationengineV1beta1Image> buildUnnamed7918() {
var o = <api.GoogleCloudRecommendationengineV1beta1Image>[];
o.add(buildGoogleCloudRecommendationengineV1beta1Image());
o.add(buildGoogleCloudRecommendationengineV1beta1Image());
return o;
}
-void checkUnnamed7917(
+void checkUnnamed7918(
core.List<api.GoogleCloudRecommendationengineV1beta1Image> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommendationengineV1beta1Image(
@@ -1697,11 +1697,11 @@
3) {
o.availableQuantity = 'foo';
o.canonicalProductUri = 'foo';
- o.costs = buildUnnamed7916();
+ o.costs = buildUnnamed7917();
o.currencyCode = 'foo';
o.exactPrice =
buildGoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice();
- o.images = buildUnnamed7917();
+ o.images = buildUnnamed7918();
o.priceRange =
buildGoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange();
o.stockState = 'foo';
@@ -1723,7 +1723,7 @@
o.canonicalProductUri!,
unittest.equals('foo'),
);
- checkUnnamed7916(o.costs!);
+ checkUnnamed7917(o.costs!);
unittest.expect(
o.currencyCode!,
unittest.equals('foo'),
@@ -1731,7 +1731,7 @@
checkGoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice(
o.exactPrice! as api
.GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice);
- checkUnnamed7917(o.images!);
+ checkUnnamed7918(o.images!);
checkGoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange(
o.priceRange! as api
.GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange);
@@ -1870,7 +1870,7 @@
core.List<
api.GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy>
- buildUnnamed7918() {
+ buildUnnamed7919() {
var o = <
api.GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy>[];
o.add(
@@ -1880,7 +1880,7 @@
return o;
}
-void checkUnnamed7918(
+void checkUnnamed7919(
core.List<
api.GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy>
o) {
@@ -1894,14 +1894,14 @@
}
core.List<api.GoogleCloudRecommendationengineV1beta1ProductDetail>
- buildUnnamed7919() {
+ buildUnnamed7920() {
var o = <api.GoogleCloudRecommendationengineV1beta1ProductDetail>[];
o.add(buildGoogleCloudRecommendationengineV1beta1ProductDetail());
o.add(buildGoogleCloudRecommendationengineV1beta1ProductDetail());
return o;
}
-void checkUnnamed7919(
+void checkUnnamed7920(
core.List<api.GoogleCloudRecommendationengineV1beta1ProductDetail> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommendationengineV1beta1ProductDetail(
@@ -1920,8 +1920,8 @@
3) {
o.cartId = 'foo';
o.listId = 'foo';
- o.pageCategories = buildUnnamed7918();
- o.productDetails = buildUnnamed7919();
+ o.pageCategories = buildUnnamed7919();
+ o.productDetails = buildUnnamed7920();
o.purchaseTransaction =
buildGoogleCloudRecommendationengineV1beta1PurchaseTransaction();
o.searchQuery = 'foo';
@@ -1943,8 +1943,8 @@
o.listId!,
unittest.equals('foo'),
);
- checkUnnamed7918(o.pageCategories!);
- checkUnnamed7919(o.productDetails!);
+ checkUnnamed7919(o.pageCategories!);
+ checkUnnamed7920(o.productDetails!);
checkGoogleCloudRecommendationengineV1beta1PurchaseTransaction(
o.purchaseTransaction!
as api.GoogleCloudRecommendationengineV1beta1PurchaseTransaction);
@@ -1956,25 +1956,6 @@
buildCounterGoogleCloudRecommendationengineV1beta1ProductEventDetail--;
}
-core.Map<core.String, core.double> buildUnnamed7920() {
- var o = <core.String, core.double>{};
- o['x'] = 42.0;
- o['y'] = 42.0;
- return o;
-}
-
-void checkUnnamed7920(core.Map<core.String, core.double> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals(42.0),
- );
- unittest.expect(
- o['y']!,
- unittest.equals(42.0),
- );
-}
-
core.Map<core.String, core.double> buildUnnamed7921() {
var o = <core.String, core.double>{};
o['x'] = 42.0;
@@ -1994,6 +1975,25 @@
);
}
+core.Map<core.String, core.double> buildUnnamed7922() {
+ var o = <core.String, core.double>{};
+ o['x'] = 42.0;
+ o['y'] = 42.0;
+ return o;
+}
+
+void checkUnnamed7922(core.Map<core.String, core.double> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals(42.0),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals(42.0),
+ );
+}
+
core.int buildCounterGoogleCloudRecommendationengineV1beta1PurchaseTransaction =
0;
api.GoogleCloudRecommendationengineV1beta1PurchaseTransaction
@@ -2002,11 +2002,11 @@
buildCounterGoogleCloudRecommendationengineV1beta1PurchaseTransaction++;
if (buildCounterGoogleCloudRecommendationengineV1beta1PurchaseTransaction <
3) {
- o.costs = buildUnnamed7920();
+ o.costs = buildUnnamed7921();
o.currencyCode = 'foo';
o.id = 'foo';
o.revenue = 42.0;
- o.taxes = buildUnnamed7921();
+ o.taxes = buildUnnamed7922();
}
buildCounterGoogleCloudRecommendationengineV1beta1PurchaseTransaction--;
return o;
@@ -2017,7 +2017,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1PurchaseTransaction++;
if (buildCounterGoogleCloudRecommendationengineV1beta1PurchaseTransaction <
3) {
- checkUnnamed7920(o.costs!);
+ checkUnnamed7921(o.costs!);
unittest.expect(
o.currencyCode!,
unittest.equals('foo'),
@@ -2030,7 +2030,7 @@
o.revenue!,
unittest.equals(42.0),
);
- checkUnnamed7921(o.taxes!);
+ checkUnnamed7922(o.taxes!);
}
buildCounterGoogleCloudRecommendationengineV1beta1PurchaseTransaction--;
}
@@ -2099,14 +2099,14 @@
}
core.List<api.GoogleCloudRecommendationengineV1beta1UserEvent>
- buildUnnamed7922() {
+ buildUnnamed7923() {
var o = <api.GoogleCloudRecommendationengineV1beta1UserEvent>[];
o.add(buildGoogleCloudRecommendationengineV1beta1UserEvent());
o.add(buildGoogleCloudRecommendationengineV1beta1UserEvent());
return o;
}
-void checkUnnamed7922(
+void checkUnnamed7923(
core.List<api.GoogleCloudRecommendationengineV1beta1UserEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommendationengineV1beta1UserEvent(
@@ -2125,7 +2125,7 @@
if (buildCounterGoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse <
3) {
o.purgedEventsCount = 'foo';
- o.userEventsSample = buildUnnamed7922();
+ o.userEventsSample = buildUnnamed7923();
}
buildCounterGoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse--;
return o;
@@ -2140,7 +2140,7 @@
o.purgedEventsCount!,
unittest.equals('foo'),
);
- checkUnnamed7922(o.userEventsSample!);
+ checkUnnamed7923(o.userEventsSample!);
}
buildCounterGoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse--;
}
@@ -2301,14 +2301,14 @@
}
core.List<api.GoogleCloudRecommendationengineV1beta1UserEvent>
- buildUnnamed7923() {
+ buildUnnamed7924() {
var o = <api.GoogleCloudRecommendationengineV1beta1UserEvent>[];
o.add(buildGoogleCloudRecommendationengineV1beta1UserEvent());
o.add(buildGoogleCloudRecommendationengineV1beta1UserEvent());
return o;
}
-void checkUnnamed7923(
+void checkUnnamed7924(
core.List<api.GoogleCloudRecommendationengineV1beta1UserEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommendationengineV1beta1UserEvent(
@@ -2325,7 +2325,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1UserEventInlineSource++;
if (buildCounterGoogleCloudRecommendationengineV1beta1UserEventInlineSource <
3) {
- o.userEvents = buildUnnamed7923();
+ o.userEvents = buildUnnamed7924();
}
buildCounterGoogleCloudRecommendationengineV1beta1UserEventInlineSource--;
return o;
@@ -2336,7 +2336,7 @@
buildCounterGoogleCloudRecommendationengineV1beta1UserEventInlineSource++;
if (buildCounterGoogleCloudRecommendationengineV1beta1UserEventInlineSource <
3) {
- checkUnnamed7923(o.userEvents!);
+ checkUnnamed7924(o.userEvents!);
}
buildCounterGoogleCloudRecommendationengineV1beta1UserEventInlineSource--;
}
@@ -2382,14 +2382,14 @@
buildCounterGoogleCloudRecommendationengineV1beta1UserInfo--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed7924() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed7925() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed7924(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed7925(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -2402,7 +2402,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed7924();
+ o.operations = buildUnnamed7925();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -2416,12 +2416,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7924(o.operations!);
+ checkUnnamed7925(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed7925() {
+core.Map<core.String, core.Object> buildUnnamed7926() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2436,7 +2436,7 @@
return o;
}
-void checkUnnamed7925(core.Map<core.String, core.Object> o) {
+void checkUnnamed7926(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -2468,7 +2468,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7926() {
+core.Map<core.String, core.Object> buildUnnamed7927() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2483,7 +2483,7 @@
return o;
}
-void checkUnnamed7926(core.Map<core.String, core.Object> o) {
+void checkUnnamed7927(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o['x']!) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -2522,9 +2522,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed7925();
+ o.metadata = buildUnnamed7926();
o.name = 'foo';
- o.response = buildUnnamed7926();
+ o.response = buildUnnamed7927();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -2535,12 +2535,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed7925(o.metadata!);
+ checkUnnamed7926(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7926(o.response!);
+ checkUnnamed7927(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -2560,7 +2560,7 @@
buildCounterGoogleProtobufEmpty--;
}
-core.Map<core.String, core.Object> buildUnnamed7927() {
+core.Map<core.String, core.Object> buildUnnamed7928() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2575,7 +2575,7 @@
return o;
}
-void checkUnnamed7927(core.Map<core.String, core.Object> o) {
+void checkUnnamed7928(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted13 = (o['x']!) as core.Map;
unittest.expect(casted13, unittest.hasLength(3));
@@ -2607,17 +2607,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7928() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7929() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7927());
- o.add(buildUnnamed7927());
+ o.add(buildUnnamed7928());
+ o.add(buildUnnamed7928());
return o;
}
-void checkUnnamed7928(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7929(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7927(o[0]);
- checkUnnamed7927(o[1]);
+ checkUnnamed7928(o[0]);
+ checkUnnamed7928(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -2626,7 +2626,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7928();
+ o.details = buildUnnamed7929();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -2640,7 +2640,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7928(o.details!);
+ checkUnnamed7929(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),