Class WebhookName
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.WebhookName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class WebhookName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookName.BuilderBuilder for projects/{project}/locations/{location}/agents/{agent}/webhooks/{webhook}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedWebhookName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String location, String agent, String webhook)StringgetAgent()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()StringgetWebhook()inthashCode()static booleanisParsableFrom(String formattedString)static WebhookName.BuildernewBuilder()static WebhookNameof(String project, String location, String agent, String webhook)static WebhookNameparse(String formattedString)static List<WebhookName>parseList(List<String> formattedStrings)WebhookName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<WebhookName> values)
-
-
-
Constructor Detail
-
WebhookName
@Deprecated protected WebhookName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
getWebhook
public String getWebhook()
-
newBuilder
public static WebhookName.Builder newBuilder()
-
toBuilder
public WebhookName.Builder toBuilder()
-
of
public static WebhookName of(String project, String location, String agent, String webhook)
-
parse
public static WebhookName parse(String formattedString)
-
parseList
public static List<WebhookName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<WebhookName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-