All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.ProjectsGetXpnResources.html Maven / Gradle / Ivy

There is a newer version: v1-rev20240903-2.0.0
Show newest version






ProjectsGetXpnResources (Compute Engine API v1-rev20240919-2.0.0)












com.google.api.services.compute.model

Class ProjectsGetXpnResources

    • Constructor Detail

      • ProjectsGetXpnResources

        public ProjectsGetXpnResources()
    • Method Detail

      • getKind

        public String getKind()
        [Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
        Returns:
        value or null for none
      • setKind

        public ProjectsGetXpnResources setKind(String kind)
        [Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
        Parameters:
        kind - kind or null for none
      • getNextPageToken

        public 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.
        Returns:
        value or null for none
      • setNextPageToken

        public ProjectsGetXpnResources setNextPageToken(String nextPageToken)
        [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.
        Parameters:
        nextPageToken - nextPageToken or null for none
      • getResources

        public List<XpnResourceId> getResources()
        Service resources (a.k.a service projects) attached to this project as their shared VPC host.
        Returns:
        value or null for none
      • setResources

        public ProjectsGetXpnResources setResources(List<XpnResourceId> resources)
        Service resources (a.k.a service projects) attached to this project as their shared VPC host.
        Parameters:
        resources - resources or null for none
      • clone

        public ProjectsGetXpnResources clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy