Identity and Access Management (IAM) V3BETA API - Class Google::Iam::V3beta::PolicyBindings::Rest::ServiceStub (v0.1.0)
Reference documentation and code samples for the Identity and Access Management (IAM) V3BETA API class Google::Iam::V3beta::PolicyBindings::Rest::ServiceStub.
REST service stub for the PolicyBindings service.
Service stub contains baseline method implementations
including transcoding, making the REST call, and deserialing the response.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Identity and Access Management (IAM) V3BETA API - Class Google::Iam::V3beta::PolicyBindings::Rest::ServiceStub (v0.1.0)\n\nReference documentation and code samples for the Identity and Access Management (IAM) V3BETA API class Google::Iam::V3beta::PolicyBindings::Rest::ServiceStub.\n\nREST service stub for the PolicyBindings service.\nService stub contains baseline method implementations\nincluding transcoding, making the REST call, and deserialing the response. \n\nInherits\n--------\n\n- Object\n\nMethods\n-------\n\n### #create_policy_binding\n\n def create_policy_binding(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Longrunning::Operation\n\nBaseline implementation for the create_policy_binding REST call \n**Parameters**\n\n- **request_pb** ([::Google::Iam::V3beta::CreatePolicyBindingRequest](./Google-Iam-V3beta-CreatePolicyBindingRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Longrunning::Operation](./Google-Longrunning-Operation))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Longrunning::Operation](./Google-Longrunning-Operation)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #delete_policy_binding\n\n def delete_policy_binding(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Longrunning::Operation\n\nBaseline implementation for the delete_policy_binding REST call \n**Parameters**\n\n- **request_pb** ([::Google::Iam::V3beta::DeletePolicyBindingRequest](./Google-Iam-V3beta-DeletePolicyBindingRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Longrunning::Operation](./Google-Longrunning-Operation))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Longrunning::Operation](./Google-Longrunning-Operation)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #endpoint\n\n def endpoint() -\u003e String\n\nThe effective endpoint \n**Returns**\n\n- (String)\n\n### #get_policy_binding\n\n def get_policy_binding(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Iam::V3beta::PolicyBinding\n\nBaseline implementation for the get_policy_binding REST call \n**Parameters**\n\n- **request_pb** ([::Google::Iam::V3beta::GetPolicyBindingRequest](./Google-Iam-V3beta-GetPolicyBindingRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Iam::V3beta::PolicyBinding](./Google-Iam-V3beta-PolicyBinding))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Iam::V3beta::PolicyBinding](./Google-Iam-V3beta-PolicyBinding)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #list_policy_bindings\n\n def list_policy_bindings(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Iam::V3beta::ListPolicyBindingsResponse\n\nBaseline implementation for the list_policy_bindings REST call \n**Parameters**\n\n- **request_pb** ([::Google::Iam::V3beta::ListPolicyBindingsRequest](./Google-Iam-V3beta-ListPolicyBindingsRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Iam::V3beta::ListPolicyBindingsResponse](./Google-Iam-V3beta-ListPolicyBindingsResponse))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Iam::V3beta::ListPolicyBindingsResponse](./Google-Iam-V3beta-ListPolicyBindingsResponse)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #logger\n\n def logger(stub: false) -\u003e Logger\n\nThe logger used for request/response debug logging. \n**Returns**\n\n- (Logger)\n\n### #search_target_policy_bindings\n\n def search_target_policy_bindings(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Iam::V3beta::SearchTargetPolicyBindingsResponse\n\nBaseline implementation for the search_target_policy_bindings REST call \n**Parameters**\n\n- **request_pb** ([::Google::Iam::V3beta::SearchTargetPolicyBindingsRequest](./Google-Iam-V3beta-SearchTargetPolicyBindingsRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Iam::V3beta::SearchTargetPolicyBindingsResponse](./Google-Iam-V3beta-SearchTargetPolicyBindingsResponse))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Iam::V3beta::SearchTargetPolicyBindingsResponse](./Google-Iam-V3beta-SearchTargetPolicyBindingsResponse)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #universe_domain\n\n def universe_domain() -\u003e String\n\nThe effective universe domain \n**Returns**\n\n- (String)\n\n### #update_policy_binding\n\n def update_policy_binding(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Longrunning::Operation\n\nBaseline implementation for the update_policy_binding REST call \n**Parameters**\n\n- **request_pb** ([::Google::Iam::V3beta::UpdatePolicyBindingRequest](./Google-Iam-V3beta-UpdatePolicyBindingRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Longrunning::Operation](./Google-Longrunning-Operation))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Longrunning::Operation](./Google-Longrunning-Operation)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)"]]