Class LiveSessionName
- java.lang.Object
-
- com.google.cloud.video.stitcher.v1.LiveSessionName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class LiveSessionName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLiveSessionName.BuilderBuilder for projects/{project}/locations/{location}/liveSessions/{live_session}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedLiveSessionName()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 liveSession)StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLiveSession()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static LiveSessionName.BuildernewBuilder()static LiveSessionNameof(String project, String location, String liveSession)static LiveSessionNameparse(String formattedString)static List<LiveSessionName>parseList(List<String> formattedStrings)LiveSessionName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<LiveSessionName> values)
-
-
-
Constructor Detail
-
LiveSessionName
@Deprecated protected LiveSessionName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getLiveSession
public String getLiveSession()
-
newBuilder
public static LiveSessionName.Builder newBuilder()
-
toBuilder
public LiveSessionName.Builder toBuilder()
-
of
public static LiveSessionName of(String project, String location, String liveSession)
-
parse
public static LiveSessionName parse(String formattedString)
-
parseList
public static List<LiveSessionName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<LiveSessionName> 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
-
-