コード例 #1
0
 /// <summary>
 ///  Sets the access control policy on the specified resource. Replaces any
 ///  existing policy.
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::Google.Iam.V1.Policy> SetIamPolicy(global::Google.Iam.V1.SetIamPolicyRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
コード例 #2
0
 /// <summary>
 ///  Sets the access control policy on the specified resource. Replaces any
 ///  existing policy.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Iam.V1.Policy> SetIamPolicyAsync(global::Google.Iam.V1.SetIamPolicyRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(SetIamPolicyAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
コード例 #3
0
 /// <summary>
 ///  Sets the access control policy on the specified resource. Replaces any
 ///  existing policy.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Iam.V1.Policy> SetIamPolicyAsync(global::Google.Iam.V1.SetIamPolicyRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_SetIamPolicy, null, options, request));
 }
コード例 #4
0
 /// <summary>
 ///  Sets the access control policy on the specified resource. Replaces any
 ///  existing policy.
 /// </summary>
 public virtual global::Google.Iam.V1.Policy SetIamPolicy(global::Google.Iam.V1.SetIamPolicyRequest request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_SetIamPolicy, null, options, request));
 }