public interface ProjectsGetXpnResourcesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKind()
public abstract String getKind()Output only. [Output Only] Type of resource. Alwayscompute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()Output only. [Output Only] Type of resource. Alwayscompute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getNextPageToken()
public abstract String getNextPageToken()Output only. [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger thanmaxResults, 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 | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Output only. [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger thanmaxResults, 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 | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.XpnResourceIdOrBuilder> |
|
hasKind()
public abstract boolean hasKind()Output only. [Output Only] Type of resource. Alwayscompute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the kind field is set. |
hasNextPageToken()
public abstract boolean hasNextPageToken()Output only. [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger thanmaxResults, 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 | |
|---|---|
| Type | Description |
boolean |
Whether the nextPageToken field is set. |