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 MoveAddressRequestMoveAddressRequest.Builder. build()MoveAddressRequestMoveAddressRequest.Builder. buildPartial()static MoveAddressRequestMoveAddressRequest. getDefaultInstance()MoveAddressRequestMoveAddressRequest.Builder. getDefaultInstanceForType()MoveAddressRequestMoveAddressRequest. getDefaultInstanceForType()static MoveAddressRequestMoveAddressRequest. parseDelimitedFrom(InputStream input)static MoveAddressRequestMoveAddressRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveAddressRequestMoveAddressRequest. parseFrom(byte[] data)static MoveAddressRequestMoveAddressRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveAddressRequestMoveAddressRequest. parseFrom(com.google.protobuf.ByteString data)static MoveAddressRequestMoveAddressRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveAddressRequestMoveAddressRequest. parseFrom(com.google.protobuf.CodedInputStream input)static MoveAddressRequestMoveAddressRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveAddressRequestMoveAddressRequest. parseFrom(InputStream input)static MoveAddressRequestMoveAddressRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveAddressRequestMoveAddressRequest. parseFrom(ByteBuffer data)static MoveAddressRequestMoveAddressRequest. 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.BuilderMoveAddressRequest.Builder. mergeFrom(MoveAddressRequest other)com.google.api.gax.longrunning.OperationFuture<Operation,Operation>AddressesClient. moveAsync(MoveAddressRequest request)Moves the specified address resource.static MoveAddressRequest.BuilderMoveAddressRequest. 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.
-