Path helper methods for the Fulfillments API.
Methods
#fulfillment_path
def fulfillment_path(project:) -> ::String
def fulfillment_path(project:, location:) -> ::String
Create a fully-qualified Fulfillment resource string.
Overloads
def fulfillment_path(project:) -> ::String
The resource will be in the following format:
projects/{project}/agent/fulfillment
Parameter
- project (String)
def fulfillment_path(project:, location:) -> ::String
The resource will be in the following format:
projects/{project}/locations/{location}/agent/fulfillment
Parameters
- project (String)
- location (String)
Returns
- (::String)
Raises
- (::ArgumentError)