Package com.google.cloud.aiplatform.v1
Class EndpointName.Builder
- java.lang.Object
-
- com.google.cloud.aiplatform.v1.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 protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointName
build()
String
getEndpoint()
String
getLocation()
String
getProject()
EndpointName.Builder
setEndpoint(String endpoint)
EndpointName.Builder
setLocation(String location)
EndpointName.Builder
setProject(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()
-
-