Skip to content

Commit

Permalink
chore: address linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 23, 2020
1 parent 51d3feb commit 844aad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,7 @@ export class AssetServiceClient {
searchAllResourcesAsync(
request?: protos.google.cloud.asset.v1p1beta1.ISearchAllResourcesRequest,
options?: gax.CallOptions
): AsyncIterable<
protos.google.cloud.asset.v1p1beta1.IStandardResourceMetadata
> {
): AsyncIterable<protos.google.cloud.asset.v1p1beta1.IStandardResourceMetadata> {
request = request || {};
options = options || {};
options.otherArgs = options.otherArgs || {};
Expand All @@ -561,9 +559,7 @@ export class AssetServiceClient {
this.innerApiCalls['searchAllResources'] as GaxCall,
(request as unknown) as RequestType,
callSettings
) as AsyncIterable<
protos.google.cloud.asset.v1p1beta1.IStandardResourceMetadata
>;
) as AsyncIterable<protos.google.cloud.asset.v1p1beta1.IStandardResourceMetadata>;
}
searchAllIamPolicies(
request: protos.google.cloud.asset.v1p1beta1.ISearchAllIamPoliciesRequest,
Expand Down Expand Up @@ -810,9 +806,7 @@ export class AssetServiceClient {
this.innerApiCalls['searchAllIamPolicies'] as GaxCall,
(request as unknown) as RequestType,
callSettings
) as AsyncIterable<
protos.google.cloud.asset.v1p1beta1.IIamPolicySearchResult
>;
) as AsyncIterable<protos.google.cloud.asset.v1p1beta1.IIamPolicySearchResult>;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-asset/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-asset.git",
"sha": "e05a3168955f8590db9581766530ef546d61a363"
"sha": "678ce5433f478b81698c68e0ffc52ff7a21ce692"
}
},
{
Expand Down

0 comments on commit 844aad0

Please sign in to comment.