| Modifier and Type | Method and Description |
|---|---|
Application |
Application.Builder.build() |
Application |
Application.Builder.buildPartial() |
Application |
FindingOrBuilder.getApplication()
Represents an application associated with the finding.
|
Application |
Finding.getApplication()
Represents an application associated with the finding.
|
Application |
Finding.Builder.getApplication()
Represents an application associated with the finding.
|
static Application |
Application.getDefaultInstance() |
Application |
Application.getDefaultInstanceForType() |
Application |
Application.Builder.getDefaultInstanceForType() |
static Application |
Application.parseDelimitedFrom(InputStream input) |
static Application |
Application.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Application |
Application.parseFrom(byte[] data) |
static Application |
Application.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Application |
Application.parseFrom(ByteBuffer data) |
static Application |
Application.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Application |
Application.parseFrom(com.google.protobuf.ByteString data) |
static Application |
Application.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Application |
Application.parseFrom(com.google.protobuf.CodedInputStream input) |
static Application |
Application.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Application |
Application.parseFrom(InputStream input) |
static Application |
Application.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Application> |
Application.getParserForType() |
static com.google.protobuf.Parser<Application> |
Application.parser() |
| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
Finding.Builder.mergeApplication(Application value)
Represents an application associated with the finding.
|
Application.Builder |
Application.Builder.mergeFrom(Application other) |
static Application.Builder |
Application.newBuilder(Application prototype) |
Finding.Builder |
Finding.Builder.setApplication(Application value)
Represents an application associated with the finding.
|
Copyright © 2024 Google LLC. All rights reserved.