Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor

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

Overview

API operation descriptor.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor

Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor.



2336
2337
2338
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 2336

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

Instance Attribute Details

#pathString

Optional. Contains the URI path fragment where HTTP request is sent. Corresponds to the JSON property path

Returns:

  • (String)


2334
2335
2336
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 2334

def path
  @path
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2341
2342
2343
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 2341

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