- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.4
- 2.4.3
- 2.3.6
public static final class CallFunctionRequest.Builder extends GeneratedMessageV3.Builder<CallFunctionRequest.Builder> implements CallFunctionRequestOrBuilder
Request for the CallFunction
method.
Protobuf type google.cloud.functions.v1.CallFunctionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CallFunctionRequest.BuilderImplements
CallFunctionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
build()
public CallFunctionRequest build()
Returns | |
---|---|
Type | Description |
CallFunctionRequest |
buildPartial()
public CallFunctionRequest buildPartial()
Returns | |
---|---|
Type | Description |
CallFunctionRequest |
clear()
public CallFunctionRequest.Builder clear()
Returns | |
---|---|
Type | Description |
CallFunctionRequest.Builder |
clearData()
public CallFunctionRequest.Builder clearData()
Required. Input to be passed to the function.
string data = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CallFunctionRequest.Builder | This builder for chaining. |
clearName()
public CallFunctionRequest.Builder clearName()
Required. The name of the function to be called.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
CallFunctionRequest.Builder | This builder for chaining. |
getData()
public String getData()
Required. Input to be passed to the function.
string data = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The data. |
getDataBytes()
public ByteString getDataBytes()
Required. Input to be passed to the function.
string data = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for data. |
getDefaultInstanceForType()
public CallFunctionRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
CallFunctionRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. The name of the function to be called.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The name of the function to be called.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(CallFunctionRequest other)
public CallFunctionRequest.Builder mergeFrom(CallFunctionRequest other)
Parameter | |
---|---|
Name | Description |
other | CallFunctionRequest |
Returns | |
---|---|
Type | Description |
CallFunctionRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CallFunctionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CallFunctionRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public CallFunctionRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
CallFunctionRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CallFunctionRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CallFunctionRequest.Builder |
setData(String value)
public CallFunctionRequest.Builder setData(String value)
Required. Input to be passed to the function.
string data = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | String The data to set. |
Returns | |
---|---|
Type | Description |
CallFunctionRequest.Builder | This builder for chaining. |
setDataBytes(ByteString value)
public CallFunctionRequest.Builder setDataBytes(ByteString value)
Required. Input to be passed to the function.
string data = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for data to set. |
Returns | |
---|---|
Type | Description |
CallFunctionRequest.Builder | This builder for chaining. |
setName(String value)
public CallFunctionRequest.Builder setName(String value)
Required. The name of the function to be called.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | String The name to set. |
Returns | |
---|---|
Type | Description |
CallFunctionRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public CallFunctionRequest.Builder setNameBytes(ByteString value)
Required. The name of the function to be called.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
CallFunctionRequest.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final CallFunctionRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CallFunctionRequest.Builder |