Uses of Class
com.google.api.servicemanagement.v1.UndeleteServiceResponse
-
Packages that use UndeleteServiceResponse Package Description com.google.api.servicemanagement.v1 com.google.cloud.api.servicemanagement.v1 A client to Service Management APIcom.google.cloud.api.servicemanagement.v1.stub -
-
Uses of UndeleteServiceResponse in com.google.api.servicemanagement.v1
Methods in com.google.api.servicemanagement.v1 that return UndeleteServiceResponse Modifier and Type Method Description UndeleteServiceResponse
UndeleteServiceResponse.Builder. build()
UndeleteServiceResponse
UndeleteServiceResponse.Builder. buildPartial()
static UndeleteServiceResponse
UndeleteServiceResponse. getDefaultInstance()
UndeleteServiceResponse
UndeleteServiceResponse.Builder. getDefaultInstanceForType()
UndeleteServiceResponse
UndeleteServiceResponse. getDefaultInstanceForType()
static UndeleteServiceResponse
UndeleteServiceResponse. parseDelimitedFrom(InputStream input)
static UndeleteServiceResponse
UndeleteServiceResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteServiceResponse
UndeleteServiceResponse. parseFrom(byte[] data)
static UndeleteServiceResponse
UndeleteServiceResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteServiceResponse
UndeleteServiceResponse. parseFrom(com.google.protobuf.ByteString data)
static UndeleteServiceResponse
UndeleteServiceResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteServiceResponse
UndeleteServiceResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static UndeleteServiceResponse
UndeleteServiceResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteServiceResponse
UndeleteServiceResponse. parseFrom(InputStream input)
static UndeleteServiceResponse
UndeleteServiceResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteServiceResponse
UndeleteServiceResponse. parseFrom(ByteBuffer data)
static UndeleteServiceResponse
UndeleteServiceResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.servicemanagement.v1 that return types with arguments of type UndeleteServiceResponse Modifier and Type Method Description com.google.protobuf.Parser<UndeleteServiceResponse>
UndeleteServiceResponse. getParserForType()
static com.google.protobuf.Parser<UndeleteServiceResponse>
UndeleteServiceResponse. parser()
Methods in com.google.api.servicemanagement.v1 with parameters of type UndeleteServiceResponse Modifier and Type Method Description UndeleteServiceResponse.Builder
UndeleteServiceResponse.Builder. mergeFrom(UndeleteServiceResponse other)
static UndeleteServiceResponse.Builder
UndeleteServiceResponse. newBuilder(UndeleteServiceResponse prototype)
-
Uses of UndeleteServiceResponse in com.google.cloud.api.servicemanagement.v1
Methods in com.google.cloud.api.servicemanagement.v1 that return types with arguments of type UndeleteServiceResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<UndeleteServiceResponse,OperationMetadata>
ServiceManagerClient. undeleteServiceAsync(UndeleteServiceRequest request)
Revives a previously deleted managed service.com.google.api.gax.longrunning.OperationFuture<UndeleteServiceResponse,OperationMetadata>
ServiceManagerClient. undeleteServiceAsync(String serviceName)
Revives a previously deleted managed service.com.google.api.gax.rpc.OperationCallable<UndeleteServiceRequest,UndeleteServiceResponse,OperationMetadata>
ServiceManagerClient. undeleteServiceOperationCallable()
Revives a previously deleted managed service.com.google.api.gax.rpc.OperationCallSettings.Builder<UndeleteServiceRequest,UndeleteServiceResponse,OperationMetadata>
ServiceManagerSettings.Builder. undeleteServiceOperationSettings()
Returns the builder for the settings used for calls to undeleteService.com.google.api.gax.rpc.OperationCallSettings<UndeleteServiceRequest,UndeleteServiceResponse,OperationMetadata>
ServiceManagerSettings. undeleteServiceOperationSettings()
Returns the object with the settings used for calls to undeleteService. -
Uses of UndeleteServiceResponse in com.google.cloud.api.servicemanagement.v1.stub
Methods in com.google.cloud.api.servicemanagement.v1.stub that return types with arguments of type UndeleteServiceResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<UndeleteServiceRequest,UndeleteServiceResponse,OperationMetadata>
GrpcServiceManagerStub. undeleteServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UndeleteServiceRequest,UndeleteServiceResponse,OperationMetadata>
HttpJsonServiceManagerStub. undeleteServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UndeleteServiceRequest,UndeleteServiceResponse,OperationMetadata>
ServiceManagerStub. undeleteServiceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UndeleteServiceRequest,UndeleteServiceResponse,OperationMetadata>
ServiceManagerStubSettings.Builder. undeleteServiceOperationSettings()
Returns the builder for the settings used for calls to undeleteService.com.google.api.gax.rpc.OperationCallSettings<UndeleteServiceRequest,UndeleteServiceResponse,OperationMetadata>
ServiceManagerStubSettings. undeleteServiceOperationSettings()
Returns the object with the settings used for calls to undeleteService.
-