Uses of Interface
com.google.cloud.functions.v1.HttpsTriggerOrBuilder
-
Packages that use HttpsTriggerOrBuilder Package Description com.google.cloud.functions.v1 A client to Cloud Functions API -
-
Uses of HttpsTriggerOrBuilder in com.google.cloud.functions.v1
Classes in com.google.cloud.functions.v1 that implement HttpsTriggerOrBuilder Modifier and Type Class Description class
HttpsTrigger
Describes HttpsTrigger, could be used to connect web hooks to function.static class
HttpsTrigger.Builder
Describes HttpsTrigger, could be used to connect web hooks to function.Methods in com.google.cloud.functions.v1 that return HttpsTriggerOrBuilder Modifier and Type Method Description HttpsTriggerOrBuilder
CloudFunction.Builder. getHttpsTriggerOrBuilder()
An HTTPS endpoint type of source that can be triggered via URL.HttpsTriggerOrBuilder
CloudFunction. getHttpsTriggerOrBuilder()
An HTTPS endpoint type of source that can be triggered via URL.HttpsTriggerOrBuilder
CloudFunctionOrBuilder. getHttpsTriggerOrBuilder()
An HTTPS endpoint type of source that can be triggered via URL.
-