public interface TargetsPresentConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMissingTargets(int index)
The list of Target names that do not exist.
|
com.google.protobuf.ByteString |
getMissingTargetsBytes(int index)
The list of Target names that do not exist.
|
int |
getMissingTargetsCount()
The list of Target names that do not exist.
|
List<String> |
getMissingTargetsList()
The list of Target names that do not exist.
|
boolean |
getStatus()
True if there aren't any missing Targets.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Last time the condition was updated.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Last time the condition was updated.
|
boolean |
hasUpdateTime()
Last time the condition was updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getStatus()
True if there aren't any missing Targets.
bool status = 1;List<String> getMissingTargetsList()
The list of Target names that do not exist. For example,
`projects/{project_id}/locations/{location_name}/targets/{target_name}`.
repeated string missing_targets = 2 [(.google.api.resource_reference) = { ... }int getMissingTargetsCount()
The list of Target names that do not exist. For example,
`projects/{project_id}/locations/{location_name}/targets/{target_name}`.
repeated string missing_targets = 2 [(.google.api.resource_reference) = { ... }String getMissingTargets(int index)
The list of Target names that do not exist. For example,
`projects/{project_id}/locations/{location_name}/targets/{target_name}`.
repeated string missing_targets = 2 [(.google.api.resource_reference) = { ... }index - The index of the element to return.com.google.protobuf.ByteString getMissingTargetsBytes(int index)
The list of Target names that do not exist. For example,
`projects/{project_id}/locations/{location_name}/targets/{target_name}`.
repeated string missing_targets = 2 [(.google.api.resource_reference) = { ... }index - The index of the value to return.boolean hasUpdateTime()
Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;com.google.protobuf.Timestamp getUpdateTime()
Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Last time the condition was updated.
.google.protobuf.Timestamp update_time = 4;Copyright © 2024 Google LLC. All rights reserved.