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_OPERATIONS
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
DepotsStub(ApiProvider apiProvider,
StubConfigurationBase config) |
DepotsStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
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(AsyncCallback<java.lang.String> asyncCallback)
Syncs the metadata from the currently configured online or umds depots.
|
void |
sync_Task(AsyncCallback<java.lang.String> asyncCallback,
InvocationConfig invocationConfig)
Syncs the metadata from the currently configured online or umds depots.
|
java.lang.String |
sync_Task(InvocationConfig invocationConfig)
Syncs the metadata from the currently configured online or umds depots.
|
public DepotsStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public DepotsStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.lang.String sync_Task()
Depots
Synchronous method overload. Result of the invocation is a task identifier which will be returned by this method.
public java.lang.String sync_Task(InvocationConfig invocationConfig)
Depots
Synchronous 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(AsyncCallback<java.lang.String> asyncCallback)
Depots
Asynchronous 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(AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
Depots
Asynchronous 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.