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.



2361
2362
2363
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 2361

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)


2359
2360
2361
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 2359

def path
  @path
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2366
2367
2368
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 2366

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