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