| Modifier and Type | Method and Description |
|---|---|
StorageConfig |
StorageConfig.Builder.build() |
StorageConfig |
StorageConfig.Builder.buildPartial() |
static StorageConfig |
StorageConfig.getDefaultInstance() |
StorageConfig |
StorageConfig.getDefaultInstanceForType() |
StorageConfig |
StorageConfig.Builder.getDefaultInstanceForType() |
StorageConfig |
InspectJobConfig.getStorageConfig()
The data to scan.
|
StorageConfig |
InspectJobConfig.Builder.getStorageConfig()
The data to scan.
|
StorageConfig |
InspectJobConfigOrBuilder.getStorageConfig()
The data to scan.
|
static StorageConfig |
StorageConfig.parseDelimitedFrom(InputStream input) |
static StorageConfig |
StorageConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageConfig |
StorageConfig.parseFrom(byte[] data) |
static StorageConfig |
StorageConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageConfig |
StorageConfig.parseFrom(ByteBuffer data) |
static StorageConfig |
StorageConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageConfig |
StorageConfig.parseFrom(com.google.protobuf.ByteString data) |
static StorageConfig |
StorageConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageConfig |
StorageConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static StorageConfig |
StorageConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StorageConfig |
StorageConfig.parseFrom(InputStream input) |
static StorageConfig |
StorageConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<StorageConfig> |
StorageConfig.getParserForType() |
static com.google.protobuf.Parser<StorageConfig> |
StorageConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
StorageConfig.Builder |
StorageConfig.Builder.mergeFrom(StorageConfig other) |
InspectJobConfig.Builder |
InspectJobConfig.Builder.mergeStorageConfig(StorageConfig value)
The data to scan.
|
static StorageConfig.Builder |
StorageConfig.newBuilder(StorageConfig prototype) |
InspectJobConfig.Builder |
InspectJobConfig.Builder.setStorageConfig(StorageConfig value)
The data to scan.
|
Copyright © 2022 Google LLC. All rights reserved.