Class: Google::Apis::ConnectorsV1::Connector
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV1::Connector
- 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
Connectors indicates a specific connector type, e.x. Salesforce, SAP etc.
Instance Attribute Summary collapse
-
#category ⇒ String
Output only.
-
#connector_type ⇒ String
Output only.
-
#create_time ⇒ String
Output only.
-
#description ⇒ String
Output only.
-
#display_name ⇒ String
Output only.
-
#documentation_uri ⇒ String
Output only.
-
#eventing_details ⇒ Google::Apis::ConnectorsV1::EventingDetails
Eventing Details message.
-
#external_uri ⇒ String
Output only.
-
#labels ⇒ Hash<String,String>
Output only.
-
#launch_stage ⇒ String
Output only.
-
#marketplace_connector_details ⇒ Google::Apis::ConnectorsV1::MarketplaceConnectorDetails
Marketplace connector details.
-
#name ⇒ String
Output only.
-
#tags ⇒ Array<String>
Output only.
-
#update_time ⇒ String
Output only.
-
#web_assets_location ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Connector
constructor
A new instance of Connector.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Connector
Returns a new instance of Connector.
1162 1163 1164 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1162 def initialize(**args) update!(**args) end |
Instance Attribute Details
#category ⇒ String
Output only. Category of the connector.
Corresponds to the JSON property category
1086 1087 1088 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1086 def category @category end |
#connector_type ⇒ String
Output only. The type of the connector.
Corresponds to the JSON property connectorType
1091 1092 1093 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1091 def connector_type @connector_type end |
#create_time ⇒ String
Output only. Created time.
Corresponds to the JSON property createTime
1096 1097 1098 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1096 def create_time @create_time end |
#description ⇒ String
Output only. Description of the resource.
Corresponds to the JSON property description
1101 1102 1103 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1101 def description @description end |
#display_name ⇒ String
Output only. Display name.
Corresponds to the JSON property displayName
1106 1107 1108 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1106 def display_name @display_name end |
#documentation_uri ⇒ String
Output only. Link to documentation page.
Corresponds to the JSON property documentationUri
1111 1112 1113 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1111 def documentation_uri @documentation_uri end |
#eventing_details ⇒ Google::Apis::ConnectorsV1::EventingDetails
Eventing Details message.
Corresponds to the JSON property eventingDetails
1116 1117 1118 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1116 def eventing_details @eventing_details end |
#external_uri ⇒ String
Output only. Link to external page.
Corresponds to the JSON property externalUri
1121 1122 1123 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1121 def external_uri @external_uri 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
1128 1129 1130 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1128 def labels @labels end |
#launch_stage ⇒ String
Output only. Flag to mark the version indicating the launch stage.
Corresponds to the JSON property launchStage
1133 1134 1135 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1133 def launch_stage @launch_stage end |
#marketplace_connector_details ⇒ Google::Apis::ConnectorsV1::MarketplaceConnectorDetails
Marketplace connector details.
Corresponds to the JSON property marketplaceConnectorDetails
1138 1139 1140 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1138 def marketplace_connector_details @marketplace_connector_details end |
#name ⇒ String
Output only. Resource name of the Connector. Format: projects/project/
locations/location/providers/provider/connectors/connector Only global
location is supported for Connector resource.
Corresponds to the JSON property name
1145 1146 1147 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1145 def name @name end |
#tags ⇒ Array<String>
Output only. Tags of the connector.
Corresponds to the JSON property tags
1150 1151 1152 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1150 def @tags end |
#update_time ⇒ String
Output only. Updated time.
Corresponds to the JSON property updateTime
1155 1156 1157 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1155 def update_time @update_time end |
#web_assets_location ⇒ String
Output only. Cloud storage location of icons etc consumed by UI.
Corresponds to the JSON property webAssetsLocation
1160 1161 1162 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1160 def web_assets_location @web_assets_location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1167 def update!(**args) @category = args[:category] if args.key?(:category) @connector_type = args[:connector_type] if args.key?(:connector_type) @create_time = args[:create_time] if args.key?(:create_time) @description = args[:description] if args.key?(:description) @display_name = args[:display_name] if args.key?(:display_name) @documentation_uri = args[:documentation_uri] if args.key?(:documentation_uri) @eventing_details = args[:eventing_details] if args.key?(:eventing_details) @external_uri = args[:external_uri] if args.key?(:external_uri) @labels = args[:labels] if args.key?(:labels) @launch_stage = args[:launch_stage] if args.key?(:launch_stage) @marketplace_connector_details = args[:marketplace_connector_details] if args.key?(:marketplace_connector_details) @name = args[:name] if args.key?(:name) @tags = args[:tags] if args.key?(:tags) @update_time = args[:update_time] if args.key?(:update_time) @web_assets_location = args[:web_assets_location] if args.key?(:web_assets_location) end |