@google-cloud/org-policy
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -121,3 +121,3 @@ /// <reference types="node" /> | ||
getProjectId(callback: Callback<string, undefined, undefined>): void; | ||
getPolicy(request: protos.google.cloud.orgpolicy.v2.IGetPolicyRequest, options?: CallOptions): Promise<[ | ||
getPolicy(request?: protos.google.cloud.orgpolicy.v2.IGetPolicyRequest, options?: CallOptions): Promise<[ | ||
protos.google.cloud.orgpolicy.v2.IPolicy, | ||
@@ -129,3 +129,3 @@ protos.google.cloud.orgpolicy.v2.IGetPolicyRequest | undefined, | ||
getPolicy(request: protos.google.cloud.orgpolicy.v2.IGetPolicyRequest, callback: Callback<protos.google.cloud.orgpolicy.v2.IPolicy, protos.google.cloud.orgpolicy.v2.IGetPolicyRequest | null | undefined, {} | null | undefined>): void; | ||
getEffectivePolicy(request: protos.google.cloud.orgpolicy.v2.IGetEffectivePolicyRequest, options?: CallOptions): Promise<[ | ||
getEffectivePolicy(request?: protos.google.cloud.orgpolicy.v2.IGetEffectivePolicyRequest, options?: CallOptions): Promise<[ | ||
protos.google.cloud.orgpolicy.v2.IPolicy, | ||
@@ -137,3 +137,3 @@ protos.google.cloud.orgpolicy.v2.IGetEffectivePolicyRequest | undefined, | ||
getEffectivePolicy(request: protos.google.cloud.orgpolicy.v2.IGetEffectivePolicyRequest, callback: Callback<protos.google.cloud.orgpolicy.v2.IPolicy, protos.google.cloud.orgpolicy.v2.IGetEffectivePolicyRequest | null | undefined, {} | null | undefined>): void; | ||
createPolicy(request: protos.google.cloud.orgpolicy.v2.ICreatePolicyRequest, options?: CallOptions): Promise<[ | ||
createPolicy(request?: protos.google.cloud.orgpolicy.v2.ICreatePolicyRequest, options?: CallOptions): Promise<[ | ||
protos.google.cloud.orgpolicy.v2.IPolicy, | ||
@@ -145,3 +145,3 @@ protos.google.cloud.orgpolicy.v2.ICreatePolicyRequest | undefined, | ||
createPolicy(request: protos.google.cloud.orgpolicy.v2.ICreatePolicyRequest, callback: Callback<protos.google.cloud.orgpolicy.v2.IPolicy, protos.google.cloud.orgpolicy.v2.ICreatePolicyRequest | null | undefined, {} | null | undefined>): void; | ||
updatePolicy(request: protos.google.cloud.orgpolicy.v2.IUpdatePolicyRequest, options?: CallOptions): Promise<[ | ||
updatePolicy(request?: protos.google.cloud.orgpolicy.v2.IUpdatePolicyRequest, options?: CallOptions): Promise<[ | ||
protos.google.cloud.orgpolicy.v2.IPolicy, | ||
@@ -153,3 +153,3 @@ protos.google.cloud.orgpolicy.v2.IUpdatePolicyRequest | undefined, | ||
updatePolicy(request: protos.google.cloud.orgpolicy.v2.IUpdatePolicyRequest, callback: Callback<protos.google.cloud.orgpolicy.v2.IPolicy, protos.google.cloud.orgpolicy.v2.IUpdatePolicyRequest | null | undefined, {} | null | undefined>): void; | ||
deletePolicy(request: protos.google.cloud.orgpolicy.v2.IDeletePolicyRequest, options?: CallOptions): Promise<[ | ||
deletePolicy(request?: protos.google.cloud.orgpolicy.v2.IDeletePolicyRequest, options?: CallOptions): Promise<[ | ||
protos.google.protobuf.IEmpty, | ||
@@ -161,3 +161,3 @@ protos.google.cloud.orgpolicy.v2.IDeletePolicyRequest | undefined, | ||
deletePolicy(request: protos.google.cloud.orgpolicy.v2.IDeletePolicyRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.cloud.orgpolicy.v2.IDeletePolicyRequest | null | undefined, {} | null | undefined>): void; | ||
listConstraints(request: protos.google.cloud.orgpolicy.v2.IListConstraintsRequest, options?: CallOptions): Promise<[ | ||
listConstraints(request?: protos.google.cloud.orgpolicy.v2.IListConstraintsRequest, options?: CallOptions): Promise<[ | ||
protos.google.cloud.orgpolicy.v2.IConstraint[], | ||
@@ -237,3 +237,3 @@ protos.google.cloud.orgpolicy.v2.IListConstraintsRequest | null, | ||
listConstraintsAsync(request?: protos.google.cloud.orgpolicy.v2.IListConstraintsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.orgpolicy.v2.IConstraint>; | ||
listPolicies(request: protos.google.cloud.orgpolicy.v2.IListPoliciesRequest, options?: CallOptions): Promise<[ | ||
listPolicies(request?: protos.google.cloud.orgpolicy.v2.IListPoliciesRequest, options?: CallOptions): Promise<[ | ||
protos.google.cloud.orgpolicy.v2.IPolicy[], | ||
@@ -240,0 +240,0 @@ protos.google.cloud.orgpolicy.v2.IListPoliciesRequest | null, |
# Changelog | ||
### [1.0.3](https://www.github.com/googleapis/nodejs-org-policy/compare/v1.0.2...v1.0.3) (2021-06-25) | ||
### Bug Fixes | ||
* make request optional in all cases ([#37](https://www.github.com/googleapis/nodejs-org-policy/issues/37)) ([4129413](https://www.github.com/googleapis/nodejs-org-policy/commit/4129413f5cb8a6efd6bc205a337d0a69549920d0)) | ||
### [1.0.2](https://www.github.com/googleapis/nodejs-org-policy/compare/v1.0.1...v1.0.2) (2021-05-25) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/org-policy", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Org policy client for Node.js", | ||
@@ -5,0 +5,0 @@ "repository": "googleapis/nodejs-org-policy", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1345987