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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VodStitchDetailNamebuild()StringgetLocation()StringgetProject()StringgetVodSession()StringgetVodStitchDetail()VodStitchDetailName.BuildersetLocation(String location)VodStitchDetailName.BuildersetProject(String project)VodStitchDetailName.BuildersetVodSession(String vodSession)VodStitchDetailName.BuildersetVodStitchDetail(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()
-
-