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