Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor
- 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
API operation descriptor.
Instance Attribute Summary collapse
-
#path ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor.
3195 3196 3197 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3195 def initialize(**args) update!(**args) end |
Instance Attribute Details
#path ⇒ String
Optional. Contains the URI path fragment where HTTP request is sent.
Corresponds to the JSON property path
3193 3194 3195 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3193 def path @path end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3200 3201 3202 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3200 def update!(**args) @path = args[:path] if args.key?(:path) end |