| Modifier and Type | Method and Description |
|---|---|
CustomInfoType |
CustomInfoType.Builder.build() |
CustomInfoType |
CustomInfoType.Builder.buildPartial() |
CustomInfoType |
InspectConfig.getCustomInfoTypes(int index)
CustomInfoTypes provided by the user.
|
CustomInfoType |
InspectConfig.Builder.getCustomInfoTypes(int index)
CustomInfoTypes provided by the user.
|
CustomInfoType |
InspectConfigOrBuilder.getCustomInfoTypes(int index)
CustomInfoTypes provided by the user.
|
static CustomInfoType |
CustomInfoType.getDefaultInstance() |
CustomInfoType |
CustomInfoType.getDefaultInstanceForType() |
CustomInfoType |
CustomInfoType.Builder.getDefaultInstanceForType() |
static CustomInfoType |
CustomInfoType.parseDelimitedFrom(InputStream input) |
static CustomInfoType |
CustomInfoType.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomInfoType |
CustomInfoType.parseFrom(byte[] data) |
static CustomInfoType |
CustomInfoType.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomInfoType |
CustomInfoType.parseFrom(ByteBuffer data) |
static CustomInfoType |
CustomInfoType.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomInfoType |
CustomInfoType.parseFrom(com.google.protobuf.ByteString data) |
static CustomInfoType |
CustomInfoType.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomInfoType |
CustomInfoType.parseFrom(com.google.protobuf.CodedInputStream input) |
static CustomInfoType |
CustomInfoType.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomInfoType |
CustomInfoType.parseFrom(InputStream input) |
static CustomInfoType |
CustomInfoType.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomInfoType> |
InspectConfig.getCustomInfoTypesList()
CustomInfoTypes provided by the user.
|
List<CustomInfoType> |
InspectConfig.Builder.getCustomInfoTypesList()
CustomInfoTypes provided by the user.
|
List<CustomInfoType> |
InspectConfigOrBuilder.getCustomInfoTypesList()
CustomInfoTypes provided by the user.
|
com.google.protobuf.Parser<CustomInfoType> |
CustomInfoType.getParserForType() |
static com.google.protobuf.Parser<CustomInfoType> |
CustomInfoType.parser() |
| Modifier and Type | Method and Description |
|---|---|
InspectConfig.Builder |
InspectConfig.Builder.addCustomInfoTypes(CustomInfoType value)
CustomInfoTypes provided by the user.
|
InspectConfig.Builder |
InspectConfig.Builder.addCustomInfoTypes(int index,
CustomInfoType value)
CustomInfoTypes provided by the user.
|
CustomInfoType.Builder |
CustomInfoType.Builder.mergeFrom(CustomInfoType other) |
static CustomInfoType.Builder |
CustomInfoType.newBuilder(CustomInfoType prototype) |
InspectConfig.Builder |
InspectConfig.Builder.setCustomInfoTypes(int index,
CustomInfoType value)
CustomInfoTypes provided by the user.
|
| Modifier and Type | Method and Description |
|---|---|
InspectConfig.Builder |
InspectConfig.Builder.addAllCustomInfoTypes(Iterable<? extends CustomInfoType> values)
CustomInfoTypes provided by the user.
|
Copyright © 2022 Google LLC. All rights reserved.