Class StoredInfoTypeName.ProjectLocationStoredInfoTypeBuilder (3.46.0)

public static class StoredInfoTypeName.ProjectLocationStoredInfoTypeBuilder

Builder for projects/{project}/locations/{location}/storedInfoTypes/{stored_info_type}.

Inheritance

java.lang.Object > StoredInfoTypeName.ProjectLocationStoredInfoTypeBuilder

Constructors

ProjectLocationStoredInfoTypeBuilder()

protected ProjectLocationStoredInfoTypeBuilder()

Methods

build()

public StoredInfoTypeName build()
Returns
Type Description
StoredInfoTypeName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getStoredInfoType()

public String getStoredInfoType()
Returns
Type Description
String

setLocation(String location)

public StoredInfoTypeName.ProjectLocationStoredInfoTypeBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
StoredInfoTypeName.ProjectLocationStoredInfoTypeBuilder

setProject(String project)

public StoredInfoTypeName.ProjectLocationStoredInfoTypeBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
StoredInfoTypeName.ProjectLocationStoredInfoTypeBuilder

setStoredInfoType(String storedInfoType)

public StoredInfoTypeName.ProjectLocationStoredInfoTypeBuilder setStoredInfoType(String storedInfoType)
Parameter
Name Description
storedInfoType String
Returns
Type Description
StoredInfoTypeName.ProjectLocationStoredInfoTypeBuilder