Uses of Class
com.google.cloud.compute.v1.ProjectsClient.ListXpnHostsPagedResponse
-
Packages that use ProjectsClient.ListXpnHostsPagedResponse Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of ProjectsClient.ListXpnHostsPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ProjectsClient.ListXpnHostsPagedResponse Modifier and Type Method Description ProjectsClient.ListXpnHostsPagedResponse
ProjectsClient. listXpnHosts(ListXpnHostsProjectsRequest request)
Lists all shared VPC host projects visible to the user in an organization.ProjectsClient.ListXpnHostsPagedResponse
ProjectsClient. listXpnHosts(String project, ProjectsListXpnHostsRequest projectsListXpnHostsRequestResource)
Lists all shared VPC host projects visible to the user in an organization.Methods in com.google.cloud.compute.v1 that return types with arguments of type ProjectsClient.ListXpnHostsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ProjectsClient.ListXpnHostsPagedResponse>
ProjectsClient.ListXpnHostsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListXpnHostsProjectsRequest,XpnHostList,Project> context, com.google.api.core.ApiFuture<XpnHostList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListXpnHostsProjectsRequest,ProjectsClient.ListXpnHostsPagedResponse>
ProjectsClient. listXpnHostsPagedCallable()
Lists all shared VPC host projects visible to the user in an organization.com.google.api.gax.rpc.PagedCallSettings.Builder<ListXpnHostsProjectsRequest,XpnHostList,ProjectsClient.ListXpnHostsPagedResponse>
ProjectsSettings.Builder. listXpnHostsSettings()
Returns the builder for the settings used for calls to listXpnHosts.com.google.api.gax.rpc.PagedCallSettings<ListXpnHostsProjectsRequest,XpnHostList,ProjectsClient.ListXpnHostsPagedResponse>
ProjectsSettings. listXpnHostsSettings()
Returns the object with the settings used for calls to listXpnHosts. -
Uses of ProjectsClient.ListXpnHostsPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ProjectsClient.ListXpnHostsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListXpnHostsProjectsRequest,ProjectsClient.ListXpnHostsPagedResponse>
HttpJsonProjectsStub. listXpnHostsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListXpnHostsProjectsRequest,ProjectsClient.ListXpnHostsPagedResponse>
ProjectsStub. listXpnHostsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListXpnHostsProjectsRequest,XpnHostList,ProjectsClient.ListXpnHostsPagedResponse>
ProjectsStubSettings.Builder. listXpnHostsSettings()
Returns the builder for the settings used for calls to listXpnHosts.com.google.api.gax.rpc.PagedCallSettings<ListXpnHostsProjectsRequest,XpnHostList,ProjectsClient.ListXpnHostsPagedResponse>
ProjectsStubSettings. listXpnHostsSettings()
Returns the object with the settings used for calls to listXpnHosts.
-