Binary Authorization V1beta1 API - Class Google::Cloud::BinaryAuthorization::V1beta1::SystemPolicy::Client (v0.17.1)

Reference documentation and code samples for the Binary Authorization V1beta1 API class Google::Cloud::BinaryAuthorization::V1beta1::SystemPolicy::Client.

Client for the SystemPolicy service.

API for working with the system policy.

Inherits

  • Object

Methods

.configure

defself.configure(){|config|...}->Client::Configuration

Configure the SystemPolicy Client class.

See Configuration for a description of the configuration fields.

Yields
  • (config) — Configure the Client client.
Yield Parameter
Example
# Modify the configuration for all SystemPolicy clients
::Google::Cloud::BinaryAuthorization::V1beta1::SystemPolicy::Client.configuredo|config|
config.timeout=10.0
end

#configure

defconfigure(){|config|...}->Client::Configuration

Configure the SystemPolicy Client instance.

The configuration is set to the derived mode, meaning that values can be changed, but structural changes (adding new fields, etc.) are not allowed. Structural changes should be made on Client.configure .

See Configuration for a description of the configuration fields.

Yields
  • (config) — Configure the Client client.
Yield Parameter

#get_system_policy

defget_system_policy(request,options=nil)->::Google::Cloud::BinaryAuthorization::V1beta1::Policy
defget_system_policy(name:nil)->::Google::Cloud::BinaryAuthorization::V1beta1::Policy

Gets the current system policy in the specified location.

Overloads
defget_system_policy(request,options=nil)->::Google::Cloud::BinaryAuthorization::V1beta1::Policy
Pass arguments to get_system_policy via a request object, either of type GetSystemPolicyRequest or an equivalent Hash.
Parameters
  • request (::Google::Cloud::BinaryAuthorization::V1beta1::GetSystemPolicyRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
  • options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
defget_system_policy(name:nil)->::Google::Cloud::BinaryAuthorization::V1beta1::Policy
Pass arguments to get_system_policy via keyword arguments. Note that at least one keyword argument is required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash as a request object (see above).
Parameter
  • name (::String) — Required. The resource name, in the format locations/*/policy. Note that the system policy is not associated with a project.
Yields
  • (response, operation) — Access the result along with the RPC operation
Yield Parameters
Raises
  • (::Google::Cloud::Error) — if the RPC is aborted.
Example

Basic example

require"google/cloud/binary_authorization/v1beta1"
# Create a client object. The client can be reused for multiple calls.
client=Google::Cloud::BinaryAuthorization::V1beta1::SystemPolicy::Client.new
# Create a request. To set request fields, pass in keyword arguments.
request=Google::Cloud::BinaryAuthorization::V1beta1::GetSystemPolicyRequest.new
# Call the get_system_policy method.
result=client.get_system_policyrequest
# The returned object is of type Google::Cloud::BinaryAuthorization::V1beta1::Policy.
presult

#initialize

definitialize(){|config|...}->Client

Create a new SystemPolicy client object.

Yields
  • (config) — Configure the SystemPolicy client.
Yield Parameter
Returns
  • (Client) — a new instance of Client
Example
# Create a client using the default configuration
client=::Google::Cloud::BinaryAuthorization::V1beta1::SystemPolicy::Client.new
# Create a client using a custom configuration
client=::Google::Cloud::BinaryAuthorization::V1beta1::SystemPolicy::Client.newdo|config|
config.timeout=10.0
end

#logger

deflogger()->Logger

The logger used for request/response debug logging.

Returns
  • (Logger)

#universe_domain

defuniverse_domain()->String

The effective universe domain

Returns
  • (String)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.