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