Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/beyondcorp_v1alpha/classes.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb

Overview

The protocol data that specifies how to communicate with Partner's Proxy.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig

Returns a new instance of GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig.



2219
2220
2221
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2219

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#metadataHash<String,String>

Optional. Untyped property bag to be sent back to the proxy using client specific mechanism. Corresponds to the JSON property metadata

Returns:

  • (Hash<String,String>)


2217
2218
2219
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2217

def 
  @metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2224
2225
2226
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2224

def update!(**args)
  @metadata = args[:metadata] if args.key?(:metadata)
end