- cancel() - Method in class org.cloudfoundry.client.lib.rest.StreamingLogTokenImpl
-
- cancel() - Method in interface org.cloudfoundry.client.lib.StreamingLogToken
-
- canRead(Class<?>, MediaType) - Method in class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
-
- canWrite(Class<?>, MediaType) - Method in class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
-
- changePassword(String, String) - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
-
- clear() - Method in class loggregator.LogMessages.Envelope.Builder
-
- clear() - Method in class loggregator.LogMessages.Message.Builder
-
- clear() - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
-
- clearAppId() - Method in class loggregator.LogMessages.Message.Builder
-
required string app_id = 4;
- clearDrainUrls() - Method in class loggregator.LogMessages.Message.Builder
-
repeated string drain_urls = 7;
- clearLogMessage() - Method in class loggregator.LogMessages.Envelope.Builder
-
required .logmessage.Message log_message = 3;
- clearMessage() - Method in class loggregator.LogMessages.Message.Builder
-
required bytes message = 1;
- clearMessageType() - Method in class loggregator.LogMessages.Message.Builder
-
required .logmessage.Message.MessageType message_type = 2;
- clearRoutingKey() - Method in class loggregator.LogMessages.Envelope.Builder
-
required string routing_key = 1;
- clearSignature() - Method in class loggregator.LogMessages.Envelope.Builder
-
required bytes signature = 2;
- clearSourceId() - Method in class loggregator.LogMessages.Message.Builder
-
optional string source_id = 6;
- clearSourceName() - Method in class loggregator.LogMessages.Message.Builder
-
optional string source_name = 8;
- clearTimestamp() - Method in class loggregator.LogMessages.Message.Builder
-
required sint64 timestamp = 3;
- ClientHttpResponseCallback - Interface in org.cloudfoundry.client.lib
-
Callback class while the client receives the server response.
- clone() - Method in class loggregator.LogMessages.Envelope.Builder
-
- clone() - Method in class loggregator.LogMessages.Message.Builder
-
- close() - Method in class org.cloudfoundry.client.lib.io.DynamicZipInputStream
-
- CloudApplication - Class in org.cloudfoundry.client.lib.domain
-
- CloudApplication(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudApplication
-
- CloudApplication(String, String, String, int, int, List<String>, List<String>, CloudApplication.AppState) - Constructor for class org.cloudfoundry.client.lib.domain.CloudApplication
-
- CloudApplication(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudApplication
-
- CloudApplication.AppState - Enum in org.cloudfoundry.client.lib.domain
-
- CloudApplication.DebugMode - Enum in org.cloudfoundry.client.lib.domain
-
- CloudControllerClient - Interface in org.cloudfoundry.client.lib.rest
-
Interface defining operations available for the cloud controller REST client implementations
- CloudControllerClientFactory - Class in org.cloudfoundry.client.lib.rest
-
Factory used to create cloud controller client implementations.
- CloudControllerClientFactory(HttpProxyConfiguration, boolean) - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
-
- CloudControllerClientImpl - Class in org.cloudfoundry.client.lib.rest
-
Abstract implementation of the CloudControllerClient intended to serve as the base.
- CloudControllerClientImpl() - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
Only for unit tests.
- CloudControllerClientImpl(URL, RestTemplate, OauthClient, LoggregatorClient, CloudCredentials, CloudSpace) - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- CloudControllerClientImpl(URL, RestTemplate, OauthClient, LoggregatorClient, CloudCredentials, String, String) - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter - Class in org.cloudfoundry.client.lib.rest
-
- CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter() - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter
-
- CloudControllerResponseErrorHandler - Class in org.cloudfoundry.client.lib.rest
-
- CloudControllerResponseErrorHandler() - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerResponseErrorHandler
-
- CloudCredentials - Class in org.cloudfoundry.client.lib
-
Class that encapsulates credentials used for authentication
- CloudCredentials(String, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
-
Create credentials using email and password.
- CloudCredentials(String, String, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
-
Create credentials using email, password, and client ID.
- CloudCredentials(String, String, String, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
-
Create credentials using email, password and client ID.
- CloudCredentials(OAuth2AccessToken) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
-
Create credentials using a token.
- CloudCredentials(OAuth2AccessToken, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
-
Create credentials using a token.
- CloudCredentials(OAuth2AccessToken, String, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
-
Create credentials using a token.
- CloudCredentials(CloudCredentials, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
-
Create proxy credentials.
- cloudCredentials - Variable in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- CloudDomain - Class in org.cloudfoundry.client.lib.domain
-
- CloudDomain(CloudEntity.Meta, String, CloudOrganization) - Constructor for class org.cloudfoundry.client.lib.domain.CloudDomain
-
- CloudEntity - Class in org.cloudfoundry.client.lib.domain
-
- CloudEntity() - Constructor for class org.cloudfoundry.client.lib.domain.CloudEntity
-
- CloudEntity(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudEntity
-
- CloudEntity.Meta - Class in org.cloudfoundry.client.lib.domain
-
- CloudEntity.Meta(UUID, Date, Date) - Constructor for class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
-
- CloudEntityResourceMapper - Class in org.cloudfoundry.client.lib.util
-
Class handling the mapping of the cloud domain objects
- CloudEntityResourceMapper() - Constructor for class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
-
- CloudFoundryClient - Class in org.cloudfoundry.client.lib
-
A Java client to exercise the Cloud Foundry API.
- CloudFoundryClient(URL) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
Construct client for anonymous user.
- CloudFoundryClient(URL, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
- CloudFoundryClient(URL, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
- CloudFoundryClient(URL, HttpProxyConfiguration, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
- CloudFoundryClient(CloudCredentials, URL) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
Construct client without a default org and space.
- CloudFoundryClient(CloudCredentials, URL, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
- CloudFoundryClient(CloudCredentials, URL, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
- CloudFoundryClient(CloudCredentials, URL, HttpProxyConfiguration, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
- CloudFoundryClient(CloudCredentials, URL, CloudSpace) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
Construct a client with a default CloudSpace.
- CloudFoundryClient(CloudCredentials, URL, CloudSpace, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
- CloudFoundryClient(CloudCredentials, URL, CloudSpace, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
- CloudFoundryClient(CloudCredentials, URL, CloudSpace, HttpProxyConfiguration, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
- CloudFoundryClient(CloudCredentials, URL, String, String) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
Construct a client with a default space name and org name.
- CloudFoundryClient(CloudCredentials, URL, String, String, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
- CloudFoundryClient(CloudCredentials, URL, String, String, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
- CloudFoundryClient(CloudCredentials, URL, String, String, HttpProxyConfiguration, boolean) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
- CloudFoundryClient(CloudControllerClient) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
-
Construct a client with a pre-configured CloudControllerClient
- CloudFoundryException - Exception in org.cloudfoundry.client.lib
-
- CloudFoundryException(HttpStatus) - Constructor for exception org.cloudfoundry.client.lib.CloudFoundryException
-
- CloudFoundryException(HttpStatus, String) - Constructor for exception org.cloudfoundry.client.lib.CloudFoundryException
-
- CloudFoundryException(HttpStatus, String, int) - Constructor for exception org.cloudfoundry.client.lib.CloudFoundryException
-
- CloudFoundryException(HttpStatus, String, String) - Constructor for exception org.cloudfoundry.client.lib.CloudFoundryException
-
Construct a new instance of CloudFoundryException
based on a HttpStatus
, status text and description.
- CloudFoundryOperations - Interface in org.cloudfoundry.client.lib
-
The interface defining operations making up the Cloud Foundry Java client's API.
- CloudInfo - Class in org.cloudfoundry.client.lib.domain
-
- CloudInfo(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudInfo
-
- CloudInfo(String, String, String, String, String, String, String, CloudInfo.Limits, CloudInfo.Usage, boolean, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudInfo
-
- CloudInfo.Limits - Class in org.cloudfoundry.client.lib.domain
-
- CloudInfo.Limits(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
-
- CloudInfo.Usage - Class in org.cloudfoundry.client.lib.domain
-
- CloudInfo.Usage(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
-
- CloudOperationException - Exception in org.cloudfoundry.client.lib
-
- CloudOperationException(Throwable) - Constructor for exception org.cloudfoundry.client.lib.CloudOperationException
-
- CloudOperationException(String) - Constructor for exception org.cloudfoundry.client.lib.CloudOperationException
-
- CloudOrganization - Class in org.cloudfoundry.client.lib.domain
-
- CloudOrganization(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudOrganization
-
- CloudOrganization(CloudEntity.Meta, String, boolean) - Constructor for class org.cloudfoundry.client.lib.domain.CloudOrganization
-
- CloudResource - Class in org.cloudfoundry.client.lib.domain
-
JSON object that contains details of a single Cloud Foundry resource.
- CloudResource() - Constructor for class org.cloudfoundry.client.lib.domain.CloudResource
-
- CloudResource(String, long, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudResource
-
- CloudResources - Class in org.cloudfoundry.client.lib.domain
-
- CloudResources(Collection<? extends CloudResource>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources
-
- CloudResources(Iterator<? extends CloudResource>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources
-
- CloudResources(ApplicationArchive) - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources
-
- CloudResources.Deserializer - Class in org.cloudfoundry.client.lib.domain
-
Internal JSON Deserializer.
- CloudResources.Deserializer() - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources.Deserializer
-
- CloudResources.Serializer - Class in org.cloudfoundry.client.lib.domain
-
Internal JSON Serializer.
- CloudResources.Serializer() - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources.Serializer
-
- CloudRoute - Class in org.cloudfoundry.client.lib.domain
-
- CloudRoute(CloudEntity.Meta, String, CloudDomain, int) - Constructor for class org.cloudfoundry.client.lib.domain.CloudRoute
-
- CloudService - Class in org.cloudfoundry.client.lib.domain
-
Class representing an instance of a service created for a space.
- CloudService() - Constructor for class org.cloudfoundry.client.lib.domain.CloudService
-
- CloudService(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudService
-
- CloudServiceBroker - Class in org.cloudfoundry.client.lib.domain
-
- CloudServiceBroker(String, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServiceBroker
-
- CloudServiceBroker(CloudEntity.Meta, String, String, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServiceBroker
-
- CloudServiceOffering - Class in org.cloudfoundry.client.lib.domain
-
- CloudServiceOffering(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServiceOffering
-
- CloudServiceOffering(CloudEntity.Meta, String, String, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServiceOffering
-
- CloudServiceOffering(CloudEntity.Meta, String, String, String, String, boolean, boolean, String, String, String, String, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServiceOffering
-
- CloudServicePlan - Class in org.cloudfoundry.client.lib.domain
-
- CloudServicePlan() - Constructor for class org.cloudfoundry.client.lib.domain.CloudServicePlan
-
- CloudServicePlan(CloudEntity.Meta, String, String, boolean, boolean, String, String, CloudServiceOffering) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServicePlan
-
- CloudSpace - Class in org.cloudfoundry.client.lib.domain
-
- CloudSpace(CloudEntity.Meta, String, CloudOrganization) - Constructor for class org.cloudfoundry.client.lib.domain.CloudSpace
-
- CloudStack - Class in org.cloudfoundry.client.lib.domain
-
- CloudStack(CloudEntity.Meta, String, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudStack
-
- CloudUtil - Class in org.cloudfoundry.client.lib.util
-
Some helper utilities used by the Cloud Foundry Java client.
- compareTo(ApplicationLog) - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
-
- computeSha1Digest(InputStream) - Static method in class org.cloudfoundry.client.lib.util.CloudUtil
-
- configureCloudFoundryRequestFactory(RestTemplate) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- connectToLoggregator(String, String, UUID, ApplicationLogListener, ClientEndpointConfig.Configurator) - Method in class org.cloudfoundry.client.lib.rest.LoggregatorClient
-
- convertJsonToCloudResourceList(String) - Static method in class org.cloudfoundry.client.lib.util.JsonUtil
-
- convertJsonToList(String) - Static method in class org.cloudfoundry.client.lib.util.JsonUtil
-
- convertJsonToMap(String) - Static method in class org.cloudfoundry.client.lib.util.JsonUtil
-
- convertToJson(Object) - Static method in class org.cloudfoundry.client.lib.util.JsonUtil
-
- CrashesInfo - Class in org.cloudfoundry.client.lib.domain
-
- CrashesInfo(List<Map<String, Object>>) - Constructor for class org.cloudfoundry.client.lib.domain.CrashesInfo
-
- CrashInfo - Class in org.cloudfoundry.client.lib.domain
-
- CrashInfo(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CrashInfo
-
- createApplication(String, Staging, Integer, List<String>, List<String>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- createApplication(String, Staging, Integer, Integer, List<String>, List<String>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- createApplication(String, Staging, Integer, List<String>, List<String>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Create application.
- createApplication(String, Staging, Integer, Integer, List<String>, List<String>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Create application.
- createApplication(String, Staging, Integer, List<String>, List<String>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- createApplication(String, Staging, Integer, Integer, List<String>, List<String>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- createApplication(String, Staging, Integer, List<String>, List<String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- createApplication(String, Staging, Integer, Integer, List<String>, List<String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- createOauthClient(URL, HttpProxyConfiguration, boolean) - Method in class org.cloudfoundry.client.lib.util.RestUtil
-
- createRequestFactory(HttpProxyConfiguration, boolean) - Method in class org.cloudfoundry.client.lib.util.RestUtil
-
- createResourceOwnerPasswordAccessTokenProvider() - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
-
- createRestTemplate(HttpProxyConfiguration, boolean) - Method in class org.cloudfoundry.client.lib.util.RestUtil
-
- createService(CloudService) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- createService(CloudService) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Create a service.
- createService(CloudService) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- createService(CloudService) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- createUserProvidedService(CloudService, Map<String, Object>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- createUserProvidedService(CloudService, Map<String, Object>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Create a user-provided service.
- createUserProvidedService(CloudService, Map<String, Object>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- createUserProvidedService(CloudService, Map<String, Object>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- get(URI) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
-
- getAllowDebug() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
-
- getAppId() - Method in class loggregator.LogMessages.Message.Builder
-
required string app_id = 4;
- getAppId() - Method in class loggregator.LogMessages.Message
-
required string app_id = 4;
- getAppId() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
required string app_id = 4;
- getAppId() - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
-
- getAppIdBytes() - Method in class loggregator.LogMessages.Message.Builder
-
required string app_id = 4;
- getAppIdBytes() - Method in class loggregator.LogMessages.Message
-
required string app_id = 4;
- getAppIdBytes() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
required string app_id = 4;
- getApplication(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getApplication(UUID) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getApplication(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get cloud application with the specified name.
- getApplication(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getApplication(UUID) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getApplication(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getApplication(UUID) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getApplicationInstances(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getApplicationInstances(CloudApplication) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getApplicationInstances(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get application instances info for application.
- getApplicationInstances(CloudApplication) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get application instances info for application.
- getApplicationInstances(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getApplicationInstances(CloudApplication) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getApplicationInstances(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getApplicationInstances(CloudApplication) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getApplications() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getApplications() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get all cloud applications.
- getApplications() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getApplications() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getApplicationStats(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getApplicationStats(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get application stats for the app with the specified name.
- getApplicationStats(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getApplicationStats(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getApps() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
-
- getAppsUsingRoute() - Method in class org.cloudfoundry.client.lib.domain.CloudRoute
-
- getArchive() - Method in class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
-
Returns the source archive.
- getAuthorizationEndpoint() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
-
- getAuthorizationHeader() - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
-
- getBuild() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
-
- getBuildpackUrl() - Method in class org.cloudfoundry.client.lib.domain.Staging
-
- getClientId() - Method in class org.cloudfoundry.client.lib.CloudCredentials
-
Get the client ID.
- getClientSecret() - Method in class org.cloudfoundry.client.lib.CloudCredentials
-
Get the client secret
- getCloudControllerUrl() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getCloudControllerUrl() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get the URL used for the cloud controller.
- getCloudControllerUrl() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getCloudControllerUrl() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getCloudFoundryErrorCode() - Method in exception org.cloudfoundry.client.lib.CloudFoundryException
-
Returns an additional error code that is specific to failures in Cloud Foundry requests or behaviour.
- getCloudInfo() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getCloudInfo() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get CloudInfo for the current cloud.
- getCloudServicePlans() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
-
- getCommand() - Method in class org.cloudfoundry.client.lib.domain.Staging
-
- getCores() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
-
- getCpu() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
-
- getCrashes(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getCrashes(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get crashes info for application.
- getCrashes() - Method in class org.cloudfoundry.client.lib.domain.CrashesInfo
-
- getCrashes(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getCrashes(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getCrashLogs(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getCrashLogs(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
- getCrashLogs(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getCrashLogs(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getCreated() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
-
- getDebug() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- getDebugIp() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
-
- getDebugPort() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
-
- getDefaultDomain() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getDefaultDomain() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Gets the default domain for the current org, which is the first shared domain.
- getDefaultDomain() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getDefaultDomain() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getDefaultInstance() - Static method in class loggregator.LogMessages.Envelope
-
- getDefaultInstance() - Static method in class loggregator.LogMessages.Message
-
- getDefaultInstanceForType() - Method in class loggregator.LogMessages.Envelope.Builder
-
- getDefaultInstanceForType() - Method in class loggregator.LogMessages.Envelope
-
- getDefaultInstanceForType() - Method in class loggregator.LogMessages.Message.Builder
-
- getDefaultInstanceForType() - Method in class loggregator.LogMessages.Message
-
- getDescription() - Method in exception org.cloudfoundry.client.lib.CloudFoundryException
-
- getDescription() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
-
- getDescription() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
-
- getDescription() - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
-
- getDescription() - Method in class org.cloudfoundry.client.lib.domain.CloudStack
-
- getDescriptor() - Static method in class loggregator.LogMessages.Envelope.Builder
-
- getDescriptor() - Static method in class loggregator.LogMessages.Envelope
-
- getDescriptor() - Static method in class loggregator.LogMessages
-
- getDescriptor() - Static method in class loggregator.LogMessages.Message.Builder
-
- getDescriptor() - Static method in class loggregator.LogMessages.Message
-
- getDescriptor() - Static method in enum loggregator.LogMessages.Message.MessageType
-
- getDescriptorForType() - Method in class loggregator.LogMessages.Envelope.Builder
-
- getDescriptorForType() - Method in class loggregator.LogMessages.Message.Builder
-
- getDescriptorForType() - Method in enum loggregator.LogMessages.Message.MessageType
-
- getDisk() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
-
- getDiskQuota() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- getDiskQuota() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
-
- getDocumentationUrl() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
-
- getDomain() - Method in class org.cloudfoundry.client.lib.domain.CloudRoute
-
- getDomains() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getDomains() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get list of all domain shared and private domains.
- getDomains() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getDomains() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getDomainsForOrg() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getDomainsForOrg() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get list of all domain registered for the current organization.
- getDomainsForOrg() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getDomainsForOrg() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getDrainUrls(int) - Method in class loggregator.LogMessages.Message.Builder
-
repeated string drain_urls = 7;
- getDrainUrls(int) - Method in class loggregator.LogMessages.Message
-
repeated string drain_urls = 7;
- getDrainUrls(int) - Method in interface loggregator.LogMessages.MessageOrBuilder
-
repeated string drain_urls = 7;
- getDrainUrlsBytes(int) - Method in class loggregator.LogMessages.Message.Builder
-
repeated string drain_urls = 7;
- getDrainUrlsBytes(int) - Method in class loggregator.LogMessages.Message
-
repeated string drain_urls = 7;
- getDrainUrlsBytes(int) - Method in interface loggregator.LogMessages.MessageOrBuilder
-
repeated string drain_urls = 7;
- getDrainUrlsCount() - Method in class loggregator.LogMessages.Message.Builder
-
repeated string drain_urls = 7;
- getDrainUrlsCount() - Method in class loggregator.LogMessages.Message
-
repeated string drain_urls = 7;
- getDrainUrlsCount() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
repeated string drain_urls = 7;
- getDrainUrlsList() - Method in class loggregator.LogMessages.Message.Builder
-
repeated string drain_urls = 7;
- getDrainUrlsList() - Method in class loggregator.LogMessages.Message
-
repeated string drain_urls = 7;
- getDrainUrlsList() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
repeated string drain_urls = 7;
- getEmail() - Method in class org.cloudfoundry.client.lib.CloudCredentials
-
Get the email.
- getEmbeddedResource(Map<String, Object>, String) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
-
- getEmbeddedResourceList(Map<String, Object>, String) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
-
- getEntity(Map<String, Object>) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
-
- getEntityAttribute(Map<String, Object>, String, Class<T>) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
-
- getEntries() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive
-
Returns
entries
that the archive contains.
- getEntries() - Method in class org.cloudfoundry.client.lib.archive.DirectoryApplicationArchive
-
- getEntries() - Method in class org.cloudfoundry.client.lib.archive.ZipApplicationArchive
-
- getEnv() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- getEnvAsMap() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- getExtra() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
-
- getExtra() - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
-
- getFdsQuota() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
-
- getFile(String, int, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getFile(String, int, String, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getFile(String, int, String, int, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getFile(String, int, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get file from the deployed application.
- getFile(String, int, String, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get a the content, starting at a specific position, of a file from the deployed application.
- getFile(String, int, String, int, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get a range of content of a file from the deployed application.
- getFile(String, int, String, int, int) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getFile(String, int, String, int, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getFileAppId(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getFilename() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive
-
Returns the filename of the archive (excluding any path).
- getFilename() - Method in class org.cloudfoundry.client.lib.archive.DirectoryApplicationArchive
-
- getFilename() - Method in class org.cloudfoundry.client.lib.archive.ZipApplicationArchive
-
- getFilename() - Method in class org.cloudfoundry.client.lib.domain.CloudResource
-
- getFilename(Object) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter
-
- getFilenames() - Method in class org.cloudfoundry.client.lib.domain.CloudResources
-
- getFileTail(String, int, String, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getFileTail(String, int, String, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get a the last bytes, with length as specified, of content of a file from the deployed application.
- getFileUrlPath() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getGuid() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
-
- getGuidOfResource(Map<String, Object>) - Method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
-
- getHealthCheckTimeout() - Method in class org.cloudfoundry.client.lib.domain.Staging
-
- getHost() - Method in class org.cloudfoundry.client.lib.domain.CloudRoute
-
- getHost() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
-
- getHttpStatus() - Method in class org.cloudfoundry.client.lib.RestLogEntry
-
- getId() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
-
- getIndex() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
-
- getInfo() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getInfo() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getInfoUrl() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
-
- getInputStream() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
-
Returns the content of the entry or
null if the entry is a
directory
.
- getInputStream() - Method in class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
-
Returns the payload data as an input stream.
- getInputStream() - Method in interface org.cloudfoundry.client.lib.io.DynamicZipInputStream.Entry
-
Opens a new stream that can be used to read the contents of the entry.
- getInstance() - Method in class org.cloudfoundry.client.lib.domain.CrashInfo
-
- getInstances() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- getInstances() - Method in class org.cloudfoundry.client.lib.domain.InstancesInfo
-
- getLabel() - Method in class org.cloudfoundry.client.lib.domain.CloudService
-
- getLabel() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
-
- getLimits() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
-
- getLoggregatorEndpoint() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
-
- getLogMessage() - Method in class loggregator.LogMessages.Envelope.Builder
-
required .logmessage.Message log_message = 3;
- getLogMessage() - Method in class loggregator.LogMessages.Envelope
-
required .logmessage.Message log_message = 3;
- getLogMessage() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
-
required .logmessage.Message log_message = 3;
- getLogMessageBuilder() - Method in class loggregator.LogMessages.Envelope.Builder
-
required .logmessage.Message log_message = 3;
- getLogMessageOrBuilder() - Method in class loggregator.LogMessages.Envelope.Builder
-
required .logmessage.Message log_message = 3;
- getLogMessageOrBuilder() - Method in class loggregator.LogMessages.Envelope
-
required .logmessage.Message log_message = 3;
- getLogMessageOrBuilder() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
-
required .logmessage.Message log_message = 3;
- getLogs(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getLogs(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
- getLogs(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getLogs(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getMaxApps() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
-
- getMaxServices() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
-
- getMaxTotalMemory() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
-
- getMaxUrisPerApp() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
-
- getMem() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
-
- getMemory() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- getMemQuota() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
-
- getMessage() - Method in class loggregator.LogMessages.Message.Builder
-
required bytes message = 1;
- getMessage() - Method in class loggregator.LogMessages.Message
-
required bytes message = 1;
- getMessage() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
required bytes message = 1;
- getMessage() - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
-
- getMessage() - Method in class org.cloudfoundry.client.lib.RestLogEntry
-
- getMessageType() - Method in class loggregator.LogMessages.Message.Builder
-
required .logmessage.Message.MessageType message_type = 2;
- getMessageType() - Method in class loggregator.LogMessages.Message
-
required .logmessage.Message.MessageType message_type = 2;
- getMessageType() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
required .logmessage.Message.MessageType message_type = 2;
- getMessageType() - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
-
- getMeta() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
-
- getMeta(Map<String, Object>) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
-
- getMethod() - Method in class org.cloudfoundry.client.lib.RestLogEntry
-
- getName() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
-
Returns the name of entry including a path.
- getName() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
-
- getName() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
-
- getName() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
-
- getName() - Method in interface org.cloudfoundry.client.lib.io.DynamicZipInputStream.Entry
-
- getNameOfResource(Map<String, Object>) - Method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
-
- getNumber() - Method in enum loggregator.LogMessages.Message.MessageType
-
- getNumEntries() - Method in class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
-
- getOauthClient() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
-
- getOrganization() - Method in class org.cloudfoundry.client.lib.domain.CloudSpace
-
- getOrganization(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
-
- getOrganizations() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getOrganizations() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get list of CloudOrganizations for the current cloud.
- getOrganizations() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getOrganizations() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getOutputStream() - Method in class org.cloudfoundry.client.lib.io.DynamicInputStream
-
- getOwner() - Method in class org.cloudfoundry.client.lib.domain.CloudDomain
-
- getParserForType() - Method in class loggregator.LogMessages.Envelope
-
- getParserForType() - Method in class loggregator.LogMessages.Message
-
- getPassword() - Method in class org.cloudfoundry.client.lib.CloudCredentials
-
Get the password.
- getPlan() - Method in class org.cloudfoundry.client.lib.domain.CloudService
-
- getPort() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
-
- getPrivateDomains() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getPrivateDomains() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get list of all private domains.
- getPrivateDomains() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getPrivateDomains() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getProvider() - Method in class org.cloudfoundry.client.lib.domain.CloudService
-
- getProvider() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
-
- getProxyHost() - Method in class org.cloudfoundry.client.lib.HttpProxyConfiguration
-
- getProxyPort() - Method in class org.cloudfoundry.client.lib.HttpProxyConfiguration
-
- getProxyUser() - Method in class org.cloudfoundry.client.lib.CloudCredentials
-
Get the proxy user.
- getRecentLogs(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getRecentLogs(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Stream recent log entries.
- getRecentLogs(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getRecentLogs(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getRecords() - Method in class org.cloudfoundry.client.lib.domain.ApplicationStats
-
- getRefreshToken(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
-
- getResources() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- getRestTemplate() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
-
- getRestTemplate() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getRoutes(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getRoutes(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get the info for all routes for a domain.
- getRoutes(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getRoutes(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getRoutingKey() - Method in class loggregator.LogMessages.Envelope.Builder
-
required string routing_key = 1;
- getRoutingKey() - Method in class loggregator.LogMessages.Envelope
-
required string routing_key = 1;
- getRoutingKey() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
-
required string routing_key = 1;
- getRoutingKeyBytes() - Method in class loggregator.LogMessages.Envelope.Builder
-
required string routing_key = 1;
- getRoutingKeyBytes() - Method in class loggregator.LogMessages.Envelope
-
required string routing_key = 1;
- getRoutingKeyBytes() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
-
required string routing_key = 1;
- getRunningInstances() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- getSerializedSize() - Method in class loggregator.LogMessages.Envelope
-
- getSerializedSize() - Method in class loggregator.LogMessages.Message
-
- getService(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getService(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get cloud service.
- getService(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getService(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getServiceBrokers() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getServiceBrokers() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get all service brokers.
- getServiceBrokers() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getServiceBrokers() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getServiceOffering() - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
-
- getServiceOfferings() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getServiceOfferings() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get all service offerings.
- getServiceOfferings() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getServiceOfferings() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getServices() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getServices() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get list of cloud services.
- getServices() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- getServices() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
-
- getServices() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getServices() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getSha1() - Method in class org.cloudfoundry.client.lib.domain.CloudResource
-
- getSha1Digest() - Method in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
-
- getSha1Digest() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
-
Returns a SHA1 digest over the
contents
of the entry or
null if the entry
is a
directory
.
- getSharedDomains() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getSharedDomains() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get list of all shared domains.
- getSharedDomains() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getSharedDomains() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getSignature() - Method in class loggregator.LogMessages.Envelope.Builder
-
required bytes signature = 2;
- getSignature() - Method in class loggregator.LogMessages.Envelope
-
required bytes signature = 2;
- getSignature() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
-
required bytes signature = 2;
- getSince() - Method in class org.cloudfoundry.client.lib.domain.CrashInfo
-
- getSince() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
-
- getSize() - Method in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
-
- getSize() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
-
Returns the size of entry or
0 if the entry is a
directory
.
- getSize() - Method in class org.cloudfoundry.client.lib.domain.CloudResource
-
- getSourceId() - Method in class loggregator.LogMessages.Message.Builder
-
optional string source_id = 6;
- getSourceId() - Method in class loggregator.LogMessages.Message
-
optional string source_id = 6;
- getSourceId() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
optional string source_id = 6;
- getSourceId() - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
-
- getSourceIdBytes() - Method in class loggregator.LogMessages.Message.Builder
-
optional string source_id = 6;
- getSourceIdBytes() - Method in class loggregator.LogMessages.Message
-
optional string source_id = 6;
- getSourceIdBytes() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
optional string source_id = 6;
- getSourceName() - Method in class loggregator.LogMessages.Message.Builder
-
optional string source_name = 8;
- getSourceName() - Method in class loggregator.LogMessages.Message
-
optional string source_name = 8;
- getSourceName() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
optional string source_name = 8;
- getSourceName() - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
-
- getSourceNameBytes() - Method in class loggregator.LogMessages.Message.Builder
-
optional string source_name = 8;
- getSourceNameBytes() - Method in class loggregator.LogMessages.Message
-
optional string source_name = 8;
- getSourceNameBytes() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
optional string source_name = 8;
- getSpace(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
-
- getSpaces() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getSpaces() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get list of CloudSpaces for the current cloud.
- getSpaces() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getSpaces() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getStack(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getStack(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get a stack by name.
- getStack() - Method in class org.cloudfoundry.client.lib.domain.Staging
-
- getStack(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getStack(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getStacks() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getStacks() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get the list of stacks available for staging applications.
- getStacks() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getStacks() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getStaging() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- getStagingFile() - Method in class org.cloudfoundry.client.lib.StartingInfo
-
- getStagingLogs(StartingInfo, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- getStagingLogs(StartingInfo, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Get the staging log while an application is starting.
- getStagingLogs(StartingInfo, int) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- getStagingLogs(StartingInfo, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
Returns null if no further content is available.
- getState() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- getState() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
-
- getState() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
-
- getStatus() - Method in class org.cloudfoundry.client.lib.RestLogEntry
-
- getSupport() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
-
- getSupportedMediaTypes() - Method in class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
-
- getTime() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
-
- getTimestamp() - Method in class loggregator.LogMessages.Message.Builder
-
required sint64 timestamp = 3;
- getTimestamp() - Method in class loggregator.LogMessages.Message
-
required sint64 timestamp = 3;
- getTimestamp() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
required sint64 timestamp = 3;
- getTimestamp() - Method in class org.cloudfoundry.client.lib.domain.ApplicationLog
-
- getToken() - Method in class org.cloudfoundry.client.lib.CloudCredentials
-
Get the token.
- getToken() - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
-
- getToken(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
-
- getTokensFile() - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
-
- getTokensFilePath() - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
-
- getTokensFromFile() - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
-
- getTotalMemory() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
-
- getTotalUncompressedSize() - Method in class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
-
Returns the total size of the entries to be transfered (before compression).
- getUniqueId() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
-
- getUniqueId() - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
-
- getUnknownFields() - Method in class loggregator.LogMessages.Envelope
-
- getUnknownFields() - Method in class loggregator.LogMessages.Message
-
- getUpdated() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
-
- getUptime() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
-
- getUri() - Method in class org.cloudfoundry.client.lib.RestLogEntry
-
- getUris() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- getUris() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
-
- getUrisPerApp() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
-
- getUrl() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceBroker
-
- getUrl() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
-
- getUrl(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- getUsage() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
-
- getUsage() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
-
- getUser() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
-
- getUsername() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceBroker
-
- getValueDescriptor() - Method in enum loggregator.LogMessages.Message.MessageType
-
- getVersion() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
-
- getVersion() - Method in class org.cloudfoundry.client.lib.domain.CloudService
-
- getVersion() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
-
- getVersion(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
-
- handleError(ClientHttpResponse) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerResponseErrorHandler
-
- hasAppId() - Method in class loggregator.LogMessages.Message.Builder
-
required string app_id = 4;
- hasAppId() - Method in class loggregator.LogMessages.Message
-
required string app_id = 4;
- hasAppId() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
required string app_id = 4;
- hasLogMessage() - Method in class loggregator.LogMessages.Envelope.Builder
-
required .logmessage.Message log_message = 3;
- hasLogMessage() - Method in class loggregator.LogMessages.Envelope
-
required .logmessage.Message log_message = 3;
- hasLogMessage() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
-
required .logmessage.Message log_message = 3;
- hasMessage() - Method in class loggregator.LogMessages.Message.Builder
-
required bytes message = 1;
- hasMessage() - Method in class loggregator.LogMessages.Message
-
required bytes message = 1;
- hasMessage() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
required bytes message = 1;
- hasMessageType() - Method in class loggregator.LogMessages.Message.Builder
-
required .logmessage.Message.MessageType message_type = 2;
- hasMessageType() - Method in class loggregator.LogMessages.Message
-
required .logmessage.Message.MessageType message_type = 2;
- hasMessageType() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
required .logmessage.Message.MessageType message_type = 2;
- hasRoutingKey() - Method in class loggregator.LogMessages.Envelope.Builder
-
required string routing_key = 1;
- hasRoutingKey() - Method in class loggregator.LogMessages.Envelope
-
required string routing_key = 1;
- hasRoutingKey() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
-
required string routing_key = 1;
- hasSignature() - Method in class loggregator.LogMessages.Envelope.Builder
-
required bytes signature = 2;
- hasSignature() - Method in class loggregator.LogMessages.Envelope
-
required bytes signature = 2;
- hasSignature() - Method in interface loggregator.LogMessages.EnvelopeOrBuilder
-
required bytes signature = 2;
- hasSourceId() - Method in class loggregator.LogMessages.Message.Builder
-
optional string source_id = 6;
- hasSourceId() - Method in class loggregator.LogMessages.Message
-
optional string source_id = 6;
- hasSourceId() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
optional string source_id = 6;
- hasSourceName() - Method in class loggregator.LogMessages.Message.Builder
-
optional string source_name = 8;
- hasSourceName() - Method in class loggregator.LogMessages.Message
-
optional string source_name = 8;
- hasSourceName() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
optional string source_name = 8;
- hasTimestamp() - Method in class loggregator.LogMessages.Message.Builder
-
required sint64 timestamp = 3;
- hasTimestamp() - Method in class loggregator.LogMessages.Message
-
required sint64 timestamp = 3;
- hasTimestamp() - Method in interface loggregator.LogMessages.MessageOrBuilder
-
required sint64 timestamp = 3;
- HttpProxyConfiguration - Class in org.cloudfoundry.client.lib
-
Class that encapsulates http proxy information
- HttpProxyConfiguration(String, int) - Constructor for class org.cloudfoundry.client.lib.HttpProxyConfiguration
-
- saveToken(URI, OAuth2AccessToken, CloudInfo, CloudSpace) - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
-
- saveTokensToFile(TargetInfos) - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
-
- serialize(CloudResources, JsonGenerator, SerializerProvider) - Method in class org.cloudfoundry.client.lib.domain.CloudResources.Serializer
-
- setAppId(String) - Method in class loggregator.LogMessages.Message.Builder
-
required string app_id = 4;
- setAppIdBytes(ByteString) - Method in class loggregator.LogMessages.Message.Builder
-
required string app_id = 4;
- setDebug(CloudApplication.DebugMode) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- setDescription(String) - Method in exception org.cloudfoundry.client.lib.CloudFoundryException
-
- setDiskQuota(int) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- setDrainUrls(int, String) - Method in class loggregator.LogMessages.Message.Builder
-
repeated string drain_urls = 7;
- setEnv(Map<String, String>) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- setEnv(List<String>) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- setInstances(int) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- setLabel(String) - Method in class org.cloudfoundry.client.lib.domain.CloudService
-
- setLogMessage(LogMessages.Message) - Method in class loggregator.LogMessages.Envelope.Builder
-
required .logmessage.Message log_message = 3;
- setLogMessage(LogMessages.Message.Builder) - Method in class loggregator.LogMessages.Envelope.Builder
-
required .logmessage.Message log_message = 3;
- setMemory(int) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- setMessage(ByteString) - Method in class loggregator.LogMessages.Message.Builder
-
required bytes message = 1;
- setMessageType(LogMessages.Message.MessageType) - Method in class loggregator.LogMessages.Message.Builder
-
required .logmessage.Message.MessageType message_type = 2;
- setMeta(CloudEntity.Meta) - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
-
- setName(String) - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
-
- setPlan(String) - Method in class org.cloudfoundry.client.lib.domain.CloudService
-
- setProvider(String) - Method in class org.cloudfoundry.client.lib.domain.CloudService
-
- setResponseErrorHandler(ResponseErrorHandler) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- setResponseErrorHandler(ResponseErrorHandler) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Override the default REST response error handler with a custom error handler.
- setResponseErrorHandler(ResponseErrorHandler) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- setResponseErrorHandler(ResponseErrorHandler) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- setRoutingKey(String) - Method in class loggregator.LogMessages.Envelope.Builder
-
required string routing_key = 1;
- setRoutingKeyBytes(ByteString) - Method in class loggregator.LogMessages.Envelope.Builder
-
required string routing_key = 1;
- setRunningInstances(int) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- setServiceOffering(CloudServiceOffering) - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
-
- setServices(List<String>) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- setSha1Digest(byte[]) - Method in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
-
Sets the SHA1 digest that should be returned.
- setSignature(ByteString) - Method in class loggregator.LogMessages.Envelope.Builder
-
required bytes signature = 2;
- setSize(long) - Method in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
-
Sets the size that should be returned.
- setSourceId(String) - Method in class loggregator.LogMessages.Message.Builder
-
optional string source_id = 6;
- setSourceIdBytes(ByteString) - Method in class loggregator.LogMessages.Message.Builder
-
optional string source_id = 6;
- setSourceName(String) - Method in class loggregator.LogMessages.Message.Builder
-
optional string source_name = 8;
- setSourceNameBytes(ByteString) - Method in class loggregator.LogMessages.Message.Builder
-
optional string source_name = 8;
- setStaging(Staging) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- setState(CloudApplication.AppState) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- setTimestamp(long) - Method in class loggregator.LogMessages.Message.Builder
-
required sint64 timestamp = 3;
- setUris(List<String>) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
-
- setVersion(String) - Method in class org.cloudfoundry.client.lib.domain.CloudService
-
- SIGNATURE_FIELD_NUMBER - Static variable in class loggregator.LogMessages.Envelope
-
- SOURCE_ID_FIELD_NUMBER - Static variable in class loggregator.LogMessages.Message
-
- SOURCE_NAME_FIELD_NUMBER - Static variable in class loggregator.LogMessages.Message
-
- Staging - Class in org.cloudfoundry.client.lib.domain
-
The staging information related to an application.
- Staging() - Constructor for class org.cloudfoundry.client.lib.domain.Staging
-
Default staging: No command, default buildpack
- Staging(String, String) - Constructor for class org.cloudfoundry.client.lib.domain.Staging
-
- Staging(String, String, String, Integer) - Constructor for class org.cloudfoundry.client.lib.domain.Staging
-
- StagingErrorException - Exception in org.cloudfoundry.client.lib
-
- StagingErrorException(HttpStatus, String) - Constructor for exception org.cloudfoundry.client.lib.StagingErrorException
-
- startApplication(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- startApplication(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Start application.
- startApplication(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- startApplication(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- StartingInfo - Class in org.cloudfoundry.client.lib
-
Starting info contains values from response headers when an application is
first started.
- StartingInfo(String) - Constructor for class org.cloudfoundry.client.lib.StartingInfo
-
- stopApplication(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- stopApplication(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Stop application.
- stopApplication(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- stopApplication(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-
- StreamingLogToken - Interface in org.cloudfoundry.client.lib
-
- StreamingLogTokenImpl - Class in org.cloudfoundry.client.lib.rest
-
- StreamingLogTokenImpl(Session) - Constructor for class org.cloudfoundry.client.lib.rest.StreamingLogTokenImpl
-
- streamLogs(String, ApplicationLogListener) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
-
- streamLogs(String, ApplicationLogListener) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
-
Stream application logs produced after this method is called.
- streamLogs(String, ApplicationLogListener) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
-
- streamLogs(String, ApplicationLogListener) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
-