Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::IdentityAwareProxyAdminService::Rest::ServiceStub.
REST service stub for the IdentityAwareProxyAdminService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_tunnel_dest_group
def create_tunnel_dest_group(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::TunnelDestGroup
Baseline implementation for the create_tunnel_dest_group REST call
- request_pb (::Google::Cloud::Iap::V1::CreateTunnelDestGroupRequest) — 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::TunnelDestGroup)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Iap::V1::TunnelDestGroup) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_tunnel_dest_group
def delete_tunnel_dest_group(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_tunnel_dest_group REST call
- request_pb (::Google::Cloud::Iap::V1::DeleteTunnelDestGroupRequest) — 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)
#get_iam_policy
def get_iam_policy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Iam::V1::Policy
Baseline implementation for the get_iam_policy REST call
- request_pb (::Google::Iam::V1::GetIamPolicyRequest) — 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::Iam::V1::Policy)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Iam::V1::Policy) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_iap_settings
def get_iap_settings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::IapSettings
Baseline implementation for the get_iap_settings REST call
- request_pb (::Google::Cloud::Iap::V1::GetIapSettingsRequest) — 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::IapSettings)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Iap::V1::IapSettings) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_tunnel_dest_group
def get_tunnel_dest_group(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::TunnelDestGroup
Baseline implementation for the get_tunnel_dest_group REST call
- request_pb (::Google::Cloud::Iap::V1::GetTunnelDestGroupRequest) — 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::TunnelDestGroup)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Iap::V1::TunnelDestGroup) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_tunnel_dest_groups
def list_tunnel_dest_groups(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::ListTunnelDestGroupsResponse
Baseline implementation for the list_tunnel_dest_groups REST call
- request_pb (::Google::Cloud::Iap::V1::ListTunnelDestGroupsRequest) — 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::ListTunnelDestGroupsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Iap::V1::ListTunnelDestGroupsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#set_iam_policy
def set_iam_policy(request_pb, options = nil) { |result, operation| ... } -> ::Google::Iam::V1::Policy
Baseline implementation for the set_iam_policy REST call
- request_pb (::Google::Iam::V1::SetIamPolicyRequest) — 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::Iam::V1::Policy)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Iam::V1::Policy) — A result object deserialized from the server's reply
- (::ArgumentError)
#test_iam_permissions
def test_iam_permissions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Iam::V1::TestIamPermissionsResponse
Baseline implementation for the test_iam_permissions REST call
- request_pb (::Google::Iam::V1::TestIamPermissionsRequest) — 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::Iam::V1::TestIamPermissionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Iam::V1::TestIamPermissionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_iap_settings
def update_iap_settings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::IapSettings
Baseline implementation for the update_iap_settings REST call
- request_pb (::Google::Cloud::Iap::V1::UpdateIapSettingsRequest) — 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::IapSettings)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Iap::V1::IapSettings) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_tunnel_dest_group
def update_tunnel_dest_group(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Iap::V1::TunnelDestGroup
Baseline implementation for the update_tunnel_dest_group REST call
- request_pb (::Google::Cloud::Iap::V1::UpdateTunnelDestGroupRequest) — 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::TunnelDestGroup)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Iap::V1::TunnelDestGroup) — A result object deserialized from the server's reply
- (::ArgumentError)