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