Identity-Aware Proxy V1 API - Class Google::Cloud::Iap::V1::IdentityAwareProxyOAuthService::Rest::ServiceStub (v0.6.0)

Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::IdentityAwareProxyOAuthService::Rest::ServiceStub.

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

Inherits

  • Object

Methods

#create_brand

def create_brand(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::Brand

Baseline implementation for the create_brand REST call

Parameters
  • request_pb (::Google::Cloud::Iap::V1::CreateBrandRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#create_identity_aware_proxy_client

def create_identity_aware_proxy_client(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::IdentityAwareProxyClient

Baseline implementation for the create_identity_aware_proxy_client REST call

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

#delete_identity_aware_proxy_client

def delete_identity_aware_proxy_client(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty

Baseline implementation for the delete_identity_aware_proxy_client REST call

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

#get_brand

def get_brand(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::Brand

Baseline implementation for the get_brand REST call

Parameters
  • request_pb (::Google::Cloud::Iap::V1::GetBrandRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#get_identity_aware_proxy_client

def get_identity_aware_proxy_client(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::IdentityAwareProxyClient

Baseline implementation for the get_identity_aware_proxy_client REST call

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

#initialize

def initialize(endpoint:, credentials:) -> ServiceStub
Returns

#list_brands

def list_brands(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::ListBrandsResponse

Baseline implementation for the list_brands REST call

Parameters
  • request_pb (::Google::Cloud::Iap::V1::ListBrandsRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#list_identity_aware_proxy_clients

def list_identity_aware_proxy_clients(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::ListIdentityAwareProxyClientsResponse

Baseline implementation for the list_identity_aware_proxy_clients REST call

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

#reset_identity_aware_proxy_client_secret

def reset_identity_aware_proxy_client_secret(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::IdentityAwareProxyClient

Baseline implementation for the reset_identity_aware_proxy_client_secret REST call

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