Uses of Class
com.google.cloud.compute.v1.ListGlobalAddressesRequest
-
Packages that use ListGlobalAddressesRequest 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 ListGlobalAddressesRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListGlobalAddressesRequest Modifier and Type Method Description ListGlobalAddressesRequestListGlobalAddressesRequest.Builder. build()ListGlobalAddressesRequestListGlobalAddressesRequest.Builder. buildPartial()static ListGlobalAddressesRequestListGlobalAddressesRequest. getDefaultInstance()ListGlobalAddressesRequestListGlobalAddressesRequest.Builder. getDefaultInstanceForType()ListGlobalAddressesRequestListGlobalAddressesRequest. getDefaultInstanceForType()static ListGlobalAddressesRequestListGlobalAddressesRequest. parseDelimitedFrom(InputStream input)static ListGlobalAddressesRequestListGlobalAddressesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlobalAddressesRequestListGlobalAddressesRequest. parseFrom(byte[] data)static ListGlobalAddressesRequestListGlobalAddressesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlobalAddressesRequestListGlobalAddressesRequest. parseFrom(com.google.protobuf.ByteString data)static ListGlobalAddressesRequestListGlobalAddressesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlobalAddressesRequestListGlobalAddressesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListGlobalAddressesRequestListGlobalAddressesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlobalAddressesRequestListGlobalAddressesRequest. parseFrom(InputStream input)static ListGlobalAddressesRequestListGlobalAddressesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlobalAddressesRequestListGlobalAddressesRequest. parseFrom(ByteBuffer data)static ListGlobalAddressesRequestListGlobalAddressesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ListGlobalAddressesRequest Modifier and Type Method Description com.google.protobuf.Parser<ListGlobalAddressesRequest>ListGlobalAddressesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListGlobalAddressesRequest,AddressList>GlobalAddressesClient. listCallable()Retrieves a list of global addresses.com.google.api.gax.rpc.UnaryCallable<ListGlobalAddressesRequest,GlobalAddressesClient.ListPagedResponse>GlobalAddressesClient. listPagedCallable()Retrieves a list of global addresses.com.google.api.gax.rpc.PagedCallSettings.Builder<ListGlobalAddressesRequest,AddressList,GlobalAddressesClient.ListPagedResponse>GlobalAddressesSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListGlobalAddressesRequest,AddressList,GlobalAddressesClient.ListPagedResponse>GlobalAddressesSettings. listSettings()Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListGlobalAddressesRequest>ListGlobalAddressesRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type ListGlobalAddressesRequest Modifier and Type Method Description GlobalAddressesClient.ListPagedResponseGlobalAddressesClient. list(ListGlobalAddressesRequest request)Retrieves a list of global addresses.ListGlobalAddressesRequest.BuilderListGlobalAddressesRequest.Builder. mergeFrom(ListGlobalAddressesRequest other)static ListGlobalAddressesRequest.BuilderListGlobalAddressesRequest. newBuilder(ListGlobalAddressesRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type ListGlobalAddressesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<GlobalAddressesClient.ListPagedResponse>GlobalAddressesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListGlobalAddressesRequest,AddressList,Address> context, com.google.api.core.ApiFuture<AddressList> futureResponse)protected GlobalAddressesClient.ListPageGlobalAddressesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListGlobalAddressesRequest,AddressList,Address> context, AddressList response)com.google.api.core.ApiFuture<GlobalAddressesClient.ListPage>GlobalAddressesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListGlobalAddressesRequest,AddressList,Address> context, com.google.api.core.ApiFuture<AddressList> futureResponse) -
Uses of ListGlobalAddressesRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListGlobalAddressesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListGlobalAddressesRequest,AddressList>GlobalAddressesStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListGlobalAddressesRequest,AddressList>HttpJsonGlobalAddressesStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListGlobalAddressesRequest,GlobalAddressesClient.ListPagedResponse>GlobalAddressesStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListGlobalAddressesRequest,GlobalAddressesClient.ListPagedResponse>HttpJsonGlobalAddressesStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListGlobalAddressesRequest,AddressList,GlobalAddressesClient.ListPagedResponse>GlobalAddressesStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListGlobalAddressesRequest,AddressList,GlobalAddressesClient.ListPagedResponse>GlobalAddressesStubSettings. listSettings()Returns the object with the settings used for calls to list.
-