Class EndpointName.Builder
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.EndpointName.Builder
-
- Enclosing class:
- EndpointName
public static class EndpointName.Builder extends Object
Builder for projects/{project}/locations/{location}/endpoints/{endpoint}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointNamebuild()StringgetEndpoint()StringgetLocation()StringgetProject()EndpointName.BuildersetEndpoint(String endpoint)EndpointName.BuildersetLocation(String location)EndpointName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getEndpoint
public String getEndpoint()
-
setProject
public EndpointName.Builder setProject(String project)
-
setLocation
public EndpointName.Builder setLocation(String location)
-
setEndpoint
public EndpointName.Builder setEndpoint(String endpoint)
-
build
public EndpointName build()
-
-