| Modifier and Type | Method and Description |
|---|---|
StorageProperties |
StorageProperties.Builder.build() |
StorageProperties |
StorageProperties.Builder.buildPartial() |
static StorageProperties |
StorageProperties.getDefaultInstance() |
StorageProperties |
StorageProperties.getDefaultInstanceForType() |
StorageProperties |
StorageProperties.Builder.getDefaultInstanceForType() |
StorageProperties |
DataSource.getStorageProperties()
Detailed properties of the underlying storage.
|
StorageProperties |
DataSource.Builder.getStorageProperties()
Detailed properties of the underlying storage.
|
StorageProperties |
DataSourceOrBuilder.getStorageProperties()
Detailed properties of the underlying storage.
|
static StorageProperties |
StorageProperties.parseDelimitedFrom(InputStream input) |
static StorageProperties |
StorageProperties.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageProperties |
StorageProperties.parseFrom(byte[] data) |
static StorageProperties |
StorageProperties.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageProperties |
StorageProperties.parseFrom(ByteBuffer data) |
static StorageProperties |
StorageProperties.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageProperties |
StorageProperties.parseFrom(com.google.protobuf.ByteString data) |
static StorageProperties |
StorageProperties.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageProperties |
StorageProperties.parseFrom(com.google.protobuf.CodedInputStream input) |
static StorageProperties |
StorageProperties.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageProperties |
StorageProperties.parseFrom(InputStream input) |
static StorageProperties |
StorageProperties.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<StorageProperties> |
StorageProperties.getParserForType() |
static com.google.protobuf.Parser<StorageProperties> |
StorageProperties.parser() |
| Modifier and Type | Method and Description |
|---|---|
StorageProperties.Builder |
StorageProperties.Builder.mergeFrom(StorageProperties other) |
DataSource.Builder |
DataSource.Builder.mergeStorageProperties(StorageProperties value)
Detailed properties of the underlying storage.
|
static StorageProperties.Builder |
StorageProperties.newBuilder(StorageProperties prototype) |
DataSource.Builder |
DataSource.Builder.setStorageProperties(StorageProperties value)
Detailed properties of the underlying storage.
|
Copyright © 2023 Google LLC. All rights reserved.