- generateBucketName() - Static method in class com.google.cloud.storage.testing.RemoteStorageHelper
-
Returns a bucket name generated using a random UUID.
- generateSignedPostPolicyV4(BlobInfo, long, TimeUnit, PostPolicyV4.PostFieldsV4, PostPolicyV4.PostConditionsV4, Storage.PostPolicyV4Option...) - Method in interface com.google.cloud.storage.Storage
-
Generates a URL and a map of fields that can be specified in an HTML form to submit a POST
request.
- generateSignedPostPolicyV4(BlobInfo, long, TimeUnit, PostPolicyV4.PostFieldsV4, Storage.PostPolicyV4Option...) - Method in interface com.google.cloud.storage.Storage
-
Generates a presigned post policy without any conditions.
- generateSignedPostPolicyV4(BlobInfo, long, TimeUnit, PostPolicyV4.PostConditionsV4, Storage.PostPolicyV4Option...) - Method in interface com.google.cloud.storage.Storage
-
Generates a presigned post policy without any fields.
- generateSignedPostPolicyV4(BlobInfo, long, TimeUnit, Storage.PostPolicyV4Option...) - Method in interface com.google.cloud.storage.Storage
-
Generates a presigned post policy without any fields or conditions.
- GENERATION_FIELD_NUMBER - Static variable in class com.google.storage.v2.ComposeObjectRequest.SourceObject
-
- GENERATION_FIELD_NUMBER - Static variable in class com.google.storage.v2.DeleteObjectRequest
-
- GENERATION_FIELD_NUMBER - Static variable in class com.google.storage.v2.GetObjectRequest
-
- GENERATION_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
-
- GENERATION_FIELD_NUMBER - Static variable in class com.google.storage.v2.ReadObjectRequest
-
- generationMatch() - Static method in class com.google.cloud.storage.Blob.BlobSourceOption
-
Returns an option for blob's generation match.
- generationMatch(long) - Static method in class com.google.cloud.storage.Bucket.BlobTargetOption
-
Returns an option for blob's data generation match.
- generationMatch(long) - Static method in class com.google.cloud.storage.Bucket.BlobWriteOption
-
Returns an option for blob's data generation match.
- generationMatch() - Static method in class com.google.cloud.storage.Storage.BlobGetOption
-
Returns an option for blob's data generation match.
- generationMatch(long) - Static method in class com.google.cloud.storage.Storage.BlobGetOption
-
Returns an option for blob's data generation match.
- generationMatch() - Static method in class com.google.cloud.storage.Storage.BlobSourceOption
-
Returns an option for blob's data generation match.
- generationMatch(long) - Static method in class com.google.cloud.storage.Storage.BlobSourceOption
-
Returns an option for blob's data generation match.
- generationMatch() - Static method in class com.google.cloud.storage.Storage.BlobTargetOption
-
Returns an option for blob's data generation match.
- generationMatch(long) - Static method in class com.google.cloud.storage.Storage.BlobTargetOption
-
Returns an option for blob's data generation match.
- generationMatch() - Static method in class com.google.cloud.storage.Storage.BlobWriteOption
-
Returns an option for blob's data generation match.
- generationMatch(long) - Static method in class com.google.cloud.storage.Storage.BlobWriteOption
-
Returns an option for blob's data generation match.
- generationNotMatch() - Static method in class com.google.cloud.storage.Blob.BlobSourceOption
-
- generationNotMatch(long) - Static method in class com.google.cloud.storage.Bucket.BlobTargetOption
-
Returns an option for blob's data generation mismatch.
- generationNotMatch(long) - Static method in class com.google.cloud.storage.Bucket.BlobWriteOption
-
Returns an option for blob's data generation mismatch.
- generationNotMatch() - Static method in class com.google.cloud.storage.Storage.BlobGetOption
-
- generationNotMatch(long) - Static method in class com.google.cloud.storage.Storage.BlobGetOption
-
Returns an option for blob's data generation mismatch.
- generationNotMatch() - Static method in class com.google.cloud.storage.Storage.BlobSourceOption
-
- generationNotMatch(long) - Static method in class com.google.cloud.storage.Storage.BlobSourceOption
-
Returns an option for blob's data generation mismatch.
- generationNotMatch(long) - Static method in class com.google.cloud.storage.Storage.BlobTargetOption
-
Returns an option for blob's data generation mismatch.
- generationNotMatch() - Static method in class com.google.cloud.storage.Storage.BlobTargetOption
-
Returns an option for blob's data generation mismatch.
- generationNotMatch() - Static method in class com.google.cloud.storage.Storage.BlobWriteOption
-
Returns an option for blob's data generation mismatch.
- generationNotMatch(long) - Static method in class com.google.cloud.storage.Storage.BlobWriteOption
-
Returns an option for blob's data generation mismatch.
- get(String, Storage.BlobGetOption...) - Method in class com.google.cloud.storage.Bucket
-
Returns the requested blob in this bucket or null
if not found.
- get(String, String, String...) - Method in class com.google.cloud.storage.Bucket
-
Returns a list of requested blobs in this bucket.
- get(Iterable<String>) - Method in class com.google.cloud.storage.Bucket
-
Returns a list of requested blobs in this bucket.
- GET - Static variable in class com.google.cloud.storage.HttpMethod
-
- get(Bucket, Map<StorageRpc.Option, ?>) - Method in class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- get(StorageObject, Map<StorageRpc.Option, ?>) - Method in class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- get(Bucket, Map<StorageRpc.Option, ?>) - Method in interface com.google.cloud.storage.spi.v1.StorageRpc
-
Returns the requested bucket or null
if not found.
- get(StorageObject, Map<StorageRpc.Option, ?>) - Method in interface com.google.cloud.storage.spi.v1.StorageRpc
-
Returns the requested storage object or null
if not found.
- get(String, Storage.BucketGetOption...) - Method in interface com.google.cloud.storage.Storage
-
Returns the requested bucket or null
if not found.
- get(String, String, Storage.BlobGetOption...) - Method in interface com.google.cloud.storage.Storage
-
Returns the requested blob or null
if not found.
- get(BlobId, Storage.BlobGetOption...) - Method in interface com.google.cloud.storage.Storage
-
Returns the requested blob or null
if not found.
- get(BlobId) - Method in interface com.google.cloud.storage.Storage
-
Returns the requested blob or null
if not found.
- get(BlobId...) - Method in interface com.google.cloud.storage.Storage
-
Gets the requested blobs.
- get(Iterable<BlobId>) - Method in interface com.google.cloud.storage.Storage
-
Gets the requested blobs.
- get(String, String, Storage.BlobGetOption...) - Method in class com.google.cloud.storage.StorageBatch
-
Adds a request representing the "get blob" operation to this batch.
- get(BlobId, Storage.BlobGetOption...) - Method in class com.google.cloud.storage.StorageBatch
-
Adds a request representing the "get blob" operation to this batch.
- get(Bucket, Map<StorageRpc.Option, ?>) - Method in class com.google.cloud.storage.testing.StorageRpcTestBase
-
- get(StorageObject, Map<StorageRpc.Option, ?>) - Method in class com.google.cloud.storage.testing.StorageRpcTestBase
-
- getAccessId() - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata
-
Returns the access id for this HMAC key.
- getAccessId() - Method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
Required.
- getAccessId() - Method in class com.google.storage.v2.DeleteHmacKeyRequest
-
Required.
- getAccessId() - Method in interface com.google.storage.v2.DeleteHmacKeyRequestOrBuilder
-
Required.
- getAccessId() - Method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
Required.
- getAccessId() - Method in class com.google.storage.v2.GetHmacKeyRequest
-
Required.
- getAccessId() - Method in interface com.google.storage.v2.GetHmacKeyRequestOrBuilder
-
Required.
- getAccessId() - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
Immutable.
- getAccessId() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Immutable.
- getAccessId() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
Immutable.
- getAccessIdBytes() - Method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
Required.
- getAccessIdBytes() - Method in class com.google.storage.v2.DeleteHmacKeyRequest
-
Required.
- getAccessIdBytes() - Method in interface com.google.storage.v2.DeleteHmacKeyRequestOrBuilder
-
Required.
- getAccessIdBytes() - Method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
Required.
- getAccessIdBytes() - Method in class com.google.storage.v2.GetHmacKeyRequest
-
Required.
- getAccessIdBytes() - Method in interface com.google.storage.v2.GetHmacKeyRequestOrBuilder
-
Required.
- getAccessIdBytes() - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
Immutable.
- getAccessIdBytes() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Immutable.
- getAccessIdBytes() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
Immutable.
- getAccountEmail() - Method in class com.google.cloud.storage.SignatureInfo
-
- getAcl(Acl.Entity) - Method in class com.google.cloud.storage.Blob
-
Returns the ACL entry for the specified entity on this blob or null
if not found.
- getAcl() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the blob's access control configuration.
- getAcl(Acl.Entity) - Method in class com.google.cloud.storage.Bucket
-
Returns the ACL entry for the specified entity on this bucket or null
if not found.
- getAcl() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the bucket's access control configuration.
- getAcl(String, String, Map<StorageRpc.Option, ?>) - Method in class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- getAcl(String, String, Long, String) - Method in class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- getAcl(String, String, Map<StorageRpc.Option, ?>) - Method in interface com.google.cloud.storage.spi.v1.StorageRpc
-
Returns the ACL entry for the specified entity on the specified bucket or null
if not
found.
- getAcl(String, String, Long, String) - Method in interface com.google.cloud.storage.spi.v1.StorageRpc
-
Returns the ACL entry for the specified entity on the specified object or null
if not
found.
- getAcl(String, Acl.Entity, Storage.BucketSourceOption...) - Method in interface com.google.cloud.storage.Storage
-
Returns the ACL entry for the specified entity on the specified bucket or null
if not
found.
- getAcl(String, Acl.Entity) - Method in interface com.google.cloud.storage.Storage
-
- getAcl(BlobId, Acl.Entity) - Method in interface com.google.cloud.storage.Storage
-
Returns the ACL entry for the specified entity on the specified blob or null
if not
found.
- getAcl(String, String, Map<StorageRpc.Option, ?>) - Method in class com.google.cloud.storage.testing.StorageRpcTestBase
-
- getAcl(String, String, Long, String) - Method in class com.google.cloud.storage.testing.StorageRpcTestBase
-
- 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.cloud.storage.BucketInfo.LifecycleRule
-
- 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.
- getActionType() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleAction
-
- getAge() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
- 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).
- getApiaryName() - Method in enum com.google.cloud.storage.Storage.BlobField
-
- getApiaryName() - Method in enum com.google.cloud.storage.Storage.BucketField
-
- getAutoclass() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the Autoclass configuration
- getAutoclass() - Method in class com.google.storage.v2.Bucket.Builder
-
The bucket's Autoclass configuration.
- getAutoclass() - Method in class com.google.storage.v2.Bucket
-
The bucket's Autoclass configuration.
- getAutoclass() - Method in interface com.google.storage.v2.BucketOrBuilder
-
The bucket's Autoclass configuration.
- getAutoclassBuilder() - Method in class com.google.storage.v2.Bucket.Builder
-
The bucket's Autoclass configuration.
- getAutoclassOrBuilder() - Method in class com.google.storage.v2.Bucket.Builder
-
The bucket's Autoclass configuration.
- getAutoclassOrBuilder() - Method in class com.google.storage.v2.Bucket
-
The bucket's Autoclass configuration.
- getAutoclassOrBuilder() - Method in interface com.google.storage.v2.BucketOrBuilder
-
The bucket's Autoclass configuration.
- 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.
- getBlobId() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the blob's identity.
- getBlobSize() - Method in class com.google.cloud.storage.CopyWriter
-
Returns the size of the blob being copied.
- getBlobSize() - Method in class com.google.cloud.storage.HttpCopyWriter
-
- getBucket() - Method in class com.google.cloud.storage.BlobId
-
Returns the name of the bucket containing the blob.
- getBucket() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the name of the containing bucket.
- getBucket() - Method in class com.google.storage.v2.BucketName.Builder
-
- getBucket() - Method in class com.google.storage.v2.BucketName
-
- getBucket() - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Properties of the new bucket being inserted.
- getBucket() - Method in class com.google.storage.v2.CreateBucketRequest
-
Properties of the new bucket being inserted.
- getBucket() - Method in interface com.google.storage.v2.CreateBucketRequestOrBuilder
-
Properties of the new bucket being inserted.
- getBucket() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
Required.
- getBucket() - Method in class com.google.storage.v2.DeleteObjectRequest
-
Required.
- getBucket() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
Required.
- getBucket() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Required.
- getBucket() - Method in class com.google.storage.v2.GetObjectRequest
-
Required.
- getBucket() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
Required.
- getBucket() - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder
-
Required.
- getBucket() - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest
-
Required.
- getBucket() - Method in interface com.google.storage.v2.LockBucketRetentionPolicyRequestOrBuilder
-
Required.
- getBucket() - Method in class com.google.storage.v2.NotificationConfigName.Builder
-
- getBucket() - Method in class com.google.storage.v2.NotificationConfigName
-
- 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
-
Required.
- getBucket() - Method in class com.google.storage.v2.ReadObjectRequest
-
Required.
- getBucket() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
-
Required.
- getBucket(BucketName) - Method in class com.google.storage.v2.StorageClient
-
Returns metadata for the specified bucket.
- getBucket(String) - Method in class com.google.storage.v2.StorageClient
-
Returns metadata for the specified bucket.
- getBucket(GetBucketRequest) - Method in class com.google.storage.v2.StorageClient
-
Returns metadata for the specified bucket.
- getBucket(GetBucketRequest, StreamObserver<Bucket>) - Method in interface com.google.storage.v2.StorageGrpc.AsyncService
-
Returns metadata for the specified bucket.
- getBucket(GetBucketRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageBlockingStub
-
Returns metadata for the specified bucket.
- getBucket(GetBucketRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageFutureStub
-
Returns metadata for the specified bucket.
- getBucket(GetBucketRequest, StreamObserver<Bucket>) - Method in class com.google.storage.v2.StorageGrpc.StorageStub
-
Returns metadata for the specified bucket.
- getBucket() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Required.
- getBucket() - Method in class com.google.storage.v2.UpdateBucketRequest
-
Required.
- getBucket() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
Required.
- getBucketBuilder() - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Properties of the new bucket being inserted.
- getBucketBuilder() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Required.
- getBucketBytes() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
Required.
- getBucketBytes() - Method in class com.google.storage.v2.DeleteObjectRequest
-
Required.
- getBucketBytes() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
Required.
- getBucketBytes() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Required.
- getBucketBytes() - Method in class com.google.storage.v2.GetObjectRequest
-
Required.
- getBucketBytes() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
Required.
- getBucketBytes() - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder
-
Required.
- getBucketBytes() - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest
-
Required.
- getBucketBytes() - Method in interface com.google.storage.v2.LockBucketRetentionPolicyRequestOrBuilder
-
Required.
- 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
-
Required.
- getBucketBytes() - Method in class com.google.storage.v2.ReadObjectRequest
-
Required.
- getBucketBytes() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
-
Required.
- getBucketCallable() - Method in class com.google.storage.v2.StorageClient
-
Returns metadata for the specified bucket.
- getBucketCallable() - Method in class com.google.storage.v2.stub.GrpcStorageStub
-
- getBucketCallable() - Method in class com.google.storage.v2.stub.StorageStub
-
- 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.
- getBucketId() - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Required.
- getBucketId() - Method in class com.google.storage.v2.CreateBucketRequest
-
Required.
- getBucketId() - Method in interface com.google.storage.v2.CreateBucketRequestOrBuilder
-
Required.
- 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.
- getBucketIdBytes() - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Required.
- getBucketIdBytes() - Method in class com.google.storage.v2.CreateBucketRequest
-
Required.
- getBucketIdBytes() - Method in interface com.google.storage.v2.CreateBucketRequestOrBuilder
-
Required.
- getBucketName() - Method in class com.google.cloud.storage.transfermanager.ParallelDownloadConfig
-
The bucket objects are being downloaded from.
- getBucketName() - Method in class com.google.cloud.storage.transfermanager.ParallelUploadConfig
-
The bucket objects are being uploaded from
- getBucketOrBuilder() - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Properties of the new bucket being inserted.
- getBucketOrBuilder() - Method in class com.google.storage.v2.CreateBucketRequest
-
Properties of the new bucket being inserted.
- getBucketOrBuilder() - Method in interface com.google.storage.v2.CreateBucketRequestOrBuilder
-
Properties of the new bucket being inserted.
- getBucketOrBuilder() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Required.
- getBucketOrBuilder() - Method in class com.google.storage.v2.UpdateBucketRequest
-
Required.
- getBucketOrBuilder() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
Required.
- getBucketPolicyOnlyLockedTime() - Method in class com.google.cloud.storage.BucketInfo.IamConfiguration
-
Deprecated.
- GetBucketRequest - Class in com.google.storage.v2
-
Request message for GetBucket.
- GetBucketRequest.Builder - Class in com.google.storage.v2
-
Request message for GetBucket.
- GetBucketRequestOrBuilder - Interface in com.google.storage.v2
-
- getBuckets(int) - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
The list of items.
- getBuckets(int) - Method in class com.google.storage.v2.ListBucketsResponse
-
The list of items.
- getBuckets(int) - Method in interface com.google.storage.v2.ListBucketsResponseOrBuilder
-
The list of items.
- getBucketsBuilder(int) - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
The list of items.
- getBucketsBuilderList() - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
The list of items.
- getBucketsCount() - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
The list of items.
- getBucketsCount() - Method in class com.google.storage.v2.ListBucketsResponse
-
The list of items.
- getBucketsCount() - Method in interface com.google.storage.v2.ListBucketsResponseOrBuilder
-
The list of items.
- getBucketSettings() - Method in class com.google.storage.v2.StorageSettings.Builder
-
Returns the builder for the settings used for calls to getBucket.
- getBucketSettings() - Method in class com.google.storage.v2.StorageSettings
-
Returns the object with the settings used for calls to getBucket.
- getBucketSettings() - Method in class com.google.storage.v2.stub.StorageStubSettings.Builder
-
Returns the builder for the settings used for calls to getBucket.
- getBucketSettings() - Method in class com.google.storage.v2.stub.StorageStubSettings
-
Returns the object with the settings used for calls to getBucket.
- getBucketsList() - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
The list of items.
- getBucketsList() - Method in class com.google.storage.v2.ListBucketsResponse
-
The list of items.
- getBucketsList() - Method in interface com.google.storage.v2.ListBucketsResponseOrBuilder
-
The list of items.
- getBucketsOrBuilder(int) - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
The list of items.
- getBucketsOrBuilder(int) - Method in class com.google.storage.v2.ListBucketsResponse
-
The list of items.
- getBucketsOrBuilder(int) - Method in interface com.google.storage.v2.ListBucketsResponseOrBuilder
-
The list of items.
- getBucketsOrBuilderList() - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
The list of items.
- getBucketsOrBuilderList() - Method in class com.google.storage.v2.ListBucketsResponse
-
The list of items.
- getBucketsOrBuilderList() - Method in interface com.google.storage.v2.ListBucketsResponseOrBuilder
-
The list of items.
- getCacheControl() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the blob's data cache control.
- 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].
- getCancelResumableWriteMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getCanonicalizedExtensionHeaders() - Method in class com.google.cloud.storage.SignatureInfo
-
- getCanonicalizedResource() - Method in class com.google.cloud.storage.SignatureInfo
-
- 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.ComposeObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParams() - Method in class com.google.storage.v2.ComposeObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParams() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParams() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParams() - Method in class com.google.storage.v2.DeleteObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParams() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParams() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParams() - Method in class com.google.storage.v2.GetObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParams() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
A set of parameters common to Storage API requests concerning an object.
- 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.RewriteObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParams() - Method in class com.google.storage.v2.RewriteObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParams() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
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.UpdateObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParams() - Method in class com.google.storage.v2.UpdateObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParams() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
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.ComposeObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsBuilder() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsBuilder() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
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.RewriteObjectRequest.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.UpdateObjectRequest.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.ComposeObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.ComposeObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsOrBuilder() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.DeleteObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsOrBuilder() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.GetObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsOrBuilder() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
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.RewriteObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.RewriteObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsOrBuilder() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
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.UpdateObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsOrBuilder() - Method in class com.google.storage.v2.UpdateObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- getCommonObjectRequestParamsOrBuilder() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
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.
- 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.cloud.storage.BlobInfo
-
Returns the number of components that make up this blob.
- 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.
- getComposeObjectMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getCondition() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule
-
- 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.
- getConditions() - Method in class com.google.cloud.storage.PostPolicyV4.PostConditionsV4
-
- getContent(Blob.BlobSourceOption...) - Method in class com.google.cloud.storage.Blob
-
Returns this blob's content.
- 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.cloud.storage.BlobInfo
-
Returns the blob's data content disposition.
- 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.cloud.storage.BlobInfo
-
Returns the blob's data content encoding.
- 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.cloud.storage.BlobInfo
-
Returns the blob's data content language.
- 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].
- getContentMd5() - Method in class com.google.cloud.storage.SignatureInfo
-
- 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.cloud.storage.BlobInfo
-
Returns the blob's data content type.
- getContentType() - Method in class com.google.cloud.storage.SignatureInfo
-
- 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].
- getCopySourceEncryptionAlgorithm() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The algorithm used to encrypt the source object, if any.
- getCopySourceEncryptionAlgorithm() - Method in class com.google.storage.v2.RewriteObjectRequest
-
The algorithm used to encrypt the source object, if any.
- getCopySourceEncryptionAlgorithm() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
The algorithm used to encrypt the source object, if any.
- getCopySourceEncryptionAlgorithmBytes() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The algorithm used to encrypt the source object, if any.
- getCopySourceEncryptionAlgorithmBytes() - Method in class com.google.storage.v2.RewriteObjectRequest
-
The algorithm used to encrypt the source object, if any.
- getCopySourceEncryptionAlgorithmBytes() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
The algorithm used to encrypt the source object, if any.
- getCopySourceEncryptionKeyBytes() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
the source object, if it was encrypted with a Customer-Supplied Encryption
Key.
- getCopySourceEncryptionKeyBytes() - Method in class com.google.storage.v2.RewriteObjectRequest
-
The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
the source object, if it was encrypted with a Customer-Supplied Encryption
Key.
- getCopySourceEncryptionKeyBytes() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
the source object, if it was encrypted with a Customer-Supplied Encryption
Key.
- getCopySourceEncryptionKeySha256Bytes() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
to encrypt the source object, if it was encrypted with a Customer-Supplied
Encryption Key.
- getCopySourceEncryptionKeySha256Bytes() - Method in class com.google.storage.v2.RewriteObjectRequest
-
The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
to encrypt the source object, if it was encrypted with a Customer-Supplied
Encryption Key.
- getCopySourceEncryptionKeySha256Bytes() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
to encrypt the source object, if it was encrypted with a Customer-Supplied
Encryption Key.
- getCors() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the bucket's Cross-Origin Resource Sharing (CORS) configuration.
- 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.cloud.storage.BlobInfo
-
Returns the CRC32C checksum of blob's data as described in
RFC 4960, Appendix B; encoded in
base64 in big-endian order.
- 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.
- getCrc32cToHexString() - Method in class com.google.cloud.storage.BlobInfo
-
- getCreateBucketMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getCreatedBefore() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
- 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.
- getCreatedBeforeOffsetDateTime() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
Returns the date and offset from UTC for this condition.
- 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.
- getCreateHmacKeyMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getCreateNotificationConfigMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getCreateTime() - Method in class com.google.cloud.storage.BlobInfo
-
- getCreateTime() - Method in class com.google.cloud.storage.BucketInfo
-
- getCreateTime() - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata
-
- 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.HmacKeyMetadata.Builder
-
Output only.
- getCreateTime() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Output only.
- getCreateTime() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
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.HmacKeyMetadata.Builder
-
Output only.
- getCreateTimeBuilder() - Method in class com.google.storage.v2.Object.Builder
-
Output only.
- getCreateTimeOffsetDateTime() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the creation time of the blob.
- getCreateTimeOffsetDateTime() - Method in class com.google.cloud.storage.BucketInfo
-
- getCreateTimeOffsetDateTime() - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata
-
Returns the creation time of this HMAC key.
- 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.HmacKeyMetadata.Builder
-
Output only.
- getCreateTimeOrBuilder() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Output only.
- getCreateTimeOrBuilder() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
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.
- getCryptoKey() - Method in class com.google.storage.v2.CryptoKeyName.Builder
-
- getCryptoKey() - Method in class com.google.storage.v2.CryptoKeyName
-
- getCurrentUploadOffset(String) - Method in class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- getCurrentUploadOffset(String) - Method in interface com.google.cloud.storage.spi.v1.StorageRpc
-
Requests current byte offset from Cloud Storage API.
- getCurrentUploadOffset(String) - Method in class com.google.cloud.storage.testing.StorageRpcTestBase
-
- getCustomAttributes() - Method in class com.google.cloud.storage.NotificationInfo
-
Returns the list of additional attributes to attach to each Cloud PubSub message published for
this notification subscription.
- getCustomAttributes() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Deprecated.
- getCustomAttributes() - Method in class com.google.storage.v2.NotificationConfig
-
Deprecated.
- getCustomAttributes() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
Deprecated.
- getCustomAttributesCount() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
- getCustomAttributesCount() - Method in class com.google.storage.v2.NotificationConfig
-
- getCustomAttributesCount() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
A list of additional attributes to attach to each Pub/Sub
message published for this NotificationConfig.
- getCustomAttributesMap() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
A list of additional attributes to attach to each Pub/Sub
message published for this NotificationConfig.
- getCustomAttributesMap() - Method in class com.google.storage.v2.NotificationConfig
-
A list of additional attributes to attach to each Pub/Sub
message published for this NotificationConfig.
- getCustomAttributesMap() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
A list of additional attributes to attach to each Pub/Sub
message published for this NotificationConfig.
- getCustomAttributesOrDefault(String, String) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
A list of additional attributes to attach to each Pub/Sub
message published for this NotificationConfig.
- getCustomAttributesOrDefault(String, String) - Method in class com.google.storage.v2.NotificationConfig
-
A list of additional attributes to attach to each Pub/Sub
message published for this NotificationConfig.
- getCustomAttributesOrDefault(String, String) - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
A list of additional attributes to attach to each Pub/Sub
message published for this NotificationConfig.
- getCustomAttributesOrThrow(String) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
A list of additional attributes to attach to each Pub/Sub
message published for this NotificationConfig.
- getCustomAttributesOrThrow(String) - Method in class com.google.storage.v2.NotificationConfig
-
A list of additional attributes to attach to each Pub/Sub
message published for this NotificationConfig.
- getCustomAttributesOrThrow(String) - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
A list of additional attributes to attach to each Pub/Sub
message published for this NotificationConfig.
- getCustomerEncryption() - Method in class com.google.cloud.storage.BlobInfo
-
Returns information on the customer-supplied encryption key, if the blob is encrypted using
such a key.
- 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.
- getCustomPlacementConfig() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the Custom Placement Configuration
- getCustomPlacementConfig() - Method in class com.google.storage.v2.Bucket.Builder
-
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
- getCustomPlacementConfig() - Method in class com.google.storage.v2.Bucket
-
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
- getCustomPlacementConfig() - Method in interface com.google.storage.v2.BucketOrBuilder
-
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
- getCustomPlacementConfigBuilder() - Method in class com.google.storage.v2.Bucket.Builder
-
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
- getCustomPlacementConfigOrBuilder() - Method in class com.google.storage.v2.Bucket.Builder
-
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
- getCustomPlacementConfigOrBuilder() - Method in class com.google.storage.v2.Bucket
-
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
- getCustomPlacementConfigOrBuilder() - Method in interface com.google.storage.v2.BucketOrBuilder
-
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
- getCustomTime() - Method in class com.google.cloud.storage.BlobInfo
-
- 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.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
- 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.
- getCustomTimeBeforeOffsetDateTime() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
Returns the date and offset from UTC for this condition.
- 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.
- getCustomTimeOffsetDateTime() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the custom time specified by the user for 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
-
- getDataLocations() - Method in class com.google.cloud.storage.BucketInfo.CustomPlacementConfig
-
- getDataLocations(int) - Method in class com.google.storage.v2.Bucket.CustomPlacementConfig.Builder
-
List of locations to use for data placement.
- getDataLocations(int) - Method in class com.google.storage.v2.Bucket.CustomPlacementConfig
-
List of locations to use for data placement.
- getDataLocations(int) - Method in interface com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder
-
List of locations to use for data placement.
- getDataLocationsBytes(int) - Method in class com.google.storage.v2.Bucket.CustomPlacementConfig.Builder
-
List of locations to use for data placement.
- getDataLocationsBytes(int) - Method in class com.google.storage.v2.Bucket.CustomPlacementConfig
-
List of locations to use for data placement.
- getDataLocationsBytes(int) - Method in interface com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder
-
List of locations to use for data placement.
- getDataLocationsCount() - Method in class com.google.storage.v2.Bucket.CustomPlacementConfig.Builder
-
List of locations to use for data placement.
- getDataLocationsCount() - Method in class com.google.storage.v2.Bucket.CustomPlacementConfig
-
List of locations to use for data placement.
- getDataLocationsCount() - Method in interface com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder
-
List of locations to use for data placement.
- getDataLocationsList() - Method in class com.google.storage.v2.Bucket.CustomPlacementConfig.Builder
-
List of locations to use for data placement.
- getDataLocationsList() - Method in class com.google.storage.v2.Bucket.CustomPlacementConfig
-
List of locations to use for data placement.
- getDataLocationsList() - Method in interface com.google.storage.v2.Bucket.CustomPlacementConfigOrBuilder
-
List of locations to use for data placement.
- getDaysSinceCustomTime() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
Returns the number of days elapsed since the user-specified timestamp set on an object.
- 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.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
Returns the number of days elapsed since the noncurrent timestamp of 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.
- getDaysToLive() - Method in class com.google.cloud.storage.BucketInfo.AgeDeleteRule
-
Deprecated.
- getDefaultAcl(Acl.Entity) - Method in class com.google.cloud.storage.Bucket
-
Returns the default object ACL entry for the specified entity on this bucket or null
if
not found.
- getDefaultAcl() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the default access control configuration for this bucket's blobs.
- getDefaultAcl(String, String) - Method in class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- getDefaultAcl(String, String) - Method in interface com.google.cloud.storage.spi.v1.StorageRpc
-
Returns the default object ACL entry for the specified entity on the specified bucket or null
if not found.
- getDefaultAcl(String, Acl.Entity) - Method in interface com.google.cloud.storage.Storage
-
Returns the default object ACL entry for the specified entity on the specified bucket or null
if not found.
- getDefaultAcl(String, String) - Method in class com.google.cloud.storage.testing.StorageRpcTestBase
-
- getDefaultEndpoint() - Static method in class com.google.storage.v2.StorageSettings
-
Returns the default service endpoint.
- getDefaultEndpoint() - Static method in class com.google.storage.v2.stub.StorageStubSettings
-
Returns the default service endpoint.
- getDefaultEventBasedHold() - Method in class com.google.cloud.storage.BucketInfo
-
Returns a Boolean
with either true
, null
and in certain cases false
.
- 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.
- getDefaultHttpTransportOptions() - Static method in class com.google.cloud.storage.StorageOptions
-
- getDefaultInstance() - Static method in class com.google.cloud.storage.GrpcStorageOptions
-
- getDefaultInstance() - Static method in class com.google.cloud.storage.HttpStorageOptions
-
- getDefaultInstance() - Static method in class com.google.cloud.storage.StorageOptions
-
Returns a default StorageOptions
instance.
- getDefaultInstance() - Static method in class com.google.storage.v2.Bucket.Autoclass
-
- 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.CustomPlacementConfig
-
- 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.CancelResumableWriteRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.CancelResumableWriteResponse
-
- 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.ComposeObjectRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.ComposeObjectRequest.SourceObject
-
- getDefaultInstance() - Static method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions
-
- getDefaultInstance() - Static method in class com.google.storage.v2.ContentRange
-
- getDefaultInstance() - Static method in class com.google.storage.v2.CreateBucketRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.CreateHmacKeyRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.CreateHmacKeyResponse
-
- getDefaultInstance() - Static method in class com.google.storage.v2.CreateNotificationConfigRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.CustomerEncryption
-
- getDefaultInstance() - Static method in class com.google.storage.v2.DeleteBucketRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.DeleteHmacKeyRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.DeleteNotificationConfigRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.DeleteObjectRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.GetBucketRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.GetHmacKeyRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.GetNotificationConfigRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.GetObjectRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.GetServiceAccountRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.HmacKeyMetadata
-
- getDefaultInstance() - Static method in class com.google.storage.v2.ListBucketsRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.ListBucketsResponse
-
- getDefaultInstance() - Static method in class com.google.storage.v2.ListHmacKeysRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.ListHmacKeysResponse
-
- getDefaultInstance() - Static method in class com.google.storage.v2.ListNotificationConfigsRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.ListNotificationConfigsResponse
-
- getDefaultInstance() - Static method in class com.google.storage.v2.ListObjectsRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.ListObjectsResponse
-
- getDefaultInstance() - Static method in class com.google.storage.v2.LockBucketRetentionPolicyRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.NotificationConfig
-
- 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.RewriteObjectRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.RewriteResponse
-
- getDefaultInstance() - Static method in class com.google.storage.v2.ServiceAccount
-
- 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.UpdateBucketRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.UpdateHmacKeyRequest
-
- getDefaultInstance() - Static method in class com.google.storage.v2.UpdateObjectRequest
-
- 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.Autoclass.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.Autoclass
-
- 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.CustomPlacementConfig.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.Bucket.CustomPlacementConfig
-
- 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.CancelResumableWriteRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.CancelResumableWriteRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.CancelResumableWriteResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.CancelResumableWriteResponse
-
- 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.ComposeObjectRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ComposeObjectRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions
-
- 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.CreateBucketRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.CreateBucketRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.CreateHmacKeyRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.CreateHmacKeyResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.CreateHmacKeyResponse
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.CreateNotificationConfigRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.CustomerEncryption.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.CustomerEncryption
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.DeleteBucketRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.DeleteBucketRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.DeleteHmacKeyRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.DeleteNotificationConfigRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.DeleteNotificationConfigRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.DeleteObjectRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.GetBucketRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.GetBucketRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.GetHmacKeyRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.GetNotificationConfigRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.GetNotificationConfigRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.GetObjectRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.GetServiceAccountRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.GetServiceAccountRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.HmacKeyMetadata
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListBucketsRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListBucketsResponse
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListHmacKeysRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListHmacKeysResponse
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListNotificationConfigsRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListNotificationConfigsResponse
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListObjectsRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ListObjectsResponse
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.NotificationConfig
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.Object.Builder
-
- 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.RewriteObjectRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.RewriteObjectRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.RewriteResponse.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.RewriteResponse
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ServiceAccount.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.ServiceAccount
-
- 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.UpdateBucketRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.UpdateBucketRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.UpdateHmacKeyRequest
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
- getDefaultInstanceForType() - Method in class com.google.storage.v2.UpdateObjectRequest
-
- 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
-
The name of the 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
-
The name of the 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
-
The name of the 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
-
The name of the 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
-
The name of the 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
-
The name of the Cloud KMS key that will be used to encrypt objects
inserted into this bucket, if no encryption method is specified.
- getDefaultKmsKeyName() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the default Cloud KMS key to be applied to newly inserted objects in this bucket.
- getDefaultMtlsEndpoint() - Static method in class com.google.storage.v2.stub.StorageStubSettings
-
Returns the default mTLS service endpoint.
- 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.
- getDefaultRpcFactory() - Method in class com.google.cloud.storage.GrpcStorageOptions.GrpcStorageDefaults
-
- getDefaultRpcFactory() - Method in class com.google.cloud.storage.HttpStorageOptions.HttpStorageDefaults
-
- getDefaultServiceFactory() - Method in class com.google.cloud.storage.GrpcStorageOptions.GrpcStorageDefaults
-
- getDefaultServiceFactory() - Method in class com.google.cloud.storage.HttpStorageOptions.HttpStorageDefaults
-
- getDefaultServiceScopes() - Static method in class com.google.storage.v2.StorageSettings
-
Returns the default service scopes.
- getDefaultServiceScopes() - Static method in class com.google.storage.v2.stub.StorageStubSettings
-
Returns the default service scopes.
- getDefaultStorageRetryStrategy() - Static method in interface com.google.cloud.storage.StorageRetryStrategy
-
- getDefaultTransportOptions() - Method in class com.google.cloud.storage.GrpcStorageOptions.GrpcStorageDefaults
-
- getDefaultTransportOptions() - Method in class com.google.cloud.storage.HttpStorageOptions.HttpStorageDefaults
-
- getDeleteBucketMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getDeleteHmacKeyMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getDeleteNotificationConfigMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getDeleteObjectMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getDeleteRules() - Method in class com.google.cloud.storage.BucketInfo
-
Deprecated.
- getDeleteTime() - Method in class com.google.cloud.storage.BlobInfo
-
- 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.
- getDeleteTimeOffsetDateTime() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the deletion time of the blob.
- 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.
- getDelimiter() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
If set, returns results in a directory-like mode.
- getDelimiter() - Method in class com.google.storage.v2.ListObjectsRequest
-
If set, returns results in a directory-like mode.
- getDelimiter() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
If set, returns results in a directory-like mode.
- getDelimiterBytes() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
If set, returns results in a directory-like mode.
- getDelimiterBytes() - Method in class com.google.storage.v2.ListObjectsRequest
-
If set, returns results in a directory-like mode.
- getDelimiterBytes() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
If set, returns results in a directory-like mode.
- getDescriptor() - Static method in class com.google.storage.v2.Bucket.Autoclass.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.Bucket.Autoclass
-
- 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.CustomPlacementConfig.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.Bucket.CustomPlacementConfig
-
- 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 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.CancelResumableWriteRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.CancelResumableWriteRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.CancelResumableWriteResponse.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.CancelResumableWriteResponse
-
- 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.ComposeObjectRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.ComposeObjectRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.ComposeObjectRequest.SourceObject
-
- getDescriptor() - Static method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions
-
- 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.CreateBucketRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.CreateBucketRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.CreateHmacKeyRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.CreateHmacKeyResponse.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.CreateHmacKeyResponse
-
- getDescriptor() - Static method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.CreateNotificationConfigRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.CustomerEncryption.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.CustomerEncryption
-
- getDescriptor() - Static method in class com.google.storage.v2.DeleteBucketRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.DeleteBucketRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.DeleteHmacKeyRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.DeleteNotificationConfigRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.DeleteNotificationConfigRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.DeleteObjectRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.GetBucketRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.GetBucketRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.GetHmacKeyRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.GetNotificationConfigRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.GetNotificationConfigRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.GetObjectRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.GetObjectRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.GetServiceAccountRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.GetServiceAccountRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.HmacKeyMetadata
-
- getDescriptor() - Static method in class com.google.storage.v2.ListBucketsRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.ListBucketsRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.ListBucketsResponse.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.ListBucketsResponse
-
- getDescriptor() - Static method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.ListHmacKeysRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.ListHmacKeysResponse
-
- getDescriptor() - Static method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.ListNotificationConfigsRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.ListNotificationConfigsResponse
-
- getDescriptor() - Static method in class com.google.storage.v2.ListObjectsRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.ListObjectsRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.ListObjectsResponse.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.ListObjectsResponse
-
- getDescriptor() - Static method in class com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.LockBucketRetentionPolicyRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.NotificationConfig.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.NotificationConfig
-
- getDescriptor() - Static method in class com.google.storage.v2.Object.Builder
-
- 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 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.RewriteObjectRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.RewriteObjectRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.RewriteResponse.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.RewriteResponse
-
- getDescriptor() - Static method in class com.google.storage.v2.ServiceAccount.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.ServiceAccount
-
- 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.UpdateBucketRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.UpdateBucketRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.UpdateHmacKeyRequest
-
- getDescriptor() - Static method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
- getDescriptor() - Static method in class com.google.storage.v2.UpdateObjectRequest
-
- 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.Autoclass.Builder
-
- 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.CustomPlacementConfig.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 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.CancelResumableWriteRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.CancelResumableWriteResponse.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.ComposeObjectRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.ContentRange.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.CreateHmacKeyResponse.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.CustomerEncryption.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.DeleteBucketRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.DeleteNotificationConfigRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.GetBucketRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.GetNotificationConfigRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.GetServiceAccountRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.Object.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 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.RewriteObjectRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.RewriteResponse.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.ServiceAccount.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.UpdateBucketRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
- getDescriptorForType() - Method in class com.google.storage.v2.UpdateObjectRequest.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
-
- getDestination() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Required.
- getDestination() - Method in class com.google.storage.v2.ComposeObjectRequest
-
Required.
- getDestination() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
Required.
- getDestination() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Properties of the destination, post-rewrite object.
- getDestination() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Properties of the destination, post-rewrite object.
- getDestination() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Properties of the destination, post-rewrite object.
- getDestinationBucket() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- getDestinationBucket() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Required.
- getDestinationBucket() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Required.
- getDestinationBucketBytes() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- getDestinationBucketBytes() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Required.
- getDestinationBucketBytes() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Required.
- getDestinationBuilder() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Required.
- getDestinationBuilder() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Properties of the destination, post-rewrite object.
- getDestinationKmsKey() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The name of the Cloud KMS key that will be used to encrypt the destination
object.
- getDestinationKmsKey() - Method in class com.google.storage.v2.RewriteObjectRequest
-
The name of the Cloud KMS key that will be used to encrypt the destination
object.
- getDestinationKmsKey() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
The name of the Cloud KMS key that will be used to encrypt the destination
object.
- getDestinationKmsKeyBytes() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The name of the Cloud KMS key that will be used to encrypt the destination
object.
- getDestinationKmsKeyBytes() - Method in class com.google.storage.v2.RewriteObjectRequest
-
The name of the Cloud KMS key that will be used to encrypt the destination
object.
- getDestinationKmsKeyBytes() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
The name of the Cloud KMS key that will be used to encrypt the destination
object.
- getDestinationName() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- getDestinationName() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Required.
- getDestinationName() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Required.
- getDestinationNameBytes() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- getDestinationNameBytes() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Required.
- getDestinationNameBytes() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Required.
- getDestinationOrBuilder() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Required.
- getDestinationOrBuilder() - Method in class com.google.storage.v2.ComposeObjectRequest
-
Required.
- getDestinationOrBuilder() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
Required.
- getDestinationOrBuilder() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Properties of the destination, post-rewrite object.
- getDestinationOrBuilder() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Properties of the destination, post-rewrite object.
- getDestinationOrBuilder() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Properties of the destination, post-rewrite object.
- getDestinationPredefinedAcl() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Apply a predefined set of access controls to the destination object.
- getDestinationPredefinedAcl() - Method in class com.google.storage.v2.ComposeObjectRequest
-
Apply a predefined set of access controls to the destination object.
- getDestinationPredefinedAcl() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
Apply a predefined set of access controls to the destination object.
- getDestinationPredefinedAcl() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Apply a predefined set of access controls to the destination object.
- getDestinationPredefinedAcl() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Apply a predefined set of access controls to the destination object.
- getDestinationPredefinedAcl() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Apply a predefined set of access controls to the destination object.
- getDestinationPredefinedAclBytes() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Apply a predefined set of access controls to the destination object.
- getDestinationPredefinedAclBytes() - Method in class com.google.storage.v2.ComposeObjectRequest
-
Apply a predefined set of access controls to the destination object.
- getDestinationPredefinedAclBytes() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
Apply a predefined set of access controls to the destination object.
- getDestinationPredefinedAclBytes() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Apply a predefined set of access controls to the destination object.
- getDestinationPredefinedAclBytes() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Apply a predefined set of access controls to the destination object.
- getDestinationPredefinedAclBytes() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Apply a predefined set of access controls to the destination object.
- getDomain() - Method in class com.google.cloud.storage.Acl.Domain
-
Returns the domain associated to this entity.
- 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.
- getDone() - Method in class com.google.storage.v2.RewriteResponse.Builder
-
`true` if the copy is finished; otherwise, `false` if
the copy is in progress.
- getDone() - Method in class com.google.storage.v2.RewriteResponse
-
`true` if the copy is finished; otherwise, `false` if
the copy is in progress.
- getDone() - Method in interface com.google.storage.v2.RewriteResponseOrBuilder
-
`true` if the copy is finished; otherwise, `false` if
the copy is in progress.
- getDownloadDirectory() - Method in class com.google.cloud.storage.transfermanager.ParallelDownloadConfig
-
The base directory in which all objects will be placed when downloaded.
- getDownloadResults() - Method in class com.google.cloud.storage.transfermanager.DownloadJob
-
The list of
DownloadResults
for each download request Transfer Manager
executed for this job.
- 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.cloud.storage.Acl.Group
-
Returns the group email.
- getEmail() - Method in class com.google.cloud.storage.Acl.User
-
Returns the user email.
- getEmail() - Method in class com.google.cloud.storage.ServiceAccount
-
Returns the email address of the service account.
- 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.
- getEmailAddress() - Method in class com.google.storage.v2.ServiceAccount.Builder
-
The ID of the notification.
- getEmailAddress() - Method in class com.google.storage.v2.ServiceAccount
-
The ID of the notification.
- getEmailAddress() - Method in interface com.google.storage.v2.ServiceAccountOrBuilder
-
The ID of the notification.
- getEmailAddressBytes() - Method in class com.google.storage.v2.ServiceAccount.Builder
-
The ID of the notification.
- getEmailAddressBytes() - Method in class com.google.storage.v2.ServiceAccount
-
The ID of the notification.
- getEmailAddressBytes() - Method in interface com.google.storage.v2.ServiceAccountOrBuilder
-
The ID of the notification.
- 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.cloud.storage.BucketInfo.Autoclass
-
- getEnabled() - Method in class com.google.storage.v2.Bucket.Autoclass.Builder
-
Enables Autoclass.
- getEnabled() - Method in class com.google.storage.v2.Bucket.Autoclass
-
Enables Autoclass.
- getEnabled() - Method in interface com.google.storage.v2.Bucket.AutoclassOrBuilder
-
Enables Autoclass.
- 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.cloud.storage.BlobInfo.CustomerEncryption
-
Returns the algorithm used to encrypt the blob.
- getEncryptionAlgorithm() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
-
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
- getEncryptionAlgorithm() - Method in class com.google.storage.v2.CommonObjectRequestParams
-
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
- getEncryptionAlgorithm() - Method in interface com.google.storage.v2.CommonObjectRequestParamsOrBuilder
-
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
- getEncryptionAlgorithm() - Method in class com.google.storage.v2.CustomerEncryption.Builder
-
The encryption algorithm.
- getEncryptionAlgorithm() - Method in class com.google.storage.v2.CustomerEncryption
-
The encryption algorithm.
- getEncryptionAlgorithm() - Method in interface com.google.storage.v2.CustomerEncryptionOrBuilder
-
The encryption algorithm.
- getEncryptionAlgorithmBytes() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
-
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
- getEncryptionAlgorithmBytes() - Method in class com.google.storage.v2.CommonObjectRequestParams
-
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
- getEncryptionAlgorithmBytes() - Method in interface com.google.storage.v2.CommonObjectRequestParamsOrBuilder
-
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
- getEncryptionAlgorithmBytes() - Method in class com.google.storage.v2.CustomerEncryption.Builder
-
The encryption algorithm.
- getEncryptionAlgorithmBytes() - Method in class com.google.storage.v2.CustomerEncryption
-
The encryption algorithm.
- getEncryptionAlgorithmBytes() - Method in interface com.google.storage.v2.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 the Customer-Supplied Encryption Keys feature.
- getEncryptionKeyBytes() - Method in class com.google.storage.v2.CommonObjectRequestParams
-
Encryption key used with the Customer-Supplied Encryption Keys feature.
- getEncryptionKeyBytes() - Method in interface com.google.storage.v2.CommonObjectRequestParamsOrBuilder
-
Encryption key used with the Customer-Supplied Encryption Keys feature.
- getEncryptionKeySha256Bytes() - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
-
SHA256 hash of encryption key used with the Customer-Supplied Encryption
Keys feature.
- getEncryptionKeySha256Bytes() - Method in class com.google.storage.v2.CommonObjectRequestParams
-
SHA256 hash of encryption key used with the Customer-Supplied Encryption
Keys feature.
- getEncryptionKeySha256Bytes() - Method in interface com.google.storage.v2.CommonObjectRequestParamsOrBuilder
-
SHA256 hash of encryption key used with the 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.cloud.storage.Acl
-
Returns the entity for this ACL object.
- 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}-{projectnumber}`
* `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}-{projectnumber}`
* `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}-{projectnumber}`
* `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}-{projectnumber}`
* `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}-{projectnumber}`
* `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}-{projectnumber}`
* `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*.
- getEntityAlt() - Method in class com.google.storage.v2.BucketAccessControl.Builder
-
Output only.
- getEntityAlt() - Method in class com.google.storage.v2.BucketAccessControl
-
Output only.
- getEntityAlt() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
-
Output only.
- getEntityAlt() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
-
Output only.
- getEntityAlt() - Method in class com.google.storage.v2.ObjectAccessControl
-
Output only.
- getEntityAlt() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
-
Output only.
- getEntityAltBytes() - Method in class com.google.storage.v2.BucketAccessControl.Builder
-
Output only.
- getEntityAltBytes() - Method in class com.google.storage.v2.BucketAccessControl
-
Output only.
- getEntityAltBytes() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
-
Output only.
- getEntityAltBytes() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
-
Output only.
- getEntityAltBytes() - Method in class com.google.storage.v2.ObjectAccessControl
-
Output only.
- getEntityAltBytes() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
-
Output only.
- 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}-{projectnumber}`
* `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}-{projectnumber}`
* `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}-{projectnumber}`
* `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}-{projectnumber}`
* `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}-{projectnumber}`
* `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}-{projectnumber}`
* `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.
- getEtag() - Method in class com.google.cloud.storage.Acl
-
Returns HTTP 1.1 Entity tag for the ACL entry.
- getEtag() - Method in class com.google.cloud.storage.BlobInfo
-
Returns HTTP 1.1 Entity tag for the blob.
- getEtag() - Method in class com.google.cloud.storage.BucketInfo
-
Returns HTTP 1.1 Entity tag for the bucket.
- getEtag() - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata
-
Returns HTTP 1.1 Entity tag for this HMAC key.
- getEtag() - Method in class com.google.cloud.storage.NotificationInfo
-
Returns HTTP 1.1 Entity tag for the notification.
- getEtag() - Method in class com.google.storage.v2.Bucket.Builder
-
The etag of the bucket.
- getEtag() - Method in class com.google.storage.v2.Bucket
-
The etag of the bucket.
- getEtag() - Method in class com.google.storage.v2.BucketAccessControl.Builder
-
The etag of the BucketAccessControl.
- getEtag() - Method in class com.google.storage.v2.BucketAccessControl
-
The etag of the BucketAccessControl.
- getEtag() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
-
The etag of the BucketAccessControl.
- getEtag() - Method in interface com.google.storage.v2.BucketOrBuilder
-
The etag of the bucket.
- getEtag() - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
The etag of the HMAC key.
- getEtag() - Method in class com.google.storage.v2.HmacKeyMetadata
-
The etag of the HMAC key.
- getEtag() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
The etag of the HMAC key.
- getEtag() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
The etag of the NotificationConfig.
- getEtag() - Method in class com.google.storage.v2.NotificationConfig
-
The etag of the NotificationConfig.
- getEtag() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
The etag of the NotificationConfig.
- getEtag() - Method in class com.google.storage.v2.Object.Builder
-
The etag of the object.
- getEtag() - Method in class com.google.storage.v2.Object
-
The etag of the object.
- getEtag() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
-
The etag of the ObjectAccessControl.
- getEtag() - Method in class com.google.storage.v2.ObjectAccessControl
-
The etag of the ObjectAccessControl.
- getEtag() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
-
The etag of the ObjectAccessControl.
- getEtag() - Method in interface com.google.storage.v2.ObjectOrBuilder
-
The etag of the object.
- getEtagBytes() - Method in class com.google.storage.v2.Bucket.Builder
-
The etag of the bucket.
- getEtagBytes() - Method in class com.google.storage.v2.Bucket
-
The etag of the bucket.
- getEtagBytes() - Method in class com.google.storage.v2.BucketAccessControl.Builder
-
The etag of the BucketAccessControl.
- getEtagBytes() - Method in class com.google.storage.v2.BucketAccessControl
-
The etag of the BucketAccessControl.
- getEtagBytes() - Method in interface com.google.storage.v2.BucketAccessControlOrBuilder
-
The etag of the BucketAccessControl.
- getEtagBytes() - Method in interface com.google.storage.v2.BucketOrBuilder
-
The etag of the bucket.
- getEtagBytes() - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
The etag of the HMAC key.
- getEtagBytes() - Method in class com.google.storage.v2.HmacKeyMetadata
-
The etag of the HMAC key.
- getEtagBytes() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
The etag of the HMAC key.
- getEtagBytes() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
The etag of the NotificationConfig.
- getEtagBytes() - Method in class com.google.storage.v2.NotificationConfig
-
The etag of the NotificationConfig.
- getEtagBytes() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
The etag of the NotificationConfig.
- getEtagBytes() - Method in class com.google.storage.v2.Object.Builder
-
The etag of the object.
- getEtagBytes() - Method in class com.google.storage.v2.Object
-
The etag of the object.
- getEtagBytes() - Method in class com.google.storage.v2.ObjectAccessControl.Builder
-
The etag of the ObjectAccessControl.
- getEtagBytes() - Method in class com.google.storage.v2.ObjectAccessControl
-
The etag of the ObjectAccessControl.
- getEtagBytes() - Method in interface com.google.storage.v2.ObjectAccessControlOrBuilder
-
The etag of the ObjectAccessControl.
- getEtagBytes() - Method in interface com.google.storage.v2.ObjectOrBuilder
-
The etag of the object.
- getEventBasedHold() - Method in class com.google.cloud.storage.BlobInfo
-
Returns a Boolean
with either true
, null
and in certain cases false
.
- 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.
- getEventTypes() - Method in class com.google.cloud.storage.NotificationInfo
-
Returns the events that trigger a notification to be sent.
- getEventTypes(int) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
If present, only send notifications about listed event types.
- getEventTypes(int) - Method in class com.google.storage.v2.NotificationConfig
-
If present, only send notifications about listed event types.
- getEventTypes(int) - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
If present, only send notifications about listed event types.
- getEventTypesBytes(int) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
If present, only send notifications about listed event types.
- getEventTypesBytes(int) - Method in class com.google.storage.v2.NotificationConfig
-
If present, only send notifications about listed event types.
- getEventTypesBytes(int) - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
If present, only send notifications about listed event types.
- getEventTypesCount() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
If present, only send notifications about listed event types.
- getEventTypesCount() - Method in class com.google.storage.v2.NotificationConfig
-
If present, only send notifications about listed event types.
- getEventTypesCount() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
If present, only send notifications about listed event types.
- getEventTypesList() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
If present, only send notifications about listed event types.
- getEventTypesList() - Method in class com.google.storage.v2.NotificationConfig
-
If present, only send notifications about listed event types.
- getEventTypesList() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
If present, only send notifications about listed event types.
- getException() - Method in class com.google.cloud.storage.transfermanager.DownloadResult
-
The exception produced by a failed download operation.
- getException() - Method in class com.google.cloud.storage.transfermanager.UploadResult
-
The exception produced by a failed upload operation.
- getExpiration() - Method in class com.google.cloud.storage.SignatureInfo
-
- getFields() - Method in class com.google.cloud.storage.PostPolicyV4
-
Returns the HTML form fields
- getFieldsMap() - Method in class com.google.cloud.storage.PostPolicyV4.PostFieldsV4
-
- getFieldValue(String) - Method in class com.google.storage.v2.BucketName
-
- getFieldValue(String) - Method in class com.google.storage.v2.CryptoKeyName
-
- getFieldValue(String) - Method in class com.google.storage.v2.NotificationConfigName
-
- getFieldValue(String) - Method in class com.google.storage.v2.ProjectName
-
- getFieldValuesMap() - Method in class com.google.storage.v2.BucketName
-
- getFieldValuesMap() - Method in class com.google.storage.v2.CryptoKeyName
-
- getFieldValuesMap() - Method in class com.google.storage.v2.NotificationConfigName
-
- getFieldValuesMap() - Method in class com.google.storage.v2.ProjectName
-
- 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
-
- getGeneratedId() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the service-generated for the blob.
- getGeneratedId() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the service-generated id for the bucket.
- getGeneration() - Method in class com.google.cloud.storage.BlobId
-
Returns blob's data generation.
- getGeneration() - Method in class com.google.cloud.storage.BlobInfo
-
Returns blob's data generation.
- getGeneration() - Method in class com.google.cloud.storage.Storage.ComposeRequest.SourceBlob
-
- getGeneration() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
The generation of this object to use as the source.
- getGeneration() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject
-
The generation of this object to use as the source.
- getGeneration() - Method in interface com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder
-
The generation of this object to use as the source.
- getGeneration() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
If present, permanently deletes a specific revision of this object (as
opposed to the latest version, the default).
- getGeneration() - Method in class com.google.storage.v2.DeleteObjectRequest
-
If present, permanently deletes a specific revision of this object (as
opposed to the latest version, the default).
- getGeneration() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
If present, permanently deletes a specific revision of this object (as
opposed to the latest version, the default).
- getGeneration() - Method in class com.google.storage.v2.GetObjectRequest.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.GetObjectRequest
-
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.GetObjectRequestOrBuilder
-
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.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).
- getGetBucketMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getGetHmacKeyMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getGetIamPolicyMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getGetNotificationConfigMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getGetObjectMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getGetServiceAccountMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getGrpcName() - Method in enum com.google.cloud.storage.Storage.BlobField
-
- getGrpcName() - Method in enum com.google.cloud.storage.Storage.BucketField
-
- getHmacKey(String, Map<StorageRpc.Option, ?>) - Method in class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- getHmacKey(String, Map<StorageRpc.Option, ?>) - Method in interface com.google.cloud.storage.spi.v1.StorageRpc
-
Returns the HMAC key associated with the provided access id.
- getHmacKey(String, Storage.GetHmacKeyOption...) - Method in interface com.google.cloud.storage.Storage
-
Gets an HMAC key given its access id.
- getHmacKey(String, Map<StorageRpc.Option, ?>) - Method in class com.google.cloud.storage.testing.StorageRpcTestBase
-
- getHmacKey(String, ProjectName) - Method in class com.google.storage.v2.StorageClient
-
Gets an existing HMAC key metadata for the given id.
- getHmacKey(String, String) - Method in class com.google.storage.v2.StorageClient
-
Gets an existing HMAC key metadata for the given id.
- getHmacKey(GetHmacKeyRequest) - Method in class com.google.storage.v2.StorageClient
-
Gets an existing HMAC key metadata for the given id.
- getHmacKey(GetHmacKeyRequest, StreamObserver<HmacKeyMetadata>) - Method in interface com.google.storage.v2.StorageGrpc.AsyncService
-
Gets an existing HMAC key metadata for the given id.
- getHmacKey(GetHmacKeyRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageBlockingStub
-
Gets an existing HMAC key metadata for the given id.
- getHmacKey(GetHmacKeyRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageFutureStub
-
Gets an existing HMAC key metadata for the given id.
- getHmacKey(GetHmacKeyRequest, StreamObserver<HmacKeyMetadata>) - Method in class com.google.storage.v2.StorageGrpc.StorageStub
-
Gets an existing HMAC key metadata for the given id.
- getHmacKey() - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
Required.
- getHmacKey() - Method in class com.google.storage.v2.UpdateHmacKeyRequest
-
Required.
- getHmacKey() - Method in interface com.google.storage.v2.UpdateHmacKeyRequestOrBuilder
-
Required.
- getHmacKeyBuilder() - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
Required.
- getHmacKeyCallable() - Method in class com.google.storage.v2.StorageClient
-
Gets an existing HMAC key metadata for the given id.
- getHmacKeyCallable() - Method in class com.google.storage.v2.stub.GrpcStorageStub
-
- getHmacKeyCallable() - Method in class com.google.storage.v2.stub.StorageStub
-
- getHmacKeyOrBuilder() - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
Required.
- getHmacKeyOrBuilder() - Method in class com.google.storage.v2.UpdateHmacKeyRequest
-
Required.
- getHmacKeyOrBuilder() - Method in interface com.google.storage.v2.UpdateHmacKeyRequestOrBuilder
-
Required.
- GetHmacKeyRequest - Class in com.google.storage.v2
-
Request object to get metadata on a given HMAC key.
- GetHmacKeyRequest.Builder - Class in com.google.storage.v2
-
Request object to get metadata on a given HMAC key.
- GetHmacKeyRequestOrBuilder - Interface in com.google.storage.v2
-
- getHmacKeys(int) - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
The list of items.
- getHmacKeys(int) - Method in class com.google.storage.v2.ListHmacKeysResponse
-
The list of items.
- getHmacKeys(int) - Method in interface com.google.storage.v2.ListHmacKeysResponseOrBuilder
-
The list of items.
- getHmacKeysBuilder(int) - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
The list of items.
- getHmacKeysBuilderList() - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
The list of items.
- getHmacKeysCount() - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
The list of items.
- getHmacKeysCount() - Method in class com.google.storage.v2.ListHmacKeysResponse
-
The list of items.
- getHmacKeysCount() - Method in interface com.google.storage.v2.ListHmacKeysResponseOrBuilder
-
The list of items.
- getHmacKeySettings() - Method in class com.google.storage.v2.StorageSettings.Builder
-
Returns the builder for the settings used for calls to getHmacKey.
- getHmacKeySettings() - Method in class com.google.storage.v2.StorageSettings
-
Returns the object with the settings used for calls to getHmacKey.
- getHmacKeySettings() - Method in class com.google.storage.v2.stub.StorageStubSettings.Builder
-
Returns the builder for the settings used for calls to getHmacKey.
- getHmacKeySettings() - Method in class com.google.storage.v2.stub.StorageStubSettings
-
Returns the object with the settings used for calls to getHmacKey.
- getHmacKeysList() - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
The list of items.
- getHmacKeysList() - Method in class com.google.storage.v2.ListHmacKeysResponse
-
The list of items.
- getHmacKeysList() - Method in interface com.google.storage.v2.ListHmacKeysResponseOrBuilder
-
The list of items.
- getHmacKeysOrBuilder(int) - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
The list of items.
- getHmacKeysOrBuilder(int) - Method in class com.google.storage.v2.ListHmacKeysResponse
-
The list of items.
- getHmacKeysOrBuilder(int) - Method in interface com.google.storage.v2.ListHmacKeysResponseOrBuilder
-
The list of items.
- getHmacKeysOrBuilderList() - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
The list of items.
- getHmacKeysOrBuilderList() - Method in class com.google.storage.v2.ListHmacKeysResponse
-
The list of items.
- getHmacKeysOrBuilderList() - Method in interface com.google.storage.v2.ListHmacKeysResponseOrBuilder
-
The list of items.
- getHttpVerb() - Method in class com.google.cloud.storage.SignatureInfo
-
- 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.
- getIamConfiguration() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the IAM configuration
- getIamPolicy(String, Map<StorageRpc.Option, ?>) - Method in class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- getIamPolicy(String, Map<StorageRpc.Option, ?>) - Method in interface com.google.cloud.storage.spi.v1.StorageRpc
-
Returns the IAM policy for the specified bucket.
- getIamPolicy(String, Storage.BucketSourceOption...) - Method in interface com.google.cloud.storage.Storage
-
Gets the IAM policy for the provided bucket.
- getIamPolicy(String, Map<StorageRpc.Option, ?>) - Method in class com.google.cloud.storage.testing.StorageRpcTestBase
-
- getIamPolicy(ResourceName) - Method in class com.google.storage.v2.StorageClient
-
Gets the IAM policy for a specified bucket or object.
- getIamPolicy(String) - Method in class com.google.storage.v2.StorageClient
-
Gets the IAM policy for a specified bucket or object.
- getIamPolicy(GetIamPolicyRequest) - Method in class com.google.storage.v2.StorageClient
-
Gets the IAM policy for a specified bucket or object.
- getIamPolicy(GetIamPolicyRequest, StreamObserver<Policy>) - Method in interface com.google.storage.v2.StorageGrpc.AsyncService
-
Gets the IAM policy for a specified bucket or object.
- getIamPolicy(GetIamPolicyRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageBlockingStub
-
Gets the IAM policy for a specified bucket or object.
- getIamPolicy(GetIamPolicyRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageFutureStub
-
Gets the IAM policy for a specified bucket or object.
- getIamPolicy(GetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.storage.v2.StorageGrpc.StorageStub
-
Gets the IAM policy for a specified bucket or object.
- getIamPolicyCallable() - Method in class com.google.storage.v2.StorageClient
-
Gets the IAM policy for a specified bucket or object.
- getIamPolicyCallable() - Method in class com.google.storage.v2.stub.GrpcStorageStub
-
- getIamPolicyCallable() - Method in class com.google.storage.v2.stub.StorageStub
-
- getIamPolicySettings() - Method in class com.google.storage.v2.StorageSettings.Builder
-
Returns the builder for the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.storage.v2.StorageSettings
-
Returns the object with the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.storage.v2.stub.StorageStubSettings.Builder
-
Returns the builder for the settings used for calls to getIamPolicy.
- getIamPolicySettings() - Method in class com.google.storage.v2.stub.StorageStubSettings
-
Returns the object with the settings used for calls to getIamPolicy.
- getId() - Method in class com.google.cloud.storage.Acl
-
Returns the ID of the ACL entry.
- getId() - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata
-
Returns the resource name of this HMAC key.
- 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.HmacKeyMetadata.Builder
-
Immutable.
- getId() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Immutable.
- getId() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
Immutable.
- 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.HmacKeyMetadata.Builder
-
Immutable.
- getIdBytes() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Immutable.
- getIdBytes() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
Immutable.
- 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.
- getIdempotentHandler() - Method in interface com.google.cloud.storage.StorageRetryStrategy
-
Factory method to provide a ResultRetryAlgorithm
which will be used to evaluate whether
a retry can happen for an operation which has been deemed idempotent.
- getIfGenerationMatch() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- getIfGenerationMatch() - Method in class com.google.storage.v2.ComposeObjectRequest
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- getIfGenerationMatch() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder
-
Only perform the composition if the generation of the source object
that would be used matches this value.
- getIfGenerationMatch() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions
-
Only perform the composition if the generation of the source object
that would be used matches this value.
- getIfGenerationMatch() - Method in interface com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder
-
Only perform the composition if the generation of the source object
that would be used matches this value.
- getIfGenerationMatch() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- getIfGenerationMatch() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- getIfGenerationMatch() - Method in class com.google.storage.v2.DeleteObjectRequest
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- getIfGenerationMatch() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- getIfGenerationMatch() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- getIfGenerationMatch() - Method in class com.google.storage.v2.GetObjectRequest
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- getIfGenerationMatch() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- 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.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- getIfGenerationMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- getIfGenerationMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- getIfGenerationMatch() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- getIfGenerationMatch() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- getIfGenerationMatch() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
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.DeleteObjectRequest.Builder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- getIfGenerationNotMatch() - Method in class com.google.storage.v2.DeleteObjectRequest
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- getIfGenerationNotMatch() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- getIfGenerationNotMatch() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- getIfGenerationNotMatch() - Method in class com.google.storage.v2.GetObjectRequest
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- getIfGenerationNotMatch() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- getIfGenerationNotMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
-
Makes the operation conditional on whether the object's live 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 live 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 live generation
does not match the given value.
- getIfGenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- getIfGenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- getIfGenerationNotMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- getIfGenerationNotMatch() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- getIfGenerationNotMatch() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- getIfGenerationNotMatch() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's live 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 live
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 live
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 live
generation does not match the given value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.ComposeObjectRequest
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.DeleteBucketRequest.Builder
-
If set, only deletes the bucket if its metageneration matches this value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.DeleteBucketRequest
-
If set, only deletes the bucket if its metageneration matches this value.
- getIfMetagenerationMatch() - Method in interface com.google.storage.v2.DeleteBucketRequestOrBuilder
-
If set, only deletes the bucket if its metageneration matches this value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.DeleteObjectRequest
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.GetBucketRequest.Builder
-
If set, and if the bucket's current metageneration does not match the
specified value, the request will return an error.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.GetBucketRequest
-
If set, and if the bucket's current metageneration does not match the
specified value, the request will return an error.
- getIfMetagenerationMatch() - Method in interface com.google.storage.v2.GetBucketRequestOrBuilder
-
If set, and if the bucket's current metageneration does not match the
specified value, the request will return an error.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.GetObjectRequest
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder
-
Required.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest
-
Required.
- getIfMetagenerationMatch() - Method in interface com.google.storage.v2.LockBucketRetentionPolicyRequestOrBuilder
-
Required.
- 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.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the destination object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the destination object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the destination object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
If set, will only modify the bucket if its metageneration matches this
value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.UpdateBucketRequest
-
If set, will only modify the bucket if its metageneration matches this
value.
- getIfMetagenerationMatch() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
If set, will only modify the bucket if its metageneration matches this
value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- getIfMetagenerationMatch() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
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.DeleteBucketRequest.Builder
-
If set, only deletes the bucket if its metageneration does not match this
value.
- getIfMetagenerationNotMatch() - Method in class com.google.storage.v2.DeleteBucketRequest
-
If set, only deletes the bucket if its metageneration does not match this
value.
- getIfMetagenerationNotMatch() - Method in interface com.google.storage.v2.DeleteBucketRequestOrBuilder
-
If set, only deletes the bucket if its metageneration does not match this
value.
- getIfMetagenerationNotMatch() - Method in class com.google.storage.v2.DeleteObjectRequest.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.DeleteObjectRequest
-
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.DeleteObjectRequestOrBuilder
-
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.GetBucketRequest.Builder
-
If set, and if the bucket's current metageneration matches the specified
value, the request will return an error.
- getIfMetagenerationNotMatch() - Method in class com.google.storage.v2.GetBucketRequest
-
If set, and if the bucket's current metageneration matches the specified
value, the request will return an error.
- getIfMetagenerationNotMatch() - Method in interface com.google.storage.v2.GetBucketRequestOrBuilder
-
If set, and if the bucket's current metageneration matches the specified
value, the request will return an error.
- getIfMetagenerationNotMatch() - Method in class com.google.storage.v2.GetObjectRequest.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.GetObjectRequest
-
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.GetObjectRequestOrBuilder
-
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.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.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the destination object's current
metageneration does not match the given value.
- getIfMetagenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the destination object's current
metageneration does not match the given value.
- getIfMetagenerationNotMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the destination object's current
metageneration does not match the given value.
- getIfMetagenerationNotMatch() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
If set, will only modify the bucket if its metageneration does not match
this value.
- getIfMetagenerationNotMatch() - Method in class com.google.storage.v2.UpdateBucketRequest
-
If set, will only modify the bucket if its metageneration does not match
this value.
- getIfMetagenerationNotMatch() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
If set, will only modify the bucket if its metageneration does not match
this value.
- getIfMetagenerationNotMatch() - Method in class com.google.storage.v2.UpdateObjectRequest.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.UpdateObjectRequest
-
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.UpdateObjectRequestOrBuilder
-
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.
- getIfSourceGenerationMatch() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the source object's live
generation matches the given value.
- getIfSourceGenerationMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the source object's live
generation matches the given value.
- getIfSourceGenerationMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the source object's live
generation matches the given value.
- getIfSourceGenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the source object's live
generation does not match the given value.
- getIfSourceGenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the source object's live
generation does not match the given value.
- getIfSourceGenerationNotMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the source object's live
generation does not match the given value.
- getIfSourceMetagenerationMatch() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the source object's current
metageneration matches the given value.
- getIfSourceMetagenerationMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the source object's current
metageneration matches the given value.
- getIfSourceMetagenerationMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the source object's current
metageneration matches the given value.
- getIfSourceMetagenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the source object's current
metageneration does not match the given value.
- getIfSourceMetagenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the source object's current
metageneration does not match the given value.
- getIfSourceMetagenerationNotMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the source object's current
metageneration does not match the given value.
- getIncludeTrailingDelimiter() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
If true, objects that end in exactly one instance of `delimiter`
will have their metadata included in `items` in addition to
`prefixes`.
- getIncludeTrailingDelimiter() - Method in class com.google.storage.v2.ListObjectsRequest
-
If true, objects that end in exactly one instance of `delimiter`
will have their metadata included in `items` in addition to
`prefixes`.
- getIncludeTrailingDelimiter() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
If true, objects that end in exactly one instance of `delimiter`
will have their metadata included in `items` in addition to
`prefixes`.
- getIndexPage() - Method in class com.google.cloud.storage.BucketInfo
-
Returns bucket's website index page.
- getInput() - Method in class com.google.cloud.storage.transfermanager.DownloadResult
-
The
BlobInfo
for the object requested for download.
- getInput() - Method in class com.google.cloud.storage.transfermanager.UploadResult
-
The
BlobInfo
for the object requested for upload.
- getInstance() - Static method in class com.google.cloud.storage.spi.v1.HttpRpcContext
-
- getInvocationId() - Method in class com.google.cloud.storage.spi.v1.HttpRpcContext
-
- getIsLive() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
- 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.
- getKeyRing() - Method in class com.google.storage.v2.CryptoKeyName.Builder
-
- getKeyRing() - Method in class com.google.storage.v2.CryptoKeyName
-
- getKeySha256() - Method in class com.google.cloud.storage.BlobInfo.CustomerEncryption
-
Returns the SHA256 hash of the encryption key.
- getKeySha256Bytes() - Method in class com.google.storage.v2.CustomerEncryption.Builder
-
SHA256 hash value of the encryption key.
- getKeySha256Bytes() - Method in class com.google.storage.v2.CustomerEncryption
-
SHA256 hash value of the encryption key.
- getKeySha256Bytes() - Method in interface com.google.storage.v2.CustomerEncryptionOrBuilder
-
SHA256 hash value of the encryption key.
- getKmsKey() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Resource name of the Cloud KMS key, of the form
`projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
that will be used to encrypt the object.
- getKmsKey() - Method in class com.google.storage.v2.ComposeObjectRequest
-
Resource name of the Cloud KMS key, of the form
`projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
that will be used to encrypt the object.
- getKmsKey() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
Resource name of the Cloud KMS key, of the form
`projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
that will be used to encrypt the object.
- 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.ComposeObjectRequest.Builder
-
Resource name of the Cloud KMS key, of the form
`projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
that will be used to encrypt the object.
- getKmsKeyBytes() - Method in class com.google.storage.v2.ComposeObjectRequest
-
Resource name of the Cloud KMS key, of the form
`projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
that will be used to encrypt the object.
- getKmsKeyBytes() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
Resource name of the Cloud KMS key, of the form
`projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
that will be used to encrypt the object.
- 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.
- getKmsKeyName() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the Cloud KMS key used to encrypt the blob, if any.
- getLabels() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the labels for this bucket.
- 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.
- getLegacyStorageRetryStrategy() - Static method in interface com.google.cloud.storage.StorageRetryStrategy
-
- getLexicographicEnd() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Optional.
- getLexicographicEnd() - Method in class com.google.storage.v2.ListObjectsRequest
-
Optional.
- getLexicographicEnd() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
Optional.
- getLexicographicEndBytes() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Optional.
- getLexicographicEndBytes() - Method in class com.google.storage.v2.ListObjectsRequest
-
Optional.
- getLexicographicEndBytes() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
Optional.
- getLexicographicStart() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Optional.
- getLexicographicStart() - Method in class com.google.storage.v2.ListObjectsRequest
-
Optional.
- getLexicographicStart() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
Optional.
- getLexicographicStartBytes() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Optional.
- getLexicographicStartBytes() - Method in class com.google.storage.v2.ListObjectsRequest
-
Optional.
- getLexicographicStartBytes() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
Optional.
- 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.
- getLifecycleRules() - Method in class com.google.cloud.storage.BucketInfo
-
- getListBucketsMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getListHmacKeysMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getListNotificationConfigsMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getListObjectsMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getLocation() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the bucket's location.
- 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.
- getLocation() - Method in class com.google.storage.v2.CryptoKeyName.Builder
-
- getLocation() - Method in class com.google.storage.v2.CryptoKeyName
-
- 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.cloud.storage.BucketInfo
-
Returns the bucket's locationType.
- 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.
- getLockBucketRetentionPolicyMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getLockTime() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
-
The deadline time for changing
`iam_config.uniform_bucket_level_access.enabled` from `true` to
`false`.
- getLockTime() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
-
The deadline time for changing
`iam_config.uniform_bucket_level_access.enabled` from `true` to
`false`.
- getLockTime() - Method in interface com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder
-
The deadline time for changing
`iam_config.uniform_bucket_level_access.enabled` from `true` to
`false`.
- getLockTimeBuilder() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
-
The deadline time for changing
`iam_config.uniform_bucket_level_access.enabled` from `true` to
`false`.
- getLockTimeOrBuilder() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
-
The deadline time for changing
`iam_config.uniform_bucket_level_access.enabled` from `true` to
`false`.
- getLockTimeOrBuilder() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
-
The deadline time for changing
`iam_config.uniform_bucket_level_access.enabled` from `true` to
`false`.
- getLockTimeOrBuilder() - Method in interface com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder
-
The deadline time for changing
`iam_config.uniform_bucket_level_access.enabled` from `true` to
`false`.
- getLogBucket() - Method in class com.google.cloud.storage.BucketInfo.Logging
-
- getLogBucket() - Method in class com.google.storage.v2.Bucket.Logging.Builder
-
The destination bucket where the current bucket's logs should be placed,
using path format (like `projects/123456/buckets/foo`).
- getLogBucket() - Method in class com.google.storage.v2.Bucket.Logging
-
The destination bucket where the current bucket's logs should be placed,
using path format (like `projects/123456/buckets/foo`).
- getLogBucket() - Method in interface com.google.storage.v2.Bucket.LoggingOrBuilder
-
The destination bucket where the current bucket's logs should be placed,
using path format (like `projects/123456/buckets/foo`).
- getLogBucketBytes() - Method in class com.google.storage.v2.Bucket.Logging.Builder
-
The destination bucket where the current bucket's logs should be placed,
using path format (like `projects/123456/buckets/foo`).
- getLogBucketBytes() - Method in class com.google.storage.v2.Bucket.Logging
-
The destination bucket where the current bucket's logs should be placed,
using path format (like `projects/123456/buckets/foo`).
- getLogBucketBytes() - Method in interface com.google.storage.v2.Bucket.LoggingOrBuilder
-
The destination bucket where the current bucket's logs should be placed,
using path format (like `projects/123456/buckets/foo`).
- getLogging() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the Logging
- 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.cloud.storage.BucketInfo.Logging
-
- 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.
- getMatchesPrefix() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
- getMatchesPrefix(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
-
List of object name prefixes.
- getMatchesPrefix(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
-
List of object name prefixes.
- getMatchesPrefix(int) - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
-
List of object name prefixes.
- getMatchesPrefixBytes(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
-
List of object name prefixes.
- getMatchesPrefixBytes(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
-
List of object name prefixes.
- getMatchesPrefixBytes(int) - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
-
List of object name prefixes.
- getMatchesPrefixCount() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
-
List of object name prefixes.
- getMatchesPrefixCount() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
-
List of object name prefixes.
- getMatchesPrefixCount() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
-
List of object name prefixes.
- getMatchesPrefixList() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
-
List of object name prefixes.
- getMatchesPrefixList() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
-
List of object name prefixes.
- getMatchesPrefixList() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
-
List of object name prefixes.
- getMatchesStorageClass() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
- 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.
- getMatchesSuffix() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
- getMatchesSuffix(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
-
List of object name suffixes.
- getMatchesSuffix(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
-
List of object name suffixes.
- getMatchesSuffix(int) - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
-
List of object name suffixes.
- getMatchesSuffixBytes(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
-
List of object name suffixes.
- getMatchesSuffixBytes(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
-
List of object name suffixes.
- getMatchesSuffixBytes(int) - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
-
List of object name suffixes.
- getMatchesSuffixCount() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
-
List of object name suffixes.
- getMatchesSuffixCount() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
-
List of object name suffixes.
- getMatchesSuffixCount() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
-
List of object name suffixes.
- getMatchesSuffixList() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
-
List of object name suffixes.
- getMatchesSuffixList() - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition
-
List of object name suffixes.
- getMatchesSuffixList() - Method in interface com.google.storage.v2.Bucket.Lifecycle.Rule.ConditionOrBuilder
-
List of object name suffixes.
- getMaxAgeSeconds() - Method in class com.google.cloud.storage.Cors
-
Returns the max time in seconds in which a client can issue requests before sending a new
preflight request.
- 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.
- getMaxBytesRewrittenPerCall() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The maximum number of bytes that will be rewritten per rewrite request.
- getMaxBytesRewrittenPerCall() - Method in class com.google.storage.v2.RewriteObjectRequest
-
The maximum number of bytes that will be rewritten per rewrite request.
- getMaxBytesRewrittenPerCall() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
The maximum number of bytes that will be rewritten per rewrite request.
- getMaxWorkers() - Method in class com.google.cloud.storage.transfermanager.TransferManagerConfig
-
Maximum amount of workers to be allocated to perform work in Transfer Manager
- getMd5() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the MD5 hash of blob's data encoded in base64.
- 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.
- getMd5ToHexString() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the MD5 hash of blob's data decoded to string.
- getMediaLink() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the blob's media download link.
- getMegabytesCopiedPerChunk() - Method in class com.google.cloud.storage.Storage.CopyRequest
-
Returns the maximum number of megabytes to copy for each RPC call.
- getMetadata() - Method in class com.google.cloud.storage.BlobInfo
-
Returns blob's user provided metadata.
- getMetadata() - Method in class com.google.cloud.storage.HmacKey
-
Returns the metadata associated with this HMAC key.
- getMetadata() - Method in class com.google.storage.v2.CreateHmacKeyResponse.Builder
-
Key metadata.
- getMetadata() - Method in class com.google.storage.v2.CreateHmacKeyResponse
-
Key metadata.
- getMetadata() - Method in interface com.google.storage.v2.CreateHmacKeyResponseOrBuilder
-
Key metadata.
- 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.CreateHmacKeyResponse.Builder
-
Key metadata.
- 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.CreateHmacKeyResponse.Builder
-
Key metadata.
- getMetadataOrBuilder() - Method in class com.google.storage.v2.CreateHmacKeyResponse
-
Key metadata.
- getMetadataOrBuilder() - Method in interface com.google.storage.v2.CreateHmacKeyResponseOrBuilder
-
Key metadata.
- 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.cloud.storage.BlobInfo
-
Returns blob's metageneration.
- getMetageneration() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the metadata generation of this bucket.
- 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".
- getMethods() - Method in class com.google.cloud.storage.Cors
-
Returns the HTTP methods supported by this CORS configuration.
- getMutableCustomAttributes() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Deprecated.
- 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.cloud.storage.BlobId
-
Returns the name of the blob.
- getName() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the blob's name.
- getName() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the bucket's name.
- getName() - Method in class com.google.cloud.storage.Storage.ComposeRequest.SourceBlob
-
- 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.ComposeObjectRequest.SourceObject.Builder
-
Required.
- getName() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject
-
Required.
- getName() - Method in interface com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder
-
Required.
- getName() - Method in class com.google.storage.v2.DeleteBucketRequest.Builder
-
Required.
- getName() - Method in class com.google.storage.v2.DeleteBucketRequest
-
Required.
- getName() - Method in interface com.google.storage.v2.DeleteBucketRequestOrBuilder
-
Required.
- getName() - Method in class com.google.storage.v2.DeleteNotificationConfigRequest.Builder
-
Required.
- getName() - Method in class com.google.storage.v2.DeleteNotificationConfigRequest
-
Required.
- getName() - Method in interface com.google.storage.v2.DeleteNotificationConfigRequestOrBuilder
-
Required.
- getName() - Method in class com.google.storage.v2.GetBucketRequest.Builder
-
Required.
- getName() - Method in class com.google.storage.v2.GetBucketRequest
-
Required.
- getName() - Method in interface com.google.storage.v2.GetBucketRequestOrBuilder
-
Required.
- getName() - Method in class com.google.storage.v2.GetNotificationConfigRequest.Builder
-
Required.
- getName() - Method in class com.google.storage.v2.GetNotificationConfigRequest
-
Required.
- getName() - Method in interface com.google.storage.v2.GetNotificationConfigRequestOrBuilder
-
Required.
- getName() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Required.
- getName() - Method in class com.google.storage.v2.NotificationConfig
-
Required.
- getName() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
Required.
- 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.ComposeObjectRequest.SourceObject.Builder
-
Required.
- getNameBytes() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject
-
Required.
- getNameBytes() - Method in interface com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder
-
Required.
- getNameBytes() - Method in class com.google.storage.v2.DeleteBucketRequest.Builder
-
Required.
- getNameBytes() - Method in class com.google.storage.v2.DeleteBucketRequest
-
Required.
- getNameBytes() - Method in interface com.google.storage.v2.DeleteBucketRequestOrBuilder
-
Required.
- getNameBytes() - Method in class com.google.storage.v2.DeleteNotificationConfigRequest.Builder
-
Required.
- getNameBytes() - Method in class com.google.storage.v2.DeleteNotificationConfigRequest
-
Required.
- getNameBytes() - Method in interface com.google.storage.v2.DeleteNotificationConfigRequestOrBuilder
-
Required.
- getNameBytes() - Method in class com.google.storage.v2.GetBucketRequest.Builder
-
Required.
- getNameBytes() - Method in class com.google.storage.v2.GetBucketRequest
-
Required.
- getNameBytes() - Method in interface com.google.storage.v2.GetBucketRequestOrBuilder
-
Required.
- getNameBytes() - Method in class com.google.storage.v2.GetNotificationConfigRequest.Builder
-
Required.
- getNameBytes() - Method in class com.google.storage.v2.GetNotificationConfigRequest
-
Required.
- getNameBytes() - Method in interface com.google.storage.v2.GetNotificationConfigRequestOrBuilder
-
Required.
- getNameBytes() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Required.
- getNameBytes() - Method in class com.google.storage.v2.NotificationConfig
-
Required.
- getNameBytes() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
Required.
- 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.
- getNextPageToken() - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
The continuation token, used to page through large result sets.
- getNextPageToken() - Method in class com.google.storage.v2.ListBucketsResponse
-
The continuation token, used to page through large result sets.
- getNextPageToken() - Method in interface com.google.storage.v2.ListBucketsResponseOrBuilder
-
The continuation token, used to page through large result sets.
- getNextPageToken() - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
The continuation token, used to page through large result sets.
- getNextPageToken() - Method in class com.google.storage.v2.ListHmacKeysResponse
-
The continuation token, used to page through large result sets.
- getNextPageToken() - Method in interface com.google.storage.v2.ListHmacKeysResponseOrBuilder
-
The continuation token, used to page through large result sets.
- getNextPageToken() - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
A token, which can be sent as `page_token` to retrieve the next page.
- getNextPageToken() - Method in class com.google.storage.v2.ListNotificationConfigsResponse
-
A token, which can be sent as `page_token` to retrieve the next page.
- getNextPageToken() - Method in interface com.google.storage.v2.ListNotificationConfigsResponseOrBuilder
-
A token, which can be sent as `page_token` to retrieve the next page.
- getNextPageToken() - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The continuation token, used to page through large result sets.
- getNextPageToken() - Method in class com.google.storage.v2.ListObjectsResponse
-
The continuation token, used to page through large result sets.
- getNextPageToken() - Method in interface com.google.storage.v2.ListObjectsResponseOrBuilder
-
The continuation token, used to page through large result sets.
- getNextPageTokenBytes() - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
The continuation token, used to page through large result sets.
- getNextPageTokenBytes() - Method in class com.google.storage.v2.ListBucketsResponse
-
The continuation token, used to page through large result sets.
- getNextPageTokenBytes() - Method in interface com.google.storage.v2.ListBucketsResponseOrBuilder
-
The continuation token, used to page through large result sets.
- getNextPageTokenBytes() - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
The continuation token, used to page through large result sets.
- getNextPageTokenBytes() - Method in class com.google.storage.v2.ListHmacKeysResponse
-
The continuation token, used to page through large result sets.
- getNextPageTokenBytes() - Method in interface com.google.storage.v2.ListHmacKeysResponseOrBuilder
-
The continuation token, used to page through large result sets.
- getNextPageTokenBytes() - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
A token, which can be sent as `page_token` to retrieve the next page.
- getNextPageTokenBytes() - Method in class com.google.storage.v2.ListNotificationConfigsResponse
-
A token, which can be sent as `page_token` to retrieve the next page.
- getNextPageTokenBytes() - Method in interface com.google.storage.v2.ListNotificationConfigsResponseOrBuilder
-
A token, which can be sent as `page_token` to retrieve the next page.
- getNextPageTokenBytes() - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The continuation token, used to page through large result sets.
- getNextPageTokenBytes() - Method in class com.google.storage.v2.ListObjectsResponse
-
The continuation token, used to page through large result sets.
- getNextPageTokenBytes() - Method in interface com.google.storage.v2.ListObjectsResponseOrBuilder
-
The continuation token, used to page through large result sets.
- getNoncurrentTimeBefore() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
- 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.
- getNoncurrentTimeBeforeOffsetDateTime() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
Returns the date and offset from UTC for this condition.
- 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.
- getNonidempotentHandler() - Method in interface com.google.cloud.storage.StorageRetryStrategy
-
- getNotFoundPage() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the custom object to return when a requested resource is not found.
- 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.
- getNotification(String, String) - Method in class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- getNotification(String, String) - Method in interface com.google.cloud.storage.spi.v1.StorageRpc
-
Gets the notification with the specified id.
- getNotification(String, String) - Method in interface com.google.cloud.storage.Storage
-
Gets the notification with the specified id.
- getNotification(String, String) - Method in class com.google.cloud.storage.testing.StorageRpcTestBase
-
- getNotificationConfig() - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
Required.
- getNotificationConfig() - Method in class com.google.storage.v2.CreateNotificationConfigRequest
-
Required.
- getNotificationConfig() - Method in interface com.google.storage.v2.CreateNotificationConfigRequestOrBuilder
-
Required.
- getNotificationConfig() - Method in class com.google.storage.v2.NotificationConfigName.Builder
-
- getNotificationConfig() - Method in class com.google.storage.v2.NotificationConfigName
-
- getNotificationConfig(NotificationConfigName) - Method in class com.google.storage.v2.StorageClient
-
View a NotificationConfig.
- getNotificationConfig(String) - Method in class com.google.storage.v2.StorageClient
-
View a NotificationConfig.
- getNotificationConfig(GetNotificationConfigRequest) - Method in class com.google.storage.v2.StorageClient
-
View a NotificationConfig.
- getNotificationConfig(GetNotificationConfigRequest, StreamObserver<NotificationConfig>) - Method in interface com.google.storage.v2.StorageGrpc.AsyncService
-
View a NotificationConfig.
- getNotificationConfig(GetNotificationConfigRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageBlockingStub
-
View a NotificationConfig.
- getNotificationConfig(GetNotificationConfigRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageFutureStub
-
View a NotificationConfig.
- getNotificationConfig(GetNotificationConfigRequest, StreamObserver<NotificationConfig>) - Method in class com.google.storage.v2.StorageGrpc.StorageStub
-
View a NotificationConfig.
- getNotificationConfigBuilder() - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
Required.
- getNotificationConfigCallable() - Method in class com.google.storage.v2.StorageClient
-
View a NotificationConfig.
- getNotificationConfigCallable() - Method in class com.google.storage.v2.stub.GrpcStorageStub
-
- getNotificationConfigCallable() - Method in class com.google.storage.v2.stub.StorageStub
-
- getNotificationConfigOrBuilder() - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
Required.
- getNotificationConfigOrBuilder() - Method in class com.google.storage.v2.CreateNotificationConfigRequest
-
Required.
- getNotificationConfigOrBuilder() - Method in interface com.google.storage.v2.CreateNotificationConfigRequestOrBuilder
-
Required.
- GetNotificationConfigRequest - Class in com.google.storage.v2
-
Request message for GetNotificationConfig.
- GetNotificationConfigRequest.Builder - Class in com.google.storage.v2
-
Request message for GetNotificationConfig.
- GetNotificationConfigRequestOrBuilder - Interface in com.google.storage.v2
-
- getNotificationConfigs(int) - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
The list of items.
- getNotificationConfigs(int) - Method in class com.google.storage.v2.ListNotificationConfigsResponse
-
The list of items.
- getNotificationConfigs(int) - Method in interface com.google.storage.v2.ListNotificationConfigsResponseOrBuilder
-
The list of items.
- getNotificationConfigsBuilder(int) - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
The list of items.
- getNotificationConfigsBuilderList() - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
The list of items.
- getNotificationConfigsCount() - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
The list of items.
- getNotificationConfigsCount() - Method in class com.google.storage.v2.ListNotificationConfigsResponse
-
The list of items.
- getNotificationConfigsCount() - Method in interface com.google.storage.v2.ListNotificationConfigsResponseOrBuilder
-
The list of items.
- getNotificationConfigSettings() - Method in class com.google.storage.v2.StorageSettings.Builder
-
Returns the builder for the settings used for calls to getNotificationConfig.
- getNotificationConfigSettings() - Method in class com.google.storage.v2.StorageSettings
-
Returns the object with the settings used for calls to getNotificationConfig.
- getNotificationConfigSettings() - Method in class com.google.storage.v2.stub.StorageStubSettings.Builder
-
Returns the builder for the settings used for calls to getNotificationConfig.
- getNotificationConfigSettings() - Method in class com.google.storage.v2.stub.StorageStubSettings
-
Returns the object with the settings used for calls to getNotificationConfig.
- getNotificationConfigsList() - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
The list of items.
- getNotificationConfigsList() - Method in class com.google.storage.v2.ListNotificationConfigsResponse
-
The list of items.
- getNotificationConfigsList() - Method in interface com.google.storage.v2.ListNotificationConfigsResponseOrBuilder
-
The list of items.
- getNotificationConfigsOrBuilder(int) - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
The list of items.
- getNotificationConfigsOrBuilder(int) - Method in class com.google.storage.v2.ListNotificationConfigsResponse
-
The list of items.
- getNotificationConfigsOrBuilder(int) - Method in interface com.google.storage.v2.ListNotificationConfigsResponseOrBuilder
-
The list of items.
- getNotificationConfigsOrBuilderList() - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
The list of items.
- getNotificationConfigsOrBuilderList() - Method in class com.google.storage.v2.ListNotificationConfigsResponse
-
The list of items.
- getNotificationConfigsOrBuilderList() - Method in interface com.google.storage.v2.ListNotificationConfigsResponseOrBuilder
-
The list of items.
- getNotificationId() - Method in class com.google.cloud.storage.NotificationInfo
-
Returns the service-generated id for the notification.
- 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
-
- getNumberOfNewerVersions() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
- getNumNewerVersions() - Method in class com.google.cloud.storage.BucketInfo.NumNewerVersionsDeleteRule
-
Deprecated.
- 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.DeleteObjectRequest.Builder
-
Required.
- getObject() - Method in class com.google.storage.v2.DeleteObjectRequest
-
Required.
- getObject() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
Required.
- getObject() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Required.
- getObject() - Method in class com.google.storage.v2.GetObjectRequest
-
Required.
- getObject() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
Required.
- getObject() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
-
Required.
- getObject() - Method in class com.google.storage.v2.ReadObjectRequest
-
Required.
- getObject() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
-
Required.
- getObject(BucketName, String) - Method in class com.google.storage.v2.StorageClient
-
Retrieves an object's metadata.
- getObject(String, String) - Method in class com.google.storage.v2.StorageClient
-
Retrieves an object's metadata.
- getObject(BucketName, String, long) - Method in class com.google.storage.v2.StorageClient
-
Retrieves an object's metadata.
- getObject(String, String, long) - Method in class com.google.storage.v2.StorageClient
-
Retrieves an object's metadata.
- getObject(GetObjectRequest) - Method in class com.google.storage.v2.StorageClient
-
Retrieves an object's metadata.
- getObject(GetObjectRequest, StreamObserver<Object>) - Method in interface com.google.storage.v2.StorageGrpc.AsyncService
-
Retrieves an object's metadata.
- getObject(GetObjectRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageBlockingStub
-
Retrieves an object's metadata.
- getObject(GetObjectRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageFutureStub
-
Retrieves an object's metadata.
- getObject(GetObjectRequest, StreamObserver<Object>) - Method in class com.google.storage.v2.StorageGrpc.StorageStub
-
Retrieves an object's metadata.
- getObject() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Required.
- getObject() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Required.
- getObject() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
Required.
- getObjectBuilder() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Required.
- getObjectBytes() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
Required.
- getObjectBytes() - Method in class com.google.storage.v2.DeleteObjectRequest
-
Required.
- getObjectBytes() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
Required.
- getObjectBytes() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Required.
- getObjectBytes() - Method in class com.google.storage.v2.GetObjectRequest
-
Required.
- getObjectBytes() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
Required.
- getObjectBytes() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
-
Required.
- getObjectBytes() - Method in class com.google.storage.v2.ReadObjectRequest
-
Required.
- getObjectBytes() - Method in interface com.google.storage.v2.ReadObjectRequestOrBuilder
-
Required.
- getObjectCallable() - Method in class com.google.storage.v2.StorageClient
-
Retrieves an object's metadata.
- getObjectCallable() - Method in class com.google.storage.v2.stub.GrpcStorageStub
-
- getObjectCallable() - Method in class com.google.storage.v2.stub.StorageStub
-
- getObjectChecksums() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
The checksums of the complete object.
- getObjectChecksums() - Method in class com.google.storage.v2.ComposeObjectRequest
-
The checksums of the complete object.
- getObjectChecksums() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
The checksums of the complete object.
- 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.RewriteObjectRequest.Builder
-
The checksums of the complete object.
- getObjectChecksums() - Method in class com.google.storage.v2.RewriteObjectRequest
-
The checksums of the complete object.
- getObjectChecksums() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
The checksums of the complete object.
- getObjectChecksums() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
-
The checksums of the complete object.
- getObjectChecksums() - Method in class com.google.storage.v2.StartResumableWriteRequest
-
The checksums of the complete object.
- getObjectChecksums() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
-
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.ComposeObjectRequest.Builder
-
The checksums of 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.RewriteObjectRequest.Builder
-
The checksums of the complete object.
- getObjectChecksumsBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest.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.ComposeObjectRequest.Builder
-
The checksums of the complete object.
- getObjectChecksumsOrBuilder() - Method in class com.google.storage.v2.ComposeObjectRequest
-
The checksums of the complete object.
- getObjectChecksumsOrBuilder() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
The checksums of 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.RewriteObjectRequest.Builder
-
The checksums of the complete object.
- getObjectChecksumsOrBuilder() - Method in class com.google.storage.v2.RewriteObjectRequest
-
The checksums of the complete object.
- getObjectChecksumsOrBuilder() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
The checksums of the complete object.
- getObjectChecksumsOrBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
-
The checksums of the complete object.
- getObjectChecksumsOrBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest
-
The checksums of the complete object.
- getObjectChecksumsOrBuilder() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
-
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.
- getObjectNamePrefix() - Method in class com.google.cloud.storage.NotificationInfo
-
Returns the object name prefix for which this notification configuration applies.
- getObjectNamePrefix() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
If present, only apply this NotificationConfig to object names that
begin with this prefix.
- getObjectNamePrefix() - Method in class com.google.storage.v2.NotificationConfig
-
If present, only apply this NotificationConfig to object names that
begin with this prefix.
- getObjectNamePrefix() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
If present, only apply this NotificationConfig to object names that
begin with this prefix.
- getObjectNamePrefixBytes() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
If present, only apply this NotificationConfig to object names that
begin with this prefix.
- getObjectNamePrefixBytes() - Method in class com.google.storage.v2.NotificationConfig
-
If present, only apply this NotificationConfig to object names that
begin with this prefix.
- getObjectNamePrefixBytes() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
If present, only apply this NotificationConfig to object names that
begin with this prefix.
- getObjectOrBuilder() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Required.
- getObjectOrBuilder() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Required.
- getObjectOrBuilder() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
Required.
- getObjectPreconditions() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
Conditions that must be met for this operation to execute.
- getObjectPreconditions() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject
-
Conditions that must be met for this operation to execute.
- getObjectPreconditions() - Method in interface com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder
-
Conditions that must be met for this operation to execute.
- getObjectPreconditionsBuilder() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
Conditions that must be met for this operation to execute.
- getObjectPreconditionsOrBuilder() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
Conditions that must be met for this operation to execute.
- getObjectPreconditionsOrBuilder() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject
-
Conditions that must be met for this operation to execute.
- getObjectPreconditionsOrBuilder() - Method in interface com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder
-
Conditions that must be met for this operation to execute.
- GetObjectRequest - Class in com.google.storage.v2
-
Request message for GetObject.
- GetObjectRequest.Builder - Class in com.google.storage.v2
-
Request message for GetObject.
- GetObjectRequestOrBuilder - Interface in com.google.storage.v2
-
- getObjects(int) - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of items.
- getObjects(int) - Method in class com.google.storage.v2.ListObjectsResponse
-
The list of items.
- getObjects(int) - Method in interface com.google.storage.v2.ListObjectsResponseOrBuilder
-
The list of items.
- getObjectsBuilder(int) - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of items.
- getObjectsBuilderList() - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of items.
- getObjectsCount() - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of items.
- getObjectsCount() - Method in class com.google.storage.v2.ListObjectsResponse
-
The list of items.
- getObjectsCount() - Method in interface com.google.storage.v2.ListObjectsResponseOrBuilder
-
The list of items.
- getObjectSettings() - Method in class com.google.storage.v2.StorageSettings.Builder
-
Returns the builder for the settings used for calls to getObject.
- getObjectSettings() - Method in class com.google.storage.v2.StorageSettings
-
Returns the object with the settings used for calls to getObject.
- getObjectSettings() - Method in class com.google.storage.v2.stub.StorageStubSettings.Builder
-
Returns the builder for the settings used for calls to getObject.
- getObjectSettings() - Method in class com.google.storage.v2.stub.StorageStubSettings
-
Returns the object with the settings used for calls to getObject.
- getObjectSize() - Method in class com.google.storage.v2.RewriteResponse.Builder
-
The total size of the object being copied in bytes.
- getObjectSize() - Method in class com.google.storage.v2.RewriteResponse
-
The total size of the object being copied in bytes.
- getObjectSize() - Method in interface com.google.storage.v2.RewriteResponseOrBuilder
-
The total size of the object being copied in bytes.
- getObjectSize() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
-
The expected final object size being uploaded.
- getObjectSize() - Method in class com.google.storage.v2.WriteObjectSpec
-
The expected final object size being uploaded.
- getObjectSize() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
-
The expected final object size being uploaded.
- getObjectsList() - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of items.
- getObjectsList() - Method in class com.google.storage.v2.ListObjectsResponse
-
The list of items.
- getObjectsList() - Method in interface com.google.storage.v2.ListObjectsResponseOrBuilder
-
The list of items.
- getObjectsOrBuilder(int) - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of items.
- getObjectsOrBuilder(int) - Method in class com.google.storage.v2.ListObjectsResponse
-
The list of items.
- getObjectsOrBuilder(int) - Method in interface com.google.storage.v2.ListObjectsResponseOrBuilder
-
The list of items.
- getObjectsOrBuilderList() - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of items.
- getObjectsOrBuilderList() - Method in class com.google.storage.v2.ListObjectsResponse
-
The list of items.
- getObjectsOrBuilderList() - Method in interface com.google.storage.v2.ListObjectsResponseOrBuilder
-
The list of items.
- getOperationsStub() - Method in class com.google.storage.v2.stub.GrpcStorageStub
-
- getOptions() - Method in class com.google.cloud.storage.testing.RemoteStorageHelper
-
- getOptionsPerRequest() - Method in class com.google.cloud.storage.transfermanager.ParallelDownloadConfig
-
A list of common BlobSourceOptions that are used for each download request.
- 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.
- getOrigins() - Method in class com.google.cloud.storage.Cors
-
Returns the origins in this CORS configuration.
- getOutputDestination() - Method in class com.google.cloud.storage.transfermanager.DownloadResult
-
The destination on the Filesystem the object has been written to.
- getOwner() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the blob's owner.
- getOwner() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the bucket's owner.
- 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.
- getPageSize() - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Maximum number of buckets to return in a single response.
- getPageSize() - Method in class com.google.storage.v2.ListBucketsRequest
-
Maximum number of buckets to return in a single response.
- getPageSize() - Method in interface com.google.storage.v2.ListBucketsRequestOrBuilder
-
Maximum number of buckets to return in a single response.
- getPageSize() - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
The maximum number of keys to return.
- getPageSize() - Method in class com.google.storage.v2.ListHmacKeysRequest
-
The maximum number of keys to return.
- getPageSize() - Method in interface com.google.storage.v2.ListHmacKeysRequestOrBuilder
-
The maximum number of keys to return.
- getPageSize() - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
The maximum number of NotificationConfigs to return.
- getPageSize() - Method in class com.google.storage.v2.ListNotificationConfigsRequest
-
The maximum number of NotificationConfigs to return.
- getPageSize() - Method in interface com.google.storage.v2.ListNotificationConfigsRequestOrBuilder
-
The maximum number of NotificationConfigs to return.
- getPageSize() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Maximum number of `items` plus `prefixes` to return
in a single page of responses.
- getPageSize() - Method in class com.google.storage.v2.ListObjectsRequest
-
Maximum number of `items` plus `prefixes` to return
in a single page of responses.
- getPageSize() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
Maximum number of `items` plus `prefixes` to return
in a single page of responses.
- getPageToken() - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
A previously-returned page token representing part of the larger set of
results to view.
- getPageToken() - Method in class com.google.storage.v2.ListBucketsRequest
-
A previously-returned page token representing part of the larger set of
results to view.
- getPageToken() - Method in interface com.google.storage.v2.ListBucketsRequestOrBuilder
-
A previously-returned page token representing part of the larger set of
results to view.
- getPageToken() - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
A previously returned token from ListHmacKeysResponse to get the next page.
- getPageToken() - Method in class com.google.storage.v2.ListHmacKeysRequest
-
A previously returned token from ListHmacKeysResponse to get the next page.
- getPageToken() - Method in interface com.google.storage.v2.ListHmacKeysRequestOrBuilder
-
A previously returned token from ListHmacKeysResponse to get the next page.
- getPageToken() - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
A page token, received from a previous `ListNotificationConfigs` call.
- getPageToken() - Method in class com.google.storage.v2.ListNotificationConfigsRequest
-
A page token, received from a previous `ListNotificationConfigs` call.
- getPageToken() - Method in interface com.google.storage.v2.ListNotificationConfigsRequestOrBuilder
-
A page token, received from a previous `ListNotificationConfigs` call.
- getPageToken() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
A previously-returned page token representing part of the larger set of
results to view.
- getPageToken() - Method in class com.google.storage.v2.ListObjectsRequest
-
A previously-returned page token representing part of the larger set of
results to view.
- getPageToken() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
A previously-returned page token representing part of the larger set of
results to view.
- getPageTokenBytes() - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
A previously-returned page token representing part of the larger set of
results to view.
- getPageTokenBytes() - Method in class com.google.storage.v2.ListBucketsRequest
-
A previously-returned page token representing part of the larger set of
results to view.
- getPageTokenBytes() - Method in interface com.google.storage.v2.ListBucketsRequestOrBuilder
-
A previously-returned page token representing part of the larger set of
results to view.
- getPageTokenBytes() - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
A previously returned token from ListHmacKeysResponse to get the next page.
- getPageTokenBytes() - Method in class com.google.storage.v2.ListHmacKeysRequest
-
A previously returned token from ListHmacKeysResponse to get the next page.
- getPageTokenBytes() - Method in interface com.google.storage.v2.ListHmacKeysRequestOrBuilder
-
A previously returned token from ListHmacKeysResponse to get the next page.
- getPageTokenBytes() - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
A page token, received from a previous `ListNotificationConfigs` call.
- getPageTokenBytes() - Method in class com.google.storage.v2.ListNotificationConfigsRequest
-
A page token, received from a previous `ListNotificationConfigs` call.
- getPageTokenBytes() - Method in interface com.google.storage.v2.ListNotificationConfigsRequestOrBuilder
-
A page token, received from a previous `ListNotificationConfigs` call.
- getPageTokenBytes() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
A previously-returned page token representing part of the larger set of
results to view.
- getPageTokenBytes() - Method in class com.google.storage.v2.ListObjectsRequest
-
A previously-returned page token representing part of the larger set of
results to view.
- getPageTokenBytes() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
A previously-returned page token representing part of the larger set of
results to view.
- getParallelDownloadConfig() - Method in class com.google.cloud.storage.transfermanager.DownloadJob
-
- getParallelUploadConfig() - Method in class com.google.cloud.storage.transfermanager.UploadJob
-
- getParent() - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Required.
- getParent() - Method in class com.google.storage.v2.CreateBucketRequest
-
Required.
- getParent() - Method in interface com.google.storage.v2.CreateBucketRequestOrBuilder
-
Required.
- getParent() - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
Required.
- getParent() - Method in class com.google.storage.v2.CreateNotificationConfigRequest
-
Required.
- getParent() - Method in interface com.google.storage.v2.CreateNotificationConfigRequestOrBuilder
-
Required.
- getParent() - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Required.
- getParent() - Method in class com.google.storage.v2.ListBucketsRequest
-
Required.
- getParent() - Method in interface com.google.storage.v2.ListBucketsRequestOrBuilder
-
Required.
- getParent() - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
Required.
- getParent() - Method in class com.google.storage.v2.ListNotificationConfigsRequest
-
Required.
- getParent() - Method in interface com.google.storage.v2.ListNotificationConfigsRequestOrBuilder
-
Required.
- getParent() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Required.
- getParent() - Method in class com.google.storage.v2.ListObjectsRequest
-
Required.
- getParent() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
Required.
- getParentBytes() - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Required.
- getParentBytes() - Method in class com.google.storage.v2.CreateBucketRequest
-
Required.
- getParentBytes() - Method in interface com.google.storage.v2.CreateBucketRequestOrBuilder
-
Required.
- getParentBytes() - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
Required.
- getParentBytes() - Method in class com.google.storage.v2.CreateNotificationConfigRequest
-
Required.
- getParentBytes() - Method in interface com.google.storage.v2.CreateNotificationConfigRequestOrBuilder
-
Required.
- getParentBytes() - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Required.
- getParentBytes() - Method in class com.google.storage.v2.ListBucketsRequest
-
Required.
- getParentBytes() - Method in interface com.google.storage.v2.ListBucketsRequestOrBuilder
-
Required.
- getParentBytes() - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
Required.
- getParentBytes() - Method in class com.google.storage.v2.ListNotificationConfigsRequest
-
Required.
- getParentBytes() - Method in interface com.google.storage.v2.ListNotificationConfigsRequestOrBuilder
-
Required.
- getParentBytes() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Required.
- getParentBytes() - Method in class com.google.storage.v2.ListObjectsRequest
-
Required.
- getParentBytes() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
Required.
- getParserForType() - Method in class com.google.storage.v2.Bucket.Autoclass
-
- 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.CustomPlacementConfig
-
- 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.CancelResumableWriteRequest
-
- getParserForType() - Method in class com.google.storage.v2.CancelResumableWriteResponse
-
- 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.ComposeObjectRequest
-
- getParserForType() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject
-
- getParserForType() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions
-
- getParserForType() - Method in class com.google.storage.v2.ContentRange
-
- getParserForType() - Method in class com.google.storage.v2.CreateBucketRequest
-
- getParserForType() - Method in class com.google.storage.v2.CreateHmacKeyRequest
-
- getParserForType() - Method in class com.google.storage.v2.CreateHmacKeyResponse
-
- getParserForType() - Method in class com.google.storage.v2.CreateNotificationConfigRequest
-
- getParserForType() - Method in class com.google.storage.v2.CustomerEncryption
-
- getParserForType() - Method in class com.google.storage.v2.DeleteBucketRequest
-
- getParserForType() - Method in class com.google.storage.v2.DeleteHmacKeyRequest
-
- getParserForType() - Method in class com.google.storage.v2.DeleteNotificationConfigRequest
-
- getParserForType() - Method in class com.google.storage.v2.DeleteObjectRequest
-
- getParserForType() - Method in class com.google.storage.v2.GetBucketRequest
-
- getParserForType() - Method in class com.google.storage.v2.GetHmacKeyRequest
-
- getParserForType() - Method in class com.google.storage.v2.GetNotificationConfigRequest
-
- getParserForType() - Method in class com.google.storage.v2.GetObjectRequest
-
- getParserForType() - Method in class com.google.storage.v2.GetServiceAccountRequest
-
- getParserForType() - Method in class com.google.storage.v2.HmacKeyMetadata
-
- getParserForType() - Method in class com.google.storage.v2.ListBucketsRequest
-
- getParserForType() - Method in class com.google.storage.v2.ListBucketsResponse
-
- getParserForType() - Method in class com.google.storage.v2.ListHmacKeysRequest
-
- getParserForType() - Method in class com.google.storage.v2.ListHmacKeysResponse
-
- getParserForType() - Method in class com.google.storage.v2.ListNotificationConfigsRequest
-
- getParserForType() - Method in class com.google.storage.v2.ListNotificationConfigsResponse
-
- getParserForType() - Method in class com.google.storage.v2.ListObjectsRequest
-
- getParserForType() - Method in class com.google.storage.v2.ListObjectsResponse
-
- getParserForType() - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest
-
- getParserForType() - Method in class com.google.storage.v2.NotificationConfig
-
- 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.RewriteObjectRequest
-
- getParserForType() - Method in class com.google.storage.v2.RewriteResponse
-
- getParserForType() - Method in class com.google.storage.v2.ServiceAccount
-
- 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.UpdateBucketRequest
-
- getParserForType() - Method in class com.google.storage.v2.UpdateHmacKeyRequest
-
- getParserForType() - Method in class com.google.storage.v2.UpdateObjectRequest
-
- 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
-
- getPayloadFormat() - Method in class com.google.cloud.storage.NotificationInfo
-
Returns the desired content of the Payload.
- getPayloadFormat() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Required.
- getPayloadFormat() - Method in class com.google.storage.v2.NotificationConfig
-
Required.
- getPayloadFormat() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
Required.
- getPayloadFormatBytes() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Required.
- getPayloadFormatBytes() - Method in class com.google.storage.v2.NotificationConfig
-
Required.
- getPayloadFormatBytes() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
Required.
- 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.
- getPerWorkerBufferSize() - Method in class com.google.cloud.storage.transfermanager.TransferManagerConfig
-
Buffer size allowed to each worker
- getPredefinedAcl() - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Apply a predefined set of access controls to this bucket.
- getPredefinedAcl() - Method in class com.google.storage.v2.CreateBucketRequest
-
Apply a predefined set of access controls to this bucket.
- getPredefinedAcl() - Method in interface com.google.storage.v2.CreateBucketRequestOrBuilder
-
Apply a predefined set of access controls to this bucket.
- getPredefinedAcl() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Apply a predefined set of access controls to this bucket.
- getPredefinedAcl() - Method in class com.google.storage.v2.UpdateBucketRequest
-
Apply a predefined set of access controls to this bucket.
- getPredefinedAcl() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
Apply a predefined set of access controls to this bucket.
- getPredefinedAcl() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Apply a predefined set of access controls to this object.
- getPredefinedAcl() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Apply a predefined set of access controls to this object.
- getPredefinedAcl() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
Apply a predefined set of access controls to this object.
- 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.
- getPredefinedAclBytes() - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Apply a predefined set of access controls to this bucket.
- getPredefinedAclBytes() - Method in class com.google.storage.v2.CreateBucketRequest
-
Apply a predefined set of access controls to this bucket.
- getPredefinedAclBytes() - Method in interface com.google.storage.v2.CreateBucketRequestOrBuilder
-
Apply a predefined set of access controls to this bucket.
- getPredefinedAclBytes() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Apply a predefined set of access controls to this bucket.
- getPredefinedAclBytes() - Method in class com.google.storage.v2.UpdateBucketRequest
-
Apply a predefined set of access controls to this bucket.
- getPredefinedAclBytes() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
Apply a predefined set of access controls to this bucket.
- getPredefinedAclBytes() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Apply a predefined set of access controls to this object.
- getPredefinedAclBytes() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Apply a predefined set of access controls to this object.
- getPredefinedAclBytes() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
Apply a predefined set of access controls to this object.
- getPredefinedAclBytes() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
-
Apply a predefined set of access controls to this object.
- getPredefinedAclBytes() - Method in class com.google.storage.v2.WriteObjectSpec
-
Apply a predefined set of access controls to this object.
- getPredefinedAclBytes() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
-
Apply a predefined set of access controls to this object.
- getPredefinedDefaultObjectAcl() - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Apply a predefined set of default object access controls to this bucket.
- getPredefinedDefaultObjectAcl() - Method in class com.google.storage.v2.CreateBucketRequest
-
Apply a predefined set of default object access controls to this bucket.
- getPredefinedDefaultObjectAcl() - Method in interface com.google.storage.v2.CreateBucketRequestOrBuilder
-
Apply a predefined set of default object access controls to this bucket.
- getPredefinedDefaultObjectAcl() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Apply a predefined set of default object access controls to this bucket.
- getPredefinedDefaultObjectAcl() - Method in class com.google.storage.v2.UpdateBucketRequest
-
Apply a predefined set of default object access controls to this bucket.
- getPredefinedDefaultObjectAcl() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
Apply a predefined set of default object access controls to this bucket.
- getPredefinedDefaultObjectAclBytes() - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Apply a predefined set of default object access controls to this bucket.
- getPredefinedDefaultObjectAclBytes() - Method in class com.google.storage.v2.CreateBucketRequest
-
Apply a predefined set of default object access controls to this bucket.
- getPredefinedDefaultObjectAclBytes() - Method in interface com.google.storage.v2.CreateBucketRequestOrBuilder
-
Apply a predefined set of default object access controls to this bucket.
- getPredefinedDefaultObjectAclBytes() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Apply a predefined set of default object access controls to this bucket.
- getPredefinedDefaultObjectAclBytes() - Method in class com.google.storage.v2.UpdateBucketRequest
-
Apply a predefined set of default object access controls to this bucket.
- getPredefinedDefaultObjectAclBytes() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
Apply a predefined set of default object access controls to this bucket.
- getPrefix() - Method in class com.google.cloud.storage.transfermanager.ParallelUploadConfig
-
A common prefix that will be applied to all object paths in the destination bucket
- getPrefix() - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Filter results to buckets whose names begin with this prefix.
- getPrefix() - Method in class com.google.storage.v2.ListBucketsRequest
-
Filter results to buckets whose names begin with this prefix.
- getPrefix() - Method in interface com.google.storage.v2.ListBucketsRequestOrBuilder
-
Filter results to buckets whose names begin with this prefix.
- getPrefix() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Filter results to objects whose names begin with this prefix.
- getPrefix() - Method in class com.google.storage.v2.ListObjectsRequest
-
Filter results to objects whose names begin with this prefix.
- getPrefix() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
Filter results to objects whose names begin with this prefix.
- getPrefixBytes() - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Filter results to buckets whose names begin with this prefix.
- getPrefixBytes() - Method in class com.google.storage.v2.ListBucketsRequest
-
Filter results to buckets whose names begin with this prefix.
- getPrefixBytes() - Method in interface com.google.storage.v2.ListBucketsRequestOrBuilder
-
Filter results to buckets whose names begin with this prefix.
- getPrefixBytes() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Filter results to objects whose names begin with this prefix.
- getPrefixBytes() - Method in class com.google.storage.v2.ListObjectsRequest
-
Filter results to objects whose names begin with this prefix.
- getPrefixBytes() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
Filter results to objects whose names begin with this prefix.
- getPrefixes(int) - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
- getPrefixes(int) - Method in class com.google.storage.v2.ListObjectsResponse
-
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
- getPrefixes(int) - Method in interface com.google.storage.v2.ListObjectsResponseOrBuilder
-
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
- getPrefixesBytes(int) - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
- getPrefixesBytes(int) - Method in class com.google.storage.v2.ListObjectsResponse
-
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
- getPrefixesBytes(int) - Method in interface com.google.storage.v2.ListObjectsResponseOrBuilder
-
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
- getPrefixesCount() - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
- getPrefixesCount() - Method in class com.google.storage.v2.ListObjectsResponse
-
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
- getPrefixesCount() - Method in interface com.google.storage.v2.ListObjectsResponseOrBuilder
-
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
- getPrefixesList() - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
- getPrefixesList() - Method in class com.google.storage.v2.ListObjectsResponse
-
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
- getPrefixesList() - Method in interface com.google.storage.v2.ListObjectsResponseOrBuilder
-
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
- getProject() - Method in class com.google.storage.v2.Bucket.Builder
-
Immutable.
- getProject() - Method in class com.google.storage.v2.Bucket
-
Immutable.
- getProject() - Method in class com.google.storage.v2.BucketName.Builder
-
- getProject() - Method in class com.google.storage.v2.BucketName
-
- getProject() - Method in interface com.google.storage.v2.BucketOrBuilder
-
Immutable.
- getProject() - Method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
Required.
- getProject() - Method in class com.google.storage.v2.CreateHmacKeyRequest
-
Required.
- getProject() - Method in interface com.google.storage.v2.CreateHmacKeyRequestOrBuilder
-
Required.
- getProject() - Method in class com.google.storage.v2.CryptoKeyName.Builder
-
- getProject() - Method in class com.google.storage.v2.CryptoKeyName
-
- getProject() - Method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
Required.
- getProject() - Method in class com.google.storage.v2.DeleteHmacKeyRequest
-
Required.
- getProject() - Method in interface com.google.storage.v2.DeleteHmacKeyRequestOrBuilder
-
Required.
- getProject() - Method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
Required.
- getProject() - Method in class com.google.storage.v2.GetHmacKeyRequest
-
Required.
- getProject() - Method in interface com.google.storage.v2.GetHmacKeyRequestOrBuilder
-
Required.
- getProject() - Method in class com.google.storage.v2.GetServiceAccountRequest.Builder
-
Required.
- getProject() - Method in class com.google.storage.v2.GetServiceAccountRequest
-
Required.
- getProject() - Method in interface com.google.storage.v2.GetServiceAccountRequestOrBuilder
-
Required.
- getProject() - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
Immutable.
- getProject() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Immutable.
- getProject() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
Immutable.
- getProject() - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
Required.
- getProject() - Method in class com.google.storage.v2.ListHmacKeysRequest
-
Required.
- getProject() - Method in interface com.google.storage.v2.ListHmacKeysRequestOrBuilder
-
Required.
- getProject() - Method in class com.google.storage.v2.NotificationConfigName.Builder
-
- getProject() - Method in class com.google.storage.v2.NotificationConfigName
-
- getProject() - Method in class com.google.storage.v2.ProjectName.Builder
-
- getProject() - Method in class com.google.storage.v2.ProjectName
-
- 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.
- getProjectBytes() - Method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
Required.
- getProjectBytes() - Method in class com.google.storage.v2.CreateHmacKeyRequest
-
Required.
- getProjectBytes() - Method in interface com.google.storage.v2.CreateHmacKeyRequestOrBuilder
-
Required.
- getProjectBytes() - Method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
Required.
- getProjectBytes() - Method in class com.google.storage.v2.DeleteHmacKeyRequest
-
Required.
- getProjectBytes() - Method in interface com.google.storage.v2.DeleteHmacKeyRequestOrBuilder
-
Required.
- getProjectBytes() - Method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
Required.
- getProjectBytes() - Method in class com.google.storage.v2.GetHmacKeyRequest
-
Required.
- getProjectBytes() - Method in interface com.google.storage.v2.GetHmacKeyRequestOrBuilder
-
Required.
- getProjectBytes() - Method in class com.google.storage.v2.GetServiceAccountRequest.Builder
-
Required.
- getProjectBytes() - Method in class com.google.storage.v2.GetServiceAccountRequest
-
Required.
- getProjectBytes() - Method in interface com.google.storage.v2.GetServiceAccountRequestOrBuilder
-
Required.
- getProjectBytes() - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
Immutable.
- getProjectBytes() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Immutable.
- getProjectBytes() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
Immutable.
- getProjectBytes() - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
Required.
- getProjectBytes() - Method in class com.google.storage.v2.ListHmacKeysRequest
-
Required.
- getProjectBytes() - Method in interface com.google.storage.v2.ListHmacKeysRequestOrBuilder
-
Required.
- getProjectId() - Method in class com.google.cloud.storage.Acl.Project
-
Returns the project id for this entity.
- getProjectId() - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata
-
Returns the project id associated with this HMAC key.
- 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.
- getProjectRole() - Method in class com.google.cloud.storage.Acl.Project
-
Returns the role in the project for this entity.
- 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.cloud.storage.BucketInfo.IamConfiguration
-
Returns the Public Access Prevention.
- 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.
- getPublicAccessPreventionBytes() - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
-
Whether IAM will enforce public access prevention.
- getPublicAccessPreventionBytes() - Method in class com.google.storage.v2.Bucket.IamConfig
-
Whether IAM will enforce public access prevention.
- getPublicAccessPreventionBytes() - Method in interface com.google.storage.v2.Bucket.IamConfigOrBuilder
-
Whether IAM will enforce public access prevention.
- getQueryParams() - Method in class com.google.cloud.storage.SignatureInfo
-
- getQueryWriteStatusMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- 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.GetBucketRequest.Builder
-
Mask specifying which fields to read.
- getReadMask() - Method in class com.google.storage.v2.GetBucketRequest
-
Mask specifying which fields to read.
- getReadMask() - Method in interface com.google.storage.v2.GetBucketRequestOrBuilder
-
Mask specifying which fields to read.
- getReadMask() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Mask specifying which fields to read.
- getReadMask() - Method in class com.google.storage.v2.GetObjectRequest
-
Mask specifying which fields to read.
- getReadMask() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
Mask specifying which fields to read.
- getReadMask() - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Mask specifying which fields to read from each result.
- getReadMask() - Method in class com.google.storage.v2.ListBucketsRequest
-
Mask specifying which fields to read from each result.
- getReadMask() - Method in interface com.google.storage.v2.ListBucketsRequestOrBuilder
-
Mask specifying which fields to read from each result.
- getReadMask() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Mask specifying which fields to read from each result.
- getReadMask() - Method in class com.google.storage.v2.ListObjectsRequest
-
Mask specifying which fields to read from each result.
- getReadMask() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
Mask specifying which fields to read from each result.
- 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.GetBucketRequest.Builder
-
Mask specifying which fields to read.
- getReadMaskBuilder() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Mask specifying which fields to read.
- getReadMaskBuilder() - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Mask specifying which fields to read from each result.
- getReadMaskBuilder() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Mask specifying which fields to read from each result.
- getReadMaskBuilder() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
-
Mask specifying which fields to read.
- getReadMaskOrBuilder() - Method in class com.google.storage.v2.GetBucketRequest.Builder
-
Mask specifying which fields to read.
- getReadMaskOrBuilder() - Method in class com.google.storage.v2.GetBucketRequest
-
Mask specifying which fields to read.
- getReadMaskOrBuilder() - Method in interface com.google.storage.v2.GetBucketRequestOrBuilder
-
Mask specifying which fields to read.
- getReadMaskOrBuilder() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Mask specifying which fields to read.
- getReadMaskOrBuilder() - Method in class com.google.storage.v2.GetObjectRequest
-
Mask specifying which fields to read.
- getReadMaskOrBuilder() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
Mask specifying which fields to read.
- getReadMaskOrBuilder() - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Mask specifying which fields to read from each result.
- getReadMaskOrBuilder() - Method in class com.google.storage.v2.ListBucketsRequest
-
Mask specifying which fields to read from each result.
- getReadMaskOrBuilder() - Method in interface com.google.storage.v2.ListBucketsRequestOrBuilder
-
Mask specifying which fields to read from each result.
- getReadMaskOrBuilder() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Mask specifying which fields to read from each result.
- getReadMaskOrBuilder() - Method in class com.google.storage.v2.ListObjectsRequest
-
Mask specifying which fields to read from each result.
- getReadMaskOrBuilder() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
Mask specifying which fields to read from each result.
- 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.
- getReadObjectMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- 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.RewriteResponse.Builder
-
A resource containing the metadata for the copied-to object.
- getResource() - Method in class com.google.storage.v2.RewriteResponse
-
A resource containing the metadata for the copied-to object.
- getResource() - Method in interface com.google.storage.v2.RewriteResponseOrBuilder
-
A resource containing the metadata for the copied-to 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
-
Required.
- getResource() - Method in class com.google.storage.v2.WriteObjectSpec
-
Required.
- getResource() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
-
Required.
- 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.RewriteResponse.Builder
-
A resource containing the metadata for the copied-to 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
-
Required.
- 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.RewriteResponse.Builder
-
A resource containing the metadata for the copied-to object.
- getResourceOrBuilder() - Method in class com.google.storage.v2.RewriteResponse
-
A resource containing the metadata for the copied-to object.
- getResourceOrBuilder() - Method in interface com.google.storage.v2.RewriteResponseOrBuilder
-
A resource containing the metadata for the copied-to 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
-
Required.
- getResourceOrBuilder() - Method in class com.google.storage.v2.WriteObjectSpec
-
Required.
- getResourceOrBuilder() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
-
Required.
- 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.
- getResponseHeaders() - Method in class com.google.cloud.storage.Cors
-
Returns the response headers supported by this CORS configuration.
- getResult() - Method in class com.google.cloud.storage.CopyWriter
-
Returns the updated information for the written blob.
- getResult() - Method in class com.google.cloud.storage.HttpCopyWriter
-
- getRetentionDuration() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
-
The duration that objects need to be retained.
- getRetentionDuration() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
-
The duration that objects need to be retained.
- getRetentionDuration() - Method in interface com.google.storage.v2.Bucket.RetentionPolicyOrBuilder
-
The duration that objects need to be retained.
- getRetentionDurationBuilder() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
-
The duration that objects need to be retained.
- getRetentionDurationOrBuilder() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
-
The duration that objects need to be retained.
- getRetentionDurationOrBuilder() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
-
The duration that objects need to be retained.
- getRetentionDurationOrBuilder() - Method in interface com.google.storage.v2.Bucket.RetentionPolicyOrBuilder
-
The duration that objects need to be retained.
- getRetentionEffectiveTime() - Method in class com.google.cloud.storage.BucketInfo
-
- getRetentionEffectiveTimeOffsetDateTime() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the retention effective time a policy took effect if a retention policy is defined.
- getRetentionExpirationTime() - Method in class com.google.cloud.storage.BlobInfo
-
- getRetentionExpirationTimeOffsetDateTime() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the retention expiration time of the blob, if a retention period is defined.
- 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.cloud.storage.BucketInfo
-
- getRetentionPeriodDuration() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the retention policy retention period.
- 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.
- getRewriteObjectMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getRewriteToken() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Include this field (from the previous rewrite response) on each rewrite
request after the first one, until the rewrite response 'done' flag is
true.
- getRewriteToken() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Include this field (from the previous rewrite response) on each rewrite
request after the first one, until the rewrite response 'done' flag is
true.
- getRewriteToken() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Include this field (from the previous rewrite response) on each rewrite
request after the first one, until the rewrite response 'done' flag is
true.
- getRewriteToken() - Method in class com.google.storage.v2.RewriteResponse.Builder
-
A token to use in subsequent requests to continue copying data.
- getRewriteToken() - Method in class com.google.storage.v2.RewriteResponse
-
A token to use in subsequent requests to continue copying data.
- getRewriteToken() - Method in interface com.google.storage.v2.RewriteResponseOrBuilder
-
A token to use in subsequent requests to continue copying data.
- getRewriteTokenBytes() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Include this field (from the previous rewrite response) on each rewrite
request after the first one, until the rewrite response 'done' flag is
true.
- getRewriteTokenBytes() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Include this field (from the previous rewrite response) on each rewrite
request after the first one, until the rewrite response 'done' flag is
true.
- getRewriteTokenBytes() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Include this field (from the previous rewrite response) on each rewrite
request after the first one, until the rewrite response 'done' flag is
true.
- getRewriteTokenBytes() - Method in class com.google.storage.v2.RewriteResponse.Builder
-
A token to use in subsequent requests to continue copying data.
- getRewriteTokenBytes() - Method in class com.google.storage.v2.RewriteResponse
-
A token to use in subsequent requests to continue copying data.
- getRewriteTokenBytes() - Method in interface com.google.storage.v2.RewriteResponseOrBuilder
-
A token to use in subsequent requests to continue copying data.
- getRole() - Method in class com.google.cloud.storage.Acl
-
Returns the role associated to the entity in this ACL object.
- 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.
- getRpo() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the bucket's recovery point objective (RPO).
- getRpo() - Method in class com.google.storage.v2.Bucket.Builder
-
The recovery point objective for cross-region replication of the bucket.
- getRpo() - Method in class com.google.storage.v2.Bucket
-
The recovery point objective for cross-region replication of the bucket.
- getRpo() - Method in interface com.google.storage.v2.BucketOrBuilder
-
The recovery point objective for cross-region replication of the bucket.
- getRpoBytes() - Method in class com.google.storage.v2.Bucket.Builder
-
The recovery point objective for cross-region replication of the bucket.
- getRpoBytes() - Method in class com.google.storage.v2.Bucket
-
The recovery point objective for cross-region replication of the bucket.
- getRpoBytes() - Method in interface com.google.storage.v2.BucketOrBuilder
-
The recovery point objective for cross-region replication of the bucket.
- 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.
- getScheme() - Method in enum com.google.cloud.storage.Storage.UriScheme
-
- getScopes() - Method in class com.google.cloud.storage.GrpcStorageOptions
-
- getScopes() - Method in class com.google.cloud.storage.HttpStorageOptions
-
- getSecretKey() - Method in class com.google.cloud.storage.HmacKey
-
Returns the secret key associated with this HMAC key.
- getSecretKeyBytes() - Method in class com.google.storage.v2.CreateHmacKeyResponse.Builder
-
HMAC key secret material.
- getSecretKeyBytes() - Method in class com.google.storage.v2.CreateHmacKeyResponse
-
HMAC key secret material.
- getSecretKeyBytes() - Method in interface com.google.storage.v2.CreateHmacKeyResponseOrBuilder
-
HMAC key secret material.
- getSelector() - Method in enum com.google.cloud.storage.Storage.BlobField
-
- getSelector() - Method in enum com.google.cloud.storage.Storage.BucketField
-
- getSelfLink() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the URI of this blob as a string.
- getSelfLink() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the URI of this bucket as a string.
- getSelfLink() - Method in class com.google.cloud.storage.NotificationInfo
-
Returns the canonical URI of this topic as a string.
- getSerializedSize() - Method in class com.google.storage.v2.Bucket.Autoclass
-
- 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.CustomPlacementConfig
-
- 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.CancelResumableWriteRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.CancelResumableWriteResponse
-
- 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.ComposeObjectRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject
-
- getSerializedSize() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions
-
- getSerializedSize() - Method in class com.google.storage.v2.ContentRange
-
- getSerializedSize() - Method in class com.google.storage.v2.CreateBucketRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.CreateHmacKeyRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.CreateHmacKeyResponse
-
- getSerializedSize() - Method in class com.google.storage.v2.CreateNotificationConfigRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.CustomerEncryption
-
- getSerializedSize() - Method in class com.google.storage.v2.DeleteBucketRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.DeleteHmacKeyRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.DeleteNotificationConfigRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.DeleteObjectRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.GetBucketRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.GetHmacKeyRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.GetNotificationConfigRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.GetObjectRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.GetServiceAccountRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.HmacKeyMetadata
-
- getSerializedSize() - Method in class com.google.storage.v2.ListBucketsRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.ListBucketsResponse
-
- getSerializedSize() - Method in class com.google.storage.v2.ListHmacKeysRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.ListHmacKeysResponse
-
- getSerializedSize() - Method in class com.google.storage.v2.ListNotificationConfigsRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.ListNotificationConfigsResponse
-
- getSerializedSize() - Method in class com.google.storage.v2.ListObjectsRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.ListObjectsResponse
-
- getSerializedSize() - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.NotificationConfig
-
- 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.RewriteObjectRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.RewriteResponse
-
- getSerializedSize() - Method in class com.google.storage.v2.ServiceAccount
-
- 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.UpdateBucketRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.UpdateHmacKeyRequest
-
- getSerializedSize() - Method in class com.google.storage.v2.UpdateObjectRequest
-
- 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
-
- getService() - Method in class com.google.cloud.storage.transfermanager.TransferManagerConfig
-
- getServiceAccount() - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata
-
Returns the service account associated with this HMAC key.
- getServiceAccount(String) - Method in class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- getServiceAccount(String) - Method in interface com.google.cloud.storage.spi.v1.StorageRpc
-
Returns the service account associated with the given project.
- getServiceAccount(String) - Method in interface com.google.cloud.storage.Storage
-
Returns the service account associated with the given project.
- getServiceAccount(String) - Method in class com.google.cloud.storage.testing.StorageRpcTestBase
-
- getServiceAccount(ProjectName) - Method in class com.google.storage.v2.StorageClient
-
Retrieves the name of a project's Google Cloud Storage service account.
- getServiceAccount(String) - Method in class com.google.storage.v2.StorageClient
-
Retrieves the name of a project's Google Cloud Storage service account.
- getServiceAccount(GetServiceAccountRequest) - Method in class com.google.storage.v2.StorageClient
-
Retrieves the name of a project's Google Cloud Storage service account.
- getServiceAccount(GetServiceAccountRequest, StreamObserver<ServiceAccount>) - Method in interface com.google.storage.v2.StorageGrpc.AsyncService
-
Retrieves the name of a project's Google Cloud Storage service account.
- getServiceAccount(GetServiceAccountRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageBlockingStub
-
Retrieves the name of a project's Google Cloud Storage service account.
- getServiceAccount(GetServiceAccountRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageFutureStub
-
Retrieves the name of a project's Google Cloud Storage service account.
- getServiceAccount(GetServiceAccountRequest, StreamObserver<ServiceAccount>) - Method in class com.google.storage.v2.StorageGrpc.StorageStub
-
Retrieves the name of a project's Google Cloud Storage service account.
- getServiceAccountCallable() - Method in class com.google.storage.v2.StorageClient
-
Retrieves the name of a project's Google Cloud Storage service account.
- getServiceAccountCallable() - Method in class com.google.storage.v2.stub.GrpcStorageStub
-
- getServiceAccountCallable() - Method in class com.google.storage.v2.stub.StorageStub
-
- getServiceAccountEmail() - Method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
Required.
- getServiceAccountEmail() - Method in class com.google.storage.v2.CreateHmacKeyRequest
-
Required.
- getServiceAccountEmail() - Method in interface com.google.storage.v2.CreateHmacKeyRequestOrBuilder
-
Required.
- getServiceAccountEmail() - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
Output only.
- getServiceAccountEmail() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Output only.
- getServiceAccountEmail() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
Output only.
- getServiceAccountEmail() - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
If set, filters to only return HMAC keys for specified service account.
- getServiceAccountEmail() - Method in class com.google.storage.v2.ListHmacKeysRequest
-
If set, filters to only return HMAC keys for specified service account.
- getServiceAccountEmail() - Method in interface com.google.storage.v2.ListHmacKeysRequestOrBuilder
-
If set, filters to only return HMAC keys for specified service account.
- getServiceAccountEmailBytes() - Method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
Required.
- getServiceAccountEmailBytes() - Method in class com.google.storage.v2.CreateHmacKeyRequest
-
Required.
- getServiceAccountEmailBytes() - Method in interface com.google.storage.v2.CreateHmacKeyRequestOrBuilder
-
Required.
- getServiceAccountEmailBytes() - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
Output only.
- getServiceAccountEmailBytes() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Output only.
- getServiceAccountEmailBytes() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
Output only.
- getServiceAccountEmailBytes() - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
If set, filters to only return HMAC keys for specified service account.
- getServiceAccountEmailBytes() - Method in class com.google.storage.v2.ListHmacKeysRequest
-
If set, filters to only return HMAC keys for specified service account.
- getServiceAccountEmailBytes() - Method in interface com.google.storage.v2.ListHmacKeysRequestOrBuilder
-
If set, filters to only return HMAC keys for specified service account.
- GetServiceAccountRequest - Class in com.google.storage.v2
-
Request message for GetServiceAccount.
- GetServiceAccountRequest.Builder - Class in com.google.storage.v2
-
Request message for GetServiceAccount.
- GetServiceAccountRequestOrBuilder - Interface in com.google.storage.v2
-
- getServiceAccountSettings() - Method in class com.google.storage.v2.StorageSettings.Builder
-
Returns the builder for the settings used for calls to getServiceAccount.
- getServiceAccountSettings() - Method in class com.google.storage.v2.StorageSettings
-
Returns the object with the settings used for calls to getServiceAccount.
- getServiceAccountSettings() - Method in class com.google.storage.v2.stub.StorageStubSettings.Builder
-
Returns the builder for the settings used for calls to getServiceAccount.
- getServiceAccountSettings() - Method in class com.google.storage.v2.stub.StorageStubSettings
-
Returns the object with the settings used for calls to getServiceAccount.
- getServiceDescriptor() - Static method in class com.google.storage.v2.StorageGrpc
-
- getSetIamPolicyMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getSettings() - Method in class com.google.storage.v2.StorageClient
-
- getShowDeletedKeys() - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
If set, return deleted keys that have not yet been wiped out.
- getShowDeletedKeys() - Method in class com.google.storage.v2.ListHmacKeysRequest
-
If set, return deleted keys that have not yet been wiped out.
- getShowDeletedKeys() - Method in interface com.google.storage.v2.ListHmacKeysRequestOrBuilder
-
If set, return deleted keys that have not yet been wiped out.
- getSignatureVersion() - Method in class com.google.cloud.storage.SignatureInfo
-
- getSize() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the content length of the data in bytes.
- 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.
- getSource() - Method in class com.google.cloud.storage.Storage.CopyRequest
-
Returns the blob to copy, as a
BlobId
.
- getSourceBlobs() - Method in class com.google.cloud.storage.Storage.ComposeRequest
-
Returns compose operation's source blobs.
- getSourceBucket() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- getSourceBucket() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Required.
- getSourceBucket() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Required.
- getSourceBucketBytes() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- getSourceBucketBytes() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Required.
- getSourceBucketBytes() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Required.
- getSourceGeneration() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
If present, selects a specific revision of the source object (as opposed to
the latest version, the default).
- getSourceGeneration() - Method in class com.google.storage.v2.RewriteObjectRequest
-
If present, selects a specific revision of the source object (as opposed to
the latest version, the default).
- getSourceGeneration() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
If present, selects a specific revision of the source object (as opposed to
the latest version, the default).
- getSourceObject() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- getSourceObject() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Required.
- getSourceObject() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Required.
- getSourceObjectBytes() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- getSourceObjectBytes() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Required.
- getSourceObjectBytes() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Required.
- getSourceObjects(int) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
The list of source objects that will be concatenated into a single object.
- getSourceObjects(int) - Method in class com.google.storage.v2.ComposeObjectRequest
-
The list of source objects that will be concatenated into a single object.
- getSourceObjects(int) - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsBuilder(int) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsBuilderList() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsCount() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsCount() - Method in class com.google.storage.v2.ComposeObjectRequest
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsCount() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsList() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsList() - Method in class com.google.storage.v2.ComposeObjectRequest
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsList() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsOrBuilder(int) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsOrBuilder(int) - Method in class com.google.storage.v2.ComposeObjectRequest
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsOrBuilder(int) - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsOrBuilderList() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsOrBuilderList() - Method in class com.google.storage.v2.ComposeObjectRequest
-
The list of source objects that will be concatenated into a single object.
- getSourceObjectsOrBuilderList() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
The list of source objects that will be concatenated into a single object.
- getSourceOptions() - Method in class com.google.cloud.storage.Storage.CopyRequest
-
Returns blob's source options.
- 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.
- getStartResumableWriteMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getState() - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata
-
Returns the current state of this HMAC key.
- getState() - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
State of the key.
- getState() - Method in class com.google.storage.v2.HmacKeyMetadata
-
State of the key.
- getState() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
State of the key.
- getStateBytes() - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
State of the key.
- getStateBytes() - Method in class com.google.storage.v2.HmacKeyMetadata
-
State of the key.
- getStateBytes() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
State of the key.
- getStatus() - Method in class com.google.cloud.storage.transfermanager.DownloadResult
-
The status of the download operation.
- getStatus() - Method in class com.google.cloud.storage.transfermanager.UploadResult
-
The status of the upload operation.
- getStorage() - Method in class com.google.cloud.storage.Blob
-
Returns the blob's Storage
object used to issue requests.
- getStorage() - Method in class com.google.cloud.storage.Bucket
-
Returns the bucket's Storage
object used to issue requests.
- getStorage() - Method in class com.google.cloud.storage.Notification
-
Returns the notification's Storage
object used to issue requests.
- getStorage() - Method in class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- getStorage() - Method in interface com.google.cloud.storage.spi.v1.StorageRpc
-
- getStorage() - Method in class com.google.cloud.storage.testing.StorageRpcTestBase
-
- getStorageClass() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the storage class of the blob.
- getStorageClass() - Method in class com.google.cloud.storage.BucketInfo
-
Returns the bucket's storage class.
- getStorageClass() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.SetStorageClassLifecycleAction
-
- 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.
- getStorageOptions() - Method in class com.google.cloud.storage.transfermanager.TransferManagerConfig
-
Storage options that Transfer Manager will use to interact with Google Cloud Storage
- getStorageRetryStrategy() - Method in class com.google.cloud.storage.GrpcStorageOptions.GrpcStorageDefaults
-
- getStorageRetryStrategy() - Method in class com.google.cloud.storage.HttpStorageOptions.HttpStorageDefaults
-
- getStripPrefix() - Method in class com.google.cloud.storage.transfermanager.ParallelDownloadConfig
-
A common prefix removed from an object's name before being written to the filesystem.
- getStub() - Method in class com.google.storage.v2.StorageClient
-
- getStubSettingsBuilder() - Method in class com.google.storage.v2.StorageSettings.Builder
-
- getTarget() - Method in class com.google.cloud.storage.Storage.ComposeRequest
-
Returns compose operation's target blob.
- getTarget() - Method in class com.google.cloud.storage.Storage.CopyRequest
-
Returns the
BlobInfo
for the target blob.
- getTargetOptions() - Method in class com.google.cloud.storage.Storage.ComposeRequest
-
Returns compose operation's target blob's options.
- getTargetOptions() - Method in class com.google.cloud.storage.Storage.CopyRequest
-
Returns blob's target options.
- 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.cloud.storage.BlobInfo
-
Returns a Boolean
with either true
, null
and in certain cases false
.
- 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.
- getTerminationAwaitDuration() - Method in class com.google.cloud.storage.GrpcStorageOptions.GrpcStorageDefaults
-
- getTestIamPermissionsMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getTime() - Method in class com.google.cloud.storage.BucketInfo.CreatedBeforeDeleteRule
-
Deprecated.
- getTimeMillis() - Method in class com.google.cloud.storage.BucketInfo.CreatedBeforeDeleteRule
-
- getTimestamp() - Method in class com.google.cloud.storage.SignatureInfo
-
- getTimeStorageClassUpdated() - Method in class com.google.cloud.storage.BlobInfo
-
- getTimeStorageClassUpdatedOffsetDateTime() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the time that the object's storage class was last changed or the time of the object
creation.
- getToggleTime() - Method in class com.google.cloud.storage.BucketInfo.Autoclass
-
- getToggleTime() - Method in class com.google.storage.v2.Bucket.Autoclass.Builder
-
Output only.
- getToggleTime() - Method in class com.google.storage.v2.Bucket.Autoclass
-
Output only.
- getToggleTime() - Method in interface com.google.storage.v2.Bucket.AutoclassOrBuilder
-
Output only.
- getToggleTimeBuilder() - Method in class com.google.storage.v2.Bucket.Autoclass.Builder
-
Output only.
- getToggleTimeOrBuilder() - Method in class com.google.storage.v2.Bucket.Autoclass.Builder
-
Output only.
- getToggleTimeOrBuilder() - Method in class com.google.storage.v2.Bucket.Autoclass
-
Output only.
- getToggleTimeOrBuilder() - Method in interface com.google.storage.v2.Bucket.AutoclassOrBuilder
-
Output only.
- getTopic() - Method in class com.google.cloud.storage.NotificationInfo
-
Returns the topic in Pub/Sub that receives notifications.
- getTopic() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Required.
- getTopic() - Method in class com.google.storage.v2.NotificationConfig
-
Required.
- getTopic() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
Required.
- getTopicBytes() - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Required.
- getTopicBytes() - Method in class com.google.storage.v2.NotificationConfig
-
Required.
- getTopicBytes() - Method in interface com.google.storage.v2.NotificationConfigOrBuilder
-
Required.
- getTotalBytesCopied() - Method in class com.google.cloud.storage.CopyWriter
-
Returns the number of bytes copied.
- getTotalBytesCopied() - Method in class com.google.cloud.storage.HttpCopyWriter
-
- getTotalBytesRewritten() - Method in class com.google.storage.v2.RewriteResponse.Builder
-
The total bytes written so far, which can be used to provide a waiting user
with a progress indicator.
- getTotalBytesRewritten() - Method in class com.google.storage.v2.RewriteResponse
-
The total bytes written so far, which can be used to provide a waiting user
with a progress indicator.
- getTotalBytesRewritten() - Method in interface com.google.storage.v2.RewriteResponseOrBuilder
-
The total bytes written so far, which can be used to provide a waiting user
with a progress indicator.
- getType() - Method in class com.google.cloud.storage.Acl.Entity
-
Returns the type of entity.
- getType() - Method in class com.google.cloud.storage.BucketInfo.DeleteRule
-
Deprecated.
- 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.
- getUnauthenticatedInstance() - Static method in class com.google.cloud.storage.StorageOptions
-
Returns a unauthenticated StorageOptions
instance.
- 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.
- getUniformBucketLevelAccessLockedTime() - Method in class com.google.cloud.storage.BucketInfo.IamConfiguration
-
- getUniformBucketLevelAccessLockedTimeOffsetDateTime() - Method in class com.google.cloud.storage.BucketInfo.IamConfiguration
-
- 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.
- getUniformStorageRetryStrategy() - Static method in interface com.google.cloud.storage.StorageRetryStrategy
-
Factory method to get an instance of
StorageRetryStrategy
which will uniformly retry
all calls as if they were idempotent.
- getUpdateBucketMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getUpdateHmacKeyMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getUpdateMask() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Required.
- getUpdateMask() - Method in class com.google.storage.v2.UpdateBucketRequest
-
Required.
- getUpdateMask() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
Required.
- getUpdateMask() - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
Update mask for hmac_key.
- getUpdateMask() - Method in class com.google.storage.v2.UpdateHmacKeyRequest
-
Update mask for hmac_key.
- getUpdateMask() - Method in interface com.google.storage.v2.UpdateHmacKeyRequestOrBuilder
-
Update mask for hmac_key.
- getUpdateMask() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Required.
- getUpdateMask() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Required.
- getUpdateMask() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
Required.
- getUpdateMaskBuilder() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Required.
- getUpdateMaskBuilder() - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
Update mask for hmac_key.
- getUpdateMaskBuilder() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Required.
- getUpdateMaskOrBuilder() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Required.
- getUpdateMaskOrBuilder() - Method in class com.google.storage.v2.UpdateBucketRequest
-
Required.
- getUpdateMaskOrBuilder() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
Required.
- getUpdateMaskOrBuilder() - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
Update mask for hmac_key.
- getUpdateMaskOrBuilder() - Method in class com.google.storage.v2.UpdateHmacKeyRequest
-
Update mask for hmac_key.
- getUpdateMaskOrBuilder() - Method in interface com.google.storage.v2.UpdateHmacKeyRequestOrBuilder
-
Update mask for hmac_key.
- getUpdateMaskOrBuilder() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Required.
- getUpdateMaskOrBuilder() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Required.
- getUpdateMaskOrBuilder() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
Required.
- getUpdateObjectMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- 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.cloud.storage.BlobInfo
-
- getUpdateTime() - Method in class com.google.cloud.storage.BucketInfo
-
- getUpdateTime() - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata
-
- 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.HmacKeyMetadata.Builder
-
Output only.
- getUpdateTime() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Output only.
- getUpdateTime() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
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.HmacKeyMetadata.Builder
-
Output only.
- getUpdateTimeBuilder() - Method in class com.google.storage.v2.Object.Builder
-
Output only.
- getUpdateTimeOffsetDateTime() - Method in class com.google.cloud.storage.BlobInfo
-
Returns the last modification time of the blob's metadata.
- getUpdateTimeOffsetDateTime() - Method in class com.google.cloud.storage.BucketInfo
-
- getUpdateTimeOffsetDateTime() - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata
-
Returns the last updated time of this HMAC key.
- 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.HmacKeyMetadata.Builder
-
Output only.
- getUpdateTimeOrBuilder() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Output only.
- getUpdateTimeOrBuilder() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
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.
- getUploadedBlob() - Method in class com.google.cloud.storage.transfermanager.UploadResult
-
- getUploadId() - Method in class com.google.storage.v2.CancelResumableWriteRequest.Builder
-
Required.
- getUploadId() - Method in class com.google.storage.v2.CancelResumableWriteRequest
-
Required.
- getUploadId() - Method in interface com.google.storage.v2.CancelResumableWriteRequestOrBuilder
-
Required.
- 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.CancelResumableWriteRequest.Builder
-
Required.
- getUploadIdBytes() - Method in class com.google.storage.v2.CancelResumableWriteRequest
-
Required.
- getUploadIdBytes() - Method in interface com.google.storage.v2.CancelResumableWriteRequestOrBuilder
-
Required.
- 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.
- getUploadResults() - Method in class com.google.cloud.storage.transfermanager.UploadJob
-
The list of
UploadResults
for each upload request Transfer Manager
executed for this job.
- getUrl() - Method in class com.google.cloud.storage.PostPolicyV4
-
Returns the URL for the HTTP POST request
- getValue() - Method in class com.google.cloud.storage.Acl.Entity
-
Returns the entity's value.
- getValue() - Method in enum com.google.cloud.storage.BucketInfo.PublicAccessPrevention
-
- getValue() - Method in class com.google.cloud.storage.Cors.Origin
-
- 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.
- getVersions() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
If `true`, lists all versions of an object as distinct results.
- getVersions() - Method in class com.google.storage.v2.ListObjectsRequest
-
If `true`, lists all versions of an object as distinct results.
- getVersions() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
If `true`, lists all versions of an object as distinct results.
- 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.
- getWriteObjectMethod() - Static method in class com.google.storage.v2.StorageGrpc
-
- getWriteObjectSpec() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
-
Required.
- getWriteObjectSpec() - Method in class com.google.storage.v2.StartResumableWriteRequest
-
Required.
- getWriteObjectSpec() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
-
Required.
- 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
-
Required.
- getWriteObjectSpecBuilder() - Method in class com.google.storage.v2.WriteObjectRequest.Builder
-
For non-resumable uploads.
- getWriteObjectSpecOrBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
-
Required.
- getWriteObjectSpecOrBuilder() - Method in class com.google.storage.v2.StartResumableWriteRequest
-
Required.
- getWriteObjectSpecOrBuilder() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
-
Required.
- 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.
- getWriteOptsPerRequest() - Method in class com.google.cloud.storage.transfermanager.ParallelUploadConfig
-
A list of common BlobWriteOptions, note these options will be applied to each upload request.
- 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
-
- GOOG4_RSA_SHA256 - Static variable in class com.google.cloud.storage.SignatureInfo
-
- Group(String) - Constructor for class com.google.cloud.storage.Acl.Group
-
Creates a group entity.
- grpc() - Static method in class com.google.cloud.storage.StorageOptions
-
Builder factory method which will create a gRPC specific instance of storage options.
- grpcInterceptorProvider() - Method in class com.google.cloud.storage.GrpcStorageOptions.GrpcStorageDefaults
-
- GrpcStorageCallableFactory - Class in com.google.storage.v2.stub
-
gRPC callable factory implementation for the Storage service API.
- GrpcStorageCallableFactory() - Constructor for class com.google.storage.v2.stub.GrpcStorageCallableFactory
-
- GrpcStorageFactory() - Constructor for class com.google.cloud.storage.GrpcStorageOptions.GrpcStorageFactory
-
- GrpcStorageOptions - Class in com.google.cloud.storage
-
- GrpcStorageOptions.Builder - Class in com.google.cloud.storage
-
- GrpcStorageOptions.GrpcStorageDefaults - Class in com.google.cloud.storage
-
- GrpcStorageOptions.GrpcStorageFactory - Class in com.google.cloud.storage
-
Internal implementation detail, only public to allow for
Serializable
compatibility in
ServiceOptions
.
- GrpcStorageOptions.GrpcStorageRpcFactory - Class in com.google.cloud.storage
-
Deprecated.
- GrpcStorageRpcFactory() - Constructor for class com.google.cloud.storage.GrpcStorageOptions.GrpcStorageRpcFactory
-
- GrpcStorageStub - Class in com.google.storage.v2.stub
-
gRPC stub implementation for the Storage service API.
- GrpcStorageStub(StorageStubSettings, ClientContext) - Constructor for class com.google.storage.v2.stub.GrpcStorageStub
-
Constructs an instance of GrpcStorageStub, using the given settings.
- GrpcStorageStub(StorageStubSettings, ClientContext, GrpcStubCallableFactory) - Constructor for class com.google.storage.v2.stub.GrpcStorageStub
-
Constructs an instance of GrpcStorageStub, using the given settings.
- 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).
- hasAutoclass() - Method in class com.google.storage.v2.Bucket.Builder
-
The bucket's Autoclass configuration.
- hasAutoclass() - Method in class com.google.storage.v2.Bucket
-
The bucket's Autoclass configuration.
- hasAutoclass() - Method in interface com.google.storage.v2.BucketOrBuilder
-
The bucket's Autoclass configuration.
- 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.
- hasBucket() - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Properties of the new bucket being inserted.
- hasBucket() - Method in class com.google.storage.v2.CreateBucketRequest
-
Properties of the new bucket being inserted.
- hasBucket() - Method in interface com.google.storage.v2.CreateBucketRequestOrBuilder
-
Properties of the new bucket being inserted.
- hasBucket() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Required.
- hasBucket() - Method in class com.google.storage.v2.UpdateBucketRequest
-
Required.
- hasBucket() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
Required.
- 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.ComposeObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- hasCommonObjectRequestParams() - Method in class com.google.storage.v2.ComposeObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- hasCommonObjectRequestParams() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
A set of parameters common to Storage API requests concerning an object.
- hasCommonObjectRequestParams() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- hasCommonObjectRequestParams() - Method in class com.google.storage.v2.DeleteObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- hasCommonObjectRequestParams() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
A set of parameters common to Storage API requests concerning an object.
- hasCommonObjectRequestParams() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- hasCommonObjectRequestParams() - Method in class com.google.storage.v2.GetObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- hasCommonObjectRequestParams() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
A set of parameters common to Storage API requests concerning an object.
- 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.RewriteObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- hasCommonObjectRequestParams() - Method in class com.google.storage.v2.RewriteObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- hasCommonObjectRequestParams() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
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.UpdateObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- hasCommonObjectRequestParams() - Method in class com.google.storage.v2.UpdateObjectRequest
-
A set of parameters common to Storage API requests concerning an object.
- hasCommonObjectRequestParams() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
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.
- 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.HmacKeyMetadata.Builder
-
Output only.
- hasCreateTime() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Output only.
- hasCreateTime() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
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.
- hasCustomPlacementConfig() - Method in class com.google.storage.v2.Bucket.Builder
-
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
- hasCustomPlacementConfig() - Method in class com.google.storage.v2.Bucket
-
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
- hasCustomPlacementConfig() - Method in interface com.google.storage.v2.BucketOrBuilder
-
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
- 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.
- hasDestination() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Required.
- hasDestination() - Method in class com.google.storage.v2.ComposeObjectRequest
-
Required.
- hasDestination() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
Required.
- hasDestination() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Properties of the destination, post-rewrite object.
- hasDestination() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Properties of the destination, post-rewrite object.
- hasDestination() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Properties of the destination, post-rewrite object.
- 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.cloud.storage.Acl.Entity
-
- hashCode() - Method in class com.google.cloud.storage.Acl
-
- hashCode() - Method in class com.google.cloud.storage.Acl.Project
-
- hashCode() - Method in class com.google.cloud.storage.Blob
-
- hashCode() - Method in class com.google.cloud.storage.BlobId
-
- hashCode() - Method in class com.google.cloud.storage.BlobInfo.CustomerEncryption
-
- hashCode() - Method in class com.google.cloud.storage.BlobInfo
-
- hashCode() - Method in class com.google.cloud.storage.Bucket
-
- hashCode() - Method in class com.google.cloud.storage.BucketInfo.Autoclass
-
- hashCode() - Method in class com.google.cloud.storage.BucketInfo.CustomPlacementConfig
-
- hashCode() - Method in class com.google.cloud.storage.BucketInfo.DeleteRule
-
Deprecated.
- hashCode() - Method in class com.google.cloud.storage.BucketInfo
-
- hashCode() - Method in class com.google.cloud.storage.BucketInfo.IamConfiguration
-
- hashCode() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule
-
- hashCode() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleAction
-
- hashCode() - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition
-
- hashCode() - Method in class com.google.cloud.storage.BucketInfo.Logging
-
- hashCode() - Method in class com.google.cloud.storage.Cors
-
- hashCode() - Method in class com.google.cloud.storage.Cors.Origin
-
- hashCode() - Method in class com.google.cloud.storage.GrpcStorageOptions
-
- hashCode() - Method in class com.google.cloud.storage.HmacKey
-
- hashCode() - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata
-
- hashCode() - Method in class com.google.cloud.storage.HttpStorageOptions
-
- hashCode() - Method in class com.google.cloud.storage.Notification
-
- hashCode() - Method in class com.google.cloud.storage.NotificationInfo
-
- hashCode() - Method in class com.google.cloud.storage.PostPolicyV4.ConditionV4
-
- hashCode() - Method in class com.google.cloud.storage.ServiceAccount
-
- hashCode() - Method in class com.google.cloud.storage.spi.v1.StorageRpc.RewriteRequest
-
- hashCode() - Method in class com.google.cloud.storage.spi.v1.StorageRpc.RewriteResponse
-
- hashCode() - Method in class com.google.cloud.storage.StorageOptions
-
- hashCode() - Method in class com.google.cloud.storage.transfermanager.DownloadJob
-
- hashCode() - Method in class com.google.cloud.storage.transfermanager.DownloadResult
-
- hashCode() - Method in class com.google.cloud.storage.transfermanager.ParallelDownloadConfig
-
- hashCode() - Method in class com.google.cloud.storage.transfermanager.ParallelUploadConfig
-
- hashCode() - Method in class com.google.cloud.storage.transfermanager.TransferManagerConfig
-
- hashCode() - Method in class com.google.cloud.storage.transfermanager.UploadJob
-
- hashCode() - Method in class com.google.cloud.storage.transfermanager.UploadResult
-
- hashCode() - Method in class com.google.storage.v2.Bucket.Autoclass
-
- 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.CustomPlacementConfig
-
- 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.BucketName
-
- hashCode() - Method in class com.google.storage.v2.CancelResumableWriteRequest
-
- hashCode() - Method in class com.google.storage.v2.CancelResumableWriteResponse
-
- 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.ComposeObjectRequest
-
- hashCode() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject
-
- hashCode() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions
-
- hashCode() - Method in class com.google.storage.v2.ContentRange
-
- hashCode() - Method in class com.google.storage.v2.CreateBucketRequest
-
- hashCode() - Method in class com.google.storage.v2.CreateHmacKeyRequest
-
- hashCode() - Method in class com.google.storage.v2.CreateHmacKeyResponse
-
- hashCode() - Method in class com.google.storage.v2.CreateNotificationConfigRequest
-
- hashCode() - Method in class com.google.storage.v2.CryptoKeyName
-
- hashCode() - Method in class com.google.storage.v2.CustomerEncryption
-
- hashCode() - Method in class com.google.storage.v2.DeleteBucketRequest
-
- hashCode() - Method in class com.google.storage.v2.DeleteHmacKeyRequest
-
- hashCode() - Method in class com.google.storage.v2.DeleteNotificationConfigRequest
-
- hashCode() - Method in class com.google.storage.v2.DeleteObjectRequest
-
- hashCode() - Method in class com.google.storage.v2.GetBucketRequest
-
- hashCode() - Method in class com.google.storage.v2.GetHmacKeyRequest
-
- hashCode() - Method in class com.google.storage.v2.GetNotificationConfigRequest
-
- hashCode() - Method in class com.google.storage.v2.GetObjectRequest
-
- hashCode() - Method in class com.google.storage.v2.GetServiceAccountRequest
-
- hashCode() - Method in class com.google.storage.v2.HmacKeyMetadata
-
- hashCode() - Method in class com.google.storage.v2.ListBucketsRequest
-
- hashCode() - Method in class com.google.storage.v2.ListBucketsResponse
-
- hashCode() - Method in class com.google.storage.v2.ListHmacKeysRequest
-
- hashCode() - Method in class com.google.storage.v2.ListHmacKeysResponse
-
- hashCode() - Method in class com.google.storage.v2.ListNotificationConfigsRequest
-
- hashCode() - Method in class com.google.storage.v2.ListNotificationConfigsResponse
-
- hashCode() - Method in class com.google.storage.v2.ListObjectsRequest
-
- hashCode() - Method in class com.google.storage.v2.ListObjectsResponse
-
- hashCode() - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest
-
- hashCode() - Method in class com.google.storage.v2.NotificationConfig
-
- hashCode() - Method in class com.google.storage.v2.NotificationConfigName
-
- 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.ProjectName
-
- 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.RewriteObjectRequest
-
- hashCode() - Method in class com.google.storage.v2.RewriteResponse
-
- hashCode() - Method in class com.google.storage.v2.ServiceAccount
-
- 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.UpdateBucketRequest
-
- hashCode() - Method in class com.google.storage.v2.UpdateHmacKeyRequest
-
- hashCode() - Method in class com.google.storage.v2.UpdateObjectRequest
-
- 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
-
- hasHmacKey() - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
Required.
- hasHmacKey() - Method in class com.google.storage.v2.UpdateHmacKeyRequest
-
Required.
- hasHmacKey() - Method in interface com.google.storage.v2.UpdateHmacKeyRequestOrBuilder
-
Required.
- 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.ComposeObjectRequest.Builder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- hasIfGenerationMatch() - Method in class com.google.storage.v2.ComposeObjectRequest
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- hasIfGenerationMatch() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder
-
Only perform the composition if the generation of the source object
that would be used matches this value.
- hasIfGenerationMatch() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions
-
Only perform the composition if the generation of the source object
that would be used matches this value.
- hasIfGenerationMatch() - Method in interface com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder
-
Only perform the composition if the generation of the source object
that would be used matches this value.
- hasIfGenerationMatch() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- hasIfGenerationMatch() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- hasIfGenerationMatch() - Method in class com.google.storage.v2.DeleteObjectRequest
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- hasIfGenerationMatch() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- hasIfGenerationMatch() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- hasIfGenerationMatch() - Method in class com.google.storage.v2.GetObjectRequest
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- hasIfGenerationMatch() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- 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.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- hasIfGenerationMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- hasIfGenerationMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- hasIfGenerationMatch() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- hasIfGenerationMatch() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Makes the operation conditional on whether the object's current generation
matches the given value.
- hasIfGenerationMatch() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
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.DeleteObjectRequest.Builder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- hasIfGenerationNotMatch() - Method in class com.google.storage.v2.DeleteObjectRequest
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- hasIfGenerationNotMatch() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- hasIfGenerationNotMatch() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- hasIfGenerationNotMatch() - Method in class com.google.storage.v2.GetObjectRequest
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- hasIfGenerationNotMatch() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- hasIfGenerationNotMatch() - Method in class com.google.storage.v2.ReadObjectRequest.Builder
-
Makes the operation conditional on whether the object's live 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 live 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 live generation
does not match the given value.
- hasIfGenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- hasIfGenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- hasIfGenerationNotMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- hasIfGenerationNotMatch() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- hasIfGenerationNotMatch() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- hasIfGenerationNotMatch() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's live 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 live
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 live
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 live
generation does not match the given value.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.ComposeObjectRequest
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- hasIfMetagenerationMatch() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.DeleteBucketRequest.Builder
-
If set, only deletes the bucket if its metageneration matches this value.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.DeleteBucketRequest
-
If set, only deletes the bucket if its metageneration matches this value.
- hasIfMetagenerationMatch() - Method in interface com.google.storage.v2.DeleteBucketRequestOrBuilder
-
If set, only deletes the bucket if its metageneration matches this value.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.DeleteObjectRequest
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- hasIfMetagenerationMatch() - Method in interface com.google.storage.v2.DeleteObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.GetBucketRequest.Builder
-
If set, and if the bucket's current metageneration does not match the
specified value, the request will return an error.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.GetBucketRequest
-
If set, and if the bucket's current metageneration does not match the
specified value, the request will return an error.
- hasIfMetagenerationMatch() - Method in interface com.google.storage.v2.GetBucketRequestOrBuilder
-
If set, and if the bucket's current metageneration does not match the
specified value, the request will return an error.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.GetObjectRequest
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- hasIfMetagenerationMatch() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
Makes the operation conditional on whether the object's current
metageneration matches 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.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the destination object's current
metageneration matches the given value.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the destination object's current
metageneration matches the given value.
- hasIfMetagenerationMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the destination object's current
metageneration matches the given value.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
If set, will only modify the bucket if its metageneration matches this
value.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.UpdateBucketRequest
-
If set, will only modify the bucket if its metageneration matches this
value.
- hasIfMetagenerationMatch() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
If set, will only modify the bucket if its metageneration matches this
value.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- hasIfMetagenerationMatch() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Makes the operation conditional on whether the object's current
metageneration matches the given value.
- hasIfMetagenerationMatch() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
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.DeleteBucketRequest.Builder
-
If set, only deletes the bucket if its metageneration does not match this
value.
- hasIfMetagenerationNotMatch() - Method in class com.google.storage.v2.DeleteBucketRequest
-
If set, only deletes the bucket if its metageneration does not match this
value.
- hasIfMetagenerationNotMatch() - Method in interface com.google.storage.v2.DeleteBucketRequestOrBuilder
-
If set, only deletes the bucket if its metageneration does not match this
value.
- hasIfMetagenerationNotMatch() - Method in class com.google.storage.v2.DeleteObjectRequest.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.DeleteObjectRequest
-
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.DeleteObjectRequestOrBuilder
-
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.GetBucketRequest.Builder
-
If set, and if the bucket's current metageneration matches the specified
value, the request will return an error.
- hasIfMetagenerationNotMatch() - Method in class com.google.storage.v2.GetBucketRequest
-
If set, and if the bucket's current metageneration matches the specified
value, the request will return an error.
- hasIfMetagenerationNotMatch() - Method in interface com.google.storage.v2.GetBucketRequestOrBuilder
-
If set, and if the bucket's current metageneration matches the specified
value, the request will return an error.
- hasIfMetagenerationNotMatch() - Method in class com.google.storage.v2.GetObjectRequest.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.GetObjectRequest
-
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.GetObjectRequestOrBuilder
-
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.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.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the destination object's current
metageneration does not match the given value.
- hasIfMetagenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the destination object's current
metageneration does not match the given value.
- hasIfMetagenerationNotMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the destination object's current
metageneration does not match the given value.
- hasIfMetagenerationNotMatch() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
If set, will only modify the bucket if its metageneration does not match
this value.
- hasIfMetagenerationNotMatch() - Method in class com.google.storage.v2.UpdateBucketRequest
-
If set, will only modify the bucket if its metageneration does not match
this value.
- hasIfMetagenerationNotMatch() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
If set, will only modify the bucket if its metageneration does not match
this value.
- hasIfMetagenerationNotMatch() - Method in class com.google.storage.v2.UpdateObjectRequest.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.UpdateObjectRequest
-
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.UpdateObjectRequestOrBuilder
-
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.
- hasIfSourceGenerationMatch() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the source object's live
generation matches the given value.
- hasIfSourceGenerationMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the source object's live
generation matches the given value.
- hasIfSourceGenerationMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the source object's live
generation matches the given value.
- hasIfSourceGenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the source object's live
generation does not match the given value.
- hasIfSourceGenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the source object's live
generation does not match the given value.
- hasIfSourceGenerationNotMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the source object's live
generation does not match the given value.
- hasIfSourceMetagenerationMatch() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the source object's current
metageneration matches the given value.
- hasIfSourceMetagenerationMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the source object's current
metageneration matches the given value.
- hasIfSourceMetagenerationMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the source object's current
metageneration matches the given value.
- hasIfSourceMetagenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the source object's current
metageneration does not match the given value.
- hasIfSourceMetagenerationNotMatch() - Method in class com.google.storage.v2.RewriteObjectRequest
-
Makes the operation conditional on whether the source object's current
metageneration does not match the given value.
- hasIfSourceMetagenerationNotMatch() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
Makes the operation conditional on whether the source 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
`iam_config.uniform_bucket_level_access.enabled` from `true` to
`false`.
- hasLockTime() - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess
-
The deadline time for changing
`iam_config.uniform_bucket_level_access.enabled` from `true` to
`false`.
- hasLockTime() - Method in interface com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccessOrBuilder
-
The deadline time for changing
`iam_config.uniform_bucket_level_access.enabled` from `true` to
`false`.
- 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.CreateHmacKeyResponse.Builder
-
Key metadata.
- hasMetadata() - Method in class com.google.storage.v2.CreateHmacKeyResponse
-
Key metadata.
- hasMetadata() - Method in interface com.google.storage.v2.CreateHmacKeyResponseOrBuilder
-
Key metadata.
- 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.
- hasNotificationConfig() - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
Required.
- hasNotificationConfig() - Method in class com.google.storage.v2.CreateNotificationConfigRequest
-
Required.
- hasNotificationConfig() - Method in interface com.google.storage.v2.CreateNotificationConfigRequestOrBuilder
-
Required.
- 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.
- hasObject() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Required.
- hasObject() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Required.
- hasObject() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
Required.
- hasObjectChecksums() - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
The checksums of the complete object.
- hasObjectChecksums() - Method in class com.google.storage.v2.ComposeObjectRequest
-
The checksums of the complete object.
- hasObjectChecksums() - Method in interface com.google.storage.v2.ComposeObjectRequestOrBuilder
-
The checksums of the complete object.
- 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.RewriteObjectRequest.Builder
-
The checksums of the complete object.
- hasObjectChecksums() - Method in class com.google.storage.v2.RewriteObjectRequest
-
The checksums of the complete object.
- hasObjectChecksums() - Method in interface com.google.storage.v2.RewriteObjectRequestOrBuilder
-
The checksums of the complete object.
- hasObjectChecksums() - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
-
The checksums of the complete object.
- hasObjectChecksums() - Method in class com.google.storage.v2.StartResumableWriteRequest
-
The checksums of the complete object.
- hasObjectChecksums() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
-
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.
- hasObjectPreconditions() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
Conditions that must be met for this operation to execute.
- hasObjectPreconditions() - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject
-
Conditions that must be met for this operation to execute.
- hasObjectPreconditions() - Method in interface com.google.storage.v2.ComposeObjectRequest.SourceObjectOrBuilder
-
Conditions that must be met for this operation to execute.
- hasObjectSize() - Method in class com.google.storage.v2.WriteObjectSpec.Builder
-
The expected final object size being uploaded.
- hasObjectSize() - Method in class com.google.storage.v2.WriteObjectSpec
-
The expected final object size being uploaded.
- hasObjectSize() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
-
The expected final object size being uploaded.
- 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.GetBucketRequest.Builder
-
Mask specifying which fields to read.
- hasReadMask() - Method in class com.google.storage.v2.GetBucketRequest
-
Mask specifying which fields to read.
- hasReadMask() - Method in interface com.google.storage.v2.GetBucketRequestOrBuilder
-
Mask specifying which fields to read.
- hasReadMask() - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Mask specifying which fields to read.
- hasReadMask() - Method in class com.google.storage.v2.GetObjectRequest
-
Mask specifying which fields to read.
- hasReadMask() - Method in interface com.google.storage.v2.GetObjectRequestOrBuilder
-
Mask specifying which fields to read.
- hasReadMask() - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Mask specifying which fields to read from each result.
- hasReadMask() - Method in class com.google.storage.v2.ListBucketsRequest
-
Mask specifying which fields to read from each result.
- hasReadMask() - Method in interface com.google.storage.v2.ListBucketsRequestOrBuilder
-
Mask specifying which fields to read from each result.
- hasReadMask() - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Mask specifying which fields to read from each result.
- hasReadMask() - Method in class com.google.storage.v2.ListObjectsRequest
-
Mask specifying which fields to read from each result.
- hasReadMask() - Method in interface com.google.storage.v2.ListObjectsRequestOrBuilder
-
Mask specifying which fields to read from each result.
- 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.RewriteResponse.Builder
-
A resource containing the metadata for the copied-to object.
- hasResource() - Method in class com.google.storage.v2.RewriteResponse
-
A resource containing the metadata for the copied-to object.
- hasResource() - Method in interface com.google.storage.v2.RewriteResponseOrBuilder
-
A resource containing the metadata for the copied-to 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
-
Required.
- hasResource() - Method in class com.google.storage.v2.WriteObjectSpec
-
Required.
- hasResource() - Method in interface com.google.storage.v2.WriteObjectSpecOrBuilder
-
Required.
- hasRetentionDuration() - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
-
The duration that objects need to be retained.
- hasRetentionDuration() - Method in class com.google.storage.v2.Bucket.RetentionPolicy
-
The duration that objects need to be retained.
- hasRetentionDuration() - Method in interface com.google.storage.v2.Bucket.RetentionPolicyOrBuilder
-
The duration that objects need to be retained.
- 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.
- hasToggleTime() - Method in class com.google.storage.v2.Bucket.Autoclass.Builder
-
Output only.
- hasToggleTime() - Method in class com.google.storage.v2.Bucket.Autoclass
-
Output only.
- hasToggleTime() - Method in interface com.google.storage.v2.Bucket.AutoclassOrBuilder
-
Output only.
- 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.
- hasUpdateMask() - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Required.
- hasUpdateMask() - Method in class com.google.storage.v2.UpdateBucketRequest
-
Required.
- hasUpdateMask() - Method in interface com.google.storage.v2.UpdateBucketRequestOrBuilder
-
Required.
- hasUpdateMask() - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
Update mask for hmac_key.
- hasUpdateMask() - Method in class com.google.storage.v2.UpdateHmacKeyRequest
-
Update mask for hmac_key.
- hasUpdateMask() - Method in interface com.google.storage.v2.UpdateHmacKeyRequestOrBuilder
-
Update mask for hmac_key.
- hasUpdateMask() - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Required.
- hasUpdateMask() - Method in class com.google.storage.v2.UpdateObjectRequest
-
Required.
- hasUpdateMask() - Method in interface com.google.storage.v2.UpdateObjectRequestOrBuilder
-
Required.
- 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.HmacKeyMetadata.Builder
-
Output only.
- hasUpdateTime() - Method in class com.google.storage.v2.HmacKeyMetadata
-
Output only.
- hasUpdateTime() - Method in interface com.google.storage.v2.HmacKeyMetadataOrBuilder
-
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
-
Required.
- hasWriteObjectSpec() - Method in class com.google.storage.v2.StartResumableWriteRequest
-
Required.
- hasWriteObjectSpec() - Method in interface com.google.storage.v2.StartResumableWriteRequestOrBuilder
-
Required.
- 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.
- HEAD - Static variable in class com.google.cloud.storage.HttpMethod
-
- HMAC_KEY_FIELD_NUMBER - Static variable in class com.google.storage.v2.UpdateHmacKeyRequest
-
- HMAC_KEYS_FIELD_NUMBER - Static variable in class com.google.storage.v2.ListHmacKeysResponse
-
- HmacKey - Class in com.google.cloud.storage
-
HMAC key for a service account.
- HmacKey.Builder - Class in com.google.cloud.storage
-
Builder for HmacKey
objects.
- HmacKey.HmacKeyMetadata - Class in com.google.cloud.storage
-
The metadata for a service account HMAC key.
- HmacKey.HmacKeyMetadata.Builder - Class in com.google.cloud.storage
-
Builder for HmacKeyMetadata
objects.
- HmacKey.HmacKeyState - Enum in com.google.cloud.storage
-
- HmacKeyMetadata - Class in com.google.storage.v2
-
Hmac Key Metadata, which includes all information other than the secret.
- HmacKeyMetadata.Builder - Class in com.google.storage.v2
-
Hmac Key Metadata, which includes all information other than the secret.
- HmacKeyMetadataOrBuilder - Interface in com.google.storage.v2
-
- http() - Static method in class com.google.cloud.storage.StorageOptions
-
Builder factory method which will create a JSON over HTTP specific instance of storage options.
- HttpCopyWriter - Class in com.google.cloud.storage
-
- HttpMethod - Class in com.google.cloud.storage
-
Http method supported by Storage service.
- httpMethod(HttpMethod) - Static method in class com.google.cloud.storage.Storage.SignUrlOption
-
The HTTP method to be used with the signed URL.
- HttpRpcContext - Class in com.google.cloud.storage.spi.v1
-
- HttpStorageFactory() - Constructor for class com.google.cloud.storage.HttpStorageOptions.HttpStorageFactory
-
- HttpStorageOptions - Class in com.google.cloud.storage
-
- HttpStorageOptions.Builder - Class in com.google.cloud.storage
-
- HttpStorageOptions.HttpStorageDefaults - Class in com.google.cloud.storage
-
- HttpStorageOptions.HttpStorageFactory - Class in com.google.cloud.storage
-
Internal implementation detail, only public to allow for
Serializable
.
- HttpStorageOptions.HttpStorageRpcFactory - Class in com.google.cloud.storage
-
Internal implementation detail, only public to allow for
Serializable
.
- HttpStorageRpc - Class in com.google.cloud.storage.spi.v1
-
- HttpStorageRpc(StorageOptions) - Constructor for class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- HttpStorageRpc(StorageOptions, JsonFactory) - Constructor for class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- HttpStorageRpcFactory() - Constructor for class com.google.cloud.storage.HttpStorageOptions.HttpStorageRpcFactory
-
- SATISFIES_PZS_FIELD_NUMBER - Static variable in class com.google.storage.v2.Bucket
-
- SCOPE - Static variable in class com.google.cloud.storage.SignatureInfo
-
- SECRET_KEY_BYTES_FIELD_NUMBER - Static variable in class com.google.storage.v2.CreateHmacKeyResponse
-
- self() - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
- self() - Method in class com.google.cloud.storage.HttpStorageOptions.Builder
-
- serialize(Map<String, String>) - Method in class com.google.cloud.storage.CanonicalExtensionHeadersSerializer
-
- serializeHeaderNames(Map<String, String>) - Method in class com.google.cloud.storage.CanonicalExtensionHeadersSerializer
-
- SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER - Static variable in class com.google.storage.v2.CreateHmacKeyRequest
-
- SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER - Static variable in class com.google.storage.v2.HmacKeyMetadata
-
- SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER - Static variable in class com.google.storage.v2.ListHmacKeysRequest
-
- SERVICE_NAME - Static variable in class com.google.storage.v2.StorageGrpc
-
- ServiceAccount - Class in com.google.cloud.storage
-
A service account, with its specified scopes, authorized for this instance.
- serviceAccount(ServiceAccount) - Static method in class com.google.cloud.storage.Storage.ListHmacKeysOption
-
Returns an option for the Service Account whose keys to list.
- ServiceAccount - Class in com.google.storage.v2
-
A service account, owned by Cloud Storage, which may be used when taking
action on behalf of a given project, for example to publish Pub/Sub
notifications or to retrieve security keys.
- ServiceAccount.Builder - Class in com.google.storage.v2
-
A service account, owned by Cloud Storage, which may be used when taking
action on behalf of a given project, for example to publish Pub/Sub
notifications or to retrieve security keys.
- ServiceAccountOrBuilder - Interface in com.google.storage.v2
-
- 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
-
- setAccessId(String) - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata.Builder
-
- setAccessId(String) - Method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
Required.
- setAccessId(String) - Method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
Required.
- setAccessId(String) - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
Immutable.
- setAccessIdBytes(ByteString) - Method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
Required.
- setAccessIdBytes(ByteString) - Method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
Required.
- setAccessIdBytes(ByteString) - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
Immutable.
- setAccountEmail(String) - Method in class com.google.cloud.storage.SignatureInfo.Builder
-
- setAcl(List<Acl>) - Method in class com.google.cloud.storage.Blob.Builder
-
- setAcl(List<Acl>) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the blob's access control configuration.
- setAcl(Iterable<Acl>) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setAcl(Iterable<Acl>) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the bucket's access control configuration.
- setAcl(String) - Method in class com.google.cloud.storage.PostPolicyV4.PostFieldsV4.Builder
-
- 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.
- setAge(Integer) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
Sets the age in days.
- setAgeDays(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
-
Age of an object (in days).
- setAllowDivideAndConquer(boolean) - Method in class com.google.cloud.storage.transfermanager.TransferManagerConfig.Builder
-
Whether to allow Transfer Manager to perform chunked Uploads/Downloads if it determines
chunking will be beneficial
- setAttemptDirectPath(boolean) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
Option which signifies the client should attempt to connect to gcs via Direct Path.
- setAutoclass(BucketInfo.Autoclass) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setAutoclass(BucketInfo.Autoclass) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
- setAutoclass(Bucket.Autoclass) - Method in class com.google.storage.v2.Bucket.Builder
-
The bucket's Autoclass configuration.
- setAutoclass(Bucket.Autoclass.Builder) - Method in class com.google.storage.v2.Bucket.Builder
-
The bucket's Autoclass configuration.
- 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.
- setBlobId(BlobId) - Method in class com.google.cloud.storage.Blob.Builder
-
- setBlobId(BlobId) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the blob identity.
- setBucket(String) - Method in class com.google.storage.v2.BucketName.Builder
-
- setBucket(Bucket) - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Properties of the new bucket being inserted.
- setBucket(Bucket.Builder) - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Properties of the new bucket being inserted.
- setBucket(String) - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
Required.
- setBucket(String) - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Required.
- setBucket(String) - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder
-
Required.
- setBucket(String) - Method in class com.google.storage.v2.NotificationConfigName.Builder
-
- setBucket(String) - Method in class com.google.storage.v2.Object.Builder
-
Immutable.
- setBucket(String) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
-
Required.
- setBucket(Bucket) - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Required.
- setBucket(Bucket.Builder) - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Required.
- setBucketBytes(ByteString) - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
Required.
- setBucketBytes(ByteString) - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Required.
- setBucketBytes(ByteString) - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder
-
Required.
- setBucketBytes(ByteString) - Method in class com.google.storage.v2.Object.Builder
-
Immutable.
- setBucketBytes(ByteString) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
-
Required.
- setBucketId(String) - Method in class com.google.storage.v2.Bucket.Builder
-
Output only.
- setBucketId(String) - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Required.
- setBucketIdBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Builder
-
Output only.
- setBucketIdBytes(ByteString) - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Required.
- setBucketName(String) - Method in class com.google.cloud.storage.transfermanager.ParallelDownloadConfig.Builder
-
Sets the bucketName that Transfer Manager will download from.
- setBucketName(String) - Method in class com.google.cloud.storage.transfermanager.ParallelUploadConfig.Builder
-
Sets the bucketName that Transfer Manager will upload to.
- setBuckets(int, Bucket) - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
The list of items.
- setBuckets(int, Bucket.Builder) - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
The list of items.
- setCacheControl(String) - Method in class com.google.cloud.storage.Blob.Builder
-
- setCacheControl(String) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the blob's data cache control.
- setCacheControl(String) - Method in class com.google.cloud.storage.PostPolicyV4.PostFieldsV4.Builder
-
- 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].
- setCanonicalizedExtensionHeaders(Map<String, String>) - Method in class com.google.cloud.storage.SignatureInfo.Builder
-
- setCanonicalizedQueryParams(Map<String, String>) - Method in class com.google.cloud.storage.SignatureInfo.Builder
-
- 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.
- setClientLibToken(String) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
- setClientLibToken(String) - Method in class com.google.cloud.storage.HttpStorageOptions.Builder
-
- setClock(ApiClock) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
- setClock(ApiClock) - Method in class com.google.cloud.storage.HttpStorageOptions.Builder
-
- setCommonObjectRequestParams(CommonObjectRequestParams) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- setCommonObjectRequestParams(CommonObjectRequestParams.Builder) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- setCommonObjectRequestParams(CommonObjectRequestParams) - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- setCommonObjectRequestParams(CommonObjectRequestParams.Builder) - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- setCommonObjectRequestParams(CommonObjectRequestParams) - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- setCommonObjectRequestParams(CommonObjectRequestParams.Builder) - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- 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.RewriteObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- setCommonObjectRequestParams(CommonObjectRequestParams.Builder) - Method in class com.google.storage.v2.RewriteObjectRequest.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.UpdateObjectRequest.Builder
-
A set of parameters common to Storage API requests concerning an object.
- setCommonObjectRequestParams(CommonObjectRequestParams.Builder) - Method in class com.google.storage.v2.UpdateObjectRequest.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.
- 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.cloud.storage.Blob.Builder
-
- setContentDisposition(String) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the blob's data content disposition.
- setContentDisposition(String) - Method in class com.google.cloud.storage.PostPolicyV4.PostFieldsV4.Builder
-
- 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.cloud.storage.Blob.Builder
-
- setContentEncoding(String) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the blob's data content encoding.
- setContentEncoding(String) - Method in class com.google.cloud.storage.PostPolicyV4.PostFieldsV4.Builder
-
- 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.cloud.storage.Blob.Builder
-
- setContentLanguage(String) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the blob's data content language.
- 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].
- setContentLength(int) - Method in class com.google.cloud.storage.PostPolicyV4.PostFieldsV4.Builder
-
- setContentMd5(String) - Method in class com.google.cloud.storage.SignatureInfo.Builder
-
- 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.cloud.storage.Blob.Builder
-
- setContentType(String) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the blob's data content type.
- setContentType(String) - Method in class com.google.cloud.storage.PostPolicyV4.PostFieldsV4.Builder
-
- setContentType(String) - Method in class com.google.cloud.storage.SignatureInfo.Builder
-
- 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].
- setCopySourceEncryptionAlgorithm(String) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The algorithm used to encrypt the source object, if any.
- setCopySourceEncryptionAlgorithmBytes(ByteString) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The algorithm used to encrypt the source object, if any.
- setCopySourceEncryptionKeyBytes(ByteString) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The raw bytes (not base64-encoded) AES-256 encryption key used to encrypt
the source object, if it was encrypted with a Customer-Supplied Encryption
Key.
- setCopySourceEncryptionKeySha256Bytes(ByteString) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The raw bytes (not base64-encoded) SHA256 hash of the encryption key used
to encrypt the source object, if it was encrypted with a Customer-Supplied
Encryption Key.
- setCors(Iterable<Cors>) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setCors(Iterable<Cors>) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the bucket's Cross-Origin Resource Sharing (CORS) configuration.
- 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(String) - Method in class com.google.cloud.storage.Blob.Builder
-
- setCrc32c(String) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the CRC32C checksum of blob's data as described in
RFC 4960, Appendix B; encoded in
base64 in big-endian order.
- 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.
- setCrc32cFromHexString(String) - Method in class com.google.cloud.storage.Blob.Builder
-
- setCrc32cFromHexString(String) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
- setCreatedBefore(DateTime) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
- 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.
- setCreatedBeforeOffsetDateTime(OffsetDateTime) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
Sets the date a Blob should be created before for an Action to be executed.
- setCreateTime(long) - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata.Builder
-
- 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.HmacKeyMetadata.Builder
-
Output only.
- setCreateTime(Timestamp.Builder) - Method in class com.google.storage.v2.HmacKeyMetadata.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.
- setCreateTimeOffsetDateTime(OffsetDateTime) - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata.Builder
-
- setCredentials(Credentials) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
- setCredentials(Credentials) - Method in class com.google.cloud.storage.HttpStorageOptions.Builder
-
- setCryptoKey(String) - Method in class com.google.storage.v2.CryptoKeyName.Builder
-
- setCustomAttributes(Map<String, String>) - Method in class com.google.cloud.storage.Notification.Builder
-
- setCustomAttributes(Map<String, String>) - Method in class com.google.cloud.storage.NotificationInfo.Builder
-
- setCustomAttributes(Map<String, String>) - Method in class com.google.cloud.storage.NotificationInfo.BuilderImpl
-
- setCustomerEncryption(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(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.
- setCustomMetadataField(String, String) - Method in class com.google.cloud.storage.PostPolicyV4.PostFieldsV4.Builder
-
- setCustomPlacementConfig(BucketInfo.CustomPlacementConfig) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setCustomPlacementConfig(BucketInfo.CustomPlacementConfig) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
- setCustomPlacementConfig(Bucket.CustomPlacementConfig) - Method in class com.google.storage.v2.Bucket.Builder
-
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
- setCustomPlacementConfig(Bucket.CustomPlacementConfig.Builder) - Method in class com.google.storage.v2.Bucket.Builder
-
Configuration that, if present, specifies the data placement for a
[https://cloud.google.com/storage/docs/use-dual-regions][Dual Region].
- setCustomTime(Long) - Method in class com.google.cloud.storage.Blob.Builder
-
- setCustomTime(Long) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
- 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(DateTime) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
- 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.
- setCustomTimeBeforeOffsetDateTime(OffsetDateTime) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
Sets the date with only the date part (for instance, "2013-01-15").
- setCustomTimeOffsetDateTime(OffsetDateTime) - Method in class com.google.cloud.storage.Blob.Builder
-
- setCustomTimeOffsetDateTime(OffsetDateTime) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the custom time for an object.
- setDataLocations(List<String>) - Method in class com.google.cloud.storage.BucketInfo.CustomPlacementConfig.Builder
-
A list of regions for custom placement configurations.
- setDataLocations(int, String) - Method in class com.google.storage.v2.Bucket.CustomPlacementConfig.Builder
-
List of locations to use for data placement.
- setDaysSinceCustomTime(Integer) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
Sets the number of days elapsed since the user-specified timestamp set on an object.
- 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(Integer) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
Sets the number of days elapsed since the noncurrent timestamp of an object.
- setDaysSinceNoncurrentTime(int) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
-
This condition is relevant only for versioned objects.
- setDefaultAcl(Iterable<Acl>) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setDefaultAcl(Iterable<Acl>) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the default access control configuration to apply to bucket's blobs when no other
configuration is specified.
- setDefaultEventBasedHold(Boolean) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setDefaultEventBasedHold(Boolean) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the default event-based hold for this bucket.
- 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
-
The name of the 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
-
The name of the Cloud KMS key that will be used to encrypt objects
inserted into this bucket, if no encryption method is specified.
- setDefaultKmsKeyName(String) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setDefaultKmsKeyName(String) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the default Cloud KMS key name for this bucket.
- 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.
- setDeleteRules(Iterable<? extends BucketInfo.DeleteRule>) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setDeleteRules(Iterable<? extends BucketInfo.DeleteRule>) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
- 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.
- setDelimiter(String) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
If set, returns results in a directory-like mode.
- setDelimiterBytes(ByteString) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
If set, returns results in a directory-like mode.
- setDestination(Object) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Required.
- setDestination(Object.Builder) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Required.
- setDestination(Object) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Properties of the destination, post-rewrite object.
- setDestination(Object.Builder) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Properties of the destination, post-rewrite object.
- setDestinationBucket(String) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- setDestinationBucketBytes(ByteString) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- setDestinationKmsKey(String) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The name of the Cloud KMS key that will be used to encrypt the destination
object.
- setDestinationKmsKeyBytes(ByteString) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The name of the Cloud KMS key that will be used to encrypt the destination
object.
- setDestinationName(String) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- setDestinationNameBytes(ByteString) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- setDestinationPredefinedAcl(String) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Apply a predefined set of access controls to the destination object.
- setDestinationPredefinedAcl(String) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Apply a predefined set of access controls to the destination object.
- setDestinationPredefinedAclBytes(ByteString) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Apply a predefined set of access controls to the destination object.
- setDestinationPredefinedAclBytes(ByteString) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Apply a predefined set of access controls to the destination object.
- 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.
- setDone(boolean) - Method in class com.google.storage.v2.RewriteResponse.Builder
-
`true` if the copy is finished; otherwise, `false` if
the copy is in progress.
- setDownloadDirectory(Path) - Method in class com.google.cloud.storage.transfermanager.ParallelDownloadConfig.Builder
-
Sets the base directory on the filesystem that all objects will be written to.
- setDownloadResults(List<ApiFuture<DownloadResult>>) - Method in class com.google.cloud.storage.transfermanager.DownloadJob.Builder
-
Sets the results for a DownloadJob being performed by Transfer Manager.
- 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.
- setEmailAddress(String) - Method in class com.google.storage.v2.ServiceAccount.Builder
-
The ID of the notification.
- setEmailAddressBytes(ByteString) - Method in class com.google.storage.v2.ServiceAccount.Builder
-
The ID of the notification.
- 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.cloud.storage.BucketInfo.Autoclass.Builder
-
Sets whether Autoclass is enabled for this bucket.
- setEnabled(boolean) - Method in class com.google.storage.v2.Bucket.Autoclass.Builder
-
Enables Autoclass.
- 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 the Customer-Supplied Encryption Keys
feature.
- setEncryptionAlgorithm(String) - Method in class com.google.storage.v2.CustomerEncryption.Builder
-
The encryption algorithm.
- setEncryptionAlgorithmBytes(ByteString) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
-
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
- setEncryptionAlgorithmBytes(ByteString) - Method in class com.google.storage.v2.CustomerEncryption.Builder
-
The encryption algorithm.
- setEncryptionKeyBytes(ByteString) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
-
Encryption key used with the Customer-Supplied Encryption Keys feature.
- setEncryptionKeySha256Bytes(ByteString) - Method in class com.google.storage.v2.CommonObjectRequestParams.Builder
-
SHA256 hash of encryption key used with the Customer-Supplied Encryption
Keys feature.
- setEnd(long) - Method in class com.google.storage.v2.ContentRange.Builder
-
The ending offset of the object data.
- setEntity(Acl.Entity) - Method in class com.google.cloud.storage.Acl.Builder
-
Sets the entity for the ACL object.
- 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}-{projectnumber}`
* `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}-{projectnumber}`
* `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*.
- setEntityAlt(String) - Method in class com.google.storage.v2.BucketAccessControl.Builder
-
Output only.
- setEntityAlt(String) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
-
Output only.
- setEntityAltBytes(ByteString) - Method in class com.google.storage.v2.BucketAccessControl.Builder
-
Output only.
- setEntityAltBytes(ByteString) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
-
Output only.
- 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}-{projectnumber}`
* `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}-{projectnumber}`
* `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.
- setEtag(String) - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata.Builder
-
- setEtag(String) - Method in class com.google.cloud.storage.Notification.Builder
-
- setEtag(String) - Method in class com.google.cloud.storage.NotificationInfo.Builder
-
- setEtag(String) - Method in class com.google.cloud.storage.NotificationInfo.BuilderImpl
-
- setEtag(String) - Method in class com.google.storage.v2.Bucket.Builder
-
The etag of the bucket.
- setEtag(String) - Method in class com.google.storage.v2.BucketAccessControl.Builder
-
The etag of the BucketAccessControl.
- setEtag(String) - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
The etag of the HMAC key.
- setEtag(String) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
The etag of the NotificationConfig.
- setEtag(String) - Method in class com.google.storage.v2.Object.Builder
-
The etag of the object.
- setEtag(String) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
-
The etag of the ObjectAccessControl.
- setEtagBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Builder
-
The etag of the bucket.
- setEtagBytes(ByteString) - Method in class com.google.storage.v2.BucketAccessControl.Builder
-
The etag of the BucketAccessControl.
- setEtagBytes(ByteString) - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
The etag of the HMAC key.
- setEtagBytes(ByteString) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
The etag of the NotificationConfig.
- setEtagBytes(ByteString) - Method in class com.google.storage.v2.Object.Builder
-
The etag of the object.
- setEtagBytes(ByteString) - Method in class com.google.storage.v2.ObjectAccessControl.Builder
-
The etag of the ObjectAccessControl.
- setEventBasedHold(Boolean) - Method in class com.google.cloud.storage.Blob.Builder
-
- setEventBasedHold(Boolean) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the blob's event-based hold.
- setEventBasedHold(boolean) - Method in class com.google.storage.v2.Object.Builder
-
Whether an object is under event-based hold.
- setEventTypes(NotificationInfo.EventType...) - Method in class com.google.cloud.storage.Notification.Builder
-
- setEventTypes(NotificationInfo.EventType...) - Method in class com.google.cloud.storage.NotificationInfo.Builder
-
- setEventTypes(NotificationInfo.EventType...) - Method in class com.google.cloud.storage.NotificationInfo.BuilderImpl
-
- setEventTypes(int, String) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
If present, only send notifications about listed event types.
- setException(Exception) - Method in class com.google.cloud.storage.transfermanager.DownloadResult.Builder
-
Sets the Exception produced by a failed download operation.
- setException(Exception) - Method in class com.google.cloud.storage.transfermanager.UploadResult.Builder
-
Sets the exception produced by a failed upload operation.
- setExpires(String) - Method in class com.google.cloud.storage.PostPolicyV4.PostFieldsV4.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.Bucket.Autoclass.Builder
-
- 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.CustomPlacementConfig.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.CancelResumableWriteRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.CancelResumableWriteResponse.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.ComposeObjectRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.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.CreateBucketRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.CreateHmacKeyResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.CustomerEncryption.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.DeleteBucketRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.DeleteNotificationConfigRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.GetBucketRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.GetNotificationConfigRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.GetServiceAccountRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.NotificationConfig.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.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.RewriteObjectRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.RewriteResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.ServiceAccount.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.UpdateBucketRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.storage.v2.UpdateObjectRequest.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.ComposeObjectRequest.SourceObject.Builder
-
The generation of this object to use as the source.
- setGeneration(long) - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
If present, permanently deletes a specific revision of this object (as
opposed to the latest version, the default).
- setGeneration(long) - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
If present, selects a specific revision of this object (as opposed to the
latest version, the default).
- 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).
- setGrpcInterceptorProvider(GrpcInterceptorProvider) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
- setHeaderProvider(HeaderProvider) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
- setHeaderProvider(HeaderProvider) - Method in class com.google.cloud.storage.HttpStorageOptions.Builder
-
- setHmacKey(HmacKeyMetadata) - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
Required.
- setHmacKey(HmacKeyMetadata.Builder) - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
Required.
- setHmacKeys(int, HmacKeyMetadata) - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
The list of items.
- setHmacKeys(int, HmacKeyMetadata.Builder) - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
The list of items.
- setHost(String) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
- setHost(String) - Method in class com.google.cloud.storage.HttpStorageOptions.Builder
-
- 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.
- setIamConfiguration(BucketInfo.IamConfiguration) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setIamConfiguration(BucketInfo.IamConfiguration) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the IamConfiguration to specify whether IAM access should be enabled.
- setIamPolicy(String, Policy, Map<StorageRpc.Option, ?>) - Method in class com.google.cloud.storage.spi.v1.HttpStorageRpc
-
- setIamPolicy(String, Policy, Map<StorageRpc.Option, ?>) - Method in interface com.google.cloud.storage.spi.v1.StorageRpc
-
Updates the IAM policy for the specified bucket.
- setIamPolicy(String, Policy, Storage.BucketSourceOption...) - Method in interface com.google.cloud.storage.Storage
-
Updates the IAM policy on the specified bucket.
- setIamPolicy(String, Policy, Map<StorageRpc.Option, ?>) - Method in class com.google.cloud.storage.testing.StorageRpcTestBase
-
- setIamPolicy(ResourceName, Policy) - Method in class com.google.storage.v2.StorageClient
-
Updates an IAM policy for the specified bucket or object.
- setIamPolicy(String, Policy) - Method in class com.google.storage.v2.StorageClient
-
Updates an IAM policy for the specified bucket or object.
- setIamPolicy(SetIamPolicyRequest) - Method in class com.google.storage.v2.StorageClient
-
Updates an IAM policy for the specified bucket or object.
- setIamPolicy(SetIamPolicyRequest, StreamObserver<Policy>) - Method in interface com.google.storage.v2.StorageGrpc.AsyncService
-
Updates an IAM policy for the specified bucket or object.
- setIamPolicy(SetIamPolicyRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageBlockingStub
-
Updates an IAM policy for the specified bucket or object.
- setIamPolicy(SetIamPolicyRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageFutureStub
-
Updates an IAM policy for the specified bucket or object.
- setIamPolicy(SetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.storage.v2.StorageGrpc.StorageStub
-
Updates an IAM policy for the specified bucket or object.
- setIamPolicyCallable() - Method in class com.google.storage.v2.StorageClient
-
Updates an IAM policy for the specified bucket or object.
- setIamPolicyCallable() - Method in class com.google.storage.v2.stub.GrpcStorageStub
-
- setIamPolicyCallable() - Method in class com.google.storage.v2.stub.StorageStub
-
- setIamPolicySettings() - Method in class com.google.storage.v2.StorageSettings.Builder
-
Returns the builder for the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.storage.v2.StorageSettings
-
Returns the object with the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.storage.v2.stub.StorageStubSettings.Builder
-
Returns the builder for the settings used for calls to setIamPolicy.
- setIamPolicySettings() - Method in class com.google.storage.v2.stub.StorageStubSettings
-
Returns the object with the settings used for calls to setIamPolicy.
- setId(String) - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata.Builder
-
- 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.HmacKeyMetadata.Builder
-
Immutable.
- 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.HmacKeyMetadata.Builder
-
Immutable.
- 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.ComposeObjectRequest.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.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder
-
Only perform the composition if the generation of the source object
that would be used matches this value.
- setIfGenerationMatch(long) - Method in class com.google.storage.v2.DeleteObjectRequest.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.GetObjectRequest.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.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.RewriteObjectRequest.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.UpdateObjectRequest.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.DeleteObjectRequest.Builder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- setIfGenerationNotMatch(long) - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- setIfGenerationNotMatch(long) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- setIfGenerationNotMatch(long) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the object's live generation
does not match the given value.
- setIfGenerationNotMatch(long) - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Makes the operation conditional on whether the object's live 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 live
generation does not match the given value.
- setIfMetagenerationMatch(long) - Method in class com.google.storage.v2.ComposeObjectRequest.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.DeleteBucketRequest.Builder
-
If set, only deletes the bucket if its metageneration matches this value.
- setIfMetagenerationMatch(long) - Method in class com.google.storage.v2.DeleteObjectRequest.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.GetBucketRequest.Builder
-
If set, and if the bucket's current metageneration does not match the
specified value, the request will return an error.
- setIfMetagenerationMatch(long) - Method in class com.google.storage.v2.GetObjectRequest.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.LockBucketRetentionPolicyRequest.Builder
-
Required.
- 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.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the destination object's current
metageneration matches the given value.
- setIfMetagenerationMatch(long) - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
If set, will only modify the bucket if its metageneration matches this
value.
- setIfMetagenerationMatch(long) - Method in class com.google.storage.v2.UpdateObjectRequest.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.DeleteBucketRequest.Builder
-
If set, only deletes the bucket if its metageneration does not match this
value.
- setIfMetagenerationNotMatch(long) - Method in class com.google.storage.v2.DeleteObjectRequest.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.GetBucketRequest.Builder
-
If set, and if the bucket's current metageneration matches the specified
value, the request will return an error.
- setIfMetagenerationNotMatch(long) - Method in class com.google.storage.v2.GetObjectRequest.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.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.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the destination object's current
metageneration does not match the given value.
- setIfMetagenerationNotMatch(long) - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
If set, will only modify the bucket if its metageneration does not match
this value.
- setIfMetagenerationNotMatch(long) - Method in class com.google.storage.v2.UpdateObjectRequest.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.
- setIfSourceGenerationMatch(long) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the source object's live
generation matches the given value.
- setIfSourceGenerationNotMatch(long) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the source object's live
generation does not match the given value.
- setIfSourceMetagenerationMatch(long) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the source object's current
metageneration matches the given value.
- setIfSourceMetagenerationNotMatch(long) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Makes the operation conditional on whether the source object's current
metageneration does not match the given value.
- setIncludeTrailingDelimiter(boolean) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
If true, objects that end in exactly one instance of `delimiter`
will have their metadata included in `items` in addition to
`prefixes`.
- setIndexPage(String) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setIndexPage(String) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the bucket's website index page.
- setInput(BlobInfo) - Method in class com.google.cloud.storage.transfermanager.DownloadResult.Builder
-
Sets the
BlobInfo
for the object request for download.
- setInput(BlobInfo) - Method in class com.google.cloud.storage.transfermanager.UploadResult.Builder
-
Sets the
BlobInfo
for the object request for upload.
- setIsBucketPolicyOnlyEnabled(Boolean) - Method in class com.google.cloud.storage.BucketInfo.IamConfiguration.Builder
-
Deprecated.
- setIsLive(Boolean) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
Sets an isLive Boolean condition.
- 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.
- setIsUniformBucketLevelAccessEnabled(Boolean) - Method in class com.google.cloud.storage.BucketInfo.IamConfiguration.Builder
-
Sets whether uniform bucket-level access is enabled for this bucket.
- setKeyRing(String) - Method in class com.google.storage.v2.CryptoKeyName.Builder
-
- setKeySha256Bytes(ByteString) - Method in class com.google.storage.v2.CustomerEncryption.Builder
-
SHA256 hash value of the encryption key.
- setKmsKey(String) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
Resource name of the Cloud KMS key, of the form
`projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
that will be used to encrypt the object.
- 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.ComposeObjectRequest.Builder
-
Resource name of the Cloud KMS key, of the form
`projects/my-project/locations/my-location/keyRings/my-kr/cryptoKeys/my-key`,
that will be used to encrypt the object.
- 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.
- setLabels(Map<String, String>) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setLabels(Map<String, String>) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the label of this bucket.
- setLexicographicEnd(String) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Optional.
- setLexicographicEndBytes(ByteString) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Optional.
- setLexicographicStart(String) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Optional.
- setLexicographicStartBytes(ByteString) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Optional.
- 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.
- setLifecycleRules(Iterable<? extends BucketInfo.LifecycleRule>) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setLifecycleRules(Iterable<? extends BucketInfo.LifecycleRule>) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the bucket's lifecycle configuration as a number of lifecycle rules, consisting of an
action and a condition.
- setLocation(String) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setLocation(String) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the bucket's location.
- setLocation(String) - Method in class com.google.storage.v2.Bucket.Builder
-
Immutable.
- setLocation(String) - Method in class com.google.storage.v2.CryptoKeyName.Builder
-
- 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
`iam_config.uniform_bucket_level_access.enabled` from `true` to
`false`.
- setLockTime(Timestamp.Builder) - Method in class com.google.storage.v2.Bucket.IamConfig.UniformBucketLevelAccess.Builder
-
The deadline time for changing
`iam_config.uniform_bucket_level_access.enabled` from `true` to
`false`.
- setLogBucket(String) - Method in class com.google.cloud.storage.BucketInfo.Logging.Builder
-
The destination bucket where the current bucket's logs should be placed.
- setLogBucket(String) - Method in class com.google.storage.v2.Bucket.Logging.Builder
-
The destination bucket where the current bucket's logs should be placed,
using path format (like `projects/123456/buckets/foo`).
- setLogBucketBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Logging.Builder
-
The destination bucket where the current bucket's logs should be placed,
using path format (like `projects/123456/buckets/foo`).
- setLogging(BucketInfo.Logging) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setLogging(BucketInfo.Logging) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
- 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.cloud.storage.BucketInfo.Logging.Builder
-
A prefix for log object names.
- 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.
- setMatchesPrefix(List<String>) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
Sets the list of prefixes.
- setMatchesPrefix(int, String) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
-
List of object name prefixes.
- setMatchesStorageClass(List<StorageClass>) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
Sets a list of Storage Classes for a objects that satisfy the condition to execute the
Action.
- 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.
- setMatchesSuffix(List<String>) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
Sets the list of suffixes.
- setMatchesSuffix(int, String) - Method in class com.google.storage.v2.Bucket.Lifecycle.Rule.Condition.Builder
-
List of object name suffixes.
- setMaxAgeSeconds(Integer) - Method in class com.google.cloud.storage.Cors.Builder
-
Sets the max time in seconds in which a client can issue requests before sending a new
preflight request.
- 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.
- setMaxBytesRewrittenPerCall(long) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The maximum number of bytes that will be rewritten per rewrite request.
- setMaxWorkers(int) - Method in class com.google.cloud.storage.transfermanager.TransferManagerConfig.Builder
-
Maximum amount of workers to be allocated to perform work in Transfer Manager
- setMd5(String) - Method in class com.google.cloud.storage.Blob.Builder
-
- setMd5(String) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the MD5 hash of blob's data.
- setMd5FromHexString(String) - Method in class com.google.cloud.storage.Blob.Builder
-
- setMd5FromHexString(String) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the MD5 hash of blob's data from hex string.
- setMd5Hash(ByteString) - Method in class com.google.storage.v2.ObjectChecksums.Builder
-
128 bit MD5 hash of the object data.
- setMegabytesCopiedPerChunk(Long) - Method in class com.google.cloud.storage.Storage.CopyRequest.Builder
-
Sets the maximum number of megabytes to copy for each RPC call.
- setMetadata(Map<String, String>) - Method in class com.google.cloud.storage.Blob.Builder
-
- setMetadata(Map<String, String>) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the blob's user provided metadata.
- setMetadata(HmacKey.HmacKeyMetadata) - Method in class com.google.cloud.storage.HmacKey.Builder
-
- setMetadata(HmacKeyMetadata) - Method in class com.google.storage.v2.CreateHmacKeyResponse.Builder
-
Key metadata.
- setMetadata(HmacKeyMetadata.Builder) - Method in class com.google.storage.v2.CreateHmacKeyResponse.Builder
-
Key metadata.
- 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".
- setMethods(Iterable<HttpMethod>) - Method in class com.google.cloud.storage.Cors.Builder
-
Sets the HTTP methods supported by this CORS configuration.
- setName(String) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setName(String) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the bucket's name.
- setName(String) - Method in class com.google.storage.v2.Bucket.Builder
-
Immutable.
- setName(String) - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
Required.
- setName(String) - Method in class com.google.storage.v2.DeleteBucketRequest.Builder
-
Required.
- setName(String) - Method in class com.google.storage.v2.DeleteNotificationConfigRequest.Builder
-
Required.
- setName(String) - Method in class com.google.storage.v2.GetBucketRequest.Builder
-
Required.
- setName(String) - Method in class com.google.storage.v2.GetNotificationConfigRequest.Builder
-
Required.
- setName(String) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Required.
- 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.ComposeObjectRequest.SourceObject.Builder
-
Required.
- setNameBytes(ByteString) - Method in class com.google.storage.v2.DeleteBucketRequest.Builder
-
Required.
- setNameBytes(ByteString) - Method in class com.google.storage.v2.DeleteNotificationConfigRequest.Builder
-
Required.
- setNameBytes(ByteString) - Method in class com.google.storage.v2.GetBucketRequest.Builder
-
Required.
- setNameBytes(ByteString) - Method in class com.google.storage.v2.GetNotificationConfigRequest.Builder
-
Required.
- setNameBytes(ByteString) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Required.
- setNameBytes(ByteString) - Method in class com.google.storage.v2.Object.Builder
-
Immutable.
- setNextPageToken(String) - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
The continuation token, used to page through large result sets.
- setNextPageToken(String) - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
The continuation token, used to page through large result sets.
- setNextPageToken(String) - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
A token, which can be sent as `page_token` to retrieve the next page.
- setNextPageToken(String) - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The continuation token, used to page through large result sets.
- setNextPageTokenBytes(ByteString) - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
The continuation token, used to page through large result sets.
- setNextPageTokenBytes(ByteString) - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
The continuation token, used to page through large result sets.
- setNextPageTokenBytes(ByteString) - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
A token, which can be sent as `page_token` to retrieve the next page.
- setNextPageTokenBytes(ByteString) - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The continuation token, used to page through large result sets.
- setNoncurrentTimeBefore(DateTime) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
- 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.
- setNoncurrentTimeBeforeOffsetDateTime(OffsetDateTime) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
Sets the date with only the date part (for instance, "2013-01-15").
- setNotFoundPage(String) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setNotFoundPage(String) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the custom object to return when a requested resource is not found.
- 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.
- setNotificationConfig(NotificationConfig) - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
Required.
- setNotificationConfig(NotificationConfig.Builder) - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
Required.
- setNotificationConfig(String) - Method in class com.google.storage.v2.NotificationConfigName.Builder
-
- setNotificationConfigs(int, NotificationConfig) - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
The list of items.
- setNotificationConfigs(int, NotificationConfig.Builder) - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
The list of items.
- setNumberOfNewerVersions(Integer) - Method in class com.google.cloud.storage.BucketInfo.LifecycleRule.LifecycleCondition.Builder
-
Sets the number of newer versions a Blob should have for an Action to be executed.
- 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.DeleteObjectRequest.Builder
-
Required.
- setObject(String) - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Required.
- setObject(String) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
-
Required.
- setObject(Object) - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Required.
- setObject(Object.Builder) - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Required.
- setObjectBytes(ByteString) - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
Required.
- setObjectBytes(ByteString) - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Required.
- setObjectBytes(ByteString) - Method in class com.google.storage.v2.ReadObjectRequest.Builder
-
Required.
- setObjectChecksums(ObjectChecksums) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
The checksums of the complete object.
- setObjectChecksums(ObjectChecksums.Builder) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
The checksums of the complete object.
- 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.RewriteObjectRequest.Builder
-
The checksums of the complete object.
- setObjectChecksums(ObjectChecksums.Builder) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
The checksums of the complete object.
- setObjectChecksums(ObjectChecksums) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
-
The checksums of the complete object.
- setObjectChecksums(ObjectChecksums.Builder) - Method in class com.google.storage.v2.StartResumableWriteRequest.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.
- setObjectNamePrefix(String) - Method in class com.google.cloud.storage.Notification.Builder
-
- setObjectNamePrefix(String) - Method in class com.google.cloud.storage.NotificationInfo.Builder
-
- setObjectNamePrefix(String) - Method in class com.google.cloud.storage.NotificationInfo.BuilderImpl
-
- setObjectNamePrefix(String) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
If present, only apply this NotificationConfig to object names that
begin with this prefix.
- setObjectNamePrefixBytes(ByteString) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
If present, only apply this NotificationConfig to object names that
begin with this prefix.
- setObjectPreconditions(ComposeObjectRequest.SourceObject.ObjectPreconditions) - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
Conditions that must be met for this operation to execute.
- setObjectPreconditions(ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder) - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
Conditions that must be met for this operation to execute.
- setObjects(int, Object) - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of items.
- setObjects(int, Object.Builder) - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of items.
- setObjectSize(long) - Method in class com.google.storage.v2.RewriteResponse.Builder
-
The total size of the object being copied in bytes.
- setObjectSize(long) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
-
The expected final object size being uploaded.
- setOptionsPerRequest(List<Storage.BlobSourceOption>) - Method in class com.google.cloud.storage.transfermanager.ParallelDownloadConfig.Builder
-
Sets the BlobSourceOptions that will be applied to each download request.
- setOrigin(int, String) - Method in class com.google.storage.v2.Bucket.Cors.Builder
-
The list of Origins eligible to receive CORS response headers.
- setOrigins(Iterable<Cors.Origin>) - Method in class com.google.cloud.storage.Cors.Builder
-
Sets the origins for this CORS configuration.
- setOutputDestination(Path) - Method in class com.google.cloud.storage.transfermanager.DownloadResult.Builder
-
Sets the location on the Filesystem the object has been written to.
- 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.
- setPageSize(int) - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Maximum number of buckets to return in a single response.
- setPageSize(int) - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
The maximum number of keys to return.
- setPageSize(int) - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
The maximum number of NotificationConfigs to return.
- setPageSize(int) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Maximum number of `items` plus `prefixes` to return
in a single page of responses.
- setPageToken(String) - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
A previously-returned page token representing part of the larger set of
results to view.
- setPageToken(String) - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
A previously returned token from ListHmacKeysResponse to get the next page.
- setPageToken(String) - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
A page token, received from a previous `ListNotificationConfigs` call.
- setPageToken(String) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
A previously-returned page token representing part of the larger set of
results to view.
- setPageTokenBytes(ByteString) - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
A previously-returned page token representing part of the larger set of
results to view.
- setPageTokenBytes(ByteString) - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
A previously returned token from ListHmacKeysResponse to get the next page.
- setPageTokenBytes(ByteString) - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
A page token, received from a previous `ListNotificationConfigs` call.
- setPageTokenBytes(ByteString) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
A previously-returned page token representing part of the larger set of
results to view.
- setParallelDownloadConfig(ParallelDownloadConfig) - Method in class com.google.cloud.storage.transfermanager.DownloadJob.Builder
-
- setParallelUploadConfig(ParallelUploadConfig) - Method in class com.google.cloud.storage.transfermanager.UploadJob.Builder
-
- setParent(String) - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Required.
- setParent(String) - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
Required.
- setParent(String) - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Required.
- setParent(String) - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
Required.
- setParent(String) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Required.
- setParentBytes(ByteString) - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Required.
- setParentBytes(ByteString) - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
Required.
- setParentBytes(ByteString) - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Required.
- setParentBytes(ByteString) - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
Required.
- setParentBytes(ByteString) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Required.
- setPayloadFormat(NotificationInfo.PayloadFormat) - Method in class com.google.cloud.storage.Notification.Builder
-
- setPayloadFormat(NotificationInfo.PayloadFormat) - Method in class com.google.cloud.storage.NotificationInfo.Builder
-
- setPayloadFormat(NotificationInfo.PayloadFormat) - Method in class com.google.cloud.storage.NotificationInfo.BuilderImpl
-
- setPayloadFormat(String) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Required.
- setPayloadFormatBytes(ByteString) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Required.
- 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.
- setPerWorkerBufferSize(int) - Method in class com.google.cloud.storage.transfermanager.TransferManagerConfig.Builder
-
Buffer size allowed to each worker
- setPredefinedAcl(String) - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Apply a predefined set of access controls to this bucket.
- setPredefinedAcl(String) - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Apply a predefined set of access controls to this bucket.
- setPredefinedAcl(String) - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Apply a predefined set of access controls to this object.
- setPredefinedAcl(String) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
-
Apply a predefined set of access controls to this object.
- setPredefinedAclBytes(ByteString) - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Apply a predefined set of access controls to this bucket.
- setPredefinedAclBytes(ByteString) - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Apply a predefined set of access controls to this bucket.
- setPredefinedAclBytes(ByteString) - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Apply a predefined set of access controls to this object.
- setPredefinedAclBytes(ByteString) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
-
Apply a predefined set of access controls to this object.
- setPredefinedDefaultObjectAcl(String) - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Apply a predefined set of default object access controls to this bucket.
- setPredefinedDefaultObjectAcl(String) - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Apply a predefined set of default object access controls to this bucket.
- setPredefinedDefaultObjectAclBytes(ByteString) - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
Apply a predefined set of default object access controls to this bucket.
- setPredefinedDefaultObjectAclBytes(ByteString) - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Apply a predefined set of default object access controls to this bucket.
- setPrefix(String) - Method in class com.google.cloud.storage.transfermanager.ParallelUploadConfig.Builder
-
Sets a common prefix that will be applied to all object paths in the destination bucket.
- setPrefix(String) - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Filter results to buckets whose names begin with this prefix.
- setPrefix(String) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Filter results to objects whose names begin with this prefix.
- setPrefixBytes(ByteString) - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Filter results to buckets whose names begin with this prefix.
- setPrefixBytes(ByteString) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Filter results to objects whose names begin with this prefix.
- setPrefixes(int, String) - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
- setProject(String) - Method in class com.google.storage.v2.Bucket.Builder
-
Immutable.
- setProject(String) - Method in class com.google.storage.v2.BucketName.Builder
-
- setProject(String) - Method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
Required.
- setProject(String) - Method in class com.google.storage.v2.CryptoKeyName.Builder
-
- setProject(String) - Method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
Required.
- setProject(String) - Method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
Required.
- setProject(String) - Method in class com.google.storage.v2.GetServiceAccountRequest.Builder
-
Required.
- setProject(String) - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
Immutable.
- setProject(String) - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
Required.
- setProject(String) - Method in class com.google.storage.v2.NotificationConfigName.Builder
-
- setProject(String) - Method in class com.google.storage.v2.ProjectName.Builder
-
- setProjectBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Builder
-
Immutable.
- setProjectBytes(ByteString) - Method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
Required.
- setProjectBytes(ByteString) - Method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
Required.
- setProjectBytes(ByteString) - Method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
Required.
- setProjectBytes(ByteString) - Method in class com.google.storage.v2.GetServiceAccountRequest.Builder
-
Required.
- setProjectBytes(ByteString) - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
Immutable.
- setProjectBytes(ByteString) - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
Required.
- setProjectId(String) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
- setProjectId(String) - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata.Builder
-
- setProjectId(String) - Method in class com.google.cloud.storage.HttpStorageOptions.Builder
-
- 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(BucketInfo.PublicAccessPrevention) - Method in class com.google.cloud.storage.BucketInfo.IamConfiguration.Builder
-
Sets the bucket's Public Access Prevention configuration.
- setPublicAccessPrevention(String) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
-
Whether IAM will enforce public access prevention.
- setPublicAccessPreventionBytes(ByteString) - Method in class com.google.storage.v2.Bucket.IamConfig.Builder
-
Whether IAM will enforce public access prevention.
- setQuotaProjectId(String) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
- setQuotaProjectId(String) - Method in class com.google.cloud.storage.HttpStorageOptions.Builder
-
- 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.GetBucketRequest.Builder
-
Mask specifying which fields to read.
- setReadMask(FieldMask.Builder) - Method in class com.google.storage.v2.GetBucketRequest.Builder
-
Mask specifying which fields to read.
- setReadMask(FieldMask) - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Mask specifying which fields to read.
- setReadMask(FieldMask.Builder) - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
Mask specifying which fields to read.
- setReadMask(FieldMask) - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Mask specifying which fields to read from each result.
- setReadMask(FieldMask.Builder) - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
Mask specifying which fields to read from each result.
- setReadMask(FieldMask) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Mask specifying which fields to read from each result.
- setReadMask(FieldMask.Builder) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
Mask specifying which fields to read from each result.
- 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.Autoclass.Builder
-
- 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.CustomPlacementConfig.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.CancelResumableWriteRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.CancelResumableWriteResponse.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.ComposeObjectRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.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.CreateBucketRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.CreateHmacKeyResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.CustomerEncryption.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.DeleteBucketRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.DeleteNotificationConfigRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.GetBucketRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.GetNotificationConfigRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.GetServiceAccountRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.NotificationConfig.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.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.RewriteObjectRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.RewriteResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.ServiceAccount.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.UpdateBucketRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.storage.v2.UpdateObjectRequest.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.cloud.storage.Bucket.Builder
-
- setRequesterPays(Boolean) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets whether a user accessing the bucket or an object it contains should assume the transit
costs related to the access.
- 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.RewriteResponse.Builder
-
A resource containing the metadata for the copied-to object.
- setResource(Object.Builder) - Method in class com.google.storage.v2.RewriteResponse.Builder
-
A resource containing the metadata for the copied-to 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
-
Required.
- setResource(Object.Builder) - Method in class com.google.storage.v2.WriteObjectSpec.Builder
-
Required.
- 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.
- setResponseHeaders(Iterable<String>) - Method in class com.google.cloud.storage.Cors.Builder
-
Sets the response headers supported by this CORS configuration.
- setRetentionDuration(Duration) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
-
The duration that objects need to be retained.
- setRetentionDuration(Duration.Builder) - Method in class com.google.storage.v2.Bucket.RetentionPolicy.Builder
-
The duration that objects need to be retained.
- 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.cloud.storage.Bucket.Builder
-
- setRetentionPeriod(Long) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
- setRetentionPeriodDuration(Duration) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setRetentionPeriodDuration(Duration) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
If policy is not locked this value can be cleared, increased, and decreased.
- 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.
- setRetrySettings(RetrySettings) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
- setRetrySettings(RetrySettings) - Method in class com.google.cloud.storage.HttpStorageOptions.Builder
-
- setRewriteToken(String) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Include this field (from the previous rewrite response) on each rewrite
request after the first one, until the rewrite response 'done' flag is
true.
- setRewriteToken(String) - Method in class com.google.storage.v2.RewriteResponse.Builder
-
A token to use in subsequent requests to continue copying data.
- setRewriteTokenBytes(ByteString) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Include this field (from the previous rewrite response) on each rewrite
request after the first one, until the rewrite response 'done' flag is
true.
- setRewriteTokenBytes(ByteString) - Method in class com.google.storage.v2.RewriteResponse.Builder
-
A token to use in subsequent requests to continue copying data.
- setRole(Acl.Role) - Method in class com.google.cloud.storage.Acl.Builder
-
Sets the role to associate to the entity
object.
- 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.
- setRpo(Rpo) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setRpo(Rpo) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the bucket's Recovery Point Objective (RPO).
- setRpo(String) - Method in class com.google.storage.v2.Bucket.Builder
-
The recovery point objective for cross-region replication of the bucket.
- setRpoBytes(ByteString) - Method in class com.google.storage.v2.Bucket.Builder
-
The recovery point objective for cross-region replication of the bucket.
- 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.
- setSecretKey(String) - Method in class com.google.cloud.storage.HmacKey.Builder
-
- setSecretKeyBytes(ByteString) - Method in class com.google.storage.v2.CreateHmacKeyResponse.Builder
-
HMAC key secret material.
- setSelfLink(String) - Method in class com.google.cloud.storage.Notification.Builder
-
- setSelfLink(String) - Method in class com.google.cloud.storage.NotificationInfo.Builder
-
- setSelfLink(String) - Method in class com.google.cloud.storage.NotificationInfo.BuilderImpl
-
- setServiceAccount(ServiceAccount) - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata.Builder
-
- setServiceAccountEmail(String) - Method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
Required.
- setServiceAccountEmail(String) - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
Output only.
- setServiceAccountEmail(String) - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
If set, filters to only return HMAC keys for specified service account.
- setServiceAccountEmailBytes(ByteString) - Method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
Required.
- setServiceAccountEmailBytes(ByteString) - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
Output only.
- setServiceAccountEmailBytes(ByteString) - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
If set, filters to only return HMAC keys for specified service account.
- setServiceFactory(ServiceFactory<Storage, StorageOptions>) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
- setServiceFactory(ServiceFactory<Storage, StorageOptions>) - Method in class com.google.cloud.storage.HttpStorageOptions.Builder
-
- setServiceRpcFactory(ServiceRpcFactory<StorageOptions>) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
- setServiceRpcFactory(ServiceRpcFactory<StorageOptions>) - Method in class com.google.cloud.storage.HttpStorageOptions.Builder
-
- setShowDeletedKeys(boolean) - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
If set, return deleted keys that have not yet been wiped out.
- setSignatureVersion(Storage.SignUrlOption.SignatureVersion) - Method in class com.google.cloud.storage.SignatureInfo.Builder
-
- setSize(long) - Method in class com.google.storage.v2.Object.Builder
-
Output only.
- setSkipIfExists(boolean) - Method in class com.google.cloud.storage.transfermanager.ParallelUploadConfig.Builder
-
Sets the parameter for skipIfExists.
- setSource(String, String) - Method in class com.google.cloud.storage.Storage.CopyRequest.Builder
-
Sets the blob to copy given bucket and blob name.
- setSource(BlobId) - Method in class com.google.cloud.storage.Storage.CopyRequest.Builder
-
Sets the blob to copy given a
BlobId
.
- setSourceBucket(String) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- setSourceBucketBytes(ByteString) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- setSourceGeneration(long) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
If present, selects a specific revision of the source object (as opposed to
the latest version, the default).
- setSourceObject(String) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- setSourceObjectBytes(ByteString) - Method in class com.google.storage.v2.RewriteObjectRequest.Builder
-
Required.
- setSourceObjects(int, ComposeObjectRequest.SourceObject) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
The list of source objects that will be concatenated into a single object.
- setSourceObjects(int, ComposeObjectRequest.SourceObject.Builder) - Method in class com.google.storage.v2.ComposeObjectRequest.Builder
-
The list of source objects that will be concatenated into a single object.
- setSourceOptions(Storage.BlobSourceOption...) - Method in class com.google.cloud.storage.Storage.CopyRequest.Builder
-
Sets blob's source options.
- setSourceOptions(Iterable<Storage.BlobSourceOption>) - Method in class com.google.cloud.storage.Storage.CopyRequest.Builder
-
Sets blob's source options.
- setStart(long) - Method in class com.google.storage.v2.ContentRange.Builder
-
The starting offset of the object data.
- setState(HmacKey.HmacKeyState) - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata.Builder
-
- setState(String) - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
State of the key.
- setStateBytes(ByteString) - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
State of the key.
- setStatus(TransferStatus) - Method in class com.google.cloud.storage.transfermanager.DownloadResult.Builder
-
Sets the status of the download.This field is required.
- setStatus(TransferStatus) - Method in class com.google.cloud.storage.transfermanager.UploadResult.Builder
-
Sets the Status of the Upload request.
- setStorageClass(StorageClass) - Method in class com.google.cloud.storage.Blob.Builder
-
- setStorageClass(StorageClass) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the blob's storage class.
- setStorageClass(StorageClass) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setStorageClass(StorageClass) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets the bucket's storage class.
- 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.
- setStorageOptions(StorageOptions) - Method in class com.google.cloud.storage.transfermanager.TransferManagerConfig.Builder
-
Storage options that Transfer Manager will use to interact with Google Cloud Storage
- setStorageRetryStrategy(StorageRetryStrategy) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
Override the default retry handling behavior with an alternate strategy.
- setStorageRetryStrategy(StorageRetryStrategy) - Method in class com.google.cloud.storage.HttpStorageOptions.Builder
-
Override the default retry handling behavior with an alternate strategy.
- setStorageRetryStrategy(StorageRetryStrategy) - Method in class com.google.cloud.storage.StorageOptions.Builder
-
- setStripPrefix(String) - Method in class com.google.cloud.storage.transfermanager.ParallelDownloadConfig.Builder
-
Sets the value for stripPrefix.
- setSuccessActionRedirect(String) - Method in class com.google.cloud.storage.PostPolicyV4.PostFieldsV4.Builder
-
- setSuccessActionStatus(int) - Method in class com.google.cloud.storage.PostPolicyV4.PostFieldsV4.Builder
-
- setTarget(BlobInfo) - Method in class com.google.cloud.storage.Storage.ComposeRequest.Builder
-
Sets compose operation's target blob.
- setTarget(BlobId) - Method in class com.google.cloud.storage.Storage.CopyRequest.Builder
-
Sets the copy target.
- setTarget(BlobId, Storage.BlobTargetOption...) - Method in class com.google.cloud.storage.Storage.CopyRequest.Builder
-
Sets the copy target.
- setTarget(BlobInfo, Storage.BlobTargetOption...) - Method in class com.google.cloud.storage.Storage.CopyRequest.Builder
-
Sets the copy target and target options.
- setTarget(BlobInfo, Iterable<Storage.BlobTargetOption>) - Method in class com.google.cloud.storage.Storage.CopyRequest.Builder
-
Sets the copy target and target options.
- setTarget(BlobId, Iterable<Storage.BlobTargetOption>) - Method in class com.google.cloud.storage.Storage.CopyRequest.Builder
-
Sets the copy target and target options.
- setTargetOptions(Storage.BlobTargetOption...) - Method in class com.google.cloud.storage.Storage.ComposeRequest.Builder
-
Sets compose operation's target blob options.
- setTargetOptions(Iterable<Storage.BlobTargetOption>) - Method in class com.google.cloud.storage.Storage.ComposeRequest.Builder
-
Sets compose operation's target blob options.
- 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.cloud.storage.Blob.Builder
-
- setTemporaryHold(Boolean) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
Sets the blob's temporary hold.
- setTemporaryHold(boolean) - Method in class com.google.storage.v2.Object.Builder
-
Whether an object is under temporary hold.
- setTerminationAwaitDuration(Duration) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
Set the maximum duration in which to await termination of any outstanding requests when
calling
Storage.close()
- setTimestamp(long) - Method in class com.google.cloud.storage.SignatureInfo.Builder
-
- setTimeStorageClassUpdated(Long) - Method in class com.google.cloud.storage.Blob.Builder
-
- setTimeStorageClassUpdated(Long) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
- setTimeStorageClassUpdatedOffsetDateTime(OffsetDateTime) - Method in class com.google.cloud.storage.Blob.Builder
-
- setTimeStorageClassUpdatedOffsetDateTime(OffsetDateTime) - Method in class com.google.cloud.storage.BlobInfo.Builder
-
- setToggleTime(Timestamp) - Method in class com.google.storage.v2.Bucket.Autoclass.Builder
-
Output only.
- setToggleTime(Timestamp.Builder) - Method in class com.google.storage.v2.Bucket.Autoclass.Builder
-
Output only.
- setTopic(String) - Method in class com.google.cloud.storage.Notification.Builder
-
- setTopic(String) - Method in class com.google.cloud.storage.NotificationInfo.Builder
-
- setTopic(String) - Method in class com.google.cloud.storage.NotificationInfo.BuilderImpl
-
Sets a topic in the format of "projects/{project}/topics/{topic}".
- setTopic(String) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Required.
- setTopicBytes(ByteString) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
Required.
- setTotalBytesRewritten(long) - Method in class com.google.storage.v2.RewriteResponse.Builder
-
The total bytes written so far, which can be used to provide a waiting user
with a progress indicator.
- setTransportOptions(TransportOptions) - Method in class com.google.cloud.storage.GrpcStorageOptions.Builder
-
- setTransportOptions(TransportOptions) - Method in class com.google.cloud.storage.HttpStorageOptions.Builder
-
- 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.Autoclass.Builder
-
- 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.CustomPlacementConfig.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.CancelResumableWriteRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.CancelResumableWriteResponse.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.ComposeObjectRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ContentRange.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.CreateBucketRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.CreateHmacKeyRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.CreateHmacKeyResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.CreateNotificationConfigRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.CustomerEncryption.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.DeleteBucketRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.DeleteHmacKeyRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.DeleteNotificationConfigRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.DeleteObjectRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.GetBucketRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.GetHmacKeyRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.GetNotificationConfigRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.GetObjectRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.GetServiceAccountRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.HmacKeyMetadata.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ListBucketsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ListBucketsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ListHmacKeysRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ListHmacKeysResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ListNotificationConfigsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ListNotificationConfigsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ListObjectsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.LockBucketRetentionPolicyRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.NotificationConfig.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.Object.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.RewriteObjectRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.RewriteResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.ServiceAccount.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.UpdateBucketRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.google.storage.v2.UpdateObjectRequest.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
-
- setUpdateMask(FieldMask) - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Required.
- setUpdateMask(FieldMask.Builder) - Method in class com.google.storage.v2.UpdateBucketRequest.Builder
-
Required.
- setUpdateMask(FieldMask) - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
Update mask for hmac_key.
- setUpdateMask(FieldMask.Builder) - Method in class com.google.storage.v2.UpdateHmacKeyRequest.Builder
-
Update mask for hmac_key.
- setUpdateMask(FieldMask) - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Required.
- setUpdateMask(FieldMask.Builder) - Method in class com.google.storage.v2.UpdateObjectRequest.Builder
-
Required.
- 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(long) - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata.Builder
-
- 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.HmacKeyMetadata.Builder
-
Output only.
- setUpdateTime(Timestamp.Builder) - Method in class com.google.storage.v2.HmacKeyMetadata.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.
- setUpdateTimeOffsetDateTime(OffsetDateTime) - Method in class com.google.cloud.storage.HmacKey.HmacKeyMetadata.Builder
-
- setUploadedBlob(BlobInfo) - Method in class com.google.cloud.storage.transfermanager.UploadResult.Builder
-
Sets the
BlobInfo
for the uploaded object.
- setUploadId(String) - Method in class com.google.storage.v2.CancelResumableWriteRequest.Builder
-
Required.
- 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.CancelResumableWriteRequest.Builder
-
Required.
- 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.
- setUploadResults(List<ApiFuture<UploadResult>>) - Method in class com.google.cloud.storage.transfermanager.UploadJob.Builder
-
Sets the results for a UploadJob being performed by Transfer Manager.
- 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.
- setVersioningEnabled(Boolean) - Method in class com.google.cloud.storage.Bucket.Builder
-
- setVersioningEnabled(Boolean) - Method in class com.google.cloud.storage.BucketInfo.Builder
-
Sets whether versioning should be enabled for this bucket.
- setVersions(boolean) - Method in class com.google.storage.v2.ListObjectsRequest.Builder
-
If `true`, lists all versions of an object as distinct results.
- 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
-
Required.
- setWriteObjectSpec(WriteObjectSpec.Builder) - Method in class com.google.storage.v2.StartResumableWriteRequest.Builder
-
Required.
- 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.
- setWriteOptsPerRequest(List<Storage.BlobWriteOption>) - Method in class com.google.cloud.storage.transfermanager.ParallelUploadConfig.Builder
-
Sets the BlobWriteOptions that will be applied to each upload request.
- shouldRefreshService(Storage) - Method in class com.google.cloud.storage.GrpcStorageOptions
-
- shouldReturnRawInputStream(boolean) - Static method in class com.google.cloud.storage.Blob.BlobSourceOption
-
Returns an option for whether the request should return the raw input stream, instead of
automatically decompressing the content.
- shouldReturnRawInputStream(boolean) - Static method in class com.google.cloud.storage.Storage.BlobGetOption
-
Returns an option for whether the request should return the raw input stream, instead of
automatically decompressing the content.
- shouldReturnRawInputStream(boolean) - Static method in class com.google.cloud.storage.Storage.BlobSourceOption
-
Returns an option for whether the request should return the raw input stream, instead of
automatically decompressing the content.
- SHOW_DELETED_KEYS_FIELD_NUMBER - Static variable in class com.google.storage.v2.ListHmacKeysRequest
-
- showDeletedKeys(boolean) - Static method in class com.google.cloud.storage.Storage.ListHmacKeysOption
-
Returns an option to specify whether to show deleted keys in the result.
- shutdown() - Method in class com.google.storage.v2.StorageClient
-
- shutdown() - Method in class com.google.storage.v2.stub.GrpcStorageStub
-
- shutdownNow() - Method in class com.google.storage.v2.StorageClient
-
- shutdownNow() - Method in class com.google.storage.v2.stub.GrpcStorageStub
-
- SignatureInfo - Class in com.google.cloud.storage
-
Signature Info holds payload components of the string that requires signing.
- SignatureInfo.Builder - Class in com.google.cloud.storage
-
- signUrl(long, TimeUnit, Storage.SignUrlOption...) - Method in class com.google.cloud.storage.Blob
-
Generates a signed URL for this blob.
- signUrl(BlobInfo, long, TimeUnit, Storage.SignUrlOption...) - Method in interface com.google.cloud.storage.Storage
-
Generates a signed URL for a blob.
- signWith(ServiceAccountSigner) - Static method in class com.google.cloud.storage.Storage.PostPolicyV4Option
-
Provides a service account signer to sign the policy.
- signWith(ServiceAccountSigner) - Static method in class com.google.cloud.storage.Storage.SignUrlOption
-
Provides a service account signer to sign the URL.
- SIZE_FIELD_NUMBER - Static variable in class com.google.storage.v2.Object
-
- source - Variable in class com.google.cloud.storage.spi.v1.StorageRpc.RewriteRequest
-
- SOURCE_BUCKET_FIELD_NUMBER - Static variable in class com.google.storage.v2.RewriteObjectRequest
-
- SOURCE_GENERATION_FIELD_NUMBER - Static variable in class com.google.storage.v2.RewriteObjectRequest
-
- SOURCE_OBJECT_FIELD_NUMBER - Static variable in class com.google.storage.v2.RewriteObjectRequest
-
- SOURCE_OBJECTS_FIELD_NUMBER - Static variable in class com.google.storage.v2.ComposeObjectRequest
-
- sourceOptions - Variable in class com.google.cloud.storage.spi.v1.StorageRpc.RewriteRequest
-
- 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.
- STANDARD - Static variable in class com.google.cloud.storage.StorageClass
-
Standard storage class.
- START_FIELD_NUMBER - Static variable in class com.google.storage.v2.ContentRange
-
- startOffset(String) - Static method in class com.google.cloud.storage.Storage.BlobListOption
-
Returns an option to set a startOffset to filter results to objects whose names are
lexicographically equal to or after startOffset.
- startResumableWrite(StartResumableWriteRequest) - Method in class com.google.storage.v2.StorageClient
-
Starts a resumable write.
- startResumableWrite(StartResumableWriteRequest, StreamObserver<StartResumableWriteResponse>) - Method in interface com.google.storage.v2.StorageGrpc.AsyncService
-
Starts a resumable write.
- startResumableWrite(StartResumableWriteRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageBlockingStub
-
Starts a resumable write.
- startResumableWrite(StartResumableWriteRequest) - Method in class com.google.storage.v2.StorageGrpc.StorageFutureStub
-
Starts a resumable write.
- startResumableWrite(StartResumableWriteRequest, StreamObserver<StartResumableWriteResponse>) - Method in class com.google.storage.v2.StorageGrpc.StorageStub
-
Starts a resumable write.
- startResumableWriteCallable() - Method in class com.google.storage.v2.StorageClient
-
Starts a resumable write.
- startResumableWriteCallable() - Method in class com.google.storage.v2.stub.GrpcStorageStub
-
- startResumableWriteCallable() - Method in class com.google.storage.v2.stub.StorageStub
-
- 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
-
- startResumableWriteSettings() - Method in class com.google.storage.v2.StorageSettings.Builder
-
Returns the builder for the settings used for calls to startResumableWrite.
- startResumableWriteSettings() - Method in class com.google.storage.v2.StorageSettings
-
Returns the object with the settings used for calls to startResumableWrite.
- startResumableWriteSettings() - Method in class com.google.storage.v2.stub.StorageStubSettings.Builder
-
Returns the builder for the settings used for calls to startResumableWrite.
- startResumableWriteSettings() - Method in class com.google.storage.v2.stub.StorageStubSettings
-
Returns the object with the settings used for calls to startResumableWrite.
- STATE_FIELD_NUMBER - Static variable in class com.google.storage.v2.HmacKeyMetadata
-
- Storage - Interface in com.google.cloud.storage
-
An interface for Google Cloud Storage.
- Storage.BlobField - Enum in com.google.cloud.storage
-
- Storage.BlobGetOption - Class in com.google.cloud.storage
-
Class for specifying blob get options.
- Storage.BlobListOption - Class in com.google.cloud.storage
-
Class for specifying blob list options.
- Storage.BlobSourceOption - Class in com.google.cloud.storage
-
Class for specifying blob source options.
- Storage.BlobTargetOption - Class in com.google.cloud.storage
-
Class for specifying blob target options.
- Storage.BlobWriteOption - Class in com.google.cloud.storage
-
Class for specifying blob write options.
- Storage.BucketField - Enum in com.google.cloud.storage
-
- Storage.BucketGetOption - Class in com.google.cloud.storage
-
Class for specifying bucket get options.
- Storage.BucketListOption - Class in com.google.cloud.storage
-
Class for specifying bucket list options.
- Storage.BucketSourceOption - Class in com.google.cloud.storage
-
Class for specifying bucket source options.
- Storage.BucketTargetOption - Class in com.google.cloud.storage
-
Class for specifying bucket target options.
- Storage.ComposeRequest - Class in com.google.cloud.storage
-
A class to contain all information needed for a Google Cloud Storage Compose operation.
- Storage.ComposeRequest.Builder - Class in com.google.cloud.storage
-
- Storage.ComposeRequest.SourceBlob - Class in com.google.cloud.storage
-
Class for Compose source blobs.
- Storage.CopyRequest - Class in com.google.cloud.storage
-
A class to contain all information needed for a Google Cloud Storage Copy operation.
- Storage.CopyRequest.Builder - Class in com.google.cloud.storage
-
- Storage.CreateHmacKeyOption - Class in com.google.cloud.storage
-
Class for specifying createHmacKey options
- Storage.DeleteHmacKeyOption - Class in com.google.cloud.storage
-
Class for specifying deleteHmacKey options
- Storage.GetHmacKeyOption - Class in com.google.cloud.storage
-
Class for specifying getHmacKey options
- Storage.ListHmacKeysOption - Class in com.google.cloud.storage
-
Class for specifying listHmacKeys options
- Storage.PostPolicyV4Option - Class in com.google.cloud.storage
-
Class for specifying Post Policy V4 options.
- Storage.PredefinedAcl - Enum in com.google.cloud.storage
-
- Storage.SignUrlOption - Class in com.google.cloud.storage
-
Class for specifying signed URL options.
- Storage.UpdateHmacKeyOption - Class in com.google.cloud.storage
-
Class for specifying updateHmacKey options
- Storage.UriScheme - Enum in com.google.cloud.storage
-
- 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
-
- StorageBatch - Class in com.google.cloud.storage
-
A batch of operations to be submitted to Google Cloud Storage using a single RPC request.
- StorageBatchResult<T> - Class in com.google.cloud.storage
-
This class holds a single result of a batch call to Cloud Storage.
- StorageClass - Class in com.google.cloud.storage
-
Enums for the storage classes.
- StorageClient - Class in com.google.storage.v2
-
Service Description: ## API Overview and Naming Syntax
- StorageClient(StorageSettings) - Constructor for class com.google.storage.v2.StorageClient
-
Constructs an instance of StorageClient, using the given settings.
- StorageClient(StorageStub) - Constructor for class com.google.storage.v2.StorageClient
-
- StorageClient.ListBucketsFixedSizeCollection - Class in com.google.storage.v2
-
- StorageClient.ListBucketsPage - Class in com.google.storage.v2
-
- StorageClient.ListBucketsPagedResponse - Class in com.google.storage.v2
-
- StorageClient.ListHmacKeysFixedSizeCollection - Class in com.google.storage.v2
-
- StorageClient.ListHmacKeysPage - Class in com.google.storage.v2
-
- StorageClient.ListHmacKeysPagedResponse - Class in com.google.storage.v2
-
- StorageClient.ListNotificationConfigsFixedSizeCollection - Class in com.google.storage.v2
-
- StorageClient.ListNotificationConfigsPage - Class in com.google.storage.v2
-
- StorageClient.ListNotificationConfigsPagedResponse - Class in com.google.storage.v2
-
- StorageClient.ListObjectsFixedSizeCollection - Class in com.google.storage.v2
-
- StorageClient.ListObjectsPage - Class in com.google.storage.v2
-
- StorageClient.ListObjectsPagedResponse - Class in com.google.storage.v2
-
- StorageException - Exception in com.google.cloud.storage
-
Storage service exception.
- StorageException(int, String) - Constructor for exception com.google.cloud.storage.StorageException
-
- StorageException(int, String, Throwable) - Constructor for exception com.google.cloud.storage.StorageException
-
- StorageException(int, String, String, Throwable) - Constructor for exception com.google.cloud.storage.StorageException
-
- StorageException(IOException) - Constructor for exception com.google.cloud.storage.StorageException
-
- StorageException(GoogleJsonError) - Constructor for exception com.google.cloud.storage.StorageException
-
- StorageFactory - Interface in com.google.cloud.storage
-
An interface for Storage factories.
- StorageGrpc - Class in com.google.storage.v2
-
## API Overview and Naming Syntax
The Cloud Storage gRPC API allows applications to read and write data through
the abstractions of buckets and objects.
- StorageGrpc.AsyncService - Interface in com.google.storage.v2
-
## API Overview and Naming Syntax
The Cloud Storage gRPC API allows applications to read and write data through
the abstractions of buckets and objects.
- StorageGrpc.StorageBlockingStub - Class in com.google.storage.v2
-
A stub to allow clients to do synchronous rpc calls to service Storage.
- StorageGrpc.StorageFutureStub - Class in com.google.storage.v2
-
A stub to allow clients to do ListenableFuture-style rpc calls to service Storage.
- StorageGrpc.StorageImplBase - Class in com.google.storage.v2
-
Base class for the server implementation of the service Storage.
- StorageGrpc.StorageStub - Class in com.google.storage.v2
-
A stub to allow clients to do asynchronous rpc calls to service Storage.
- StorageHelperException(String) - Constructor for exception com.google.cloud.storage.testing.RemoteStorageHelper.StorageHelperException
-
- StorageHelperException(String, Throwable) - Constructor for exception com.google.cloud.storage.testing.RemoteStorageHelper.StorageHelperException
-
- StorageImplBase() - Constructor for class com.google.storage.v2.StorageGrpc.StorageImplBase
-
- StorageOptions - Class in com.google.cloud.storage
-
- StorageOptions.Builder - Class in com.google.cloud.storage
-
- StorageOptions.DefaultStorageFactory - Class in com.google.cloud.storage
-
- StorageOptions.DefaultStorageRpcFactory - Class in com.google.cloud.storage
-
- StorageProto - Class in com.google.storage.v2
-
- StorageRetryStrategy - Interface in com.google.cloud.storage
-
A factory class which is used to provide access to
ResultRetryAlgorithm
for idempotent
and non-idempotent calls made via
Storage
.
- StorageRoles - Class in com.google.cloud.storage
-
IAM roles specific to Storage.
- StorageRpc - Interface in com.google.cloud.storage.spi.v1
-
- StorageRpc.Option - Enum in com.google.cloud.storage.spi.v1
-
- StorageRpc.RewriteRequest - Class in com.google.cloud.storage.spi.v1
-
- StorageRpc.RewriteResponse - Class in com.google.cloud.storage.spi.v1
-
- StorageRpcFactory - Interface in com.google.cloud.storage.spi
-
An interface for Storage RPC factory.
- StorageRpcTestBase - Class in com.google.cloud.storage.testing
-
A stub implementation of
StorageRpc
which can be used outside of the Storage module for
testing purposes.
- StorageRpcTestBase() - Constructor for class com.google.cloud.storage.testing.StorageRpcTestBase
-
- StorageSettings - Class in com.google.storage.v2
-
- StorageSettings(StorageSettings.Builder) - Constructor for class com.google.storage.v2.StorageSettings
-
- StorageSettings.Builder - Class in com.google.storage.v2
-
Builder for StorageSettings.
- StorageStub - Class in com.google.storage.v2.stub
-
Base stub class for the Storage service API.
- StorageStub() - Constructor for class com.google.storage.v2.stub.StorageStub
-
- StorageStubSettings - Class in com.google.storage.v2.stub
-
Settings class to configure an instance of
StorageStub
.
- StorageStubSettings(StorageStubSettings.Builder) - Constructor for class com.google.storage.v2.stub.StorageStubSettings
-
- StorageStubSettings.Builder - Class in com.google.storage.v2.stub
-
Builder for StorageStubSettings.
- submit() - Method in interface com.google.cloud.storage.spi.v1.RpcBatch
-
Submits a batch of requests for processing using a single RPC request to Cloud Storage.
- submit() - Method in class com.google.cloud.storage.StorageBatch
-
Submits this batch for processing using a single RPC request.
- success(T) - Method in class com.google.cloud.storage.StorageBatchResult
-