Uses of Class
com.google.cloud.functions.v1.HttpsTrigger
-
Packages that use HttpsTrigger Package Description com.google.cloud.functions.v1 A client to Cloud Functions API -
-
Uses of HttpsTrigger in com.google.cloud.functions.v1
Methods in com.google.cloud.functions.v1 that return HttpsTrigger Modifier and Type Method Description HttpsTriggerHttpsTrigger.Builder. build()HttpsTriggerHttpsTrigger.Builder. buildPartial()static HttpsTriggerHttpsTrigger. getDefaultInstance()HttpsTriggerHttpsTrigger.Builder. getDefaultInstanceForType()HttpsTriggerHttpsTrigger. getDefaultInstanceForType()HttpsTriggerCloudFunction.Builder. getHttpsTrigger()An HTTPS endpoint type of source that can be triggered via URL.HttpsTriggerCloudFunction. getHttpsTrigger()An HTTPS endpoint type of source that can be triggered via URL.HttpsTriggerCloudFunctionOrBuilder. getHttpsTrigger()An HTTPS endpoint type of source that can be triggered via URL.static HttpsTriggerHttpsTrigger. parseDelimitedFrom(InputStream input)static HttpsTriggerHttpsTrigger. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpsTriggerHttpsTrigger. parseFrom(byte[] data)static HttpsTriggerHttpsTrigger. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpsTriggerHttpsTrigger. parseFrom(com.google.protobuf.ByteString data)static HttpsTriggerHttpsTrigger. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpsTriggerHttpsTrigger. parseFrom(com.google.protobuf.CodedInputStream input)static HttpsTriggerHttpsTrigger. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpsTriggerHttpsTrigger. parseFrom(InputStream input)static HttpsTriggerHttpsTrigger. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpsTriggerHttpsTrigger. parseFrom(ByteBuffer data)static HttpsTriggerHttpsTrigger. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.functions.v1 that return types with arguments of type HttpsTrigger Modifier and Type Method Description com.google.protobuf.Parser<HttpsTrigger>HttpsTrigger. getParserForType()static com.google.protobuf.Parser<HttpsTrigger>HttpsTrigger. parser()Methods in com.google.cloud.functions.v1 with parameters of type HttpsTrigger Modifier and Type Method Description HttpsTrigger.BuilderHttpsTrigger.Builder. mergeFrom(HttpsTrigger other)CloudFunction.BuilderCloudFunction.Builder. mergeHttpsTrigger(HttpsTrigger value)An HTTPS endpoint type of source that can be triggered via URL.static HttpsTrigger.BuilderHttpsTrigger. newBuilder(HttpsTrigger prototype)CloudFunction.BuilderCloudFunction.Builder. setHttpsTrigger(HttpsTrigger value)An HTTPS endpoint type of source that can be triggered via URL.
-