Identity and Access Management (IAM) V3 API - Class Google::Iam::V3::PrincipalAccessBoundaryPolicies::Rest::ServiceStub (v0.1.0)

Reference documentation and code samples for the Identity and Access Management (IAM) V3 API class Google::Iam::V3::PrincipalAccessBoundaryPolicies::Rest::ServiceStub.

REST service stub for the PrincipalAccessBoundaryPolicies service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#create_principal_access_boundary_policy

def create_principal_access_boundary_policy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation

Baseline implementation for the create_principal_access_boundary_policy REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#delete_principal_access_boundary_policy

def delete_principal_access_boundary_policy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation

Baseline implementation for the delete_principal_access_boundary_policy REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#get_principal_access_boundary_policy

def get_principal_access_boundary_policy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Iam::V3::PrincipalAccessBoundaryPolicy

Baseline implementation for the get_principal_access_boundary_policy REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#list_principal_access_boundary_policies

def list_principal_access_boundary_policies(request_pb, options = nil) { |result, operation| ... } -> ::Google::Iam::V3::ListPrincipalAccessBoundaryPoliciesResponse

Baseline implementation for the list_principal_access_boundary_policies REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#logger

def logger(stub: false) -> Logger

The logger used for request/response debug logging.

Returns
  • (Logger)

#search_principal_access_boundary_policy_bindings

def search_principal_access_boundary_policy_bindings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Iam::V3::SearchPrincipalAccessBoundaryPolicyBindingsResponse

Baseline implementation for the search_principal_access_boundary_policy_bindings REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)

#update_principal_access_boundary_policy

def update_principal_access_boundary_policy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation

Baseline implementation for the update_principal_access_boundary_policy REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)