类 CrApi
- java.lang.Object
-
- com.volcengine.cr.CrApi
-
public class CrApi extends Object
-
-
方法概要
-
-
-
构造器详细资料
-
CrApi
public CrApi()
-
CrApi
public CrApi(ApiClient apiClient)
-
-
方法详细资料
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
createNamespaceCall
public com.squareup.okhttp.Call createNamespaceCall(CreateNamespaceRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for createNamespace- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
createNamespace
public CreateNamespaceResponse createNamespace(CreateNamespaceRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- CreateNamespaceResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createNamespaceWithHttpInfo
public ApiResponse<CreateNamespaceResponse> createNamespaceWithHttpInfo(@NotNull @NotNull CreateNamespaceRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<CreateNamespaceResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createNamespaceAsync
public com.squareup.okhttp.Call createNamespaceAsync(CreateNamespaceRequest body, ApiCallback<CreateNamespaceResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
createRegistryCall
public com.squareup.okhttp.Call createRegistryCall(CreateRegistryRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for createRegistry- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
createRegistry
public CreateRegistryResponse createRegistry(CreateRegistryRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- CreateRegistryResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createRegistryWithHttpInfo
public ApiResponse<CreateRegistryResponse> createRegistryWithHttpInfo(@NotNull @NotNull CreateRegistryRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<CreateRegistryResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createRegistryAsync
public com.squareup.okhttp.Call createRegistryAsync(CreateRegistryRequest body, ApiCallback<CreateRegistryResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
createRepositoryCall
public com.squareup.okhttp.Call createRepositoryCall(CreateRepositoryRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for createRepository- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
createRepository
public CreateRepositoryResponse createRepository(CreateRepositoryRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- CreateRepositoryResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createRepositoryWithHttpInfo
public ApiResponse<CreateRepositoryResponse> createRepositoryWithHttpInfo(@NotNull @NotNull CreateRepositoryRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<CreateRepositoryResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createRepositoryAsync
public com.squareup.okhttp.Call createRepositoryAsync(CreateRepositoryRequest body, ApiCallback<CreateRepositoryResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
deleteNamespaceCall
public com.squareup.okhttp.Call deleteNamespaceCall(DeleteNamespaceRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for deleteNamespace- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
deleteNamespace
public DeleteNamespaceResponse deleteNamespace(DeleteNamespaceRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DeleteNamespaceResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteNamespaceWithHttpInfo
public ApiResponse<DeleteNamespaceResponse> deleteNamespaceWithHttpInfo(@NotNull @NotNull DeleteNamespaceRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DeleteNamespaceResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteNamespaceAsync
public com.squareup.okhttp.Call deleteNamespaceAsync(DeleteNamespaceRequest body, ApiCallback<DeleteNamespaceResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
deleteRegistryCall
public com.squareup.okhttp.Call deleteRegistryCall(DeleteRegistryRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for deleteRegistry- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
deleteRegistry
public DeleteRegistryResponse deleteRegistry(DeleteRegistryRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DeleteRegistryResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteRegistryWithHttpInfo
public ApiResponse<DeleteRegistryResponse> deleteRegistryWithHttpInfo(@NotNull @NotNull DeleteRegistryRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DeleteRegistryResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteRegistryAsync
public com.squareup.okhttp.Call deleteRegistryAsync(DeleteRegistryRequest body, ApiCallback<DeleteRegistryResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
deleteRepositoryCall
public com.squareup.okhttp.Call deleteRepositoryCall(DeleteRepositoryRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for deleteRepository- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
deleteRepository
public DeleteRepositoryResponse deleteRepository(DeleteRepositoryRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DeleteRepositoryResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteRepositoryWithHttpInfo
public ApiResponse<DeleteRepositoryResponse> deleteRepositoryWithHttpInfo(@NotNull @NotNull DeleteRepositoryRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DeleteRepositoryResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteRepositoryAsync
public com.squareup.okhttp.Call deleteRepositoryAsync(DeleteRepositoryRequest body, ApiCallback<DeleteRepositoryResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
deleteTagsCall
public com.squareup.okhttp.Call deleteTagsCall(DeleteTagsRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for deleteTags- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
deleteTags
public DeleteTagsResponse deleteTags(DeleteTagsRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DeleteTagsResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteTagsWithHttpInfo
public ApiResponse<DeleteTagsResponse> deleteTagsWithHttpInfo(@NotNull @NotNull DeleteTagsRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DeleteTagsResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteTagsAsync
public com.squareup.okhttp.Call deleteTagsAsync(DeleteTagsRequest body, ApiCallback<DeleteTagsResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getAuthorizationTokenCall
public com.squareup.okhttp.Call getAuthorizationTokenCall(GetAuthorizationTokenRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for getAuthorizationToken- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
getAuthorizationToken
public GetAuthorizationTokenResponse getAuthorizationToken(GetAuthorizationTokenRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- GetAuthorizationTokenResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAuthorizationTokenWithHttpInfo
public ApiResponse<GetAuthorizationTokenResponse> getAuthorizationTokenWithHttpInfo(@NotNull @NotNull GetAuthorizationTokenRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<GetAuthorizationTokenResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAuthorizationTokenAsync
public com.squareup.okhttp.Call getAuthorizationTokenAsync(GetAuthorizationTokenRequest body, ApiCallback<GetAuthorizationTokenResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getPublicEndpointCall
public com.squareup.okhttp.Call getPublicEndpointCall(GetPublicEndpointRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for getPublicEndpoint- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
getPublicEndpoint
public GetPublicEndpointResponse getPublicEndpoint(GetPublicEndpointRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- GetPublicEndpointResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getPublicEndpointWithHttpInfo
public ApiResponse<GetPublicEndpointResponse> getPublicEndpointWithHttpInfo(@NotNull @NotNull GetPublicEndpointRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<GetPublicEndpointResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getPublicEndpointAsync
public com.squareup.okhttp.Call getPublicEndpointAsync(GetPublicEndpointRequest body, ApiCallback<GetPublicEndpointResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getUserCall
public com.squareup.okhttp.Call getUserCall(GetUserRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for getUser- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
getUser
public GetUserResponse getUser(GetUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- GetUserResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getUserWithHttpInfo
public ApiResponse<GetUserResponse> getUserWithHttpInfo(@NotNull @NotNull GetUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<GetUserResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getUserAsync
public com.squareup.okhttp.Call getUserAsync(GetUserRequest body, ApiCallback<GetUserResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getVpcEndpointCall
public com.squareup.okhttp.Call getVpcEndpointCall(GetVpcEndpointRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for getVpcEndpoint- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
getVpcEndpoint
public GetVpcEndpointResponse getVpcEndpoint(GetVpcEndpointRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- GetVpcEndpointResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getVpcEndpointWithHttpInfo
public ApiResponse<GetVpcEndpointResponse> getVpcEndpointWithHttpInfo(@NotNull @NotNull GetVpcEndpointRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<GetVpcEndpointResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getVpcEndpointAsync
public com.squareup.okhttp.Call getVpcEndpointAsync(GetVpcEndpointRequest body, ApiCallback<GetVpcEndpointResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listDomainsCall
public com.squareup.okhttp.Call listDomainsCall(ListDomainsRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listDomains- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listDomains
public ListDomainsResponse listDomains(ListDomainsRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListDomainsResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listDomainsWithHttpInfo
public ApiResponse<ListDomainsResponse> listDomainsWithHttpInfo(@NotNull @NotNull ListDomainsRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListDomainsResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listDomainsAsync
public com.squareup.okhttp.Call listDomainsAsync(ListDomainsRequest body, ApiCallback<ListDomainsResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listNamespacesCall
public com.squareup.okhttp.Call listNamespacesCall(ListNamespacesRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listNamespaces- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listNamespaces
public ListNamespacesResponse listNamespaces(ListNamespacesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListNamespacesResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listNamespacesWithHttpInfo
public ApiResponse<ListNamespacesResponse> listNamespacesWithHttpInfo(@NotNull @NotNull ListNamespacesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListNamespacesResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listNamespacesAsync
public com.squareup.okhttp.Call listNamespacesAsync(ListNamespacesRequest body, ApiCallback<ListNamespacesResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listRegistriesCall
public com.squareup.okhttp.Call listRegistriesCall(ListRegistriesRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listRegistries- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listRegistries
public ListRegistriesResponse listRegistries(ListRegistriesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListRegistriesResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listRegistriesWithHttpInfo
public ApiResponse<ListRegistriesResponse> listRegistriesWithHttpInfo(@NotNull @NotNull ListRegistriesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListRegistriesResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listRegistriesAsync
public com.squareup.okhttp.Call listRegistriesAsync(ListRegistriesRequest body, ApiCallback<ListRegistriesResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listRepositoriesCall
public com.squareup.okhttp.Call listRepositoriesCall(ListRepositoriesRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listRepositories- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listRepositories
public ListRepositoriesResponse listRepositories(ListRepositoriesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListRepositoriesResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listRepositoriesWithHttpInfo
public ApiResponse<ListRepositoriesResponse> listRepositoriesWithHttpInfo(@NotNull @NotNull ListRepositoriesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListRepositoriesResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listRepositoriesAsync
public com.squareup.okhttp.Call listRepositoriesAsync(ListRepositoriesRequest body, ApiCallback<ListRepositoriesResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listTagsCall
public com.squareup.okhttp.Call listTagsCall(ListTagsRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listTags- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listTags
public ListTagsResponse listTags(ListTagsRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListTagsResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listTagsWithHttpInfo
public ApiResponse<ListTagsResponse> listTagsWithHttpInfo(@NotNull @NotNull ListTagsRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListTagsResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listTagsAsync
public com.squareup.okhttp.Call listTagsAsync(ListTagsRequest body, ApiCallback<ListTagsResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
setUserCall
public com.squareup.okhttp.Call setUserCall(SetUserRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for setUser- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
setUser
public SetUserResponse setUser(SetUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- SetUserResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
setUserWithHttpInfo
public ApiResponse<SetUserResponse> setUserWithHttpInfo(@NotNull @NotNull SetUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<SetUserResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
setUserAsync
public com.squareup.okhttp.Call setUserAsync(SetUserRequest body, ApiCallback<SetUserResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
startRegistryCall
public com.squareup.okhttp.Call startRegistryCall(StartRegistryRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for startRegistry- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
startRegistry
public StartRegistryResponse startRegistry(StartRegistryRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- StartRegistryResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
startRegistryWithHttpInfo
public ApiResponse<StartRegistryResponse> startRegistryWithHttpInfo(@NotNull @NotNull StartRegistryRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<StartRegistryResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
startRegistryAsync
public com.squareup.okhttp.Call startRegistryAsync(StartRegistryRequest body, ApiCallback<StartRegistryResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
updatePublicEndpointCall
public com.squareup.okhttp.Call updatePublicEndpointCall(UpdatePublicEndpointRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for updatePublicEndpoint- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
updatePublicEndpoint
public UpdatePublicEndpointResponse updatePublicEndpoint(UpdatePublicEndpointRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- UpdatePublicEndpointResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updatePublicEndpointWithHttpInfo
public ApiResponse<UpdatePublicEndpointResponse> updatePublicEndpointWithHttpInfo(@NotNull @NotNull UpdatePublicEndpointRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<UpdatePublicEndpointResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updatePublicEndpointAsync
public com.squareup.okhttp.Call updatePublicEndpointAsync(UpdatePublicEndpointRequest body, ApiCallback<UpdatePublicEndpointResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
updateRepositoryCall
public com.squareup.okhttp.Call updateRepositoryCall(UpdateRepositoryRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for updateRepository- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
updateRepository
public UpdateRepositoryResponse updateRepository(UpdateRepositoryRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- UpdateRepositoryResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateRepositoryWithHttpInfo
public ApiResponse<UpdateRepositoryResponse> updateRepositoryWithHttpInfo(@NotNull @NotNull UpdateRepositoryRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<UpdateRepositoryResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateRepositoryAsync
public com.squareup.okhttp.Call updateRepositoryAsync(UpdateRepositoryRequest body, ApiCallback<UpdateRepositoryResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
updateVpcEndpointCall
public com.squareup.okhttp.Call updateVpcEndpointCall(UpdateVpcEndpointRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for updateVpcEndpoint- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
updateVpcEndpoint
public UpdateVpcEndpointResponse updateVpcEndpoint(UpdateVpcEndpointRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- UpdateVpcEndpointResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateVpcEndpointWithHttpInfo
public ApiResponse<UpdateVpcEndpointResponse> updateVpcEndpointWithHttpInfo(@NotNull @NotNull UpdateVpcEndpointRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<UpdateVpcEndpointResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateVpcEndpointAsync
public com.squareup.okhttp.Call updateVpcEndpointAsync(UpdateVpcEndpointRequest body, ApiCallback<UpdateVpcEndpointResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-