| Modifier and Type | Method and Description |
|---|---|
InfoTypeStats |
InfoTypeStats.Builder.build() |
InfoTypeStats |
InfoTypeStats.Builder.buildPartial() |
static InfoTypeStats |
InfoTypeStats.getDefaultInstance() |
InfoTypeStats |
InfoTypeStats.getDefaultInstanceForType() |
InfoTypeStats |
InfoTypeStats.Builder.getDefaultInstanceForType() |
InfoTypeStats |
InspectDataSourceDetails.ResultOrBuilder.getInfoTypeStats(int index)
Statistics of how many instances of each info type were found during
inspect job.
|
InfoTypeStats |
InspectDataSourceDetails.Result.getInfoTypeStats(int index)
Statistics of how many instances of each info type were found during
inspect job.
|
InfoTypeStats |
InspectDataSourceDetails.Result.Builder.getInfoTypeStats(int index)
Statistics of how many instances of each info type were found during
inspect job.
|
static InfoTypeStats |
InfoTypeStats.parseDelimitedFrom(InputStream input) |
static InfoTypeStats |
InfoTypeStats.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InfoTypeStats |
InfoTypeStats.parseFrom(byte[] data) |
static InfoTypeStats |
InfoTypeStats.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InfoTypeStats |
InfoTypeStats.parseFrom(ByteBuffer data) |
static InfoTypeStats |
InfoTypeStats.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InfoTypeStats |
InfoTypeStats.parseFrom(com.google.protobuf.ByteString data) |
static InfoTypeStats |
InfoTypeStats.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InfoTypeStats |
InfoTypeStats.parseFrom(com.google.protobuf.CodedInputStream input) |
static InfoTypeStats |
InfoTypeStats.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InfoTypeStats |
InfoTypeStats.parseFrom(InputStream input) |
static InfoTypeStats |
InfoTypeStats.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<InfoTypeStats> |
InspectDataSourceDetails.ResultOrBuilder.getInfoTypeStatsList()
Statistics of how many instances of each info type were found during
inspect job.
|
List<InfoTypeStats> |
InspectDataSourceDetails.Result.getInfoTypeStatsList()
Statistics of how many instances of each info type were found during
inspect job.
|
List<InfoTypeStats> |
InspectDataSourceDetails.Result.Builder.getInfoTypeStatsList()
Statistics of how many instances of each info type were found during
inspect job.
|
com.google.protobuf.Parser<InfoTypeStats> |
InfoTypeStats.getParserForType() |
static com.google.protobuf.Parser<InfoTypeStats> |
InfoTypeStats.parser() |
| Modifier and Type | Method and Description |
|---|---|
InspectDataSourceDetails.Result.Builder |
InspectDataSourceDetails.Result.Builder.addInfoTypeStats(InfoTypeStats value)
Statistics of how many instances of each info type were found during
inspect job.
|
InspectDataSourceDetails.Result.Builder |
InspectDataSourceDetails.Result.Builder.addInfoTypeStats(int index,
InfoTypeStats value)
Statistics of how many instances of each info type were found during
inspect job.
|
InfoTypeStats.Builder |
InfoTypeStats.Builder.mergeFrom(InfoTypeStats other) |
static InfoTypeStats.Builder |
InfoTypeStats.newBuilder(InfoTypeStats prototype) |
InspectDataSourceDetails.Result.Builder |
InspectDataSourceDetails.Result.Builder.setInfoTypeStats(int index,
InfoTypeStats value)
Statistics of how many instances of each info type were found during
inspect job.
|
| Modifier and Type | Method and Description |
|---|---|
InspectDataSourceDetails.Result.Builder |
InspectDataSourceDetails.Result.Builder.addAllInfoTypeStats(Iterable<? extends InfoTypeStats> values)
Statistics of how many instances of each info type were found during
inspect job.
|
Copyright © 2022 Google LLC. All rights reserved.