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