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