public class DepotsStub extends com.vmware.vapi.internal.bindings.Stub implements Depots
Depots
API service.
WARNING: Internal class, subject to change in future versions.
DepotsTypes._VAPI_OPERATIONSapiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
DepotsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
DepotsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
sync_Task()
Syncs the metadata from the currently configured online or umds depots.
|
void |
sync_Task(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback)
Syncs the metadata from the currently configured online or umds depots.
|
void |
sync_Task(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Syncs the metadata from the currently configured online or umds depots.
|
java.lang.String |
sync_Task(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Syncs the metadata from the currently configured online or umds depots.
|
public DepotsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public DepotsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public java.lang.String sync_Task()
DepotsSynchronous method overload. Result of the invocation is a task identifier which will be returned by this method.
public java.lang.String sync_Task(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DepotsSynchronous method overload. Result of the invocation is a task
identifier which will be returned by this method.
Use invocationConfig to specify configuration for this particular invocation.
public void sync_Task(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback)
DepotsAsynchronous method overload. Result of the invocation which is
a task identifier will be reported via the specified asyncCallback.
Invocation Result:
identifier for the task created by this API invocation
Operation Errors:
Unauthenticated - if the caller is not authenticated.
ServiceUnavailable - if the service is not available.
TimedOut - if the service is timed out.
Error - if there is some unknown internal error. The accompanying error message will
give more details about the failure.
public void sync_Task(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DepotsAsynchronous method overload. Result of the invocation which is
a task identifier will be reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
identifier for the task created by this API invocation
Operation Errors:
Unauthenticated - if the caller is not authenticated.
ServiceUnavailable - if the service is not available.
TimedOut - if the service is timed out.
Error - if there is some unknown internal error. The accompanying error message will
give more details about the failure.