Package com.google.cloud.compute.v1
Interface ProjectsListXpnHostsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProjectsListXpnHostsRequest
,ProjectsListXpnHostsRequest.Builder
public interface ProjectsListXpnHostsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getOrganization()
Optional organization ID managed by Cloud Resource Manager, for which to list shared VPC host projects.com.google.protobuf.ByteString
getOrganizationBytes()
Optional organization ID managed by Cloud Resource Manager, for which to list shared VPC host projects.boolean
hasOrganization()
Optional organization ID managed by Cloud Resource Manager, for which to list shared VPC host projects.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOrganization
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:
- Whether the organization field is set.
-
getOrganization
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:
- The organization.
-
getOrganizationBytes
com.google.protobuf.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:
- The bytes for organization.
-
-