| Modifier and Type | Method and Description |
|---|---|
Action |
Action.Builder.build() |
Action |
Action.Builder.buildPartial() |
Action |
InspectJobConfig.getActions(int index)
Actions to execute at the completion of the job.
|
Action |
InspectJobConfig.Builder.getActions(int index)
Actions to execute at the completion of the job.
|
Action |
RiskAnalysisJobConfigOrBuilder.getActions(int index)
Actions to execute at the completion of the job.
|
Action |
InspectJobConfigOrBuilder.getActions(int index)
Actions to execute at the completion of the job.
|
Action |
RiskAnalysisJobConfig.getActions(int index)
Actions to execute at the completion of the job.
|
Action |
RiskAnalysisJobConfig.Builder.getActions(int index)
Actions to execute at the completion of the job.
|
static Action |
Action.getDefaultInstance() |
Action |
Action.getDefaultInstanceForType() |
Action |
Action.Builder.getDefaultInstanceForType() |
static Action |
Action.parseDelimitedFrom(InputStream input) |
static Action |
Action.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Action |
Action.parseFrom(byte[] data) |
static Action |
Action.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Action |
Action.parseFrom(ByteBuffer data) |
static Action |
Action.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Action |
Action.parseFrom(com.google.protobuf.ByteString data) |
static Action |
Action.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Action |
Action.parseFrom(com.google.protobuf.CodedInputStream input) |
static Action |
Action.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Action |
Action.parseFrom(InputStream input) |
static Action |
Action.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
InspectJobConfig.getActionsList()
Actions to execute at the completion of the job.
|
List<Action> |
InspectJobConfig.Builder.getActionsList()
Actions to execute at the completion of the job.
|
List<Action> |
RiskAnalysisJobConfigOrBuilder.getActionsList()
Actions to execute at the completion of the job.
|
List<Action> |
InspectJobConfigOrBuilder.getActionsList()
Actions to execute at the completion of the job.
|
List<Action> |
RiskAnalysisJobConfig.getActionsList()
Actions to execute at the completion of the job.
|
List<Action> |
RiskAnalysisJobConfig.Builder.getActionsList()
Actions to execute at the completion of the job.
|
com.google.protobuf.Parser<Action> |
Action.getParserForType() |
static com.google.protobuf.Parser<Action> |
Action.parser() |
| Modifier and Type | Method and Description |
|---|---|
InspectJobConfig.Builder |
InspectJobConfig.Builder.addActions(Action value)
Actions to execute at the completion of the job.
|
RiskAnalysisJobConfig.Builder |
RiskAnalysisJobConfig.Builder.addActions(Action value)
Actions to execute at the completion of the job.
|
InspectJobConfig.Builder |
InspectJobConfig.Builder.addActions(int index,
Action value)
Actions to execute at the completion of the job.
|
RiskAnalysisJobConfig.Builder |
RiskAnalysisJobConfig.Builder.addActions(int index,
Action value)
Actions to execute at the completion of the job.
|
Action.Builder |
Action.Builder.mergeFrom(Action other) |
static Action.Builder |
Action.newBuilder(Action prototype) |
InspectJobConfig.Builder |
InspectJobConfig.Builder.setActions(int index,
Action value)
Actions to execute at the completion of the job.
|
RiskAnalysisJobConfig.Builder |
RiskAnalysisJobConfig.Builder.setActions(int index,
Action value)
Actions to execute at the completion of the job.
|
| Modifier and Type | Method and Description |
|---|---|
InspectJobConfig.Builder |
InspectJobConfig.Builder.addAllActions(Iterable<? extends Action> values)
Actions to execute at the completion of the job.
|
RiskAnalysisJobConfig.Builder |
RiskAnalysisJobConfig.Builder.addAllActions(Iterable<? extends Action> values)
Actions to execute at the completion of the job.
|
Copyright © 2022 Google LLC. All rights reserved.