Package com.google.cloud.functions.v1
Interface HttpsTriggerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HttpsTrigger,HttpsTrigger.Builder
public interface HttpsTriggerOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpsTrigger.SecurityLevelgetSecurityLevel()The security level for the function.intgetSecurityLevelValue()The security level for the function.StringgetUrl()Output only.com.google.protobuf.ByteStringgetUrlBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUrl
String getUrl()
Output only. The deployed URL for the function.
string url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
Output only. The deployed URL for the function.
string url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for url.
-
getSecurityLevelValue
int getSecurityLevelValue()
The security level for the function.
.google.cloud.functions.v1.HttpsTrigger.SecurityLevel security_level = 2;- Returns:
- The enum numeric value on the wire for securityLevel.
-
getSecurityLevel
HttpsTrigger.SecurityLevel getSecurityLevel()
The security level for the function.
.google.cloud.functions.v1.HttpsTrigger.SecurityLevel security_level = 2;- Returns:
- The securityLevel.
-
-