Class: Google::Apis::ServicenetworkingV1beta::Experimental

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

Overview

Experimental service configuration. These configuration options can only be used by whitelisted users.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Experimental

Returns a new instance of Experimental



1116
1117
1118
# File 'generated/google/apis/servicenetworking_v1beta/classes.rb', line 1116

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

Instance Attribute Details

#authorizationGoogle::Apis::ServicenetworkingV1beta::AuthorizationConfig

Configuration of authorization. This section determines the authorization provider, if unspecified, then no authorization check will be done. Example: experimental: authorization: provider: firebaserules.googleapis.com Corresponds to the JSON property authorization



1114
1115
1116
# File 'generated/google/apis/servicenetworking_v1beta/classes.rb', line 1114

def authorization
  @authorization
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1121
1122
1123
# File 'generated/google/apis/servicenetworking_v1beta/classes.rb', line 1121

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