Interface HttpsTriggerOrBuilder (2.43.0)

public interface HttpsTriggerOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSecurityLevel()

public abstract HttpsTrigger.SecurityLevel getSecurityLevel()

The security level for the function.

.google.cloud.functions.v1.HttpsTrigger.SecurityLevel security_level = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for url.