1 /* 2 * Copyright 2020 Google LLC 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * https://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 // Generated by the protocol buffer compiler. DO NOT EDIT! 17 // source: google/cloud/gaming/v1/game_server_clusters.proto 18 19 package com.google.cloud.gaming.v1; 20 21 public interface KubernetesClusterStateOrBuilder 22 extends 23 // @@protoc_insertion_point(interface_extends:google.cloud.gaming.v1.KubernetesClusterState) 24 com.google.protobuf.MessageOrBuilder { 25 26 /** 27 * 28 * 29 * <pre> 30 * Output only. The version of Agones currently installed in the registered Kubernetes 31 * cluster. 32 * </pre> 33 * 34 * <code>string agones_version_installed = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 35 * 36 * @return The agonesVersionInstalled. 37 */ getAgonesVersionInstalled()38 java.lang.String getAgonesVersionInstalled(); 39 /** 40 * 41 * 42 * <pre> 43 * Output only. The version of Agones currently installed in the registered Kubernetes 44 * cluster. 45 * </pre> 46 * 47 * <code>string agones_version_installed = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 48 * 49 * @return The bytes for agonesVersionInstalled. 50 */ getAgonesVersionInstalledBytes()51 com.google.protobuf.ByteString getAgonesVersionInstalledBytes(); 52 53 /** 54 * 55 * 56 * <pre> 57 * Output only. The version of Kubernetes that is currently used in the registered 58 * Kubernetes cluster (as detected by the Cloud Game Servers service). 59 * </pre> 60 * 61 * <code>string kubernetes_version_installed = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; 62 * </code> 63 * 64 * @return The kubernetesVersionInstalled. 65 */ getKubernetesVersionInstalled()66 java.lang.String getKubernetesVersionInstalled(); 67 /** 68 * 69 * 70 * <pre> 71 * Output only. The version of Kubernetes that is currently used in the registered 72 * Kubernetes cluster (as detected by the Cloud Game Servers service). 73 * </pre> 74 * 75 * <code>string kubernetes_version_installed = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; 76 * </code> 77 * 78 * @return The bytes for kubernetesVersionInstalled. 79 */ getKubernetesVersionInstalledBytes()80 com.google.protobuf.ByteString getKubernetesVersionInstalledBytes(); 81 82 /** 83 * 84 * 85 * <pre> 86 * Output only. The state for the installed versions of Agones/Kubernetes. 87 * </pre> 88 * 89 * <code> 90 * .google.cloud.gaming.v1.KubernetesClusterState.InstallationState installation_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; 91 * </code> 92 * 93 * @return The enum numeric value on the wire for installationState. 94 */ getInstallationStateValue()95 int getInstallationStateValue(); 96 /** 97 * 98 * 99 * <pre> 100 * Output only. The state for the installed versions of Agones/Kubernetes. 101 * </pre> 102 * 103 * <code> 104 * .google.cloud.gaming.v1.KubernetesClusterState.InstallationState installation_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; 105 * </code> 106 * 107 * @return The installationState. 108 */ getInstallationState()109 com.google.cloud.gaming.v1.KubernetesClusterState.InstallationState getInstallationState(); 110 111 /** 112 * 113 * 114 * <pre> 115 * Output only. The detailed error message for the installed versions of Agones/Kubernetes. 116 * </pre> 117 * 118 * <code>string version_installed_error_message = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; 119 * </code> 120 * 121 * @return The versionInstalledErrorMessage. 122 */ getVersionInstalledErrorMessage()123 java.lang.String getVersionInstalledErrorMessage(); 124 /** 125 * 126 * 127 * <pre> 128 * Output only. The detailed error message for the installed versions of Agones/Kubernetes. 129 * </pre> 130 * 131 * <code>string version_installed_error_message = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; 132 * </code> 133 * 134 * @return The bytes for versionInstalledErrorMessage. 135 */ getVersionInstalledErrorMessageBytes()136 com.google.protobuf.ByteString getVersionInstalledErrorMessageBytes(); 137 138 /** 139 * 140 * 141 * <pre> 142 * Output only. The cloud provider type reported by the first node's providerID in the list 143 * of nodes on the Kubernetes endpoint. On Kubernetes platforms that support 144 * zero-node clusters (like GKE-on-GCP), the provider type will be empty. 145 * </pre> 146 * 147 * <code>string provider = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 148 * 149 * @return The provider. 150 */ getProvider()151 java.lang.String getProvider(); 152 /** 153 * 154 * 155 * <pre> 156 * Output only. The cloud provider type reported by the first node's providerID in the list 157 * of nodes on the Kubernetes endpoint. On Kubernetes platforms that support 158 * zero-node clusters (like GKE-on-GCP), the provider type will be empty. 159 * </pre> 160 * 161 * <code>string provider = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 162 * 163 * @return The bytes for provider. 164 */ getProviderBytes()165 com.google.protobuf.ByteString getProviderBytes(); 166 167 /** 168 * 169 * 170 * <pre> 171 * Output only. The version of Agones that is targeted to be installed in the cluster. 172 * </pre> 173 * 174 * <code>string agones_version_targeted = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 175 * 176 * @return The agonesVersionTargeted. 177 */ getAgonesVersionTargeted()178 java.lang.String getAgonesVersionTargeted(); 179 /** 180 * 181 * 182 * <pre> 183 * Output only. The version of Agones that is targeted to be installed in the cluster. 184 * </pre> 185 * 186 * <code>string agones_version_targeted = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 187 * 188 * @return The bytes for agonesVersionTargeted. 189 */ getAgonesVersionTargetedBytes()190 com.google.protobuf.ByteString getAgonesVersionTargetedBytes(); 191 } 192