| Modifier and Type | Method and Description |
|---|---|
HttpsTrigger |
HttpsTrigger.Builder.build() |
HttpsTrigger |
HttpsTrigger.Builder.buildPartial() |
static HttpsTrigger |
HttpsTrigger.getDefaultInstance() |
HttpsTrigger |
HttpsTrigger.getDefaultInstanceForType() |
HttpsTrigger |
HttpsTrigger.Builder.getDefaultInstanceForType() |
HttpsTrigger |
CloudFunctionOrBuilder.getHttpsTrigger()
An HTTPS endpoint type of source that can be triggered via URL.
|
HttpsTrigger |
CloudFunction.getHttpsTrigger()
An HTTPS endpoint type of source that can be triggered via URL.
|
HttpsTrigger |
CloudFunction.Builder.getHttpsTrigger()
An HTTPS endpoint type of source that can be triggered via URL.
|
static HttpsTrigger |
HttpsTrigger.parseDelimitedFrom(InputStream input) |
static HttpsTrigger |
HttpsTrigger.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpsTrigger |
HttpsTrigger.parseFrom(byte[] data) |
static HttpsTrigger |
HttpsTrigger.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpsTrigger |
HttpsTrigger.parseFrom(ByteBuffer data) |
static HttpsTrigger |
HttpsTrigger.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpsTrigger |
HttpsTrigger.parseFrom(com.google.protobuf.ByteString data) |
static HttpsTrigger |
HttpsTrigger.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpsTrigger |
HttpsTrigger.parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpsTrigger |
HttpsTrigger.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpsTrigger |
HttpsTrigger.parseFrom(InputStream input) |
static HttpsTrigger |
HttpsTrigger.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HttpsTrigger> |
HttpsTrigger.getParserForType() |
static com.google.protobuf.Parser<HttpsTrigger> |
HttpsTrigger.parser() |
| Modifier and Type | Method and Description |
|---|---|
HttpsTrigger.Builder |
HttpsTrigger.Builder.mergeFrom(HttpsTrigger other) |
CloudFunction.Builder |
CloudFunction.Builder.mergeHttpsTrigger(HttpsTrigger value)
An HTTPS endpoint type of source that can be triggered via URL.
|
static HttpsTrigger.Builder |
HttpsTrigger.newBuilder(HttpsTrigger prototype) |
CloudFunction.Builder |
CloudFunction.Builder.setHttpsTrigger(HttpsTrigger value)
An HTTPS endpoint type of source that can be triggered via URL.
|
Copyright © 2021 Google LLC. All rights reserved.