View Source GoogleApi.Connectors.V1.Model.Provider (google_api_connectors v0.13.0)
Provider indicates the owner who provides the connectors.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Created time. -
description
(type:String.t
, default:nil
) - Output only. Description of the resource. -
displayName
(type:String.t
, default:nil
) - Output only. Display name. -
documentationUri
(type:String.t
, default:nil
) - Output only. Link to documentation page. -
externalUri
(type:String.t
, default:nil
) - Output only. Link to external page. -
labels
(type:map()
, default:nil
) - 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 -
launchStage
(type:String.t
, default:nil
) - Output only. Flag to mark the version indicating the launch stage. -
name
(type:String.t
, default:nil
) - Output only. Resource name of the Provider. Format: projects/{project}/locations/{location}/providers/{provider} Only global location is supported for Provider resource. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Updated time. -
webAssetsLocation
(type:String.t
, default:nil
) - Output only. Cloud storage location of icons etc consumed by UI.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V1.Model.Provider{ createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, documentationUri: String.t() | nil, externalUri: String.t() | nil, labels: map() | nil, launchStage: String.t() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil, webAssetsLocation: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.