Uses of Class
com.google.cloud.compute.v1.ListTargetHttpProxiesRequest
-
Packages that use ListTargetHttpProxiesRequest 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 ListTargetHttpProxiesRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListTargetHttpProxiesRequest Modifier and Type Method Description ListTargetHttpProxiesRequestListTargetHttpProxiesRequest.Builder. build()ListTargetHttpProxiesRequestListTargetHttpProxiesRequest.Builder. buildPartial()static ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. getDefaultInstance()ListTargetHttpProxiesRequestListTargetHttpProxiesRequest.Builder. getDefaultInstanceForType()ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. getDefaultInstanceForType()static ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. parseDelimitedFrom(InputStream input)static ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. parseFrom(byte[] data)static ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. parseFrom(com.google.protobuf.ByteString data)static ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. parseFrom(InputStream input)static ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. parseFrom(ByteBuffer data)static ListTargetHttpProxiesRequestListTargetHttpProxiesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ListTargetHttpProxiesRequest Modifier and Type Method Description com.google.protobuf.Parser<ListTargetHttpProxiesRequest>ListTargetHttpProxiesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListTargetHttpProxiesRequest,TargetHttpProxyList>TargetHttpProxiesClient. listCallable()Retrieves the list of TargetHttpProxy resources available to the specified project.com.google.api.gax.rpc.UnaryCallable<ListTargetHttpProxiesRequest,TargetHttpProxiesClient.ListPagedResponse>TargetHttpProxiesClient. listPagedCallable()Retrieves the list of TargetHttpProxy resources available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxiesClient.ListPagedResponse>TargetHttpProxiesSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxiesClient.ListPagedResponse>TargetHttpProxiesSettings. listSettings()Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListTargetHttpProxiesRequest>ListTargetHttpProxiesRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type ListTargetHttpProxiesRequest Modifier and Type Method Description TargetHttpProxiesClient.ListPagedResponseTargetHttpProxiesClient. list(ListTargetHttpProxiesRequest request)Retrieves the list of TargetHttpProxy resources available to the specified project.ListTargetHttpProxiesRequest.BuilderListTargetHttpProxiesRequest.Builder. mergeFrom(ListTargetHttpProxiesRequest other)static ListTargetHttpProxiesRequest.BuilderListTargetHttpProxiesRequest. newBuilder(ListTargetHttpProxiesRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type ListTargetHttpProxiesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<TargetHttpProxiesClient.ListPagedResponse>TargetHttpProxiesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy> context, com.google.api.core.ApiFuture<TargetHttpProxyList> futureResponse)protected TargetHttpProxiesClient.ListPageTargetHttpProxiesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy> context, TargetHttpProxyList response)com.google.api.core.ApiFuture<TargetHttpProxiesClient.ListPage>TargetHttpProxiesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxy> context, com.google.api.core.ApiFuture<TargetHttpProxyList> futureResponse) -
Uses of ListTargetHttpProxiesRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListTargetHttpProxiesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTargetHttpProxiesRequest,TargetHttpProxyList>HttpJsonTargetHttpProxiesStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListTargetHttpProxiesRequest,TargetHttpProxyList>TargetHttpProxiesStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListTargetHttpProxiesRequest,TargetHttpProxiesClient.ListPagedResponse>HttpJsonTargetHttpProxiesStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTargetHttpProxiesRequest,TargetHttpProxiesClient.ListPagedResponse>TargetHttpProxiesStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxiesClient.ListPagedResponse>TargetHttpProxiesStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListTargetHttpProxiesRequest,TargetHttpProxyList,TargetHttpProxiesClient.ListPagedResponse>TargetHttpProxiesStubSettings. listSettings()Returns the object with the settings used for calls to list.
-