A B C D E F G H I L M N O P R S T U V W 

A

abortOn(Class<? extends Exception>...) - Method in class com.google.cloud.ExceptionHandler.Builder
Adds the exceptions to abort on.
account() - Method in class com.google.cloud.AuthCredentials.AppEngineAuthCredentials
 
account() - Method in class com.google.cloud.AuthCredentials.ServiceAccountAuthCredentials
 
account() - Method in interface com.google.cloud.ServiceAccountSigner
Returns the service account associated with the signer.
addIdentity(R, Identity, Identity...) - Method in class com.google.cloud.IamPolicy.Builder
Adds one or more identities to the policy under the role specified.
afterEval(Exception, ExceptionHandler.Interceptor.RetryResult) - Method in interface com.google.cloud.ExceptionHandler.Interceptor
This method is called after the evaluation and could alter its result.
allAuthenticatedUsers() - Static method in class com.google.cloud.Identity
Returns a new identity representing anyone who is authenticated with a Google account or a service account.
allUsers() - Static method in class com.google.cloud.Identity
Returns a new identity representing anyone who is on the internet; with or without a Google account.
appEngineAppId() - Static method in class com.google.cloud.ServiceOptions
 
appEngineProjectId() - Static method in class com.google.cloud.ServiceOptions
 
applicationName() - Method in class com.google.cloud.ServiceOptions
Returns the application's name as a string in the format gcloud-java/[version].
AuthCredentials - Class in com.google.cloud
Credentials for accessing Google Cloud services.
AuthCredentials() - Constructor for class com.google.cloud.AuthCredentials
 
authCredentials() - Method in class com.google.cloud.ServiceOptions
Returns the authentication credentials.
authCredentials(AuthCredentials) - Method in class com.google.cloud.ServiceOptions.Builder
Sets the service authentication credentials.
AuthCredentials.AppEngineAuthCredentials - Class in com.google.cloud
Represents built-in credentials when running in Google App Engine.
AuthCredentials.AppEngineAuthCredentials() - Constructor for class com.google.cloud.AuthCredentials.AppEngineAuthCredentials
 
AuthCredentials.ApplicationDefaultAuthCredentials - Class in com.google.cloud
Represents Application Default Credentials, which are credentials that are inferred from the runtime environment.
AuthCredentials.NoAuthCredentials - Class in com.google.cloud
A placeholder for credentials to signify that requests sent to the server should not be authenticated.
AuthCredentials.ServiceAccountAuthCredentials - Class in com.google.cloud
Represents service account credentials.

B

baseEquals(ServiceOptions<?, ?, ?>) - Method in class com.google.cloud.ServiceOptions
 
baseHashCode() - Method in class com.google.cloud.ServiceOptions
 
BaseService<OptionsT extends ServiceOptions<?,?,OptionsT>> - Class in com.google.cloud
Base class for service objects.
BaseService(OptionsT) - Constructor for class com.google.cloud.BaseService
 
BaseServiceException - Exception in com.google.cloud
Base class for all service exceptions.
BaseServiceException(IOException, boolean) - Constructor for exception com.google.cloud.BaseServiceException
 
BaseServiceException(GoogleJsonError, boolean) - Constructor for exception com.google.cloud.BaseServiceException
 
BaseServiceException(int, String, String, boolean) - Constructor for exception com.google.cloud.BaseServiceException
 
BaseServiceException(int, String, String, boolean, Throwable) - Constructor for exception com.google.cloud.BaseServiceException
 
BaseServiceException.Error - Class in com.google.cloud
 
BaseServiceException.Error(Integer, String) - Constructor for class com.google.cloud.BaseServiceException.Error
 
BaseServiceException.Error(Integer, String, boolean) - Constructor for class com.google.cloud.BaseServiceException.Error
 
BaseWriteChannel<ServiceOptionsT extends ServiceOptions<?,?,ServiceOptionsT>,EntityT extends Serializable> - Class in com.google.cloud
Base implementation for a WriteChannel.
BaseWriteChannel(ServiceOptionsT, EntityT, String) - Constructor for class com.google.cloud.BaseWriteChannel
 
BaseWriteChannel.BaseState<ServiceOptionsT extends ServiceOptions<?,?,ServiceOptionsT>,EntityT extends Serializable> - Class in com.google.cloud
 
BaseWriteChannel.BaseState(BaseWriteChannel.BaseState.Builder<ServiceOptionsT, EntityT>) - Constructor for class com.google.cloud.BaseWriteChannel.BaseState
 
BaseWriteChannel.BaseState.Builder<ServiceOptionsT extends ServiceOptions<?,?,ServiceOptionsT>,EntityT extends Serializable> - Class in com.google.cloud
Base builder for a write channel's state.
BaseWriteChannel.BaseState.Builder(ServiceOptionsT, EntityT, String) - Constructor for class com.google.cloud.BaseWriteChannel.BaseState.Builder
 
BatchResult<T,E extends BaseServiceException> - Class in com.google.cloud
This class holds a single result of a batch call.
BatchResult() - Constructor for class com.google.cloud.BatchResult
 
BatchResult.Callback<T,E> - Interface in com.google.cloud
An interface for the batch callbacks.
beforeEval(Exception) - Method in interface com.google.cloud.ExceptionHandler.Interceptor
This method is called before exception evaluation and could short-circuit the process.
bindings() - Method in class com.google.cloud.IamPolicy
The map of bindings that comprises the policy.
bindings(Map<R, Set<Identity>>) - Method in class com.google.cloud.IamPolicy.Builder
Replaces the builder's map of bindings with the given map of bindings.
buffer - Variable in class com.google.cloud.BaseWriteChannel.BaseState
 
buffer(byte[]) - Method in class com.google.cloud.BaseWriteChannel.BaseState.Builder
 
buffer() - Method in class com.google.cloud.BaseWriteChannel
 
build() - Method in class com.google.cloud.BaseWriteChannel.BaseState.Builder
 
build() - Method in class com.google.cloud.ExceptionHandler.Builder
Returns a new ExceptionHandler instance.
build() - Method in class com.google.cloud.IamPolicy.Builder
 
build() - Method in class com.google.cloud.RetryParams.Builder
Create an instance of RetryParams with the parameters set in this builder.
build() - Method in class com.google.cloud.ServiceOptions.Builder
 
builder() - Static method in class com.google.cloud.ExceptionHandler
 
builder() - Static method in class com.google.cloud.RetryParams
 

C

capture() - Method in class com.google.cloud.AuthCredentials.AppEngineAuthCredentials
 
capture() - Method in class com.google.cloud.AuthCredentials.ApplicationDefaultAuthCredentials
 
capture() - Method in class com.google.cloud.AuthCredentials.NoAuthCredentials
 
capture() - Method in class com.google.cloud.AuthCredentials.ServiceAccountAuthCredentials
 
capture() - Method in class com.google.cloud.BaseWriteChannel
 
capture() - Method in interface com.google.cloud.ReadChannel
Captures the read channel state so that it can be saved and restored afterwards.
capture() - Method in interface com.google.cloud.Restorable
Captures the state of this object.
capture() - Method in interface com.google.cloud.WriteChannel
Captures the write channel state so that it can be saved and restored afterwards.
chunkSize(int) - Method in class com.google.cloud.BaseWriteChannel.BaseState.Builder
 
chunkSize - Variable in class com.google.cloud.BaseWriteChannel.BaseState
 
chunkSize() - Method in class com.google.cloud.BaseWriteChannel
 
chunkSize(int) - Method in class com.google.cloud.BaseWriteChannel
 
chunkSize(int) - Method in interface com.google.cloud.ReadChannel
Sets the minimum size that will be read by a single RPC.
chunkSize(int) - Method in interface com.google.cloud.WriteChannel
Sets the minimum size that will be written by a single RPC.
Clock - Class in com.google.cloud
A class providing access to the current time in milliseconds.
Clock() - Constructor for class com.google.cloud.Clock
 
clock(Clock) - Method in class com.google.cloud.ServiceOptions.Builder
Sets the service's clock.
clock() - Method in class com.google.cloud.ServiceOptions
Returns the service's clock.
close() - Method in class com.google.cloud.BaseWriteChannel
 
close() - Method in interface com.google.cloud.ReadChannel
Overridden to remove IOException.
code() - Method in exception com.google.cloud.BaseServiceException
Returns the code associated with this exception.
code() - Method in class com.google.cloud.BaseServiceException.Error
Returns the code associated with this exception.
com.google.cloud - package com.google.cloud
Core classes for the gcloud-java library.
com.google.cloud.spi - package com.google.cloud.spi
 
completed() - Method in class com.google.cloud.BatchResult
Returns true if the batch has been completed and the result is available; false otherwise.
connectTimeout(int) - Method in class com.google.cloud.ServiceOptions.Builder
Sets the timeout in milliseconds to establish a connection.
connectTimeout() - Method in class com.google.cloud.ServiceOptions
Returns the timeout in milliseconds to establish a connection.
create(ServiceOptionsT) - Method in interface com.google.cloud.ServiceFactory
 
create() - Method in class com.google.cloud.ServiceOptions.DefaultHttpTransportFactory
 
create() - Method in interface com.google.cloud.ServiceOptions.HttpTransportFactory
 
create(OptionsT) - Method in interface com.google.cloud.spi.ServiceRpcFactory
 
createApplicationDefaults() - Static method in class com.google.cloud.AuthCredentials
Returns the Application Default Credentials.
createFor(String, PrivateKey) - Static method in class com.google.cloud.AuthCredentials
Creates Service Account Credentials given an account id and a private key.
createForAppEngine() - Static method in class com.google.cloud.AuthCredentials
 
createForJson(InputStream) - Static method in class com.google.cloud.AuthCredentials
Creates Service Account Credentials given a stream for credentials in JSON format.
credentials() - Method in class com.google.cloud.AuthCredentials.AppEngineAuthCredentials
 
credentials() - Method in class com.google.cloud.AuthCredentials.ApplicationDefaultAuthCredentials
 
credentials() - Method in class com.google.cloud.AuthCredentials
 
credentials() - Method in class com.google.cloud.AuthCredentials.NoAuthCredentials
 
credentials() - Method in class com.google.cloud.AuthCredentials.ServiceAccountAuthCredentials
 

D

debugInfo() - Method in exception com.google.cloud.BaseServiceException
 
DEFAULT_INITIAL_RETRY_DELAY_MILLIS - Static variable in class com.google.cloud.RetryParams
 
DEFAULT_MAX_RETRY_DELAY_MILLIS - Static variable in class com.google.cloud.RetryParams
 
DEFAULT_RETRY_DELAY_BACKOFF_FACTOR - Static variable in class com.google.cloud.RetryParams
 
DEFAULT_RETRY_MAX_ATTEMPTS - Static variable in class com.google.cloud.RetryParams
 
DEFAULT_RETRY_MIN_ATTEMPTS - Static variable in class com.google.cloud.RetryParams
 
DEFAULT_TOTAL_RETRY_PERIOD_MILLIS - Static variable in class com.google.cloud.RetryParams
Note that App Engine Standard Environment front-end modules have a 60 second deadline for HTTP requests.
defaultChunkSize() - Method in class com.google.cloud.BaseWriteChannel
 
defaultClock() - Static method in class com.google.cloud.Clock
Returns the default clock.
defaultHost() - Method in class com.google.cloud.ServiceOptions
 
defaultInstance() - Static method in class com.google.cloud.ExceptionHandler
Returns an instance which retry any checked exception and abort on any runtime exception.
defaultInstance() - Static method in class com.google.cloud.RetryParams
Returns an instance with the default parameters.
defaultProject() - Method in class com.google.cloud.ServiceOptions
 
defaultRetryParams() - Method in class com.google.cloud.ServiceOptions
Some services may have different backoff requirements listed in their SLAs.
defaultRpcFactory() - Method in class com.google.cloud.ServiceOptions
 
defaultServiceFactory() - Method in class com.google.cloud.ServiceOptions
 
domain(String) - Static method in class com.google.cloud.Identity
Returns a new domain identity.

E

entity - Variable in class com.google.cloud.BaseWriteChannel.BaseState
 
entity() - Method in class com.google.cloud.BaseWriteChannel
 
equals(Object) - Method in exception com.google.cloud.BaseServiceException
 
equals(Object) - Method in class com.google.cloud.BaseWriteChannel.BaseState
 
equals(Object) - Method in class com.google.cloud.ExceptionHandler
 
equals(Object) - Method in class com.google.cloud.IamPolicy
 
equals(Object) - Method in class com.google.cloud.Identity
 
equals(Object) - Method in class com.google.cloud.PageImpl
 
equals(Object) - Method in class com.google.cloud.RetryParams
 
equals(Object) - Method in exception com.google.cloud.ServiceAccountSigner.SigningException
 
error(E) - Method in interface com.google.cloud.BatchResult.Callback
The method to be called when the batched operation fails.
error(E) - Method in class com.google.cloud.BatchResult
Sets an error and status as completed.
etag(String) - Method in class com.google.cloud.IamPolicy.Builder
Sets the policy's etag.
etag() - Method in class com.google.cloud.IamPolicy
The policy's etag.
EXCEPTION_HANDLER - Static variable in class com.google.cloud.BaseService
 
EXCEPTION_HANDLER_INTERCEPTOR - Static variable in class com.google.cloud.BaseService
 
ExceptionHandler - Class in com.google.cloud
Exception handling used by RetryHelper.
ExceptionHandler.Builder - Class in com.google.cloud
ExceptionHandler builder.
ExceptionHandler.Interceptor - Interface in com.google.cloud
 
ExceptionHandler.Interceptor.RetryResult - Enum in com.google.cloud
 

F

FieldSelector - Interface in com.google.cloud
Interface for Google Cloud resource's fields.
FieldSelector.Helper - Class in com.google.cloud
A helper class used to build composite selectors given a number of fields.
flushBuffer(int, boolean) - Method in class com.google.cloud.BaseWriteChannel
Writes length bytes of BaseWriteChannel.buffer() to the BaseWriteChannel.uploadId() URL.

G

get() - Method in class com.google.cloud.BatchResult
Returns the result of this call.
googleCloudProjectId() - Static method in class com.google.cloud.ServiceOptions
 
group(String) - Static method in class com.google.cloud.Identity
Returns a new group identity.

H

hashCode() - Method in class com.google.cloud.BaseServiceException.Error
 
hashCode() - Method in exception com.google.cloud.BaseServiceException
 
hashCode() - Method in class com.google.cloud.BaseWriteChannel.BaseState
 
hashCode() - Method in class com.google.cloud.ExceptionHandler
 
hashCode() - Method in class com.google.cloud.IamPolicy
 
hashCode() - Method in class com.google.cloud.Identity
 
hashCode() - Method in class com.google.cloud.PageImpl
 
hashCode() - Method in class com.google.cloud.RetryParams
 
hashCode() - Method in exception com.google.cloud.ServiceAccountSigner.SigningException
 
host(String) - Method in class com.google.cloud.ServiceOptions.Builder
Sets service host.
host() - Method in class com.google.cloud.ServiceOptions
Returns the service host.
httpRequestInitializer() - Method in class com.google.cloud.ServiceOptions
Returns a request initializer responsible for initializing requests according to service options.
httpTransportFactory(ServiceOptions.HttpTransportFactory) - Method in class com.google.cloud.ServiceOptions.Builder
Sets the transport factory.
httpTransportFactory() - Method in class com.google.cloud.ServiceOptions
Returns the transport factory.

I

IamPolicy<R> - Class in com.google.cloud
Base class for Identity and Access Management (IAM) policies.
IamPolicy(IamPolicy.Builder<R, ? extends IamPolicy.Builder<R, ?>>) - Constructor for class com.google.cloud.IamPolicy
 
IamPolicy.Builder<R,B extends IamPolicy.Builder<R,B>> - Class in com.google.cloud
Builder for an IAM Policy.
IamPolicy.Builder() - Constructor for class com.google.cloud.IamPolicy.Builder
Constructor for IAM Policy builder.
idempotent() - Method in exception com.google.cloud.BaseServiceException
Returns true when the operation that caused this exception had no side effects.
Identity - Class in com.google.cloud
An identity in an IamPolicy.
Identity.Type - Enum in com.google.cloud
The types of IAM identities.
initialRetryDelayMillis(long) - Method in class com.google.cloud.RetryParams.Builder
Sets initialRetryDelayMillis.
initialRetryDelayMillis() - Method in class com.google.cloud.RetryParams
Returns the initialRetryDelayMillis.
interceptor(ExceptionHandler.Interceptor...) - Method in class com.google.cloud.ExceptionHandler.Builder
Adds the exception handler interceptors.
isOpen(boolean) - Method in class com.google.cloud.BaseWriteChannel.BaseState.Builder
 
isOpen - Variable in class com.google.cloud.BaseWriteChannel.BaseState
 
isOpen() - Method in class com.google.cloud.BaseWriteChannel
 
isRetryable(boolean, BaseServiceException.Error) - Method in exception com.google.cloud.BaseServiceException
 
isRetryable(boolean, IOException) - Method in exception com.google.cloud.BaseServiceException
 
iterateAll() - Method in interface com.google.cloud.Page
Returns an iterator for all values, possibly also in the next pages.
iterateAll() - Method in class com.google.cloud.PageImpl
 

L

limit() - Method in class com.google.cloud.BaseWriteChannel
 
listSelector(String, List<? extends FieldSelector>, FieldSelector...) - Static method in class com.google.cloud.FieldSelector.Helper
Returns a composite selector given a number of resource fields and a container name.
listSelector(String, List<? extends FieldSelector>, FieldSelector[], String...) - Static method in class com.google.cloud.FieldSelector.Helper
Returns a composite selector given a number of resource fields and a container name.
listSelector(String[], String, List<? extends FieldSelector>, FieldSelector[], String...) - Static method in class com.google.cloud.FieldSelector.Helper
Returns a composite selector given a number of top level fields as strings, a number of resource fields and a container name.
location() - Method in exception com.google.cloud.BaseServiceException
Returns the service location where the error causing the exception occurred.

M

maxRetryDelayMillis(long) - Method in class com.google.cloud.RetryParams.Builder
Sets maxRetryDelayMillis.
maxRetryDelayMillis() - Method in class com.google.cloud.RetryParams
Returns the maxRetryDelayMillis.
millis() - Method in class com.google.cloud.Clock
Returns current time in milliseconds according to this clock.
minChunkSize() - Method in class com.google.cloud.BaseWriteChannel
 

N

nextPage() - Method in interface com.google.cloud.Page
Returns the next page of results or null if no more result.
nextPage() - Method in class com.google.cloud.PageImpl
 
nextPage() - Method in interface com.google.cloud.PageImpl.NextPageFetcher
 
nextPageCursor() - Method in interface com.google.cloud.Page
Returns the cursor for the nextPage or null if no more results.
nextPageCursor() - Method in class com.google.cloud.PageImpl
 
nextRequestOptions(T, String, Map<T, ?>) - Static method in class com.google.cloud.PageImpl
Utility method to construct the options map for the next page request.
noAuth() - Static method in class com.google.cloud.AuthCredentials
Creates a placeholder denoting that no credentials should be used.
nonRetriableExceptions() - Method in class com.google.cloud.ExceptionHandler
 
noRetries() - Static method in class com.google.cloud.RetryParams
Returns an instance of RetryParams where `retryMaxAttempts` and `retryMinAttempts` are set to `1`.
notify(BatchResult.Callback<T, E>) - Method in class com.google.cloud.BatchResult
Adds a callback for the batch operation.

O

options() - Method in class com.google.cloud.BaseService
 
options() - Method in class com.google.cloud.BaseWriteChannel
 
options() - Method in interface com.google.cloud.Service
 

P

Page<T> - Interface in com.google.cloud
Interface for Google Cloud paginated results.
PageImpl<T> - Class in com.google.cloud
Base implementation for Google Cloud paginated results.
PageImpl(PageImpl.NextPageFetcher<T>, String, Iterable<T>) - Constructor for class com.google.cloud.PageImpl
Creates a PageImpl object.
PageImpl.NextPageFetcher<T> - Interface in com.google.cloud
Interface for fetching the next page of results from the service.
position(int) - Method in class com.google.cloud.BaseWriteChannel.BaseState.Builder
 
position - Variable in class com.google.cloud.BaseWriteChannel.BaseState
 
position() - Method in class com.google.cloud.BaseWriteChannel
 
privateKey() - Method in class com.google.cloud.AuthCredentials.ServiceAccountAuthCredentials
Returns the private key associated with the service account credentials.
projectId(String) - Method in class com.google.cloud.ServiceOptions.Builder
Sets project id.
projectId() - Method in class com.google.cloud.ServiceOptions
Returns the project id.
projectIdRequired() - Method in class com.google.cloud.ServiceOptions
Returns whether a service requires a project ID.
propagate() - Static method in exception com.google.cloud.RetryHelper.RetryInterruptedException
Sets the caller thread interrupt flag and throws RetryInterruptedException.

R

ReadChannel - Interface in com.google.cloud
A channel for reading data from a Google Cloud object.
readTimeout(int) - Method in class com.google.cloud.ServiceOptions.Builder
Sets the timeout in milliseconds to read data from an established connection.
readTimeout() - Method in class com.google.cloud.ServiceOptions
Returns the timeout in milliseconds to read from an established connection.
reason() - Method in class com.google.cloud.BaseServiceException.Error
Returns the reason that caused the exception.
reason() - Method in exception com.google.cloud.BaseServiceException
Returns the reason that caused the exception.
rejected() - Method in class com.google.cloud.BaseServiceException.Error
Returns true if the error indicates that the API call was certainly not accepted by the server.
removeIdentity(R, Identity, Identity...) - Method in class com.google.cloud.IamPolicy.Builder
Removes one or more identities from an existing binding.
removeRole(R) - Method in class com.google.cloud.IamPolicy.Builder
Removes the role (and all identities associated with that role) from the policy.
Restorable<T extends Restorable<T>> - Interface in com.google.cloud
Implementation of this interface can persist their state and restore from it.
RestorableState<T extends Restorable<T>> - Interface in com.google.cloud
A common interface for restorable states.
restore(BaseWriteChannel.BaseState) - Method in class com.google.cloud.BaseWriteChannel
Restores the state of the current write channel given a BaseWriteChannel.BaseState object.
restore() - Method in interface com.google.cloud.RestorableState
Returns an object whose internal state reflects the one saved in the invocation object.
retriableExceptions() - Method in class com.google.cloud.ExceptionHandler
 
retryable() - Method in exception com.google.cloud.BaseServiceException
Returns true when it is safe to retry the operation that caused this exception.
retryableErrors() - Method in exception com.google.cloud.BaseServiceException
 
retryDelayBackoffFactor(double) - Method in class com.google.cloud.RetryParams.Builder
Sets retryDelayBackoffFactor.
retryDelayBackoffFactor() - Method in class com.google.cloud.RetryParams
Returns the maxRetryDelayBackoffFactor.
RetryHelper<V> - Class in com.google.cloud
Utility class for retrying operations.
RetryHelper.NonRetriableException - Exception in com.google.cloud
Thrown when RetryHelper callable has indicate it should not be retried.
RetryHelper.RetriesExhaustedException - Exception in com.google.cloud
Thrown when a RetryHelper has attempted the maximum number of attempts allowed by RetryParams and was not successful.
RetryHelper.RetryHelperException - Exception in com.google.cloud
 
RetryHelper.RetryInterruptedException - Exception in com.google.cloud
Thrown when a RetryHelper failed to complete its work due to interruption.
retryMaxAttempts(int) - Method in class com.google.cloud.RetryParams.Builder
Sets retryMaxAttempts.
retryMaxAttempts() - Method in class com.google.cloud.RetryParams
Returns the retryMaxAttempts.
retryMinAttempts(int) - Method in class com.google.cloud.RetryParams.Builder
Sets retryMinAttempts.
retryMinAttempts() - Method in class com.google.cloud.RetryParams
Returns the retryMinAttempts.
retryOn(Class<? extends Exception>...) - Method in class com.google.cloud.ExceptionHandler.Builder
Add the exceptions to ignore/retry-on.
RetryParams - Class in com.google.cloud
Parameters for configuring retries with an exponential backoff.
retryParams(RetryParams) - Method in class com.google.cloud.ServiceOptions.Builder
Sets configuration parameters for request retries.
retryParams() - Method in class com.google.cloud.ServiceOptions
Returns configuration parameters for request retries.
RetryParams.Builder - Class in com.google.cloud
RetryParams builder.
rpc() - Method in class com.google.cloud.ServiceOptions
 
runWithRetries(Callable<V>) - Static method in class com.google.cloud.RetryHelper
 
runWithRetries(Callable<V>, RetryParams, ExceptionHandler) - Static method in class com.google.cloud.RetryHelper
 
runWithRetries(Callable<V>, RetryParams, ExceptionHandler, Clock) - Static method in class com.google.cloud.RetryHelper
 

S

scopes() - Method in class com.google.cloud.ServiceOptions
 
seek(int) - Method in interface com.google.cloud.ReadChannel
 
selector(List<? extends FieldSelector>, FieldSelector...) - Static method in class com.google.cloud.FieldSelector.Helper
Returns a composite selector given a number of resource fields.
selector() - Method in interface com.google.cloud.FieldSelector
Returns a string selector.
self() - Method in class com.google.cloud.ServiceOptions.Builder
 
Service<OptionsT extends ServiceOptions<?,?,OptionsT>> - Interface in com.google.cloud
Interface for service objects.
service() - Method in class com.google.cloud.ServiceOptions
 
serviceAccount(String) - Static method in class com.google.cloud.Identity
Returns a new service account identity.
serviceAccountProjectId() - Static method in class com.google.cloud.ServiceOptions
 
ServiceAccountSigner - Interface in com.google.cloud
Interface for a service account signer.
ServiceAccountSigner.SigningException - Exception in com.google.cloud
 
ServiceFactory<ServiceT extends Service,ServiceOptionsT extends ServiceOptions> - Interface in com.google.cloud
A base interface for all service factories.
serviceFactory(ServiceFactory<ServiceT, OptionsT>) - Method in class com.google.cloud.ServiceOptions.Builder
Sets the service factory.
serviceOptions - Variable in class com.google.cloud.BaseWriteChannel.BaseState
 
ServiceOptions<ServiceT extends Service<OptionsT>,ServiceRpcT,OptionsT extends ServiceOptions<ServiceT,ServiceRpcT,OptionsT>> - Class in com.google.cloud
Abstract class representing service options.
ServiceOptions(Class<? extends ServiceFactory<ServiceT, OptionsT>>, Class<? extends ServiceRpcFactory<ServiceRpcT, OptionsT>>, ServiceOptions.Builder<ServiceT, ServiceRpcT, OptionsT, ?>) - Constructor for class com.google.cloud.ServiceOptions
 
ServiceOptions.Builder<ServiceT extends Service<OptionsT>,ServiceRpcT,OptionsT extends ServiceOptions<ServiceT,ServiceRpcT,OptionsT>,B extends ServiceOptions.Builder<ServiceT,ServiceRpcT,OptionsT,B>> - Class in com.google.cloud
Builder for ServiceOptions.
ServiceOptions.Builder() - Constructor for class com.google.cloud.ServiceOptions.Builder
 
ServiceOptions.Builder(ServiceOptions<ServiceT, ServiceRpcT, OptionsT>) - Constructor for class com.google.cloud.ServiceOptions.Builder
 
ServiceOptions.DefaultHttpTransportFactory - Class in com.google.cloud
 
ServiceOptions.DefaultHttpTransportFactory() - Constructor for class com.google.cloud.ServiceOptions.DefaultHttpTransportFactory
 
ServiceOptions.HttpTransportFactory - Interface in com.google.cloud
A base interface for all HttpTransport factories.
serviceRpcFactory(ServiceRpcFactory<ServiceRpcT, OptionsT>) - Method in class com.google.cloud.ServiceOptions.Builder
Sets the factory for rpc services.
ServiceRpcFactory<ServiceRpcT,OptionsT extends ServiceOptions> - Interface in com.google.cloud.spi
A base interface for all service RPC factories.
sign(byte[]) - Method in class com.google.cloud.AuthCredentials.AppEngineAuthCredentials
 
sign(byte[]) - Method in class com.google.cloud.AuthCredentials.ServiceAccountAuthCredentials
 
sign(byte[]) - Method in interface com.google.cloud.ServiceAccountSigner
Signs the provided bytes using the private key associated with the service account.
stateBuilder() - Method in class com.google.cloud.BaseWriteChannel
Creates a BaseWriteChannel.BaseState.Builder for the current write channel.
strValue() - Method in class com.google.cloud.Identity
Returns the string value associated with the identity.
success(T) - Method in interface com.google.cloud.BatchResult.Callback
The method to be called when the batched operation succeeds.
success(T) - Method in class com.google.cloud.BatchResult
Sets a result and status as completed.

T

toBuilder() - Method in class com.google.cloud.IamPolicy
Returns a builder containing the properties of this IAM Policy.
toBuilder() - Method in class com.google.cloud.RetryParams
 
toBuilder() - Method in class com.google.cloud.ServiceOptions
 
toString() - Method in class com.google.cloud.BaseServiceException.Error
 
toString() - Method in class com.google.cloud.BaseWriteChannel.BaseState
 
toString() - Method in class com.google.cloud.RetryHelper
 
toString() - Method in class com.google.cloud.RetryParams
 
totalRetryPeriodMillis(long) - Method in class com.google.cloud.RetryParams.Builder
Sets totalRetryPeriodMillis.
totalRetryPeriodMillis() - Method in class com.google.cloud.RetryParams
Returns the totalRetryPeriodMillis.
translateAndPropagateIfPossible(RetryHelper.RetryHelperException) - Static method in exception com.google.cloud.BaseServiceException
 
type() - Method in class com.google.cloud.Identity
 

U

UNKNOWN_CODE - Static variable in exception com.google.cloud.BaseServiceException
 
uploadId - Variable in class com.google.cloud.BaseWriteChannel.BaseState
 
uploadId() - Method in class com.google.cloud.BaseWriteChannel
 
user(String) - Static method in class com.google.cloud.Identity
Returns a new user identity.

V

value() - Method in class com.google.cloud.Identity
Returns the string identifier for this identity.
valueOf(String) - Static method in enum com.google.cloud.ExceptionHandler.Interceptor.RetryResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.Identity.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.google.cloud.Identity
Converts a string to an Identity.
values() - Static method in enum com.google.cloud.ExceptionHandler.Interceptor.RetryResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.Identity.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface com.google.cloud.Page
Returns the values contained in this page.
values() - Method in class com.google.cloud.PageImpl
 
version(Integer) - Method in class com.google.cloud.IamPolicy.Builder
Sets the version of the policy.
version() - Method in class com.google.cloud.IamPolicy
Sets the version of the policy.

W

write(ByteBuffer) - Method in class com.google.cloud.BaseWriteChannel
 
WriteChannel - Interface in com.google.cloud
A channel for writing data to Google Cloud services.
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2016 Google. All rights reserved.