Class SlateName.Builder
- java.lang.Object
-
- com.google.cloud.video.stitcher.v1.SlateName.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SlateName
build()
String
getLocation()
String
getProject()
String
getSlate()
SlateName.Builder
setLocation(String location)
SlateName.Builder
setProject(String project)
SlateName.Builder
setSlate(String slate)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getSlate
public String getSlate()
-
setProject
public SlateName.Builder setProject(String project)
-
setLocation
public SlateName.Builder setLocation(String location)
-
setSlate
public SlateName.Builder setSlate(String slate)
-
build
public SlateName build()
-
-