public interface ProjectsGetXpnResourcesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKind()
public abstract String getKind()[Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
optional string kind = 3292052;
| Type | Description |
| String | The kind. |
getKindBytes()
public abstract ByteString getKindBytes()[Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
optional string kind = 3292052;
| Type | Description |
| ByteString | The bytes for kind. |
getNextPageToken()
public abstract 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getResources(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| XpnResourceId |
getResourcesCount()
public abstract 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;
| Type | Description |
| int |
getResourcesList()
public abstract 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;
| Type | Description |
| List<XpnResourceId> |
getResourcesOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| XpnResourceIdOrBuilder |
getResourcesOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.XpnResourceIdOrBuilder> |
hasKind()
public abstract boolean hasKind()[Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
optional string kind = 3292052;
| Type | Description |
| boolean | Whether the kind field is set. |
hasNextPageToken()
public abstract 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;
| Type | Description |
| boolean | Whether the nextPageToken field is set. |