Uses of Class
com.google.cloud.compute.v1.InstancesClient.ListReferrersPagedResponse
-
Packages that use InstancesClient.ListReferrersPagedResponse 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 InstancesClient.ListReferrersPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InstancesClient.ListReferrersPagedResponse Modifier and Type Method Description InstancesClient.ListReferrersPagedResponseInstancesClient. listReferrers(ListReferrersInstancesRequest request)Retrieves a list of resources that refer to the VM instance specified in the request.InstancesClient.ListReferrersPagedResponseInstancesClient. listReferrers(String project, String zone, String instance)Retrieves a list of resources that refer to the VM instance specified in the request.Methods in com.google.cloud.compute.v1 that return types with arguments of type InstancesClient.ListReferrersPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<InstancesClient.ListReferrersPagedResponse>InstancesClient.ListReferrersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListReferrersInstancesRequest,InstanceListReferrers,Reference> context, com.google.api.core.ApiFuture<InstanceListReferrers> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListReferrersInstancesRequest,InstancesClient.ListReferrersPagedResponse>InstancesClient. listReferrersPagedCallable()Retrieves a list of resources that refer to the VM instance specified in the request.com.google.api.gax.rpc.PagedCallSettings.Builder<ListReferrersInstancesRequest,InstanceListReferrers,InstancesClient.ListReferrersPagedResponse>InstancesSettings.Builder. listReferrersSettings()Returns the builder for the settings used for calls to listReferrers.com.google.api.gax.rpc.PagedCallSettings<ListReferrersInstancesRequest,InstanceListReferrers,InstancesClient.ListReferrersPagedResponse>InstancesSettings. listReferrersSettings()Returns the object with the settings used for calls to listReferrers. -
Uses of InstancesClient.ListReferrersPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InstancesClient.ListReferrersPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListReferrersInstancesRequest,InstancesClient.ListReferrersPagedResponse>HttpJsonInstancesStub. listReferrersPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListReferrersInstancesRequest,InstancesClient.ListReferrersPagedResponse>InstancesStub. listReferrersPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListReferrersInstancesRequest,InstanceListReferrers,InstancesClient.ListReferrersPagedResponse>InstancesStubSettings.Builder. listReferrersSettings()Returns the builder for the settings used for calls to listReferrers.com.google.api.gax.rpc.PagedCallSettings<ListReferrersInstancesRequest,InstanceListReferrers,InstancesClient.ListReferrersPagedResponse>InstancesStubSettings. listReferrersSettings()Returns the object with the settings used for calls to listReferrers.
-