Uses of Class
com.google.api.servicemanagement.v1.OperationMetadata
-
Packages that use OperationMetadata 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 OperationMetadata in com.google.api.servicemanagement.v1
Methods in com.google.api.servicemanagement.v1 that return OperationMetadata Modifier and Type Method Description OperationMetadata
OperationMetadata.Builder. build()
OperationMetadata
OperationMetadata.Builder. buildPartial()
static OperationMetadata
OperationMetadata. getDefaultInstance()
OperationMetadata
OperationMetadata.Builder. getDefaultInstanceForType()
OperationMetadata
OperationMetadata. getDefaultInstanceForType()
static OperationMetadata
OperationMetadata. parseDelimitedFrom(InputStream input)
static OperationMetadata
OperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(byte[] data)
static OperationMetadata
OperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.ByteString data)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(InputStream input)
static OperationMetadata
OperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(ByteBuffer data)
static OperationMetadata
OperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.servicemanagement.v1 that return types with arguments of type OperationMetadata Modifier and Type Method Description com.google.protobuf.Parser<OperationMetadata>
OperationMetadata. getParserForType()
static com.google.protobuf.Parser<OperationMetadata>
OperationMetadata. parser()
Methods in com.google.api.servicemanagement.v1 with parameters of type OperationMetadata Modifier and Type Method Description OperationMetadata.Builder
OperationMetadata.Builder. mergeFrom(OperationMetadata other)
static OperationMetadata.Builder
OperationMetadata. newBuilder(OperationMetadata prototype)
-
Uses of OperationMetadata in com.google.cloud.api.servicemanagement.v1
Methods in com.google.cloud.api.servicemanagement.v1 that return types with arguments of type OperationMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ManagedService,OperationMetadata>
ServiceManagerClient. createServiceAsync(CreateServiceRequest request)
Creates a new managed service.com.google.api.gax.longrunning.OperationFuture<ManagedService,OperationMetadata>
ServiceManagerClient. createServiceAsync(ManagedService service)
Creates a new managed service.com.google.api.gax.rpc.OperationCallable<CreateServiceRequest,ManagedService,OperationMetadata>
ServiceManagerClient. createServiceOperationCallable()
Creates a new managed service.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateServiceRequest,ManagedService,OperationMetadata>
ServiceManagerSettings.Builder. createServiceOperationSettings()
Returns the builder for the settings used for calls to createService.com.google.api.gax.rpc.OperationCallSettings<CreateServiceRequest,ManagedService,OperationMetadata>
ServiceManagerSettings. createServiceOperationSettings()
Returns the object with the settings used for calls to createService.com.google.api.gax.longrunning.OperationFuture<Rollout,OperationMetadata>
ServiceManagerClient. createServiceRolloutAsync(CreateServiceRolloutRequest request)
Creates a new service configuration rollout.com.google.api.gax.longrunning.OperationFuture<Rollout,OperationMetadata>
ServiceManagerClient. createServiceRolloutAsync(String serviceName, Rollout rollout)
Creates a new service configuration rollout.com.google.api.gax.rpc.OperationCallable<CreateServiceRolloutRequest,Rollout,OperationMetadata>
ServiceManagerClient. createServiceRolloutOperationCallable()
Creates a new service configuration rollout.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateServiceRolloutRequest,Rollout,OperationMetadata>
ServiceManagerSettings.Builder. createServiceRolloutOperationSettings()
Returns the builder for the settings used for calls to createServiceRollout.com.google.api.gax.rpc.OperationCallSettings<CreateServiceRolloutRequest,Rollout,OperationMetadata>
ServiceManagerSettings. createServiceRolloutOperationSettings()
Returns the object with the settings used for calls to createServiceRollout.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
ServiceManagerClient. deleteServiceAsync(DeleteServiceRequest request)
Deletes a managed service.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
ServiceManagerClient. deleteServiceAsync(String serviceName)
Deletes a managed service.com.google.api.gax.rpc.OperationCallable<DeleteServiceRequest,com.google.protobuf.Empty,OperationMetadata>
ServiceManagerClient. deleteServiceOperationCallable()
Deletes a managed service.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteServiceRequest,com.google.protobuf.Empty,OperationMetadata>
ServiceManagerSettings.Builder. deleteServiceOperationSettings()
Returns the builder for the settings used for calls to deleteService.com.google.api.gax.rpc.OperationCallSettings<DeleteServiceRequest,com.google.protobuf.Empty,OperationMetadata>
ServiceManagerSettings. deleteServiceOperationSettings()
Returns the object with the settings used for calls to deleteService.com.google.api.gax.longrunning.OperationFuture<SubmitConfigSourceResponse,OperationMetadata>
ServiceManagerClient. submitConfigSourceAsync(SubmitConfigSourceRequest request)
Creates a new service configuration (version) for a managed service based on user-supplied configuration source files (for example: OpenAPI Specification).com.google.api.gax.longrunning.OperationFuture<SubmitConfigSourceResponse,OperationMetadata>
ServiceManagerClient. submitConfigSourceAsync(String serviceName, ConfigSource configSource, boolean validateOnly)
Creates a new service configuration (version) for a managed service based on user-supplied configuration source files (for example: OpenAPI Specification).com.google.api.gax.rpc.OperationCallable<SubmitConfigSourceRequest,SubmitConfigSourceResponse,OperationMetadata>
ServiceManagerClient. submitConfigSourceOperationCallable()
Creates a new service configuration (version) for a managed service based on user-supplied configuration source files (for example: OpenAPI Specification).com.google.api.gax.rpc.OperationCallSettings.Builder<SubmitConfigSourceRequest,SubmitConfigSourceResponse,OperationMetadata>
ServiceManagerSettings.Builder. submitConfigSourceOperationSettings()
Returns the builder for the settings used for calls to submitConfigSource.com.google.api.gax.rpc.OperationCallSettings<SubmitConfigSourceRequest,SubmitConfigSourceResponse,OperationMetadata>
ServiceManagerSettings. submitConfigSourceOperationSettings()
Returns the object with the settings used for calls to submitConfigSource.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 OperationMetadata in com.google.cloud.api.servicemanagement.v1.stub
Methods in com.google.cloud.api.servicemanagement.v1.stub that return types with arguments of type OperationMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateServiceRequest,ManagedService,OperationMetadata>
GrpcServiceManagerStub. createServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateServiceRequest,ManagedService,OperationMetadata>
HttpJsonServiceManagerStub. createServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateServiceRequest,ManagedService,OperationMetadata>
ServiceManagerStub. createServiceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateServiceRequest,ManagedService,OperationMetadata>
ServiceManagerStubSettings.Builder. createServiceOperationSettings()
Returns the builder for the settings used for calls to createService.com.google.api.gax.rpc.OperationCallSettings<CreateServiceRequest,ManagedService,OperationMetadata>
ServiceManagerStubSettings. createServiceOperationSettings()
Returns the object with the settings used for calls to createService.com.google.api.gax.rpc.OperationCallable<CreateServiceRolloutRequest,Rollout,OperationMetadata>
GrpcServiceManagerStub. createServiceRolloutOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateServiceRolloutRequest,Rollout,OperationMetadata>
HttpJsonServiceManagerStub. createServiceRolloutOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateServiceRolloutRequest,Rollout,OperationMetadata>
ServiceManagerStub. createServiceRolloutOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateServiceRolloutRequest,Rollout,OperationMetadata>
ServiceManagerStubSettings.Builder. createServiceRolloutOperationSettings()
Returns the builder for the settings used for calls to createServiceRollout.com.google.api.gax.rpc.OperationCallSettings<CreateServiceRolloutRequest,Rollout,OperationMetadata>
ServiceManagerStubSettings. createServiceRolloutOperationSettings()
Returns the object with the settings used for calls to createServiceRollout.com.google.api.gax.rpc.OperationCallable<DeleteServiceRequest,com.google.protobuf.Empty,OperationMetadata>
GrpcServiceManagerStub. deleteServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteServiceRequest,com.google.protobuf.Empty,OperationMetadata>
HttpJsonServiceManagerStub. deleteServiceOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteServiceRequest,com.google.protobuf.Empty,OperationMetadata>
ServiceManagerStub. deleteServiceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteServiceRequest,com.google.protobuf.Empty,OperationMetadata>
ServiceManagerStubSettings.Builder. deleteServiceOperationSettings()
Returns the builder for the settings used for calls to deleteService.com.google.api.gax.rpc.OperationCallSettings<DeleteServiceRequest,com.google.protobuf.Empty,OperationMetadata>
ServiceManagerStubSettings. deleteServiceOperationSettings()
Returns the object with the settings used for calls to deleteService.com.google.api.gax.rpc.OperationCallable<SubmitConfigSourceRequest,SubmitConfigSourceResponse,OperationMetadata>
GrpcServiceManagerStub. submitConfigSourceOperationCallable()
com.google.api.gax.rpc.OperationCallable<SubmitConfigSourceRequest,SubmitConfigSourceResponse,OperationMetadata>
HttpJsonServiceManagerStub. submitConfigSourceOperationCallable()
com.google.api.gax.rpc.OperationCallable<SubmitConfigSourceRequest,SubmitConfigSourceResponse,OperationMetadata>
ServiceManagerStub. submitConfigSourceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SubmitConfigSourceRequest,SubmitConfigSourceResponse,OperationMetadata>
ServiceManagerStubSettings.Builder. submitConfigSourceOperationSettings()
Returns the builder for the settings used for calls to submitConfigSource.com.google.api.gax.rpc.OperationCallSettings<SubmitConfigSourceRequest,SubmitConfigSourceResponse,OperationMetadata>
ServiceManagerStubSettings. submitConfigSourceOperationSettings()
Returns the object with the settings used for calls to submitConfigSource.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.
-