メインコンテンツまでスキップ

GoogleCloudFunctionsFunction

No description

type GoogleCloudFunctionsFunction {
metadata: ResourceMetadata!
buildConfiguration: GoogleCloudFunctionsFunctionBuildConfiguration
description: String!
environment: GoogleCloudFunctionsFunctionEnvironment!
eventTrigger: GoogleCloudFunctionsFunctionEventTrigger
labels: [GoogleCloudFunctionsFunctionLabel!]!
name: String!
serviceConfiguration: GoogleCloudFunctionsFunctionServiceConfiguration!
state: GoogleCloudFunctionsFunctionState!
stateMessages: [GoogleCloudFunctionsFunctionStateMessage!]!
updatedAt: DateTime!
iamPolicy: GoogleCloudIAMPolicy!
}

Fields

GoogleCloudFunctionsFunction.metadata ● ResourceMetadata! non-null object

The metadata to identify this resource in Shisho Cloud

GoogleCloudFunctionsFunction.buildConfiguration ● GoogleCloudFunctionsFunctionBuildConfiguration object

The Build step of the function

GoogleCloudFunctionsFunction.description ● String! non-null scalar

The description

GoogleCloudFunctionsFunction.environment ● GoogleCloudFunctionsFunctionEnvironment! non-null enum

The function environment

GoogleCloudFunctionsFunction.eventTrigger ● GoogleCloudFunctionsFunctionEventTrigger object

The event trigger to fire events in response to a condition in another service

GoogleCloudFunctionsFunction.labels ● [GoogleCloudFunctionsFunctionLabel!]! non-null object

The labels

GoogleCloudFunctionsFunction.name ● String! non-null scalar

The name The format: projects/*/locations/*/functions/*

GoogleCloudFunctionsFunction.serviceConfiguration ● GoogleCloudFunctionsFunctionServiceConfiguration! non-null object

The configuration to describes the service being deployed

GoogleCloudFunctionsFunction.state ● GoogleCloudFunctionsFunctionState! non-null enum

The current function state

GoogleCloudFunctionsFunction.stateMessages ● [GoogleCloudFunctionsFunctionStateMessage!]! non-null object

The state messages

GoogleCloudFunctionsFunction.updatedAt ● DateTime! non-null scalar

The last updated date/time

GoogleCloudFunctionsFunction.iamPolicy ● GoogleCloudIAMPolicy! non-null object

The IAM policy of the functions

Member of

GoogleCloudFunctions object