Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W Z 

A

ACL_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
ACL_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
ACTION_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
addAcl(BucketAccessControl) - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
addAcl(int, BucketAccessControl) - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
addAcl(BucketAccessControl.Builder) - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
addAcl(int, BucketAccessControl.Builder) - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
addAcl(ObjectAccessControl) - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
addAcl(int, ObjectAccessControl) - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
addAcl(ObjectAccessControl.Builder) - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
addAcl(int, ObjectAccessControl.Builder) - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
addAclBuilder() - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
addAclBuilder(int) - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
addAclBuilder() - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
addAclBuilder(int) - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
addAllAcl(Iterable<? extends BucketAccessControl>) - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
addAllAcl(Iterable<? extends ObjectAccessControl>) - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
addAllCors(Iterable<? extends Bucket.Cors>) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
addAllDefaultObjectAcl(Iterable<? extends ObjectAccessControl>) - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
addAllMatchesStorageClass(Iterable<String>) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Objects having any of the storage classes specified by this condition will be matched.
addAllMethod(Iterable<String>) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
addAllOrigin(Iterable<String>) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of Origins eligible to receive CORS response headers.
addAllResponseHeader(Iterable<String>) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
addAllRule(Iterable<? extends Bucket.Lifecycle.Rule>) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
addAllZoneAffinity(Iterable<String>) - Method in class com.google.storage.v2.Bucket.Builder
Deprecated.
addCors(Bucket.Cors) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
addCors(int, Bucket.Cors) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
addCors(Bucket.Cors.Builder) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
addCors(int, Bucket.Cors.Builder) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
addCorsBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
addCorsBuilder(int) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
addDefaultObjectAcl(ObjectAccessControl) - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
addDefaultObjectAcl(int, ObjectAccessControl) - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
addDefaultObjectAcl(ObjectAccessControl.Builder) - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
addDefaultObjectAcl(int, ObjectAccessControl.Builder) - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
addDefaultObjectAclBuilder() - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
addDefaultObjectAclBuilder(int) - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
addMatchesStorageClass(String) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Objects having any of the storage classes specified by this condition will be matched.
addMatchesStorageClassBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Objects having any of the storage classes specified by this condition will be matched.
addMethod(String) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
addMethodBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
addOrigin(String) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of Origins eligible to receive CORS response headers.
addOriginBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of Origins eligible to receive CORS response headers.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Website.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ChecksummedData.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ContentRange.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Object.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Owner.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ProjectTeam.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ServiceConstants.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
addResponseHeader(String) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
addResponseHeaderBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
addRule(Bucket.Lifecycle.Rule) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
addRule(int, Bucket.Lifecycle.Rule) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
addRule(Bucket.Lifecycle.Rule.Builder) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
addRule(int, Bucket.Lifecycle.Rule.Builder) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
addRuleBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
addRuleBuilder(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
addZoneAffinity(String) - Method in class com.google.storage.v2.Bucket.Builder
Deprecated.
addZoneAffinityBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Builder
Deprecated.
AGE_DAYS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 

B

BILLING_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
Bucket - Class in com.google.storage.v2
A bucket.
Bucket.Billing - Class in com.google.storage.v2
Billing properties of a bucket.
Bucket.Billing.Builder - Class in com.google.storage.v2
Billing properties of a bucket.
Bucket.BillingOrBuilder - Interface in com.google.storage.v2
 
Bucket.Builder - Class in com.google.storage.v2
A bucket.
Bucket.Cors - Class in com.google.storage.v2
Cross-Origin Response sharing (CORS) properties for a bucket.
Bucket.Cors.Builder - Class in com.google.storage.v2
Cross-Origin Response sharing (CORS) properties for a bucket.
Bucket.CorsOrBuilder - Interface in com.google.storage.v2
 
Bucket.Encryption - Class in com.google.storage.v2
Encryption properties of a bucket.
Bucket.Encryption.Builder - Class in com.google.storage.v2
Encryption properties of a bucket.
Bucket.EncryptionOrBuilder - Interface in com.google.storage.v2
 
Bucket.IamConfig - Class in com.google.storage.v2
Bucket restriction options.
Bucket.IamConfig.Builder - Class in com.google.storage.v2
Bucket restriction options.
Bucket.IamConfig.PublicAccessPrevention - Enum in com.google.storage.v2
Public Access Prevention config values.
Bucket.IamConfig.UniformBucketLevelAccess - Class in com.google.storage.v2
Settings for Uniform Bucket level access.
Bucket.IamConfig.UniformBucketLevelAccess.Builder - Class in com.google.storage.v2
Settings for Uniform Bucket level access.
Bucket.IamConfig.UniformBucketLevelAccessOrBuilder - Interface in com.google.storage.v2
 
Bucket.IamConfigOrBuilder - Interface in com.google.storage.v2
 
Bucket.Lifecycle - Class in com.google.storage.v2
Lifecycle properties of a bucket.
Bucket.Lifecycle.Builder - Class in com.google.storage.v2
Lifecycle properties of a bucket.
Bucket.Lifecycle.Rule - Class in com.google.storage.v2
A lifecycle Rule, combining an action to take on an object and a condition which will trigger that action.
Bucket.Lifecycle.Rule.Action - Class in com.google.storage.v2
An action to take on an object.
Bucket.Lifecycle.Rule.Action.Builder - Class in com.google.storage.v2
An action to take on an object.
Bucket.Lifecycle.Rule.ActionOrBuilder - Interface in com.google.storage.v2
 
Bucket.Lifecycle.Rule.Builder - Class in com.google.storage.v2
A lifecycle Rule, combining an action to take on an object and a condition which will trigger that action.
Bucket.Lifecycle.Rule.Condition - Class in com.google.storage.v2
A condition of an object which triggers some action.
Bucket.Lifecycle.Rule.Condition.Builder - Class in com.google.storage.v2
A condition of an object which triggers some action.
Bucket.Lifecycle.Rule.ConditionOrBuilder - Interface in com.google.storage.v2
 
Bucket.Lifecycle.RuleOrBuilder - Interface in com.google.storage.v2
 
Bucket.LifecycleOrBuilder - Interface in com.google.storage.v2
 
Bucket.Logging - Class in com.google.storage.v2
Logging-related properties of a bucket.
Bucket.Logging.Builder - Class in com.google.storage.v2
Logging-related properties of a bucket.
Bucket.LoggingOrBuilder - Interface in com.google.storage.v2
 
Bucket.RetentionPolicy - Class in com.google.storage.v2
Retention policy properties of a bucket.
Bucket.RetentionPolicy.Builder - Class in com.google.storage.v2
Retention policy properties of a bucket.
Bucket.RetentionPolicyOrBuilder - Interface in com.google.storage.v2
 
Bucket.Versioning - Class in com.google.storage.v2
Properties of a bucket related to versioning.
Bucket.Versioning.Builder - Class in com.google.storage.v2
Properties of a bucket related to versioning.
Bucket.VersioningOrBuilder - Interface in com.google.storage.v2
 
Bucket.Website - Class in com.google.storage.v2
Properties of a bucket related to accessing the contents as a static website.
Bucket.Website.Builder - Class in com.google.storage.v2
Properties of a bucket related to accessing the contents as a static website.
Bucket.WebsiteOrBuilder - Interface in com.google.storage.v2
 
BUCKET_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
BUCKET_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectRequest
 
BUCKET_ID_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
BucketAccessControl - Class in com.google.storage.v2
An access-control entry.
BucketAccessControl.Builder - Class in com.google.storage.v2
An access-control entry.
BucketAccessControlOrBuilder - Interface in com.google.storage.v2
 
BucketOrBuilder - Interface in com.google.storage.v2
 
build() - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
build() - Method in class com.google.storage.v2.Bucket.Builder
 
build() - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
build() - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
build() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
build() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
build() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
build() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
build() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
build() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
build() - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
build() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
build() - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
build() - Method in class com.google.storage.v2.Bucket.Website.Builder
 
build() - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
build() - Method in class com.google.storage.v2.ChecksummedData.Builder
 
build() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
build() - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
build() - Method in class com.google.storage.v2.ContentRange.Builder
 
build() - Method in class com.google.storage.v2.Object.Builder
 
build() - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
build() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
build() - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
build() - Method in class com.google.storage.v2.Owner.Builder
 
build() - Method in class com.google.storage.v2.ProjectTeam.Builder
 
build() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
build() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
build() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
build() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
build() - Method in class com.google.storage.v2.ServiceConstants.Builder
 
build() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
build() - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
build() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
build() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
build() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
buildPartial() - Method in class com.google.storage.v2.Bucket.Website.Builder
 
buildPartial() - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
buildPartial() - Method in class com.google.storage.v2.ChecksummedData.Builder
 
buildPartial() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
buildPartial() - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
buildPartial() - Method in class com.google.storage.v2.ContentRange.Builder
 
buildPartial() - Method in class com.google.storage.v2.Object.Builder
 
buildPartial() - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
buildPartial() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
buildPartial() - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
buildPartial() - Method in class com.google.storage.v2.Owner.Builder
 
buildPartial() - Method in class com.google.storage.v2.ProjectTeam.Builder
 
buildPartial() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
buildPartial() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
buildPartial() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
buildPartial() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
buildPartial() - Method in class com.google.storage.v2.ServiceConstants.Builder
 
buildPartial() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
buildPartial() - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
buildPartial() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
buildPartial() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
buildPartial() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 

C

CACHE_CONTROL_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
CHECKSUMMED_DATA_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectResponse
 
CHECKSUMMED_DATA_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectRequest
 
ChecksummedData - Class in com.google.storage.v2
Message used to convey content being read or written, along with an optional checksum.
ChecksummedData.Builder - Class in com.google.storage.v2
Message used to convey content being read or written, along with an optional checksum.
ChecksummedDataOrBuilder - Interface in com.google.storage.v2
 
CHECKSUMS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
clear() - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
clear() - Method in class com.google.storage.v2.Bucket.Builder
 
clear() - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
clear() - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
clear() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
clear() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
clear() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
clear() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
clear() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
clear() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
clear() - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
clear() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
clear() - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
clear() - Method in class com.google.storage.v2.Bucket.Website.Builder
 
clear() - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
clear() - Method in class com.google.storage.v2.ChecksummedData.Builder
 
clear() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
clear() - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
clear() - Method in class com.google.storage.v2.ContentRange.Builder
 
clear() - Method in class com.google.storage.v2.Object.Builder
 
clear() - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
clear() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
clear() - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
clear() - Method in class com.google.storage.v2.Owner.Builder
 
clear() - Method in class com.google.storage.v2.ProjectTeam.Builder
 
clear() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
clear() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
clear() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
clear() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
clear() - Method in class com.google.storage.v2.ServiceConstants.Builder
 
clear() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
clear() - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
clear() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
clear() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
clear() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
clearAcl() - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
clearAcl() - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
clearAction() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The action to take.
clearAgeDays() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Age of an object (in days).
clearBilling() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's billing config.
clearBucket() - Method in class com.google.storage.v2.Object.Builder
Immutable.
clearBucket() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The name of the bucket containing the object to read.
clearBucketId() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
clearCacheControl() - Method in class com.google.storage.v2.Object.Builder
Cache-Control directive for the object data, matching [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
clearChecksummedData() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
A portion of the data for the object.
clearChecksummedData() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
The data to insert.
clearChecksums() - Method in class com.google.storage.v2.Object.Builder
Output only.
clearCommonObjectRequestParams() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to Storage API requests concerning an object.
clearCommonObjectRequestParams() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
clearCommonObjectRequestParams() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to Storage API requests concerning an object.
clearCommonObjectRequestParams() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
clearCommonRequestParams() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to all Storage API requests.
clearCommonRequestParams() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to all Storage API requests.
clearCommonRequestParams() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to all Storage API requests.
clearCommonRequestParams() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to all Storage API requests.
clearCompleteLength() - Method in class com.google.storage.v2.ContentRange.Builder
The complete length of the object data.
clearComponentCount() - Method in class com.google.storage.v2.Object.Builder
Output only.
clearCondition() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The condition(s) under which the action will be taken.
clearContent() - Method in class com.google.storage.v2.ChecksummedData.Builder
The data.
clearContentDisposition() - Method in class com.google.storage.v2.Object.Builder
Content-Disposition of the object data, matching [https://tools.ietf.org/html/rfc6266][RFC 6266].
clearContentEncoding() - Method in class com.google.storage.v2.Object.Builder
Content-Encoding of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
clearContentLanguage() - Method in class com.google.storage.v2.Object.Builder
Content-Language of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
clearContentRange() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
clearContentType() - Method in class com.google.storage.v2.Object.Builder
Content-Type of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
clearCors() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
clearCrc32C() - Method in class com.google.storage.v2.ChecksummedData.Builder
If set, the CRC32C digest of the content field.
clearCrc32C() - Method in class com.google.storage.v2.ObjectChecksums.Builder
CRC32C digest of the object data.
clearCreatedBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is satisfied when an object is created before midnight of the specified date in UTC.
clearCreateTime() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
clearCreateTime() - Method in class com.google.storage.v2.Object.Builder
Output only.
clearCustomerEncryption() - Method in class com.google.storage.v2.Object.Builder
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
clearCustomTime() - Method in class com.google.storage.v2.Object.Builder
A user-specified timestamp set on an object.
clearCustomTimeBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
clearData() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
clearDaysSinceCustomTime() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Number of days that have elapsed since the custom timestamp set on an object.
clearDaysSinceNoncurrentTime() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is relevant only for versioned objects.
clearDefaultEventBasedHold() - Method in class com.google.storage.v2.Bucket.Builder
The default value for event-based hold on newly created objects in this bucket.
clearDefaultKmsKey() - Method in class com.google.storage.v2.Bucket.Encryption.Builder
A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
clearDefaultObjectAcl() - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
clearDeleteTime() - Method in class com.google.storage.v2.Object.Builder
Output only.
clearDomain() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The domain associated with the entity, if any.
clearDomain() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The domain associated with the entity, if any.
clearEffectiveTime() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
Server-determined value that indicates the time from which policy was enforced and effective.
clearEmail() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The email address associated with the entity, if any.
clearEmail() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The email address associated with the entity, if any.
clearEnabled() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
If set, access checks only use bucket-level IAM policies or above.
clearEnabled() - Method in class com.google.storage.v2.Bucket.Versioning.Builder
While set to true, versioning is fully enabled for this bucket.
clearEncryption() - Method in class com.google.storage.v2.Bucket.Builder
Encryption config for a bucket.
clearEncryptionAlgorithm() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
Encryption algorithm used with Customer-Supplied Encryption Keys feature.
clearEncryptionAlgorithm() - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
The encryption algorithm.
clearEncryptionKeyBytes() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
Encryption key used with Customer-Supplied Encryption Keys feature.
clearEncryptionKeySha256Bytes() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
SHA256 hash of encryption key used with Customer-Supplied Encryption Keys feature.
clearEnd() - Method in class com.google.storage.v2.ContentRange.Builder
The ending offset of the object data.
clearEntity() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
clearEntity() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
clearEntity() - Method in class com.google.storage.v2.Owner.Builder
The entity, in the form `user-`*userId*.
clearEntityId() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The ID for the entity, if any.
clearEntityId() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The ID for the entity, if any.
clearEntityId() - Method in class com.google.storage.v2.Owner.Builder
The ID for the entity.
clearEventBasedHold() - Method in class com.google.storage.v2.Object.Builder
Whether an object is under event-based hold.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Bucket.Website.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.ChecksummedData.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.ContentRange.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Object.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.Owner.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.ProjectTeam.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.ServiceConstants.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
clearFinishWrite() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
If `true`, this indicates that the write is complete.
clearFirstMessage() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
clearGeneration() - Method in class com.google.storage.v2.Object.Builder
Immutable.
clearGeneration() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
If present, selects a specific revision of this object (as opposed to the latest version, the default).
clearIamConfig() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's IAM config.
clearId() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The ID of the access-control entry.
clearId() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The ID of the access-control entry.
clearIfGenerationMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current generation matches the given value.
clearIfGenerationMatch() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current generation matches the given value.
clearIfGenerationNotMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current generation does not match the given value.
clearIfGenerationNotMatch() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current generation does not match the given value.
clearIfMetagenerationMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current metageneration matches the given value.
clearIfMetagenerationMatch() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current metageneration matches the given value.
clearIfMetagenerationNotMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current metageneration does not match the given value.
clearIfMetagenerationNotMatch() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current metageneration does not match the given value.
clearIsLive() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Relevant only for versioned objects.
clearIsLocked() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
Once locked, an object retention policy cannot be modified.
clearKeySha256Bytes() - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
SHA256 hash value of the encryption key.
clearKmsKey() - Method in class com.google.storage.v2.Object.Builder
Cloud KMS Key used to encrypt this object, if the object is encrypted by such a key.
clearLabels() - Method in class com.google.storage.v2.Bucket.Builder
 
clearLifecycle() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's lifecycle config.
clearLocation() - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
clearLocationType() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
clearLockTime() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
clearLogBucket() - Method in class com.google.storage.v2.Bucket.Logging.Builder
The destination bucket where the current bucket's logs should be placed.
clearLogging() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
clearLogObjectPrefix() - Method in class com.google.storage.v2.Bucket.Logging.Builder
A prefix for log object names.
clearMainPageSuffix() - Method in class com.google.storage.v2.Bucket.Website.Builder
If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object.
clearMatchesStorageClass() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Objects having any of the storage classes specified by this condition will be matched.
clearMaxAgeSeconds() - Method in class com.google.storage.v2.Bucket.Cors.Builder
The value, in seconds, to return in the [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age header] used in preflight responses.
clearMd5Hash() - Method in class com.google.storage.v2.ObjectChecksums.Builder
128 bit MD5 hash of the object data.
clearMetadata() - Method in class com.google.storage.v2.Object.Builder
 
clearMetadata() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
Metadata of the object whose media is being returned.
clearMetageneration() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
clearMetageneration() - Method in class com.google.storage.v2.Object.Builder
Output only.
clearMethod() - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
clearName() - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
clearName() - Method in class com.google.storage.v2.Object.Builder
Immutable.
clearNoncurrentTimeBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is relevant only for versioned objects.
clearNotFoundPage() - Method in class com.google.storage.v2.Bucket.Website.Builder
If the requested object path is missing, and any `mainPageSuffix` object is missing, if applicable, the service will return the named object from this bucket as the content for a [https://tools.ietf.org/html/rfc7231#section-6.5.4][404 Not Found] result.
clearNumNewerVersions() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Relevant only for versioned objects.
clearObject() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The name of the object to read.
clearObjectChecksums() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
The checksums of the complete object.
clearObjectChecksums() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
Checksums for the complete object.
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Bucket.Website.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.ChecksummedData.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.ContentRange.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Object.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.Owner.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.ProjectTeam.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.ServiceConstants.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
clearOrigin() - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of Origins eligible to receive CORS response headers.
clearOwner() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
clearOwner() - Method in class com.google.storage.v2.Object.Builder
Output only.
clearPersistedSize() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
clearPersistedSize() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
clearPredefinedAcl() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Apply a predefined set of access controls to this object.
clearProject() - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
clearProjectNumber() - Method in class com.google.storage.v2.ProjectTeam.Builder
The project number.
clearProjectTeam() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The project team associated with the entity, if any.
clearProjectTeam() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The project team associated with the entity, if any.
clearPublicAccessPrevention() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
Whether IAM will enforce public access prevention.
clearReadLimit() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The maximum number of `data` bytes the server is allowed to return in the sum of all `Object` messages.
clearReadMask() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Mask specifying which fields to read.
clearReadOffset() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The offset for the first byte to return in the read, relative to the start of the object.
clearRequesterPays() - Method in class com.google.storage.v2.Bucket.Billing.Builder
When set to true, Requester Pays is enabled for this bucket.
clearResource() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
A resource containing the metadata for the uploaded object.
clearResource() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
A resource containing the metadata for the uploaded object.
clearResource() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Destination object, including its name and its metadata.
clearResponseHeader() - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
clearRetentionExpireTime() - Method in class com.google.storage.v2.Object.Builder
A server-determined value that specifies the earliest time that the object's retention period expires.
clearRetentionPeriod() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
The duration in seconds that objects need to be retained.
clearRetentionPolicy() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's retention policy.
clearRole() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The access permission for the entity.
clearRole() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The access permission for the entity.
clearRule() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
clearSatisfiesPzs() - Method in class com.google.storage.v2.Bucket.Builder
Reserved for future use.
clearSize() - Method in class com.google.storage.v2.Object.Builder
Output only.
clearStart() - Method in class com.google.storage.v2.ContentRange.Builder
The starting offset of the object data.
clearStorageClass() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's default storage class, used whenever no storageClass is specified for a newly-created object.
clearStorageClass() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
Target storage class.
clearStorageClass() - Method in class com.google.storage.v2.Object.Builder
Storage class of the object.
clearTeam() - Method in class com.google.storage.v2.ProjectTeam.Builder
The team.
clearTemporaryHold() - Method in class com.google.storage.v2.Object.Builder
Whether an object is under temporary hold.
clearType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
Type of the action.
clearUniformBucketLevelAccess() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
Bucket restriction options currently enforced on the bucket.
clearUpdateStorageClassTime() - Method in class com.google.storage.v2.Object.Builder
Output only.
clearUpdateTime() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
clearUpdateTime() - Method in class com.google.storage.v2.Object.Builder
Output only.
clearUploadId() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
Required.
clearUploadId() - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
The upload_id of the newly started resumable write operation.
clearUploadId() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For resumable uploads.
clearUserProject() - Method in class com.google.storage.v2.CommonRequestParams.Builder
Required.
clearVersioning() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's versioning config.
clearWebsite() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
clearWriteObjectSpec() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
The destination bucket, object, and metadata, as well as any preconditions.
clearWriteObjectSpec() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For non-resumable uploads.
clearWriteOffset() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
Required.
clearWriteStatus() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
clearWriteStatus() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
clearZoneAffinity() - Method in class com.google.storage.v2.Bucket.Builder
Deprecated.
clone() - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
clone() - Method in class com.google.storage.v2.Bucket.Builder
 
clone() - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
clone() - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
clone() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
clone() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
clone() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
clone() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
clone() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
clone() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
clone() - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
clone() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
clone() - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
clone() - Method in class com.google.storage.v2.Bucket.Website.Builder
 
clone() - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
clone() - Method in class com.google.storage.v2.ChecksummedData.Builder
 
clone() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
clone() - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
clone() - Method in class com.google.storage.v2.ContentRange.Builder
 
clone() - Method in class com.google.storage.v2.Object.Builder
 
clone() - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
clone() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
clone() - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
clone() - Method in class com.google.storage.v2.Owner.Builder
 
clone() - Method in class com.google.storage.v2.ProjectTeam.Builder
 
clone() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
clone() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
clone() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
clone() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
clone() - Method in class com.google.storage.v2.ServiceConstants.Builder
 
clone() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
clone() - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
clone() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
clone() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
clone() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
com.google.storage.v2 - package com.google.storage.v2
 
COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER - Static variable in class com.google.storage.v2.QueryWriteStatusRequest
 
COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectRequest
 
COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER - Static variable in class com.google.storage.v2.StartResumableWriteRequest
 
COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectRequest
 
COMMON_REQUEST_PARAMS_FIELD_NUMBER - Static variable in class com.google.storage.v2.QueryWriteStatusRequest
 
COMMON_REQUEST_PARAMS_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectRequest
 
COMMON_REQUEST_PARAMS_FIELD_NUMBER - Static variable in class com.google.storage.v2.StartResumableWriteRequest
 
COMMON_REQUEST_PARAMS_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectRequest
 
CommonObjectRequestParams - Class in com.google.storage.v2
Parameters that can be passed to any object request.
CommonObjectRequestParams.Builder - Class in com.google.storage.v2
Parameters that can be passed to any object request.
CommonObjectRequestParamsOrBuilder - Interface in com.google.storage.v2
 
CommonRequestParams - Class in com.google.storage.v2
Parameters that can be passed to any request.
CommonRequestParams.Builder - Class in com.google.storage.v2
Parameters that can be passed to any request.
CommonRequestParamsOrBuilder - Interface in com.google.storage.v2
 
COMPLETE_LENGTH_FIELD_NUMBER - Static variable in class com.google.storage.v2.ContentRange
 
COMPONENT_COUNT_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
CONDITION_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
containsLabels(String) - Method in class com.google.storage.v2.Bucket.Builder
User-provided labels, in key/value pairs.
containsLabels(String) - Method in class com.google.storage.v2.Bucket
User-provided labels, in key/value pairs.
containsLabels(String) - Method in interface com.google.storage.v2.BucketOrBuilder
User-provided labels, in key/value pairs.
containsMetadata(String) - Method in class com.google.storage.v2.Object.Builder
User-provided metadata, in key/value pairs.
containsMetadata(String) - Method in class com.google.storage.v2.Object
User-provided metadata, in key/value pairs.
containsMetadata(String) - Method in interface com.google.storage.v2.ObjectOrBuilder
User-provided metadata, in key/value pairs.
CONTENT_DISPOSITION_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
CONTENT_ENCODING_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
CONTENT_FIELD_NUMBER - Static variable in class com.google.storage.v2.ChecksummedData
 
CONTENT_LANGUAGE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
CONTENT_RANGE_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectResponse
 
CONTENT_TYPE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
ContentRange - Class in com.google.storage.v2
Specifies a requested range of bytes to download.
ContentRange.Builder - Class in com.google.storage.v2
Specifies a requested range of bytes to download.
ContentRangeOrBuilder - Interface in com.google.storage.v2
 
CORS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
CRC32C_FIELD_NUMBER - Static variable in class com.google.storage.v2.ChecksummedData
 
CRC32C_FIELD_NUMBER - Static variable in class com.google.storage.v2.ObjectChecksums
 
CREATE_TIME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
CREATE_TIME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
CREATED_BEFORE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
CUSTOM_TIME_BEFORE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
CUSTOM_TIME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
CUSTOMER_ENCRYPTION_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 

D

DAYS_SINCE_CUSTOM_TIME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
DAYS_SINCE_NONCURRENT_TIME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
DEFAULT_EVENT_BASED_HOLD_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
DEFAULT_KMS_KEY_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Encryption
 
DEFAULT_OBJECT_ACL_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
DELETE_TIME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
DOMAIN_FIELD_NUMBER - Static variable in class com.google.storage.v2.BucketAccessControl
 
DOMAIN_FIELD_NUMBER - Static variable in class com.google.storage.v2.ObjectAccessControl
 

E

EFFECTIVE_TIME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.RetentionPolicy
 
EMAIL_FIELD_NUMBER - Static variable in class com.google.storage.v2.BucketAccessControl
 
EMAIL_FIELD_NUMBER - Static variable in class com.google.storage.v2.ObjectAccessControl
 
ENABLED_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
ENABLED_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Versioning
 
ENCRYPTION_ALGORITHM_FIELD_NUMBER - Static variable in class com.google.storage.v2.CommonObjectRequestParams
 
ENCRYPTION_ALGORITHM_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object.CustomerEncryption
 
ENCRYPTION_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
ENCRYPTION_KEY_BYTES_FIELD_NUMBER - Static variable in class com.google.storage.v2.CommonObjectRequestParams
 
ENCRYPTION_KEY_SHA256_BYTES_FIELD_NUMBER - Static variable in class com.google.storage.v2.CommonObjectRequestParams
 
END_FIELD_NUMBER - Static variable in class com.google.storage.v2.ContentRange
 
ENFORCED_VALUE - Static variable in enum com.google.storage.v2.Bucket.IamConfig.PublicAccessPrevention
Prevents access from being granted to public members 'allUsers' and 'allAuthenticatedUsers'.
ENTITY_FIELD_NUMBER - Static variable in class com.google.storage.v2.BucketAccessControl
 
ENTITY_FIELD_NUMBER - Static variable in class com.google.storage.v2.ObjectAccessControl
 
ENTITY_FIELD_NUMBER - Static variable in class com.google.storage.v2.Owner
 
ENTITY_ID_FIELD_NUMBER - Static variable in class com.google.storage.v2.BucketAccessControl
 
ENTITY_ID_FIELD_NUMBER - Static variable in class com.google.storage.v2.ObjectAccessControl
 
ENTITY_ID_FIELD_NUMBER - Static variable in class com.google.storage.v2.Owner
 
equals(Object) - Method in class com.google.storage.v2.Bucket.Billing
 
equals(Object) - Method in class com.google.storage.v2.Bucket.Cors
 
equals(Object) - Method in class com.google.storage.v2.Bucket.Encryption
 
equals(Object) - Method in class com.google.storage.v2.Bucket
 
equals(Object) - Method in class com.google.storage.v2.Bucket.IamConfig
 
equals(Object) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
equals(Object) - Method in class com.google.storage.v2.Bucket.Lifecycle
 
equals(Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
equals(Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
equals(Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
equals(Object) - Method in class com.google.storage.v2.Bucket.Logging
 
equals(Object) - Method in class com.google.storage.v2.Bucket.RetentionPolicy
 
equals(Object) - Method in class com.google.storage.v2.Bucket.Versioning
 
equals(Object) - Method in class com.google.storage.v2.Bucket.Website
 
equals(Object) - Method in class com.google.storage.v2.BucketAccessControl
 
equals(Object) - Method in class com.google.storage.v2.ChecksummedData
 
equals(Object) - Method in class com.google.storage.v2.CommonObjectRequestParams
 
equals(Object) - Method in class com.google.storage.v2.CommonRequestParams
 
equals(Object) - Method in class com.google.storage.v2.ContentRange
 
equals(Object) - Method in class com.google.storage.v2.Object.CustomerEncryption
 
equals(Object) - Method in class com.google.storage.v2.Object
 
equals(Object) - Method in class com.google.storage.v2.ObjectAccessControl
 
equals(Object) - Method in class com.google.storage.v2.ObjectChecksums
 
equals(Object) - Method in class com.google.storage.v2.Owner
 
equals(Object) - Method in class com.google.storage.v2.ProjectTeam
 
equals(Object) - Method in class com.google.storage.v2.QueryWriteStatusRequest
 
equals(Object) - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
equals(Object) - Method in class com.google.storage.v2.ReadObjectRequest
 
equals(Object) - Method in class com.google.storage.v2.ReadObjectResponse
 
equals(Object) - Method in class com.google.storage.v2.ServiceConstants
 
equals(Object) - Method in class com.google.storage.v2.StartResumableWriteRequest
 
equals(Object) - Method in class com.google.storage.v2.StartResumableWriteResponse
 
equals(Object) - Method in class com.google.storage.v2.WriteObjectRequest
 
equals(Object) - Method in class com.google.storage.v2.WriteObjectResponse
 
equals(Object) - Method in class com.google.storage.v2.WriteObjectSpec
 
EVENT_BASED_HOLD_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 

F

FINISH_WRITE_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectRequest
 
forNumber(int) - Static method in enum com.google.storage.v2.Bucket.IamConfig.PublicAccessPrevention
 
forNumber(int) - Static method in enum com.google.storage.v2.PredefinedObjectAcl
 
forNumber(int) - Static method in enum com.google.storage.v2.QueryWriteStatusResponse.WriteStatusCase
 
forNumber(int) - Static method in enum com.google.storage.v2.ServiceConstants.Values
 
forNumber(int) - Static method in enum com.google.storage.v2.WriteObjectRequest.DataCase
 
forNumber(int) - Static method in enum com.google.storage.v2.WriteObjectRequest.FirstMessageCase
 
forNumber(int) - Static method in enum com.google.storage.v2.WriteObjectResponse.WriteStatusCase
 

G

GENERATION_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
GENERATION_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectRequest
 
getAcl(int) - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
getAcl(int) - Method in class com.google.storage.v2.Bucket
Access controls on the bucket.
getAcl(int) - Method in interface com.google.storage.v2.BucketOrBuilder
Access controls on the bucket.
getAcl(int) - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
getAcl(int) - Method in class com.google.storage.v2.Object
Access controls on the object.
getAcl(int) - Method in interface com.google.storage.v2.ObjectOrBuilder
Access controls on the object.
getAclBuilder(int) - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
getAclBuilder(int) - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
getAclBuilderList() - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
getAclBuilderList() - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
getAclCount() - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
getAclCount() - Method in class com.google.storage.v2.Bucket
Access controls on the bucket.
getAclCount() - Method in interface com.google.storage.v2.BucketOrBuilder
Access controls on the bucket.
getAclCount() - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
getAclCount() - Method in class com.google.storage.v2.Object
Access controls on the object.
getAclCount() - Method in interface com.google.storage.v2.ObjectOrBuilder
Access controls on the object.
getAclList() - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
getAclList() - Method in class com.google.storage.v2.Bucket
Access controls on the bucket.
getAclList() - Method in interface com.google.storage.v2.BucketOrBuilder
Access controls on the bucket.
getAclList() - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
getAclList() - Method in class com.google.storage.v2.Object
Access controls on the object.
getAclList() - Method in interface com.google.storage.v2.ObjectOrBuilder
Access controls on the object.
getAclOrBuilder(int) - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
getAclOrBuilder(int) - Method in class com.google.storage.v2.Bucket
Access controls on the bucket.
getAclOrBuilder(int) - Method in interface com.google.storage.v2.BucketOrBuilder
Access controls on the bucket.
getAclOrBuilder(int) - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
getAclOrBuilder(int) - Method in class com.google.storage.v2.Object
Access controls on the object.
getAclOrBuilder(int) - Method in interface com.google.storage.v2.ObjectOrBuilder
Access controls on the object.
getAclOrBuilderList() - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
getAclOrBuilderList() - Method in class com.google.storage.v2.Bucket
Access controls on the bucket.
getAclOrBuilderList() - Method in interface com.google.storage.v2.BucketOrBuilder
Access controls on the bucket.
getAclOrBuilderList() - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
getAclOrBuilderList() - Method in class com.google.storage.v2.Object
Access controls on the object.
getAclOrBuilderList() - Method in interface com.google.storage.v2.ObjectOrBuilder
Access controls on the object.
getAction() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The action to take.
getAction() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
The action to take.
getAction() - Method in interface com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder
The action to take.
getActionBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The action to take.
getActionOrBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The action to take.
getActionOrBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
The action to take.
getActionOrBuilder() - Method in interface com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder
The action to take.
getAgeDays() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Age of an object (in days).
getAgeDays() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
Age of an object (in days).
getAgeDays() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
Age of an object (in days).
getBilling() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's billing config.
getBilling() - Method in class com.google.storage.v2.Bucket
The bucket's billing config.
getBilling() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's billing config.
getBillingBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's billing config.
getBillingOrBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's billing config.
getBillingOrBuilder() - Method in class com.google.storage.v2.Bucket
The bucket's billing config.
getBillingOrBuilder() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's billing config.
getBucket() - Method in class com.google.storage.v2.Object.Builder
Immutable.
getBucket() - Method in class com.google.storage.v2.Object
Immutable.
getBucket() - Method in interface com.google.storage.v2.ObjectOrBuilder
Immutable.
getBucket() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The name of the bucket containing the object to read.
getBucket() - Method in class com.google.storage.v2.ReadObjectRequest
The name of the bucket containing the object to read.
getBucket() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
The name of the bucket containing the object to read.
getBucketBytes() - Method in class com.google.storage.v2.Object.Builder
Immutable.
getBucketBytes() - Method in class com.google.storage.v2.Object
Immutable.
getBucketBytes() - Method in interface com.google.storage.v2.ObjectOrBuilder
Immutable.
getBucketBytes() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The name of the bucket containing the object to read.
getBucketBytes() - Method in class com.google.storage.v2.ReadObjectRequest
The name of the bucket containing the object to read.
getBucketBytes() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
The name of the bucket containing the object to read.
getBucketId() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getBucketId() - Method in class com.google.storage.v2.Bucket
Output only.
getBucketId() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
getBucketIdBytes() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getBucketIdBytes() - Method in class com.google.storage.v2.Bucket
Output only.
getBucketIdBytes() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
getCacheControl() - Method in class com.google.storage.v2.Object.Builder
Cache-Control directive for the object data, matching [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
getCacheControl() - Method in class com.google.storage.v2.Object
Cache-Control directive for the object data, matching [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
getCacheControl() - Method in interface com.google.storage.v2.ObjectOrBuilder
Cache-Control directive for the object data, matching [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
getCacheControlBytes() - Method in class com.google.storage.v2.Object.Builder
Cache-Control directive for the object data, matching [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
getCacheControlBytes() - Method in class com.google.storage.v2.Object
Cache-Control directive for the object data, matching [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
getCacheControlBytes() - Method in interface com.google.storage.v2.ObjectOrBuilder
Cache-Control directive for the object data, matching [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
getChecksummedData() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
A portion of the data for the object.
getChecksummedData() - Method in class com.google.storage.v2.ReadObjectResponse
A portion of the data for the object.
getChecksummedData() - Method in interface com.google.storage.v2.ReadObjectResponseOrBuilder
A portion of the data for the object.
getChecksummedData() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
The data to insert.
getChecksummedData() - Method in class com.google.storage.v2.WriteObjectRequest
The data to insert.
getChecksummedData() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
The data to insert.
getChecksummedDataBuilder() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
A portion of the data for the object.
getChecksummedDataBuilder() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
The data to insert.
getChecksummedDataOrBuilder() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
A portion of the data for the object.
getChecksummedDataOrBuilder() - Method in class com.google.storage.v2.ReadObjectResponse
A portion of the data for the object.
getChecksummedDataOrBuilder() - Method in interface com.google.storage.v2.ReadObjectResponseOrBuilder
A portion of the data for the object.
getChecksummedDataOrBuilder() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
The data to insert.
getChecksummedDataOrBuilder() - Method in class com.google.storage.v2.WriteObjectRequest
The data to insert.
getChecksummedDataOrBuilder() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
The data to insert.
getChecksums() - Method in class com.google.storage.v2.Object.Builder
Output only.
getChecksums() - Method in class com.google.storage.v2.Object
Output only.
getChecksums() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getChecksumsBuilder() - Method in class com.google.storage.v2.Object.Builder
Output only.
getChecksumsOrBuilder() - Method in class com.google.storage.v2.Object.Builder
Output only.
getChecksumsOrBuilder() - Method in class com.google.storage.v2.Object
Output only.
getChecksumsOrBuilder() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getCommonObjectRequestParams() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParams() - Method in class com.google.storage.v2.QueryWriteStatusRequest
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParams() - Method in interface com.google.storage.v2.QueryWriteStatusRequestOrBuilder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParams() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParams() - Method in class com.google.storage.v2.ReadObjectRequest
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParams() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParams() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParams() - Method in class com.google.storage.v2.StartResumableWriteRequest
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParams() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParams() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParams() - Method in class com.google.storage.v2.WriteObjectRequest
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParams() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsBuilder() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsBuilder() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsBuilder() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.QueryWriteStatusRequest
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsOrBuilder() - Method in interface com.google.storage.v2.QueryWriteStatusRequestOrBuilder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.ReadObjectRequest
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsOrBuilder() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsOrBuilder() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.WriteObjectRequest
A set of parameters common to Storage API requests concerning an object.
getCommonObjectRequestParamsOrBuilder() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
A set of parameters common to Storage API requests concerning an object.
getCommonRequestParams() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to all Storage API requests.
getCommonRequestParams() - Method in class com.google.storage.v2.QueryWriteStatusRequest
A set of parameters common to all Storage API requests.
getCommonRequestParams() - Method in interface com.google.storage.v2.QueryWriteStatusRequestOrBuilder
A set of parameters common to all Storage API requests.
getCommonRequestParams() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to all Storage API requests.
getCommonRequestParams() - Method in class com.google.storage.v2.ReadObjectRequest
A set of parameters common to all Storage API requests.
getCommonRequestParams() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
A set of parameters common to all Storage API requests.
getCommonRequestParams() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to all Storage API requests.
getCommonRequestParams() - Method in class com.google.storage.v2.StartResumableWriteRequest
A set of parameters common to all Storage API requests.
getCommonRequestParams() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
A set of parameters common to all Storage API requests.
getCommonRequestParams() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to all Storage API requests.
getCommonRequestParams() - Method in class com.google.storage.v2.WriteObjectRequest
A set of parameters common to all Storage API requests.
getCommonRequestParams() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
A set of parameters common to all Storage API requests.
getCommonRequestParamsBuilder() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to all Storage API requests.
getCommonRequestParamsBuilder() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to all Storage API requests.
getCommonRequestParamsBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to all Storage API requests.
getCommonRequestParamsBuilder() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to all Storage API requests.
getCommonRequestParamsOrBuilder() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to all Storage API requests.
getCommonRequestParamsOrBuilder() - Method in class com.google.storage.v2.QueryWriteStatusRequest
A set of parameters common to all Storage API requests.
getCommonRequestParamsOrBuilder() - Method in interface com.google.storage.v2.QueryWriteStatusRequestOrBuilder
A set of parameters common to all Storage API requests.
getCommonRequestParamsOrBuilder() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to all Storage API requests.
getCommonRequestParamsOrBuilder() - Method in class com.google.storage.v2.ReadObjectRequest
A set of parameters common to all Storage API requests.
getCommonRequestParamsOrBuilder() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
A set of parameters common to all Storage API requests.
getCommonRequestParamsOrBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to all Storage API requests.
getCommonRequestParamsOrBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest
A set of parameters common to all Storage API requests.
getCommonRequestParamsOrBuilder() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
A set of parameters common to all Storage API requests.
getCommonRequestParamsOrBuilder() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to all Storage API requests.
getCommonRequestParamsOrBuilder() - Method in class com.google.storage.v2.WriteObjectRequest
A set of parameters common to all Storage API requests.
getCommonRequestParamsOrBuilder() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
A set of parameters common to all Storage API requests.
getCompleteLength() - Method in class com.google.storage.v2.ContentRange.Builder
The complete length of the object data.
getCompleteLength() - Method in class com.google.storage.v2.ContentRange
The complete length of the object data.
getCompleteLength() - Method in interface com.google.storage.v2.ContentRangeOrBuilder
The complete length of the object data.
getComponentCount() - Method in class com.google.storage.v2.Object.Builder
Output only.
getComponentCount() - Method in class com.google.storage.v2.Object
Output only.
getComponentCount() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getCondition() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The condition(s) under which the action will be taken.
getCondition() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
The condition(s) under which the action will be taken.
getCondition() - Method in interface com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder
The condition(s) under which the action will be taken.
getConditionBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The condition(s) under which the action will be taken.
getConditionOrBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The condition(s) under which the action will be taken.
getConditionOrBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
The condition(s) under which the action will be taken.
getConditionOrBuilder() - Method in interface com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder
The condition(s) under which the action will be taken.
getContent() - Method in class com.google.storage.v2.ChecksummedData.Builder
The data.
getContent() - Method in class com.google.storage.v2.ChecksummedData
The data.
getContent() - Method in interface com.google.storage.v2.ChecksummedDataOrBuilder
The data.
getContentDisposition() - Method in class com.google.storage.v2.Object.Builder
Content-Disposition of the object data, matching [https://tools.ietf.org/html/rfc6266][RFC 6266].
getContentDisposition() - Method in class com.google.storage.v2.Object
Content-Disposition of the object data, matching [https://tools.ietf.org/html/rfc6266][RFC 6266].
getContentDisposition() - Method in interface com.google.storage.v2.ObjectOrBuilder
Content-Disposition of the object data, matching [https://tools.ietf.org/html/rfc6266][RFC 6266].
getContentDispositionBytes() - Method in class com.google.storage.v2.Object.Builder
Content-Disposition of the object data, matching [https://tools.ietf.org/html/rfc6266][RFC 6266].
getContentDispositionBytes() - Method in class com.google.storage.v2.Object
Content-Disposition of the object data, matching [https://tools.ietf.org/html/rfc6266][RFC 6266].
getContentDispositionBytes() - Method in interface com.google.storage.v2.ObjectOrBuilder
Content-Disposition of the object data, matching [https://tools.ietf.org/html/rfc6266][RFC 6266].
getContentEncoding() - Method in class com.google.storage.v2.Object.Builder
Content-Encoding of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
getContentEncoding() - Method in class com.google.storage.v2.Object
Content-Encoding of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
getContentEncoding() - Method in interface com.google.storage.v2.ObjectOrBuilder
Content-Encoding of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
getContentEncodingBytes() - Method in class com.google.storage.v2.Object.Builder
Content-Encoding of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
getContentEncodingBytes() - Method in class com.google.storage.v2.Object
Content-Encoding of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
getContentEncodingBytes() - Method in interface com.google.storage.v2.ObjectOrBuilder
Content-Encoding of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
getContentLanguage() - Method in class com.google.storage.v2.Object.Builder
Content-Language of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
getContentLanguage() - Method in class com.google.storage.v2.Object
Content-Language of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
getContentLanguage() - Method in interface com.google.storage.v2.ObjectOrBuilder
Content-Language of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
getContentLanguageBytes() - Method in class com.google.storage.v2.Object.Builder
Content-Language of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
getContentLanguageBytes() - Method in class com.google.storage.v2.Object
Content-Language of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
getContentLanguageBytes() - Method in interface com.google.storage.v2.ObjectOrBuilder
Content-Language of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
getContentRange() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
getContentRange() - Method in class com.google.storage.v2.ReadObjectResponse
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
getContentRange() - Method in interface com.google.storage.v2.ReadObjectResponseOrBuilder
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
getContentRangeBuilder() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
getContentRangeOrBuilder() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
getContentRangeOrBuilder() - Method in class com.google.storage.v2.ReadObjectResponse
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
getContentRangeOrBuilder() - Method in interface com.google.storage.v2.ReadObjectResponseOrBuilder
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
getContentType() - Method in class com.google.storage.v2.Object.Builder
Content-Type of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
getContentType() - Method in class com.google.storage.v2.Object
Content-Type of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
getContentType() - Method in interface com.google.storage.v2.ObjectOrBuilder
Content-Type of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
getContentTypeBytes() - Method in class com.google.storage.v2.Object.Builder
Content-Type of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
getContentTypeBytes() - Method in class com.google.storage.v2.Object
Content-Type of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
getContentTypeBytes() - Method in interface com.google.storage.v2.ObjectOrBuilder
Content-Type of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
getCors(int) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCors(int) - Method in class com.google.storage.v2.Bucket
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCors(int) - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsBuilder(int) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsBuilderList() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsCount() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsCount() - Method in class com.google.storage.v2.Bucket
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsCount() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsList() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsList() - Method in class com.google.storage.v2.Bucket
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsList() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsOrBuilder(int) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsOrBuilder(int) - Method in class com.google.storage.v2.Bucket
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsOrBuilder(int) - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsOrBuilderList() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsOrBuilderList() - Method in class com.google.storage.v2.Bucket
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCorsOrBuilderList() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
getCrc32C() - Method in class com.google.storage.v2.ChecksummedData.Builder
If set, the CRC32C digest of the content field.
getCrc32C() - Method in class com.google.storage.v2.ChecksummedData
If set, the CRC32C digest of the content field.
getCrc32C() - Method in interface com.google.storage.v2.ChecksummedDataOrBuilder
If set, the CRC32C digest of the content field.
getCrc32C() - Method in class com.google.storage.v2.ObjectChecksums.Builder
CRC32C digest of the object data.
getCrc32C() - Method in class com.google.storage.v2.ObjectChecksums
CRC32C digest of the object data.
getCrc32C() - Method in interface com.google.storage.v2.ObjectChecksumsOrBuilder
CRC32C digest of the object data.
getCreatedBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is satisfied when an object is created before midnight of the specified date in UTC.
getCreatedBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
This condition is satisfied when an object is created before midnight of the specified date in UTC.
getCreatedBefore() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
This condition is satisfied when an object is created before midnight of the specified date in UTC.
getCreatedBeforeBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is satisfied when an object is created before midnight of the specified date in UTC.
getCreatedBeforeOrBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is satisfied when an object is created before midnight of the specified date in UTC.
getCreatedBeforeOrBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
This condition is satisfied when an object is created before midnight of the specified date in UTC.
getCreatedBeforeOrBuilder() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
This condition is satisfied when an object is created before midnight of the specified date in UTC.
getCreateTime() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getCreateTime() - Method in class com.google.storage.v2.Bucket
Output only.
getCreateTime() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
getCreateTime() - Method in class com.google.storage.v2.Object.Builder
Output only.
getCreateTime() - Method in class com.google.storage.v2.Object
Output only.
getCreateTime() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getCreateTimeBuilder() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getCreateTimeBuilder() - Method in class com.google.storage.v2.Object.Builder
Output only.
getCreateTimeOrBuilder() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getCreateTimeOrBuilder() - Method in class com.google.storage.v2.Bucket
Output only.
getCreateTimeOrBuilder() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
getCreateTimeOrBuilder() - Method in class com.google.storage.v2.Object.Builder
Output only.
getCreateTimeOrBuilder() - Method in class com.google.storage.v2.Object
Output only.
getCreateTimeOrBuilder() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getCustomerEncryption() - Method in class com.google.storage.v2.Object.Builder
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
getCustomerEncryption() - Method in class com.google.storage.v2.Object
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
getCustomerEncryption() - Method in interface com.google.storage.v2.ObjectOrBuilder
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
getCustomerEncryptionBuilder() - Method in class com.google.storage.v2.Object.Builder
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
getCustomerEncryptionOrBuilder() - Method in class com.google.storage.v2.Object.Builder
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
getCustomerEncryptionOrBuilder() - Method in class com.google.storage.v2.Object
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
getCustomerEncryptionOrBuilder() - Method in interface com.google.storage.v2.ObjectOrBuilder
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
getCustomTime() - Method in class com.google.storage.v2.Object.Builder
A user-specified timestamp set on an object.
getCustomTime() - Method in class com.google.storage.v2.Object
A user-specified timestamp set on an object.
getCustomTime() - Method in interface com.google.storage.v2.ObjectOrBuilder
A user-specified timestamp set on an object.
getCustomTimeBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
getCustomTimeBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
getCustomTimeBefore() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
getCustomTimeBeforeBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
getCustomTimeBeforeOrBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
getCustomTimeBeforeOrBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
getCustomTimeBeforeOrBuilder() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
getCustomTimeBuilder() - Method in class com.google.storage.v2.Object.Builder
A user-specified timestamp set on an object.
getCustomTimeOrBuilder() - Method in class com.google.storage.v2.Object.Builder
A user-specified timestamp set on an object.
getCustomTimeOrBuilder() - Method in class com.google.storage.v2.Object
A user-specified timestamp set on an object.
getCustomTimeOrBuilder() - Method in interface com.google.storage.v2.ObjectOrBuilder
A user-specified timestamp set on an object.
getDataCase() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
getDataCase() - Method in class com.google.storage.v2.WriteObjectRequest
 
getDataCase() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
 
getDaysSinceCustomTime() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Number of days that have elapsed since the custom timestamp set on an object.
getDaysSinceCustomTime() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
Number of days that have elapsed since the custom timestamp set on an object.
getDaysSinceCustomTime() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
Number of days that have elapsed since the custom timestamp set on an object.
getDaysSinceNoncurrentTime() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is relevant only for versioned objects.
getDaysSinceNoncurrentTime() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
This condition is relevant only for versioned objects.
getDaysSinceNoncurrentTime() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
This condition is relevant only for versioned objects.
getDefaultEventBasedHold() - Method in class com.google.storage.v2.Bucket.Builder
The default value for event-based hold on newly created objects in this bucket.
getDefaultEventBasedHold() - Method in class com.google.storage.v2.Bucket
The default value for event-based hold on newly created objects in this bucket.
getDefaultEventBasedHold() - Method in interface com.google.storage.v2.BucketOrBuilder
The default value for event-based hold on newly created objects in this bucket.
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.Billing
 
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.Cors
 
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.Encryption
 
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket
 
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.IamConfig
 
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.Logging
 
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.Versioning
 
getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.Website
 
getDefaultInstance() - Static method in class com.google.storage.v2.BucketAccessControl
 
getDefaultInstance() - Static method in class com.google.storage.v2.ChecksummedData
 
getDefaultInstance() - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
getDefaultInstance() - Static method in class com.google.storage.v2.CommonRequestParams
 
getDefaultInstance() - Static method in class com.google.storage.v2.ContentRange
 
getDefaultInstance() - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
getDefaultInstance() - Static method in class com.google.storage.v2.Object
 
getDefaultInstance() - Static method in class com.google.storage.v2.ObjectAccessControl
 
getDefaultInstance() - Static method in class com.google.storage.v2.ObjectChecksums
 
getDefaultInstance() - Static method in class com.google.storage.v2.Owner
 
getDefaultInstance() - Static method in class com.google.storage.v2.ProjectTeam
 
getDefaultInstance() - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
getDefaultInstance() - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
getDefaultInstance() - Static method in class com.google.storage.v2.ReadObjectRequest
 
getDefaultInstance() - Static method in class com.google.storage.v2.ReadObjectResponse
 
getDefaultInstance() - Static method in class com.google.storage.v2.ServiceConstants
 
getDefaultInstance() - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
getDefaultInstance() - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
getDefaultInstance() - Static method in class com.google.storage.v2.WriteObjectRequest
 
getDefaultInstance() - Static method in class com.google.storage.v2.WriteObjectResponse
 
getDefaultInstance() - Static method in class com.google.storage.v2.WriteObjectSpec
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Billing
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Cors
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Encryption
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.IamConfig
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Lifecycle
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Logging
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Versioning
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Website.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Website
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.BucketAccessControl
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ChecksummedData.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ChecksummedData
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.CommonObjectRequestParams
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.CommonRequestParams
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ContentRange.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ContentRange
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Object.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Object.CustomerEncryption
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Object
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ObjectAccessControl
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ObjectChecksums
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Owner.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.Owner
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ProjectTeam.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ProjectTeam
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.QueryWriteStatusRequest
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ReadObjectRequest
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ReadObjectResponse
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ServiceConstants.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.ServiceConstants
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.StartResumableWriteRequest
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.StartResumableWriteResponse
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.WriteObjectRequest
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.WriteObjectResponse
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
getDefaultInstanceForType() - Method in class com.google.storage.v2.WriteObjectSpec
 
getDefaultKmsKey() - Method in class com.google.storage.v2.Bucket.Encryption.Builder
A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
getDefaultKmsKey() - Method in class com.google.storage.v2.Bucket.Encryption
A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
getDefaultKmsKey() - Method in interface com.google.storage.v2.Bucket.EncryptionOrBuilder
A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
getDefaultKmsKeyBytes() - Method in class com.google.storage.v2.Bucket.Encryption.Builder
A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
getDefaultKmsKeyBytes() - Method in class com.google.storage.v2.Bucket.Encryption
A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
getDefaultKmsKeyBytes() - Method in interface com.google.storage.v2.Bucket.EncryptionOrBuilder
A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
getDefaultObjectAcl(int) - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAcl(int) - Method in class com.google.storage.v2.Bucket
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAcl(int) - Method in interface com.google.storage.v2.BucketOrBuilder
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclBuilder(int) - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclBuilderList() - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclCount() - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclCount() - Method in class com.google.storage.v2.Bucket
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclCount() - Method in interface com.google.storage.v2.BucketOrBuilder
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclList() - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclList() - Method in class com.google.storage.v2.Bucket
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclList() - Method in interface com.google.storage.v2.BucketOrBuilder
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclOrBuilder(int) - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclOrBuilder(int) - Method in class com.google.storage.v2.Bucket
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclOrBuilder(int) - Method in interface com.google.storage.v2.BucketOrBuilder
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclOrBuilderList() - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclOrBuilderList() - Method in class com.google.storage.v2.Bucket
Default access controls to apply to new objects when no ACL is provided.
getDefaultObjectAclOrBuilderList() - Method in interface com.google.storage.v2.BucketOrBuilder
Default access controls to apply to new objects when no ACL is provided.
getDeleteTime() - Method in class com.google.storage.v2.Object.Builder
Output only.
getDeleteTime() - Method in class com.google.storage.v2.Object
Output only.
getDeleteTime() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getDeleteTimeBuilder() - Method in class com.google.storage.v2.Object.Builder
Output only.
getDeleteTimeOrBuilder() - Method in class com.google.storage.v2.Object.Builder
Output only.
getDeleteTimeOrBuilder() - Method in class com.google.storage.v2.Object
Output only.
getDeleteTimeOrBuilder() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Billing.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Billing
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Cors.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Cors
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Encryption.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Encryption
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.IamConfig
 
getDescriptor() - Static method in enum com.google.storage.v2.Bucket.IamConfig.PublicAccessPrevention
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Logging.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Logging
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Versioning.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Versioning
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Website.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Bucket.Website
 
getDescriptor() - Static method in class com.google.storage.v2.BucketAccessControl.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.BucketAccessControl
 
getDescriptor() - Static method in class com.google.storage.v2.ChecksummedData.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.ChecksummedData
 
getDescriptor() - Static method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
getDescriptor() - Static method in class com.google.storage.v2.CommonRequestParams.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.CommonRequestParams
 
getDescriptor() - Static method in class com.google.storage.v2.ContentRange.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.ContentRange
 
getDescriptor() - Static method in class com.google.storage.v2.Object.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
getDescriptor() - Static method in class com.google.storage.v2.Object
 
getDescriptor() - Static method in class com.google.storage.v2.ObjectAccessControl.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.ObjectAccessControl
 
getDescriptor() - Static method in class com.google.storage.v2.ObjectChecksums.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.ObjectChecksums
 
getDescriptor() - Static method in class com.google.storage.v2.Owner.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.Owner
 
getDescriptor() - Static method in enum com.google.storage.v2.PredefinedObjectAcl
 
getDescriptor() - Static method in class com.google.storage.v2.ProjectTeam.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.ProjectTeam
 
getDescriptor() - Static method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
getDescriptor() - Static method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
getDescriptor() - Static method in class com.google.storage.v2.ReadObjectRequest.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.ReadObjectRequest
 
getDescriptor() - Static method in class com.google.storage.v2.ReadObjectResponse.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.ReadObjectResponse
 
getDescriptor() - Static method in class com.google.storage.v2.ServiceConstants.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.ServiceConstants
 
getDescriptor() - Static method in enum com.google.storage.v2.ServiceConstants.Values
 
getDescriptor() - Static method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
getDescriptor() - Static method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
getDescriptor() - Static method in class com.google.storage.v2.StorageProto
 
getDescriptor() - Static method in class com.google.storage.v2.WriteObjectRequest.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.WriteObjectRequest
 
getDescriptor() - Static method in class com.google.storage.v2.WriteObjectResponse.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.WriteObjectResponse
 
getDescriptor() - Static method in class com.google.storage.v2.WriteObjectSpec.Builder
 
getDescriptor() - Static method in class com.google.storage.v2.WriteObjectSpec
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
getDescriptorForType() - Method in enum com.google.storage.v2.Bucket.IamConfig.PublicAccessPrevention
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Bucket.Website.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.ChecksummedData.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.ContentRange.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Object.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.Owner.Builder
 
getDescriptorForType() - Method in enum com.google.storage.v2.PredefinedObjectAcl
 
getDescriptorForType() - Method in class com.google.storage.v2.ProjectTeam.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.ServiceConstants.Builder
 
getDescriptorForType() - Method in enum com.google.storage.v2.ServiceConstants.Values
 
getDescriptorForType() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
getDescriptorForType() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
getDomain() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The domain associated with the entity, if any.
getDomain() - Method in class com.google.storage.v2.BucketAccessControl
The domain associated with the entity, if any.
getDomain() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The domain associated with the entity, if any.
getDomain() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The domain associated with the entity, if any.
getDomain() - Method in class com.google.storage.v2.ObjectAccessControl
The domain associated with the entity, if any.
getDomain() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The domain associated with the entity, if any.
getDomainBytes() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The domain associated with the entity, if any.
getDomainBytes() - Method in class com.google.storage.v2.BucketAccessControl
The domain associated with the entity, if any.
getDomainBytes() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The domain associated with the entity, if any.
getDomainBytes() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The domain associated with the entity, if any.
getDomainBytes() - Method in class com.google.storage.v2.ObjectAccessControl
The domain associated with the entity, if any.
getDomainBytes() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The domain associated with the entity, if any.
getEffectiveTime() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
Server-determined value that indicates the time from which policy was enforced and effective.
getEffectiveTime() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
Server-determined value that indicates the time from which policy was enforced and effective.
getEffectiveTime() - Method in interface com.google.storage.v2.Bucket.RetentionPolicyOrBuilder
Server-determined value that indicates the time from which policy was enforced and effective.
getEffectiveTimeBuilder() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
Server-determined value that indicates the time from which policy was enforced and effective.
getEffectiveTimeOrBuilder() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
Server-determined value that indicates the time from which policy was enforced and effective.
getEffectiveTimeOrBuilder() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
Server-determined value that indicates the time from which policy was enforced and effective.
getEffectiveTimeOrBuilder() - Method in interface com.google.storage.v2.Bucket.RetentionPolicyOrBuilder
Server-determined value that indicates the time from which policy was enforced and effective.
getEmail() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The email address associated with the entity, if any.
getEmail() - Method in class com.google.storage.v2.BucketAccessControl
The email address associated with the entity, if any.
getEmail() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The email address associated with the entity, if any.
getEmail() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The email address associated with the entity, if any.
getEmail() - Method in class com.google.storage.v2.ObjectAccessControl
The email address associated with the entity, if any.
getEmail() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The email address associated with the entity, if any.
getEmailBytes() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The email address associated with the entity, if any.
getEmailBytes() - Method in class com.google.storage.v2.BucketAccessControl
The email address associated with the entity, if any.
getEmailBytes() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The email address associated with the entity, if any.
getEmailBytes() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The email address associated with the entity, if any.
getEmailBytes() - Method in class com.google.storage.v2.ObjectAccessControl
The email address associated with the entity, if any.
getEmailBytes() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The email address associated with the entity, if any.
getEnabled() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
If set, access checks only use bucket-level IAM policies or above.
getEnabled() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
If set, access checks only use bucket-level IAM policies or above.
getEnabled() - Method in interface com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder
If set, access checks only use bucket-level IAM policies or above.
getEnabled() - Method in class com.google.storage.v2.Bucket.Versioning.Builder
While set to true, versioning is fully enabled for this bucket.
getEnabled() - Method in class com.google.storage.v2.Bucket.Versioning
While set to true, versioning is fully enabled for this bucket.
getEnabled() - Method in interface com.google.storage.v2.Bucket.VersioningOrBuilder
While set to true, versioning is fully enabled for this bucket.
getEncryption() - Method in class com.google.storage.v2.Bucket.Builder
Encryption config for a bucket.
getEncryption() - Method in class com.google.storage.v2.Bucket
Encryption config for a bucket.
getEncryption() - Method in interface com.google.storage.v2.BucketOrBuilder
Encryption config for a bucket.
getEncryptionAlgorithm() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
Encryption algorithm used with Customer-Supplied Encryption Keys feature.
getEncryptionAlgorithm() - Method in class com.google.storage.v2.CommonObjectRequestParams
Encryption algorithm used with Customer-Supplied Encryption Keys feature.
getEncryptionAlgorithm() - Method in interface com.google.storage.v2.CommonObjectRequestParamsOrBuilder
Encryption algorithm used with Customer-Supplied Encryption Keys feature.
getEncryptionAlgorithm() - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
The encryption algorithm.
getEncryptionAlgorithm() - Method in class com.google.storage.v2.Object.CustomerEncryption
The encryption algorithm.
getEncryptionAlgorithm() - Method in interface com.google.storage.v2.Object.CustomerEncryptionOrBuilder
The encryption algorithm.
getEncryptionAlgorithmBytes() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
Encryption algorithm used with Customer-Supplied Encryption Keys feature.
getEncryptionAlgorithmBytes() - Method in class com.google.storage.v2.CommonObjectRequestParams
Encryption algorithm used with Customer-Supplied Encryption Keys feature.
getEncryptionAlgorithmBytes() - Method in interface com.google.storage.v2.CommonObjectRequestParamsOrBuilder
Encryption algorithm used with Customer-Supplied Encryption Keys feature.
getEncryptionAlgorithmBytes() - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
The encryption algorithm.
getEncryptionAlgorithmBytes() - Method in class com.google.storage.v2.Object.CustomerEncryption
The encryption algorithm.
getEncryptionAlgorithmBytes() - Method in interface com.google.storage.v2.Object.CustomerEncryptionOrBuilder
The encryption algorithm.
getEncryptionBuilder() - Method in class com.google.storage.v2.Bucket.Builder
Encryption config for a bucket.
getEncryptionKeyBytes() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
Encryption key used with Customer-Supplied Encryption Keys feature.
getEncryptionKeyBytes() - Method in class com.google.storage.v2.CommonObjectRequestParams
Encryption key used with Customer-Supplied Encryption Keys feature.
getEncryptionKeyBytes() - Method in interface com.google.storage.v2.CommonObjectRequestParamsOrBuilder
Encryption key used with Customer-Supplied Encryption Keys feature.
getEncryptionKeySha256Bytes() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
SHA256 hash of encryption key used with Customer-Supplied Encryption Keys feature.
getEncryptionKeySha256Bytes() - Method in class com.google.storage.v2.CommonObjectRequestParams
SHA256 hash of encryption key used with Customer-Supplied Encryption Keys feature.
getEncryptionKeySha256Bytes() - Method in interface com.google.storage.v2.CommonObjectRequestParamsOrBuilder
SHA256 hash of encryption key used with Customer-Supplied Encryption Keys feature.
getEncryptionOrBuilder() - Method in class com.google.storage.v2.Bucket.Builder
Encryption config for a bucket.
getEncryptionOrBuilder() - Method in class com.google.storage.v2.Bucket
Encryption config for a bucket.
getEncryptionOrBuilder() - Method in interface com.google.storage.v2.BucketOrBuilder
Encryption config for a bucket.
getEnd() - Method in class com.google.storage.v2.ContentRange.Builder
The ending offset of the object data.
getEnd() - Method in class com.google.storage.v2.ContentRange
The ending offset of the object data.
getEnd() - Method in interface com.google.storage.v2.ContentRangeOrBuilder
The ending offset of the object data.
getEntity() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
getEntity() - Method in class com.google.storage.v2.BucketAccessControl
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
getEntity() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
getEntity() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
getEntity() - Method in class com.google.storage.v2.ObjectAccessControl
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
getEntity() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
getEntity() - Method in class com.google.storage.v2.Owner.Builder
The entity, in the form `user-`*userId*.
getEntity() - Method in class com.google.storage.v2.Owner
The entity, in the form `user-`*userId*.
getEntity() - Method in interface com.google.storage.v2.OwnerOrBuilder
The entity, in the form `user-`*userId*.
getEntityBytes() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
getEntityBytes() - Method in class com.google.storage.v2.BucketAccessControl
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
getEntityBytes() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
getEntityBytes() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
getEntityBytes() - Method in class com.google.storage.v2.ObjectAccessControl
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
getEntityBytes() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
getEntityBytes() - Method in class com.google.storage.v2.Owner.Builder
The entity, in the form `user-`*userId*.
getEntityBytes() - Method in class com.google.storage.v2.Owner
The entity, in the form `user-`*userId*.
getEntityBytes() - Method in interface com.google.storage.v2.OwnerOrBuilder
The entity, in the form `user-`*userId*.
getEntityId() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The ID for the entity, if any.
getEntityId() - Method in class com.google.storage.v2.BucketAccessControl
The ID for the entity, if any.
getEntityId() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The ID for the entity, if any.
getEntityId() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The ID for the entity, if any.
getEntityId() - Method in class com.google.storage.v2.ObjectAccessControl
The ID for the entity, if any.
getEntityId() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The ID for the entity, if any.
getEntityId() - Method in class com.google.storage.v2.Owner.Builder
The ID for the entity.
getEntityId() - Method in class com.google.storage.v2.Owner
The ID for the entity.
getEntityId() - Method in interface com.google.storage.v2.OwnerOrBuilder
The ID for the entity.
getEntityIdBytes() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The ID for the entity, if any.
getEntityIdBytes() - Method in class com.google.storage.v2.BucketAccessControl
The ID for the entity, if any.
getEntityIdBytes() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The ID for the entity, if any.
getEntityIdBytes() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The ID for the entity, if any.
getEntityIdBytes() - Method in class com.google.storage.v2.ObjectAccessControl
The ID for the entity, if any.
getEntityIdBytes() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The ID for the entity, if any.
getEntityIdBytes() - Method in class com.google.storage.v2.Owner.Builder
The ID for the entity.
getEntityIdBytes() - Method in class com.google.storage.v2.Owner
The ID for the entity.
getEntityIdBytes() - Method in interface com.google.storage.v2.OwnerOrBuilder
The ID for the entity.
getEventBasedHold() - Method in class com.google.storage.v2.Object.Builder
Whether an object is under event-based hold.
getEventBasedHold() - Method in class com.google.storage.v2.Object
Whether an object is under event-based hold.
getEventBasedHold() - Method in interface com.google.storage.v2.ObjectOrBuilder
Whether an object is under event-based hold.
getFinishWrite() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
If `true`, this indicates that the write is complete.
getFinishWrite() - Method in class com.google.storage.v2.WriteObjectRequest
If `true`, this indicates that the write is complete.
getFinishWrite() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
If `true`, this indicates that the write is complete.
getFirstMessageCase() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
getFirstMessageCase() - Method in class com.google.storage.v2.WriteObjectRequest
 
getFirstMessageCase() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
 
getGeneration() - Method in class com.google.storage.v2.Object.Builder
Immutable.
getGeneration() - Method in class com.google.storage.v2.Object
Immutable.
getGeneration() - Method in interface com.google.storage.v2.ObjectOrBuilder
Immutable.
getGeneration() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
If present, selects a specific revision of this object (as opposed to the latest version, the default).
getGeneration() - Method in class com.google.storage.v2.ReadObjectRequest
If present, selects a specific revision of this object (as opposed to the latest version, the default).
getGeneration() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
If present, selects a specific revision of this object (as opposed to the latest version, the default).
getIamConfig() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's IAM config.
getIamConfig() - Method in class com.google.storage.v2.Bucket
The bucket's IAM config.
getIamConfig() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's IAM config.
getIamConfigBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's IAM config.
getIamConfigOrBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's IAM config.
getIamConfigOrBuilder() - Method in class com.google.storage.v2.Bucket
The bucket's IAM config.
getIamConfigOrBuilder() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's IAM config.
getId() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The ID of the access-control entry.
getId() - Method in class com.google.storage.v2.BucketAccessControl
The ID of the access-control entry.
getId() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The ID of the access-control entry.
getId() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The ID of the access-control entry.
getId() - Method in class com.google.storage.v2.ObjectAccessControl
The ID of the access-control entry.
getId() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The ID of the access-control entry.
getIdBytes() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The ID of the access-control entry.
getIdBytes() - Method in class com.google.storage.v2.BucketAccessControl
The ID of the access-control entry.
getIdBytes() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The ID of the access-control entry.
getIdBytes() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The ID of the access-control entry.
getIdBytes() - Method in class com.google.storage.v2.ObjectAccessControl
The ID of the access-control entry.
getIdBytes() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The ID of the access-control entry.
getIfGenerationMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current generation matches the given value.
getIfGenerationMatch() - Method in class com.google.storage.v2.ReadObjectRequest
Makes the operation conditional on whether the object's current generation matches the given value.
getIfGenerationMatch() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
Makes the operation conditional on whether the object's current generation matches the given value.
getIfGenerationMatch() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current generation matches the given value.
getIfGenerationMatch() - Method in class com.google.storage.v2.WriteObjectSpec
Makes the operation conditional on whether the object's current generation matches the given value.
getIfGenerationMatch() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
Makes the operation conditional on whether the object's current generation matches the given value.
getIfGenerationNotMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current generation does not match the given value.
getIfGenerationNotMatch() - Method in class com.google.storage.v2.ReadObjectRequest
Makes the operation conditional on whether the object's current generation does not match the given value.
getIfGenerationNotMatch() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
Makes the operation conditional on whether the object's current generation does not match the given value.
getIfGenerationNotMatch() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current generation does not match the given value.
getIfGenerationNotMatch() - Method in class com.google.storage.v2.WriteObjectSpec
Makes the operation conditional on whether the object's current generation does not match the given value.
getIfGenerationNotMatch() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
Makes the operation conditional on whether the object's current generation does not match the given value.
getIfMetagenerationMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current metageneration matches the given value.
getIfMetagenerationMatch() - Method in class com.google.storage.v2.ReadObjectRequest
Makes the operation conditional on whether the object's current metageneration matches the given value.
getIfMetagenerationMatch() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
Makes the operation conditional on whether the object's current metageneration matches the given value.
getIfMetagenerationMatch() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current metageneration matches the given value.
getIfMetagenerationMatch() - Method in class com.google.storage.v2.WriteObjectSpec
Makes the operation conditional on whether the object's current metageneration matches the given value.
getIfMetagenerationMatch() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
Makes the operation conditional on whether the object's current metageneration matches the given value.
getIfMetagenerationNotMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current metageneration does not match the given value.
getIfMetagenerationNotMatch() - Method in class com.google.storage.v2.ReadObjectRequest
Makes the operation conditional on whether the object's current metageneration does not match the given value.
getIfMetagenerationNotMatch() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
Makes the operation conditional on whether the object's current metageneration does not match the given value.
getIfMetagenerationNotMatch() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current metageneration does not match the given value.
getIfMetagenerationNotMatch() - Method in class com.google.storage.v2.WriteObjectSpec
Makes the operation conditional on whether the object's current metageneration does not match the given value.
getIfMetagenerationNotMatch() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
Makes the operation conditional on whether the object's current metageneration does not match the given value.
getIsLive() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Relevant only for versioned objects.
getIsLive() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
Relevant only for versioned objects.
getIsLive() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
Relevant only for versioned objects.
getIsLocked() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
Once locked, an object retention policy cannot be modified.
getIsLocked() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
Once locked, an object retention policy cannot be modified.
getIsLocked() - Method in interface com.google.storage.v2.Bucket.RetentionPolicyOrBuilder
Once locked, an object retention policy cannot be modified.
getKeySha256Bytes() - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
SHA256 hash value of the encryption key.
getKeySha256Bytes() - Method in class com.google.storage.v2.Object.CustomerEncryption
SHA256 hash value of the encryption key.
getKeySha256Bytes() - Method in interface com.google.storage.v2.Object.CustomerEncryptionOrBuilder
SHA256 hash value of the encryption key.
getKmsKey() - Method in class com.google.storage.v2.Object.Builder
Cloud KMS Key used to encrypt this object, if the object is encrypted by such a key.
getKmsKey() - Method in class com.google.storage.v2.Object
Cloud KMS Key used to encrypt this object, if the object is encrypted by such a key.
getKmsKey() - Method in interface com.google.storage.v2.ObjectOrBuilder
Cloud KMS Key used to encrypt this object, if the object is encrypted by such a key.
getKmsKeyBytes() - Method in class com.google.storage.v2.Object.Builder
Cloud KMS Key used to encrypt this object, if the object is encrypted by such a key.
getKmsKeyBytes() - Method in class com.google.storage.v2.Object
Cloud KMS Key used to encrypt this object, if the object is encrypted by such a key.
getKmsKeyBytes() - Method in interface com.google.storage.v2.ObjectOrBuilder
Cloud KMS Key used to encrypt this object, if the object is encrypted by such a key.
getLabels() - Method in class com.google.storage.v2.Bucket.Builder
Deprecated.
getLabels() - Method in class com.google.storage.v2.Bucket
Deprecated.
getLabels() - Method in interface com.google.storage.v2.BucketOrBuilder
Deprecated.
getLabelsCount() - Method in class com.google.storage.v2.Bucket.Builder
 
getLabelsCount() - Method in class com.google.storage.v2.Bucket
 
getLabelsCount() - Method in interface com.google.storage.v2.BucketOrBuilder
User-provided labels, in key/value pairs.
getLabelsMap() - Method in class com.google.storage.v2.Bucket.Builder
User-provided labels, in key/value pairs.
getLabelsMap() - Method in class com.google.storage.v2.Bucket
User-provided labels, in key/value pairs.
getLabelsMap() - Method in interface com.google.storage.v2.BucketOrBuilder
User-provided labels, in key/value pairs.
getLabelsOrDefault(String, String) - Method in class com.google.storage.v2.Bucket.Builder
User-provided labels, in key/value pairs.
getLabelsOrDefault(String, String) - Method in class com.google.storage.v2.Bucket
User-provided labels, in key/value pairs.
getLabelsOrDefault(String, String) - Method in interface com.google.storage.v2.BucketOrBuilder
User-provided labels, in key/value pairs.
getLabelsOrThrow(String) - Method in class com.google.storage.v2.Bucket.Builder
User-provided labels, in key/value pairs.
getLabelsOrThrow(String) - Method in class com.google.storage.v2.Bucket
User-provided labels, in key/value pairs.
getLabelsOrThrow(String) - Method in interface com.google.storage.v2.BucketOrBuilder
User-provided labels, in key/value pairs.
getLifecycle() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's lifecycle config.
getLifecycle() - Method in class com.google.storage.v2.Bucket
The bucket's lifecycle config.
getLifecycle() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's lifecycle config.
getLifecycleBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's lifecycle config.
getLifecycleOrBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's lifecycle config.
getLifecycleOrBuilder() - Method in class com.google.storage.v2.Bucket
The bucket's lifecycle config.
getLifecycleOrBuilder() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's lifecycle config.
getLocation() - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
getLocation() - Method in class com.google.storage.v2.Bucket
Immutable.
getLocation() - Method in interface com.google.storage.v2.BucketOrBuilder
Immutable.
getLocationBytes() - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
getLocationBytes() - Method in class com.google.storage.v2.Bucket
Immutable.
getLocationBytes() - Method in interface com.google.storage.v2.BucketOrBuilder
Immutable.
getLocationType() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getLocationType() - Method in class com.google.storage.v2.Bucket
Output only.
getLocationType() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
getLocationTypeBytes() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getLocationTypeBytes() - Method in class com.google.storage.v2.Bucket
Output only.
getLocationTypeBytes() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
getLockTime() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
getLockTime() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
getLockTime() - Method in interface com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
getLockTimeBuilder() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
getLockTimeOrBuilder() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
getLockTimeOrBuilder() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
getLockTimeOrBuilder() - Method in interface com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
getLogBucket() - Method in class com.google.storage.v2.Bucket.Logging.Builder
The destination bucket where the current bucket's logs should be placed.
getLogBucket() - Method in class com.google.storage.v2.Bucket.Logging
The destination bucket where the current bucket's logs should be placed.
getLogBucket() - Method in interface com.google.storage.v2.Bucket.LoggingOrBuilder
The destination bucket where the current bucket's logs should be placed.
getLogBucketBytes() - Method in class com.google.storage.v2.Bucket.Logging.Builder
The destination bucket where the current bucket's logs should be placed.
getLogBucketBytes() - Method in class com.google.storage.v2.Bucket.Logging
The destination bucket where the current bucket's logs should be placed.
getLogBucketBytes() - Method in interface com.google.storage.v2.Bucket.LoggingOrBuilder
The destination bucket where the current bucket's logs should be placed.
getLogging() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
getLogging() - Method in class com.google.storage.v2.Bucket
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
getLogging() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
getLoggingBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
getLoggingOrBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
getLoggingOrBuilder() - Method in class com.google.storage.v2.Bucket
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
getLoggingOrBuilder() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
getLogObjectPrefix() - Method in class com.google.storage.v2.Bucket.Logging.Builder
A prefix for log object names.
getLogObjectPrefix() - Method in class com.google.storage.v2.Bucket.Logging
A prefix for log object names.
getLogObjectPrefix() - Method in interface com.google.storage.v2.Bucket.LoggingOrBuilder
A prefix for log object names.
getLogObjectPrefixBytes() - Method in class com.google.storage.v2.Bucket.Logging.Builder
A prefix for log object names.
getLogObjectPrefixBytes() - Method in class com.google.storage.v2.Bucket.Logging
A prefix for log object names.
getLogObjectPrefixBytes() - Method in interface com.google.storage.v2.Bucket.LoggingOrBuilder
A prefix for log object names.
getMainPageSuffix() - Method in class com.google.storage.v2.Bucket.Website.Builder
If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object.
getMainPageSuffix() - Method in class com.google.storage.v2.Bucket.Website
If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object.
getMainPageSuffix() - Method in interface com.google.storage.v2.Bucket.WebsiteOrBuilder
If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object.
getMainPageSuffixBytes() - Method in class com.google.storage.v2.Bucket.Website.Builder
If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object.
getMainPageSuffixBytes() - Method in class com.google.storage.v2.Bucket.Website
If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object.
getMainPageSuffixBytes() - Method in interface com.google.storage.v2.Bucket.WebsiteOrBuilder
If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object.
getMatchesStorageClass(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Objects having any of the storage classes specified by this condition will be matched.
getMatchesStorageClass(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
Objects having any of the storage classes specified by this condition will be matched.
getMatchesStorageClass(int) - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
Objects having any of the storage classes specified by this condition will be matched.
getMatchesStorageClassBytes(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Objects having any of the storage classes specified by this condition will be matched.
getMatchesStorageClassBytes(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
Objects having any of the storage classes specified by this condition will be matched.
getMatchesStorageClassBytes(int) - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
Objects having any of the storage classes specified by this condition will be matched.
getMatchesStorageClassCount() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Objects having any of the storage classes specified by this condition will be matched.
getMatchesStorageClassCount() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
Objects having any of the storage classes specified by this condition will be matched.
getMatchesStorageClassCount() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
Objects having any of the storage classes specified by this condition will be matched.
getMatchesStorageClassList() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Objects having any of the storage classes specified by this condition will be matched.
getMatchesStorageClassList() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
Objects having any of the storage classes specified by this condition will be matched.
getMatchesStorageClassList() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
Objects having any of the storage classes specified by this condition will be matched.
getMaxAgeSeconds() - Method in class com.google.storage.v2.Bucket.Cors.Builder
The value, in seconds, to return in the [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age header] used in preflight responses.
getMaxAgeSeconds() - Method in class com.google.storage.v2.Bucket.Cors
The value, in seconds, to return in the [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age header] used in preflight responses.
getMaxAgeSeconds() - Method in interface com.google.storage.v2.Bucket.CorsOrBuilder
The value, in seconds, to return in the [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age header] used in preflight responses.
getMd5Hash() - Method in class com.google.storage.v2.ObjectChecksums.Builder
128 bit MD5 hash of the object data.
getMd5Hash() - Method in class com.google.storage.v2.ObjectChecksums
128 bit MD5 hash of the object data.
getMd5Hash() - Method in interface com.google.storage.v2.ObjectChecksumsOrBuilder
128 bit MD5 hash of the object data.
getMetadata() - Method in class com.google.storage.v2.Object.Builder
Deprecated.
getMetadata() - Method in class com.google.storage.v2.Object
Deprecated.
getMetadata() - Method in interface com.google.storage.v2.ObjectOrBuilder
Deprecated.
getMetadata() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
Metadata of the object whose media is being returned.
getMetadata() - Method in class com.google.storage.v2.ReadObjectResponse
Metadata of the object whose media is being returned.
getMetadata() - Method in interface com.google.storage.v2.ReadObjectResponseOrBuilder
Metadata of the object whose media is being returned.
getMetadataBuilder() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
Metadata of the object whose media is being returned.
getMetadataCount() - Method in class com.google.storage.v2.Object.Builder
 
getMetadataCount() - Method in class com.google.storage.v2.Object
 
getMetadataCount() - Method in interface com.google.storage.v2.ObjectOrBuilder
User-provided metadata, in key/value pairs.
getMetadataMap() - Method in class com.google.storage.v2.Object.Builder
User-provided metadata, in key/value pairs.
getMetadataMap() - Method in class com.google.storage.v2.Object
User-provided metadata, in key/value pairs.
getMetadataMap() - Method in interface com.google.storage.v2.ObjectOrBuilder
User-provided metadata, in key/value pairs.
getMetadataOrBuilder() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
Metadata of the object whose media is being returned.
getMetadataOrBuilder() - Method in class com.google.storage.v2.ReadObjectResponse
Metadata of the object whose media is being returned.
getMetadataOrBuilder() - Method in interface com.google.storage.v2.ReadObjectResponseOrBuilder
Metadata of the object whose media is being returned.
getMetadataOrDefault(String, String) - Method in class com.google.storage.v2.Object.Builder
User-provided metadata, in key/value pairs.
getMetadataOrDefault(String, String) - Method in class com.google.storage.v2.Object
User-provided metadata, in key/value pairs.
getMetadataOrDefault(String, String) - Method in interface com.google.storage.v2.ObjectOrBuilder
User-provided metadata, in key/value pairs.
getMetadataOrThrow(String) - Method in class com.google.storage.v2.Object.Builder
User-provided metadata, in key/value pairs.
getMetadataOrThrow(String) - Method in class com.google.storage.v2.Object
User-provided metadata, in key/value pairs.
getMetadataOrThrow(String) - Method in interface com.google.storage.v2.ObjectOrBuilder
User-provided metadata, in key/value pairs.
getMetageneration() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getMetageneration() - Method in class com.google.storage.v2.Bucket
Output only.
getMetageneration() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
getMetageneration() - Method in class com.google.storage.v2.Object.Builder
Output only.
getMetageneration() - Method in class com.google.storage.v2.Object
Output only.
getMetageneration() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getMethod(int) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
getMethod(int) - Method in class com.google.storage.v2.Bucket.Cors
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
getMethod(int) - Method in interface com.google.storage.v2.Bucket.CorsOrBuilder
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
getMethodBytes(int) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
getMethodBytes(int) - Method in class com.google.storage.v2.Bucket.Cors
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
getMethodBytes(int) - Method in interface com.google.storage.v2.Bucket.CorsOrBuilder
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
getMethodCount() - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
getMethodCount() - Method in class com.google.storage.v2.Bucket.Cors
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
getMethodCount() - Method in interface com.google.storage.v2.Bucket.CorsOrBuilder
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
getMethodList() - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
getMethodList() - Method in class com.google.storage.v2.Bucket.Cors
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
getMethodList() - Method in interface com.google.storage.v2.Bucket.CorsOrBuilder
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
getMutableLabels() - Method in class com.google.storage.v2.Bucket.Builder
Deprecated.
getMutableMetadata() - Method in class com.google.storage.v2.Object.Builder
Deprecated.
getName() - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
getName() - Method in class com.google.storage.v2.Bucket
Immutable.
getName() - Method in interface com.google.storage.v2.BucketOrBuilder
Immutable.
getName() - Method in class com.google.storage.v2.Object.Builder
Immutable.
getName() - Method in class com.google.storage.v2.Object
Immutable.
getName() - Method in interface com.google.storage.v2.ObjectOrBuilder
Immutable.
getNameBytes() - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
getNameBytes() - Method in class com.google.storage.v2.Bucket
Immutable.
getNameBytes() - Method in interface com.google.storage.v2.BucketOrBuilder
Immutable.
getNameBytes() - Method in class com.google.storage.v2.Object.Builder
Immutable.
getNameBytes() - Method in class com.google.storage.v2.Object
Immutable.
getNameBytes() - Method in interface com.google.storage.v2.ObjectOrBuilder
Immutable.
getNoncurrentTimeBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is relevant only for versioned objects.
getNoncurrentTimeBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
This condition is relevant only for versioned objects.
getNoncurrentTimeBefore() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
This condition is relevant only for versioned objects.
getNoncurrentTimeBeforeBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is relevant only for versioned objects.
getNoncurrentTimeBeforeOrBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is relevant only for versioned objects.
getNoncurrentTimeBeforeOrBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
This condition is relevant only for versioned objects.
getNoncurrentTimeBeforeOrBuilder() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
This condition is relevant only for versioned objects.
getNotFoundPage() - Method in class com.google.storage.v2.Bucket.Website.Builder
If the requested object path is missing, and any `mainPageSuffix` object is missing, if applicable, the service will return the named object from this bucket as the content for a [https://tools.ietf.org/html/rfc7231#section-6.5.4][404 Not Found] result.
getNotFoundPage() - Method in class com.google.storage.v2.Bucket.Website
If the requested object path is missing, and any `mainPageSuffix` object is missing, if applicable, the service will return the named object from this bucket as the content for a [https://tools.ietf.org/html/rfc7231#section-6.5.4][404 Not Found] result.
getNotFoundPage() - Method in interface com.google.storage.v2.Bucket.WebsiteOrBuilder
If the requested object path is missing, and any `mainPageSuffix` object is missing, if applicable, the service will return the named object from this bucket as the content for a [https://tools.ietf.org/html/rfc7231#section-6.5.4][404 Not Found] result.
getNotFoundPageBytes() - Method in class com.google.storage.v2.Bucket.Website.Builder
If the requested object path is missing, and any `mainPageSuffix` object is missing, if applicable, the service will return the named object from this bucket as the content for a [https://tools.ietf.org/html/rfc7231#section-6.5.4][404 Not Found] result.
getNotFoundPageBytes() - Method in class com.google.storage.v2.Bucket.Website
If the requested object path is missing, and any `mainPageSuffix` object is missing, if applicable, the service will return the named object from this bucket as the content for a [https://tools.ietf.org/html/rfc7231#section-6.5.4][404 Not Found] result.
getNotFoundPageBytes() - Method in interface com.google.storage.v2.Bucket.WebsiteOrBuilder
If the requested object path is missing, and any `mainPageSuffix` object is missing, if applicable, the service will return the named object from this bucket as the content for a [https://tools.ietf.org/html/rfc7231#section-6.5.4][404 Not Found] result.
getNumber() - Method in enum com.google.storage.v2.Bucket.IamConfig.PublicAccessPrevention
 
getNumber() - Method in enum com.google.storage.v2.PredefinedObjectAcl
 
getNumber() - Method in enum com.google.storage.v2.QueryWriteStatusResponse.WriteStatusCase
 
getNumber() - Method in enum com.google.storage.v2.ServiceConstants.Values
 
getNumber() - Method in enum com.google.storage.v2.WriteObjectRequest.DataCase
 
getNumber() - Method in enum com.google.storage.v2.WriteObjectRequest.FirstMessageCase
 
getNumber() - Method in enum com.google.storage.v2.WriteObjectResponse.WriteStatusCase
 
getNumNewerVersions() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Relevant only for versioned objects.
getNumNewerVersions() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
Relevant only for versioned objects.
getNumNewerVersions() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
Relevant only for versioned objects.
getObject() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The name of the object to read.
getObject() - Method in class com.google.storage.v2.ReadObjectRequest
The name of the object to read.
getObject() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
The name of the object to read.
getObjectBytes() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The name of the object to read.
getObjectBytes() - Method in class com.google.storage.v2.ReadObjectRequest
The name of the object to read.
getObjectBytes() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
The name of the object to read.
getObjectChecksums() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
The checksums of the complete object.
getObjectChecksums() - Method in class com.google.storage.v2.ReadObjectResponse
The checksums of the complete object.
getObjectChecksums() - Method in interface com.google.storage.v2.ReadObjectResponseOrBuilder
The checksums of the complete object.
getObjectChecksums() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
Checksums for the complete object.
getObjectChecksums() - Method in class com.google.storage.v2.WriteObjectRequest
Checksums for the complete object.
getObjectChecksums() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
Checksums for the complete object.
getObjectChecksumsBuilder() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
The checksums of the complete object.
getObjectChecksumsBuilder() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
Checksums for the complete object.
getObjectChecksumsOrBuilder() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
The checksums of the complete object.
getObjectChecksumsOrBuilder() - Method in class com.google.storage.v2.ReadObjectResponse
The checksums of the complete object.
getObjectChecksumsOrBuilder() - Method in interface com.google.storage.v2.ReadObjectResponseOrBuilder
The checksums of the complete object.
getObjectChecksumsOrBuilder() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
Checksums for the complete object.
getObjectChecksumsOrBuilder() - Method in class com.google.storage.v2.WriteObjectRequest
Checksums for the complete object.
getObjectChecksumsOrBuilder() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
Checksums for the complete object.
getOrigin(int) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of Origins eligible to receive CORS response headers.
getOrigin(int) - Method in class com.google.storage.v2.Bucket.Cors
The list of Origins eligible to receive CORS response headers.
getOrigin(int) - Method in interface com.google.storage.v2.Bucket.CorsOrBuilder
The list of Origins eligible to receive CORS response headers.
getOriginBytes(int) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of Origins eligible to receive CORS response headers.
getOriginBytes(int) - Method in class com.google.storage.v2.Bucket.Cors
The list of Origins eligible to receive CORS response headers.
getOriginBytes(int) - Method in interface com.google.storage.v2.Bucket.CorsOrBuilder
The list of Origins eligible to receive CORS response headers.
getOriginCount() - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of Origins eligible to receive CORS response headers.
getOriginCount() - Method in class com.google.storage.v2.Bucket.Cors
The list of Origins eligible to receive CORS response headers.
getOriginCount() - Method in interface com.google.storage.v2.Bucket.CorsOrBuilder
The list of Origins eligible to receive CORS response headers.
getOriginList() - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of Origins eligible to receive CORS response headers.
getOriginList() - Method in class com.google.storage.v2.Bucket.Cors
The list of Origins eligible to receive CORS response headers.
getOriginList() - Method in interface com.google.storage.v2.Bucket.CorsOrBuilder
The list of Origins eligible to receive CORS response headers.
getOwner() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getOwner() - Method in class com.google.storage.v2.Bucket
Output only.
getOwner() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
getOwner() - Method in class com.google.storage.v2.Object.Builder
Output only.
getOwner() - Method in class com.google.storage.v2.Object
Output only.
getOwner() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getOwnerBuilder() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getOwnerBuilder() - Method in class com.google.storage.v2.Object.Builder
Output only.
getOwnerOrBuilder() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getOwnerOrBuilder() - Method in class com.google.storage.v2.Bucket
Output only.
getOwnerOrBuilder() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
getOwnerOrBuilder() - Method in class com.google.storage.v2.Object.Builder
Output only.
getOwnerOrBuilder() - Method in class com.google.storage.v2.Object
Output only.
getOwnerOrBuilder() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getParserForType() - Method in class com.google.storage.v2.Bucket.Billing
 
getParserForType() - Method in class com.google.storage.v2.Bucket.Cors
 
getParserForType() - Method in class com.google.storage.v2.Bucket.Encryption
 
getParserForType() - Method in class com.google.storage.v2.Bucket
 
getParserForType() - Method in class com.google.storage.v2.Bucket.IamConfig
 
getParserForType() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
getParserForType() - Method in class com.google.storage.v2.Bucket.Lifecycle
 
getParserForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
getParserForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
getParserForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
getParserForType() - Method in class com.google.storage.v2.Bucket.Logging
 
getParserForType() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
 
getParserForType() - Method in class com.google.storage.v2.Bucket.Versioning
 
getParserForType() - Method in class com.google.storage.v2.Bucket.Website
 
getParserForType() - Method in class com.google.storage.v2.BucketAccessControl
 
getParserForType() - Method in class com.google.storage.v2.ChecksummedData
 
getParserForType() - Method in class com.google.storage.v2.CommonObjectRequestParams
 
getParserForType() - Method in class com.google.storage.v2.CommonRequestParams
 
getParserForType() - Method in class com.google.storage.v2.ContentRange
 
getParserForType() - Method in class com.google.storage.v2.Object.CustomerEncryption
 
getParserForType() - Method in class com.google.storage.v2.Object
 
getParserForType() - Method in class com.google.storage.v2.ObjectAccessControl
 
getParserForType() - Method in class com.google.storage.v2.ObjectChecksums
 
getParserForType() - Method in class com.google.storage.v2.Owner
 
getParserForType() - Method in class com.google.storage.v2.ProjectTeam
 
getParserForType() - Method in class com.google.storage.v2.QueryWriteStatusRequest
 
getParserForType() - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
getParserForType() - Method in class com.google.storage.v2.ReadObjectRequest
 
getParserForType() - Method in class com.google.storage.v2.ReadObjectResponse
 
getParserForType() - Method in class com.google.storage.v2.ServiceConstants
 
getParserForType() - Method in class com.google.storage.v2.StartResumableWriteRequest
 
getParserForType() - Method in class com.google.storage.v2.StartResumableWriteResponse
 
getParserForType() - Method in class com.google.storage.v2.WriteObjectRequest
 
getParserForType() - Method in class com.google.storage.v2.WriteObjectResponse
 
getParserForType() - Method in class com.google.storage.v2.WriteObjectSpec
 
getPersistedSize() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
getPersistedSize() - Method in class com.google.storage.v2.QueryWriteStatusResponse
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
getPersistedSize() - Method in interface com.google.storage.v2.QueryWriteStatusResponseOrBuilder
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
getPersistedSize() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
getPersistedSize() - Method in class com.google.storage.v2.WriteObjectResponse
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
getPersistedSize() - Method in interface com.google.storage.v2.WriteObjectResponseOrBuilder
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
getPredefinedAcl() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Apply a predefined set of access controls to this object.
getPredefinedAcl() - Method in class com.google.storage.v2.WriteObjectSpec
Apply a predefined set of access controls to this object.
getPredefinedAcl() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
Apply a predefined set of access controls to this object.
getPredefinedAclValue() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Apply a predefined set of access controls to this object.
getPredefinedAclValue() - Method in class com.google.storage.v2.WriteObjectSpec
Apply a predefined set of access controls to this object.
getPredefinedAclValue() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
Apply a predefined set of access controls to this object.
getProject() - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
getProject() - Method in class com.google.storage.v2.Bucket
Immutable.
getProject() - Method in interface com.google.storage.v2.BucketOrBuilder
Immutable.
getProjectBytes() - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
getProjectBytes() - Method in class com.google.storage.v2.Bucket
Immutable.
getProjectBytes() - Method in interface com.google.storage.v2.BucketOrBuilder
Immutable.
getProjectNumber() - Method in class com.google.storage.v2.ProjectTeam.Builder
The project number.
getProjectNumber() - Method in class com.google.storage.v2.ProjectTeam
The project number.
getProjectNumber() - Method in interface com.google.storage.v2.ProjectTeamOrBuilder
The project number.
getProjectNumberBytes() - Method in class com.google.storage.v2.ProjectTeam.Builder
The project number.
getProjectNumberBytes() - Method in class com.google.storage.v2.ProjectTeam
The project number.
getProjectNumberBytes() - Method in interface com.google.storage.v2.ProjectTeamOrBuilder
The project number.
getProjectTeam() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The project team associated with the entity, if any.
getProjectTeam() - Method in class com.google.storage.v2.BucketAccessControl
The project team associated with the entity, if any.
getProjectTeam() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The project team associated with the entity, if any.
getProjectTeam() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The project team associated with the entity, if any.
getProjectTeam() - Method in class com.google.storage.v2.ObjectAccessControl
The project team associated with the entity, if any.
getProjectTeam() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The project team associated with the entity, if any.
getProjectTeamBuilder() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The project team associated with the entity, if any.
getProjectTeamBuilder() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The project team associated with the entity, if any.
getProjectTeamOrBuilder() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The project team associated with the entity, if any.
getProjectTeamOrBuilder() - Method in class com.google.storage.v2.BucketAccessControl
The project team associated with the entity, if any.
getProjectTeamOrBuilder() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The project team associated with the entity, if any.
getProjectTeamOrBuilder() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The project team associated with the entity, if any.
getProjectTeamOrBuilder() - Method in class com.google.storage.v2.ObjectAccessControl
The project team associated with the entity, if any.
getProjectTeamOrBuilder() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The project team associated with the entity, if any.
getPublicAccessPrevention() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
Whether IAM will enforce public access prevention.
getPublicAccessPrevention() - Method in class com.google.storage.v2.Bucket.IamConfig
Whether IAM will enforce public access prevention.
getPublicAccessPrevention() - Method in interface com.google.storage.v2.Bucket.IamConfigOrBuilder
Whether IAM will enforce public access prevention.
getPublicAccessPreventionValue() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
Whether IAM will enforce public access prevention.
getPublicAccessPreventionValue() - Method in class com.google.storage.v2.Bucket.IamConfig
Whether IAM will enforce public access prevention.
getPublicAccessPreventionValue() - Method in interface com.google.storage.v2.Bucket.IamConfigOrBuilder
Whether IAM will enforce public access prevention.
getReadLimit() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The maximum number of `data` bytes the server is allowed to return in the sum of all `Object` messages.
getReadLimit() - Method in class com.google.storage.v2.ReadObjectRequest
The maximum number of `data` bytes the server is allowed to return in the sum of all `Object` messages.
getReadLimit() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
The maximum number of `data` bytes the server is allowed to return in the sum of all `Object` messages.
getReadMask() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Mask specifying which fields to read.
getReadMask() - Method in class com.google.storage.v2.ReadObjectRequest
Mask specifying which fields to read.
getReadMask() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
Mask specifying which fields to read.
getReadMaskBuilder() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Mask specifying which fields to read.
getReadMaskOrBuilder() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Mask specifying which fields to read.
getReadMaskOrBuilder() - Method in class com.google.storage.v2.ReadObjectRequest
Mask specifying which fields to read.
getReadMaskOrBuilder() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
Mask specifying which fields to read.
getReadOffset() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The offset for the first byte to return in the read, relative to the start of the object.
getReadOffset() - Method in class com.google.storage.v2.ReadObjectRequest
The offset for the first byte to return in the read, relative to the start of the object.
getReadOffset() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
The offset for the first byte to return in the read, relative to the start of the object.
getRequesterPays() - Method in class com.google.storage.v2.Bucket.Billing.Builder
When set to true, Requester Pays is enabled for this bucket.
getRequesterPays() - Method in class com.google.storage.v2.Bucket.Billing
When set to true, Requester Pays is enabled for this bucket.
getRequesterPays() - Method in interface com.google.storage.v2.Bucket.BillingOrBuilder
When set to true, Requester Pays is enabled for this bucket.
getResource() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
A resource containing the metadata for the uploaded object.
getResource() - Method in class com.google.storage.v2.QueryWriteStatusResponse
A resource containing the metadata for the uploaded object.
getResource() - Method in interface com.google.storage.v2.QueryWriteStatusResponseOrBuilder
A resource containing the metadata for the uploaded object.
getResource() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
A resource containing the metadata for the uploaded object.
getResource() - Method in class com.google.storage.v2.WriteObjectResponse
A resource containing the metadata for the uploaded object.
getResource() - Method in interface com.google.storage.v2.WriteObjectResponseOrBuilder
A resource containing the metadata for the uploaded object.
getResource() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Destination object, including its name and its metadata.
getResource() - Method in class com.google.storage.v2.WriteObjectSpec
Destination object, including its name and its metadata.
getResource() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
Destination object, including its name and its metadata.
getResourceBuilder() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
A resource containing the metadata for the uploaded object.
getResourceBuilder() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
A resource containing the metadata for the uploaded object.
getResourceBuilder() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Destination object, including its name and its metadata.
getResourceOrBuilder() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
A resource containing the metadata for the uploaded object.
getResourceOrBuilder() - Method in class com.google.storage.v2.QueryWriteStatusResponse
A resource containing the metadata for the uploaded object.
getResourceOrBuilder() - Method in interface com.google.storage.v2.QueryWriteStatusResponseOrBuilder
A resource containing the metadata for the uploaded object.
getResourceOrBuilder() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
A resource containing the metadata for the uploaded object.
getResourceOrBuilder() - Method in class com.google.storage.v2.WriteObjectResponse
A resource containing the metadata for the uploaded object.
getResourceOrBuilder() - Method in interface com.google.storage.v2.WriteObjectResponseOrBuilder
A resource containing the metadata for the uploaded object.
getResourceOrBuilder() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Destination object, including its name and its metadata.
getResourceOrBuilder() - Method in class com.google.storage.v2.WriteObjectSpec
Destination object, including its name and its metadata.
getResourceOrBuilder() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
Destination object, including its name and its metadata.
getResponseHeader(int) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
getResponseHeader(int) - Method in class com.google.storage.v2.Bucket.Cors
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
getResponseHeader(int) - Method in interface com.google.storage.v2.Bucket.CorsOrBuilder
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
getResponseHeaderBytes(int) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
getResponseHeaderBytes(int) - Method in class com.google.storage.v2.Bucket.Cors
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
getResponseHeaderBytes(int) - Method in interface com.google.storage.v2.Bucket.CorsOrBuilder
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
getResponseHeaderCount() - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
getResponseHeaderCount() - Method in class com.google.storage.v2.Bucket.Cors
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
getResponseHeaderCount() - Method in interface com.google.storage.v2.Bucket.CorsOrBuilder
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
getResponseHeaderList() - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
getResponseHeaderList() - Method in class com.google.storage.v2.Bucket.Cors
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
getResponseHeaderList() - Method in interface com.google.storage.v2.Bucket.CorsOrBuilder
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
getRetentionExpireTime() - Method in class com.google.storage.v2.Object.Builder
A server-determined value that specifies the earliest time that the object's retention period expires.
getRetentionExpireTime() - Method in class com.google.storage.v2.Object
A server-determined value that specifies the earliest time that the object's retention period expires.
getRetentionExpireTime() - Method in interface com.google.storage.v2.ObjectOrBuilder
A server-determined value that specifies the earliest time that the object's retention period expires.
getRetentionExpireTimeBuilder() - Method in class com.google.storage.v2.Object.Builder
A server-determined value that specifies the earliest time that the object's retention period expires.
getRetentionExpireTimeOrBuilder() - Method in class com.google.storage.v2.Object.Builder
A server-determined value that specifies the earliest time that the object's retention period expires.
getRetentionExpireTimeOrBuilder() - Method in class com.google.storage.v2.Object
A server-determined value that specifies the earliest time that the object's retention period expires.
getRetentionExpireTimeOrBuilder() - Method in interface com.google.storage.v2.ObjectOrBuilder
A server-determined value that specifies the earliest time that the object's retention period expires.
getRetentionPeriod() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
The duration in seconds that objects need to be retained.
getRetentionPeriod() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
The duration in seconds that objects need to be retained.
getRetentionPeriod() - Method in interface com.google.storage.v2.Bucket.RetentionPolicyOrBuilder
The duration in seconds that objects need to be retained.
getRetentionPolicy() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's retention policy.
getRetentionPolicy() - Method in class com.google.storage.v2.Bucket
The bucket's retention policy.
getRetentionPolicy() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's retention policy.
getRetentionPolicyBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's retention policy.
getRetentionPolicyOrBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's retention policy.
getRetentionPolicyOrBuilder() - Method in class com.google.storage.v2.Bucket
The bucket's retention policy.
getRetentionPolicyOrBuilder() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's retention policy.
getRole() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The access permission for the entity.
getRole() - Method in class com.google.storage.v2.BucketAccessControl
The access permission for the entity.
getRole() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The access permission for the entity.
getRole() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The access permission for the entity.
getRole() - Method in class com.google.storage.v2.ObjectAccessControl
The access permission for the entity.
getRole() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The access permission for the entity.
getRoleBytes() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The access permission for the entity.
getRoleBytes() - Method in class com.google.storage.v2.BucketAccessControl
The access permission for the entity.
getRoleBytes() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The access permission for the entity.
getRoleBytes() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The access permission for the entity.
getRoleBytes() - Method in class com.google.storage.v2.ObjectAccessControl
The access permission for the entity.
getRoleBytes() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The access permission for the entity.
getRule(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRule(int) - Method in class com.google.storage.v2.Bucket.Lifecycle
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRule(int) - Method in interface com.google.storage.v2.Bucket.LifecycleOrBuilder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleBuilder(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleBuilderList() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleCount() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleCount() - Method in class com.google.storage.v2.Bucket.Lifecycle
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleCount() - Method in interface com.google.storage.v2.Bucket.LifecycleOrBuilder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleList() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleList() - Method in class com.google.storage.v2.Bucket.Lifecycle
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleList() - Method in interface com.google.storage.v2.Bucket.LifecycleOrBuilder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleOrBuilder(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleOrBuilder(int) - Method in class com.google.storage.v2.Bucket.Lifecycle
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleOrBuilder(int) - Method in interface com.google.storage.v2.Bucket.LifecycleOrBuilder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleOrBuilderList() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleOrBuilderList() - Method in class com.google.storage.v2.Bucket.Lifecycle
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getRuleOrBuilderList() - Method in interface com.google.storage.v2.Bucket.LifecycleOrBuilder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
getSatisfiesPzs() - Method in class com.google.storage.v2.Bucket.Builder
Reserved for future use.
getSatisfiesPzs() - Method in class com.google.storage.v2.Bucket
Reserved for future use.
getSatisfiesPzs() - Method in interface com.google.storage.v2.BucketOrBuilder
Reserved for future use.
getSerializedSize() - Method in class com.google.storage.v2.Bucket.Billing
 
getSerializedSize() - Method in class com.google.storage.v2.Bucket.Cors
 
getSerializedSize() - Method in class com.google.storage.v2.Bucket.Encryption
 
getSerializedSize() - Method in class com.google.storage.v2.Bucket
 
getSerializedSize() - Method in class com.google.storage.v2.Bucket.IamConfig
 
getSerializedSize() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
getSerializedSize() - Method in class com.google.storage.v2.Bucket.Lifecycle
 
getSerializedSize() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
getSerializedSize() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
getSerializedSize() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
getSerializedSize() - Method in class com.google.storage.v2.Bucket.Logging
 
getSerializedSize() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
 
getSerializedSize() - Method in class com.google.storage.v2.Bucket.Versioning
 
getSerializedSize() - Method in class com.google.storage.v2.Bucket.Website
 
getSerializedSize() - Method in class com.google.storage.v2.BucketAccessControl
 
getSerializedSize() - Method in class com.google.storage.v2.ChecksummedData
 
getSerializedSize() - Method in class com.google.storage.v2.CommonObjectRequestParams
 
getSerializedSize() - Method in class com.google.storage.v2.CommonRequestParams
 
getSerializedSize() - Method in class com.google.storage.v2.ContentRange
 
getSerializedSize() - Method in class com.google.storage.v2.Object.CustomerEncryption
 
getSerializedSize() - Method in class com.google.storage.v2.Object
 
getSerializedSize() - Method in class com.google.storage.v2.ObjectAccessControl
 
getSerializedSize() - Method in class com.google.storage.v2.ObjectChecksums
 
getSerializedSize() - Method in class com.google.storage.v2.Owner
 
getSerializedSize() - Method in class com.google.storage.v2.ProjectTeam
 
getSerializedSize() - Method in class com.google.storage.v2.QueryWriteStatusRequest
 
getSerializedSize() - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
getSerializedSize() - Method in class com.google.storage.v2.ReadObjectRequest
 
getSerializedSize() - Method in class com.google.storage.v2.ReadObjectResponse
 
getSerializedSize() - Method in class com.google.storage.v2.ServiceConstants
 
getSerializedSize() - Method in class com.google.storage.v2.StartResumableWriteRequest
 
getSerializedSize() - Method in class com.google.storage.v2.StartResumableWriteResponse
 
getSerializedSize() - Method in class com.google.storage.v2.WriteObjectRequest
 
getSerializedSize() - Method in class com.google.storage.v2.WriteObjectResponse
 
getSerializedSize() - Method in class com.google.storage.v2.WriteObjectSpec
 
getSize() - Method in class com.google.storage.v2.Object.Builder
Output only.
getSize() - Method in class com.google.storage.v2.Object
Output only.
getSize() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getStart() - Method in class com.google.storage.v2.ContentRange.Builder
The starting offset of the object data.
getStart() - Method in class com.google.storage.v2.ContentRange
The starting offset of the object data.
getStart() - Method in interface com.google.storage.v2.ContentRangeOrBuilder
The starting offset of the object data.
getStorageClass() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's default storage class, used whenever no storageClass is specified for a newly-created object.
getStorageClass() - Method in class com.google.storage.v2.Bucket
The bucket's default storage class, used whenever no storageClass is specified for a newly-created object.
getStorageClass() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
Target storage class.
getStorageClass() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
Target storage class.
getStorageClass() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder
Target storage class.
getStorageClass() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's default storage class, used whenever no storageClass is specified for a newly-created object.
getStorageClass() - Method in class com.google.storage.v2.Object.Builder
Storage class of the object.
getStorageClass() - Method in class com.google.storage.v2.Object
Storage class of the object.
getStorageClass() - Method in interface com.google.storage.v2.ObjectOrBuilder
Storage class of the object.
getStorageClassBytes() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's default storage class, used whenever no storageClass is specified for a newly-created object.
getStorageClassBytes() - Method in class com.google.storage.v2.Bucket
The bucket's default storage class, used whenever no storageClass is specified for a newly-created object.
getStorageClassBytes() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
Target storage class.
getStorageClassBytes() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
Target storage class.
getStorageClassBytes() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder
Target storage class.
getStorageClassBytes() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's default storage class, used whenever no storageClass is specified for a newly-created object.
getStorageClassBytes() - Method in class com.google.storage.v2.Object.Builder
Storage class of the object.
getStorageClassBytes() - Method in class com.google.storage.v2.Object
Storage class of the object.
getStorageClassBytes() - Method in interface com.google.storage.v2.ObjectOrBuilder
Storage class of the object.
getTeam() - Method in class com.google.storage.v2.ProjectTeam.Builder
The team.
getTeam() - Method in class com.google.storage.v2.ProjectTeam
The team.
getTeam() - Method in interface com.google.storage.v2.ProjectTeamOrBuilder
The team.
getTeamBytes() - Method in class com.google.storage.v2.ProjectTeam.Builder
The team.
getTeamBytes() - Method in class com.google.storage.v2.ProjectTeam
The team.
getTeamBytes() - Method in interface com.google.storage.v2.ProjectTeamOrBuilder
The team.
getTemporaryHold() - Method in class com.google.storage.v2.Object.Builder
Whether an object is under temporary hold.
getTemporaryHold() - Method in class com.google.storage.v2.Object
Whether an object is under temporary hold.
getTemporaryHold() - Method in interface com.google.storage.v2.ObjectOrBuilder
Whether an object is under temporary hold.
getType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
Type of the action.
getType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
Type of the action.
getType() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder
Type of the action.
getTypeBytes() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
Type of the action.
getTypeBytes() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
Type of the action.
getTypeBytes() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ActionOrBuilder
Type of the action.
getUniformBucketLevelAccess() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
Bucket restriction options currently enforced on the bucket.
getUniformBucketLevelAccess() - Method in class com.google.storage.v2.Bucket.IamConfig
Bucket restriction options currently enforced on the bucket.
getUniformBucketLevelAccess() - Method in interface com.google.storage.v2.Bucket.IamConfigOrBuilder
Bucket restriction options currently enforced on the bucket.
getUniformBucketLevelAccessBuilder() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
Bucket restriction options currently enforced on the bucket.
getUniformBucketLevelAccessOrBuilder() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
Bucket restriction options currently enforced on the bucket.
getUniformBucketLevelAccessOrBuilder() - Method in class com.google.storage.v2.Bucket.IamConfig
Bucket restriction options currently enforced on the bucket.
getUniformBucketLevelAccessOrBuilder() - Method in interface com.google.storage.v2.Bucket.IamConfigOrBuilder
Bucket restriction options currently enforced on the bucket.
getUnknownFields() - Method in class com.google.storage.v2.Bucket.Billing
 
getUnknownFields() - Method in class com.google.storage.v2.Bucket.Cors
 
getUnknownFields() - Method in class com.google.storage.v2.Bucket.Encryption
 
getUnknownFields() - Method in class com.google.storage.v2.Bucket
 
getUnknownFields() - Method in class com.google.storage.v2.Bucket.IamConfig
 
getUnknownFields() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
getUnknownFields() - Method in class com.google.storage.v2.Bucket.Lifecycle
 
getUnknownFields() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
getUnknownFields() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
getUnknownFields() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
getUnknownFields() - Method in class com.google.storage.v2.Bucket.Logging
 
getUnknownFields() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
 
getUnknownFields() - Method in class com.google.storage.v2.Bucket.Versioning
 
getUnknownFields() - Method in class com.google.storage.v2.Bucket.Website
 
getUnknownFields() - Method in class com.google.storage.v2.BucketAccessControl
 
getUnknownFields() - Method in class com.google.storage.v2.ChecksummedData
 
getUnknownFields() - Method in class com.google.storage.v2.CommonObjectRequestParams
 
getUnknownFields() - Method in class com.google.storage.v2.CommonRequestParams
 
getUnknownFields() - Method in class com.google.storage.v2.ContentRange
 
getUnknownFields() - Method in class com.google.storage.v2.Object.CustomerEncryption
 
getUnknownFields() - Method in class com.google.storage.v2.Object
 
getUnknownFields() - Method in class com.google.storage.v2.ObjectAccessControl
 
getUnknownFields() - Method in class com.google.storage.v2.ObjectChecksums
 
getUnknownFields() - Method in class com.google.storage.v2.Owner
 
getUnknownFields() - Method in class com.google.storage.v2.ProjectTeam
 
getUnknownFields() - Method in class com.google.storage.v2.QueryWriteStatusRequest
 
getUnknownFields() - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
getUnknownFields() - Method in class com.google.storage.v2.ReadObjectRequest
 
getUnknownFields() - Method in class com.google.storage.v2.ReadObjectResponse
 
getUnknownFields() - Method in class com.google.storage.v2.ServiceConstants
 
getUnknownFields() - Method in class com.google.storage.v2.StartResumableWriteRequest
 
getUnknownFields() - Method in class com.google.storage.v2.StartResumableWriteResponse
 
getUnknownFields() - Method in class com.google.storage.v2.WriteObjectRequest
 
getUnknownFields() - Method in class com.google.storage.v2.WriteObjectResponse
 
getUnknownFields() - Method in class com.google.storage.v2.WriteObjectSpec
 
getUpdateStorageClassTime() - Method in class com.google.storage.v2.Object.Builder
Output only.
getUpdateStorageClassTime() - Method in class com.google.storage.v2.Object
Output only.
getUpdateStorageClassTime() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getUpdateStorageClassTimeBuilder() - Method in class com.google.storage.v2.Object.Builder
Output only.
getUpdateStorageClassTimeOrBuilder() - Method in class com.google.storage.v2.Object.Builder
Output only.
getUpdateStorageClassTimeOrBuilder() - Method in class com.google.storage.v2.Object
Output only.
getUpdateStorageClassTimeOrBuilder() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getUpdateTime() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getUpdateTime() - Method in class com.google.storage.v2.Bucket
Output only.
getUpdateTime() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
getUpdateTime() - Method in class com.google.storage.v2.Object.Builder
Output only.
getUpdateTime() - Method in class com.google.storage.v2.Object
Output only.
getUpdateTime() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getUpdateTimeBuilder() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getUpdateTimeBuilder() - Method in class com.google.storage.v2.Object.Builder
Output only.
getUpdateTimeOrBuilder() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
getUpdateTimeOrBuilder() - Method in class com.google.storage.v2.Bucket
Output only.
getUpdateTimeOrBuilder() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
getUpdateTimeOrBuilder() - Method in class com.google.storage.v2.Object.Builder
Output only.
getUpdateTimeOrBuilder() - Method in class com.google.storage.v2.Object
Output only.
getUpdateTimeOrBuilder() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
getUploadId() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
Required.
getUploadId() - Method in class com.google.storage.v2.QueryWriteStatusRequest
Required.
getUploadId() - Method in interface com.google.storage.v2.QueryWriteStatusRequestOrBuilder
Required.
getUploadId() - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
The upload_id of the newly started resumable write operation.
getUploadId() - Method in class com.google.storage.v2.StartResumableWriteResponse
The upload_id of the newly started resumable write operation.
getUploadId() - Method in interface com.google.storage.v2.StartResumableWriteResponseOrBuilder
The upload_id of the newly started resumable write operation.
getUploadId() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For resumable uploads.
getUploadId() - Method in class com.google.storage.v2.WriteObjectRequest
For resumable uploads.
getUploadId() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
For resumable uploads.
getUploadIdBytes() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
Required.
getUploadIdBytes() - Method in class com.google.storage.v2.QueryWriteStatusRequest
Required.
getUploadIdBytes() - Method in interface com.google.storage.v2.QueryWriteStatusRequestOrBuilder
Required.
getUploadIdBytes() - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
The upload_id of the newly started resumable write operation.
getUploadIdBytes() - Method in class com.google.storage.v2.StartResumableWriteResponse
The upload_id of the newly started resumable write operation.
getUploadIdBytes() - Method in interface com.google.storage.v2.StartResumableWriteResponseOrBuilder
The upload_id of the newly started resumable write operation.
getUploadIdBytes() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For resumable uploads.
getUploadIdBytes() - Method in class com.google.storage.v2.WriteObjectRequest
For resumable uploads.
getUploadIdBytes() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
For resumable uploads.
getUserProject() - Method in class com.google.storage.v2.CommonRequestParams.Builder
Required.
getUserProject() - Method in class com.google.storage.v2.CommonRequestParams
Required.
getUserProject() - Method in interface com.google.storage.v2.CommonRequestParamsOrBuilder
Required.
getUserProjectBytes() - Method in class com.google.storage.v2.CommonRequestParams.Builder
Required.
getUserProjectBytes() - Method in class com.google.storage.v2.CommonRequestParams
Required.
getUserProjectBytes() - Method in interface com.google.storage.v2.CommonRequestParamsOrBuilder
Required.
getValueDescriptor() - Method in enum com.google.storage.v2.Bucket.IamConfig.PublicAccessPrevention
 
getValueDescriptor() - Method in enum com.google.storage.v2.PredefinedObjectAcl
 
getValueDescriptor() - Method in enum com.google.storage.v2.ServiceConstants.Values
 
getVersioning() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's versioning config.
getVersioning() - Method in class com.google.storage.v2.Bucket
The bucket's versioning config.
getVersioning() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's versioning config.
getVersioningBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's versioning config.
getVersioningOrBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's versioning config.
getVersioningOrBuilder() - Method in class com.google.storage.v2.Bucket
The bucket's versioning config.
getVersioningOrBuilder() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's versioning config.
getWebsite() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
getWebsite() - Method in class com.google.storage.v2.Bucket
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
getWebsite() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
getWebsiteBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
getWebsiteOrBuilder() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
getWebsiteOrBuilder() - Method in class com.google.storage.v2.Bucket
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
getWebsiteOrBuilder() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
getWriteObjectSpec() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
The destination bucket, object, and metadata, as well as any preconditions.
getWriteObjectSpec() - Method in class com.google.storage.v2.StartResumableWriteRequest
The destination bucket, object, and metadata, as well as any preconditions.
getWriteObjectSpec() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
The destination bucket, object, and metadata, as well as any preconditions.
getWriteObjectSpec() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For non-resumable uploads.
getWriteObjectSpec() - Method in class com.google.storage.v2.WriteObjectRequest
For non-resumable uploads.
getWriteObjectSpec() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
For non-resumable uploads.
getWriteObjectSpecBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
The destination bucket, object, and metadata, as well as any preconditions.
getWriteObjectSpecBuilder() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For non-resumable uploads.
getWriteObjectSpecOrBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
The destination bucket, object, and metadata, as well as any preconditions.
getWriteObjectSpecOrBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest
The destination bucket, object, and metadata, as well as any preconditions.
getWriteObjectSpecOrBuilder() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
The destination bucket, object, and metadata, as well as any preconditions.
getWriteObjectSpecOrBuilder() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For non-resumable uploads.
getWriteObjectSpecOrBuilder() - Method in class com.google.storage.v2.WriteObjectRequest
For non-resumable uploads.
getWriteObjectSpecOrBuilder() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
For non-resumable uploads.
getWriteOffset() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
Required.
getWriteOffset() - Method in class com.google.storage.v2.WriteObjectRequest
Required.
getWriteOffset() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
Required.
getWriteStatusCase() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
getWriteStatusCase() - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
getWriteStatusCase() - Method in interface com.google.storage.v2.QueryWriteStatusResponseOrBuilder
 
getWriteStatusCase() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
getWriteStatusCase() - Method in class com.google.storage.v2.WriteObjectResponse
 
getWriteStatusCase() - Method in interface com.google.storage.v2.WriteObjectResponseOrBuilder
 
getZoneAffinity(int) - Method in class com.google.storage.v2.Bucket.Builder
Deprecated.
getZoneAffinity(int) - Method in class com.google.storage.v2.Bucket
Deprecated.
getZoneAffinity(int) - Method in interface com.google.storage.v2.BucketOrBuilder
Deprecated.
getZoneAffinityBytes(int) - Method in class com.google.storage.v2.Bucket.Builder
Deprecated.
getZoneAffinityBytes(int) - Method in class com.google.storage.v2.Bucket
Deprecated.
getZoneAffinityBytes(int) - Method in interface com.google.storage.v2.BucketOrBuilder
Deprecated.
getZoneAffinityCount() - Method in class com.google.storage.v2.Bucket.Builder
Deprecated.
getZoneAffinityCount() - Method in class com.google.storage.v2.Bucket
Deprecated.
getZoneAffinityCount() - Method in interface com.google.storage.v2.BucketOrBuilder
Deprecated.
getZoneAffinityList() - Method in class com.google.storage.v2.Bucket.Builder
Deprecated.
getZoneAffinityList() - Method in class com.google.storage.v2.Bucket
Deprecated.
getZoneAffinityList() - Method in interface com.google.storage.v2.BucketOrBuilder
Deprecated.

H

hasAction() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The action to take.
hasAction() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
The action to take.
hasAction() - Method in interface com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder
The action to take.
hasAgeDays() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Age of an object (in days).
hasAgeDays() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
Age of an object (in days).
hasAgeDays() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
Age of an object (in days).
hasBilling() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's billing config.
hasBilling() - Method in class com.google.storage.v2.Bucket
The bucket's billing config.
hasBilling() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's billing config.
hasChecksummedData() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
A portion of the data for the object.
hasChecksummedData() - Method in class com.google.storage.v2.ReadObjectResponse
A portion of the data for the object.
hasChecksummedData() - Method in interface com.google.storage.v2.ReadObjectResponseOrBuilder
A portion of the data for the object.
hasChecksummedData() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
The data to insert.
hasChecksummedData() - Method in class com.google.storage.v2.WriteObjectRequest
The data to insert.
hasChecksummedData() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
The data to insert.
hasChecksums() - Method in class com.google.storage.v2.Object.Builder
Output only.
hasChecksums() - Method in class com.google.storage.v2.Object
Output only.
hasChecksums() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
hasCommonObjectRequestParams() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to Storage API requests concerning an object.
hasCommonObjectRequestParams() - Method in class com.google.storage.v2.QueryWriteStatusRequest
A set of parameters common to Storage API requests concerning an object.
hasCommonObjectRequestParams() - Method in interface com.google.storage.v2.QueryWriteStatusRequestOrBuilder
A set of parameters common to Storage API requests concerning an object.
hasCommonObjectRequestParams() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
hasCommonObjectRequestParams() - Method in class com.google.storage.v2.ReadObjectRequest
A set of parameters common to Storage API requests concerning an object.
hasCommonObjectRequestParams() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
A set of parameters common to Storage API requests concerning an object.
hasCommonObjectRequestParams() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to Storage API requests concerning an object.
hasCommonObjectRequestParams() - Method in class com.google.storage.v2.StartResumableWriteRequest
A set of parameters common to Storage API requests concerning an object.
hasCommonObjectRequestParams() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
A set of parameters common to Storage API requests concerning an object.
hasCommonObjectRequestParams() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
hasCommonObjectRequestParams() - Method in class com.google.storage.v2.WriteObjectRequest
A set of parameters common to Storage API requests concerning an object.
hasCommonObjectRequestParams() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
A set of parameters common to Storage API requests concerning an object.
hasCommonRequestParams() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to all Storage API requests.
hasCommonRequestParams() - Method in class com.google.storage.v2.QueryWriteStatusRequest
A set of parameters common to all Storage API requests.
hasCommonRequestParams() - Method in interface com.google.storage.v2.QueryWriteStatusRequestOrBuilder
A set of parameters common to all Storage API requests.
hasCommonRequestParams() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to all Storage API requests.
hasCommonRequestParams() - Method in class com.google.storage.v2.ReadObjectRequest
A set of parameters common to all Storage API requests.
hasCommonRequestParams() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
A set of parameters common to all Storage API requests.
hasCommonRequestParams() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to all Storage API requests.
hasCommonRequestParams() - Method in class com.google.storage.v2.StartResumableWriteRequest
A set of parameters common to all Storage API requests.
hasCommonRequestParams() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
A set of parameters common to all Storage API requests.
hasCommonRequestParams() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to all Storage API requests.
hasCommonRequestParams() - Method in class com.google.storage.v2.WriteObjectRequest
A set of parameters common to all Storage API requests.
hasCommonRequestParams() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
A set of parameters common to all Storage API requests.
hasCondition() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The condition(s) under which the action will be taken.
hasCondition() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
The condition(s) under which the action will be taken.
hasCondition() - Method in interface com.google.storage.v2.Bucket.Lifecycle.RuleOrBuilder
The condition(s) under which the action will be taken.
hasContentRange() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
hasContentRange() - Method in class com.google.storage.v2.ReadObjectResponse
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
hasContentRange() - Method in interface com.google.storage.v2.ReadObjectResponseOrBuilder
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
hasCrc32C() - Method in class com.google.storage.v2.ChecksummedData.Builder
If set, the CRC32C digest of the content field.
hasCrc32C() - Method in class com.google.storage.v2.ChecksummedData
If set, the CRC32C digest of the content field.
hasCrc32C() - Method in interface com.google.storage.v2.ChecksummedDataOrBuilder
If set, the CRC32C digest of the content field.
hasCrc32C() - Method in class com.google.storage.v2.ObjectChecksums.Builder
CRC32C digest of the object data.
hasCrc32C() - Method in class com.google.storage.v2.ObjectChecksums
CRC32C digest of the object data.
hasCrc32C() - Method in interface com.google.storage.v2.ObjectChecksumsOrBuilder
CRC32C digest of the object data.
hasCreatedBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is satisfied when an object is created before midnight of the specified date in UTC.
hasCreatedBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
This condition is satisfied when an object is created before midnight of the specified date in UTC.
hasCreatedBefore() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
This condition is satisfied when an object is created before midnight of the specified date in UTC.
hasCreateTime() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
hasCreateTime() - Method in class com.google.storage.v2.Bucket
Output only.
hasCreateTime() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
hasCreateTime() - Method in class com.google.storage.v2.Object.Builder
Output only.
hasCreateTime() - Method in class com.google.storage.v2.Object
Output only.
hasCreateTime() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
hasCustomerEncryption() - Method in class com.google.storage.v2.Object.Builder
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
hasCustomerEncryption() - Method in class com.google.storage.v2.Object
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
hasCustomerEncryption() - Method in interface com.google.storage.v2.ObjectOrBuilder
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
hasCustomTime() - Method in class com.google.storage.v2.Object.Builder
A user-specified timestamp set on an object.
hasCustomTime() - Method in class com.google.storage.v2.Object
A user-specified timestamp set on an object.
hasCustomTime() - Method in interface com.google.storage.v2.ObjectOrBuilder
A user-specified timestamp set on an object.
hasCustomTimeBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
hasCustomTimeBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
hasCustomTimeBefore() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
hasDaysSinceCustomTime() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Number of days that have elapsed since the custom timestamp set on an object.
hasDaysSinceCustomTime() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
Number of days that have elapsed since the custom timestamp set on an object.
hasDaysSinceCustomTime() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
Number of days that have elapsed since the custom timestamp set on an object.
hasDaysSinceNoncurrentTime() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is relevant only for versioned objects.
hasDaysSinceNoncurrentTime() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
This condition is relevant only for versioned objects.
hasDaysSinceNoncurrentTime() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
This condition is relevant only for versioned objects.
hasDeleteTime() - Method in class com.google.storage.v2.Object.Builder
Output only.
hasDeleteTime() - Method in class com.google.storage.v2.Object
Output only.
hasDeleteTime() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
hasEffectiveTime() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
Server-determined value that indicates the time from which policy was enforced and effective.
hasEffectiveTime() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
Server-determined value that indicates the time from which policy was enforced and effective.
hasEffectiveTime() - Method in interface com.google.storage.v2.Bucket.RetentionPolicyOrBuilder
Server-determined value that indicates the time from which policy was enforced and effective.
hasEncryption() - Method in class com.google.storage.v2.Bucket.Builder
Encryption config for a bucket.
hasEncryption() - Method in class com.google.storage.v2.Bucket
Encryption config for a bucket.
hasEncryption() - Method in interface com.google.storage.v2.BucketOrBuilder
Encryption config for a bucket.
hasEventBasedHold() - Method in class com.google.storage.v2.Object.Builder
Whether an object is under event-based hold.
hasEventBasedHold() - Method in class com.google.storage.v2.Object
Whether an object is under event-based hold.
hasEventBasedHold() - Method in interface com.google.storage.v2.ObjectOrBuilder
Whether an object is under event-based hold.
hashCode() - Method in class com.google.storage.v2.Bucket.Billing
 
hashCode() - Method in class com.google.storage.v2.Bucket.Cors
 
hashCode() - Method in class com.google.storage.v2.Bucket.Encryption
 
hashCode() - Method in class com.google.storage.v2.Bucket
 
hashCode() - Method in class com.google.storage.v2.Bucket.IamConfig
 
hashCode() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
hashCode() - Method in class com.google.storage.v2.Bucket.Lifecycle
 
hashCode() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
hashCode() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
hashCode() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
hashCode() - Method in class com.google.storage.v2.Bucket.Logging
 
hashCode() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
 
hashCode() - Method in class com.google.storage.v2.Bucket.Versioning
 
hashCode() - Method in class com.google.storage.v2.Bucket.Website
 
hashCode() - Method in class com.google.storage.v2.BucketAccessControl
 
hashCode() - Method in class com.google.storage.v2.ChecksummedData
 
hashCode() - Method in class com.google.storage.v2.CommonObjectRequestParams
 
hashCode() - Method in class com.google.storage.v2.CommonRequestParams
 
hashCode() - Method in class com.google.storage.v2.ContentRange
 
hashCode() - Method in class com.google.storage.v2.Object.CustomerEncryption
 
hashCode() - Method in class com.google.storage.v2.Object
 
hashCode() - Method in class com.google.storage.v2.ObjectAccessControl
 
hashCode() - Method in class com.google.storage.v2.ObjectChecksums
 
hashCode() - Method in class com.google.storage.v2.Owner
 
hashCode() - Method in class com.google.storage.v2.ProjectTeam
 
hashCode() - Method in class com.google.storage.v2.QueryWriteStatusRequest
 
hashCode() - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
hashCode() - Method in class com.google.storage.v2.ReadObjectRequest
 
hashCode() - Method in class com.google.storage.v2.ReadObjectResponse
 
hashCode() - Method in class com.google.storage.v2.ServiceConstants
 
hashCode() - Method in class com.google.storage.v2.StartResumableWriteRequest
 
hashCode() - Method in class com.google.storage.v2.StartResumableWriteResponse
 
hashCode() - Method in class com.google.storage.v2.WriteObjectRequest
 
hashCode() - Method in class com.google.storage.v2.WriteObjectResponse
 
hashCode() - Method in class com.google.storage.v2.WriteObjectSpec
 
hasIamConfig() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's IAM config.
hasIamConfig() - Method in class com.google.storage.v2.Bucket
The bucket's IAM config.
hasIamConfig() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's IAM config.
hasIfGenerationMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current generation matches the given value.
hasIfGenerationMatch() - Method in class com.google.storage.v2.ReadObjectRequest
Makes the operation conditional on whether the object's current generation matches the given value.
hasIfGenerationMatch() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
Makes the operation conditional on whether the object's current generation matches the given value.
hasIfGenerationMatch() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current generation matches the given value.
hasIfGenerationMatch() - Method in class com.google.storage.v2.WriteObjectSpec
Makes the operation conditional on whether the object's current generation matches the given value.
hasIfGenerationMatch() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
Makes the operation conditional on whether the object's current generation matches the given value.
hasIfGenerationNotMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current generation does not match the given value.
hasIfGenerationNotMatch() - Method in class com.google.storage.v2.ReadObjectRequest
Makes the operation conditional on whether the object's current generation does not match the given value.
hasIfGenerationNotMatch() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
Makes the operation conditional on whether the object's current generation does not match the given value.
hasIfGenerationNotMatch() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current generation does not match the given value.
hasIfGenerationNotMatch() - Method in class com.google.storage.v2.WriteObjectSpec
Makes the operation conditional on whether the object's current generation does not match the given value.
hasIfGenerationNotMatch() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
Makes the operation conditional on whether the object's current generation does not match the given value.
hasIfMetagenerationMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current metageneration matches the given value.
hasIfMetagenerationMatch() - Method in class com.google.storage.v2.ReadObjectRequest
Makes the operation conditional on whether the object's current metageneration matches the given value.
hasIfMetagenerationMatch() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
Makes the operation conditional on whether the object's current metageneration matches the given value.
hasIfMetagenerationMatch() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current metageneration matches the given value.
hasIfMetagenerationMatch() - Method in class com.google.storage.v2.WriteObjectSpec
Makes the operation conditional on whether the object's current metageneration matches the given value.
hasIfMetagenerationMatch() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
Makes the operation conditional on whether the object's current metageneration matches the given value.
hasIfMetagenerationNotMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current metageneration does not match the given value.
hasIfMetagenerationNotMatch() - Method in class com.google.storage.v2.ReadObjectRequest
Makes the operation conditional on whether the object's current metageneration does not match the given value.
hasIfMetagenerationNotMatch() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
Makes the operation conditional on whether the object's current metageneration does not match the given value.
hasIfMetagenerationNotMatch() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current metageneration does not match the given value.
hasIfMetagenerationNotMatch() - Method in class com.google.storage.v2.WriteObjectSpec
Makes the operation conditional on whether the object's current metageneration does not match the given value.
hasIfMetagenerationNotMatch() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
Makes the operation conditional on whether the object's current metageneration does not match the given value.
hasIsLive() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Relevant only for versioned objects.
hasIsLive() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
Relevant only for versioned objects.
hasIsLive() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
Relevant only for versioned objects.
hasLifecycle() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's lifecycle config.
hasLifecycle() - Method in class com.google.storage.v2.Bucket
The bucket's lifecycle config.
hasLifecycle() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's lifecycle config.
hasLockTime() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
hasLockTime() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
hasLockTime() - Method in interface com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
hasLogging() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
hasLogging() - Method in class com.google.storage.v2.Bucket
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
hasLogging() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
hasMetadata() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
Metadata of the object whose media is being returned.
hasMetadata() - Method in class com.google.storage.v2.ReadObjectResponse
Metadata of the object whose media is being returned.
hasMetadata() - Method in interface com.google.storage.v2.ReadObjectResponseOrBuilder
Metadata of the object whose media is being returned.
hasNoncurrentTimeBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is relevant only for versioned objects.
hasNoncurrentTimeBefore() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
This condition is relevant only for versioned objects.
hasNoncurrentTimeBefore() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
This condition is relevant only for versioned objects.
hasNumNewerVersions() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Relevant only for versioned objects.
hasNumNewerVersions() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
Relevant only for versioned objects.
hasNumNewerVersions() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
Relevant only for versioned objects.
hasObjectChecksums() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
The checksums of the complete object.
hasObjectChecksums() - Method in class com.google.storage.v2.ReadObjectResponse
The checksums of the complete object.
hasObjectChecksums() - Method in interface com.google.storage.v2.ReadObjectResponseOrBuilder
The checksums of the complete object.
hasObjectChecksums() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
Checksums for the complete object.
hasObjectChecksums() - Method in class com.google.storage.v2.WriteObjectRequest
Checksums for the complete object.
hasObjectChecksums() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
Checksums for the complete object.
hasOwner() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
hasOwner() - Method in class com.google.storage.v2.Bucket
Output only.
hasOwner() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
hasOwner() - Method in class com.google.storage.v2.Object.Builder
Output only.
hasOwner() - Method in class com.google.storage.v2.Object
Output only.
hasOwner() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
hasPersistedSize() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
hasPersistedSize() - Method in class com.google.storage.v2.QueryWriteStatusResponse
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
hasPersistedSize() - Method in interface com.google.storage.v2.QueryWriteStatusResponseOrBuilder
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
hasPersistedSize() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
hasPersistedSize() - Method in class com.google.storage.v2.WriteObjectResponse
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
hasPersistedSize() - Method in interface com.google.storage.v2.WriteObjectResponseOrBuilder
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
hasProjectTeam() - Method in class com.google.storage.v2.BucketAccessControl.Builder
The project team associated with the entity, if any.
hasProjectTeam() - Method in class com.google.storage.v2.BucketAccessControl
The project team associated with the entity, if any.
hasProjectTeam() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
The project team associated with the entity, if any.
hasProjectTeam() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The project team associated with the entity, if any.
hasProjectTeam() - Method in class com.google.storage.v2.ObjectAccessControl
The project team associated with the entity, if any.
hasProjectTeam() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
The project team associated with the entity, if any.
hasReadMask() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Mask specifying which fields to read.
hasReadMask() - Method in class com.google.storage.v2.ReadObjectRequest
Mask specifying which fields to read.
hasReadMask() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
Mask specifying which fields to read.
hasResource() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
A resource containing the metadata for the uploaded object.
hasResource() - Method in class com.google.storage.v2.QueryWriteStatusResponse
A resource containing the metadata for the uploaded object.
hasResource() - Method in interface com.google.storage.v2.QueryWriteStatusResponseOrBuilder
A resource containing the metadata for the uploaded object.
hasResource() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
A resource containing the metadata for the uploaded object.
hasResource() - Method in class com.google.storage.v2.WriteObjectResponse
A resource containing the metadata for the uploaded object.
hasResource() - Method in interface com.google.storage.v2.WriteObjectResponseOrBuilder
A resource containing the metadata for the uploaded object.
hasResource() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Destination object, including its name and its metadata.
hasResource() - Method in class com.google.storage.v2.WriteObjectSpec
Destination object, including its name and its metadata.
hasResource() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
Destination object, including its name and its metadata.
hasRetentionExpireTime() - Method in class com.google.storage.v2.Object.Builder
A server-determined value that specifies the earliest time that the object's retention period expires.
hasRetentionExpireTime() - Method in class com.google.storage.v2.Object
A server-determined value that specifies the earliest time that the object's retention period expires.
hasRetentionExpireTime() - Method in interface com.google.storage.v2.ObjectOrBuilder
A server-determined value that specifies the earliest time that the object's retention period expires.
hasRetentionPolicy() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's retention policy.
hasRetentionPolicy() - Method in class com.google.storage.v2.Bucket
The bucket's retention policy.
hasRetentionPolicy() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's retention policy.
hasUniformBucketLevelAccess() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
Bucket restriction options currently enforced on the bucket.
hasUniformBucketLevelAccess() - Method in class com.google.storage.v2.Bucket.IamConfig
Bucket restriction options currently enforced on the bucket.
hasUniformBucketLevelAccess() - Method in interface com.google.storage.v2.Bucket.IamConfigOrBuilder
Bucket restriction options currently enforced on the bucket.
hasUpdateStorageClassTime() - Method in class com.google.storage.v2.Object.Builder
Output only.
hasUpdateStorageClassTime() - Method in class com.google.storage.v2.Object
Output only.
hasUpdateStorageClassTime() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
hasUpdateTime() - Method in class com.google.storage.v2.Bucket.Builder
Output only.
hasUpdateTime() - Method in class com.google.storage.v2.Bucket
Output only.
hasUpdateTime() - Method in interface com.google.storage.v2.BucketOrBuilder
Output only.
hasUpdateTime() - Method in class com.google.storage.v2.Object.Builder
Output only.
hasUpdateTime() - Method in class com.google.storage.v2.Object
Output only.
hasUpdateTime() - Method in interface com.google.storage.v2.ObjectOrBuilder
Output only.
hasUploadId() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For resumable uploads.
hasUploadId() - Method in class com.google.storage.v2.WriteObjectRequest
For resumable uploads.
hasUploadId() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
For resumable uploads.
hasVersioning() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's versioning config.
hasVersioning() - Method in class com.google.storage.v2.Bucket
The bucket's versioning config.
hasVersioning() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's versioning config.
hasWebsite() - Method in class com.google.storage.v2.Bucket.Builder
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
hasWebsite() - Method in class com.google.storage.v2.Bucket
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
hasWebsite() - Method in interface com.google.storage.v2.BucketOrBuilder
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
hasWriteObjectSpec() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
The destination bucket, object, and metadata, as well as any preconditions.
hasWriteObjectSpec() - Method in class com.google.storage.v2.StartResumableWriteRequest
The destination bucket, object, and metadata, as well as any preconditions.
hasWriteObjectSpec() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
The destination bucket, object, and metadata, as well as any preconditions.
hasWriteObjectSpec() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For non-resumable uploads.
hasWriteObjectSpec() - Method in class com.google.storage.v2.WriteObjectRequest
For non-resumable uploads.
hasWriteObjectSpec() - Method in interface com.google.storage.v2.WriteObjectRequestOrBuilder
For non-resumable uploads.

I

IAM_CONFIG_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
ID_FIELD_NUMBER - Static variable in class com.google.storage.v2.BucketAccessControl
 
ID_FIELD_NUMBER - Static variable in class com.google.storage.v2.ObjectAccessControl
 
IF_GENERATION_MATCH_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectRequest
 
IF_GENERATION_MATCH_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectSpec
 
IF_GENERATION_NOT_MATCH_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectRequest
 
IF_GENERATION_NOT_MATCH_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectSpec
 
IF_METAGENERATION_MATCH_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectRequest
 
IF_METAGENERATION_MATCH_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectSpec
 
IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectRequest
 
IF_METAGENERATION_NOT_MATCH_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectSpec
 
INHERITED_VALUE - Static variable in enum com.google.storage.v2.Bucket.IamConfig.PublicAccessPrevention
This setting is inherited from Org Policy.
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Billing
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Cors
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Encryption
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.IamConfig
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Lifecycle
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Logging
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Versioning
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Website.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Bucket.Website
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.BucketAccessControl
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ChecksummedData.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ChecksummedData
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.CommonObjectRequestParams
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.CommonRequestParams
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ContentRange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ContentRange
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Object.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Object.CustomerEncryption
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Object
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ObjectAccessControl
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ObjectChecksums
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Owner.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.Owner
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ProjectTeam.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ProjectTeam
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.QueryWriteStatusRequest
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ReadObjectRequest
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ReadObjectResponse
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ServiceConstants.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.ServiceConstants
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.StartResumableWriteRequest
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.StartResumableWriteResponse
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.WriteObjectRequest
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.WriteObjectResponse
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.storage.v2.WriteObjectSpec
 
internalGetMapField(int) - Method in class com.google.storage.v2.Bucket.Builder
 
internalGetMapField(int) - Method in class com.google.storage.v2.Bucket
 
internalGetMapField(int) - Method in class com.google.storage.v2.Object.Builder
 
internalGetMapField(int) - Method in class com.google.storage.v2.Object
 
internalGetMutableMapField(int) - Method in class com.google.storage.v2.Bucket.Builder
 
internalGetMutableMapField(int) - Method in class com.google.storage.v2.Object.Builder
 
internalGetValueMap() - Static method in enum com.google.storage.v2.Bucket.IamConfig.PublicAccessPrevention
 
internalGetValueMap() - Static method in enum com.google.storage.v2.PredefinedObjectAcl
 
internalGetValueMap() - Static method in enum com.google.storage.v2.ServiceConstants.Values
 
IS_LIVE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
IS_LOCKED_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.RetentionPolicy
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Billing
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Cors
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Encryption
 
isInitialized() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.IamConfig
 
isInitialized() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
isInitialized() - Method in class com.google.storage.v2.Bucket
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Lifecycle
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Logging
 
isInitialized() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Versioning
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Website.Builder
 
isInitialized() - Method in class com.google.storage.v2.Bucket.Website
 
isInitialized() - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
isInitialized() - Method in class com.google.storage.v2.BucketAccessControl
 
isInitialized() - Method in class com.google.storage.v2.ChecksummedData.Builder
 
isInitialized() - Method in class com.google.storage.v2.ChecksummedData
 
isInitialized() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
isInitialized() - Method in class com.google.storage.v2.CommonObjectRequestParams
 
isInitialized() - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
isInitialized() - Method in class com.google.storage.v2.CommonRequestParams
 
isInitialized() - Method in class com.google.storage.v2.ContentRange.Builder
 
isInitialized() - Method in class com.google.storage.v2.ContentRange
 
isInitialized() - Method in class com.google.storage.v2.Object.Builder
 
isInitialized() - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
isInitialized() - Method in class com.google.storage.v2.Object.CustomerEncryption
 
isInitialized() - Method in class com.google.storage.v2.Object
 
isInitialized() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
isInitialized() - Method in class com.google.storage.v2.ObjectAccessControl
 
isInitialized() - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
isInitialized() - Method in class com.google.storage.v2.ObjectChecksums
 
isInitialized() - Method in class com.google.storage.v2.Owner.Builder
 
isInitialized() - Method in class com.google.storage.v2.Owner
 
isInitialized() - Method in class com.google.storage.v2.ProjectTeam.Builder
 
isInitialized() - Method in class com.google.storage.v2.ProjectTeam
 
isInitialized() - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
isInitialized() - Method in class com.google.storage.v2.QueryWriteStatusRequest
 
isInitialized() - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
isInitialized() - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
isInitialized() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
isInitialized() - Method in class com.google.storage.v2.ReadObjectRequest
 
isInitialized() - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
isInitialized() - Method in class com.google.storage.v2.ReadObjectResponse
 
isInitialized() - Method in class com.google.storage.v2.ServiceConstants.Builder
 
isInitialized() - Method in class com.google.storage.v2.ServiceConstants
 
isInitialized() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
isInitialized() - Method in class com.google.storage.v2.StartResumableWriteRequest
 
isInitialized() - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
isInitialized() - Method in class com.google.storage.v2.StartResumableWriteResponse
 
isInitialized() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
isInitialized() - Method in class com.google.storage.v2.WriteObjectRequest
 
isInitialized() - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
isInitialized() - Method in class com.google.storage.v2.WriteObjectResponse
 
isInitialized() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
isInitialized() - Method in class com.google.storage.v2.WriteObjectSpec
 

K

KEY_SHA256_BYTES_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object.CustomerEncryption
 
KMS_KEY_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 

L

LABELS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
LIFECYCLE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
LOCATION_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
LOCATION_TYPE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
LOCK_TIME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
LOG_BUCKET_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Logging
 
LOG_OBJECT_PREFIX_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Logging
 
LOGGING_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 

M

MAIN_PAGE_SUFFIX_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Website
 
MATCHES_STORAGE_CLASS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
MAX_AGE_SECONDS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Cors
 
MAX_BUCKET_METADATA_TOTAL_SIZE_BYTES_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum total bytes that can be populated into all bucket metadata fields.
MAX_CUSTOM_METADATA_FIELD_NAME_BYTES_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum length field name that can be sent in a single custom metadata field.
MAX_CUSTOM_METADATA_FIELD_VALUE_BYTES_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum length field value that can be sent in a single custom_metadata field.
MAX_CUSTOM_METADATA_TOTAL_SIZE_BYTES_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum total bytes that can be populated into all field names and values of the custom_metadata for one object.
MAX_LABELS_ENTRIES_COUNT_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum number of key/value entries per bucket label.
MAX_LABELS_KEY_VALUE_BYTES_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum byte size of the key or value in a bucket label map.
MAX_LABELS_KEY_VALUE_LENGTH_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum character length of the key or value in a bucket label map.
MAX_LIFECYCLE_RULES_PER_BUCKET - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum number of LifecycleRules that can be registered for a given bucket.
MAX_LIFECYCLE_RULES_PER_BUCKET_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum number of LifecycleRules that can be registered for a given bucket.
MAX_NOTIFICATION_CONFIGS_PER_BUCKET_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum number of NotificationConfigs that can be registered for a given bucket.
MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_KEY_LENGTH_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum length of a custom attribute key included in NotificationConfig.
MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum length of a custom attribute value included in a NotificationConfig.
MAX_NOTIFICATION_CUSTOM_ATTRIBUTE_VALUE_LENGTH_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum length of a custom attribute value included in a NotificationConfig.
MAX_NOTIFICATION_CUSTOM_ATTRIBUTES_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum number of custom attributes per NotificationConfigs.
MAX_OBJECT_IDS_PER_DELETE_OBJECTS_REQUEST_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum number of object IDs that can be included in a DeleteObjectsRequest.
MAX_OBJECT_SIZE_MB_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum size of an object in MB - whether written in a single stream or composed from multiple other objects.
MAX_READ_CHUNK_BYTES_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum size chunk that can will be returned in a single ReadRequest.
MAX_WRITE_CHUNK_BYTES - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum size chunk that can be sent in a single WriteObjectRequest.
MAX_WRITE_CHUNK_BYTES_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum size chunk that can be sent in a single WriteObjectRequest.
MD5_HASH_FIELD_NUMBER - Static variable in class com.google.storage.v2.ObjectChecksums
 
mergeAction(Bucket.Lifecycle.Rule.Action) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The action to take.
mergeBilling(Bucket.Billing) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's billing config.
mergeChecksummedData(ChecksummedData) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
A portion of the data for the object.
mergeChecksummedData(ChecksummedData) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
The data to insert.
mergeChecksums(ObjectChecksums) - Method in class com.google.storage.v2.Object.Builder
Output only.
mergeCommonObjectRequestParams(CommonObjectRequestParams) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to Storage API requests concerning an object.
mergeCommonObjectRequestParams(CommonObjectRequestParams) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
mergeCommonObjectRequestParams(CommonObjectRequestParams) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to Storage API requests concerning an object.
mergeCommonObjectRequestParams(CommonObjectRequestParams) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
mergeCommonRequestParams(CommonRequestParams) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to all Storage API requests.
mergeCommonRequestParams(CommonRequestParams) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to all Storage API requests.
mergeCommonRequestParams(CommonRequestParams) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to all Storage API requests.
mergeCommonRequestParams(CommonRequestParams) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to all Storage API requests.
mergeCondition(Bucket.Lifecycle.Rule.Condition) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The condition(s) under which the action will be taken.
mergeContentRange(ContentRange) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
mergeCreatedBefore(Date) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is satisfied when an object is created before midnight of the specified date in UTC.
mergeCreateTime(Timestamp) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
mergeCreateTime(Timestamp) - Method in class com.google.storage.v2.Object.Builder
Output only.
mergeCustomerEncryption(Object.CustomerEncryption) - Method in class com.google.storage.v2.Object.Builder
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
mergeCustomTime(Timestamp) - Method in class com.google.storage.v2.Object.Builder
A user-specified timestamp set on an object.
mergeCustomTimeBefore(Date) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
mergeDeleteTime(Timestamp) - Method in class com.google.storage.v2.Object.Builder
Output only.
mergeEffectiveTime(Timestamp) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
Server-determined value that indicates the time from which policy was enforced and effective.
mergeEncryption(Bucket.Encryption) - Method in class com.google.storage.v2.Bucket.Builder
Encryption config for a bucket.
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
mergeFrom(Bucket.Billing) - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.Builder
 
mergeFrom(Bucket) - Method in class com.google.storage.v2.Bucket.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
mergeFrom(Bucket.Cors) - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
mergeFrom(Bucket.Encryption) - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
mergeFrom(Bucket.IamConfig) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
mergeFrom(Bucket.IamConfig.UniformBucketLevelAccess) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
mergeFrom(Bucket.Lifecycle) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
mergeFrom(Bucket.Lifecycle.Rule.Action) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
mergeFrom(Bucket.Lifecycle.Rule) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
mergeFrom(Bucket.Lifecycle.Rule.Condition) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
mergeFrom(Bucket.Logging) - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
mergeFrom(Bucket.RetentionPolicy) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
mergeFrom(Bucket.Versioning) - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Bucket.Website.Builder
 
mergeFrom(Bucket.Website) - Method in class com.google.storage.v2.Bucket.Website.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Bucket.Website.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
mergeFrom(BucketAccessControl) - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.ChecksummedData.Builder
 
mergeFrom(ChecksummedData) - Method in class com.google.storage.v2.ChecksummedData.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.ChecksummedData.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
mergeFrom(CommonObjectRequestParams) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
mergeFrom(CommonRequestParams) - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.ContentRange.Builder
 
mergeFrom(ContentRange) - Method in class com.google.storage.v2.ContentRange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.ContentRange.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Object.Builder
 
mergeFrom(Object) - Method in class com.google.storage.v2.Object.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Object.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
mergeFrom(Object.CustomerEncryption) - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
mergeFrom(ObjectAccessControl) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
mergeFrom(ObjectChecksums) - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.Owner.Builder
 
mergeFrom(Owner) - Method in class com.google.storage.v2.Owner.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.Owner.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.ProjectTeam.Builder
 
mergeFrom(ProjectTeam) - Method in class com.google.storage.v2.ProjectTeam.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.ProjectTeam.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
mergeFrom(QueryWriteStatusRequest) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
mergeFrom(QueryWriteStatusResponse) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
mergeFrom(ReadObjectRequest) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
mergeFrom(ReadObjectResponse) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.ServiceConstants.Builder
 
mergeFrom(ServiceConstants) - Method in class com.google.storage.v2.ServiceConstants.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.ServiceConstants.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
mergeFrom(StartResumableWriteRequest) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
mergeFrom(StartResumableWriteResponse) - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
mergeFrom(WriteObjectRequest) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
mergeFrom(WriteObjectResponse) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
mergeFrom(Message) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
mergeFrom(WriteObjectSpec) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
mergeIamConfig(Bucket.IamConfig) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's IAM config.
mergeLifecycle(Bucket.Lifecycle) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's lifecycle config.
mergeLockTime(Timestamp) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
mergeLogging(Bucket.Logging) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
mergeMetadata(Object) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
Metadata of the object whose media is being returned.
mergeNoncurrentTimeBefore(Date) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is relevant only for versioned objects.
mergeObjectChecksums(ObjectChecksums) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
The checksums of the complete object.
mergeObjectChecksums(ObjectChecksums) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
Checksums for the complete object.
mergeOwner(Owner) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
mergeOwner(Owner) - Method in class com.google.storage.v2.Object.Builder
Output only.
mergeProjectTeam(ProjectTeam) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The project team associated with the entity, if any.
mergeProjectTeam(ProjectTeam) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The project team associated with the entity, if any.
mergeReadMask(FieldMask) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Mask specifying which fields to read.
mergeResource(Object) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
A resource containing the metadata for the uploaded object.
mergeResource(Object) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
A resource containing the metadata for the uploaded object.
mergeResource(Object) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Destination object, including its name and its metadata.
mergeRetentionExpireTime(Timestamp) - Method in class com.google.storage.v2.Object.Builder
A server-determined value that specifies the earliest time that the object's retention period expires.
mergeRetentionPolicy(Bucket.RetentionPolicy) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's retention policy.
mergeUniformBucketLevelAccess(Bucket.IamConfig.UniformBucketLevelAccess) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
Bucket restriction options currently enforced on the bucket.
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Website.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ChecksummedData.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ContentRange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Object.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Owner.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ProjectTeam.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ServiceConstants.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
mergeUpdateStorageClassTime(Timestamp) - Method in class com.google.storage.v2.Object.Builder
Output only.
mergeUpdateTime(Timestamp) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
mergeUpdateTime(Timestamp) - Method in class com.google.storage.v2.Object.Builder
Output only.
mergeVersioning(Bucket.Versioning) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's versioning config.
mergeWebsite(Bucket.Website) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
mergeWriteObjectSpec(WriteObjectSpec) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
The destination bucket, object, and metadata, as well as any preconditions.
mergeWriteObjectSpec(WriteObjectSpec) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For non-resumable uploads.
METADATA_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
METADATA_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectResponse
 
METAGENERATION_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
METAGENERATION_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
METHOD_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Cors
 

N

NAME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
NAME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
newBuilder() - Static method in class com.google.storage.v2.Bucket.Billing
 
newBuilder(Bucket.Billing) - Static method in class com.google.storage.v2.Bucket.Billing
 
newBuilder() - Static method in class com.google.storage.v2.Bucket.Cors
 
newBuilder(Bucket.Cors) - Static method in class com.google.storage.v2.Bucket.Cors
 
newBuilder() - Static method in class com.google.storage.v2.Bucket.Encryption
 
newBuilder(Bucket.Encryption) - Static method in class com.google.storage.v2.Bucket.Encryption
 
newBuilder() - Static method in class com.google.storage.v2.Bucket.IamConfig
 
newBuilder(Bucket.IamConfig) - Static method in class com.google.storage.v2.Bucket.IamConfig
 
newBuilder() - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
newBuilder(Bucket.IamConfig.UniformBucketLevelAccess) - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
newBuilder() - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
newBuilder(Bucket.Lifecycle) - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
newBuilder() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
newBuilder(Bucket.Lifecycle.Rule.Action) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
newBuilder() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
newBuilder(Bucket.Lifecycle.Rule.Condition) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
newBuilder() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
newBuilder(Bucket.Lifecycle.Rule) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
newBuilder() - Static method in class com.google.storage.v2.Bucket.Logging
 
newBuilder(Bucket.Logging) - Static method in class com.google.storage.v2.Bucket.Logging
 
newBuilder() - Static method in class com.google.storage.v2.Bucket
 
newBuilder(Bucket) - Static method in class com.google.storage.v2.Bucket
 
newBuilder() - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
newBuilder(Bucket.RetentionPolicy) - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
newBuilder() - Static method in class com.google.storage.v2.Bucket.Versioning
 
newBuilder(Bucket.Versioning) - Static method in class com.google.storage.v2.Bucket.Versioning
 
newBuilder() - Static method in class com.google.storage.v2.Bucket.Website
 
newBuilder(Bucket.Website) - Static method in class com.google.storage.v2.Bucket.Website
 
newBuilder() - Static method in class com.google.storage.v2.BucketAccessControl
 
newBuilder(BucketAccessControl) - Static method in class com.google.storage.v2.BucketAccessControl
 
newBuilder() - Static method in class com.google.storage.v2.ChecksummedData
 
newBuilder(ChecksummedData) - Static method in class com.google.storage.v2.ChecksummedData
 
newBuilder() - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
newBuilder(CommonObjectRequestParams) - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
newBuilder() - Static method in class com.google.storage.v2.CommonRequestParams
 
newBuilder(CommonRequestParams) - Static method in class com.google.storage.v2.CommonRequestParams
 
newBuilder() - Static method in class com.google.storage.v2.ContentRange
 
newBuilder(ContentRange) - Static method in class com.google.storage.v2.ContentRange
 
newBuilder() - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
newBuilder(Object.CustomerEncryption) - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
newBuilder() - Static method in class com.google.storage.v2.Object
 
newBuilder(Object) - Static method in class com.google.storage.v2.Object
 
newBuilder() - Static method in class com.google.storage.v2.ObjectAccessControl
 
newBuilder(ObjectAccessControl) - Static method in class com.google.storage.v2.ObjectAccessControl
 
newBuilder() - Static method in class com.google.storage.v2.ObjectChecksums
 
newBuilder(ObjectChecksums) - Static method in class com.google.storage.v2.ObjectChecksums
 
newBuilder() - Static method in class com.google.storage.v2.Owner
 
newBuilder(Owner) - Static method in class com.google.storage.v2.Owner
 
newBuilder() - Static method in class com.google.storage.v2.ProjectTeam
 
newBuilder(ProjectTeam) - Static method in class com.google.storage.v2.ProjectTeam
 
newBuilder() - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
newBuilder(QueryWriteStatusRequest) - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
newBuilder() - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
newBuilder(QueryWriteStatusResponse) - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
newBuilder() - Static method in class com.google.storage.v2.ReadObjectRequest
 
newBuilder(ReadObjectRequest) - Static method in class com.google.storage.v2.ReadObjectRequest
 
newBuilder() - Static method in class com.google.storage.v2.ReadObjectResponse
 
newBuilder(ReadObjectResponse) - Static method in class com.google.storage.v2.ReadObjectResponse
 
newBuilder() - Static method in class com.google.storage.v2.ServiceConstants
 
newBuilder(ServiceConstants) - Static method in class com.google.storage.v2.ServiceConstants
 
newBuilder() - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
newBuilder(StartResumableWriteRequest) - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
newBuilder() - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
newBuilder(StartResumableWriteResponse) - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
newBuilder() - Static method in class com.google.storage.v2.WriteObjectRequest
 
newBuilder(WriteObjectRequest) - Static method in class com.google.storage.v2.WriteObjectRequest
 
newBuilder() - Static method in class com.google.storage.v2.WriteObjectResponse
 
newBuilder(WriteObjectResponse) - Static method in class com.google.storage.v2.WriteObjectResponse
 
newBuilder() - Static method in class com.google.storage.v2.WriteObjectSpec
 
newBuilder(WriteObjectSpec) - Static method in class com.google.storage.v2.WriteObjectSpec
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket.Billing
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket.Billing
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket.Cors
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket.Cors
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket.Encryption
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket.Encryption
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket.IamConfig
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket.IamConfig
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket.Lifecycle
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket.Lifecycle
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket.Logging
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket.Logging
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket.RetentionPolicy
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket.Versioning
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket.Versioning
 
newBuilderForType() - Method in class com.google.storage.v2.Bucket.Website
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Bucket.Website
 
newBuilderForType() - Method in class com.google.storage.v2.BucketAccessControl
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.BucketAccessControl
 
newBuilderForType() - Method in class com.google.storage.v2.ChecksummedData
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.ChecksummedData
 
newBuilderForType() - Method in class com.google.storage.v2.CommonObjectRequestParams
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.CommonObjectRequestParams
 
newBuilderForType() - Method in class com.google.storage.v2.CommonRequestParams
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.CommonRequestParams
 
newBuilderForType() - Method in class com.google.storage.v2.ContentRange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.ContentRange
 
newBuilderForType() - Method in class com.google.storage.v2.Object.CustomerEncryption
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Object.CustomerEncryption
 
newBuilderForType() - Method in class com.google.storage.v2.Object
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Object
 
newBuilderForType() - Method in class com.google.storage.v2.ObjectAccessControl
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.ObjectAccessControl
 
newBuilderForType() - Method in class com.google.storage.v2.ObjectChecksums
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.ObjectChecksums
 
newBuilderForType() - Method in class com.google.storage.v2.Owner
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.Owner
 
newBuilderForType() - Method in class com.google.storage.v2.ProjectTeam
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.ProjectTeam
 
newBuilderForType() - Method in class com.google.storage.v2.QueryWriteStatusRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.QueryWriteStatusRequest
 
newBuilderForType() - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
newBuilderForType() - Method in class com.google.storage.v2.ReadObjectRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.ReadObjectRequest
 
newBuilderForType() - Method in class com.google.storage.v2.ReadObjectResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.ReadObjectResponse
 
newBuilderForType() - Method in class com.google.storage.v2.ServiceConstants
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.ServiceConstants
 
newBuilderForType() - Method in class com.google.storage.v2.StartResumableWriteRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.StartResumableWriteRequest
 
newBuilderForType() - Method in class com.google.storage.v2.StartResumableWriteResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.StartResumableWriteResponse
 
newBuilderForType() - Method in class com.google.storage.v2.WriteObjectRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.WriteObjectRequest
 
newBuilderForType() - Method in class com.google.storage.v2.WriteObjectResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.WriteObjectResponse
 
newBuilderForType() - Method in class com.google.storage.v2.WriteObjectSpec
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.storage.v2.WriteObjectSpec
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket.Billing
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket.Cors
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket.Encryption
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket.IamConfig
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket.Lifecycle
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket.Logging
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket.RetentionPolicy
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket.Versioning
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Bucket.Website
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.BucketAccessControl
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.ChecksummedData
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.CommonObjectRequestParams
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.CommonRequestParams
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.ContentRange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Object.CustomerEncryption
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Object
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.ObjectAccessControl
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.ObjectChecksums
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.Owner
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.ProjectTeam
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.QueryWriteStatusRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.ReadObjectRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.ReadObjectResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.ServiceConstants
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.StartResumableWriteRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.StartResumableWriteResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.WriteObjectRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.WriteObjectResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.storage.v2.WriteObjectSpec
 
NONCURRENT_TIME_BEFORE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
NOT_FOUND_PAGE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Website
 
NUM_NEWER_VERSIONS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 

O

Object - Class in com.google.storage.v2
An object.
Object.Builder - Class in com.google.storage.v2
An object.
Object.CustomerEncryption - Class in com.google.storage.v2
Describes the customer-specified mechanism used to store the data at rest.
Object.CustomerEncryption.Builder - Class in com.google.storage.v2
Describes the customer-specified mechanism used to store the data at rest.
Object.CustomerEncryptionOrBuilder - Interface in com.google.storage.v2
 
OBJECT_ACL_AUTHENTICATED_READ_VALUE - Static variable in enum com.google.storage.v2.PredefinedObjectAcl
Object owner gets `OWNER` access, and `allAuthenticatedUsers` get `READER` access.
OBJECT_ACL_BUCKET_OWNER_FULL_CONTROL_VALUE - Static variable in enum com.google.storage.v2.PredefinedObjectAcl
Object owner gets `OWNER` access, and project team owners get `OWNER` access.
OBJECT_ACL_BUCKET_OWNER_READ_VALUE - Static variable in enum com.google.storage.v2.PredefinedObjectAcl
Object owner gets `OWNER` access, and project team owners get `READER` access.
OBJECT_ACL_PRIVATE_VALUE - Static variable in enum com.google.storage.v2.PredefinedObjectAcl
Object owner gets `OWNER` access.
OBJECT_ACL_PROJECT_PRIVATE_VALUE - Static variable in enum com.google.storage.v2.PredefinedObjectAcl
Object owner gets `OWNER` access, and project team members get access according to their roles.
OBJECT_ACL_PUBLIC_READ_VALUE - Static variable in enum com.google.storage.v2.PredefinedObjectAcl
Object owner gets `OWNER` access, and `allUsers` get `READER` access.
OBJECT_CHECKSUMS_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectResponse
 
OBJECT_CHECKSUMS_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectRequest
 
OBJECT_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectRequest
 
ObjectAccessControl - Class in com.google.storage.v2
An access-control entry.
ObjectAccessControl.Builder - Class in com.google.storage.v2
An access-control entry.
ObjectAccessControlOrBuilder - Interface in com.google.storage.v2
 
ObjectChecksums - Class in com.google.storage.v2
Message used for storing full (not subrange) object checksums.
ObjectChecksums.Builder - Class in com.google.storage.v2
Message used for storing full (not subrange) object checksums.
ObjectChecksumsOrBuilder - Interface in com.google.storage.v2
 
ObjectOrBuilder - Interface in com.google.storage.v2
 
ORIGIN_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Cors
 
Owner - Class in com.google.storage.v2
The owner of a specific resource.
Owner.Builder - Class in com.google.storage.v2
The owner of a specific resource.
OWNER_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
OWNER_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
OwnerOrBuilder - Interface in com.google.storage.v2
 

P

parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Billing
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Billing
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Cors
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Cors
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Encryption
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Encryption
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.IamConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.IamConfig
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Logging
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Logging
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Versioning
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Versioning
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Website
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Website
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.BucketAccessControl
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.BucketAccessControl
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.ChecksummedData
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ChecksummedData
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.CommonRequestParams
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.CommonRequestParams
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.ContentRange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ContentRange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Object
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Object
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.ObjectAccessControl
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ObjectAccessControl
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.ObjectChecksums
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ObjectChecksums
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.Owner
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Owner
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.ProjectTeam
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ProjectTeam
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.ReadObjectRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ReadObjectRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.ReadObjectResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ReadObjectResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.ServiceConstants
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ServiceConstants
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.WriteObjectRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.WriteObjectResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.storage.v2.WriteObjectSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectSpec
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket.Billing
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Billing
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket.Billing
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Billing
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket.Billing
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Billing
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Billing
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Billing
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket.Billing
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Billing
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket.Cors
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Cors
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket.Cors
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Cors
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket.Cors
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Cors
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Cors
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Cors
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket.Cors
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Cors
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket.Encryption
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Encryption
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket.Encryption
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Encryption
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket.Encryption
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Encryption
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Encryption
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Encryption
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket.Encryption
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Encryption
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket.IamConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.IamConfig
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket.IamConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.IamConfig
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket.IamConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.IamConfig
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.IamConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.IamConfig
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket.IamConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.IamConfig
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket.Logging
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Logging
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket.Logging
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Logging
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket.Logging
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Logging
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Logging
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Logging
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket.Logging
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Logging
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket.Versioning
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Versioning
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket.Versioning
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Versioning
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket.Versioning
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Versioning
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Versioning
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Versioning
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket.Versioning
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Versioning
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Bucket.Website
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Website
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Bucket.Website
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Website
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Bucket.Website
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Website
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Bucket.Website
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Website
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Bucket.Website
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Bucket.Website
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.BucketAccessControl
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.BucketAccessControl
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.BucketAccessControl
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.BucketAccessControl
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.BucketAccessControl
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.BucketAccessControl
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.BucketAccessControl
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.BucketAccessControl
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.BucketAccessControl
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.BucketAccessControl
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.ChecksummedData
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ChecksummedData
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.ChecksummedData
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ChecksummedData
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.ChecksummedData
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.ChecksummedData
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.ChecksummedData
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ChecksummedData
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.ChecksummedData
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ChecksummedData
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.CommonRequestParams
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.CommonRequestParams
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.CommonRequestParams
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.CommonRequestParams
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.CommonRequestParams
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.CommonRequestParams
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.CommonRequestParams
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.CommonRequestParams
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.CommonRequestParams
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.CommonRequestParams
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.ContentRange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ContentRange
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.ContentRange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ContentRange
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.ContentRange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.ContentRange
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.ContentRange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ContentRange
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.ContentRange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ContentRange
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Object
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Object
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Object
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Object
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Object
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Object
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Object
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Object
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Object
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Object
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.ObjectAccessControl
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ObjectAccessControl
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.ObjectAccessControl
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ObjectAccessControl
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.ObjectAccessControl
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.ObjectAccessControl
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.ObjectAccessControl
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ObjectAccessControl
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.ObjectAccessControl
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ObjectAccessControl
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.ObjectChecksums
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ObjectChecksums
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.ObjectChecksums
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ObjectChecksums
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.ObjectChecksums
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.ObjectChecksums
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.ObjectChecksums
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ObjectChecksums
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.ObjectChecksums
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ObjectChecksums
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.Owner
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Owner
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.Owner
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Owner
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.Owner
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.Owner
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.Owner
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Owner
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.Owner
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.Owner
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.ProjectTeam
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ProjectTeam
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.ProjectTeam
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ProjectTeam
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.ProjectTeam
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.ProjectTeam
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.ProjectTeam
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ProjectTeam
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.ProjectTeam
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ProjectTeam
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.ReadObjectRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ReadObjectRequest
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.ReadObjectRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ReadObjectRequest
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.ReadObjectRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.ReadObjectRequest
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.ReadObjectRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ReadObjectRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.ReadObjectRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ReadObjectRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.ReadObjectResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ReadObjectResponse
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.ReadObjectResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ReadObjectResponse
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.ReadObjectResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.ReadObjectResponse
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.ReadObjectResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ReadObjectResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.ReadObjectResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ReadObjectResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.ServiceConstants
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ServiceConstants
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.ServiceConstants
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ServiceConstants
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.ServiceConstants
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.ServiceConstants
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.ServiceConstants
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ServiceConstants
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.ServiceConstants
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.ServiceConstants
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.WriteObjectRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectRequest
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.WriteObjectRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectRequest
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.WriteObjectRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectRequest
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.WriteObjectRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.WriteObjectRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.WriteObjectResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectResponse
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.WriteObjectResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectResponse
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.WriteObjectResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectResponse
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.WriteObjectResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.WriteObjectResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.storage.v2.WriteObjectSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectSpec
 
parseFrom(ByteString) - Static method in class com.google.storage.v2.WriteObjectSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectSpec
 
parseFrom(byte[]) - Static method in class com.google.storage.v2.WriteObjectSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectSpec
 
parseFrom(InputStream) - Static method in class com.google.storage.v2.WriteObjectSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectSpec
 
parseFrom(CodedInputStream) - Static method in class com.google.storage.v2.WriteObjectSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.storage.v2.WriteObjectSpec
 
parser() - Static method in class com.google.storage.v2.Bucket.Billing
 
parser() - Static method in class com.google.storage.v2.Bucket.Cors
 
parser() - Static method in class com.google.storage.v2.Bucket.Encryption
 
parser() - Static method in class com.google.storage.v2.Bucket.IamConfig
 
parser() - Static method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
parser() - Static method in class com.google.storage.v2.Bucket.Lifecycle
 
parser() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
parser() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
parser() - Static method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
parser() - Static method in class com.google.storage.v2.Bucket.Logging
 
parser() - Static method in class com.google.storage.v2.Bucket
 
parser() - Static method in class com.google.storage.v2.Bucket.RetentionPolicy
 
parser() - Static method in class com.google.storage.v2.Bucket.Versioning
 
parser() - Static method in class com.google.storage.v2.Bucket.Website
 
parser() - Static method in class com.google.storage.v2.BucketAccessControl
 
parser() - Static method in class com.google.storage.v2.ChecksummedData
 
parser() - Static method in class com.google.storage.v2.CommonObjectRequestParams
 
parser() - Static method in class com.google.storage.v2.CommonRequestParams
 
parser() - Static method in class com.google.storage.v2.ContentRange
 
parser() - Static method in class com.google.storage.v2.Object.CustomerEncryption
 
parser() - Static method in class com.google.storage.v2.Object
 
parser() - Static method in class com.google.storage.v2.ObjectAccessControl
 
parser() - Static method in class com.google.storage.v2.ObjectChecksums
 
parser() - Static method in class com.google.storage.v2.Owner
 
parser() - Static method in class com.google.storage.v2.ProjectTeam
 
parser() - Static method in class com.google.storage.v2.QueryWriteStatusRequest
 
parser() - Static method in class com.google.storage.v2.QueryWriteStatusResponse
 
parser() - Static method in class com.google.storage.v2.ReadObjectRequest
 
parser() - Static method in class com.google.storage.v2.ReadObjectResponse
 
parser() - Static method in class com.google.storage.v2.ServiceConstants
 
parser() - Static method in class com.google.storage.v2.StartResumableWriteRequest
 
parser() - Static method in class com.google.storage.v2.StartResumableWriteResponse
 
parser() - Static method in class com.google.storage.v2.WriteObjectRequest
 
parser() - Static method in class com.google.storage.v2.WriteObjectResponse
 
parser() - Static method in class com.google.storage.v2.WriteObjectSpec
 
PERSISTED_SIZE_FIELD_NUMBER - Static variable in class com.google.storage.v2.QueryWriteStatusResponse
 
PERSISTED_SIZE_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectResponse
 
PREDEFINED_ACL_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectSpec
 
PREDEFINED_OBJECT_ACL_UNSPECIFIED_VALUE - Static variable in enum com.google.storage.v2.PredefinedObjectAcl
No predefined ACL.
PredefinedObjectAcl - Enum in com.google.storage.v2
Predefined or "canned" aliases for sets of specific object ACL entries.
PROJECT_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
PROJECT_NUMBER_FIELD_NUMBER - Static variable in class com.google.storage.v2.ProjectTeam
 
PROJECT_TEAM_FIELD_NUMBER - Static variable in class com.google.storage.v2.BucketAccessControl
 
PROJECT_TEAM_FIELD_NUMBER - Static variable in class com.google.storage.v2.ObjectAccessControl
 
ProjectTeam - Class in com.google.storage.v2
Represents the Viewers, Editors, or Owners of a given project.
ProjectTeam.Builder - Class in com.google.storage.v2
Represents the Viewers, Editors, or Owners of a given project.
ProjectTeamOrBuilder - Interface in com.google.storage.v2
 
PUBLIC_ACCESS_PREVENTION_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.IamConfig
 
PUBLIC_ACCESS_PREVENTION_UNSPECIFIED_VALUE - Static variable in enum com.google.storage.v2.Bucket.IamConfig.PublicAccessPrevention
No specified PublicAccessPrevention.
putAllLabels(Map<String, String>) - Method in class com.google.storage.v2.Bucket.Builder
User-provided labels, in key/value pairs.
putAllMetadata(Map<String, String>) - Method in class com.google.storage.v2.Object.Builder
User-provided metadata, in key/value pairs.
putLabels(String, String) - Method in class com.google.storage.v2.Bucket.Builder
User-provided labels, in key/value pairs.
putMetadata(String, String) - Method in class com.google.storage.v2.Object.Builder
User-provided metadata, in key/value pairs.

Q

QueryWriteStatusRequest - Class in com.google.storage.v2
Request object for `QueryWriteStatus`.
QueryWriteStatusRequest.Builder - Class in com.google.storage.v2
Request object for `QueryWriteStatus`.
QueryWriteStatusRequestOrBuilder - Interface in com.google.storage.v2
 
QueryWriteStatusResponse - Class in com.google.storage.v2
Response object for `QueryWriteStatus`.
QueryWriteStatusResponse.Builder - Class in com.google.storage.v2
Response object for `QueryWriteStatus`.
QueryWriteStatusResponse.WriteStatusCase - Enum in com.google.storage.v2
 
QueryWriteStatusResponseOrBuilder - Interface in com.google.storage.v2
 

R

READ_LIMIT_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectRequest
 
READ_MASK_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectRequest
 
READ_OFFSET_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectRequest
 
ReadObjectRequest - Class in com.google.storage.v2
Request message for ReadObject.
ReadObjectRequest.Builder - Class in com.google.storage.v2
Request message for ReadObject.
ReadObjectRequestOrBuilder - Interface in com.google.storage.v2
 
ReadObjectResponse - Class in com.google.storage.v2
Response message for GetObject.
ReadObjectResponse.Builder - Class in com.google.storage.v2
Response message for GetObject.
ReadObjectResponseOrBuilder - Interface in com.google.storage.v2
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.storage.v2.StorageProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.storage.v2.StorageProto
 
removeAcl(int) - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
removeAcl(int) - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
removeCors(int) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
removeDefaultObjectAcl(int) - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
removeLabels(String) - Method in class com.google.storage.v2.Bucket.Builder
User-provided labels, in key/value pairs.
removeMetadata(String) - Method in class com.google.storage.v2.Object.Builder
User-provided metadata, in key/value pairs.
removeRule(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
REQUESTER_PAYS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Billing
 
RESOURCE_FIELD_NUMBER - Static variable in class com.google.storage.v2.QueryWriteStatusResponse
 
RESOURCE_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectResponse
 
RESOURCE_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectSpec
 
RESPONSE_HEADER_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Cors
 
RETENTION_EXPIRE_TIME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
RETENTION_PERIOD_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.RetentionPolicy
 
RETENTION_POLICY_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
ROLE_FIELD_NUMBER - Static variable in class com.google.storage.v2.BucketAccessControl
 
ROLE_FIELD_NUMBER - Static variable in class com.google.storage.v2.ObjectAccessControl
 
RULE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle
 

S

SATISFIES_PZS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
ServiceConstants - Class in com.google.storage.v2
Shared constants.
ServiceConstants.Builder - Class in com.google.storage.v2
Shared constants.
ServiceConstants.Values - Enum in com.google.storage.v2
A collection of constant values meaningful to the Storage API.
ServiceConstantsOrBuilder - Interface in com.google.storage.v2
 
setAcl(int, BucketAccessControl) - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
setAcl(int, BucketAccessControl.Builder) - Method in class com.google.storage.v2.Bucket.Builder
Access controls on the bucket.
setAcl(int, ObjectAccessControl) - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
setAcl(int, ObjectAccessControl.Builder) - Method in class com.google.storage.v2.Object.Builder
Access controls on the object.
setAction(Bucket.Lifecycle.Rule.Action) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The action to take.
setAction(Bucket.Lifecycle.Rule.Action.Builder) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The action to take.
setAgeDays(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Age of an object (in days).
setBilling(Bucket.Billing) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's billing config.
setBilling(Bucket.Billing.Builder) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's billing config.
setBucket(String) - Method in class com.google.storage.v2.Object.Builder
Immutable.
setBucket(String) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The name of the bucket containing the object to read.
setBucketBytes(ByteString) - Method in class com.google.storage.v2.Object.Builder
Immutable.
setBucketBytes(ByteString) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The name of the bucket containing the object to read.
setBucketId(String) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
setBucketIdBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
setCacheControl(String) - Method in class com.google.storage.v2.Object.Builder
Cache-Control directive for the object data, matching [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
setCacheControlBytes(ByteString) - Method in class com.google.storage.v2.Object.Builder
Cache-Control directive for the object data, matching [https://tools.ietf.org/html/rfc7234#section-5.2"][RFC 7234 §5.2].
setChecksummedData(ChecksummedData) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
A portion of the data for the object.
setChecksummedData(ChecksummedData.Builder) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
A portion of the data for the object.
setChecksummedData(ChecksummedData) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
The data to insert.
setChecksummedData(ChecksummedData.Builder) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
The data to insert.
setChecksums(ObjectChecksums) - Method in class com.google.storage.v2.Object.Builder
Output only.
setChecksums(ObjectChecksums.Builder) - Method in class com.google.storage.v2.Object.Builder
Output only.
setCommonObjectRequestParams(CommonObjectRequestParams) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to Storage API requests concerning an object.
setCommonObjectRequestParams(CommonObjectRequestParams.Builder) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to Storage API requests concerning an object.
setCommonObjectRequestParams(CommonObjectRequestParams) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
setCommonObjectRequestParams(CommonObjectRequestParams.Builder) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
setCommonObjectRequestParams(CommonObjectRequestParams) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to Storage API requests concerning an object.
setCommonObjectRequestParams(CommonObjectRequestParams.Builder) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to Storage API requests concerning an object.
setCommonObjectRequestParams(CommonObjectRequestParams) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
setCommonObjectRequestParams(CommonObjectRequestParams.Builder) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to Storage API requests concerning an object.
setCommonRequestParams(CommonRequestParams) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to all Storage API requests.
setCommonRequestParams(CommonRequestParams.Builder) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
A set of parameters common to all Storage API requests.
setCommonRequestParams(CommonRequestParams) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to all Storage API requests.
setCommonRequestParams(CommonRequestParams.Builder) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
A set of parameters common to all Storage API requests.
setCommonRequestParams(CommonRequestParams) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to all Storage API requests.
setCommonRequestParams(CommonRequestParams.Builder) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
A set of parameters common to all Storage API requests.
setCommonRequestParams(CommonRequestParams) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to all Storage API requests.
setCommonRequestParams(CommonRequestParams.Builder) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
A set of parameters common to all Storage API requests.
setCompleteLength(long) - Method in class com.google.storage.v2.ContentRange.Builder
The complete length of the object data.
setComponentCount(int) - Method in class com.google.storage.v2.Object.Builder
Output only.
setCondition(Bucket.Lifecycle.Rule.Condition) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The condition(s) under which the action will be taken.
setCondition(Bucket.Lifecycle.Rule.Condition.Builder) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
The condition(s) under which the action will be taken.
setContent(ByteString) - Method in class com.google.storage.v2.ChecksummedData.Builder
The data.
setContentDisposition(String) - Method in class com.google.storage.v2.Object.Builder
Content-Disposition of the object data, matching [https://tools.ietf.org/html/rfc6266][RFC 6266].
setContentDispositionBytes(ByteString) - Method in class com.google.storage.v2.Object.Builder
Content-Disposition of the object data, matching [https://tools.ietf.org/html/rfc6266][RFC 6266].
setContentEncoding(String) - Method in class com.google.storage.v2.Object.Builder
Content-Encoding of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
setContentEncodingBytes(ByteString) - Method in class com.google.storage.v2.Object.Builder
Content-Encoding of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.2.2][RFC 7231 §3.1.2.2]
setContentLanguage(String) - Method in class com.google.storage.v2.Object.Builder
Content-Language of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
setContentLanguageBytes(ByteString) - Method in class com.google.storage.v2.Object.Builder
Content-Language of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.3.2][RFC 7231 §3.1.3.2].
setContentRange(ContentRange) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
setContentRange(ContentRange.Builder) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
If read_offset and or read_limit was specified on the ReadObjectRequest, ContentRange will be populated on the first ReadObjectResponse message of the read stream.
setContentType(String) - Method in class com.google.storage.v2.Object.Builder
Content-Type of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
setContentTypeBytes(ByteString) - Method in class com.google.storage.v2.Object.Builder
Content-Type of the object data, matching [https://tools.ietf.org/html/rfc7231#section-3.1.1.5][RFC 7231 §3.1.1.5].
setCors(int, Bucket.Cors) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
setCors(int, Bucket.Cors.Builder) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's [https://www.w3.org/TR/cors/][Cross-Origin Resource Sharing] (CORS) config.
setCrc32C(int) - Method in class com.google.storage.v2.ChecksummedData.Builder
If set, the CRC32C digest of the content field.
setCrc32C(int) - Method in class com.google.storage.v2.ObjectChecksums.Builder
CRC32C digest of the object data.
setCreatedBefore(Date) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is satisfied when an object is created before midnight of the specified date in UTC.
setCreatedBefore(Date.Builder) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is satisfied when an object is created before midnight of the specified date in UTC.
setCreateTime(Timestamp) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
setCreateTime(Timestamp.Builder) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
setCreateTime(Timestamp) - Method in class com.google.storage.v2.Object.Builder
Output only.
setCreateTime(Timestamp.Builder) - Method in class com.google.storage.v2.Object.Builder
Output only.
setCustomerEncryption(Object.CustomerEncryption) - Method in class com.google.storage.v2.Object.Builder
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
setCustomerEncryption(Object.CustomerEncryption.Builder) - Method in class com.google.storage.v2.Object.Builder
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
setCustomTime(Timestamp) - Method in class com.google.storage.v2.Object.Builder
A user-specified timestamp set on an object.
setCustomTime(Timestamp.Builder) - Method in class com.google.storage.v2.Object.Builder
A user-specified timestamp set on an object.
setCustomTimeBefore(Date) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
setCustomTimeBefore(Date.Builder) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
setDaysSinceCustomTime(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Number of days that have elapsed since the custom timestamp set on an object.
setDaysSinceNoncurrentTime(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is relevant only for versioned objects.
setDefaultEventBasedHold(boolean) - Method in class com.google.storage.v2.Bucket.Builder
The default value for event-based hold on newly created objects in this bucket.
setDefaultKmsKey(String) - Method in class com.google.storage.v2.Bucket.Encryption.Builder
A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
setDefaultKmsKeyBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Encryption.Builder
A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
setDefaultObjectAcl(int, ObjectAccessControl) - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
setDefaultObjectAcl(int, ObjectAccessControl.Builder) - Method in class com.google.storage.v2.Bucket.Builder
Default access controls to apply to new objects when no ACL is provided.
setDeleteTime(Timestamp) - Method in class com.google.storage.v2.Object.Builder
Output only.
setDeleteTime(Timestamp.Builder) - Method in class com.google.storage.v2.Object.Builder
Output only.
setDomain(String) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The domain associated with the entity, if any.
setDomain(String) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The domain associated with the entity, if any.
setDomainBytes(ByteString) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The domain associated with the entity, if any.
setDomainBytes(ByteString) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The domain associated with the entity, if any.
setEffectiveTime(Timestamp) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
Server-determined value that indicates the time from which policy was enforced and effective.
setEffectiveTime(Timestamp.Builder) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
Server-determined value that indicates the time from which policy was enforced and effective.
setEmail(String) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The email address associated with the entity, if any.
setEmail(String) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The email address associated with the entity, if any.
setEmailBytes(ByteString) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The email address associated with the entity, if any.
setEmailBytes(ByteString) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The email address associated with the entity, if any.
setEnabled(boolean) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
If set, access checks only use bucket-level IAM policies or above.
setEnabled(boolean) - Method in class com.google.storage.v2.Bucket.Versioning.Builder
While set to true, versioning is fully enabled for this bucket.
setEncryption(Bucket.Encryption) - Method in class com.google.storage.v2.Bucket.Builder
Encryption config for a bucket.
setEncryption(Bucket.Encryption.Builder) - Method in class com.google.storage.v2.Bucket.Builder
Encryption config for a bucket.
setEncryptionAlgorithm(String) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
Encryption algorithm used with Customer-Supplied Encryption Keys feature.
setEncryptionAlgorithm(String) - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
The encryption algorithm.
setEncryptionAlgorithmBytes(ByteString) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
Encryption algorithm used with Customer-Supplied Encryption Keys feature.
setEncryptionAlgorithmBytes(ByteString) - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
The encryption algorithm.
setEncryptionKeyBytes(ByteString) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
Encryption key used with Customer-Supplied Encryption Keys feature.
setEncryptionKeySha256Bytes(ByteString) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
SHA256 hash of encryption key used with Customer-Supplied Encryption Keys feature.
setEnd(long) - Method in class com.google.storage.v2.ContentRange.Builder
The ending offset of the object data.
setEntity(String) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
setEntity(String) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
setEntity(String) - Method in class com.google.storage.v2.Owner.Builder
The entity, in the form `user-`*userId*.
setEntityBytes(ByteString) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
setEntityBytes(ByteString) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The entity holding the permission, in one of the following forms: * `user-{userid}` * `user-{email}` * `group-{groupid}` * `group-{email}` * `domain-{domain}` * `project-{team-projectid}` * `allUsers` * `allAuthenticatedUsers` Examples: * The user `liz@example.com` would be `user-liz@example.com`.
setEntityBytes(ByteString) - Method in class com.google.storage.v2.Owner.Builder
The entity, in the form `user-`*userId*.
setEntityId(String) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The ID for the entity, if any.
setEntityId(String) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The ID for the entity, if any.
setEntityId(String) - Method in class com.google.storage.v2.Owner.Builder
The ID for the entity.
setEntityIdBytes(ByteString) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The ID for the entity, if any.
setEntityIdBytes(ByteString) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The ID for the entity, if any.
setEntityIdBytes(ByteString) - Method in class com.google.storage.v2.Owner.Builder
The ID for the entity.
setEventBasedHold(boolean) - Method in class com.google.storage.v2.Object.Builder
Whether an object is under event-based hold.
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Website.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ChecksummedData.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ContentRange.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Object.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Owner.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ProjectTeam.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ServiceConstants.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
setFinishWrite(boolean) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
If `true`, this indicates that the write is complete.
setGeneration(long) - Method in class com.google.storage.v2.Object.Builder
Immutable.
setGeneration(long) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
If present, selects a specific revision of this object (as opposed to the latest version, the default).
setIamConfig(Bucket.IamConfig) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's IAM config.
setIamConfig(Bucket.IamConfig.Builder) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's IAM config.
setId(String) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The ID of the access-control entry.
setId(String) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The ID of the access-control entry.
setIdBytes(ByteString) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The ID of the access-control entry.
setIdBytes(ByteString) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The ID of the access-control entry.
setIfGenerationMatch(long) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current generation matches the given value.
setIfGenerationMatch(long) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current generation matches the given value.
setIfGenerationNotMatch(long) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current generation does not match the given value.
setIfGenerationNotMatch(long) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current generation does not match the given value.
setIfMetagenerationMatch(long) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current metageneration matches the given value.
setIfMetagenerationMatch(long) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current metageneration matches the given value.
setIfMetagenerationNotMatch(long) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Makes the operation conditional on whether the object's current metageneration does not match the given value.
setIfMetagenerationNotMatch(long) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Makes the operation conditional on whether the object's current metageneration does not match the given value.
setIsLive(boolean) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Relevant only for versioned objects.
setIsLocked(boolean) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
Once locked, an object retention policy cannot be modified.
setKeySha256Bytes(ByteString) - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
SHA256 hash value of the encryption key.
setKmsKey(String) - Method in class com.google.storage.v2.Object.Builder
Cloud KMS Key used to encrypt this object, if the object is encrypted by such a key.
setKmsKeyBytes(ByteString) - Method in class com.google.storage.v2.Object.Builder
Cloud KMS Key used to encrypt this object, if the object is encrypted by such a key.
setLifecycle(Bucket.Lifecycle) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's lifecycle config.
setLifecycle(Bucket.Lifecycle.Builder) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's lifecycle config.
setLocation(String) - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
setLocationBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
setLocationType(String) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
setLocationTypeBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
setLockTime(Timestamp) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
setLockTime(Timestamp.Builder) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
The deadline time for changing `iamConfig.uniformBucketLevelAccess.enabled` from true to false in [RFC 3339](https://tools.ietf.org/html/rfc3339).
setLogBucket(String) - Method in class com.google.storage.v2.Bucket.Logging.Builder
The destination bucket where the current bucket's logs should be placed.
setLogBucketBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Logging.Builder
The destination bucket where the current bucket's logs should be placed.
setLogging(Bucket.Logging) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
setLogging(Bucket.Logging.Builder) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's logging config, which defines the destination bucket and name prefix (if any) for the current bucket's logs.
setLogObjectPrefix(String) - Method in class com.google.storage.v2.Bucket.Logging.Builder
A prefix for log object names.
setLogObjectPrefixBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Logging.Builder
A prefix for log object names.
setMainPageSuffix(String) - Method in class com.google.storage.v2.Bucket.Website.Builder
If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object.
setMainPageSuffixBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Website.Builder
If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object.
setMatchesStorageClass(int, String) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Objects having any of the storage classes specified by this condition will be matched.
setMaxAgeSeconds(int) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The value, in seconds, to return in the [https://www.w3.org/TR/cors/#access-control-max-age-response-header][Access-Control-Max-Age header] used in preflight responses.
setMd5Hash(ByteString) - Method in class com.google.storage.v2.ObjectChecksums.Builder
128 bit MD5 hash of the object data.
setMetadata(Object) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
Metadata of the object whose media is being returned.
setMetadata(Object.Builder) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
Metadata of the object whose media is being returned.
setMetageneration(long) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
setMetageneration(long) - Method in class com.google.storage.v2.Object.Builder
Output only.
setMethod(int, String) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP methods on which to include CORS response headers, (`GET`, `OPTIONS`, `POST`, etc) Note: "*" is permitted in the list of methods, and means "any method".
setName(String) - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
setName(String) - Method in class com.google.storage.v2.Object.Builder
Immutable.
setNameBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
setNameBytes(ByteString) - Method in class com.google.storage.v2.Object.Builder
Immutable.
setNoncurrentTimeBefore(Date) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is relevant only for versioned objects.
setNoncurrentTimeBefore(Date.Builder) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
This condition is relevant only for versioned objects.
setNotFoundPage(String) - Method in class com.google.storage.v2.Bucket.Website.Builder
If the requested object path is missing, and any `mainPageSuffix` object is missing, if applicable, the service will return the named object from this bucket as the content for a [https://tools.ietf.org/html/rfc7231#section-6.5.4][404 Not Found] result.
setNotFoundPageBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Website.Builder
If the requested object path is missing, and any `mainPageSuffix` object is missing, if applicable, the service will return the named object from this bucket as the content for a [https://tools.ietf.org/html/rfc7231#section-6.5.4][404 Not Found] result.
setNumNewerVersions(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
Relevant only for versioned objects.
setObject(String) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The name of the object to read.
setObjectBytes(ByteString) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The name of the object to read.
setObjectChecksums(ObjectChecksums) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
The checksums of the complete object.
setObjectChecksums(ObjectChecksums.Builder) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
The checksums of the complete object.
setObjectChecksums(ObjectChecksums) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
Checksums for the complete object.
setObjectChecksums(ObjectChecksums.Builder) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
Checksums for the complete object.
setOrigin(int, String) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of Origins eligible to receive CORS response headers.
setOwner(Owner) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
setOwner(Owner.Builder) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
setOwner(Owner) - Method in class com.google.storage.v2.Object.Builder
Output only.
setOwner(Owner.Builder) - Method in class com.google.storage.v2.Object.Builder
Output only.
setPersistedSize(long) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
setPersistedSize(long) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
The total number of bytes that have been processed for the given object from all `WriteObject` calls.
setPredefinedAcl(PredefinedObjectAcl) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Apply a predefined set of access controls to this object.
setPredefinedAclValue(int) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Apply a predefined set of access controls to this object.
setProject(String) - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
setProjectBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Builder
Immutable.
setProjectNumber(String) - Method in class com.google.storage.v2.ProjectTeam.Builder
The project number.
setProjectNumberBytes(ByteString) - Method in class com.google.storage.v2.ProjectTeam.Builder
The project number.
setProjectTeam(ProjectTeam) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The project team associated with the entity, if any.
setProjectTeam(ProjectTeam.Builder) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The project team associated with the entity, if any.
setProjectTeam(ProjectTeam) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The project team associated with the entity, if any.
setProjectTeam(ProjectTeam.Builder) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The project team associated with the entity, if any.
setPublicAccessPrevention(Bucket.IamConfig.PublicAccessPrevention) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
Whether IAM will enforce public access prevention.
setPublicAccessPreventionValue(int) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
Whether IAM will enforce public access prevention.
setReadLimit(long) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The maximum number of `data` bytes the server is allowed to return in the sum of all `Object` messages.
setReadMask(FieldMask) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Mask specifying which fields to read.
setReadMask(FieldMask.Builder) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
Mask specifying which fields to read.
setReadOffset(long) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
The offset for the first byte to return in the read, relative to the start of the object.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Bucket.Website.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ChecksummedData.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ContentRange.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Object.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.Owner.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ProjectTeam.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ServiceConstants.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
setRequesterPays(boolean) - Method in class com.google.storage.v2.Bucket.Billing.Builder
When set to true, Requester Pays is enabled for this bucket.
setResource(Object) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
A resource containing the metadata for the uploaded object.
setResource(Object.Builder) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
A resource containing the metadata for the uploaded object.
setResource(Object) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
A resource containing the metadata for the uploaded object.
setResource(Object.Builder) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
A resource containing the metadata for the uploaded object.
setResource(Object) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Destination object, including its name and its metadata.
setResource(Object.Builder) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
Destination object, including its name and its metadata.
setResponseHeader(int, String) - Method in class com.google.storage.v2.Bucket.Cors.Builder
The list of HTTP headers other than the [https://www.w3.org/TR/cors/#simple-response-header][simple response headers] to give permission for the user-agent to share across domains.
setRetentionExpireTime(Timestamp) - Method in class com.google.storage.v2.Object.Builder
A server-determined value that specifies the earliest time that the object's retention period expires.
setRetentionExpireTime(Timestamp.Builder) - Method in class com.google.storage.v2.Object.Builder
A server-determined value that specifies the earliest time that the object's retention period expires.
setRetentionPeriod(long) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
The duration in seconds that objects need to be retained.
setRetentionPolicy(Bucket.RetentionPolicy) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's retention policy.
setRetentionPolicy(Bucket.RetentionPolicy.Builder) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's retention policy.
setRole(String) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The access permission for the entity.
setRole(String) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The access permission for the entity.
setRoleBytes(ByteString) - Method in class com.google.storage.v2.BucketAccessControl.Builder
The access permission for the entity.
setRoleBytes(ByteString) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
The access permission for the entity.
setRule(int, Bucket.Lifecycle.Rule) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
setRule(int, Bucket.Lifecycle.Rule.Builder) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.
setSatisfiesPzs(boolean) - Method in class com.google.storage.v2.Bucket.Builder
Reserved for future use.
setSize(long) - Method in class com.google.storage.v2.Object.Builder
Output only.
setStart(long) - Method in class com.google.storage.v2.ContentRange.Builder
The starting offset of the object data.
setStorageClass(String) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's default storage class, used whenever no storageClass is specified for a newly-created object.
setStorageClass(String) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
Target storage class.
setStorageClass(String) - Method in class com.google.storage.v2.Object.Builder
Storage class of the object.
setStorageClassBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's default storage class, used whenever no storageClass is specified for a newly-created object.
setStorageClassBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
Target storage class.
setStorageClassBytes(ByteString) - Method in class com.google.storage.v2.Object.Builder
Storage class of the object.
setTeam(String) - Method in class com.google.storage.v2.ProjectTeam.Builder
The team.
setTeamBytes(ByteString) - Method in class com.google.storage.v2.ProjectTeam.Builder
The team.
setTemporaryHold(boolean) - Method in class com.google.storage.v2.Object.Builder
Whether an object is under temporary hold.
setType(String) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
Type of the action.
setTypeBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
Type of the action.
setUniformBucketLevelAccess(Bucket.IamConfig.UniformBucketLevelAccess) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
Bucket restriction options currently enforced on the bucket.
setUniformBucketLevelAccess(Bucket.IamConfig.UniformBucketLevelAccess.Builder) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
Bucket restriction options currently enforced on the bucket.
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Billing.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Cors.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Encryption.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Lifecycle.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Logging.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Versioning.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Bucket.Website.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.BucketAccessControl.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ChecksummedData.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.CommonRequestParams.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ContentRange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Object.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Object.CustomerEncryption.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ObjectChecksums.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Owner.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ProjectTeam.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.QueryWriteStatusResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ReadObjectResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ServiceConstants.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.WriteObjectResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
 
setUpdateStorageClassTime(Timestamp) - Method in class com.google.storage.v2.Object.Builder
Output only.
setUpdateStorageClassTime(Timestamp.Builder) - Method in class com.google.storage.v2.Object.Builder
Output only.
setUpdateTime(Timestamp) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
setUpdateTime(Timestamp.Builder) - Method in class com.google.storage.v2.Bucket.Builder
Output only.
setUpdateTime(Timestamp) - Method in class com.google.storage.v2.Object.Builder
Output only.
setUpdateTime(Timestamp.Builder) - Method in class com.google.storage.v2.Object.Builder
Output only.
setUploadId(String) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
Required.
setUploadId(String) - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
The upload_id of the newly started resumable write operation.
setUploadId(String) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For resumable uploads.
setUploadIdBytes(ByteString) - Method in class com.google.storage.v2.QueryWriteStatusRequest.Builder
Required.
setUploadIdBytes(ByteString) - Method in class com.google.storage.v2.StartResumableWriteResponse.Builder
The upload_id of the newly started resumable write operation.
setUploadIdBytes(ByteString) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For resumable uploads.
setUserProject(String) - Method in class com.google.storage.v2.CommonRequestParams.Builder
Required.
setUserProjectBytes(ByteString) - Method in class com.google.storage.v2.CommonRequestParams.Builder
Required.
setVersioning(Bucket.Versioning) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's versioning config.
setVersioning(Bucket.Versioning.Builder) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's versioning config.
setWebsite(Bucket.Website) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
setWebsite(Bucket.Website.Builder) - Method in class com.google.storage.v2.Bucket.Builder
The bucket's website config, controlling how the service behaves when accessing bucket contents as a web site.
setWriteObjectSpec(WriteObjectSpec) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
The destination bucket, object, and metadata, as well as any preconditions.
setWriteObjectSpec(WriteObjectSpec.Builder) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
The destination bucket, object, and metadata, as well as any preconditions.
setWriteObjectSpec(WriteObjectSpec) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For non-resumable uploads.
setWriteObjectSpec(WriteObjectSpec.Builder) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
For non-resumable uploads.
setWriteOffset(long) - Method in class com.google.storage.v2.WriteObjectRequest.Builder
Required.
setZoneAffinity(int, String) - Method in class com.google.storage.v2.Bucket.Builder
Deprecated.
SIZE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
SPLIT_TOKEN_MAX_VALID_DAYS_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
The maximum number of days for which a token returned by the GetListObjectsSplitPoints RPC is valid.
START_FIELD_NUMBER - Static variable in class com.google.storage.v2.ContentRange
 
StartResumableWriteRequest - Class in com.google.storage.v2
Request message StartResumableWrite.
StartResumableWriteRequest.Builder - Class in com.google.storage.v2
Request message StartResumableWrite.
StartResumableWriteRequestOrBuilder - Interface in com.google.storage.v2
 
StartResumableWriteResponse - Class in com.google.storage.v2
Response object for `StartResumableWrite`.
StartResumableWriteResponse.Builder - Class in com.google.storage.v2
Response object for `StartResumableWrite`.
StartResumableWriteResponseOrBuilder - Interface in com.google.storage.v2
 
STORAGE_CLASS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
STORAGE_CLASS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
STORAGE_CLASS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
StorageProto - Class in com.google.storage.v2
 

T

TEAM_FIELD_NUMBER - Static variable in class com.google.storage.v2.ProjectTeam
 
TEMPORARY_HOLD_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
toBuilder() - Method in class com.google.storage.v2.Bucket.Billing
 
toBuilder() - Method in class com.google.storage.v2.Bucket.Cors
 
toBuilder() - Method in class com.google.storage.v2.Bucket.Encryption
 
toBuilder() - Method in class com.google.storage.v2.Bucket.IamConfig
 
toBuilder() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
toBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
toBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
toBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
toBuilder() - Method in class com.google.storage.v2.Bucket.Lifecycle
 
toBuilder() - Method in class com.google.storage.v2.Bucket.Logging
 
toBuilder() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
 
toBuilder() - Method in class com.google.storage.v2.Bucket
 
toBuilder() - Method in class com.google.storage.v2.Bucket.Versioning
 
toBuilder() - Method in class com.google.storage.v2.Bucket.Website
 
toBuilder() - Method in class com.google.storage.v2.BucketAccessControl
 
toBuilder() - Method in class com.google.storage.v2.ChecksummedData
 
toBuilder() - Method in class com.google.storage.v2.CommonObjectRequestParams
 
toBuilder() - Method in class com.google.storage.v2.CommonRequestParams
 
toBuilder() - Method in class com.google.storage.v2.ContentRange
 
toBuilder() - Method in class com.google.storage.v2.Object.CustomerEncryption
 
toBuilder() - Method in class com.google.storage.v2.Object
 
toBuilder() - Method in class com.google.storage.v2.ObjectAccessControl
 
toBuilder() - Method in class com.google.storage.v2.ObjectChecksums
 
toBuilder() - Method in class com.google.storage.v2.Owner
 
toBuilder() - Method in class com.google.storage.v2.ProjectTeam
 
toBuilder() - Method in class com.google.storage.v2.QueryWriteStatusRequest
 
toBuilder() - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
toBuilder() - Method in class com.google.storage.v2.ReadObjectRequest
 
toBuilder() - Method in class com.google.storage.v2.ReadObjectResponse
 
toBuilder() - Method in class com.google.storage.v2.ServiceConstants
 
toBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest
 
toBuilder() - Method in class com.google.storage.v2.StartResumableWriteResponse
 
toBuilder() - Method in class com.google.storage.v2.WriteObjectRequest
 
toBuilder() - Method in class com.google.storage.v2.WriteObjectResponse
 
toBuilder() - Method in class com.google.storage.v2.WriteObjectSpec
 
TYPE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 

U

UNIFORM_BUCKET_LEVEL_ACCESS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket.IamConfig
 
UPDATE_STORAGE_CLASS_TIME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
UPDATE_TIME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
UPDATE_TIME_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
 
UPLOAD_ID_FIELD_NUMBER - Static variable in class com.google.storage.v2.QueryWriteStatusRequest
 
UPLOAD_ID_FIELD_NUMBER - Static variable in class com.google.storage.v2.StartResumableWriteResponse
 
UPLOAD_ID_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectRequest
 
USER_PROJECT_FIELD_NUMBER - Static variable in class com.google.storage.v2.CommonRequestParams
 

V

valueOf(String) - Static method in enum com.google.storage.v2.Bucket.IamConfig.PublicAccessPrevention
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.storage.v2.Bucket.IamConfig.PublicAccessPrevention
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.storage.v2.Bucket.IamConfig.PublicAccessPrevention
 
valueOf(String) - Static method in enum com.google.storage.v2.PredefinedObjectAcl
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.storage.v2.PredefinedObjectAcl
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.storage.v2.PredefinedObjectAcl
 
valueOf(String) - Static method in enum com.google.storage.v2.QueryWriteStatusResponse.WriteStatusCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.storage.v2.QueryWriteStatusResponse.WriteStatusCase
valueOf(String) - Static method in enum com.google.storage.v2.ServiceConstants.Values
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.storage.v2.ServiceConstants.Values
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.storage.v2.ServiceConstants.Values
 
valueOf(String) - Static method in enum com.google.storage.v2.WriteObjectRequest.DataCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.storage.v2.WriteObjectRequest.DataCase
valueOf(String) - Static method in enum com.google.storage.v2.WriteObjectRequest.FirstMessageCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.storage.v2.WriteObjectRequest.FirstMessageCase
valueOf(String) - Static method in enum com.google.storage.v2.WriteObjectResponse.WriteStatusCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.storage.v2.WriteObjectResponse.WriteStatusCase
values() - Static method in enum com.google.storage.v2.Bucket.IamConfig.PublicAccessPrevention
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.storage.v2.PredefinedObjectAcl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.storage.v2.QueryWriteStatusResponse.WriteStatusCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.storage.v2.ServiceConstants.Values
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.storage.v2.WriteObjectRequest.DataCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.storage.v2.WriteObjectRequest.FirstMessageCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.storage.v2.WriteObjectResponse.WriteStatusCase
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_UNSPECIFIED_VALUE - Static variable in enum com.google.storage.v2.ServiceConstants.Values
Unused.
VERSIONING_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 

W

WEBSITE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
WRITE_OBJECT_SPEC_FIELD_NUMBER - Static variable in class com.google.storage.v2.StartResumableWriteRequest
 
WRITE_OBJECT_SPEC_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectRequest
 
WRITE_OFFSET_FIELD_NUMBER - Static variable in class com.google.storage.v2.WriteObjectRequest
 
WriteObjectRequest - Class in com.google.storage.v2
Request message for WriteObject.
WriteObjectRequest.Builder - Class in com.google.storage.v2
Request message for WriteObject.
WriteObjectRequest.DataCase - Enum in com.google.storage.v2
 
WriteObjectRequest.FirstMessageCase - Enum in com.google.storage.v2
 
WriteObjectRequestOrBuilder - Interface in com.google.storage.v2
 
WriteObjectResponse - Class in com.google.storage.v2
Response message for WriteObject.
WriteObjectResponse.Builder - Class in com.google.storage.v2
Response message for WriteObject.
WriteObjectResponse.WriteStatusCase - Enum in com.google.storage.v2
 
WriteObjectResponseOrBuilder - Interface in com.google.storage.v2
 
WriteObjectSpec - Class in com.google.storage.v2
Describes an attempt to insert an object, possibly over multiple requests.
WriteObjectSpec.Builder - Class in com.google.storage.v2
Describes an attempt to insert an object, possibly over multiple requests.
WriteObjectSpecOrBuilder - Interface in com.google.storage.v2
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket.Billing
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket.Cors
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket.Encryption
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket.IamConfig
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Action
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket.Lifecycle
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket.Logging
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket.RetentionPolicy
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket.Versioning
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket.Website
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Bucket
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.BucketAccessControl
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.ChecksummedData
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.CommonObjectRequestParams
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.CommonRequestParams
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.ContentRange
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Object.CustomerEncryption
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Object
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.ObjectAccessControl
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.ObjectChecksums
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.Owner
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.ProjectTeam
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.QueryWriteStatusRequest
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.QueryWriteStatusResponse
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.ReadObjectRequest
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.ReadObjectResponse
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.ServiceConstants
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.StartResumableWriteRequest
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.StartResumableWriteResponse
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.WriteObjectRequest
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.WriteObjectResponse
 
writeTo(CodedOutputStream) - Method in class com.google.storage.v2.WriteObjectSpec
 

Z

ZONE_AFFINITY_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
 
A B C D E F G H I K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2021 Google LLC. All rights reserved.