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