public interface ProjectsGetXpnResourcesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKind()
[Output Only] Type of resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of resource.
|
String |
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
[Output Only] This token allows you to get the next page of results for list requests.
|
XpnResourceId |
getResources(int index)
Service resources (a.k.a service projects) attached to this project as their shared VPC host.
|
int |
getResourcesCount()
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.
|
XpnResourceIdOrBuilder |
getResourcesOrBuilder(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.
|
boolean |
hasKind()
[Output Only] Type of resource.
|
boolean |
hasNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKind()
[Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
optional string kind = 3292052;String getKind()
[Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
optional string kind = 3292052;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;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;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;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;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;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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.