Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGateway
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGateway
- 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
If Service Discovery is done through API, defines its settings.
Instance Attribute Summary collapse
-
#resource_override ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor
API operation descriptor.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGateway
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGateway.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGateway
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGateway.
3176 3177 3178 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3176 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_override ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor
API operation descriptor.
Corresponds to the JSON property resourceOverride
3174 3175 3176 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3174 def resource_override @resource_override end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3181 3182 3183 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3181 def update!(**args) @resource_override = args[:resource_override] if args.key?(:resource_override) end |