Package com.google.cloud.compute.v1
Interface ProjectsGetXpnResourcesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProjectsGetXpnResources,ProjectsGetXpnResources.Builder
public interface ProjectsGetXpnResourcesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKind()[Output Only] Type of resource.com.google.protobuf.ByteStringgetKindBytes()[Output Only] Type of resource.StringgetNextPageToken()[Output Only] This token allows you to get the next page of results for list requests.com.google.protobuf.ByteStringgetNextPageTokenBytes()[Output Only] This token allows you to get the next page of results for list requests.XpnResourceIdgetResources(int index)Service resources (a.k.a service projects) attached to this project as their shared VPC host.intgetResourcesCount()Service resources (a.k.a service projects) attached to this project as their shared VPC host.List<XpnResourceId>getResourcesList()Service resources (a.k.a service projects) attached to this project as their shared VPC host.XpnResourceIdOrBuildergetResourcesOrBuilder(int index)Service resources (a.k.a service projects) attached to this project as their shared VPC host.List<? extends XpnResourceIdOrBuilder>getResourcesOrBuilderList()Service resources (a.k.a service projects) attached to this project as their shared VPC host.booleanhasKind()[Output Only] Type of resource.booleanhasNextPageToken()[Output Only] This token allows you to get the next page of results for list requests.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasKind
boolean hasKind()
[Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
optional string kind = 3292052;- Returns:
- Whether the kind field is set.
-
getKind
String getKind()
[Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
optional string kind = 3292052;- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
optional string kind = 3292052;- Returns:
- The bytes for kind.
-
hasNextPageToken
boolean hasNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
String getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;- Returns:
- The bytes for nextPageToken.
-
getResourcesList
List<XpnResourceId> getResourcesList()
Service resources (a.k.a service projects) attached to this project as their shared VPC host.
repeated .google.cloud.compute.v1.XpnResourceId resources = 164412965;
-
getResources
XpnResourceId getResources(int index)
Service resources (a.k.a service projects) attached to this project as their shared VPC host.
repeated .google.cloud.compute.v1.XpnResourceId resources = 164412965;
-
getResourcesCount
int getResourcesCount()
Service resources (a.k.a service projects) attached to this project as their shared VPC host.
repeated .google.cloud.compute.v1.XpnResourceId resources = 164412965;
-
getResourcesOrBuilderList
List<? extends XpnResourceIdOrBuilder> getResourcesOrBuilderList()
Service resources (a.k.a service projects) attached to this project as their shared VPC host.
repeated .google.cloud.compute.v1.XpnResourceId resources = 164412965;
-
getResourcesOrBuilder
XpnResourceIdOrBuilder getResourcesOrBuilder(int index)
Service resources (a.k.a service projects) attached to this project as their shared VPC host.
repeated .google.cloud.compute.v1.XpnResourceId resources = 164412965;
-
-