Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#pathString

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

Returns:

  • (String)


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