View Source GoogleApi.APIGateway.V1beta.Model.ApigatewayApi (google_api_api_gateway v0.9.1)
An API that can be served by one or more Gateways.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Created time. -
displayName
(type:String.t
, default:nil
) - Optional. Display name. -
labels
(type:map()
, default:nil
) - Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources -
managedService
(type:String.t
, default:nil
) - Optional. Immutable. The name of a Google Managed Service ( https://cloud.google.com/service-infrastructure/docs/glossary#managed). If not specified, a new Service will automatically be created in the same project as this API. -
name
(type:String.t
, default:nil
) - Output only. Resource name of the API. Format: projects/{project}/locations/global/apis/{api} -
state
(type:String.t
, default:nil
) - Output only. State of the API. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Updated time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.APIGateway.V1beta.Model.ApigatewayApi{ createTime: DateTime.t() | nil, displayName: String.t() | nil, labels: map() | nil, managedService: String.t() | nil, name: String.t() | nil, state: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.