Class: Google::Apis::CloudassetV1p5beta1::GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint

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

Overview

Specifies the PSC an API call refers to.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint

Returns a new instance of GoogleIdentityAccesscontextmanagerV1PrivateServiceConnectEndpoint.



1851
1852
1853
# File 'lib/google/apis/cloudasset_v1p5beta1/classes.rb', line 1851

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

Instance Attribute Details

#forwarding_ruleString

The global forwarding rule identifier. Forwarding rule format: //compute. googleapis.com/projects/PROJECT_ID/global/forwardingRules/ FORWARDING_RULE_ID`. Corresponds to the JSON propertyforwardingRule`

Returns:

  • (String)


1849
1850
1851
# File 'lib/google/apis/cloudasset_v1p5beta1/classes.rb', line 1849

def forwarding_rule
  @forwarding_rule
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1856
1857
1858
# File 'lib/google/apis/cloudasset_v1p5beta1/classes.rb', line 1856

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