View Source GoogleApi.AppHub.V1.Model.DiscoveredService (google_api_app_hub v0.2.0)
DiscoveredService is a network/api interface that exposes some functionality to clients for consumption over the network. A discovered service can be registered to a App Hub service.
Attributes
-
name
(type:String.t
, default:nil
) - Identifier. The resource name of the discovered service. Format: "projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}"" -
serviceProperties
(type:GoogleApi.AppHub.V1.Model.ServiceProperties.t
, default:nil
) - Output only. Properties of an underlying compute resource that can comprise a Service. These are immutable. -
serviceReference
(type:GoogleApi.AppHub.V1.Model.ServiceReference.t
, default:nil
) - Output only. Reference to an underlying networking resource that can comprise a Service. These are immutable.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AppHub.V1.Model.DiscoveredService{ name: String.t() | nil, serviceProperties: GoogleApi.AppHub.V1.Model.ServiceProperties.t() | nil, serviceReference: GoogleApi.AppHub.V1.Model.ServiceReference.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.