Class McpServerName.Builder (0.4.0)

public static class McpServerName.Builder

Builder for projects/{project}/locations/{location}/apiNamespaces/{api_namespace}/mcpServers/{mcp_server}.

Inheritance

java.lang.Object > McpServerName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public McpServerName build()
Returns
Type Description
McpServerName

getApiNamespace()

public String getApiNamespace()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getMcpServer()

public String getMcpServer()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setApiNamespace(String apiNamespace)

public McpServerName.Builder setApiNamespace(String apiNamespace)
Parameter
Name Description
apiNamespace String
Returns
Type Description
McpServerName.Builder

setLocation(String location)

public McpServerName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
McpServerName.Builder

setMcpServer(String mcpServer)

public McpServerName.Builder setMcpServer(String mcpServer)
Parameter
Name Description
mcpServer String
Returns
Type Description
McpServerName.Builder

setProject(String project)

public McpServerName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
McpServerName.Builder