public interface RpcOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHttpKey()
The authentication key used when executed as a non-client HTTP request.
|
com.google.protobuf.ByteString |
getHttpKeyBytes()
The authentication key used when executed as a non-client HTTP request.
|
java.lang.String |
getId()
The identifier of the function.
|
com.google.protobuf.ByteString |
getIdBytes()
The identifier of the function.
|
java.lang.String |
getPayload()
The payload of the function which must be a JSON object.
|
com.google.protobuf.ByteString |
getPayloadBytes()
The payload of the function which must be a JSON object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getId()
The identifier of the function.
string id = 1 [json_name = "id"];
com.google.protobuf.ByteString getIdBytes()
The identifier of the function.
string id = 1 [json_name = "id"];
java.lang.String getPayload()
The payload of the function which must be a JSON object.
string payload = 2 [json_name = "payload"];
com.google.protobuf.ByteString getPayloadBytes()
The payload of the function which must be a JSON object.
string payload = 2 [json_name = "payload"];
java.lang.String getHttpKey()
The authentication key used when executed as a non-client HTTP request.
string http_key = 3 [json_name = "httpKey"];
com.google.protobuf.ByteString getHttpKeyBytes()
The authentication key used when executed as a non-client HTTP request.
string http_key = 3 [json_name = "httpKey"];