public class ProcessResourceApi extends Object
Constructor and Description |
---|
ProcessResourceApi() |
ProcessResourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient() |
File |
getConfigFile(String clusterName,
String configFileName,
String roleName,
String serviceName)
Returns the contents of the specified config file.
|
com.squareup.okhttp.Call |
getConfigFileAsync(String clusterName,
String configFileName,
String roleName,
String serviceName,
ApiCallback<File> callback)
Returns the contents of the specified config file.
|
com.squareup.okhttp.Call |
getConfigFileCall(String clusterName,
String configFileName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getConfigFile
|
ApiResponse<File> |
getConfigFileWithHttpInfo(String clusterName,
String configFileName,
String roleName,
String serviceName)
Returns the contents of the specified config file.
|
ApiProcess |
getProcess(String clusterName,
String roleName,
String serviceName) |
com.squareup.okhttp.Call |
getProcessAsync(String clusterName,
String roleName,
String serviceName,
ApiCallback<ApiProcess> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getProcessCall(String clusterName,
String roleName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getProcess
|
ApiResponse<ApiProcess> |
getProcessWithHttpInfo(String clusterName,
String roleName,
String serviceName) |
void |
setApiClient(ApiClient apiClient) |
public ProcessResourceApi()
public ProcessResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getConfigFileCall(String clusterName, String configFileName, String roleName, String serviceName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterName
- (required)configFileName
- Name of the config file to get. (required)roleName
- (required)serviceName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File getConfigFile(String clusterName, String configFileName, String roleName, String serviceName) throws ApiException
clusterName
- (required)configFileName
- Name of the config file to get. (required)roleName
- (required)serviceName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getConfigFileWithHttpInfo(String clusterName, String configFileName, String roleName, String serviceName) throws ApiException
clusterName
- (required)configFileName
- Name of the config file to get. (required)roleName
- (required)serviceName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getConfigFileAsync(String clusterName, String configFileName, String roleName, String serviceName, ApiCallback<File> callback) throws ApiException
clusterName
- (required)configFileName
- Name of the config file to get. (required)roleName
- (required)serviceName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getProcessCall(String clusterName, String roleName, String serviceName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterName
- (required)roleName
- (required)serviceName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiProcess getProcess(String clusterName, String roleName, String serviceName) throws ApiException
clusterName
- (required)roleName
- (required)serviceName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiProcess> getProcessWithHttpInfo(String clusterName, String roleName, String serviceName) throws ApiException
clusterName
- (required)roleName
- (required)serviceName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getProcessAsync(String clusterName, String roleName, String serviceName, ApiCallback<ApiProcess> callback) throws ApiException
clusterName
- (required)roleName
- (required)serviceName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2019. All rights reserved.