Variables
OperationStatus_ErrorCode_name, OperationStatus_ErrorCode_value
var (
OperationStatus_ErrorCode_name = map[int32]string{
0: "ERROR_CODE_UNSPECIFIED",
1: "INTERNAL_ERROR",
2: "PERMISSION_DENIED",
3: "CLUSTER_CONNECTION",
}
OperationStatus_ErrorCode_value = map[string]int32{
"ERROR_CODE_UNSPECIFIED": 0,
"INTERNAL_ERROR": 1,
"PERMISSION_DENIED": 2,
"CLUSTER_CONNECTION": 3,
}
)Enum value maps for OperationStatus_ErrorCode.
GameServerClusterView_name, GameServerClusterView_value
var (
GameServerClusterView_name = map[int32]string{
0: "GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED",
1: "BASIC",
2: "FULL",
}
GameServerClusterView_value = map[string]int32{
"GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED": 0,
"BASIC": 1,
"FULL": 2,
}
)Enum value maps for GameServerClusterView.
KubernetesClusterState_InstallationState_name, KubernetesClusterState_InstallationState_value
var (
KubernetesClusterState_InstallationState_name = map[int32]string{
0: "INSTALLATION_STATE_UNSPECIFIED",
1: "AGONES_KUBERNETES_VERSION_SUPPORTED",
2: "AGONES_VERSION_UNSUPPORTED",
3: "AGONES_KUBERNETES_VERSION_UNSUPPORTED",
4: "AGONES_VERSION_UNRECOGNIZED",
5: "KUBERNETES_VERSION_UNRECOGNIZED",
6: "VERSION_VERIFICATION_FAILED",
7: "AGONES_NOT_INSTALLED",
}
KubernetesClusterState_InstallationState_value = map[string]int32{
"INSTALLATION_STATE_UNSPECIFIED": 0,
"AGONES_KUBERNETES_VERSION_SUPPORTED": 1,
"AGONES_VERSION_UNSUPPORTED": 2,
"AGONES_KUBERNETES_VERSION_UNSUPPORTED": 3,
"AGONES_VERSION_UNRECOGNIZED": 4,
"KUBERNETES_VERSION_UNRECOGNIZED": 5,
"VERSION_VERIFICATION_FAILED": 6,
"AGONES_NOT_INSTALLED": 7,
}
)Enum value maps for KubernetesClusterState_InstallationState.
File_google_cloud_gaming_v1_common_proto
var File_google_cloud_gaming_v1_common_proto protoreflect.FileDescriptorFile_google_cloud_gaming_v1_game_server_clusters_proto
var File_google_cloud_gaming_v1_game_server_clusters_proto protoreflect.FileDescriptorFile_google_cloud_gaming_v1_game_server_clusters_service_proto
var File_google_cloud_gaming_v1_game_server_clusters_service_proto protoreflect.FileDescriptorFile_google_cloud_gaming_v1_game_server_configs_proto
var File_google_cloud_gaming_v1_game_server_configs_proto protoreflect.FileDescriptorFile_google_cloud_gaming_v1_game_server_configs_service_proto
var File_google_cloud_gaming_v1_game_server_configs_service_proto protoreflect.FileDescriptorFile_google_cloud_gaming_v1_game_server_deployments_proto
var File_google_cloud_gaming_v1_game_server_deployments_proto protoreflect.FileDescriptorFile_google_cloud_gaming_v1_game_server_deployments_service_proto
var File_google_cloud_gaming_v1_game_server_deployments_service_proto protoreflect.FileDescriptorFile_google_cloud_gaming_v1_realms_proto
var File_google_cloud_gaming_v1_realms_proto protoreflect.FileDescriptorFile_google_cloud_gaming_v1_realms_service_proto
var File_google_cloud_gaming_v1_realms_service_proto protoreflect.FileDescriptorFunctions
func RegisterGameServerClustersServiceServer
func RegisterGameServerClustersServiceServer(s *grpc.Server, srv GameServerClustersServiceServer)func RegisterGameServerConfigsServiceServer
func RegisterGameServerConfigsServiceServer(s *grpc.Server, srv GameServerConfigsServiceServer)func RegisterGameServerDeploymentsServiceServer
func RegisterGameServerDeploymentsServiceServer(s *grpc.Server, srv GameServerDeploymentsServiceServer)func RegisterRealmsServiceServer
func RegisterRealmsServiceServer(s *grpc.Server, srv RealmsServiceServer)CreateGameServerClusterRequest
type CreateGameServerClusterRequest struct {
// Required. The parent resource name, in the following form:
// `projects/{project}/locations/{location}/realms/{realm-id}`.
Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
// Required. The ID of the game server cluster resource to be created.
GameServerClusterId string `protobuf:"bytes,2,opt,name=game_server_cluster_id,json=gameServerClusterId,proto3" json:"game_server_cluster_id,omitempty"`
// Required. The game server cluster resource to be created.
GameServerCluster *GameServerCluster `protobuf:"bytes,3,opt,name=game_server_cluster,json=gameServerCluster,proto3" json:"game_server_cluster,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerClustersService.CreateGameServerCluster.
func (*CreateGameServerClusterRequest) Descriptor
func (*CreateGameServerClusterRequest) Descriptor() ([]byte, []int)Deprecated: Use CreateGameServerClusterRequest.ProtoReflect.Descriptor instead.
func (*CreateGameServerClusterRequest) GetGameServerCluster
func (x *CreateGameServerClusterRequest) GetGameServerCluster() *GameServerClusterfunc (*CreateGameServerClusterRequest) GetGameServerClusterId
func (x *CreateGameServerClusterRequest) GetGameServerClusterId() stringfunc (*CreateGameServerClusterRequest) GetParent
func (x *CreateGameServerClusterRequest) GetParent() stringfunc (*CreateGameServerClusterRequest) ProtoMessage
func (*CreateGameServerClusterRequest) ProtoMessage()func (*CreateGameServerClusterRequest) ProtoReflect
func (x *CreateGameServerClusterRequest) ProtoReflect() protoreflect.Messagefunc (*CreateGameServerClusterRequest) Reset
func (x *CreateGameServerClusterRequest) Reset()func (*CreateGameServerClusterRequest) String
func (x *CreateGameServerClusterRequest) String() stringCreateGameServerConfigRequest
type CreateGameServerConfigRequest struct {
// Required. The parent resource name, in the following form:
// `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/`.
Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
// Required. The ID of the game server config resource to be created.
ConfigId string `protobuf:"bytes,2,opt,name=config_id,json=configId,proto3" json:"config_id,omitempty"`
// Required. The game server config resource to be created.
GameServerConfig *GameServerConfig `protobuf:"bytes,3,opt,name=game_server_config,json=gameServerConfig,proto3" json:"game_server_config,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerConfigsService.CreateGameServerConfig.
func (*CreateGameServerConfigRequest) Descriptor
func (*CreateGameServerConfigRequest) Descriptor() ([]byte, []int)Deprecated: Use CreateGameServerConfigRequest.ProtoReflect.Descriptor instead.
func (*CreateGameServerConfigRequest) GetConfigId
func (x *CreateGameServerConfigRequest) GetConfigId() stringfunc (*CreateGameServerConfigRequest) GetGameServerConfig
func (x *CreateGameServerConfigRequest) GetGameServerConfig() *GameServerConfigfunc (*CreateGameServerConfigRequest) GetParent
func (x *CreateGameServerConfigRequest) GetParent() stringfunc (*CreateGameServerConfigRequest) ProtoMessage
func (*CreateGameServerConfigRequest) ProtoMessage()func (*CreateGameServerConfigRequest) ProtoReflect
func (x *CreateGameServerConfigRequest) ProtoReflect() protoreflect.Messagefunc (*CreateGameServerConfigRequest) Reset
func (x *CreateGameServerConfigRequest) Reset()func (*CreateGameServerConfigRequest) String
func (x *CreateGameServerConfigRequest) String() stringCreateGameServerDeploymentRequest
type CreateGameServerDeploymentRequest struct {
// Required. The parent resource name, in the following form:
// `projects/{project}/locations/{location}`.
Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
// Required. The ID of the game server delpoyment resource to be created.
DeploymentId string `protobuf:"bytes,2,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
// Required. The game server delpoyment resource to be created.
GameServerDeployment *GameServerDeployment `protobuf:"bytes,3,opt,name=game_server_deployment,json=gameServerDeployment,proto3" json:"game_server_deployment,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerDeploymentsService.CreateGameServerDeployment.
func (*CreateGameServerDeploymentRequest) Descriptor
func (*CreateGameServerDeploymentRequest) Descriptor() ([]byte, []int)Deprecated: Use CreateGameServerDeploymentRequest.ProtoReflect.Descriptor instead.
func (*CreateGameServerDeploymentRequest) GetDeploymentId
func (x *CreateGameServerDeploymentRequest) GetDeploymentId() stringfunc (*CreateGameServerDeploymentRequest) GetGameServerDeployment
func (x *CreateGameServerDeploymentRequest) GetGameServerDeployment() *GameServerDeploymentfunc (*CreateGameServerDeploymentRequest) GetParent
func (x *CreateGameServerDeploymentRequest) GetParent() stringfunc (*CreateGameServerDeploymentRequest) ProtoMessage
func (*CreateGameServerDeploymentRequest) ProtoMessage()func (*CreateGameServerDeploymentRequest) ProtoReflect
func (x *CreateGameServerDeploymentRequest) ProtoReflect() protoreflect.Messagefunc (*CreateGameServerDeploymentRequest) Reset
func (x *CreateGameServerDeploymentRequest) Reset()func (*CreateGameServerDeploymentRequest) String
func (x *CreateGameServerDeploymentRequest) String() stringCreateRealmRequest
type CreateRealmRequest struct {
// Required. The parent resource name, in the following form:
// `projects/{project}/locations/{location}`.
Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
// Required. The ID of the realm resource to be created.
RealmId string `protobuf:"bytes,2,opt,name=realm_id,json=realmId,proto3" json:"realm_id,omitempty"`
// Required. The realm resource to be created.
Realm *Realm `protobuf:"bytes,3,opt,name=realm,proto3" json:"realm,omitempty"`
// contains filtered or unexported fields
}Request message for RealmsService.CreateRealm.
func (*CreateRealmRequest) Descriptor
func (*CreateRealmRequest) Descriptor() ([]byte, []int)Deprecated: Use CreateRealmRequest.ProtoReflect.Descriptor instead.
func (*CreateRealmRequest) GetParent
func (x *CreateRealmRequest) GetParent() stringfunc (*CreateRealmRequest) GetRealm
func (x *CreateRealmRequest) GetRealm() *Realmfunc (*CreateRealmRequest) GetRealmId
func (x *CreateRealmRequest) GetRealmId() stringfunc (*CreateRealmRequest) ProtoMessage
func (*CreateRealmRequest) ProtoMessage()func (*CreateRealmRequest) ProtoReflect
func (x *CreateRealmRequest) ProtoReflect() protoreflect.Messagefunc (*CreateRealmRequest) Reset
func (x *CreateRealmRequest) Reset()func (*CreateRealmRequest) String
func (x *CreateRealmRequest) String() stringDeleteGameServerClusterRequest
type DeleteGameServerClusterRequest struct {
// Required. The name of the game server cluster to delete, in the following form:
// `projects/{project}/locations/{location}/gameServerClusters/{cluster}`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerClustersService.DeleteGameServerCluster.
func (*DeleteGameServerClusterRequest) Descriptor
func (*DeleteGameServerClusterRequest) Descriptor() ([]byte, []int)Deprecated: Use DeleteGameServerClusterRequest.ProtoReflect.Descriptor instead.
func (*DeleteGameServerClusterRequest) GetName
func (x *DeleteGameServerClusterRequest) GetName() stringfunc (*DeleteGameServerClusterRequest) ProtoMessage
func (*DeleteGameServerClusterRequest) ProtoMessage()func (*DeleteGameServerClusterRequest) ProtoReflect
func (x *DeleteGameServerClusterRequest) ProtoReflect() protoreflect.Messagefunc (*DeleteGameServerClusterRequest) Reset
func (x *DeleteGameServerClusterRequest) Reset()func (*DeleteGameServerClusterRequest) String
func (x *DeleteGameServerClusterRequest) String() stringDeleteGameServerConfigRequest
type DeleteGameServerConfigRequest struct {
// Required. The name of the game server config to delete, in the following form:
// `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerConfigsService.DeleteGameServerConfig.
func (*DeleteGameServerConfigRequest) Descriptor
func (*DeleteGameServerConfigRequest) Descriptor() ([]byte, []int)Deprecated: Use DeleteGameServerConfigRequest.ProtoReflect.Descriptor instead.
func (*DeleteGameServerConfigRequest) GetName
func (x *DeleteGameServerConfigRequest) GetName() stringfunc (*DeleteGameServerConfigRequest) ProtoMessage
func (*DeleteGameServerConfigRequest) ProtoMessage()func (*DeleteGameServerConfigRequest) ProtoReflect
func (x *DeleteGameServerConfigRequest) ProtoReflect() protoreflect.Messagefunc (*DeleteGameServerConfigRequest) Reset
func (x *DeleteGameServerConfigRequest) Reset()func (*DeleteGameServerConfigRequest) String
func (x *DeleteGameServerConfigRequest) String() stringDeleteGameServerDeploymentRequest
type DeleteGameServerDeploymentRequest struct {
// Required. The name of the game server delpoyment to delete, in the following form:
// `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerDeploymentsService.DeleteGameServerDeployment.
func (*DeleteGameServerDeploymentRequest) Descriptor
func (*DeleteGameServerDeploymentRequest) Descriptor() ([]byte, []int)Deprecated: Use DeleteGameServerDeploymentRequest.ProtoReflect.Descriptor instead.
func (*DeleteGameServerDeploymentRequest) GetName
func (x *DeleteGameServerDeploymentRequest) GetName() stringfunc (*DeleteGameServerDeploymentRequest) ProtoMessage
func (*DeleteGameServerDeploymentRequest) ProtoMessage()func (*DeleteGameServerDeploymentRequest) ProtoReflect
func (x *DeleteGameServerDeploymentRequest) ProtoReflect() protoreflect.Messagefunc (*DeleteGameServerDeploymentRequest) Reset
func (x *DeleteGameServerDeploymentRequest) Reset()func (*DeleteGameServerDeploymentRequest) String
func (x *DeleteGameServerDeploymentRequest) String() stringDeleteRealmRequest
type DeleteRealmRequest struct {
// Required. The name of the realm to delete, in the following form:
// `projects/{project}/locations/{location}/realms/{realm}`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}Request message for RealmsService.DeleteRealm.
func (*DeleteRealmRequest) Descriptor
func (*DeleteRealmRequest) Descriptor() ([]byte, []int)Deprecated: Use DeleteRealmRequest.ProtoReflect.Descriptor instead.
func (*DeleteRealmRequest) GetName
func (x *DeleteRealmRequest) GetName() stringfunc (*DeleteRealmRequest) ProtoMessage
func (*DeleteRealmRequest) ProtoMessage()func (*DeleteRealmRequest) ProtoReflect
func (x *DeleteRealmRequest) ProtoReflect() protoreflect.Messagefunc (*DeleteRealmRequest) Reset
func (x *DeleteRealmRequest) Reset()func (*DeleteRealmRequest) String
func (x *DeleteRealmRequest) String() stringDeployedFleetDetails
type DeployedFleetDetails struct {
// Information about the Agones fleet.
DeployedFleet *DeployedFleetDetails_DeployedFleet `protobuf:"bytes,1,opt,name=deployed_fleet,json=deployedFleet,proto3" json:"deployed_fleet,omitempty"`
// Information about the Agones autoscaler for that fleet.
DeployedAutoscaler *DeployedFleetDetails_DeployedFleetAutoscaler `protobuf:"bytes,2,opt,name=deployed_autoscaler,json=deployedAutoscaler,proto3" json:"deployed_autoscaler,omitempty"`
// contains filtered or unexported fields
}Details of the deployed Agones fleet.
func (*DeployedFleetDetails) Descriptor
func (*DeployedFleetDetails) Descriptor() ([]byte, []int)Deprecated: Use DeployedFleetDetails.ProtoReflect.Descriptor instead.
func (*DeployedFleetDetails) GetDeployedAutoscaler
func (x *DeployedFleetDetails) GetDeployedAutoscaler() *DeployedFleetDetails_DeployedFleetAutoscalerfunc (*DeployedFleetDetails) GetDeployedFleet
func (x *DeployedFleetDetails) GetDeployedFleet() *DeployedFleetDetails_DeployedFleetfunc (*DeployedFleetDetails) ProtoMessage
func (*DeployedFleetDetails) ProtoMessage()func (*DeployedFleetDetails) ProtoReflect
func (x *DeployedFleetDetails) ProtoReflect() protoreflect.Messagefunc (*DeployedFleetDetails) Reset
func (x *DeployedFleetDetails) Reset()func (*DeployedFleetDetails) String
func (x *DeployedFleetDetails) String() stringDeployedFleetDetails_DeployedFleet
type DeployedFleetDetails_DeployedFleet struct {
// The name of the Agones fleet.
Fleet string `protobuf:"bytes,1,opt,name=fleet,proto3" json:"fleet,omitempty"`
// The fleet spec retrieved from the Agones fleet.
FleetSpec string `protobuf:"bytes,2,opt,name=fleet_spec,json=fleetSpec,proto3" json:"fleet_spec,omitempty"`
// The source spec that is used to create the Agones fleet.
// The GameServerConfig resource may no longer exist in the system.
SpecSource *SpecSource `protobuf:"bytes,3,opt,name=spec_source,json=specSource,proto3" json:"spec_source,omitempty"`
// The current status of the Agones fleet.
// Includes count of game servers in various states.
Status *DeployedFleetDetails_DeployedFleet_DeployedFleetStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
// contains filtered or unexported fields
}Agones fleet specification and details.
func (*DeployedFleetDetails_DeployedFleet) Descriptor
func (*DeployedFleetDetails_DeployedFleet) Descriptor() ([]byte, []int)Deprecated: Use DeployedFleetDetails_DeployedFleet.ProtoReflect.Descriptor instead.
func (*DeployedFleetDetails_DeployedFleet) GetFleet
func (x *DeployedFleetDetails_DeployedFleet) GetFleet() stringfunc (*DeployedFleetDetails_DeployedFleet) GetFleetSpec
func (x *DeployedFleetDetails_DeployedFleet) GetFleetSpec() stringfunc (*DeployedFleetDetails_DeployedFleet) GetSpecSource
func (x *DeployedFleetDetails_DeployedFleet) GetSpecSource() *SpecSourcefunc (*DeployedFleetDetails_DeployedFleet) GetStatus
func (x *DeployedFleetDetails_DeployedFleet) GetStatus() *DeployedFleetDetails_DeployedFleet_DeployedFleetStatusfunc (*DeployedFleetDetails_DeployedFleet) ProtoMessage
func (*DeployedFleetDetails_DeployedFleet) ProtoMessage()func (*DeployedFleetDetails_DeployedFleet) ProtoReflect
func (x *DeployedFleetDetails_DeployedFleet) ProtoReflect() protoreflect.Messagefunc (*DeployedFleetDetails_DeployedFleet) Reset
func (x *DeployedFleetDetails_DeployedFleet) Reset()func (*DeployedFleetDetails_DeployedFleet) String
func (x *DeployedFleetDetails_DeployedFleet) String() stringDeployedFleetDetails_DeployedFleetAutoscaler
type DeployedFleetDetails_DeployedFleetAutoscaler struct {
// The name of the Agones autoscaler.
Autoscaler string `protobuf:"bytes,1,opt,name=autoscaler,proto3" json:"autoscaler,omitempty"`
// The source spec that is used to create the autoscaler.
// The GameServerConfig resource may no longer exist in the system.
SpecSource *SpecSource `protobuf:"bytes,4,opt,name=spec_source,json=specSource,proto3" json:"spec_source,omitempty"`
// The autoscaler spec retrieved from Agones.
FleetAutoscalerSpec string `protobuf:"bytes,3,opt,name=fleet_autoscaler_spec,json=fleetAutoscalerSpec,proto3" json:"fleet_autoscaler_spec,omitempty"`
// contains filtered or unexported fields
}Details about the Agones autoscaler.
func (*DeployedFleetDetails_DeployedFleetAutoscaler) Descriptor
func (*DeployedFleetDetails_DeployedFleetAutoscaler) Descriptor() ([]byte, []int)Deprecated: Use DeployedFleetDetails_DeployedFleetAutoscaler.ProtoReflect.Descriptor instead.
func (*DeployedFleetDetails_DeployedFleetAutoscaler) GetAutoscaler
func (x *DeployedFleetDetails_DeployedFleetAutoscaler) GetAutoscaler() stringfunc (*DeployedFleetDetails_DeployedFleetAutoscaler) GetFleetAutoscalerSpec
func (x *DeployedFleetDetails_DeployedFleetAutoscaler) GetFleetAutoscalerSpec() stringfunc (*DeployedFleetDetails_DeployedFleetAutoscaler) GetSpecSource
func (x *DeployedFleetDetails_DeployedFleetAutoscaler) GetSpecSource() *SpecSourcefunc (*DeployedFleetDetails_DeployedFleetAutoscaler) ProtoMessage
func (*DeployedFleetDetails_DeployedFleetAutoscaler) ProtoMessage()func (*DeployedFleetDetails_DeployedFleetAutoscaler) ProtoReflect
func (x *DeployedFleetDetails_DeployedFleetAutoscaler) ProtoReflect() protoreflect.Messagefunc (*DeployedFleetDetails_DeployedFleetAutoscaler) Reset
func (x *DeployedFleetDetails_DeployedFleetAutoscaler) Reset()func (*DeployedFleetDetails_DeployedFleetAutoscaler) String
func (x *DeployedFleetDetails_DeployedFleetAutoscaler) String() stringDeployedFleetDetails_DeployedFleet_DeployedFleetStatus
type DeployedFleetDetails_DeployedFleet_DeployedFleetStatus struct {
// The number of GameServer replicas in the READY state in this fleet.
ReadyReplicas int64 `protobuf:"varint,1,opt,name=ready_replicas,json=readyReplicas,proto3" json:"ready_replicas,omitempty"`
// The number of GameServer replicas in the ALLOCATED state in this fleet.
AllocatedReplicas int64 `protobuf:"varint,2,opt,name=allocated_replicas,json=allocatedReplicas,proto3" json:"allocated_replicas,omitempty"`
// The number of GameServer replicas in the RESERVED state in this fleet.
// Reserved instances won't be deleted on scale down, but won't cause
// an autoscaler to scale up.
ReservedReplicas int64 `protobuf:"varint,3,opt,name=reserved_replicas,json=reservedReplicas,proto3" json:"reserved_replicas,omitempty"`
// The total number of current GameServer replicas in this fleet.
Replicas int64 `protobuf:"varint,4,opt,name=replicas,proto3" json:"replicas,omitempty"`
// contains filtered or unexported fields
}DeployedFleetStatus has details about the Agones fleets such as how many are running, how many allocated, and so on.
func (*DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) Descriptor
func (*DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) Descriptor() ([]byte, []int)Deprecated: Use DeployedFleetDetails_DeployedFleet_DeployedFleetStatus.ProtoReflect.Descriptor instead.
func (*DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) GetAllocatedReplicas
func (x *DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) GetAllocatedReplicas() int64func (*DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) GetReadyReplicas
func (x *DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) GetReadyReplicas() int64func (*DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) GetReplicas
func (x *DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) GetReplicas() int64func (*DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) GetReservedReplicas
func (x *DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) GetReservedReplicas() int64func (*DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) ProtoMessage
func (*DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) ProtoMessage()func (*DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) ProtoReflect
func (x *DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) ProtoReflect() protoreflect.Messagefunc (*DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) Reset
func (x *DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) Reset()func (*DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) String
func (x *DeployedFleetDetails_DeployedFleet_DeployedFleetStatus) String() stringFetchDeploymentStateRequest
type FetchDeploymentStateRequest struct {
// Required. The name of the game server delpoyment, in the following form:
// `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerDeploymentsService.FetchDeploymentState.
func (*FetchDeploymentStateRequest) Descriptor
func (*FetchDeploymentStateRequest) Descriptor() ([]byte, []int)Deprecated: Use FetchDeploymentStateRequest.ProtoReflect.Descriptor instead.
func (*FetchDeploymentStateRequest) GetName
func (x *FetchDeploymentStateRequest) GetName() stringfunc (*FetchDeploymentStateRequest) ProtoMessage
func (*FetchDeploymentStateRequest) ProtoMessage()func (*FetchDeploymentStateRequest) ProtoReflect
func (x *FetchDeploymentStateRequest) ProtoReflect() protoreflect.Messagefunc (*FetchDeploymentStateRequest) Reset
func (x *FetchDeploymentStateRequest) Reset()func (*FetchDeploymentStateRequest) String
func (x *FetchDeploymentStateRequest) String() stringFetchDeploymentStateResponse
type FetchDeploymentStateResponse struct {
// The state of the game server deployment in each game server cluster.
ClusterState []*FetchDeploymentStateResponse_DeployedClusterState `protobuf:"bytes,1,rep,name=cluster_state,json=clusterState,proto3" json:"cluster_state,omitempty"`
// List of locations that could not be reached.
Unavailable []string `protobuf:"bytes,2,rep,name=unavailable,proto3" json:"unavailable,omitempty"`
// contains filtered or unexported fields
}Response message for GameServerDeploymentsService.FetchDeploymentState.
func (*FetchDeploymentStateResponse) Descriptor
func (*FetchDeploymentStateResponse) Descriptor() ([]byte, []int)Deprecated: Use FetchDeploymentStateResponse.ProtoReflect.Descriptor instead.
func (*FetchDeploymentStateResponse) GetClusterState
func (x *FetchDeploymentStateResponse) GetClusterState() []*FetchDeploymentStateResponse_DeployedClusterStatefunc (*FetchDeploymentStateResponse) GetUnavailable
func (x *FetchDeploymentStateResponse) GetUnavailable() []stringfunc (*FetchDeploymentStateResponse) ProtoMessage
func (*FetchDeploymentStateResponse) ProtoMessage()func (*FetchDeploymentStateResponse) ProtoReflect
func (x *FetchDeploymentStateResponse) ProtoReflect() protoreflect.Messagefunc (*FetchDeploymentStateResponse) Reset
func (x *FetchDeploymentStateResponse) Reset()func (*FetchDeploymentStateResponse) String
func (x *FetchDeploymentStateResponse) String() stringFetchDeploymentStateResponse_DeployedClusterState
type FetchDeploymentStateResponse_DeployedClusterState struct {
// The name of the cluster.
Cluster string `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
// The details about the Agones fleets and autoscalers created in the
// game server cluster.
FleetDetails []*DeployedFleetDetails `protobuf:"bytes,2,rep,name=fleet_details,json=fleetDetails,proto3" json:"fleet_details,omitempty"`
// contains filtered or unexported fields
}The game server cluster changes made by the game server deployment.
func (*FetchDeploymentStateResponse_DeployedClusterState) Descriptor
func (*FetchDeploymentStateResponse_DeployedClusterState) Descriptor() ([]byte, []int)Deprecated: Use FetchDeploymentStateResponse_DeployedClusterState.ProtoReflect.Descriptor instead.
func (*FetchDeploymentStateResponse_DeployedClusterState) GetCluster
func (x *FetchDeploymentStateResponse_DeployedClusterState) GetCluster() stringfunc (*FetchDeploymentStateResponse_DeployedClusterState) GetFleetDetails
func (x *FetchDeploymentStateResponse_DeployedClusterState) GetFleetDetails() []*DeployedFleetDetailsfunc (*FetchDeploymentStateResponse_DeployedClusterState) ProtoMessage
func (*FetchDeploymentStateResponse_DeployedClusterState) ProtoMessage()func (*FetchDeploymentStateResponse_DeployedClusterState) ProtoReflect
func (x *FetchDeploymentStateResponse_DeployedClusterState) ProtoReflect() protoreflect.Messagefunc (*FetchDeploymentStateResponse_DeployedClusterState) Reset
func (x *FetchDeploymentStateResponse_DeployedClusterState) Reset()func (*FetchDeploymentStateResponse_DeployedClusterState) String
func (x *FetchDeploymentStateResponse_DeployedClusterState) String() stringFleetConfig
type FleetConfig struct {
// Agones fleet spec. Example spec:
// `https://agones.dev/site/docs/reference/fleet/`.
FleetSpec string `protobuf:"bytes,1,opt,name=fleet_spec,json=fleetSpec,proto3" json:"fleet_spec,omitempty"`
// The name of the FleetConfig.
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}Fleet configs for Agones.
func (*FleetConfig) Descriptor
func (*FleetConfig) Descriptor() ([]byte, []int)Deprecated: Use FleetConfig.ProtoReflect.Descriptor instead.
func (*FleetConfig) GetFleetSpec
func (x *FleetConfig) GetFleetSpec() stringfunc (*FleetConfig) GetName
func (x *FleetConfig) GetName() stringfunc (*FleetConfig) ProtoMessage
func (*FleetConfig) ProtoMessage()func (*FleetConfig) ProtoReflect
func (x *FleetConfig) ProtoReflect() protoreflect.Messagefunc (*FleetConfig) Reset
func (x *FleetConfig) Reset()func (*FleetConfig) String
func (x *FleetConfig) String() stringGameServerCluster
type GameServerCluster struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
Labels map[string]string "" /* 153 byte string literal not displayed */
ConnectionInfo *GameServerClusterConnectionInfo `protobuf:"bytes,5,opt,name=connection_info,json=connectionInfo,proto3" json:"connection_info,omitempty"`
Etag string `protobuf:"bytes,6,opt,name=etag,proto3" json:"etag,omitempty"`
Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
ClusterState *KubernetesClusterState `protobuf:"bytes,11,opt,name=cluster_state,json=clusterState,proto3" json:"cluster_state,omitempty"`
}A game server cluster resource.
func (*GameServerCluster) Descriptor
func (*GameServerCluster) Descriptor() ([]byte, []int)Deprecated: Use GameServerCluster.ProtoReflect.Descriptor instead.
func (*GameServerCluster) GetClusterState
func (x *GameServerCluster) GetClusterState() *KubernetesClusterStatefunc (*GameServerCluster) GetConnectionInfo
func (x *GameServerCluster) GetConnectionInfo() *GameServerClusterConnectionInfofunc (*GameServerCluster) GetCreateTime
func (x *GameServerCluster) GetCreateTime() *timestamppb.Timestampfunc (*GameServerCluster) GetDescription
func (x *GameServerCluster) GetDescription() stringfunc (*GameServerCluster) GetEtag
func (x *GameServerCluster) GetEtag() stringfunc (*GameServerCluster) GetLabels
func (x *GameServerCluster) GetLabels() map[string]stringfunc (*GameServerCluster) GetName
func (x *GameServerCluster) GetName() stringfunc (*GameServerCluster) GetUpdateTime
func (x *GameServerCluster) GetUpdateTime() *timestamppb.Timestampfunc (*GameServerCluster) ProtoMessage
func (*GameServerCluster) ProtoMessage()func (*GameServerCluster) ProtoReflect
func (x *GameServerCluster) ProtoReflect() protoreflect.Messagefunc (*GameServerCluster) Reset
func (x *GameServerCluster) Reset()func (*GameServerCluster) String
func (x *GameServerCluster) String() stringGameServerClusterConnectionInfo
type GameServerClusterConnectionInfo struct {
// The location of the Kubernetes cluster.
//
// Types that are assignable to ClusterReference:
// *GameServerClusterConnectionInfo_GkeClusterReference
ClusterReference isGameServerClusterConnectionInfo_ClusterReference `protobuf_oneof:"cluster_reference"`
// Namespace designated on the game server cluster where the Agones game
// server instances will be created. Existence of the namespace will be
// validated during creation.
Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
// contains filtered or unexported fields
}The game server cluster connection information.
func (*GameServerClusterConnectionInfo) Descriptor
func (*GameServerClusterConnectionInfo) Descriptor() ([]byte, []int)Deprecated: Use GameServerClusterConnectionInfo.ProtoReflect.Descriptor instead.
func (*GameServerClusterConnectionInfo) GetClusterReference
func (m *GameServerClusterConnectionInfo) GetClusterReference() isGameServerClusterConnectionInfo_ClusterReferencefunc (*GameServerClusterConnectionInfo) GetGkeClusterReference
func (x *GameServerClusterConnectionInfo) GetGkeClusterReference() *GkeClusterReferencefunc (*GameServerClusterConnectionInfo) GetNamespace
func (x *GameServerClusterConnectionInfo) GetNamespace() stringfunc (*GameServerClusterConnectionInfo) ProtoMessage
func (*GameServerClusterConnectionInfo) ProtoMessage()func (*GameServerClusterConnectionInfo) ProtoReflect
func (x *GameServerClusterConnectionInfo) ProtoReflect() protoreflect.Messagefunc (*GameServerClusterConnectionInfo) Reset
func (x *GameServerClusterConnectionInfo) Reset()func (*GameServerClusterConnectionInfo) String
func (x *GameServerClusterConnectionInfo) String() stringGameServerClusterConnectionInfo_GkeClusterReference
type GameServerClusterConnectionInfo_GkeClusterReference struct {
// Reference to the GKE cluster where the game servers are installed.
GkeClusterReference *GkeClusterReference `protobuf:"bytes,7,opt,name=gke_cluster_reference,json=gkeClusterReference,proto3,oneof"`
}GameServerClusterView
type GameServerClusterView int32A view for GameServerCluster objects.
GameServerClusterView_GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED, GameServerClusterView_BASIC, GameServerClusterView_FULL
const (
// The default / unset value.
// The API will default to the BASIC view.
GameServerClusterView_GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED GameServerClusterView = 0
// Include basic information of a GameServerCluster resource and omit
// `cluster_state`. This is the default value (for ListGameServerClusters,
// GetGameServerCluster and PreviewCreateGameServerCluster).
GameServerClusterView_BASIC GameServerClusterView = 1
// Include everything.
GameServerClusterView_FULL GameServerClusterView = 2
)func (GameServerClusterView) Descriptor
func (GameServerClusterView) Descriptor() protoreflect.EnumDescriptorfunc (GameServerClusterView) Enum
func (x GameServerClusterView) Enum() *GameServerClusterViewfunc (GameServerClusterView) EnumDescriptor
func (GameServerClusterView) EnumDescriptor() ([]byte, []int)Deprecated: Use GameServerClusterView.Descriptor instead.
func (GameServerClusterView) Number
func (x GameServerClusterView) Number() protoreflect.EnumNumberfunc (GameServerClusterView) String
func (x GameServerClusterView) String() stringfunc (GameServerClusterView) Type
func (GameServerClusterView) Type() protoreflect.EnumTypeGameServerClustersServiceClient
type GameServerClustersServiceClient interface {
// Lists game server clusters in a given project and location.
ListGameServerClusters(ctx context.Context, in *ListGameServerClustersRequest, opts ...grpc.CallOption) (*ListGameServerClustersResponse, error)
// Gets details of a single game server cluster.
GetGameServerCluster(ctx context.Context, in *GetGameServerClusterRequest, opts ...grpc.CallOption) (*GameServerCluster, error)
// Creates a new game server cluster in a given project and location.
CreateGameServerCluster(ctx context.Context, in *CreateGameServerClusterRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
// Previews creation of a new game server cluster in a given project and
// location.
PreviewCreateGameServerCluster(ctx context.Context, in *PreviewCreateGameServerClusterRequest, opts ...grpc.CallOption) (*PreviewCreateGameServerClusterResponse, error)
// Deletes a single game server cluster.
DeleteGameServerCluster(ctx context.Context, in *DeleteGameServerClusterRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
// Previews deletion of a single game server cluster.
PreviewDeleteGameServerCluster(ctx context.Context, in *PreviewDeleteGameServerClusterRequest, opts ...grpc.CallOption) (*PreviewDeleteGameServerClusterResponse, error)
// Patches a single game server cluster.
UpdateGameServerCluster(ctx context.Context, in *UpdateGameServerClusterRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
// Previews updating a GameServerCluster.
PreviewUpdateGameServerCluster(ctx context.Context, in *PreviewUpdateGameServerClusterRequest, opts ...grpc.CallOption) (*PreviewUpdateGameServerClusterResponse, error)
}GameServerClustersServiceClient is the client API for GameServerClustersService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewGameServerClustersServiceClient
func NewGameServerClustersServiceClient(cc grpc.ClientConnInterface) GameServerClustersServiceClientGameServerClustersServiceServer
type GameServerClustersServiceServer interface {
// Lists game server clusters in a given project and location.
ListGameServerClusters(context.Context, *ListGameServerClustersRequest) (*ListGameServerClustersResponse, error)
// Gets details of a single game server cluster.
GetGameServerCluster(context.Context, *GetGameServerClusterRequest) (*GameServerCluster, error)
// Creates a new game server cluster in a given project and location.
CreateGameServerCluster(context.Context, *CreateGameServerClusterRequest) (*longrunningpb.Operation, error)
// Previews creation of a new game server cluster in a given project and
// location.
PreviewCreateGameServerCluster(context.Context, *PreviewCreateGameServerClusterRequest) (*PreviewCreateGameServerClusterResponse, error)
// Deletes a single game server cluster.
DeleteGameServerCluster(context.Context, *DeleteGameServerClusterRequest) (*longrunningpb.Operation, error)
// Previews deletion of a single game server cluster.
PreviewDeleteGameServerCluster(context.Context, *PreviewDeleteGameServerClusterRequest) (*PreviewDeleteGameServerClusterResponse, error)
// Patches a single game server cluster.
UpdateGameServerCluster(context.Context, *UpdateGameServerClusterRequest) (*longrunningpb.Operation, error)
// Previews updating a GameServerCluster.
PreviewUpdateGameServerCluster(context.Context, *PreviewUpdateGameServerClusterRequest) (*PreviewUpdateGameServerClusterResponse, error)
}GameServerClustersServiceServer is the server API for GameServerClustersService service.
GameServerConfig
type GameServerConfig struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
Labels map[string]string "" /* 153 byte string literal not displayed */
FleetConfigs []*FleetConfig `protobuf:"bytes,5,rep,name=fleet_configs,json=fleetConfigs,proto3" json:"fleet_configs,omitempty"`
ScalingConfigs []*ScalingConfig `protobuf:"bytes,6,rep,name=scaling_configs,json=scalingConfigs,proto3" json:"scaling_configs,omitempty"`
Description string `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
}A game server config resource.
func (*GameServerConfig) Descriptor
func (*GameServerConfig) Descriptor() ([]byte, []int)Deprecated: Use GameServerConfig.ProtoReflect.Descriptor instead.
func (*GameServerConfig) GetCreateTime
func (x *GameServerConfig) GetCreateTime() *timestamppb.Timestampfunc (*GameServerConfig) GetDescription
func (x *GameServerConfig) GetDescription() stringfunc (*GameServerConfig) GetFleetConfigs
func (x *GameServerConfig) GetFleetConfigs() []*FleetConfigfunc (*GameServerConfig) GetLabels
func (x *GameServerConfig) GetLabels() map[string]stringfunc (*GameServerConfig) GetName
func (x *GameServerConfig) GetName() stringfunc (*GameServerConfig) GetScalingConfigs
func (x *GameServerConfig) GetScalingConfigs() []*ScalingConfigfunc (*GameServerConfig) GetUpdateTime
func (x *GameServerConfig) GetUpdateTime() *timestamppb.Timestampfunc (*GameServerConfig) ProtoMessage
func (*GameServerConfig) ProtoMessage()func (*GameServerConfig) ProtoReflect
func (x *GameServerConfig) ProtoReflect() protoreflect.Messagefunc (*GameServerConfig) Reset
func (x *GameServerConfig) Reset()func (*GameServerConfig) String
func (x *GameServerConfig) String() stringGameServerConfigOverride
type GameServerConfigOverride struct {
// Selector chooses the game server config targets.
//
// Types that are assignable to Selector:
// *GameServerConfigOverride_RealmsSelector
Selector isGameServerConfigOverride_Selector `protobuf_oneof:"selector"`
// Selects the game server config and how it should be applied.
//
// Types that are assignable to Change:
// *GameServerConfigOverride_ConfigVersion
Change isGameServerConfigOverride_Change `protobuf_oneof:"change"`
// contains filtered or unexported fields
}A game server config override.
func (*GameServerConfigOverride) Descriptor
func (*GameServerConfigOverride) Descriptor() ([]byte, []int)Deprecated: Use GameServerConfigOverride.ProtoReflect.Descriptor instead.
func (*GameServerConfigOverride) GetChange
func (m *GameServerConfigOverride) GetChange() isGameServerConfigOverride_Changefunc (*GameServerConfigOverride) GetConfigVersion
func (x *GameServerConfigOverride) GetConfigVersion() stringfunc (*GameServerConfigOverride) GetRealmsSelector
func (x *GameServerConfigOverride) GetRealmsSelector() *RealmSelectorfunc (*GameServerConfigOverride) GetSelector
func (m *GameServerConfigOverride) GetSelector() isGameServerConfigOverride_Selectorfunc (*GameServerConfigOverride) ProtoMessage
func (*GameServerConfigOverride) ProtoMessage()func (*GameServerConfigOverride) ProtoReflect
func (x *GameServerConfigOverride) ProtoReflect() protoreflect.Messagefunc (*GameServerConfigOverride) Reset
func (x *GameServerConfigOverride) Reset()func (*GameServerConfigOverride) String
func (x *GameServerConfigOverride) String() stringGameServerConfigOverride_ConfigVersion
type GameServerConfigOverride_ConfigVersion struct {
// The game server config for this override.
ConfigVersion string `protobuf:"bytes,100,opt,name=config_version,json=configVersion,proto3,oneof"`
}GameServerConfigOverride_RealmsSelector
type GameServerConfigOverride_RealmsSelector struct {
// Selector for choosing applicable realms.
RealmsSelector *RealmSelector `protobuf:"bytes,1,opt,name=realms_selector,json=realmsSelector,proto3,oneof"`
}GameServerConfigsServiceClient
type GameServerConfigsServiceClient interface {
// Lists game server configs in a given project, location, and game server
// deployment.
ListGameServerConfigs(ctx context.Context, in *ListGameServerConfigsRequest, opts ...grpc.CallOption) (*ListGameServerConfigsResponse, error)
// Gets details of a single game server config.
GetGameServerConfig(ctx context.Context, in *GetGameServerConfigRequest, opts ...grpc.CallOption) (*GameServerConfig, error)
// Creates a new game server config in a given project, location, and game
// server deployment. Game server configs are immutable, and are not applied
// until referenced in the game server deployment rollout resource.
CreateGameServerConfig(ctx context.Context, in *CreateGameServerConfigRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
// Deletes a single game server config. The deletion will fail if the game
// server config is referenced in a game server deployment rollout.
DeleteGameServerConfig(ctx context.Context, in *DeleteGameServerConfigRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
}GameServerConfigsServiceClient is the client API for GameServerConfigsService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewGameServerConfigsServiceClient
func NewGameServerConfigsServiceClient(cc grpc.ClientConnInterface) GameServerConfigsServiceClientGameServerConfigsServiceServer
type GameServerConfigsServiceServer interface {
// Lists game server configs in a given project, location, and game server
// deployment.
ListGameServerConfigs(context.Context, *ListGameServerConfigsRequest) (*ListGameServerConfigsResponse, error)
// Gets details of a single game server config.
GetGameServerConfig(context.Context, *GetGameServerConfigRequest) (*GameServerConfig, error)
// Creates a new game server config in a given project, location, and game
// server deployment. Game server configs are immutable, and are not applied
// until referenced in the game server deployment rollout resource.
CreateGameServerConfig(context.Context, *CreateGameServerConfigRequest) (*longrunningpb.Operation, error)
// Deletes a single game server config. The deletion will fail if the game
// server config is referenced in a game server deployment rollout.
DeleteGameServerConfig(context.Context, *DeleteGameServerConfigRequest) (*longrunningpb.Operation, error)
}GameServerConfigsServiceServer is the server API for GameServerConfigsService service.
GameServerDeployment
type GameServerDeployment struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
Labels map[string]string "" /* 153 byte string literal not displayed */
Etag string `protobuf:"bytes,7,opt,name=etag,proto3" json:"etag,omitempty"`
Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
}A game server deployment resource.
func (*GameServerDeployment) Descriptor
func (*GameServerDeployment) Descriptor() ([]byte, []int)Deprecated: Use GameServerDeployment.ProtoReflect.Descriptor instead.
func (*GameServerDeployment) GetCreateTime
func (x *GameServerDeployment) GetCreateTime() *timestamppb.Timestampfunc (*GameServerDeployment) GetDescription
func (x *GameServerDeployment) GetDescription() stringfunc (*GameServerDeployment) GetEtag
func (x *GameServerDeployment) GetEtag() stringfunc (*GameServerDeployment) GetLabels
func (x *GameServerDeployment) GetLabels() map[string]stringfunc (*GameServerDeployment) GetName
func (x *GameServerDeployment) GetName() stringfunc (*GameServerDeployment) GetUpdateTime
func (x *GameServerDeployment) GetUpdateTime() *timestamppb.Timestampfunc (*GameServerDeployment) ProtoMessage
func (*GameServerDeployment) ProtoMessage()func (*GameServerDeployment) ProtoReflect
func (x *GameServerDeployment) ProtoReflect() protoreflect.Messagefunc (*GameServerDeployment) Reset
func (x *GameServerDeployment) Reset()func (*GameServerDeployment) String
func (x *GameServerDeployment) String() stringGameServerDeploymentRollout
type GameServerDeploymentRollout struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
DefaultGameServerConfig string "" /* 134 byte string literal not displayed */
GameServerConfigOverrides []*GameServerConfigOverride "" /* 140 byte string literal not displayed */
Etag string `protobuf:"bytes,6,opt,name=etag,proto3" json:"etag,omitempty"`
}The game server deployment rollout which represents the desired rollout state.
func (*GameServerDeploymentRollout) Descriptor
func (*GameServerDeploymentRollout) Descriptor() ([]byte, []int)Deprecated: Use GameServerDeploymentRollout.ProtoReflect.Descriptor instead.
func (*GameServerDeploymentRollout) GetCreateTime
func (x *GameServerDeploymentRollout) GetCreateTime() *timestamppb.Timestampfunc (*GameServerDeploymentRollout) GetDefaultGameServerConfig
func (x *GameServerDeploymentRollout) GetDefaultGameServerConfig() stringfunc (*GameServerDeploymentRollout) GetEtag
func (x *GameServerDeploymentRollout) GetEtag() stringfunc (*GameServerDeploymentRollout) GetGameServerConfigOverrides
func (x *GameServerDeploymentRollout) GetGameServerConfigOverrides() []*GameServerConfigOverridefunc (*GameServerDeploymentRollout) GetName
func (x *GameServerDeploymentRollout) GetName() stringfunc (*GameServerDeploymentRollout) GetUpdateTime
func (x *GameServerDeploymentRollout) GetUpdateTime() *timestamppb.Timestampfunc (*GameServerDeploymentRollout) ProtoMessage
func (*GameServerDeploymentRollout) ProtoMessage()func (*GameServerDeploymentRollout) ProtoReflect
func (x *GameServerDeploymentRollout) ProtoReflect() protoreflect.Messagefunc (*GameServerDeploymentRollout) Reset
func (x *GameServerDeploymentRollout) Reset()func (*GameServerDeploymentRollout) String
func (x *GameServerDeploymentRollout) String() stringGameServerDeploymentsServiceClient
type GameServerDeploymentsServiceClient interface {
// Lists game server deployments in a given project and location.
ListGameServerDeployments(ctx context.Context, in *ListGameServerDeploymentsRequest, opts ...grpc.CallOption) (*ListGameServerDeploymentsResponse, error)
// Gets details of a single game server deployment.
GetGameServerDeployment(ctx context.Context, in *GetGameServerDeploymentRequest, opts ...grpc.CallOption) (*GameServerDeployment, error)
// Creates a new game server deployment in a given project and location.
CreateGameServerDeployment(ctx context.Context, in *CreateGameServerDeploymentRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
// Deletes a single game server deployment.
DeleteGameServerDeployment(ctx context.Context, in *DeleteGameServerDeploymentRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
// Patches a game server deployment.
UpdateGameServerDeployment(ctx context.Context, in *UpdateGameServerDeploymentRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
// Gets details a single game server deployment rollout.
GetGameServerDeploymentRollout(ctx context.Context, in *GetGameServerDeploymentRolloutRequest, opts ...grpc.CallOption) (*GameServerDeploymentRollout, error)
// Patches a single game server deployment rollout.
// The method will not return an error if the update does not affect any
// existing realms. For example - if the default_game_server_config is changed
// but all existing realms use the override, that is valid. Similarly, if a
// non existing realm is explicitly called out in game_server_config_overrides
// field, that will also not result in an error.
UpdateGameServerDeploymentRollout(ctx context.Context, in *UpdateGameServerDeploymentRolloutRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
// Previews the game server deployment rollout. This API does not mutate the
// rollout resource.
PreviewGameServerDeploymentRollout(ctx context.Context, in *PreviewGameServerDeploymentRolloutRequest, opts ...grpc.CallOption) (*PreviewGameServerDeploymentRolloutResponse, error)
// Retrieves information about the current state of the game server
// deployment. Gathers all the Agones fleets and Agones autoscalers,
// including fleets running an older version of the game server deployment.
FetchDeploymentState(ctx context.Context, in *FetchDeploymentStateRequest, opts ...grpc.CallOption) (*FetchDeploymentStateResponse, error)
}GameServerDeploymentsServiceClient is the client API for GameServerDeploymentsService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewGameServerDeploymentsServiceClient
func NewGameServerDeploymentsServiceClient(cc grpc.ClientConnInterface) GameServerDeploymentsServiceClientGameServerDeploymentsServiceServer
type GameServerDeploymentsServiceServer interface {
// Lists game server deployments in a given project and location.
ListGameServerDeployments(context.Context, *ListGameServerDeploymentsRequest) (*ListGameServerDeploymentsResponse, error)
// Gets details of a single game server deployment.
GetGameServerDeployment(context.Context, *GetGameServerDeploymentRequest) (*GameServerDeployment, error)
// Creates a new game server deployment in a given project and location.
CreateGameServerDeployment(context.Context, *CreateGameServerDeploymentRequest) (*longrunningpb.Operation, error)
// Deletes a single game server deployment.
DeleteGameServerDeployment(context.Context, *DeleteGameServerDeploymentRequest) (*longrunningpb.Operation, error)
// Patches a game server deployment.
UpdateGameServerDeployment(context.Context, *UpdateGameServerDeploymentRequest) (*longrunningpb.Operation, error)
// Gets details a single game server deployment rollout.
GetGameServerDeploymentRollout(context.Context, *GetGameServerDeploymentRolloutRequest) (*GameServerDeploymentRollout, error)
// Patches a single game server deployment rollout.
// The method will not return an error if the update does not affect any
// existing realms. For example - if the default_game_server_config is changed
// but all existing realms use the override, that is valid. Similarly, if a
// non existing realm is explicitly called out in game_server_config_overrides
// field, that will also not result in an error.
UpdateGameServerDeploymentRollout(context.Context, *UpdateGameServerDeploymentRolloutRequest) (*longrunningpb.Operation, error)
// Previews the game server deployment rollout. This API does not mutate the
// rollout resource.
PreviewGameServerDeploymentRollout(context.Context, *PreviewGameServerDeploymentRolloutRequest) (*PreviewGameServerDeploymentRolloutResponse, error)
// Retrieves information about the current state of the game server
// deployment. Gathers all the Agones fleets and Agones autoscalers,
// including fleets running an older version of the game server deployment.
FetchDeploymentState(context.Context, *FetchDeploymentStateRequest) (*FetchDeploymentStateResponse, error)
}GameServerDeploymentsServiceServer is the server API for GameServerDeploymentsService service.
GetGameServerClusterRequest
type GetGameServerClusterRequest struct {
// Required. The name of the game server cluster to retrieve, in the following form:
// `projects/{project}/locations/{location}/realms/{realm-id}/gameServerClusters/{cluster}`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Optional. View for the returned GameServerCluster objects. When `FULL` is
// specified, the `cluster_state` field is also returned in the
// GameServerCluster object, which includes the state of the referenced
// Kubernetes cluster such as versions and provider info. The default/unset
// value is GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED, same as BASIC, which does
// not return the `cluster_state` field.
View GameServerClusterView `protobuf:"varint,6,opt,name=view,proto3,enum=google.cloud.gaming.v1.GameServerClusterView" json:"view,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerClustersService.GetGameServerCluster.
func (*GetGameServerClusterRequest) Descriptor
func (*GetGameServerClusterRequest) Descriptor() ([]byte, []int)Deprecated: Use GetGameServerClusterRequest.ProtoReflect.Descriptor instead.
func (*GetGameServerClusterRequest) GetName
func (x *GetGameServerClusterRequest) GetName() stringfunc (*GetGameServerClusterRequest) GetView
func (x *GetGameServerClusterRequest) GetView() GameServerClusterViewfunc (*GetGameServerClusterRequest) ProtoMessage
func (*GetGameServerClusterRequest) ProtoMessage()func (*GetGameServerClusterRequest) ProtoReflect
func (x *GetGameServerClusterRequest) ProtoReflect() protoreflect.Messagefunc (*GetGameServerClusterRequest) Reset
func (x *GetGameServerClusterRequest) Reset()func (*GetGameServerClusterRequest) String
func (x *GetGameServerClusterRequest) String() stringGetGameServerConfigRequest
type GetGameServerConfigRequest struct {
// Required. The name of the game server config to retrieve, in the following form:
// `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerConfigsService.GetGameServerConfig.
func (*GetGameServerConfigRequest) Descriptor
func (*GetGameServerConfigRequest) Descriptor() ([]byte, []int)Deprecated: Use GetGameServerConfigRequest.ProtoReflect.Descriptor instead.
func (*GetGameServerConfigRequest) GetName
func (x *GetGameServerConfigRequest) GetName() stringfunc (*GetGameServerConfigRequest) ProtoMessage
func (*GetGameServerConfigRequest) ProtoMessage()func (*GetGameServerConfigRequest) ProtoReflect
func (x *GetGameServerConfigRequest) ProtoReflect() protoreflect.Messagefunc (*GetGameServerConfigRequest) Reset
func (x *GetGameServerConfigRequest) Reset()func (*GetGameServerConfigRequest) String
func (x *GetGameServerConfigRequest) String() stringGetGameServerDeploymentRequest
type GetGameServerDeploymentRequest struct {
// Required. The name of the game server delpoyment to retrieve, in the following form:
// `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerDeploymentsService.GetGameServerDeployment.
func (*GetGameServerDeploymentRequest) Descriptor
func (*GetGameServerDeploymentRequest) Descriptor() ([]byte, []int)Deprecated: Use GetGameServerDeploymentRequest.ProtoReflect.Descriptor instead.
func (*GetGameServerDeploymentRequest) GetName
func (x *GetGameServerDeploymentRequest) GetName() stringfunc (*GetGameServerDeploymentRequest) ProtoMessage
func (*GetGameServerDeploymentRequest) ProtoMessage()func (*GetGameServerDeploymentRequest) ProtoReflect
func (x *GetGameServerDeploymentRequest) ProtoReflect() protoreflect.Messagefunc (*GetGameServerDeploymentRequest) Reset
func (x *GetGameServerDeploymentRequest) Reset()func (*GetGameServerDeploymentRequest) String
func (x *GetGameServerDeploymentRequest) String() stringGetGameServerDeploymentRolloutRequest
type GetGameServerDeploymentRolloutRequest struct {
// Required. The name of the game server delpoyment to retrieve, in the following form:
// `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerDeploymentsService.GetGameServerDeploymentRollout.
func (*GetGameServerDeploymentRolloutRequest) Descriptor
func (*GetGameServerDeploymentRolloutRequest) Descriptor() ([]byte, []int)Deprecated: Use GetGameServerDeploymentRolloutRequest.ProtoReflect.Descriptor instead.
func (*GetGameServerDeploymentRolloutRequest) GetName
func (x *GetGameServerDeploymentRolloutRequest) GetName() stringfunc (*GetGameServerDeploymentRolloutRequest) ProtoMessage
func (*GetGameServerDeploymentRolloutRequest) ProtoMessage()func (*GetGameServerDeploymentRolloutRequest) ProtoReflect
func (x *GetGameServerDeploymentRolloutRequest) ProtoReflect() protoreflect.Messagefunc (*GetGameServerDeploymentRolloutRequest) Reset
func (x *GetGameServerDeploymentRolloutRequest) Reset()func (*GetGameServerDeploymentRolloutRequest) String
func (x *GetGameServerDeploymentRolloutRequest) String() stringGetRealmRequest
type GetRealmRequest struct {
// Required. The name of the realm to retrieve, in the following form:
// `projects/{project}/locations/{location}/realms/{realm}`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}Request message for RealmsService.GetRealm.
func (*GetRealmRequest) Descriptor
func (*GetRealmRequest) Descriptor() ([]byte, []int)Deprecated: Use GetRealmRequest.ProtoReflect.Descriptor instead.
func (*GetRealmRequest) GetName
func (x *GetRealmRequest) GetName() stringfunc (*GetRealmRequest) ProtoMessage
func (*GetRealmRequest) ProtoMessage()func (*GetRealmRequest) ProtoReflect
func (x *GetRealmRequest) ProtoReflect() protoreflect.Messagefunc (*GetRealmRequest) Reset
func (x *GetRealmRequest) Reset()func (*GetRealmRequest) String
func (x *GetRealmRequest) String() stringGkeClusterReference
type GkeClusterReference struct {
// The full or partial name of a GKE cluster, using one of the following
// forms:
// * `projects/{project}/locations/{location}/clusters/{cluster}`
// * `locations/{location}/clusters/{cluster}`
// * `{cluster}`
// If project and location are not specified, the project and location of the
// GameServerCluster resource are used to generate the full name of the
// GKE cluster.
Cluster string `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
// contains filtered or unexported fields
}A reference to a GKE cluster.
func (*GkeClusterReference) Descriptor
func (*GkeClusterReference) Descriptor() ([]byte, []int)Deprecated: Use GkeClusterReference.ProtoReflect.Descriptor instead.
func (*GkeClusterReference) GetCluster
func (x *GkeClusterReference) GetCluster() stringfunc (*GkeClusterReference) ProtoMessage
func (*GkeClusterReference) ProtoMessage()func (*GkeClusterReference) ProtoReflect
func (x *GkeClusterReference) ProtoReflect() protoreflect.Messagefunc (*GkeClusterReference) Reset
func (x *GkeClusterReference) Reset()func (*GkeClusterReference) String
func (x *GkeClusterReference) String() stringKubernetesClusterState
type KubernetesClusterState struct {
AgonesVersionInstalled string "" /* 129 byte string literal not displayed */
KubernetesVersionInstalled string "" /* 141 byte string literal not displayed */
InstallationState KubernetesClusterState_InstallationState "" /* 182 byte string literal not displayed */
VersionInstalledErrorMessage string "" /* 149 byte string literal not displayed */
Provider string `protobuf:"bytes,5,opt,name=provider,proto3" json:"provider,omitempty"`
AgonesVersionTargeted string `protobuf:"bytes,6,opt,name=agones_version_targeted,json=agonesVersionTargeted,proto3" json:"agones_version_targeted,omitempty"`
}The state of the Kubernetes cluster.
func (*KubernetesClusterState) Descriptor
func (*KubernetesClusterState) Descriptor() ([]byte, []int)Deprecated: Use KubernetesClusterState.ProtoReflect.Descriptor instead.
func (*KubernetesClusterState) GetAgonesVersionInstalled
func (x *KubernetesClusterState) GetAgonesVersionInstalled() stringfunc (*KubernetesClusterState) GetAgonesVersionTargeted
func (x *KubernetesClusterState) GetAgonesVersionTargeted() stringfunc (*KubernetesClusterState) GetInstallationState
func (x *KubernetesClusterState) GetInstallationState() KubernetesClusterState_InstallationStatefunc (*KubernetesClusterState) GetKubernetesVersionInstalled
func (x *KubernetesClusterState) GetKubernetesVersionInstalled() stringfunc (*KubernetesClusterState) GetProvider
func (x *KubernetesClusterState) GetProvider() stringfunc (*KubernetesClusterState) GetVersionInstalledErrorMessage
func (x *KubernetesClusterState) GetVersionInstalledErrorMessage() stringfunc (*KubernetesClusterState) ProtoMessage
func (*KubernetesClusterState) ProtoMessage()func (*KubernetesClusterState) ProtoReflect
func (x *KubernetesClusterState) ProtoReflect() protoreflect.Messagefunc (*KubernetesClusterState) Reset
func (x *KubernetesClusterState) Reset()func (*KubernetesClusterState) String
func (x *KubernetesClusterState) String() stringKubernetesClusterState_InstallationState
type KubernetesClusterState_InstallationState int32The state of the installed versions of Agones/Kubernetes. See also https://cloud.google.com/game-servers/docs/versions-and-upgrades.
KubernetesClusterState_INSTALLATION_STATE_UNSPECIFIED, KubernetesClusterState_AGONES_KUBERNETES_VERSION_SUPPORTED, KubernetesClusterState_AGONES_VERSION_UNSUPPORTED, KubernetesClusterState_AGONES_KUBERNETES_VERSION_UNSUPPORTED, KubernetesClusterState_AGONES_VERSION_UNRECOGNIZED, KubernetesClusterState_KUBERNETES_VERSION_UNRECOGNIZED, KubernetesClusterState_VERSION_VERIFICATION_FAILED, KubernetesClusterState_AGONES_NOT_INSTALLED
const (
// The default value. This value is used if the state is omitted.
KubernetesClusterState_INSTALLATION_STATE_UNSPECIFIED KubernetesClusterState_InstallationState = 0
// The combination of Agones and Kubernetes versions is supported by Google
// Cloud Game Servers.
KubernetesClusterState_AGONES_KUBERNETES_VERSION_SUPPORTED KubernetesClusterState_InstallationState = 1
// The installed version of Agones is not supported by Google Cloud Game
// Servers.
KubernetesClusterState_AGONES_VERSION_UNSUPPORTED KubernetesClusterState_InstallationState = 2
// The installed version of Agones is supported by Google Cloud Game
// Servers, but the installed version of Kubernetes is not recommended or
// supported by the version of Agones.
KubernetesClusterState_AGONES_KUBERNETES_VERSION_UNSUPPORTED KubernetesClusterState_InstallationState = 3
// The installed version of Agones is not recognized because the Agones
// controller's image name does not have a version string reported as
// {major}.{minor}(.{patch}).
KubernetesClusterState_AGONES_VERSION_UNRECOGNIZED KubernetesClusterState_InstallationState = 4
// The server version of Kubernetes cluster is not recognized because the
// API server didn't return parsable version info on path/version.
KubernetesClusterState_KUBERNETES_VERSION_UNRECOGNIZED KubernetesClusterState_InstallationState = 5
// Failed to read or verify the version of Agones or Kubernetes. See
// version_installed_error_message for details.
KubernetesClusterState_VERSION_VERIFICATION_FAILED KubernetesClusterState_InstallationState = 6
// Agones is not installed.
KubernetesClusterState_AGONES_NOT_INSTALLED KubernetesClusterState_InstallationState = 7
)func (KubernetesClusterState_InstallationState) Descriptor
func (KubernetesClusterState_InstallationState) Descriptor() protoreflect.EnumDescriptorfunc (KubernetesClusterState_InstallationState) Enum
func (KubernetesClusterState_InstallationState) EnumDescriptor
func (KubernetesClusterState_InstallationState) EnumDescriptor() ([]byte, []int)Deprecated: Use KubernetesClusterState_InstallationState.Descriptor instead.
func (KubernetesClusterState_InstallationState) Number
func (x KubernetesClusterState_InstallationState) Number() protoreflect.EnumNumberfunc (KubernetesClusterState_InstallationState) String
func (x KubernetesClusterState_InstallationState) String() stringfunc (KubernetesClusterState_InstallationState) Type
func (KubernetesClusterState_InstallationState) Type() protoreflect.EnumTypeLabelSelector
type LabelSelector struct {
Labels map[string]string "" /* 153 byte string literal not displayed */
}The label selector, used to group labels on the resources.
func (*LabelSelector) Descriptor
func (*LabelSelector) Descriptor() ([]byte, []int)Deprecated: Use LabelSelector.ProtoReflect.Descriptor instead.
func (*LabelSelector) GetLabels
func (x *LabelSelector) GetLabels() map[string]stringfunc (*LabelSelector) ProtoMessage
func (*LabelSelector) ProtoMessage()func (*LabelSelector) ProtoReflect
func (x *LabelSelector) ProtoReflect() protoreflect.Messagefunc (*LabelSelector) Reset
func (x *LabelSelector) Reset()func (*LabelSelector) String
func (x *LabelSelector) String() stringListGameServerClustersRequest
type ListGameServerClustersRequest struct {
// Required. The parent resource name, in the following form:
// "projects/{project}/locations/{location}/realms/{realm}".
Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
// Optional. The maximum number of items to return. If unspecified, the server
// will pick an appropriate default. The server may return fewer items than
// requested. A caller should only rely on response's
// [next_page_token][google.cloud.gaming.v1.ListGameServerClustersResponse.next_page_token] to
// determine if there are more GameServerClusters left to be queried.
PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
// Optional. The next_page_token value returned from a previous List request, if any.
PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
// Optional. The filter to apply to list results.
Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
// Optional. Specifies the ordering of results following syntax at
// https://cloud.google.com/apis/design/design_patterns#sorting_order.
OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
// Optional. View for the returned GameServerCluster objects. When `FULL` is
// specified, the `cluster_state` field is also returned in the
// GameServerCluster object, which includes the state of the referenced
// Kubernetes cluster such as versions and provider info. The default/unset
// value is GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED, same as BASIC, which does
// not return the `cluster_state` field.
View GameServerClusterView `protobuf:"varint,6,opt,name=view,proto3,enum=google.cloud.gaming.v1.GameServerClusterView" json:"view,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerClustersService.ListGameServerClusters.
func (*ListGameServerClustersRequest) Descriptor
func (*ListGameServerClustersRequest) Descriptor() ([]byte, []int)Deprecated: Use ListGameServerClustersRequest.ProtoReflect.Descriptor instead.
func (*ListGameServerClustersRequest) GetFilter
func (x *ListGameServerClustersRequest) GetFilter() stringfunc (*ListGameServerClustersRequest) GetOrderBy
func (x *ListGameServerClustersRequest) GetOrderBy() stringfunc (*ListGameServerClustersRequest) GetPageSize
func (x *ListGameServerClustersRequest) GetPageSize() int32func (*ListGameServerClustersRequest) GetPageToken
func (x *ListGameServerClustersRequest) GetPageToken() stringfunc (*ListGameServerClustersRequest) GetParent
func (x *ListGameServerClustersRequest) GetParent() stringfunc (*ListGameServerClustersRequest) GetView
func (x *ListGameServerClustersRequest) GetView() GameServerClusterViewfunc (*ListGameServerClustersRequest) ProtoMessage
func (*ListGameServerClustersRequest) ProtoMessage()func (*ListGameServerClustersRequest) ProtoReflect
func (x *ListGameServerClustersRequest) ProtoReflect() protoreflect.Messagefunc (*ListGameServerClustersRequest) Reset
func (x *ListGameServerClustersRequest) Reset()func (*ListGameServerClustersRequest) String
func (x *ListGameServerClustersRequest) String() stringListGameServerClustersResponse
type ListGameServerClustersResponse struct {
// The list of game server clusters.
GameServerClusters []*GameServerCluster `protobuf:"bytes,1,rep,name=game_server_clusters,json=gameServerClusters,proto3" json:"game_server_clusters,omitempty"`
// Token to retrieve the next page of results, or empty if there are no more
// results in the list.
NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
// List of locations that could not be reached.
Unreachable []string `protobuf:"bytes,4,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
// contains filtered or unexported fields
}Response message for GameServerClustersService.ListGameServerClusters.
func (*ListGameServerClustersResponse) Descriptor
func (*ListGameServerClustersResponse) Descriptor() ([]byte, []int)Deprecated: Use ListGameServerClustersResponse.ProtoReflect.Descriptor instead.
func (*ListGameServerClustersResponse) GetGameServerClusters
func (x *ListGameServerClustersResponse) GetGameServerClusters() []*GameServerClusterfunc (*ListGameServerClustersResponse) GetNextPageToken
func (x *ListGameServerClustersResponse) GetNextPageToken() stringfunc (*ListGameServerClustersResponse) GetUnreachable
func (x *ListGameServerClustersResponse) GetUnreachable() []stringfunc (*ListGameServerClustersResponse) ProtoMessage
func (*ListGameServerClustersResponse) ProtoMessage()func (*ListGameServerClustersResponse) ProtoReflect
func (x *ListGameServerClustersResponse) ProtoReflect() protoreflect.Messagefunc (*ListGameServerClustersResponse) Reset
func (x *ListGameServerClustersResponse) Reset()func (*ListGameServerClustersResponse) String
func (x *ListGameServerClustersResponse) String() stringListGameServerConfigsRequest
type ListGameServerConfigsRequest struct {
// Required. The parent resource name, in the following form:
// `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/*`.
Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
// Optional. The maximum number of items to return. If unspecified, server
// will pick an appropriate default. Server may return fewer items than
// requested. A caller should only rely on response's
// [next_page_token][google.cloud.gaming.v1.ListGameServerConfigsResponse.next_page_token] to
// determine if there are more GameServerConfigs left to be queried.
PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
// Optional. The next_page_token value returned from a previous list request, if any.
PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
// Optional. The filter to apply to list results.
Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
// Optional. Specifies the ordering of results following syntax at
// https://cloud.google.com/apis/design/design_patterns#sorting_order.
OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerConfigsService.ListGameServerConfigs.
func (*ListGameServerConfigsRequest) Descriptor
func (*ListGameServerConfigsRequest) Descriptor() ([]byte, []int)Deprecated: Use ListGameServerConfigsRequest.ProtoReflect.Descriptor instead.
func (*ListGameServerConfigsRequest) GetFilter
func (x *ListGameServerConfigsRequest) GetFilter() stringfunc (*ListGameServerConfigsRequest) GetOrderBy
func (x *ListGameServerConfigsRequest) GetOrderBy() stringfunc (*ListGameServerConfigsRequest) GetPageSize
func (x *ListGameServerConfigsRequest) GetPageSize() int32func (*ListGameServerConfigsRequest) GetPageToken
func (x *ListGameServerConfigsRequest) GetPageToken() stringfunc (*ListGameServerConfigsRequest) GetParent
func (x *ListGameServerConfigsRequest) GetParent() stringfunc (*ListGameServerConfigsRequest) ProtoMessage
func (*ListGameServerConfigsRequest) ProtoMessage()func (*ListGameServerConfigsRequest) ProtoReflect
func (x *ListGameServerConfigsRequest) ProtoReflect() protoreflect.Messagefunc (*ListGameServerConfigsRequest) Reset
func (x *ListGameServerConfigsRequest) Reset()func (*ListGameServerConfigsRequest) String
func (x *ListGameServerConfigsRequest) String() stringListGameServerConfigsResponse
type ListGameServerConfigsResponse struct {
// The list of game server configs.
GameServerConfigs []*GameServerConfig `protobuf:"bytes,1,rep,name=game_server_configs,json=gameServerConfigs,proto3" json:"game_server_configs,omitempty"`
// Token to retrieve the next page of results, or empty if there are no more
// results in the list.
NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
// List of locations that could not be reached.
Unreachable []string `protobuf:"bytes,4,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
// contains filtered or unexported fields
}Response message for GameServerConfigsService.ListGameServerConfigs.
func (*ListGameServerConfigsResponse) Descriptor
func (*ListGameServerConfigsResponse) Descriptor() ([]byte, []int)Deprecated: Use ListGameServerConfigsResponse.ProtoReflect.Descriptor instead.
func (*ListGameServerConfigsResponse) GetGameServerConfigs
func (x *ListGameServerConfigsResponse) GetGameServerConfigs() []*GameServerConfigfunc (*ListGameServerConfigsResponse) GetNextPageToken
func (x *ListGameServerConfigsResponse) GetNextPageToken() stringfunc (*ListGameServerConfigsResponse) GetUnreachable
func (x *ListGameServerConfigsResponse) GetUnreachable() []stringfunc (*ListGameServerConfigsResponse) ProtoMessage
func (*ListGameServerConfigsResponse) ProtoMessage()func (*ListGameServerConfigsResponse) ProtoReflect
func (x *ListGameServerConfigsResponse) ProtoReflect() protoreflect.Messagefunc (*ListGameServerConfigsResponse) Reset
func (x *ListGameServerConfigsResponse) Reset()func (*ListGameServerConfigsResponse) String
func (x *ListGameServerConfigsResponse) String() stringListGameServerDeploymentsRequest
type ListGameServerDeploymentsRequest struct {
// Required. The parent resource name, in the following form:
// `projects/{project}/locations/{location}`.
Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
// Optional. The maximum number of items to return. If unspecified, the server
// will pick an appropriate default. The server may return fewer items than
// requested. A caller should only rely on response's
// [next_page_token][google.cloud.gaming.v1.ListGameServerDeploymentsResponse.next_page_token] to
// determine if there are more GameServerDeployments left to be queried.
PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
// Optional. The next_page_token value returned from a previous List request,
// if any.
PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
// Optional. The filter to apply to list results.
Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
// Optional. Specifies the ordering of results following syntax at
// https://cloud.google.com/apis/design/design_patterns#sorting_order.
OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerDeploymentsService.ListGameServerDeployments.
func (*ListGameServerDeploymentsRequest) Descriptor
func (*ListGameServerDeploymentsRequest) Descriptor() ([]byte, []int)Deprecated: Use ListGameServerDeploymentsRequest.ProtoReflect.Descriptor instead.
func (*ListGameServerDeploymentsRequest) GetFilter
func (x *ListGameServerDeploymentsRequest) GetFilter() stringfunc (*ListGameServerDeploymentsRequest) GetOrderBy
func (x *ListGameServerDeploymentsRequest) GetOrderBy() stringfunc (*ListGameServerDeploymentsRequest) GetPageSize
func (x *ListGameServerDeploymentsRequest) GetPageSize() int32func (*ListGameServerDeploymentsRequest) GetPageToken
func (x *ListGameServerDeploymentsRequest) GetPageToken() stringfunc (*ListGameServerDeploymentsRequest) GetParent
func (x *ListGameServerDeploymentsRequest) GetParent() stringfunc (*ListGameServerDeploymentsRequest) ProtoMessage
func (*ListGameServerDeploymentsRequest) ProtoMessage()func (*ListGameServerDeploymentsRequest) ProtoReflect
func (x *ListGameServerDeploymentsRequest) ProtoReflect() protoreflect.Messagefunc (*ListGameServerDeploymentsRequest) Reset
func (x *ListGameServerDeploymentsRequest) Reset()func (*ListGameServerDeploymentsRequest) String
func (x *ListGameServerDeploymentsRequest) String() stringListGameServerDeploymentsResponse
type ListGameServerDeploymentsResponse struct {
// The list of game server deployments.
GameServerDeployments []*GameServerDeployment `protobuf:"bytes,1,rep,name=game_server_deployments,json=gameServerDeployments,proto3" json:"game_server_deployments,omitempty"`
// Token to retrieve the next page of results, or empty if there are no more
// results in the list.
NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
// List of locations that could not be reached.
Unreachable []string `protobuf:"bytes,4,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
// contains filtered or unexported fields
}Response message for GameServerDeploymentsService.ListGameServerDeployments.
func (*ListGameServerDeploymentsResponse) Descriptor
func (*ListGameServerDeploymentsResponse) Descriptor() ([]byte, []int)Deprecated: Use ListGameServerDeploymentsResponse.ProtoReflect.Descriptor instead.
func (*ListGameServerDeploymentsResponse) GetGameServerDeployments
func (x *ListGameServerDeploymentsResponse) GetGameServerDeployments() []*GameServerDeploymentfunc (*ListGameServerDeploymentsResponse) GetNextPageToken
func (x *ListGameServerDeploymentsResponse) GetNextPageToken() stringfunc (*ListGameServerDeploymentsResponse) GetUnreachable
func (x *ListGameServerDeploymentsResponse) GetUnreachable() []stringfunc (*ListGameServerDeploymentsResponse) ProtoMessage
func (*ListGameServerDeploymentsResponse) ProtoMessage()func (*ListGameServerDeploymentsResponse) ProtoReflect
func (x *ListGameServerDeploymentsResponse) ProtoReflect() protoreflect.Messagefunc (*ListGameServerDeploymentsResponse) Reset
func (x *ListGameServerDeploymentsResponse) Reset()func (*ListGameServerDeploymentsResponse) String
func (x *ListGameServerDeploymentsResponse) String() stringListRealmsRequest
type ListRealmsRequest struct {
// Required. The parent resource name, in the following form:
// `projects/{project}/locations/{location}`.
Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
// Optional. The maximum number of items to return. If unspecified, server
// will pick an appropriate default. Server may return fewer items than
// requested. A caller should only rely on response's
// [next_page_token][google.cloud.gaming.v1.ListRealmsResponse.next_page_token] to
// determine if there are more realms left to be queried.
PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
// Optional. The next_page_token value returned from a previous List request,
// if any.
PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
// Optional. The filter to apply to list results.
Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
// Optional. Specifies the ordering of results following syntax at
// https://cloud.google.com/apis/design/design_patterns#sorting_order.
OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
// contains filtered or unexported fields
}Request message for RealmsService.ListRealms.
func (*ListRealmsRequest) Descriptor
func (*ListRealmsRequest) Descriptor() ([]byte, []int)Deprecated: Use ListRealmsRequest.ProtoReflect.Descriptor instead.
func (*ListRealmsRequest) GetFilter
func (x *ListRealmsRequest) GetFilter() stringfunc (*ListRealmsRequest) GetOrderBy
func (x *ListRealmsRequest) GetOrderBy() stringfunc (*ListRealmsRequest) GetPageSize
func (x *ListRealmsRequest) GetPageSize() int32func (*ListRealmsRequest) GetPageToken
func (x *ListRealmsRequest) GetPageToken() stringfunc (*ListRealmsRequest) GetParent
func (x *ListRealmsRequest) GetParent() stringfunc (*ListRealmsRequest) ProtoMessage
func (*ListRealmsRequest) ProtoMessage()func (*ListRealmsRequest) ProtoReflect
func (x *ListRealmsRequest) ProtoReflect() protoreflect.Messagefunc (*ListRealmsRequest) Reset
func (x *ListRealmsRequest) Reset()func (*ListRealmsRequest) String
func (x *ListRealmsRequest) String() stringListRealmsResponse
type ListRealmsResponse struct {
// The list of realms.
Realms []*Realm `protobuf:"bytes,1,rep,name=realms,proto3" json:"realms,omitempty"`
// Token to retrieve the next page of results, or empty if there are no more
// results in the list.
NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
// List of locations that could not be reached.
Unreachable []string `protobuf:"bytes,3,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
// contains filtered or unexported fields
}Response message for RealmsService.ListRealms.
func (*ListRealmsResponse) Descriptor
func (*ListRealmsResponse) Descriptor() ([]byte, []int)Deprecated: Use ListRealmsResponse.ProtoReflect.Descriptor instead.
func (*ListRealmsResponse) GetNextPageToken
func (x *ListRealmsResponse) GetNextPageToken() stringfunc (*ListRealmsResponse) GetRealms
func (x *ListRealmsResponse) GetRealms() []*Realmfunc (*ListRealmsResponse) GetUnreachable
func (x *ListRealmsResponse) GetUnreachable() []stringfunc (*ListRealmsResponse) ProtoMessage
func (*ListRealmsResponse) ProtoMessage()func (*ListRealmsResponse) ProtoReflect
func (x *ListRealmsResponse) ProtoReflect() protoreflect.Messagefunc (*ListRealmsResponse) Reset
func (x *ListRealmsResponse) Reset()func (*ListRealmsResponse) String
func (x *ListRealmsResponse) String() stringOperationMetadata
type OperationMetadata struct {
CreateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
Target string `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
Verb string `protobuf:"bytes,4,opt,name=verb,proto3" json:"verb,omitempty"`
StatusMessage string `protobuf:"bytes,5,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
RequestedCancellation bool `protobuf:"varint,6,opt,name=requested_cancellation,json=requestedCancellation,proto3" json:"requested_cancellation,omitempty"`
ApiVersion string `protobuf:"bytes,7,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
Unreachable []string `protobuf:"bytes,8,rep,name=unreachable,proto3" json:"unreachable,omitempty"`
OperationStatus map[string]*OperationStatus "" /* 194 byte string literal not displayed */
}Represents the metadata of the long-running operation.
func (*OperationMetadata) Descriptor
func (*OperationMetadata) Descriptor() ([]byte, []int)Deprecated: Use OperationMetadata.ProtoReflect.Descriptor instead.
func (*OperationMetadata) GetApiVersion
func (x *OperationMetadata) GetApiVersion() stringfunc (*OperationMetadata) GetCreateTime
func (x *OperationMetadata) GetCreateTime() *timestamppb.Timestampfunc (*OperationMetadata) GetEndTime
func (x *OperationMetadata) GetEndTime() *timestamppb.Timestampfunc (*OperationMetadata) GetOperationStatus
func (x *OperationMetadata) GetOperationStatus() map[string]*OperationStatusfunc (*OperationMetadata) GetRequestedCancellation
func (x *OperationMetadata) GetRequestedCancellation() boolfunc (*OperationMetadata) GetStatusMessage
func (x *OperationMetadata) GetStatusMessage() stringfunc (*OperationMetadata) GetTarget
func (x *OperationMetadata) GetTarget() stringfunc (*OperationMetadata) GetUnreachable
func (x *OperationMetadata) GetUnreachable() []stringfunc (*OperationMetadata) GetVerb
func (x *OperationMetadata) GetVerb() stringfunc (*OperationMetadata) ProtoMessage
func (*OperationMetadata) ProtoMessage()func (*OperationMetadata) ProtoReflect
func (x *OperationMetadata) ProtoReflect() protoreflect.Messagefunc (*OperationMetadata) Reset
func (x *OperationMetadata) Reset()func (*OperationMetadata) String
func (x *OperationMetadata) String() stringOperationStatus
type OperationStatus struct {
Done bool `protobuf:"varint,1,opt,name=done,proto3" json:"done,omitempty"`
ErrorCode OperationStatus_ErrorCode "" /* 143 byte string literal not displayed */
ErrorMessage string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
}func (*OperationStatus) Descriptor
func (*OperationStatus) Descriptor() ([]byte, []int)Deprecated: Use OperationStatus.ProtoReflect.Descriptor instead.
func (*OperationStatus) GetDone
func (x *OperationStatus) GetDone() boolfunc (*OperationStatus) GetErrorCode
func (x *OperationStatus) GetErrorCode() OperationStatus_ErrorCodefunc (*OperationStatus) GetErrorMessage
func (x *OperationStatus) GetErrorMessage() stringfunc (*OperationStatus) ProtoMessage
func (*OperationStatus) ProtoMessage()func (*OperationStatus) ProtoReflect
func (x *OperationStatus) ProtoReflect() protoreflect.Messagefunc (*OperationStatus) Reset
func (x *OperationStatus) Reset()func (*OperationStatus) String
func (x *OperationStatus) String() stringOperationStatus_ErrorCode
type OperationStatus_ErrorCode int32OperationStatus_ERROR_CODE_UNSPECIFIED, OperationStatus_INTERNAL_ERROR, OperationStatus_PERMISSION_DENIED, OperationStatus_CLUSTER_CONNECTION
const (
OperationStatus_ERROR_CODE_UNSPECIFIED OperationStatus_ErrorCode = 0
OperationStatus_INTERNAL_ERROR OperationStatus_ErrorCode = 1
OperationStatus_PERMISSION_DENIED OperationStatus_ErrorCode = 2
OperationStatus_CLUSTER_CONNECTION OperationStatus_ErrorCode = 3
)func (OperationStatus_ErrorCode) Descriptor
func (OperationStatus_ErrorCode) Descriptor() protoreflect.EnumDescriptorfunc (OperationStatus_ErrorCode) Enum
func (x OperationStatus_ErrorCode) Enum() *OperationStatus_ErrorCodefunc (OperationStatus_ErrorCode) EnumDescriptor
func (OperationStatus_ErrorCode) EnumDescriptor() ([]byte, []int)Deprecated: Use OperationStatus_ErrorCode.Descriptor instead.
func (OperationStatus_ErrorCode) Number
func (x OperationStatus_ErrorCode) Number() protoreflect.EnumNumberfunc (OperationStatus_ErrorCode) String
func (x OperationStatus_ErrorCode) String() stringfunc (OperationStatus_ErrorCode) Type
func (OperationStatus_ErrorCode) Type() protoreflect.EnumTypePreviewCreateGameServerClusterRequest
type PreviewCreateGameServerClusterRequest struct {
// Required. The parent resource name, in the following form:
// `projects/{project}/locations/{location}/realms/{realm}`.
Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
// Required. The ID of the game server cluster resource to be created.
GameServerClusterId string `protobuf:"bytes,2,opt,name=game_server_cluster_id,json=gameServerClusterId,proto3" json:"game_server_cluster_id,omitempty"`
// Required. The game server cluster resource to be created.
GameServerCluster *GameServerCluster `protobuf:"bytes,3,opt,name=game_server_cluster,json=gameServerCluster,proto3" json:"game_server_cluster,omitempty"`
// Optional. The target timestamp to compute the preview.
PreviewTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=preview_time,json=previewTime,proto3" json:"preview_time,omitempty"`
// Optional. This field is deprecated, preview will always return
// KubernetesClusterState.
//
// Deprecated: Marked as deprecated in google/cloud/gaming/v1/game_server_clusters.proto.
View GameServerClusterView `protobuf:"varint,6,opt,name=view,proto3,enum=google.cloud.gaming.v1.GameServerClusterView" json:"view,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerClustersService.PreviewCreateGameServerCluster.
func (*PreviewCreateGameServerClusterRequest) Descriptor
func (*PreviewCreateGameServerClusterRequest) Descriptor() ([]byte, []int)Deprecated: Use PreviewCreateGameServerClusterRequest.ProtoReflect.Descriptor instead.
func (*PreviewCreateGameServerClusterRequest) GetGameServerCluster
func (x *PreviewCreateGameServerClusterRequest) GetGameServerCluster() *GameServerClusterfunc (*PreviewCreateGameServerClusterRequest) GetGameServerClusterId
func (x *PreviewCreateGameServerClusterRequest) GetGameServerClusterId() stringfunc (*PreviewCreateGameServerClusterRequest) GetParent
func (x *PreviewCreateGameServerClusterRequest) GetParent() stringfunc (*PreviewCreateGameServerClusterRequest) GetPreviewTime
func (x *PreviewCreateGameServerClusterRequest) GetPreviewTime() *timestamppb.Timestampfunc (*PreviewCreateGameServerClusterRequest) GetView
func (x *PreviewCreateGameServerClusterRequest) GetView() GameServerClusterViewDeprecated: Marked as deprecated in google/cloud/gaming/v1/game_server_clusters.proto.
func (*PreviewCreateGameServerClusterRequest) ProtoMessage
func (*PreviewCreateGameServerClusterRequest) ProtoMessage()func (*PreviewCreateGameServerClusterRequest) ProtoReflect
func (x *PreviewCreateGameServerClusterRequest) ProtoReflect() protoreflect.Messagefunc (*PreviewCreateGameServerClusterRequest) Reset
func (x *PreviewCreateGameServerClusterRequest) Reset()func (*PreviewCreateGameServerClusterRequest) String
func (x *PreviewCreateGameServerClusterRequest) String() stringPreviewCreateGameServerClusterResponse
type PreviewCreateGameServerClusterResponse struct {
// The ETag of the game server cluster.
Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"`
// The target state.
TargetState *TargetState `protobuf:"bytes,3,opt,name=target_state,json=targetState,proto3" json:"target_state,omitempty"`
// Output only. The state of the Kubernetes cluster in preview, this will be available if
// 'view' is set to `FULL` in the relevant List/Get/Preview request.
ClusterState *KubernetesClusterState `protobuf:"bytes,4,opt,name=cluster_state,json=clusterState,proto3" json:"cluster_state,omitempty"`
// contains filtered or unexported fields
}Response message for GameServerClustersService.PreviewCreateGameServerCluster.
func (*PreviewCreateGameServerClusterResponse) Descriptor
func (*PreviewCreateGameServerClusterResponse) Descriptor() ([]byte, []int)Deprecated: Use PreviewCreateGameServerClusterResponse.ProtoReflect.Descriptor instead.
func (*PreviewCreateGameServerClusterResponse) GetClusterState
func (x *PreviewCreateGameServerClusterResponse) GetClusterState() *KubernetesClusterStatefunc (*PreviewCreateGameServerClusterResponse) GetEtag
func (x *PreviewCreateGameServerClusterResponse) GetEtag() stringfunc (*PreviewCreateGameServerClusterResponse) GetTargetState
func (x *PreviewCreateGameServerClusterResponse) GetTargetState() *TargetStatefunc (*PreviewCreateGameServerClusterResponse) ProtoMessage
func (*PreviewCreateGameServerClusterResponse) ProtoMessage()func (*PreviewCreateGameServerClusterResponse) ProtoReflect
func (x *PreviewCreateGameServerClusterResponse) ProtoReflect() protoreflect.Messagefunc (*PreviewCreateGameServerClusterResponse) Reset
func (x *PreviewCreateGameServerClusterResponse) Reset()func (*PreviewCreateGameServerClusterResponse) String
func (x *PreviewCreateGameServerClusterResponse) String() stringPreviewDeleteGameServerClusterRequest
type PreviewDeleteGameServerClusterRequest struct {
// Required. The name of the game server cluster to delete, in the following form:
// `projects/{project}/locations/{location}/gameServerClusters/{cluster}`.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Optional. The target timestamp to compute the preview.
PreviewTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=preview_time,json=previewTime,proto3" json:"preview_time,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerClustersService.PreviewDeleteGameServerCluster.
func (*PreviewDeleteGameServerClusterRequest) Descriptor
func (*PreviewDeleteGameServerClusterRequest) Descriptor() ([]byte, []int)Deprecated: Use PreviewDeleteGameServerClusterRequest.ProtoReflect.Descriptor instead.
func (*PreviewDeleteGameServerClusterRequest) GetName
func (x *PreviewDeleteGameServerClusterRequest) GetName() stringfunc (*PreviewDeleteGameServerClusterRequest) GetPreviewTime
func (x *PreviewDeleteGameServerClusterRequest) GetPreviewTime() *timestamppb.Timestampfunc (*PreviewDeleteGameServerClusterRequest) ProtoMessage
func (*PreviewDeleteGameServerClusterRequest) ProtoMessage()func (*PreviewDeleteGameServerClusterRequest) ProtoReflect
func (x *PreviewDeleteGameServerClusterRequest) ProtoReflect() protoreflect.Messagefunc (*PreviewDeleteGameServerClusterRequest) Reset
func (x *PreviewDeleteGameServerClusterRequest) Reset()func (*PreviewDeleteGameServerClusterRequest) String
func (x *PreviewDeleteGameServerClusterRequest) String() stringPreviewDeleteGameServerClusterResponse
type PreviewDeleteGameServerClusterResponse struct {
// The ETag of the game server cluster.
Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"`
// The target state.
TargetState *TargetState `protobuf:"bytes,3,opt,name=target_state,json=targetState,proto3" json:"target_state,omitempty"`
// contains filtered or unexported fields
}Response message for GameServerClustersService.PreviewDeleteGameServerCluster.
func (*PreviewDeleteGameServerClusterResponse) Descriptor
func (*PreviewDeleteGameServerClusterResponse) Descriptor() ([]byte, []int)Deprecated: Use PreviewDeleteGameServerClusterResponse.ProtoReflect.Descriptor instead.
func (*PreviewDeleteGameServerClusterResponse) GetEtag
func (x *PreviewDeleteGameServerClusterResponse) GetEtag() stringfunc (*PreviewDeleteGameServerClusterResponse) GetTargetState
func (x *PreviewDeleteGameServerClusterResponse) GetTargetState() *TargetStatefunc (*PreviewDeleteGameServerClusterResponse) ProtoMessage
func (*PreviewDeleteGameServerClusterResponse) ProtoMessage()func (*PreviewDeleteGameServerClusterResponse) ProtoReflect
func (x *PreviewDeleteGameServerClusterResponse) ProtoReflect() protoreflect.Messagefunc (*PreviewDeleteGameServerClusterResponse) Reset
func (x *PreviewDeleteGameServerClusterResponse) Reset()func (*PreviewDeleteGameServerClusterResponse) String
func (x *PreviewDeleteGameServerClusterResponse) String() stringPreviewGameServerDeploymentRolloutRequest
type PreviewGameServerDeploymentRolloutRequest struct {
// Required. The game server deployment rollout to be updated.
// Only fields specified in update_mask are updated.
Rollout *GameServerDeploymentRollout `protobuf:"bytes,1,opt,name=rollout,proto3" json:"rollout,omitempty"`
// Optional. Mask of fields to update. At least one path must be supplied in
// this field. For the `FieldMask` definition, see
// https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
// Optional. The target timestamp to compute the preview. Defaults to the immediately
// after the proposed rollout completes.
PreviewTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=preview_time,json=previewTime,proto3" json:"preview_time,omitempty"`
// contains filtered or unexported fields
}Request message for PreviewGameServerDeploymentRollout.
func (*PreviewGameServerDeploymentRolloutRequest) Descriptor
func (*PreviewGameServerDeploymentRolloutRequest) Descriptor() ([]byte, []int)Deprecated: Use PreviewGameServerDeploymentRolloutRequest.ProtoReflect.Descriptor instead.
func (*PreviewGameServerDeploymentRolloutRequest) GetPreviewTime
func (x *PreviewGameServerDeploymentRolloutRequest) GetPreviewTime() *timestamppb.Timestampfunc (*PreviewGameServerDeploymentRolloutRequest) GetRollout
func (x *PreviewGameServerDeploymentRolloutRequest) GetRollout() *GameServerDeploymentRolloutfunc (*PreviewGameServerDeploymentRolloutRequest) GetUpdateMask
func (x *PreviewGameServerDeploymentRolloutRequest) GetUpdateMask() *fieldmaskpb.FieldMaskfunc (*PreviewGameServerDeploymentRolloutRequest) ProtoMessage
func (*PreviewGameServerDeploymentRolloutRequest) ProtoMessage()func (*PreviewGameServerDeploymentRolloutRequest) ProtoReflect
func (x *PreviewGameServerDeploymentRolloutRequest) ProtoReflect() protoreflect.Messagefunc (*PreviewGameServerDeploymentRolloutRequest) Reset
func (x *PreviewGameServerDeploymentRolloutRequest) Reset()func (*PreviewGameServerDeploymentRolloutRequest) String
func (x *PreviewGameServerDeploymentRolloutRequest) String() stringPreviewGameServerDeploymentRolloutResponse
type PreviewGameServerDeploymentRolloutResponse struct {
// Locations that could not be reached on this request.
Unavailable []string `protobuf:"bytes,2,rep,name=unavailable,proto3" json:"unavailable,omitempty"`
// ETag of the game server deployment.
Etag string `protobuf:"bytes,3,opt,name=etag,proto3" json:"etag,omitempty"`
// The target state.
TargetState *TargetState `protobuf:"bytes,4,opt,name=target_state,json=targetState,proto3" json:"target_state,omitempty"`
// contains filtered or unexported fields
}Response message for PreviewGameServerDeploymentRollout. This has details about the Agones fleet and autoscaler to be actuated.
func (*PreviewGameServerDeploymentRolloutResponse) Descriptor
func (*PreviewGameServerDeploymentRolloutResponse) Descriptor() ([]byte, []int)Deprecated: Use PreviewGameServerDeploymentRolloutResponse.ProtoReflect.Descriptor instead.
func (*PreviewGameServerDeploymentRolloutResponse) GetEtag
func (x *PreviewGameServerDeploymentRolloutResponse) GetEtag() stringfunc (*PreviewGameServerDeploymentRolloutResponse) GetTargetState
func (x *PreviewGameServerDeploymentRolloutResponse) GetTargetState() *TargetStatefunc (*PreviewGameServerDeploymentRolloutResponse) GetUnavailable
func (x *PreviewGameServerDeploymentRolloutResponse) GetUnavailable() []stringfunc (*PreviewGameServerDeploymentRolloutResponse) ProtoMessage
func (*PreviewGameServerDeploymentRolloutResponse) ProtoMessage()func (*PreviewGameServerDeploymentRolloutResponse) ProtoReflect
func (x *PreviewGameServerDeploymentRolloutResponse) ProtoReflect() protoreflect.Messagefunc (*PreviewGameServerDeploymentRolloutResponse) Reset
func (x *PreviewGameServerDeploymentRolloutResponse) Reset()func (*PreviewGameServerDeploymentRolloutResponse) String
func (x *PreviewGameServerDeploymentRolloutResponse) String() stringPreviewRealmUpdateRequest
type PreviewRealmUpdateRequest struct {
// Required. The realm to be updated.
// Only fields specified in update_mask are updated.
Realm *Realm `protobuf:"bytes,1,opt,name=realm,proto3" json:"realm,omitempty"`
// Required. The update mask applies to the resource. For the `FieldMask`
// definition, see
// https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
// Optional. The target timestamp to compute the preview.
PreviewTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=preview_time,json=previewTime,proto3" json:"preview_time,omitempty"`
// contains filtered or unexported fields
}Request message for RealmsService.PreviewRealmUpdate.
func (*PreviewRealmUpdateRequest) Descriptor
func (*PreviewRealmUpdateRequest) Descriptor() ([]byte, []int)Deprecated: Use PreviewRealmUpdateRequest.ProtoReflect.Descriptor instead.
func (*PreviewRealmUpdateRequest) GetPreviewTime
func (x *PreviewRealmUpdateRequest) GetPreviewTime() *timestamppb.Timestampfunc (*PreviewRealmUpdateRequest) GetRealm
func (x *PreviewRealmUpdateRequest) GetRealm() *Realmfunc (*PreviewRealmUpdateRequest) GetUpdateMask
func (x *PreviewRealmUpdateRequest) GetUpdateMask() *fieldmaskpb.FieldMaskfunc (*PreviewRealmUpdateRequest) ProtoMessage
func (*PreviewRealmUpdateRequest) ProtoMessage()func (*PreviewRealmUpdateRequest) ProtoReflect
func (x *PreviewRealmUpdateRequest) ProtoReflect() protoreflect.Messagefunc (*PreviewRealmUpdateRequest) Reset
func (x *PreviewRealmUpdateRequest) Reset()func (*PreviewRealmUpdateRequest) String
func (x *PreviewRealmUpdateRequest) String() stringPreviewRealmUpdateResponse
type PreviewRealmUpdateResponse struct {
// ETag of the realm.
Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"`
// The target state.
TargetState *TargetState `protobuf:"bytes,3,opt,name=target_state,json=targetState,proto3" json:"target_state,omitempty"`
// contains filtered or unexported fields
}Response message for RealmsService.PreviewRealmUpdate.
func (*PreviewRealmUpdateResponse) Descriptor
func (*PreviewRealmUpdateResponse) Descriptor() ([]byte, []int)Deprecated: Use PreviewRealmUpdateResponse.ProtoReflect.Descriptor instead.
func (*PreviewRealmUpdateResponse) GetEtag
func (x *PreviewRealmUpdateResponse) GetEtag() stringfunc (*PreviewRealmUpdateResponse) GetTargetState
func (x *PreviewRealmUpdateResponse) GetTargetState() *TargetStatefunc (*PreviewRealmUpdateResponse) ProtoMessage
func (*PreviewRealmUpdateResponse) ProtoMessage()func (*PreviewRealmUpdateResponse) ProtoReflect
func (x *PreviewRealmUpdateResponse) ProtoReflect() protoreflect.Messagefunc (*PreviewRealmUpdateResponse) Reset
func (x *PreviewRealmUpdateResponse) Reset()func (*PreviewRealmUpdateResponse) String
func (x *PreviewRealmUpdateResponse) String() stringPreviewUpdateGameServerClusterRequest
type PreviewUpdateGameServerClusterRequest struct {
// Required. The game server cluster to be updated.
// Only fields specified in update_mask are updated.
GameServerCluster *GameServerCluster `protobuf:"bytes,1,opt,name=game_server_cluster,json=gameServerCluster,proto3" json:"game_server_cluster,omitempty"`
// Required. Mask of fields to update. At least one path must be supplied in
// this field. For the `FieldMask` definition, see
// https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
// Optional. The target timestamp to compute the preview.
PreviewTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=preview_time,json=previewTime,proto3" json:"preview_time,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerClustersService.UpdateGameServerCluster.
func (*PreviewUpdateGameServerClusterRequest) Descriptor
func (*PreviewUpdateGameServerClusterRequest) Descriptor() ([]byte, []int)Deprecated: Use PreviewUpdateGameServerClusterRequest.ProtoReflect.Descriptor instead.
func (*PreviewUpdateGameServerClusterRequest) GetGameServerCluster
func (x *PreviewUpdateGameServerClusterRequest) GetGameServerCluster() *GameServerClusterfunc (*PreviewUpdateGameServerClusterRequest) GetPreviewTime
func (x *PreviewUpdateGameServerClusterRequest) GetPreviewTime() *timestamppb.Timestampfunc (*PreviewUpdateGameServerClusterRequest) GetUpdateMask
func (x *PreviewUpdateGameServerClusterRequest) GetUpdateMask() *fieldmaskpb.FieldMaskfunc (*PreviewUpdateGameServerClusterRequest) ProtoMessage
func (*PreviewUpdateGameServerClusterRequest) ProtoMessage()func (*PreviewUpdateGameServerClusterRequest) ProtoReflect
func (x *PreviewUpdateGameServerClusterRequest) ProtoReflect() protoreflect.Messagefunc (*PreviewUpdateGameServerClusterRequest) Reset
func (x *PreviewUpdateGameServerClusterRequest) Reset()func (*PreviewUpdateGameServerClusterRequest) String
func (x *PreviewUpdateGameServerClusterRequest) String() stringPreviewUpdateGameServerClusterResponse
type PreviewUpdateGameServerClusterResponse struct {
// The ETag of the game server cluster.
Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"`
// The target state.
TargetState *TargetState `protobuf:"bytes,3,opt,name=target_state,json=targetState,proto3" json:"target_state,omitempty"`
// contains filtered or unexported fields
}Response message for GameServerClustersService.PreviewUpdateGameServerCluster
func (*PreviewUpdateGameServerClusterResponse) Descriptor
func (*PreviewUpdateGameServerClusterResponse) Descriptor() ([]byte, []int)Deprecated: Use PreviewUpdateGameServerClusterResponse.ProtoReflect.Descriptor instead.
func (*PreviewUpdateGameServerClusterResponse) GetEtag
func (x *PreviewUpdateGameServerClusterResponse) GetEtag() stringfunc (*PreviewUpdateGameServerClusterResponse) GetTargetState
func (x *PreviewUpdateGameServerClusterResponse) GetTargetState() *TargetStatefunc (*PreviewUpdateGameServerClusterResponse) ProtoMessage
func (*PreviewUpdateGameServerClusterResponse) ProtoMessage()func (*PreviewUpdateGameServerClusterResponse) ProtoReflect
func (x *PreviewUpdateGameServerClusterResponse) ProtoReflect() protoreflect.Messagefunc (*PreviewUpdateGameServerClusterResponse) Reset
func (x *PreviewUpdateGameServerClusterResponse) Reset()func (*PreviewUpdateGameServerClusterResponse) String
func (x *PreviewUpdateGameServerClusterResponse) String() stringRealm
type Realm struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
Labels map[string]string "" /* 153 byte string literal not displayed */
TimeZone string `protobuf:"bytes,6,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"`
Etag string `protobuf:"bytes,7,opt,name=etag,proto3" json:"etag,omitempty"`
Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
}A realm resource.
func (*Realm) Descriptor
Deprecated: Use Realm.ProtoReflect.Descriptor instead.
func (*Realm) GetCreateTime
func (x *Realm) GetCreateTime() *timestamppb.Timestampfunc (*Realm) GetDescription
func (*Realm) GetEtag
func (*Realm) GetLabels
func (*Realm) GetName
func (*Realm) GetTimeZone
func (*Realm) GetUpdateTime
func (x *Realm) GetUpdateTime() *timestamppb.Timestampfunc (*Realm) ProtoMessage
func (*Realm) ProtoMessage()func (*Realm) ProtoReflect
func (x *Realm) ProtoReflect() protoreflect.Messagefunc (*Realm) Reset
func (x *Realm) Reset()func (*Realm) String
RealmSelector
type RealmSelector struct {
// List of realms to match.
Realms []string `protobuf:"bytes,1,rep,name=realms,proto3" json:"realms,omitempty"`
// contains filtered or unexported fields
}The realm selector, used to match realm resources.
func (*RealmSelector) Descriptor
func (*RealmSelector) Descriptor() ([]byte, []int)Deprecated: Use RealmSelector.ProtoReflect.Descriptor instead.
func (*RealmSelector) GetRealms
func (x *RealmSelector) GetRealms() []stringfunc (*RealmSelector) ProtoMessage
func (*RealmSelector) ProtoMessage()func (*RealmSelector) ProtoReflect
func (x *RealmSelector) ProtoReflect() protoreflect.Messagefunc (*RealmSelector) Reset
func (x *RealmSelector) Reset()func (*RealmSelector) String
func (x *RealmSelector) String() stringRealmsServiceClient
type RealmsServiceClient interface {
// Lists realms in a given project and location.
ListRealms(ctx context.Context, in *ListRealmsRequest, opts ...grpc.CallOption) (*ListRealmsResponse, error)
// Gets details of a single realm.
GetRealm(ctx context.Context, in *GetRealmRequest, opts ...grpc.CallOption) (*Realm, error)
// Creates a new realm in a given project and location.
CreateRealm(ctx context.Context, in *CreateRealmRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
// Deletes a single realm.
DeleteRealm(ctx context.Context, in *DeleteRealmRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
// Patches a single realm.
UpdateRealm(ctx context.Context, in *UpdateRealmRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
// Previews patches to a single realm.
PreviewRealmUpdate(ctx context.Context, in *PreviewRealmUpdateRequest, opts ...grpc.CallOption) (*PreviewRealmUpdateResponse, error)
}RealmsServiceClient is the client API for RealmsService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewRealmsServiceClient
func NewRealmsServiceClient(cc grpc.ClientConnInterface) RealmsServiceClientRealmsServiceServer
type RealmsServiceServer interface {
// Lists realms in a given project and location.
ListRealms(context.Context, *ListRealmsRequest) (*ListRealmsResponse, error)
// Gets details of a single realm.
GetRealm(context.Context, *GetRealmRequest) (*Realm, error)
// Creates a new realm in a given project and location.
CreateRealm(context.Context, *CreateRealmRequest) (*longrunningpb.Operation, error)
// Deletes a single realm.
DeleteRealm(context.Context, *DeleteRealmRequest) (*longrunningpb.Operation, error)
// Patches a single realm.
UpdateRealm(context.Context, *UpdateRealmRequest) (*longrunningpb.Operation, error)
// Previews patches to a single realm.
PreviewRealmUpdate(context.Context, *PreviewRealmUpdateRequest) (*PreviewRealmUpdateResponse, error)
}RealmsServiceServer is the server API for RealmsService service.
ScalingConfig
type ScalingConfig struct {
// Required. The name of the Scaling Config
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Required. Agones fleet autoscaler spec. Example spec:
// https://agones.dev/site/docs/reference/fleetautoscaler/
FleetAutoscalerSpec string `protobuf:"bytes,2,opt,name=fleet_autoscaler_spec,json=fleetAutoscalerSpec,proto3" json:"fleet_autoscaler_spec,omitempty"`
// Labels used to identify the game server clusters to which this Agones
// scaling config applies. A game server cluster is subject to this Agones
// scaling config if its labels match any of the selector entries.
Selectors []*LabelSelector `protobuf:"bytes,4,rep,name=selectors,proto3" json:"selectors,omitempty"`
// The schedules to which this Scaling Config applies.
Schedules []*Schedule `protobuf:"bytes,5,rep,name=schedules,proto3" json:"schedules,omitempty"`
// contains filtered or unexported fields
}Autoscaling config for an Agones fleet.
func (*ScalingConfig) Descriptor
func (*ScalingConfig) Descriptor() ([]byte, []int)Deprecated: Use ScalingConfig.ProtoReflect.Descriptor instead.
func (*ScalingConfig) GetFleetAutoscalerSpec
func (x *ScalingConfig) GetFleetAutoscalerSpec() stringfunc (*ScalingConfig) GetName
func (x *ScalingConfig) GetName() stringfunc (*ScalingConfig) GetSchedules
func (x *ScalingConfig) GetSchedules() []*Schedulefunc (*ScalingConfig) GetSelectors
func (x *ScalingConfig) GetSelectors() []*LabelSelectorfunc (*ScalingConfig) ProtoMessage
func (*ScalingConfig) ProtoMessage()func (*ScalingConfig) ProtoReflect
func (x *ScalingConfig) ProtoReflect() protoreflect.Messagefunc (*ScalingConfig) Reset
func (x *ScalingConfig) Reset()func (*ScalingConfig) String
func (x *ScalingConfig) String() stringSchedule
type Schedule struct {
// The start time of the event.
StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
// The end time of the event.
EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
// The duration for the cron job event. The duration of the event is effective
// after the cron job's start time.
CronJobDuration *durationpb.Duration `protobuf:"bytes,3,opt,name=cron_job_duration,json=cronJobDuration,proto3" json:"cron_job_duration,omitempty"`
// The cron definition of the scheduled event. See
// https://en.wikipedia.org/wiki/Cron. Cron spec specifies the local time as
// defined by the realm.
CronSpec string `protobuf:"bytes,4,opt,name=cron_spec,json=cronSpec,proto3" json:"cron_spec,omitempty"`
// contains filtered or unexported fields
}The schedule of a recurring or one time event. The event's time span is specified by start_time and end_time. If the scheduled event's timespan is larger than the cron_spec + cron_job_duration, the event will be recurring. If only cron_spec + cron_job_duration are specified, the event is effective starting at the local time specified by cron_spec, and is recurring.
start_time|-------[cron job]-------[cron job]-------[cron job]---|end_time
cron job: cron spec start time + duration
func (*Schedule) Descriptor
Deprecated: Use Schedule.ProtoReflect.Descriptor instead.
func (*Schedule) GetCronJobDuration
func (x *Schedule) GetCronJobDuration() *durationpb.Durationfunc (*Schedule) GetCronSpec
func (*Schedule) GetEndTime
func (x *Schedule) GetEndTime() *timestamppb.Timestampfunc (*Schedule) GetStartTime
func (x *Schedule) GetStartTime() *timestamppb.Timestampfunc (*Schedule) ProtoMessage
func (*Schedule) ProtoMessage()func (*Schedule) ProtoReflect
func (x *Schedule) ProtoReflect() protoreflect.Messagefunc (*Schedule) Reset
func (x *Schedule) Reset()func (*Schedule) String
SpecSource
type SpecSource struct {
// The game server config resource. Uses the form:
// `projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}/configs/{config_id}`.
GameServerConfigName string `protobuf:"bytes,1,opt,name=game_server_config_name,json=gameServerConfigName,proto3" json:"game_server_config_name,omitempty"`
// The name of the Agones leet config or Agones scaling config used to derive
// the Agones fleet or Agones autoscaler spec.
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}Encapsulates Agones fleet spec and Agones autoscaler spec sources.
func (*SpecSource) Descriptor
func (*SpecSource) Descriptor() ([]byte, []int)Deprecated: Use SpecSource.ProtoReflect.Descriptor instead.
func (*SpecSource) GetGameServerConfigName
func (x *SpecSource) GetGameServerConfigName() stringfunc (*SpecSource) GetName
func (x *SpecSource) GetName() stringfunc (*SpecSource) ProtoMessage
func (*SpecSource) ProtoMessage()func (*SpecSource) ProtoReflect
func (x *SpecSource) ProtoReflect() protoreflect.Messagefunc (*SpecSource) Reset
func (x *SpecSource) Reset()func (*SpecSource) String
func (x *SpecSource) String() stringTargetDetails
type TargetDetails struct {
GameServerClusterName string "" /* 128 byte string literal not displayed */
GameServerDeploymentName string "" /* 137 byte string literal not displayed */
FleetDetails []*TargetDetails_TargetFleetDetails `protobuf:"bytes,3,rep,name=fleet_details,json=fleetDetails,proto3" json:"fleet_details,omitempty"`
}Details about the Agones resources.
func (*TargetDetails) Descriptor
func (*TargetDetails) Descriptor() ([]byte, []int)Deprecated: Use TargetDetails.ProtoReflect.Descriptor instead.
func (*TargetDetails) GetFleetDetails
func (x *TargetDetails) GetFleetDetails() []*TargetDetails_TargetFleetDetailsfunc (*TargetDetails) GetGameServerClusterName
func (x *TargetDetails) GetGameServerClusterName() stringfunc (*TargetDetails) GetGameServerDeploymentName
func (x *TargetDetails) GetGameServerDeploymentName() stringfunc (*TargetDetails) ProtoMessage
func (*TargetDetails) ProtoMessage()func (*TargetDetails) ProtoReflect
func (x *TargetDetails) ProtoReflect() protoreflect.Messagefunc (*TargetDetails) Reset
func (x *TargetDetails) Reset()func (*TargetDetails) String
func (x *TargetDetails) String() stringTargetDetails_TargetFleetDetails
type TargetDetails_TargetFleetDetails struct {
// Reference to target Agones fleet.
Fleet *TargetDetails_TargetFleetDetails_TargetFleet `protobuf:"bytes,1,opt,name=fleet,proto3" json:"fleet,omitempty"`
// Reference to target Agones fleet autoscaling policy.
Autoscaler *TargetDetails_TargetFleetDetails_TargetFleetAutoscaler `protobuf:"bytes,2,opt,name=autoscaler,proto3" json:"autoscaler,omitempty"`
// contains filtered or unexported fields
}Details of the target Agones fleet.
func (*TargetDetails_TargetFleetDetails) Descriptor
func (*TargetDetails_TargetFleetDetails) Descriptor() ([]byte, []int)Deprecated: Use TargetDetails_TargetFleetDetails.ProtoReflect.Descriptor instead.
func (*TargetDetails_TargetFleetDetails) GetAutoscaler
func (x *TargetDetails_TargetFleetDetails) GetAutoscaler() *TargetDetails_TargetFleetDetails_TargetFleetAutoscalerfunc (*TargetDetails_TargetFleetDetails) GetFleet
func (x *TargetDetails_TargetFleetDetails) GetFleet() *TargetDetails_TargetFleetDetails_TargetFleetfunc (*TargetDetails_TargetFleetDetails) ProtoMessage
func (*TargetDetails_TargetFleetDetails) ProtoMessage()func (*TargetDetails_TargetFleetDetails) ProtoReflect
func (x *TargetDetails_TargetFleetDetails) ProtoReflect() protoreflect.Messagefunc (*TargetDetails_TargetFleetDetails) Reset
func (x *TargetDetails_TargetFleetDetails) Reset()func (*TargetDetails_TargetFleetDetails) String
func (x *TargetDetails_TargetFleetDetails) String() stringTargetDetails_TargetFleetDetails_TargetFleet
type TargetDetails_TargetFleetDetails_TargetFleet struct {
// The name of the Agones fleet.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Encapsulates the source of the Agones fleet spec.
// The Agones fleet spec source.
SpecSource *SpecSource `protobuf:"bytes,2,opt,name=spec_source,json=specSource,proto3" json:"spec_source,omitempty"`
// contains filtered or unexported fields
}Target Agones fleet specification.
func (*TargetDetails_TargetFleetDetails_TargetFleet) Descriptor
func (*TargetDetails_TargetFleetDetails_TargetFleet) Descriptor() ([]byte, []int)Deprecated: Use TargetDetails_TargetFleetDetails_TargetFleet.ProtoReflect.Descriptor instead.
func (*TargetDetails_TargetFleetDetails_TargetFleet) GetName
func (x *TargetDetails_TargetFleetDetails_TargetFleet) GetName() stringfunc (*TargetDetails_TargetFleetDetails_TargetFleet) GetSpecSource
func (x *TargetDetails_TargetFleetDetails_TargetFleet) GetSpecSource() *SpecSourcefunc (*TargetDetails_TargetFleetDetails_TargetFleet) ProtoMessage
func (*TargetDetails_TargetFleetDetails_TargetFleet) ProtoMessage()func (*TargetDetails_TargetFleetDetails_TargetFleet) ProtoReflect
func (x *TargetDetails_TargetFleetDetails_TargetFleet) ProtoReflect() protoreflect.Messagefunc (*TargetDetails_TargetFleetDetails_TargetFleet) Reset
func (x *TargetDetails_TargetFleetDetails_TargetFleet) Reset()func (*TargetDetails_TargetFleetDetails_TargetFleet) String
func (x *TargetDetails_TargetFleetDetails_TargetFleet) String() stringTargetDetails_TargetFleetDetails_TargetFleetAutoscaler
type TargetDetails_TargetFleetDetails_TargetFleetAutoscaler struct {
// The name of the Agones autoscaler.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Encapsulates the source of the Agones fleet spec.
// Details about the Agones autoscaler spec.
SpecSource *SpecSource `protobuf:"bytes,2,opt,name=spec_source,json=specSource,proto3" json:"spec_source,omitempty"`
// contains filtered or unexported fields
}Target Agones autoscaler policy reference.
func (*TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) Descriptor
func (*TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) Descriptor() ([]byte, []int)Deprecated: Use TargetDetails_TargetFleetDetails_TargetFleetAutoscaler.ProtoReflect.Descriptor instead.
func (*TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) GetName
func (x *TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) GetName() stringfunc (*TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) GetSpecSource
func (x *TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) GetSpecSource() *SpecSourcefunc (*TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) ProtoMessage
func (*TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) ProtoMessage()func (*TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) ProtoReflect
func (x *TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) ProtoReflect() protoreflect.Messagefunc (*TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) Reset
func (x *TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) Reset()func (*TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) String
func (x *TargetDetails_TargetFleetDetails_TargetFleetAutoscaler) String() stringTargetState
type TargetState struct {
// Details about Agones fleets.
Details []*TargetDetails `protobuf:"bytes,1,rep,name=details,proto3" json:"details,omitempty"`
// contains filtered or unexported fields
}Encapsulates the Target state.
func (*TargetState) Descriptor
func (*TargetState) Descriptor() ([]byte, []int)Deprecated: Use TargetState.ProtoReflect.Descriptor instead.
func (*TargetState) GetDetails
func (x *TargetState) GetDetails() []*TargetDetailsfunc (*TargetState) ProtoMessage
func (*TargetState) ProtoMessage()func (*TargetState) ProtoReflect
func (x *TargetState) ProtoReflect() protoreflect.Messagefunc (*TargetState) Reset
func (x *TargetState) Reset()func (*TargetState) String
func (x *TargetState) String() stringUnimplementedGameServerClustersServiceServer
type UnimplementedGameServerClustersServiceServer struct {
}UnimplementedGameServerClustersServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedGameServerClustersServiceServer) CreateGameServerCluster
func (*UnimplementedGameServerClustersServiceServer) CreateGameServerCluster(context.Context, *CreateGameServerClusterRequest) (*longrunningpb.Operation, error)func (*UnimplementedGameServerClustersServiceServer) DeleteGameServerCluster
func (*UnimplementedGameServerClustersServiceServer) DeleteGameServerCluster(context.Context, *DeleteGameServerClusterRequest) (*longrunningpb.Operation, error)func (*UnimplementedGameServerClustersServiceServer) GetGameServerCluster
func (*UnimplementedGameServerClustersServiceServer) GetGameServerCluster(context.Context, *GetGameServerClusterRequest) (*GameServerCluster, error)func (*UnimplementedGameServerClustersServiceServer) ListGameServerClusters
func (*UnimplementedGameServerClustersServiceServer) ListGameServerClusters(context.Context, *ListGameServerClustersRequest) (*ListGameServerClustersResponse, error)func (*UnimplementedGameServerClustersServiceServer) PreviewCreateGameServerCluster
func (*UnimplementedGameServerClustersServiceServer) PreviewCreateGameServerCluster(context.Context, *PreviewCreateGameServerClusterRequest) (*PreviewCreateGameServerClusterResponse, error)func (*UnimplementedGameServerClustersServiceServer) PreviewDeleteGameServerCluster
func (*UnimplementedGameServerClustersServiceServer) PreviewDeleteGameServerCluster(context.Context, *PreviewDeleteGameServerClusterRequest) (*PreviewDeleteGameServerClusterResponse, error)func (*UnimplementedGameServerClustersServiceServer) PreviewUpdateGameServerCluster
func (*UnimplementedGameServerClustersServiceServer) PreviewUpdateGameServerCluster(context.Context, *PreviewUpdateGameServerClusterRequest) (*PreviewUpdateGameServerClusterResponse, error)func (*UnimplementedGameServerClustersServiceServer) UpdateGameServerCluster
func (*UnimplementedGameServerClustersServiceServer) UpdateGameServerCluster(context.Context, *UpdateGameServerClusterRequest) (*longrunningpb.Operation, error)UnimplementedGameServerConfigsServiceServer
type UnimplementedGameServerConfigsServiceServer struct {
}UnimplementedGameServerConfigsServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedGameServerConfigsServiceServer) CreateGameServerConfig
func (*UnimplementedGameServerConfigsServiceServer) CreateGameServerConfig(context.Context, *CreateGameServerConfigRequest) (*longrunningpb.Operation, error)func (*UnimplementedGameServerConfigsServiceServer) DeleteGameServerConfig
func (*UnimplementedGameServerConfigsServiceServer) DeleteGameServerConfig(context.Context, *DeleteGameServerConfigRequest) (*longrunningpb.Operation, error)func (*UnimplementedGameServerConfigsServiceServer) GetGameServerConfig
func (*UnimplementedGameServerConfigsServiceServer) GetGameServerConfig(context.Context, *GetGameServerConfigRequest) (*GameServerConfig, error)func (*UnimplementedGameServerConfigsServiceServer) ListGameServerConfigs
func (*UnimplementedGameServerConfigsServiceServer) ListGameServerConfigs(context.Context, *ListGameServerConfigsRequest) (*ListGameServerConfigsResponse, error)UnimplementedGameServerDeploymentsServiceServer
type UnimplementedGameServerDeploymentsServiceServer struct {
}UnimplementedGameServerDeploymentsServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedGameServerDeploymentsServiceServer) CreateGameServerDeployment
func (*UnimplementedGameServerDeploymentsServiceServer) CreateGameServerDeployment(context.Context, *CreateGameServerDeploymentRequest) (*longrunningpb.Operation, error)func (*UnimplementedGameServerDeploymentsServiceServer) DeleteGameServerDeployment
func (*UnimplementedGameServerDeploymentsServiceServer) DeleteGameServerDeployment(context.Context, *DeleteGameServerDeploymentRequest) (*longrunningpb.Operation, error)func (*UnimplementedGameServerDeploymentsServiceServer) FetchDeploymentState
func (*UnimplementedGameServerDeploymentsServiceServer) FetchDeploymentState(context.Context, *FetchDeploymentStateRequest) (*FetchDeploymentStateResponse, error)func (*UnimplementedGameServerDeploymentsServiceServer) GetGameServerDeployment
func (*UnimplementedGameServerDeploymentsServiceServer) GetGameServerDeployment(context.Context, *GetGameServerDeploymentRequest) (*GameServerDeployment, error)func (*UnimplementedGameServerDeploymentsServiceServer) GetGameServerDeploymentRollout
func (*UnimplementedGameServerDeploymentsServiceServer) GetGameServerDeploymentRollout(context.Context, *GetGameServerDeploymentRolloutRequest) (*GameServerDeploymentRollout, error)func (*UnimplementedGameServerDeploymentsServiceServer) ListGameServerDeployments
func (*UnimplementedGameServerDeploymentsServiceServer) ListGameServerDeployments(context.Context, *ListGameServerDeploymentsRequest) (*ListGameServerDeploymentsResponse, error)func (*UnimplementedGameServerDeploymentsServiceServer) PreviewGameServerDeploymentRollout
func (*UnimplementedGameServerDeploymentsServiceServer) PreviewGameServerDeploymentRollout(context.Context, *PreviewGameServerDeploymentRolloutRequest) (*PreviewGameServerDeploymentRolloutResponse, error)func (*UnimplementedGameServerDeploymentsServiceServer) UpdateGameServerDeployment
func (*UnimplementedGameServerDeploymentsServiceServer) UpdateGameServerDeployment(context.Context, *UpdateGameServerDeploymentRequest) (*longrunningpb.Operation, error)func (*UnimplementedGameServerDeploymentsServiceServer) UpdateGameServerDeploymentRollout
func (*UnimplementedGameServerDeploymentsServiceServer) UpdateGameServerDeploymentRollout(context.Context, *UpdateGameServerDeploymentRolloutRequest) (*longrunningpb.Operation, error)UnimplementedRealmsServiceServer
type UnimplementedRealmsServiceServer struct {
}UnimplementedRealmsServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedRealmsServiceServer) CreateRealm
func (*UnimplementedRealmsServiceServer) CreateRealm(context.Context, *CreateRealmRequest) (*longrunningpb.Operation, error)func (*UnimplementedRealmsServiceServer) DeleteRealm
func (*UnimplementedRealmsServiceServer) DeleteRealm(context.Context, *DeleteRealmRequest) (*longrunningpb.Operation, error)func (*UnimplementedRealmsServiceServer) GetRealm
func (*UnimplementedRealmsServiceServer) GetRealm(context.Context, *GetRealmRequest) (*Realm, error)func (*UnimplementedRealmsServiceServer) ListRealms
func (*UnimplementedRealmsServiceServer) ListRealms(context.Context, *ListRealmsRequest) (*ListRealmsResponse, error)func (*UnimplementedRealmsServiceServer) PreviewRealmUpdate
func (*UnimplementedRealmsServiceServer) PreviewRealmUpdate(context.Context, *PreviewRealmUpdateRequest) (*PreviewRealmUpdateResponse, error)func (*UnimplementedRealmsServiceServer) UpdateRealm
func (*UnimplementedRealmsServiceServer) UpdateRealm(context.Context, *UpdateRealmRequest) (*longrunningpb.Operation, error)UpdateGameServerClusterRequest
type UpdateGameServerClusterRequest struct {
// Required. The game server cluster to be updated.
// Only fields specified in update_mask are updated.
GameServerCluster *GameServerCluster `protobuf:"bytes,1,opt,name=game_server_cluster,json=gameServerCluster,proto3" json:"game_server_cluster,omitempty"`
// Required. Mask of fields to update. At least one path must be supplied in
// this field. For the `FieldMask` definition, see
// https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerClustersService.UpdateGameServerCluster.
func (*UpdateGameServerClusterRequest) Descriptor
func (*UpdateGameServerClusterRequest) Descriptor() ([]byte, []int)Deprecated: Use UpdateGameServerClusterRequest.ProtoReflect.Descriptor instead.
func (*UpdateGameServerClusterRequest) GetGameServerCluster
func (x *UpdateGameServerClusterRequest) GetGameServerCluster() *GameServerClusterfunc (*UpdateGameServerClusterRequest) GetUpdateMask
func (x *UpdateGameServerClusterRequest) GetUpdateMask() *fieldmaskpb.FieldMaskfunc (*UpdateGameServerClusterRequest) ProtoMessage
func (*UpdateGameServerClusterRequest) ProtoMessage()func (*UpdateGameServerClusterRequest) ProtoReflect
func (x *UpdateGameServerClusterRequest) ProtoReflect() protoreflect.Messagefunc (*UpdateGameServerClusterRequest) Reset
func (x *UpdateGameServerClusterRequest) Reset()func (*UpdateGameServerClusterRequest) String
func (x *UpdateGameServerClusterRequest) String() stringUpdateGameServerDeploymentRequest
type UpdateGameServerDeploymentRequest struct {
// Required. The game server delpoyment to be updated.
// Only fields specified in update_mask are updated.
GameServerDeployment *GameServerDeployment `protobuf:"bytes,1,opt,name=game_server_deployment,json=gameServerDeployment,proto3" json:"game_server_deployment,omitempty"`
// Required. Mask of fields to update. At least one path must be supplied in
// this field. For the `FieldMask` definition, see
// https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerDeploymentsService.UpdateGameServerDeployment. Only allows updates for labels.
func (*UpdateGameServerDeploymentRequest) Descriptor
func (*UpdateGameServerDeploymentRequest) Descriptor() ([]byte, []int)Deprecated: Use UpdateGameServerDeploymentRequest.ProtoReflect.Descriptor instead.
func (*UpdateGameServerDeploymentRequest) GetGameServerDeployment
func (x *UpdateGameServerDeploymentRequest) GetGameServerDeployment() *GameServerDeploymentfunc (*UpdateGameServerDeploymentRequest) GetUpdateMask
func (x *UpdateGameServerDeploymentRequest) GetUpdateMask() *fieldmaskpb.FieldMaskfunc (*UpdateGameServerDeploymentRequest) ProtoMessage
func (*UpdateGameServerDeploymentRequest) ProtoMessage()func (*UpdateGameServerDeploymentRequest) ProtoReflect
func (x *UpdateGameServerDeploymentRequest) ProtoReflect() protoreflect.Messagefunc (*UpdateGameServerDeploymentRequest) Reset
func (x *UpdateGameServerDeploymentRequest) Reset()func (*UpdateGameServerDeploymentRequest) String
func (x *UpdateGameServerDeploymentRequest) String() stringUpdateGameServerDeploymentRolloutRequest
type UpdateGameServerDeploymentRolloutRequest struct {
// Required. The game server delpoyment rollout to be updated.
// Only fields specified in update_mask are updated.
Rollout *GameServerDeploymentRollout `protobuf:"bytes,1,opt,name=rollout,proto3" json:"rollout,omitempty"`
// Required. Mask of fields to update. At least one path must be supplied in
// this field. For the `FieldMask` definition, see
// https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
// contains filtered or unexported fields
}Request message for GameServerDeploymentsService.UpdateGameServerRolloutDeployment.
func (*UpdateGameServerDeploymentRolloutRequest) Descriptor
func (*UpdateGameServerDeploymentRolloutRequest) Descriptor() ([]byte, []int)Deprecated: Use UpdateGameServerDeploymentRolloutRequest.ProtoReflect.Descriptor instead.
func (*UpdateGameServerDeploymentRolloutRequest) GetRollout
func (x *UpdateGameServerDeploymentRolloutRequest) GetRollout() *GameServerDeploymentRolloutfunc (*UpdateGameServerDeploymentRolloutRequest) GetUpdateMask
func (x *UpdateGameServerDeploymentRolloutRequest) GetUpdateMask() *fieldmaskpb.FieldMaskfunc (*UpdateGameServerDeploymentRolloutRequest) ProtoMessage
func (*UpdateGameServerDeploymentRolloutRequest) ProtoMessage()func (*UpdateGameServerDeploymentRolloutRequest) ProtoReflect
func (x *UpdateGameServerDeploymentRolloutRequest) ProtoReflect() protoreflect.Messagefunc (*UpdateGameServerDeploymentRolloutRequest) Reset
func (x *UpdateGameServerDeploymentRolloutRequest) Reset()func (*UpdateGameServerDeploymentRolloutRequest) String
func (x *UpdateGameServerDeploymentRolloutRequest) String() stringUpdateRealmRequest
type UpdateRealmRequest struct {
// Required. The realm to be updated.
// Only fields specified in update_mask are updated.
Realm *Realm `protobuf:"bytes,1,opt,name=realm,proto3" json:"realm,omitempty"`
// Required. The update mask applies to the resource. For the `FieldMask`
// definition, see
// https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
// contains filtered or unexported fields
}Request message for RealmsService.UpdateRealm.
func (*UpdateRealmRequest) Descriptor
func (*UpdateRealmRequest) Descriptor() ([]byte, []int)Deprecated: Use UpdateRealmRequest.ProtoReflect.Descriptor instead.
func (*UpdateRealmRequest) GetRealm
func (x *UpdateRealmRequest) GetRealm() *Realmfunc (*UpdateRealmRequest) GetUpdateMask
func (x *UpdateRealmRequest) GetUpdateMask() *fieldmaskpb.FieldMaskfunc (*UpdateRealmRequest) ProtoMessage
func (*UpdateRealmRequest) ProtoMessage()func (*UpdateRealmRequest) ProtoReflect
func (x *UpdateRealmRequest) ProtoReflect() protoreflect.Messagefunc (*UpdateRealmRequest) Reset
func (x *UpdateRealmRequest) Reset()func (*UpdateRealmRequest) String
func (x *UpdateRealmRequest) String() string