Uses of Class
com.google.cloud.edgecontainer.v1.EdgeContainerClient.ListMachinesPagedResponse
-
Packages that use EdgeContainerClient.ListMachinesPagedResponse Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container APIcom.google.cloud.edgecontainer.v1.stub -
-
Uses of EdgeContainerClient.ListMachinesPagedResponse in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return EdgeContainerClient.ListMachinesPagedResponse Modifier and Type Method Description EdgeContainerClient.ListMachinesPagedResponse
EdgeContainerClient. listMachines(ListMachinesRequest request)
Lists Machines in a given project and location.EdgeContainerClient.ListMachinesPagedResponse
EdgeContainerClient. listMachines(LocationName parent)
Lists Machines in a given project and location.EdgeContainerClient.ListMachinesPagedResponse
EdgeContainerClient. listMachines(String parent)
Lists Machines in a given project and location.Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type EdgeContainerClient.ListMachinesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<EdgeContainerClient.ListMachinesPagedResponse>
EdgeContainerClient.ListMachinesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMachinesRequest,ListMachinesResponse,Machine> context, com.google.api.core.ApiFuture<ListMachinesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListMachinesRequest,EdgeContainerClient.ListMachinesPagedResponse>
EdgeContainerClient. listMachinesPagedCallable()
Lists Machines in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMachinesRequest,ListMachinesResponse,EdgeContainerClient.ListMachinesPagedResponse>
EdgeContainerSettings.Builder. listMachinesSettings()
Returns the builder for the settings used for calls to listMachines.com.google.api.gax.rpc.PagedCallSettings<ListMachinesRequest,ListMachinesResponse,EdgeContainerClient.ListMachinesPagedResponse>
EdgeContainerSettings. listMachinesSettings()
Returns the object with the settings used for calls to listMachines. -
Uses of EdgeContainerClient.ListMachinesPagedResponse in com.google.cloud.edgecontainer.v1.stub
Methods in com.google.cloud.edgecontainer.v1.stub that return types with arguments of type EdgeContainerClient.ListMachinesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListMachinesRequest,EdgeContainerClient.ListMachinesPagedResponse>
EdgeContainerStub. listMachinesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListMachinesRequest,EdgeContainerClient.ListMachinesPagedResponse>
GrpcEdgeContainerStub. listMachinesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListMachinesRequest,EdgeContainerClient.ListMachinesPagedResponse>
HttpJsonEdgeContainerStub. listMachinesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListMachinesRequest,ListMachinesResponse,EdgeContainerClient.ListMachinesPagedResponse>
EdgeContainerStubSettings.Builder. listMachinesSettings()
Returns the builder for the settings used for calls to listMachines.com.google.api.gax.rpc.PagedCallSettings<ListMachinesRequest,ListMachinesResponse,EdgeContainerClient.ListMachinesPagedResponse>
EdgeContainerStubSettings. listMachinesSettings()
Returns the object with the settings used for calls to listMachines.
-