Class ViewName
- java.lang.Object
-
- com.google.cloud.contactcenterinsights.v1.ViewName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ViewName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classViewName.BuilderBuilder for projects/{project}/locations/{location}/views/{view}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedViewName()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 view)StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()StringgetView()inthashCode()static booleanisParsableFrom(String formattedString)static ViewName.BuildernewBuilder()static ViewNameof(String project, String location, String view)static ViewNameparse(String formattedString)static List<ViewName>parseList(List<String> formattedStrings)ViewName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<ViewName> values)
-
-
-
Constructor Detail
-
ViewName
@Deprecated protected ViewName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getView
public String getView()
-
newBuilder
public static ViewName.Builder newBuilder()
-
toBuilder
public ViewName.Builder toBuilder()
-
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
-
-