public interface HttpsTriggerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSecurityLevel()
public abstract HttpsTrigger.SecurityLevel getSecurityLevel()The security level for the function.
.google.cloud.functions.v1.HttpsTrigger.SecurityLevel security_level = 2;
| Returns | |
|---|---|
| Type | Description |
HttpsTrigger.SecurityLevel |
The securityLevel. |
getSecurityLevelValue()
public abstract int getSecurityLevelValue()The security level for the function.
.google.cloud.functions.v1.HttpsTrigger.SecurityLevel security_level = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for securityLevel. |
getUrl()
public abstract String getUrl()Output only. The deployed url for the function.
string url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The url. |
getUrlBytes()
public abstract ByteString getUrlBytes()Output only. The deployed url for the function.
string url = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for url. |