public interface AutomationResourceSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TargetAttribute |
getTargets(int index)
Contains attributes about a target.
|
int |
getTargetsCount()
Contains attributes about a target.
|
List<TargetAttribute> |
getTargetsList()
Contains attributes about a target.
|
TargetAttributeOrBuilder |
getTargetsOrBuilder(int index)
Contains attributes about a target.
|
List<? extends TargetAttributeOrBuilder> |
getTargetsOrBuilderList()
Contains attributes about a target.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TargetAttribute> getTargetsList()
Contains attributes about a target.
repeated .google.cloud.deploy.v1.TargetAttribute targets = 1;TargetAttribute getTargets(int index)
Contains attributes about a target.
repeated .google.cloud.deploy.v1.TargetAttribute targets = 1;int getTargetsCount()
Contains attributes about a target.
repeated .google.cloud.deploy.v1.TargetAttribute targets = 1;List<? extends TargetAttributeOrBuilder> getTargetsOrBuilderList()
Contains attributes about a target.
repeated .google.cloud.deploy.v1.TargetAttribute targets = 1;TargetAttributeOrBuilder getTargetsOrBuilder(int index)
Contains attributes about a target.
repeated .google.cloud.deploy.v1.TargetAttribute targets = 1;Copyright © 2024 Google LLC. All rights reserved.