Class: Google::Apis::ConnectorsV1::ConnectorVersion
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV1::ConnectorVersion
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/connectors_v1/classes.rb,
lib/google/apis/connectors_v1/representations.rb,
lib/google/apis/connectors_v1/representations.rb
Overview
ConnectorVersion indicates a specific version of a connector.
Instance Attribute Summary collapse
-
#auth_config_templates ⇒ Array<Google::Apis::ConnectorsV1::AuthConfigTemplate>
Output only.
-
#auth_override_enabled ⇒ Boolean
(also: #auth_override_enabled?)
Output only.
-
#config_variable_templates ⇒ Array<Google::Apis::ConnectorsV1::ConfigVariableTemplate>
Output only.
-
#connector_infra_config ⇒ Google::Apis::ConnectorsV1::ConnectorInfraConfig
This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version Corresponds to the JSON property
connectorInfraConfig. -
#create_time ⇒ String
Output only.
-
#destination_config_templates ⇒ Array<Google::Apis::ConnectorsV1::DestinationConfigTemplate>
Output only.
-
#display_name ⇒ String
Output only.
-
#egress_control_config ⇒ Google::Apis::ConnectorsV1::EgressControlConfig
Egress control config for connector runtime.
-
#eventing_config_template ⇒ Google::Apis::ConnectorsV1::EventingConfigTemplate
Eventing Config details of a connector version.
-
#is_custom_actions_supported ⇒ Boolean
(also: #is_custom_actions_supported?)
Output only.
-
#is_custom_entities_supported ⇒ Boolean
(also: #is_custom_entities_supported?)
Output only.
-
#labels ⇒ Hash<String,String>
Output only.
-
#launch_stage ⇒ String
Output only.
-
#name ⇒ String
Output only.
-
#release_version ⇒ String
Output only.
-
#role_grant ⇒ Google::Apis::ConnectorsV1::RoleGrant
This configuration defines all the Cloud IAM roles that needs to be granted to a particular Google Cloud resource for the selected principal like service account.
-
#role_grants ⇒ Array<Google::Apis::ConnectorsV1::RoleGrant>
Output only.
-
#schema_refresh_config ⇒ Google::Apis::ConnectorsV1::SchemaRefreshConfig
Config for connection schema refresh Corresponds to the JSON property
schemaRefreshConfig. -
#ssl_config_template ⇒ Google::Apis::ConnectorsV1::SslConfigTemplate
Ssl config details of a connector version Corresponds to the JSON property
sslConfigTemplate. -
#supported_runtime_features ⇒ Google::Apis::ConnectorsV1::SupportedRuntimeFeatures
Supported runtime features of a connector version.
-
#supported_standard_actions ⇒ Array<Google::Apis::ConnectorsV1::StandardAction>
Output only.
-
#supported_standard_entities ⇒ Array<Google::Apis::ConnectorsV1::StandardEntity>
Output only.
-
#unsupported_connection_types ⇒ Array<String>
Output only.
-
#update_time ⇒ String
Output only.
-
#vpcsc_config ⇒ Google::Apis::ConnectorsV1::VpcscConfig
This configuration provides VPCSC config for a connector.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConnectorVersion
constructor
A new instance of ConnectorVersion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConnectorVersion
Returns a new instance of ConnectorVersion.
1447 1448 1449 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1447 def initialize(**args) update!(**args) end |
Instance Attribute Details
#auth_config_templates ⇒ Array<Google::Apis::ConnectorsV1::AuthConfigTemplate>
Output only. List of auth configs supported by the Connector Version.
Corresponds to the JSON property authConfigTemplates
1310 1311 1312 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1310 def auth_config_templates @auth_config_templates end |
#auth_override_enabled ⇒ Boolean Also known as: auth_override_enabled?
Output only. Flag to mark the dynamic auth override.
Corresponds to the JSON property authOverrideEnabled
1315 1316 1317 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1315 def auth_override_enabled @auth_override_enabled end |
#config_variable_templates ⇒ Array<Google::Apis::ConnectorsV1::ConfigVariableTemplate>
Output only. List of config variables needed to create a connection.
Corresponds to the JSON property configVariableTemplates
1321 1322 1323 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1321 def config_variable_templates @config_variable_templates end |
#connector_infra_config ⇒ Google::Apis::ConnectorsV1::ConnectorInfraConfig
This cofiguration provides infra configs like rate limit threshold which need
to be configurable for every connector version
Corresponds to the JSON property connectorInfraConfig
1327 1328 1329 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1327 def connector_infra_config @connector_infra_config end |
#create_time ⇒ String
Output only. Created time.
Corresponds to the JSON property createTime
1332 1333 1334 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1332 def create_time @create_time end |
#destination_config_templates ⇒ Array<Google::Apis::ConnectorsV1::DestinationConfigTemplate>
Output only. List of destination configs needed to create a connection.
Corresponds to the JSON property destinationConfigTemplates
1337 1338 1339 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1337 def destination_config_templates @destination_config_templates end |
#display_name ⇒ String
Output only. Display name.
Corresponds to the JSON property displayName
1342 1343 1344 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1342 def display_name @display_name end |
#egress_control_config ⇒ Google::Apis::ConnectorsV1::EgressControlConfig
Egress control config for connector runtime. These configurations define the
rules to identify which outbound domains/hosts needs to be whitelisted. It may
be a static information for a particular connector version or it is derived
from the configurations provided by the customer in Connection resource.
Corresponds to the JSON property egressControlConfig
1350 1351 1352 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1350 def egress_control_config @egress_control_config end |
#eventing_config_template ⇒ Google::Apis::ConnectorsV1::EventingConfigTemplate
Eventing Config details of a connector version. next: 14
Corresponds to the JSON property eventingConfigTemplate
1355 1356 1357 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1355 def eventing_config_template @eventing_config_template end |
#is_custom_actions_supported ⇒ Boolean Also known as: is_custom_actions_supported?
Output only. Is custom actions supported.
Corresponds to the JSON property isCustomActionsSupported
1360 1361 1362 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1360 def is_custom_actions_supported @is_custom_actions_supported end |
#is_custom_entities_supported ⇒ Boolean Also known as: is_custom_entities_supported?
Output only. Is custom entities supported.
Corresponds to the JSON property isCustomEntitiesSupported
1366 1367 1368 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1366 def is_custom_entities_supported @is_custom_entities_supported end |
#labels ⇒ Hash<String,String>
Output only. Resource labels to represent user-provided metadata. Refer to
cloud documentation on labels for more details. https://cloud.google.com/
compute/docs/labeling-resources
Corresponds to the JSON property labels
1374 1375 1376 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1374 def labels @labels end |
#launch_stage ⇒ String
Output only. Flag to mark the version indicating the launch stage.
Corresponds to the JSON property launchStage
1379 1380 1381 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1379 def launch_stage @launch_stage end |
#name ⇒ String
Output only. Resource name of the Version. Format: projects/project/
locations/location/providers/provider/connectors/connector/versions/
version Only global location is supported for Connector resource.
Corresponds to the JSON property name
1386 1387 1388 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1386 def name @name end |
#release_version ⇒ String
Output only. ReleaseVersion of the connector, for example: "1.0.1-alpha".
Corresponds to the JSON property releaseVersion
1391 1392 1393 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1391 def release_version @release_version end |
#role_grant ⇒ Google::Apis::ConnectorsV1::RoleGrant
This configuration defines all the Cloud IAM roles that needs to be granted to
a particular Google Cloud resource for the selected principal like service
account. These configurations will let UI display to customers what IAM roles
need to be granted by them. Or these configurations can be used by the UI to
render a 'grant' button to do the same on behalf of the user.
Corresponds to the JSON property roleGrant
1400 1401 1402 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1400 def role_grant @role_grant end |
#role_grants ⇒ Array<Google::Apis::ConnectorsV1::RoleGrant>
Output only. Role grant configurations for this connector version.
Corresponds to the JSON property roleGrants
1405 1406 1407 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1405 def role_grants @role_grants end |
#schema_refresh_config ⇒ Google::Apis::ConnectorsV1::SchemaRefreshConfig
Config for connection schema refresh
Corresponds to the JSON property schemaRefreshConfig
1410 1411 1412 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1410 def schema_refresh_config @schema_refresh_config end |
#ssl_config_template ⇒ Google::Apis::ConnectorsV1::SslConfigTemplate
Ssl config details of a connector version
Corresponds to the JSON property sslConfigTemplate
1415 1416 1417 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1415 def ssl_config_template @ssl_config_template end |
#supported_runtime_features ⇒ Google::Apis::ConnectorsV1::SupportedRuntimeFeatures
Supported runtime features of a connector version.
Corresponds to the JSON property supportedRuntimeFeatures
1420 1421 1422 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1420 def supported_runtime_features @supported_runtime_features end |
#supported_standard_actions ⇒ Array<Google::Apis::ConnectorsV1::StandardAction>
Output only. Supported standard actions.
Corresponds to the JSON property supportedStandardActions
1425 1426 1427 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1425 def supported_standard_actions @supported_standard_actions end |
#supported_standard_entities ⇒ Array<Google::Apis::ConnectorsV1::StandardEntity>
Output only. Supported standard entities.
Corresponds to the JSON property supportedStandardEntities
1430 1431 1432 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1430 def supported_standard_entities @supported_standard_entities end |
#unsupported_connection_types ⇒ Array<String>
Output only. Unsupported connection types.
Corresponds to the JSON property unsupportedConnectionTypes
1435 1436 1437 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1435 def unsupported_connection_types @unsupported_connection_types end |
#update_time ⇒ String
Output only. Updated time.
Corresponds to the JSON property updateTime
1440 1441 1442 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1440 def update_time @update_time end |
#vpcsc_config ⇒ Google::Apis::ConnectorsV1::VpcscConfig
This configuration provides VPCSC config for a connector.
Corresponds to the JSON property vpcscConfig
1445 1446 1447 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1445 def vpcsc_config @vpcsc_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1452 def update!(**args) @auth_config_templates = args[:auth_config_templates] if args.key?(:auth_config_templates) @auth_override_enabled = args[:auth_override_enabled] if args.key?(:auth_override_enabled) @config_variable_templates = args[:config_variable_templates] if args.key?(:config_variable_templates) @connector_infra_config = args[:connector_infra_config] if args.key?(:connector_infra_config) @create_time = args[:create_time] if args.key?(:create_time) @destination_config_templates = args[:destination_config_templates] if args.key?(:destination_config_templates) @display_name = args[:display_name] if args.key?(:display_name) @egress_control_config = args[:egress_control_config] if args.key?(:egress_control_config) @eventing_config_template = args[:eventing_config_template] if args.key?(:eventing_config_template) @is_custom_actions_supported = args[:is_custom_actions_supported] if args.key?(:is_custom_actions_supported) @is_custom_entities_supported = args[:is_custom_entities_supported] if args.key?(:is_custom_entities_supported) @labels = args[:labels] if args.key?(:labels) @launch_stage = args[:launch_stage] if args.key?(:launch_stage) @name = args[:name] if args.key?(:name) @release_version = args[:release_version] if args.key?(:release_version) @role_grant = args[:role_grant] if args.key?(:role_grant) @role_grants = args[:role_grants] if args.key?(:role_grants) @schema_refresh_config = args[:schema_refresh_config] if args.key?(:schema_refresh_config) @ssl_config_template = args[:ssl_config_template] if args.key?(:ssl_config_template) @supported_runtime_features = args[:supported_runtime_features] if args.key?(:supported_runtime_features) @supported_standard_actions = args[:supported_standard_actions] if args.key?(:supported_standard_actions) @supported_standard_entities = args[:supported_standard_entities] if args.key?(:supported_standard_entities) @unsupported_connection_types = args[:unsupported_connection_types] if args.key?(:unsupported_connection_types) @update_time = args[:update_time] if args.key?(:update_time) @vpcsc_config = args[:vpcsc_config] if args.key?(:vpcsc_config) end |