Class KeyName.Builder (0.39.0)

public static class KeyName.Builder

Builder for projects/{project}/locations/{location}/keys/{key}.

Inheritance

java.lang.Object > KeyName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public KeyName build()
Returns
TypeDescription
KeyName

getKey()

public String getKey()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setKey(String key)

public KeyName.Builder setKey(String key)
Parameter
NameDescription
keyString
Returns
TypeDescription
KeyName.Builder

setLocation(String location)

public KeyName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
KeyName.Builder

setProject(String project)

public KeyName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
KeyName.Builder