Class VodStitchDetailName.Builder
- java.lang.Object
-
- com.google.cloud.video.stitcher.v1.VodStitchDetailName.Builder
-
- Enclosing class:
- VodStitchDetailName
public static class VodStitchDetailName.Builder extends Object
Builder for projects/{project}/locations/{location}/vodSessions/{vod_session}/vodStitchDetails/{vod_stitch_detail}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VodStitchDetailName
build()
String
getLocation()
String
getProject()
String
getVodSession()
String
getVodStitchDetail()
VodStitchDetailName.Builder
setLocation(String location)
VodStitchDetailName.Builder
setProject(String project)
VodStitchDetailName.Builder
setVodSession(String vodSession)
VodStitchDetailName.Builder
setVodStitchDetail(String vodStitchDetail)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getVodSession
public String getVodSession()
-
getVodStitchDetail
public String getVodStitchDetail()
-
setProject
public VodStitchDetailName.Builder setProject(String project)
-
setLocation
public VodStitchDetailName.Builder setLocation(String location)
-
setVodSession
public VodStitchDetailName.Builder setVodSession(String vodSession)
-
setVodStitchDetail
public VodStitchDetailName.Builder setVodStitchDetail(String vodStitchDetail)
-
build
public VodStitchDetailName build()
-
-