Uses of Class
com.google.cloud.compute.v1.MoveAddressRequest
-
Packages that use MoveAddressRequest 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 MoveAddressRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return MoveAddressRequest Modifier and Type Method Description MoveAddressRequest
MoveAddressRequest.Builder. build()
MoveAddressRequest
MoveAddressRequest.Builder. buildPartial()
static MoveAddressRequest
MoveAddressRequest. getDefaultInstance()
MoveAddressRequest
MoveAddressRequest.Builder. getDefaultInstanceForType()
MoveAddressRequest
MoveAddressRequest. getDefaultInstanceForType()
static MoveAddressRequest
MoveAddressRequest. parseDelimitedFrom(InputStream input)
static MoveAddressRequest
MoveAddressRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveAddressRequest
MoveAddressRequest. parseFrom(byte[] data)
static MoveAddressRequest
MoveAddressRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveAddressRequest
MoveAddressRequest. parseFrom(com.google.protobuf.ByteString data)
static MoveAddressRequest
MoveAddressRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveAddressRequest
MoveAddressRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static MoveAddressRequest
MoveAddressRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveAddressRequest
MoveAddressRequest. parseFrom(InputStream input)
static MoveAddressRequest
MoveAddressRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveAddressRequest
MoveAddressRequest. parseFrom(ByteBuffer data)
static MoveAddressRequest
MoveAddressRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type MoveAddressRequest Modifier and Type Method Description com.google.protobuf.Parser<MoveAddressRequest>
MoveAddressRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<MoveAddressRequest,Operation>
AddressesClient. moveCallable()
Moves the specified address resource.com.google.api.gax.rpc.OperationCallable<MoveAddressRequest,Operation,Operation>
AddressesClient. moveOperationCallable()
Moves the specified address resource.com.google.api.gax.rpc.OperationCallSettings.Builder<MoveAddressRequest,Operation,Operation>
AddressesSettings.Builder. moveOperationSettings()
Returns the builder for the settings used for calls to move.com.google.api.gax.rpc.OperationCallSettings<MoveAddressRequest,Operation,Operation>
AddressesSettings. moveOperationSettings()
Returns the object with the settings used for calls to move.com.google.api.gax.rpc.UnaryCallSettings.Builder<MoveAddressRequest,Operation>
AddressesSettings.Builder. moveSettings()
Returns the builder for the settings used for calls to move.com.google.api.gax.rpc.UnaryCallSettings<MoveAddressRequest,Operation>
AddressesSettings. moveSettings()
Returns the object with the settings used for calls to move.static com.google.protobuf.Parser<MoveAddressRequest>
MoveAddressRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type MoveAddressRequest Modifier and Type Method Description MoveAddressRequest.Builder
MoveAddressRequest.Builder. mergeFrom(MoveAddressRequest other)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
AddressesClient. moveAsync(MoveAddressRequest request)
Moves the specified address resource.static MoveAddressRequest.Builder
MoveAddressRequest. newBuilder(MoveAddressRequest prototype)
-
Uses of MoveAddressRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type MoveAddressRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<MoveAddressRequest,Operation>
AddressesStub. moveCallable()
com.google.api.gax.rpc.UnaryCallable<MoveAddressRequest,Operation>
HttpJsonAddressesStub. moveCallable()
com.google.api.gax.rpc.OperationCallable<MoveAddressRequest,Operation,Operation>
AddressesStub. moveOperationCallable()
com.google.api.gax.rpc.OperationCallable<MoveAddressRequest,Operation,Operation>
HttpJsonAddressesStub. moveOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<MoveAddressRequest,Operation,Operation>
AddressesStubSettings.Builder. moveOperationSettings()
Returns the builder for the settings used for calls to move.com.google.api.gax.rpc.OperationCallSettings<MoveAddressRequest,Operation,Operation>
AddressesStubSettings. moveOperationSettings()
Returns the object with the settings used for calls to move.com.google.api.gax.rpc.UnaryCallSettings.Builder<MoveAddressRequest,Operation>
AddressesStubSettings.Builder. moveSettings()
Returns the builder for the settings used for calls to move.com.google.api.gax.rpc.UnaryCallSettings<MoveAddressRequest,Operation>
AddressesStubSettings. moveSettings()
Returns the object with the settings used for calls to move.
-