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
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Iap::V1::Brand)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Iap::V1::Brand) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Cloud::Iap::V1::CreateIdentityAwareProxyClientRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Iap::V1::IdentityAwareProxyClient)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Iap::V1::IdentityAwareProxyClient) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Cloud::Iap::V1::DeleteIdentityAwareProxyClientRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_brand
def get_brand(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::Brand
Baseline implementation for the get_brand REST call
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Iap::V1::Brand)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Iap::V1::Brand) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Cloud::Iap::V1::GetIdentityAwareProxyClientRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Iap::V1::IdentityAwareProxyClient)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Iap::V1::IdentityAwareProxyClient) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_brands
def list_brands(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::ListBrandsResponse
Baseline implementation for the list_brands REST call
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Iap::V1::ListBrandsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Iap::V1::ListBrandsResponse) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Cloud::Iap::V1::ListIdentityAwareProxyClientsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Iap::V1::ListIdentityAwareProxyClientsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Iap::V1::ListIdentityAwareProxyClientsResponse) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Cloud::Iap::V1::ResetIdentityAwareProxyClientSecretRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Iap::V1::IdentityAwareProxyClient)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Iap::V1::IdentityAwareProxyClient) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)