Uses of Class
com.google.api.serviceusage.v1.DisableServiceRequest
-
Packages that use DisableServiceRequest Package Description com.google.api.serviceusage.v1 A client to Service Usage APIcom.google.api.serviceusage.v1.stub -
-
Uses of DisableServiceRequest in com.google.api.serviceusage.v1
Methods in com.google.api.serviceusage.v1 that return DisableServiceRequest Modifier and Type Method Description DisableServiceRequestDisableServiceRequest.Builder. build()DisableServiceRequestDisableServiceRequest.Builder. buildPartial()static DisableServiceRequestDisableServiceRequest. getDefaultInstance()DisableServiceRequestDisableServiceRequest.Builder. getDefaultInstanceForType()DisableServiceRequestDisableServiceRequest. getDefaultInstanceForType()static DisableServiceRequestDisableServiceRequest. parseDelimitedFrom(InputStream input)static DisableServiceRequestDisableServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableServiceRequestDisableServiceRequest. parseFrom(byte[] data)static DisableServiceRequestDisableServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableServiceRequestDisableServiceRequest. parseFrom(com.google.protobuf.ByteString data)static DisableServiceRequestDisableServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableServiceRequestDisableServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DisableServiceRequestDisableServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableServiceRequestDisableServiceRequest. parseFrom(InputStream input)static DisableServiceRequestDisableServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableServiceRequestDisableServiceRequest. parseFrom(ByteBuffer data)static DisableServiceRequestDisableServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.serviceusage.v1 that return types with arguments of type DisableServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DisableServiceRequest,com.google.longrunning.Operation>ServiceUsageClient. disableServiceCallable()Disable a service so that it can no longer be used with a project.com.google.api.gax.rpc.OperationCallable<DisableServiceRequest,DisableServiceResponse,OperationMetadata>ServiceUsageClient. disableServiceOperationCallable()Disable a service so that it can no longer be used with a project.com.google.api.gax.rpc.OperationCallSettings.Builder<DisableServiceRequest,DisableServiceResponse,OperationMetadata>ServiceUsageSettings.Builder. disableServiceOperationSettings()Returns the builder for the settings used for calls to disableService.com.google.api.gax.rpc.OperationCallSettings<DisableServiceRequest,DisableServiceResponse,OperationMetadata>ServiceUsageSettings. disableServiceOperationSettings()Returns the object with the settings used for calls to disableService.com.google.api.gax.rpc.UnaryCallSettings.Builder<DisableServiceRequest,com.google.longrunning.Operation>ServiceUsageSettings.Builder. disableServiceSettings()Returns the builder for the settings used for calls to disableService.com.google.api.gax.rpc.UnaryCallSettings<DisableServiceRequest,com.google.longrunning.Operation>ServiceUsageSettings. disableServiceSettings()Returns the object with the settings used for calls to disableService.static io.grpc.MethodDescriptor<DisableServiceRequest,com.google.longrunning.Operation>ServiceUsageGrpc. getDisableServiceMethod()com.google.protobuf.Parser<DisableServiceRequest>DisableServiceRequest. getParserForType()static com.google.protobuf.Parser<DisableServiceRequest>DisableServiceRequest. parser()Methods in com.google.api.serviceusage.v1 with parameters of type DisableServiceRequest Modifier and Type Method Description default voidServiceUsageGrpc.AsyncService. disableService(DisableServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Disable a service so that it can no longer be used with a project.com.google.longrunning.OperationServiceUsageGrpc.ServiceUsageBlockingStub. disableService(DisableServiceRequest request)Disable a service so that it can no longer be used with a project.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ServiceUsageGrpc.ServiceUsageFutureStub. disableService(DisableServiceRequest request)Disable a service so that it can no longer be used with a project.voidServiceUsageGrpc.ServiceUsageStub. disableService(DisableServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Disable a service so that it can no longer be used with a project.com.google.api.gax.longrunning.OperationFuture<DisableServiceResponse,OperationMetadata>ServiceUsageClient. disableServiceAsync(DisableServiceRequest request)Disable a service so that it can no longer be used with a project.DisableServiceRequest.BuilderDisableServiceRequest.Builder. mergeFrom(DisableServiceRequest other)static DisableServiceRequest.BuilderDisableServiceRequest. newBuilder(DisableServiceRequest prototype) -
Uses of DisableServiceRequest in com.google.api.serviceusage.v1.stub
Methods in com.google.api.serviceusage.v1.stub that return types with arguments of type DisableServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DisableServiceRequest,com.google.longrunning.Operation>GrpcServiceUsageStub. disableServiceCallable()com.google.api.gax.rpc.UnaryCallable<DisableServiceRequest,com.google.longrunning.Operation>HttpJsonServiceUsageStub. disableServiceCallable()com.google.api.gax.rpc.UnaryCallable<DisableServiceRequest,com.google.longrunning.Operation>ServiceUsageStub. disableServiceCallable()com.google.api.gax.rpc.OperationCallable<DisableServiceRequest,DisableServiceResponse,OperationMetadata>GrpcServiceUsageStub. disableServiceOperationCallable()com.google.api.gax.rpc.OperationCallable<DisableServiceRequest,DisableServiceResponse,OperationMetadata>HttpJsonServiceUsageStub. disableServiceOperationCallable()com.google.api.gax.rpc.OperationCallable<DisableServiceRequest,DisableServiceResponse,OperationMetadata>ServiceUsageStub. disableServiceOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DisableServiceRequest,DisableServiceResponse,OperationMetadata>ServiceUsageStubSettings.Builder. disableServiceOperationSettings()Returns the builder for the settings used for calls to disableService.com.google.api.gax.rpc.OperationCallSettings<DisableServiceRequest,DisableServiceResponse,OperationMetadata>ServiceUsageStubSettings. disableServiceOperationSettings()Returns the object with the settings used for calls to disableService.com.google.api.gax.rpc.UnaryCallSettings.Builder<DisableServiceRequest,com.google.longrunning.Operation>ServiceUsageStubSettings.Builder. disableServiceSettings()Returns the builder for the settings used for calls to disableService.com.google.api.gax.rpc.UnaryCallSettings<DisableServiceRequest,com.google.longrunning.Operation>ServiceUsageStubSettings. disableServiceSettings()Returns the object with the settings used for calls to disableService.
-