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 MoveGlobalAddressRequest
MoveGlobalAddressRequest.Builder. build()
MoveGlobalAddressRequest
MoveGlobalAddressRequest.Builder. buildPartial()
static MoveGlobalAddressRequest
MoveGlobalAddressRequest. getDefaultInstance()
MoveGlobalAddressRequest
MoveGlobalAddressRequest.Builder. getDefaultInstanceForType()
MoveGlobalAddressRequest
MoveGlobalAddressRequest. getDefaultInstanceForType()
static MoveGlobalAddressRequest
MoveGlobalAddressRequest. parseDelimitedFrom(InputStream input)
static MoveGlobalAddressRequest
MoveGlobalAddressRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveGlobalAddressRequest
MoveGlobalAddressRequest. parseFrom(byte[] data)
static MoveGlobalAddressRequest
MoveGlobalAddressRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveGlobalAddressRequest
MoveGlobalAddressRequest. parseFrom(com.google.protobuf.ByteString data)
static MoveGlobalAddressRequest
MoveGlobalAddressRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveGlobalAddressRequest
MoveGlobalAddressRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static MoveGlobalAddressRequest
MoveGlobalAddressRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveGlobalAddressRequest
MoveGlobalAddressRequest. parseFrom(InputStream input)
static MoveGlobalAddressRequest
MoveGlobalAddressRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveGlobalAddressRequest
MoveGlobalAddressRequest. parseFrom(ByteBuffer data)
static MoveGlobalAddressRequest
MoveGlobalAddressRequest. 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.Builder
MoveGlobalAddressRequest.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.Builder
MoveGlobalAddressRequest. 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.
-