Class EndpointName.Builder
- java.lang.Object
-
- com.google.cloud.apigeeconnect.v1.EndpointName.Builder
-
- Enclosing class:
- EndpointName
public static class EndpointName.Builder extends Object
Builder for projects/{project}/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
getProject()
EndpointName.Builder
setEndpoint(String endpoint)
EndpointName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getEndpoint
public String getEndpoint()
-
setProject
public EndpointName.Builder setProject(String project)
-
setEndpoint
public EndpointName.Builder setEndpoint(String endpoint)
-
build
public EndpointName build()
-
-