public interface GenerateOptimizedManifestResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getComments(int index)
public abstract String getComments(int index)Output only. Comments related to deploying the generated manifests.
repeated string comments = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The comments at the given index. |
getCommentsBytes(int index)
public abstract ByteString getCommentsBytes(int index)Output only. Comments related to deploying the generated manifests.
repeated string comments = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the comments at the given index. |
getCommentsCount()
public abstract int getCommentsCount()Output only. Comments related to deploying the generated manifests.
repeated string comments = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of comments. |
getCommentsList()
public abstract List<String> getCommentsList()Output only. Comments related to deploying the generated manifests.
repeated string comments = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the comments. |
getKubernetesManifests(int index)
public abstract KubernetesManifest getKubernetesManifests(int index)Output only. A list of generated Kubernetes manifests.
repeated .google.cloud.gkerecommender.v1.KubernetesManifest kubernetes_manifests = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
KubernetesManifest |
|
getKubernetesManifestsCount()
public abstract int getKubernetesManifestsCount()Output only. A list of generated Kubernetes manifests.
repeated .google.cloud.gkerecommender.v1.KubernetesManifest kubernetes_manifests = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getKubernetesManifestsList()
public abstract List<KubernetesManifest> getKubernetesManifestsList()Output only. A list of generated Kubernetes manifests.
repeated .google.cloud.gkerecommender.v1.KubernetesManifest kubernetes_manifests = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<KubernetesManifest> |
|
getKubernetesManifestsOrBuilder(int index)
public abstract KubernetesManifestOrBuilder getKubernetesManifestsOrBuilder(int index)Output only. A list of generated Kubernetes manifests.
repeated .google.cloud.gkerecommender.v1.KubernetesManifest kubernetes_manifests = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
KubernetesManifestOrBuilder |
|
getKubernetesManifestsOrBuilderList()
public abstract List<? extends KubernetesManifestOrBuilder> getKubernetesManifestsOrBuilderList()Output only. A list of generated Kubernetes manifests.
repeated .google.cloud.gkerecommender.v1.KubernetesManifest kubernetes_manifests = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkerecommender.v1.KubernetesManifestOrBuilder> |
|
getManifestVersion()
public abstract String getManifestVersion()Output only. Additional information about the versioned dependencies used to generate the manifests. See Run best practice inference with GKE Inference Quickstart recipes for details.
string manifest_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The manifestVersion. |
getManifestVersionBytes()
public abstract ByteString getManifestVersionBytes()Output only. Additional information about the versioned dependencies used to generate the manifests. See Run best practice inference with GKE Inference Quickstart recipes for details.
string manifest_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for manifestVersion. |