Uses of Class
com.google.cloud.compute.v1.Address
-
Packages that use Address 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 Address in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Address Modifier and Type Method Description AddressAddress.Builder. build()AddressAddress.Builder. buildPartial()AddressAddressesClient. get(GetAddressRequest request)Returns the specified address resource.AddressAddressesClient. get(String project, String region, String address)Returns the specified address resource.AddressGlobalAddressesClient. get(GetGlobalAddressRequest request)Returns the specified address resource.AddressGlobalAddressesClient. get(String project, String address)Returns the specified address resource.AddressAddressesScopedList.Builder. getAddresses(int index)[Output Only] A list of addresses contained in this scope.AddressAddressesScopedList. getAddresses(int index)[Output Only] A list of addresses contained in this scope.AddressAddressesScopedListOrBuilder. getAddresses(int index)[Output Only] A list of addresses contained in this scope.AddressInsertAddressRequest.Builder. getAddressResource()The body resource for this requestAddressInsertAddressRequest. getAddressResource()The body resource for this requestAddressInsertAddressRequestOrBuilder. getAddressResource()The body resource for this requestAddressInsertGlobalAddressRequest.Builder. getAddressResource()The body resource for this requestAddressInsertGlobalAddressRequest. getAddressResource()The body resource for this requestAddressInsertGlobalAddressRequestOrBuilder. getAddressResource()The body resource for this requeststatic AddressAddress. getDefaultInstance()AddressAddress.Builder. getDefaultInstanceForType()AddressAddress. getDefaultInstanceForType()AddressAddressList.Builder. getItems(int index)A list of Address resources.AddressAddressList. getItems(int index)A list of Address resources.AddressAddressListOrBuilder. getItems(int index)A list of Address resources.static AddressAddress. parseDelimitedFrom(InputStream input)static AddressAddress. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(byte[] data)static AddressAddress. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(com.google.protobuf.ByteString data)static AddressAddress. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(com.google.protobuf.CodedInputStream input)static AddressAddress. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(InputStream input)static AddressAddress. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AddressAddress. parseFrom(ByteBuffer data)static AddressAddress. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type Address Modifier and Type Method Description List<Address>AddressesScopedList.Builder. getAddressesList()[Output Only] A list of addresses contained in this scope.List<Address>AddressesScopedList. getAddressesList()[Output Only] A list of addresses contained in this scope.List<Address>AddressesScopedListOrBuilder. getAddressesList()[Output Only] A list of addresses contained in this scope.com.google.api.gax.rpc.UnaryCallable<GetAddressRequest,Address>AddressesClient. getCallable()Returns the specified address resource.com.google.api.gax.rpc.UnaryCallable<GetGlobalAddressRequest,Address>GlobalAddressesClient. getCallable()Returns the specified address resource.List<Address>AddressList.Builder. getItemsList()A list of Address resources.List<Address>AddressList. getItemsList()A list of Address resources.List<Address>AddressListOrBuilder. getItemsList()A list of Address resources.com.google.protobuf.Parser<Address>Address. getParserForType()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAddressRequest,Address>AddressesSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetAddressRequest,Address>AddressesSettings. getSettings()Returns the object with the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGlobalAddressRequest,Address>GlobalAddressesSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetGlobalAddressRequest,Address>GlobalAddressesSettings. getSettings()Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<Address>Address. parser()Methods in com.google.cloud.compute.v1 with parameters of type Address Modifier and Type Method Description AddressesScopedList.BuilderAddressesScopedList.Builder. addAddresses(int index, Address value)[Output Only] A list of addresses contained in this scope.AddressesScopedList.BuilderAddressesScopedList.Builder. addAddresses(Address value)[Output Only] A list of addresses contained in this scope.AddressList.BuilderAddressList.Builder. addItems(int index, Address value)A list of Address resources.AddressList.BuilderAddressList.Builder. addItems(Address value)A list of Address resources.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>AddressesClient. insertAsync(String project, String region, Address addressResource)Creates an address resource in the specified project by using the data included in the request.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>GlobalAddressesClient. insertAsync(String project, Address addressResource)Creates an address resource in the specified project by using the data included in the request.InsertAddressRequest.BuilderInsertAddressRequest.Builder. mergeAddressResource(Address value)The body resource for this requestInsertGlobalAddressRequest.BuilderInsertGlobalAddressRequest.Builder. mergeAddressResource(Address value)The body resource for this requestAddress.BuilderAddress.Builder. mergeFrom(Address other)static Address.BuilderAddress. newBuilder(Address prototype)AddressesScopedList.BuilderAddressesScopedList.Builder. setAddresses(int index, Address value)[Output Only] A list of addresses contained in this scope.InsertAddressRequest.BuilderInsertAddressRequest.Builder. setAddressResource(Address value)The body resource for this requestInsertGlobalAddressRequest.BuilderInsertGlobalAddressRequest.Builder. setAddressResource(Address value)The body resource for this requestAddressList.BuilderAddressList.Builder. setItems(int index, Address value)A list of Address resources.Method parameters in com.google.cloud.compute.v1 with type arguments of type Address Modifier and Type Method Description AddressesScopedList.BuilderAddressesScopedList.Builder. addAllAddresses(Iterable<? extends Address> values)[Output Only] A list of addresses contained in this scope.AddressList.BuilderAddressList.Builder. addAllItems(Iterable<? extends Address> values)A list of Address resources.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)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<GlobalAddressesClient.ListPage>GlobalAddressesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListGlobalAddressesRequest,AddressList,Address> context, com.google.api.core.ApiFuture<AddressList> futureResponse) -
Uses of Address in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type Address Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAddressRequest,Address>AddressesStub. getCallable()com.google.api.gax.rpc.UnaryCallable<GetGlobalAddressRequest,Address>GlobalAddressesStub. getCallable()com.google.api.gax.rpc.UnaryCallable<GetAddressRequest,Address>HttpJsonAddressesStub. getCallable()com.google.api.gax.rpc.UnaryCallable<GetGlobalAddressRequest,Address>HttpJsonGlobalAddressesStub. getCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAddressRequest,Address>AddressesStubSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetAddressRequest,Address>AddressesStubSettings. getSettings()Returns the object with the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGlobalAddressRequest,Address>GlobalAddressesStubSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetGlobalAddressRequest,Address>GlobalAddressesStubSettings. getSettings()Returns the object with the settings used for calls to get.
-