public static interface PublisherModel.CallToAction.DeployGkeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGkeYamlConfigs(int index)
Optional.
|
com.google.protobuf.ByteString |
getGkeYamlConfigsBytes(int index)
Optional.
|
int |
getGkeYamlConfigsCount()
Optional.
|
List<String> |
getGkeYamlConfigsList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getGkeYamlConfigsList()
Optional. GKE deployment configuration in yaml format.
repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
int getGkeYamlConfigsCount()
Optional. GKE deployment configuration in yaml format.
repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
String getGkeYamlConfigs(int index)
Optional. GKE deployment configuration in yaml format.
repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the element to return.com.google.protobuf.ByteString getGkeYamlConfigsBytes(int index)
Optional. GKE deployment configuration in yaml format.
repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.