public interface HttpsTriggerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HttpsTrigger.SecurityLevel |
getSecurityLevel()
The security level for the function.
|
int |
getSecurityLevelValue()
The security level for the function.
|
String |
getUrl()
Output only.
|
com.google.protobuf.ByteString |
getUrlBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUrl()
Output only. The deployed url for the function.
string url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getUrlBytes()
Output only. The deployed url for the function.
string url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];int getSecurityLevelValue()
The security level for the function.
.google.cloud.functions.v1.HttpsTrigger.SecurityLevel security_level = 2;HttpsTrigger.SecurityLevel getSecurityLevel()
The security level for the function.
.google.cloud.functions.v1.HttpsTrigger.SecurityLevel security_level = 2;Copyright © 2022 Google LLC. All rights reserved.