File tree Expand file tree Collapse file tree
core/generator/gapic-generator-typescript/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 * The promise has a method named "cancel" which cancels the ongoing API call.
3232 */
3333{%- if service .iamPolicyMixinFlags .getIamPolicy == true %}
34- /**
34+ getIamPolicy(
3535 request: IamProtos.google.iam.v1.GetIamPolicyRequest,
3636 options?:
3737 | gax.CallOptions
8080 * The promise has a method named "cancel" which cancels the ongoing API call.
8181 */
8282{%- if service .iamPolicyMixinFlags .setIamPolicy %}
83- /**
83+ setIamPolicy(
8484 request: IamProtos.google.iam.v1.SetIamPolicyRequest,
8585 options?:
8686 | gax.CallOptions
130130 *
131131 */
132132{%- if service .iamPolicyMixinFlags .testIamPermissions %}
133- /**
133+ testIamPermissions(
134134 request: IamProtos.google.iam.v1.TestIamPermissionsRequest,
135135 options?:
136136 | gax.CallOptions
Original file line number Diff line number Diff line change 3131 * The promise has a method named "cancel" which cancels the ongoing API call.
3232 */
3333{%- if service .iamPolicyMixinFlags .getIamPolicy %}
34- /**
34+ getIamPolicy(
3535 request: IamProtos.google.iam.v1.GetIamPolicyRequest,
3636 options?:
3737 | gax.CallOptions
8080 * The promise has a method named "cancel" which cancels the ongoing API call.
8181 */
8282{%- if service .iamPolicyMixinFlags .setIamPolicy %}
83- /**
83+ setIamPolicy(
8484 request: IamProtos.google.iam.v1.SetIamPolicyRequest,
8585 options?:
8686 | gax.CallOptions
112112 * The request object that will be sent.
113113 * @param {string} request.resource
114114 * REQUIRED: The resource for which the policy detail is being requested.
115- * See the operation documentation for the appropriate value for this field.
115+ * See the operation documentation for the a ppropriate value for this field.
116116 * @param {string[]} request.permissions
117117 * The set of permissions to check for the `resource`. Permissions with
118118 * wildcards (such as '*' or 'storage.*') are not allowed. For more
130130 *
131131 */
132132{%- if service .iamPolicyMixinFlags .testIamPermissions %}
133- /**
133+ testIamPermissions(
134134 request: IamProtos.google.iam.v1.TestIamPermissionsRequest,
135135 options?:
136136 | gax.CallOptions
You can’t perform that action at this time.
0 commit comments