public interface CloudRunConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutomaticTrafficControl()
Whether Cloud Deploy should update the traffic stanza in a Cloud Run
Service on the user's behalf to facilitate traffic splitting.
|
String |
getCanaryRevisionTags(int index)
Optional.
|
com.google.protobuf.ByteString |
getCanaryRevisionTagsBytes(int index)
Optional.
|
int |
getCanaryRevisionTagsCount()
Optional.
|
List<String> |
getCanaryRevisionTagsList()
Optional.
|
String |
getPriorRevisionTags(int index)
Optional.
|
com.google.protobuf.ByteString |
getPriorRevisionTagsBytes(int index)
Optional.
|
int |
getPriorRevisionTagsCount()
Optional.
|
List<String> |
getPriorRevisionTagsList()
Optional.
|
String |
getStableRevisionTags(int index)
Optional.
|
com.google.protobuf.ByteString |
getStableRevisionTagsBytes(int index)
Optional.
|
int |
getStableRevisionTagsCount()
Optional.
|
List<String> |
getStableRevisionTagsList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getAutomaticTrafficControl()
Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
bool automatic_traffic_control = 1;List<String> getCanaryRevisionTagsList()
Optional. A list of tags that are added to the canary revision while the canary phase is in progress.
repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
int getCanaryRevisionTagsCount()
Optional. A list of tags that are added to the canary revision while the canary phase is in progress.
repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
String getCanaryRevisionTags(int index)
Optional. A list of tags that are added to the canary revision while the canary phase is in progress.
repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the element to return.com.google.protobuf.ByteString getCanaryRevisionTagsBytes(int index)
Optional. A list of tags that are added to the canary revision while the canary phase is in progress.
repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the value to return.List<String> getPriorRevisionTagsList()
Optional. A list of tags that are added to the prior revision while the canary phase is in progress.
repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];int getPriorRevisionTagsCount()
Optional. A list of tags that are added to the prior revision while the canary phase is in progress.
repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];String getPriorRevisionTags(int index)
Optional. A list of tags that are added to the prior revision while the canary phase is in progress.
repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getPriorRevisionTagsBytes(int index)
Optional. A list of tags that are added to the prior revision while the canary phase is in progress.
repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.List<String> getStableRevisionTagsList()
Optional. A list of tags that are added to the final stable revision when the stable phase is applied.
repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
int getStableRevisionTagsCount()
Optional. A list of tags that are added to the final stable revision when the stable phase is applied.
repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
String getStableRevisionTags(int index)
Optional. A list of tags that are added to the final stable revision when the stable phase is applied.
repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the element to return.com.google.protobuf.ByteString getStableRevisionTagsBytes(int index)
Optional. A list of tags that are added to the final stable revision when the stable phase is applied.
repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.