Uses of Class
com.google.api.serviceusage.v1.DisableServiceResponse
-
Packages that use DisableServiceResponse Package Description com.google.api.serviceusage.v1 A client to Service Usage APIcom.google.api.serviceusage.v1.stub -
-
Uses of DisableServiceResponse in com.google.api.serviceusage.v1
Methods in com.google.api.serviceusage.v1 that return DisableServiceResponse Modifier and Type Method Description DisableServiceResponseDisableServiceResponse.Builder. build()DisableServiceResponseDisableServiceResponse.Builder. buildPartial()static DisableServiceResponseDisableServiceResponse. getDefaultInstance()DisableServiceResponseDisableServiceResponse.Builder. getDefaultInstanceForType()DisableServiceResponseDisableServiceResponse. getDefaultInstanceForType()static DisableServiceResponseDisableServiceResponse. parseDelimitedFrom(InputStream input)static DisableServiceResponseDisableServiceResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableServiceResponseDisableServiceResponse. parseFrom(byte[] data)static DisableServiceResponseDisableServiceResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableServiceResponseDisableServiceResponse. parseFrom(com.google.protobuf.ByteString data)static DisableServiceResponseDisableServiceResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableServiceResponseDisableServiceResponse. parseFrom(com.google.protobuf.CodedInputStream input)static DisableServiceResponseDisableServiceResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableServiceResponseDisableServiceResponse. parseFrom(InputStream input)static DisableServiceResponseDisableServiceResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DisableServiceResponseDisableServiceResponse. parseFrom(ByteBuffer data)static DisableServiceResponseDisableServiceResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api.serviceusage.v1 that return types with arguments of type DisableServiceResponse Modifier and Type Method Description 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.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.protobuf.Parser<DisableServiceResponse>DisableServiceResponse. getParserForType()static com.google.protobuf.Parser<DisableServiceResponse>DisableServiceResponse. parser()Methods in com.google.api.serviceusage.v1 with parameters of type DisableServiceResponse Modifier and Type Method Description DisableServiceResponse.BuilderDisableServiceResponse.Builder. mergeFrom(DisableServiceResponse other)static DisableServiceResponse.BuilderDisableServiceResponse. newBuilder(DisableServiceResponse prototype) -
Uses of DisableServiceResponse in com.google.api.serviceusage.v1.stub
Methods in com.google.api.serviceusage.v1.stub that return types with arguments of type DisableServiceResponse Modifier and Type Method Description 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.
-