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 Address
Address.Builder. build()
Address
Address.Builder. buildPartial()
Address
AddressesClient. get(GetAddressRequest request)
Returns the specified address resource.Address
AddressesClient. get(String project, String region, String address)
Returns the specified address resource.Address
GlobalAddressesClient. get(GetGlobalAddressRequest request)
Returns the specified address resource.Address
GlobalAddressesClient. get(String project, String address)
Returns the specified address resource.Address
AddressesScopedList.Builder. getAddresses(int index)
[Output Only] A list of addresses contained in this scope.Address
AddressesScopedList. getAddresses(int index)
[Output Only] A list of addresses contained in this scope.Address
AddressesScopedListOrBuilder. getAddresses(int index)
[Output Only] A list of addresses contained in this scope.Address
InsertAddressRequest.Builder. getAddressResource()
The body resource for this requestAddress
InsertAddressRequest. getAddressResource()
The body resource for this requestAddress
InsertAddressRequestOrBuilder. getAddressResource()
The body resource for this requestAddress
InsertGlobalAddressRequest.Builder. getAddressResource()
The body resource for this requestAddress
InsertGlobalAddressRequest. getAddressResource()
The body resource for this requestAddress
InsertGlobalAddressRequestOrBuilder. getAddressResource()
The body resource for this requeststatic Address
Address. getDefaultInstance()
Address
Address.Builder. getDefaultInstanceForType()
Address
Address. getDefaultInstanceForType()
Address
AddressList.Builder. getItems(int index)
A list of Address resources.Address
AddressList. getItems(int index)
A list of Address resources.Address
AddressListOrBuilder. getItems(int index)
A list of Address resources.static Address
Address. parseDelimitedFrom(InputStream input)
static Address
Address. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(byte[] data)
static Address
Address. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(com.google.protobuf.ByteString data)
static Address
Address. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(com.google.protobuf.CodedInputStream input)
static Address
Address. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(InputStream input)
static Address
Address. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Address
Address. parseFrom(ByteBuffer data)
static Address
Address. 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.Builder
AddressesScopedList.Builder. addAddresses(int index, Address value)
[Output Only] A list of addresses contained in this scope.AddressesScopedList.Builder
AddressesScopedList.Builder. addAddresses(Address value)
[Output Only] A list of addresses contained in this scope.AddressList.Builder
AddressList.Builder. addItems(int index, Address value)
A list of Address resources.AddressList.Builder
AddressList.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.Builder
InsertAddressRequest.Builder. mergeAddressResource(Address value)
The body resource for this requestInsertGlobalAddressRequest.Builder
InsertGlobalAddressRequest.Builder. mergeAddressResource(Address value)
The body resource for this requestAddress.Builder
Address.Builder. mergeFrom(Address other)
static Address.Builder
Address. newBuilder(Address prototype)
AddressesScopedList.Builder
AddressesScopedList.Builder. setAddresses(int index, Address value)
[Output Only] A list of addresses contained in this scope.InsertAddressRequest.Builder
InsertAddressRequest.Builder. setAddressResource(Address value)
The body resource for this requestInsertGlobalAddressRequest.Builder
InsertGlobalAddressRequest.Builder. setAddressResource(Address value)
The body resource for this requestAddressList.Builder
AddressList.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.Builder
AddressesScopedList.Builder. addAllAddresses(Iterable<? extends Address> values)
[Output Only] A list of addresses contained in this scope.AddressList.Builder
AddressList.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.ListPage
AddressesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListAddressesRequest,AddressList,Address> context, AddressList response)
protected GlobalAddressesClient.ListPage
GlobalAddressesClient.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.
-