Interface ProjectsListXpnHostsRequestOrBuilder (1.21.0)

public interface ProjectsListXpnHostsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOrganization()

public abstract String getOrganization()

Optional organization ID managed by Cloud Resource Manager, for which to list shared VPC host projects. If not specified, the organization will be inferred from the project.

optional string organization = 105180467;

Returns
TypeDescription
String

The organization.

getOrganizationBytes()

public abstract ByteString getOrganizationBytes()

Optional organization ID managed by Cloud Resource Manager, for which to list shared VPC host projects. If not specified, the organization will be inferred from the project.

optional string organization = 105180467;

Returns
TypeDescription
ByteString

The bytes for organization.

hasOrganization()

public abstract boolean hasOrganization()

Optional organization ID managed by Cloud Resource Manager, for which to list shared VPC host projects. If not specified, the organization will be inferred from the project.

optional string organization = 105180467;

Returns
TypeDescription
boolean

Whether the organization field is set.