Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
Modifier and Type | Method and Description |
---|---|
CustomerEncryption |
CustomerEncryption.Builder.build() |
CustomerEncryption |
CustomerEncryption.Builder.buildPartial() |
CustomerEncryption |
ObjectOrBuilder.getCustomerEncryption()
Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
such a key.
|
CustomerEncryption |
Object.getCustomerEncryption()
Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
such a key.
|
CustomerEncryption |
Object.Builder.getCustomerEncryption()
Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
such a key.
|
static CustomerEncryption |
CustomerEncryption.getDefaultInstance() |
CustomerEncryption |
CustomerEncryption.getDefaultInstanceForType() |
CustomerEncryption |
CustomerEncryption.Builder.getDefaultInstanceForType() |
static CustomerEncryption |
CustomerEncryption.parseDelimitedFrom(InputStream input) |
static CustomerEncryption |
CustomerEncryption.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomerEncryption |
CustomerEncryption.parseFrom(byte[] data) |
static CustomerEncryption |
CustomerEncryption.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomerEncryption |
CustomerEncryption.parseFrom(ByteBuffer data) |
static CustomerEncryption |
CustomerEncryption.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomerEncryption |
CustomerEncryption.parseFrom(com.google.protobuf.ByteString data) |
static CustomerEncryption |
CustomerEncryption.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomerEncryption |
CustomerEncryption.parseFrom(com.google.protobuf.CodedInputStream input) |
static CustomerEncryption |
CustomerEncryption.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomerEncryption |
CustomerEncryption.parseFrom(InputStream input) |
static CustomerEncryption |
CustomerEncryption.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<CustomerEncryption> |
CustomerEncryption.getParserForType() |
static com.google.protobuf.Parser<CustomerEncryption> |
CustomerEncryption.parser() |
Modifier and Type | Method and Description |
---|---|
Object.Builder |
Object.Builder.mergeCustomerEncryption(CustomerEncryption value)
Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
such a key.
|
CustomerEncryption.Builder |
CustomerEncryption.Builder.mergeFrom(CustomerEncryption other) |
static CustomerEncryption.Builder |
CustomerEncryption.newBuilder(CustomerEncryption prototype) |
Object.Builder |
Object.Builder.setCustomerEncryption(CustomerEncryption value)
Metadata of Customer-Supplied Encryption Key, if the object is encrypted by
such a key.
|
Copyright © 2023 Google LLC. All rights reserved.