Package com.google.cloud.dialogflow.v2
Class FulfillmentName
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.FulfillmentName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class FulfillmentName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FulfillmentName.Builder
Builder for projects/{project}/agent/fulfillment.static class
FulfillmentName.ProjectLocationBuilder
Builder for projects/{project}/locations/{location}/agent/fulfillment.
-
Constructor Summary
Constructors Modifier Constructor Description protected
FulfillmentName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
FulfillmentName
@Deprecated protected FulfillmentName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
newBuilder
public static FulfillmentName.Builder newBuilder()
-
newProjectBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FulfillmentName.Builder newProjectBuilder()
-
newProjectLocationBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FulfillmentName.ProjectLocationBuilder newProjectLocationBuilder()
-
toBuilder
public FulfillmentName.Builder toBuilder()
-
of
public static FulfillmentName of(String project)
-
ofProjectName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static FulfillmentName ofProjectName(String project)
-
ofProjectLocationName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static FulfillmentName ofProjectLocationName(String project, String location)
-
formatProjectName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectName(String project)
-
formatProjectLocationName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationName(String project, String location)
-
parse
public static FulfillmentName parse(String formattedString)
-
parseList
public static List<FulfillmentName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<FulfillmentName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-