public static final class ServiceManagerGrpc.ServiceManagerFutureStub extends AbstractFutureStub<ServiceManagerGrpc.ServiceManagerFutureStub>
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractFutureStub >
ServiceManagerGrpc.ServiceManagerFutureStub
Inherited Members
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
build(Channel channel, CallOptions callOptions)
protected ServiceManagerGrpc.ServiceManagerFutureStub build(Channel channel, CallOptions callOptions)
Parameters |
Name |
Description |
channel |
io.grpc.Channel
|
callOptions |
io.grpc.CallOptions
|
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createService(CreateServiceRequest request)
public ListenableFuture<Operation> createService(CreateServiceRequest request)
Creates a new managed service.
A managed service is immutable, and is subject to mandatory 30-day
data retention. You cannot move a service or recreate it within 30 days
after deletion.
One producer project can own no more than 500 services. For security and
reliability purposes, a production service should be hosted in a
dedicated producer project.
Operation<response: ManagedService>
Returns |
Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
|
createServiceConfig(CreateServiceConfigRequest request)
public ListenableFuture<Service> createServiceConfig(CreateServiceConfigRequest request)
Creates a new service configuration (version) for a managed service.
This method only stores the service configuration. To roll out the service
configuration to backend systems please call
CreateServiceRollout.
Only the 100 most recent service configurations and ones referenced by
existing rollouts are kept for each service. The rest will be deleted
eventually.
Returns |
Type |
Description |
com.google.common.util.concurrent.ListenableFuture<com.google.api.Service> |
|
createServiceRollout(CreateServiceRolloutRequest request)
public ListenableFuture<Operation> createServiceRollout(CreateServiceRolloutRequest request)
Creates a new service configuration rollout. Based on rollout, the
Google Service Management will roll out the service configurations to
different backend services. For example, the logging configuration will be
pushed to Google Cloud Logging.
Please note that any previous pending and running Rollouts and associated
Operations will be automatically cancelled so that the latest Rollout will
not be blocked by previous Rollouts.
Only the 100 most recent (in any state) and the last 10 successful (if not
already part of the set of 100 most recent) rollouts are kept for each
service. The rest will be deleted eventually.
Operation<response: Rollout>
Returns |
Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
|
deleteService(DeleteServiceRequest request)
public ListenableFuture<Operation> deleteService(DeleteServiceRequest request)
Deletes a managed service. This method will change the service to the
Soft-Delete
state for 30 days. Within this period, service producers may
call
UndeleteService
to restore the service. After 30 days, the service will be permanently
deleted.
Operation<response: google.protobuf.Empty>
Returns |
Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
|
generateConfigReport(GenerateConfigReportRequest request)
public ListenableFuture<GenerateConfigReportResponse> generateConfigReport(GenerateConfigReportRequest request)
Generates and returns a report (errors, warnings and changes from
existing configurations) associated with
GenerateConfigReportRequest.new_value
If GenerateConfigReportRequest.old_value is specified,
GenerateConfigReportRequest will contain a single ChangeReport based on the
comparison between GenerateConfigReportRequest.new_value and
GenerateConfigReportRequest.old_value.
If GenerateConfigReportRequest.old_value is not specified, this method
will compare GenerateConfigReportRequest.new_value with the last pushed
service configuration.
getService(GetServiceRequest request)
public ListenableFuture<ManagedService> getService(GetServiceRequest request)
Gets a managed service. Authentication is required unless the service is
public.
Returns |
Type |
Description |
com.google.common.util.concurrent.ListenableFuture<ManagedService> |
|
getServiceConfig(GetServiceConfigRequest request)
public ListenableFuture<Service> getServiceConfig(GetServiceConfigRequest request)
Gets a service configuration (version) for a managed service.
Returns |
Type |
Description |
com.google.common.util.concurrent.ListenableFuture<com.google.api.Service> |
|
getServiceRollout(GetServiceRolloutRequest request)
public ListenableFuture<Rollout> getServiceRollout(GetServiceRolloutRequest request)
Gets a service configuration
rollout.
Returns |
Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Rollout> |
|
listServiceConfigs(ListServiceConfigsRequest request)
public ListenableFuture<ListServiceConfigsResponse> listServiceConfigs(ListServiceConfigsRequest request)
Lists the history of the service configuration for a managed service,
from the newest to the oldest.
listServiceRollouts(ListServiceRolloutsRequest request)
public ListenableFuture<ListServiceRolloutsResponse> listServiceRollouts(ListServiceRolloutsRequest request)
Lists the history of the service configuration rollouts for a managed
service, from the newest to the oldest.
listServices(ListServicesRequest request)
public ListenableFuture<ListServicesResponse> listServices(ListServicesRequest request)
Lists managed services.
Returns all public services. For authenticated users, also returns all
services the calling user has "servicemanagement.services.get" permission
for.
submitConfigSource(SubmitConfigSourceRequest request)
public ListenableFuture<Operation> submitConfigSource(SubmitConfigSourceRequest request)
Creates a new service configuration (version) for a managed service based
on
user-supplied configuration source files (for example: OpenAPI
Specification). This method stores the source configurations as well as the
generated service configuration. To rollout the service configuration to
other services,
please call
CreateServiceRollout.
Only the 100 most recent configuration sources and ones referenced by
existing service configurtions are kept for each service. The rest will be
deleted eventually.
Operation<response: SubmitConfigSourceResponse>
Returns |
Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
|
undeleteService(UndeleteServiceRequest request)
public ListenableFuture<Operation> undeleteService(UndeleteServiceRequest request)
Revives a previously deleted managed service. The method restores the
service using the configuration at the time the service was deleted.
The target service must exist and must have been deleted within the
last 30 days.
Operation<response: UndeleteServiceResponse>
Returns |
Type |
Description |
com.google.common.util.concurrent.ListenableFuture<Operation> |
|