Class VodSessionName
- java.lang.Object
-
- com.google.cloud.video.stitcher.v1.VodSessionName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class VodSessionName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VodSessionName.Builder
Builder for projects/{project}/locations/{location}/vodSessions/{vod_session}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
VodSessionName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String project, String location, String vodSession)
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
String
getVodSession()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static VodSessionName.Builder
newBuilder()
static VodSessionName
of(String project, String location, String vodSession)
static VodSessionName
parse(String formattedString)
static List<VodSessionName>
parseList(List<String> formattedStrings)
VodSessionName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<VodSessionName> values)
-
-
-
Constructor Detail
-
VodSessionName
@Deprecated protected VodSessionName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getVodSession
public String getVodSession()
-
newBuilder
public static VodSessionName.Builder newBuilder()
-
toBuilder
public VodSessionName.Builder toBuilder()
-
of
public static VodSessionName of(String project, String location, String vodSession)
-
parse
public static VodSessionName parse(String formattedString)
-
parseList
public static List<VodSessionName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<VodSessionName> 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
-
-