Serialized Form
-
Package com.google.cloud
-
Class com.google.cloud.AsyncPageImpl extends PageImpl<T> implements Serializable
- serialVersionUID:
- -6009473188630364906L
-
Serialized Fields
-
asyncPageFetcher
AsyncPageImpl.NextPageFetcher<T> asyncPageFetcher
-
-
Class com.google.cloud.BaseServiceException extends RuntimeException implements Serializable
- serialVersionUID:
- 759921776378760835L
-
Class com.google.cloud.BaseServiceException.Error extends Object implements Serializable
- serialVersionUID:
- -4019600198652965721L
-
Class com.google.cloud.BaseServiceException.ExceptionData extends Object implements Serializable
- serialVersionUID:
- 2222230861338426753L
-
Class com.google.cloud.BaseWriteChannel.BaseState extends Object implements Serializable
- serialVersionUID:
- 8541062465055125619L
-
Serialized Fields
-
buffer
byte[] buffer
-
chunkSize
int chunkSize
-
entity
EntityT extends Serializable entity
-
isOpen
boolean isOpen
-
position
long position
-
serviceOptions
ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT> serviceOptions
-
uploadId
String uploadId
-
-
Class com.google.cloud.ByteArray extends Object implements Serializable
- serialVersionUID:
- -1908809133893782840L
-
Serialized Fields
-
byteString
com.google.protobuf.ByteString byteString
-
-
Class com.google.cloud.Date extends Object implements Serializable
- serialVersionUID:
- 8067099123096783929L
-
Serialized Fields
-
dayOfMonth
int dayOfMonth
-
month
int month
-
year
int year
-
-
Class com.google.cloud.ExceptionHandler extends Object implements Serializable
- serialVersionUID:
- -2460707015779532919L
-
Serialized Fields
-
interceptors
com.google.common.collect.ImmutableList<ExceptionHandler.Interceptor> interceptors
-
nonRetriableExceptions
com.google.common.collect.ImmutableSet<Class<? extends Exception>> nonRetriableExceptions
-
retriableExceptions
com.google.common.collect.ImmutableSet<Class<? extends Exception>> retriableExceptions
-
retryInfo
Set<com.google.cloud.ExceptionHandler.RetryInfo> retryInfo
-
-
Class com.google.cloud.Identity extends Object implements Serializable
- serialVersionUID:
- -8181841964597657446L
-
Serialized Fields
-
type
Identity.Type type
-
value
String value
-
-
Class com.google.cloud.Identity.Type extends StringEnumValue implements Serializable
- serialVersionUID:
- 3809891273596003916L
-
Class com.google.cloud.MonitoredResource extends Object implements Serializable
- serialVersionUID:
- -4393604148752640581L
-
Class com.google.cloud.MonitoredResourceDescriptor extends Object implements Serializable
- serialVersionUID:
- -3702077512777687441L
-
Class com.google.cloud.MonitoredResourceDescriptor.LabelDescriptor extends Object implements Serializable
- serialVersionUID:
- -2811608103754481777L
-
Serialized Fields
-
description
String description
-
key
String key
-
valueType
MonitoredResourceDescriptor.LabelDescriptor.ValueType valueType
-
-
Class com.google.cloud.NoCredentials extends com.google.auth.oauth2.OAuth2Credentials implements Serializable
- serialVersionUID:
- -6263971603971044288L
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Class com.google.cloud.PageImpl extends Object implements Serializable
- serialVersionUID:
- 3914827379823557934L
-
Serialized Fields
-
cursor
String cursor
-
pageFetcher
PageImpl.NextPageFetcher<T> pageFetcher
-
results
Iterable<T> results
-
-
Class com.google.cloud.Policy extends Object implements Serializable
- serialVersionUID:
- -3348914530232544290L
-
Class com.google.cloud.RetryHelper.RetryHelperException extends RuntimeException implements Serializable
- serialVersionUID:
- -8519852520090965314L
-
Class com.google.cloud.RetryOption extends Object implements Serializable
- serialVersionUID:
- 3622837212525370224L
-
Serialized Fields
-
type
com.google.cloud.RetryOption.OptionType type
-
value
Object value
-
-
Class com.google.cloud.Role extends Object implements Serializable
- serialVersionUID:
- -7779252712160972508L
-
Serialized Fields
-
value
String value
-
-
Class com.google.cloud.ServiceOptions extends Object implements Serializable
- serialVersionUID:
- 9198896031667942014L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
clientLibToken
String clientLibToken
-
clock
com.google.api.core.ApiClock clock
-
credentials
com.google.auth.Credentials credentials
-
headerProvider
com.google.api.gax.rpc.HeaderProvider headerProvider
-
host
String host
-
projectId
String projectId
-
quotaProjectId
String quotaProjectId
-
retrySettings
com.google.api.gax.retrying.RetrySettings retrySettings
-
serviceFactoryClassName
String serviceFactoryClassName
-
serviceRpcFactoryClassName
String serviceRpcFactoryClassName
-
transportOptions
TransportOptions transportOptions
-
-
Class com.google.cloud.StringEnumValue extends Object implements Serializable
- serialVersionUID:
- 1501809419544297884L
-
Serialized Fields
-
constant
String constant
-
-
Class com.google.cloud.Timestamp extends Object implements Serializable
- serialVersionUID:
- 5152143600571559844L
-
Serialized Fields
-
nanos
int nanos
-
seconds
long seconds
-
-
-
Package com.google.cloud.grpc
-
Class com.google.cloud.grpc.BaseGrpcServiceException extends BaseServiceException implements Serializable
- serialVersionUID:
- -2685197215731335549L
-
Class com.google.cloud.grpc.GrpcTransportOptions extends Object implements Serializable
- serialVersionUID:
- -9049538465533951165L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
executorFactoryClassName
String executorFactoryClassName
-
-
-
Package com.google.cloud.http
-
Class com.google.cloud.http.BaseHttpServiceException extends BaseServiceException implements Serializable
- serialVersionUID:
- -5793034110344127954L
-
Class com.google.cloud.http.HttpTransportOptions extends Object implements Serializable
- serialVersionUID:
- 7890117765045419810L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream input) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
connectTimeout
int connectTimeout
-
httpTransportFactoryClassName
String httpTransportFactoryClassName
-
readTimeout
int readTimeout
-
-