diff --git a/go.mod b/go.mod index 6045427d7..fb51cad49 100644 --- a/go.mod +++ b/go.mod @@ -54,7 +54,6 @@ require ( cloud.google.com/go/filestore v1.7.1 cloud.google.com/go/firestore v1.11.0 cloud.google.com/go/functions v1.15.1 - cloud.google.com/go/gaming v1.10.1 cloud.google.com/go/gkebackup v0.4.0 cloud.google.com/go/gkeconnect v0.8.1 cloud.google.com/go/gkehub v0.14.1 diff --git a/go.sum b/go.sum index 47db13012..f20bbd9ad 100644 --- a/go.sum +++ b/go.sum @@ -100,8 +100,6 @@ cloud.google.com/go/firestore v1.11.0 h1:PPgtwcYUOXV2jFe1bV3nda3RCrOa8cvBjTOn2MQ cloud.google.com/go/firestore v1.11.0/go.mod h1:b38dKhgzlmNNGTNZZwe7ZRFEuRab1Hay3/DBsIGKKy4= cloud.google.com/go/functions v1.15.1 h1:LtAyqvO1TFmNLcROzHZhV0agEJfBi+zfMZsF4RT/a7U= cloud.google.com/go/functions v1.15.1/go.mod h1:P5yNWUTkyU+LvW/S9O6V+V423VZooALQlqoXdoPz5AE= -cloud.google.com/go/gaming v1.10.1 h1:5qZmZEWzMf8GEFgm9NeC3bjFRpt7x4S6U7oLbxaf7N8= -cloud.google.com/go/gaming v1.10.1/go.mod h1:XQQvtfP8Rb9Rxnxm5wFVpAp9zCQkJi2bLIb7iHGwB3s= cloud.google.com/go/gkebackup v0.4.0 h1:za3QZvw6ujR0uyqkhomKKKNoXDyqYGPJies3voUK8DA= cloud.google.com/go/gkebackup v0.4.0/go.mod h1:byAyBGUwYGEEww7xsbnUTBHIYcOPy/PgUWUtOeRm9Vg= cloud.google.com/go/gkeconnect v0.8.1 h1:a1ckRvVznnuvDWESM2zZDzSVFvggeBaVY5+BVB8tbT0= diff --git a/go.work.sum b/go.work.sum index 07697f5dd..296f6e960 100644 --- a/go.work.sum +++ b/go.work.sum @@ -7,6 +7,7 @@ cloud.google.com/go/compute v1.19.1/go.mod h1:6ylj3a05WF8leseCdIf77NK0g1ey+nj5IK cloud.google.com/go/compute v1.19.3/go.mod h1:qxvISKp/gYnXkSAD1ppcSOveRAmzxicEv/JlizULFrI= cloud.google.com/go/compute/metadata v0.2.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k= cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA= +cloud.google.com/go/gaming v1.10.1 h1:5qZmZEWzMf8GEFgm9NeC3bjFRpt7x4S6U7oLbxaf7N8= cloud.google.com/go/iam v0.13.0/go.mod h1:ljOg+rcNfzZ5d6f1nAUJ8ZIxOaZUVoS14bKCtaLZ/D0= cloud.google.com/go/longrunning v0.4.2/go.mod h1:OHrnaYyLUV6oqwh0xiS7e5sLQhP1m0QU9R+WhGDMgIQ= cloud.google.com/go/recaptchaenterprise v1.3.1 h1:u6EznTGzIdsyOsvm+Xkw0aSuKFXQlyjGE9a4exk6iNQ= diff --git a/googleapis/cloud/gaming/allocationendpoint/v1alpha/allocation_endpoint.pb.go b/googleapis/cloud/gaming/allocationendpoint/v1alpha/allocation_endpoint.pb.go deleted file mode 100644 index 5578066bd..000000000 --- a/googleapis/cloud/gaming/allocationendpoint/v1alpha/allocation_endpoint.pb.go +++ /dev/null @@ -1,704 +0,0 @@ -// Copyright 2021 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// Code generated by protoc-gen-go. DO NOT EDIT. -// versions: -// protoc-gen-go v1.26.0 -// protoc v3.12.2 -// source: google/cloud/gaming/allocationendpoint/v1alpha/allocation_endpoint.proto - -package allocationendpoint - -import ( - context "context" - reflect "reflect" - sync "sync" - - _ "google.golang.org/genproto/googleapis/api/annotations" - grpc "google.golang.org/grpc" - codes "google.golang.org/grpc/codes" - status "google.golang.org/grpc/status" - protoreflect "google.golang.org/protobuf/reflect/protoreflect" - protoimpl "google.golang.org/protobuf/runtime/protoimpl" -) - -const ( - // Verify that this generated code is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) - // Verify that runtime/protoimpl is sufficiently up-to-date. - _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) -) - -type AllocationRequest struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // The required realm name in the following form: - // `{location}/{realm}`. - Realm string `protobuf:"bytes,1,opt,name=realm,proto3" json:"realm,omitempty"` - // The default game server deployment name. - // This is used to increase the likelihood of a successful - // allocation. - DefaultGameServerDeployment string `protobuf:"bytes,2,opt,name=default_game_server_deployment,json=defaultGameServerDeployment,proto3" json:"default_game_server_deployment,omitempty"` - // The ordered list of game server labels to match for allocations. - // If the first game server selector is not matched, the selection attempts - // the second game server selector, and so on. - GameServerSelectors []*GameServerSelector `protobuf:"bytes,3,rep,name=game_server_selectors,json=gameServerSelectors,proto3" json:"game_server_selectors,omitempty"` - // Metadata is optional custom metadata that is added to the game server at - // allocation. You can use this to tell the server necessary session data. - Metadata *MetaPatch `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` -} - -func (x *AllocationRequest) Reset() { - *x = AllocationRequest{} - if protoimpl.UnsafeEnabled { - mi := &file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AllocationRequest) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AllocationRequest) ProtoMessage() {} - -func (x *AllocationRequest) ProtoReflect() protoreflect.Message { - mi := &file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AllocationRequest.ProtoReflect.Descriptor instead. -func (*AllocationRequest) Descriptor() ([]byte, []int) { - return file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDescGZIP(), []int{0} -} - -func (x *AllocationRequest) GetRealm() string { - if x != nil { - return x.Realm - } - return "" -} - -func (x *AllocationRequest) GetDefaultGameServerDeployment() string { - if x != nil { - return x.DefaultGameServerDeployment - } - return "" -} - -func (x *AllocationRequest) GetGameServerSelectors() []*GameServerSelector { - if x != nil { - return x.GameServerSelectors - } - return nil -} - -func (x *AllocationRequest) GetMetadata() *MetaPatch { - if x != nil { - return x.Metadata - } - return nil -} - -type AllocationResponse struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // The name of the allocated game server. - GameServerName string `protobuf:"bytes,1,opt,name=game_server_name,json=gameServerName,proto3" json:"game_server_name,omitempty"` - // The allocated game server's port information. - Ports []*AllocationResponse_GameServerStatusPort `protobuf:"bytes,2,rep,name=ports,proto3" json:"ports,omitempty"` - // The address of the allocated game server. - Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` - // The node name of the allocated game server. - NodeName string `protobuf:"bytes,4,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"` - // The game server cluster from which the game server was allocated. - GameServerClusterName string `protobuf:"bytes,5,opt,name=game_server_cluster_name,json=gameServerClusterName,proto3" json:"game_server_cluster_name,omitempty"` - // The game server deployment from which the game server was allocated. - DeploymentName string `protobuf:"bytes,6,opt,name=deployment_name,json=deploymentName,proto3" json:"deployment_name,omitempty"` -} - -func (x *AllocationResponse) Reset() { - *x = AllocationResponse{} - if protoimpl.UnsafeEnabled { - mi := &file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[1] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AllocationResponse) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AllocationResponse) ProtoMessage() {} - -func (x *AllocationResponse) ProtoReflect() protoreflect.Message { - mi := &file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[1] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AllocationResponse.ProtoReflect.Descriptor instead. -func (*AllocationResponse) Descriptor() ([]byte, []int) { - return file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDescGZIP(), []int{1} -} - -func (x *AllocationResponse) GetGameServerName() string { - if x != nil { - return x.GameServerName - } - return "" -} - -func (x *AllocationResponse) GetPorts() []*AllocationResponse_GameServerStatusPort { - if x != nil { - return x.Ports - } - return nil -} - -func (x *AllocationResponse) GetAddress() string { - if x != nil { - return x.Address - } - return "" -} - -func (x *AllocationResponse) GetNodeName() string { - if x != nil { - return x.NodeName - } - return "" -} - -func (x *AllocationResponse) GetGameServerClusterName() string { - if x != nil { - return x.GameServerClusterName - } - return "" -} - -func (x *AllocationResponse) GetDeploymentName() string { - if x != nil { - return x.DeploymentName - } - return "" -} - -// MetaPatch is the metadata used to patch the Game Server metadata on -// allocation. It behaves exactly as it does in OSS. -type MetaPatch struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Labels map[string]string `protobuf:"bytes,1,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - Annotations map[string]string `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` -} - -func (x *MetaPatch) Reset() { - *x = MetaPatch{} - if protoimpl.UnsafeEnabled { - mi := &file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[2] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *MetaPatch) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*MetaPatch) ProtoMessage() {} - -func (x *MetaPatch) ProtoReflect() protoreflect.Message { - mi := &file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[2] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use MetaPatch.ProtoReflect.Descriptor instead. -func (*MetaPatch) Descriptor() ([]byte, []int) { - return file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDescGZIP(), []int{2} -} - -func (x *MetaPatch) GetLabels() map[string]string { - if x != nil { - return x.Labels - } - return nil -} - -func (x *MetaPatch) GetAnnotations() map[string]string { - if x != nil { - return x.Annotations - } - return nil -} - -// GameServerSelector used for finding a GameServer with matching labels. -type GameServerSelector struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - // Labels to match. - MatchLabels map[string]string `protobuf:"bytes,1,rep,name=match_labels,json=matchLabels,proto3" json:"match_labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` -} - -func (x *GameServerSelector) Reset() { - *x = GameServerSelector{} - if protoimpl.UnsafeEnabled { - mi := &file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[3] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *GameServerSelector) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*GameServerSelector) ProtoMessage() {} - -func (x *GameServerSelector) ProtoReflect() protoreflect.Message { - mi := &file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[3] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use GameServerSelector.ProtoReflect.Descriptor instead. -func (*GameServerSelector) Descriptor() ([]byte, []int) { - return file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDescGZIP(), []int{3} -} - -func (x *GameServerSelector) GetMatchLabels() map[string]string { - if x != nil { - return x.MatchLabels - } - return nil -} - -// The game server port info that is allocated. -type AllocationResponse_GameServerStatusPort struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache - unknownFields protoimpl.UnknownFields - - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - Port int32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"` -} - -func (x *AllocationResponse_GameServerStatusPort) Reset() { - *x = AllocationResponse_GameServerStatusPort{} - if protoimpl.UnsafeEnabled { - mi := &file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[4] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } -} - -func (x *AllocationResponse_GameServerStatusPort) String() string { - return protoimpl.X.MessageStringOf(x) -} - -func (*AllocationResponse_GameServerStatusPort) ProtoMessage() {} - -func (x *AllocationResponse_GameServerStatusPort) ProtoReflect() protoreflect.Message { - mi := &file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[4] - if protoimpl.UnsafeEnabled && x != nil { - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - if ms.LoadMessageInfo() == nil { - ms.StoreMessageInfo(mi) - } - return ms - } - return mi.MessageOf(x) -} - -// Deprecated: Use AllocationResponse_GameServerStatusPort.ProtoReflect.Descriptor instead. -func (*AllocationResponse_GameServerStatusPort) Descriptor() ([]byte, []int) { - return file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDescGZIP(), []int{1, 0} -} - -func (x *AllocationResponse_GameServerStatusPort) GetName() string { - if x != nil { - return x.Name - } - return "" -} - -func (x *AllocationResponse_GameServerStatusPort) GetPort() int32 { - if x != nil { - return x.Port - } - return 0 -} - -var File_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto protoreflect.FileDescriptor - -var file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDesc = []byte{ - 0x0a, 0x48, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x67, - 0x61, 0x6d, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, - 0x2f, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x64, 0x70, - 0x6f, 0x69, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x2e, 0x67, 0x6f, 0x6f, 0x67, - 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x61, 0x6d, 0x69, 0x6e, 0x67, 0x2e, - 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, - 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, - 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, - 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0xbd, 0x02, 0x0a, 0x11, 0x41, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x65, 0x61, 0x6c, 0x6d, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x72, 0x65, 0x61, 0x6c, 0x6d, 0x12, 0x43, 0x0a, - 0x1e, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x5f, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x73, 0x65, - 0x72, 0x76, 0x65, 0x72, 0x5f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x1b, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x47, 0x61, - 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, - 0x6e, 0x74, 0x12, 0x76, 0x0a, 0x15, 0x67, 0x61, 0x6d, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x5f, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x42, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, - 0x2e, 0x67, 0x61, 0x6d, 0x69, 0x6e, 0x67, 0x2e, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, - 0x68, 0x61, 0x2e, 0x47, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x65, 0x6c, - 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x13, 0x67, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, - 0x72, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x55, 0x0a, 0x08, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x67, - 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x61, 0x6d, 0x69, - 0x6e, 0x67, 0x2e, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x6e, 0x64, - 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x4d, 0x65, - 0x74, 0x61, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x22, 0x86, 0x03, 0x0a, 0x12, 0x41, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x28, 0x0a, 0x10, 0x67, 0x61, 0x6d, 0x65, - 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0e, 0x67, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x4e, 0x61, - 0x6d, 0x65, 0x12, 0x6d, 0x0a, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x57, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, - 0x2e, 0x67, 0x61, 0x6d, 0x69, 0x6e, 0x67, 0x2e, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, - 0x68, 0x61, 0x2e, 0x41, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x47, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x50, 0x6f, 0x72, 0x74, 0x52, 0x05, 0x70, 0x6f, 0x72, 0x74, - 0x73, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x6e, - 0x6f, 0x64, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, - 0x6e, 0x6f, 0x64, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x37, 0x0a, 0x18, 0x67, 0x61, 0x6d, 0x65, - 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x5f, - 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x67, 0x61, 0x6d, 0x65, - 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, - 0x65, 0x12, 0x27, 0x0a, 0x0f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, - 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x64, 0x65, 0x70, 0x6c, - 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x1a, 0x3e, 0x0a, 0x14, 0x47, 0x61, - 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x50, 0x6f, - 0x72, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x22, 0xd3, 0x02, 0x0a, 0x09, 0x4d, - 0x65, 0x74, 0x61, 0x50, 0x61, 0x74, 0x63, 0x68, 0x12, 0x5d, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, - 0x6c, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x45, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, - 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x61, 0x6d, 0x69, 0x6e, 0x67, 0x2e, 0x61, - 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, - 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x50, 0x61, - 0x74, 0x63, 0x68, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, - 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x6c, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x4a, 0x2e, 0x67, - 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x61, 0x6d, 0x69, - 0x6e, 0x67, 0x2e, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x6e, 0x64, - 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x4d, 0x65, - 0x74, 0x61, 0x50, 0x61, 0x74, 0x63, 0x68, 0x2e, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x39, 0x0a, 0x0b, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, - 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, - 0x1a, 0x3e, 0x0a, 0x10, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, - 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, - 0x22, 0xcc, 0x01, 0x0a, 0x12, 0x47, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, - 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x76, 0x0a, 0x0c, 0x6d, 0x61, 0x74, 0x63, 0x68, - 0x5f, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x53, 0x2e, - 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x61, 0x6d, - 0x69, 0x6e, 0x67, 0x2e, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x6e, - 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x47, - 0x61, 0x6d, 0x65, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, - 0x72, 0x2e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, - 0x72, 0x79, 0x52, 0x0b, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x1a, - 0x3e, 0x0a, 0x10, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, - 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x32, - 0xc1, 0x01, 0x0a, 0x19, 0x41, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, - 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x93, 0x01, - 0x0a, 0x08, 0x41, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x12, 0x41, 0x2e, 0x67, 0x6f, 0x6f, - 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x61, 0x6d, 0x69, 0x6e, 0x67, - 0x2e, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x6e, 0x64, 0x70, 0x6f, - 0x69, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x41, 0x6c, 0x6c, 0x6f, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x42, 0x2e, - 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x61, 0x6d, - 0x69, 0x6e, 0x67, 0x2e, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x6e, - 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x2e, 0x41, - 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x00, 0x1a, 0x0e, 0xca, 0x41, 0x0b, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2e, - 0x63, 0x6f, 0x6d, 0x42, 0xb1, 0x01, 0x0a, 0x32, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, - 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x61, 0x6d, 0x69, 0x6e, 0x67, 0x2e, - 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, - 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x42, 0x17, 0x41, 0x6c, 0x6c, 0x6f, - 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x50, 0x72, - 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x60, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, - 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63, 0x6c, 0x6f, - 0x75, 0x64, 0x2f, 0x67, 0x61, 0x6d, 0x69, 0x6e, 0x67, 0x2f, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x61, - 0x6c, 0x70, 0x68, 0x61, 0x3b, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x65, - 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, -} - -var ( - file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDescOnce sync.Once - file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDescData = file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDesc -) - -func file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDescGZIP() []byte { - file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDescOnce.Do(func() { - file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDescData) - }) - return file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDescData -} - -var file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_goTypes = []interface{}{ - (*AllocationRequest)(nil), // 0: google.cloud.gaming.allocationendpoint.v1alpha.AllocationRequest - (*AllocationResponse)(nil), // 1: google.cloud.gaming.allocationendpoint.v1alpha.AllocationResponse - (*MetaPatch)(nil), // 2: google.cloud.gaming.allocationendpoint.v1alpha.MetaPatch - (*GameServerSelector)(nil), // 3: google.cloud.gaming.allocationendpoint.v1alpha.GameServerSelector - (*AllocationResponse_GameServerStatusPort)(nil), // 4: google.cloud.gaming.allocationendpoint.v1alpha.AllocationResponse.GameServerStatusPort - nil, // 5: google.cloud.gaming.allocationendpoint.v1alpha.MetaPatch.LabelsEntry - nil, // 6: google.cloud.gaming.allocationendpoint.v1alpha.MetaPatch.AnnotationsEntry - nil, // 7: google.cloud.gaming.allocationendpoint.v1alpha.GameServerSelector.MatchLabelsEntry -} -var file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_depIdxs = []int32{ - 3, // 0: google.cloud.gaming.allocationendpoint.v1alpha.AllocationRequest.game_server_selectors:type_name -> google.cloud.gaming.allocationendpoint.v1alpha.GameServerSelector - 2, // 1: google.cloud.gaming.allocationendpoint.v1alpha.AllocationRequest.metadata:type_name -> google.cloud.gaming.allocationendpoint.v1alpha.MetaPatch - 4, // 2: google.cloud.gaming.allocationendpoint.v1alpha.AllocationResponse.ports:type_name -> google.cloud.gaming.allocationendpoint.v1alpha.AllocationResponse.GameServerStatusPort - 5, // 3: google.cloud.gaming.allocationendpoint.v1alpha.MetaPatch.labels:type_name -> google.cloud.gaming.allocationendpoint.v1alpha.MetaPatch.LabelsEntry - 6, // 4: google.cloud.gaming.allocationendpoint.v1alpha.MetaPatch.annotations:type_name -> google.cloud.gaming.allocationendpoint.v1alpha.MetaPatch.AnnotationsEntry - 7, // 5: google.cloud.gaming.allocationendpoint.v1alpha.GameServerSelector.match_labels:type_name -> google.cloud.gaming.allocationendpoint.v1alpha.GameServerSelector.MatchLabelsEntry - 0, // 6: google.cloud.gaming.allocationendpoint.v1alpha.AllocationEndpointService.Allocate:input_type -> google.cloud.gaming.allocationendpoint.v1alpha.AllocationRequest - 1, // 7: google.cloud.gaming.allocationendpoint.v1alpha.AllocationEndpointService.Allocate:output_type -> google.cloud.gaming.allocationendpoint.v1alpha.AllocationResponse - 7, // [7:8] is the sub-list for method output_type - 6, // [6:7] is the sub-list for method input_type - 6, // [6:6] is the sub-list for extension type_name - 6, // [6:6] is the sub-list for extension extendee - 0, // [0:6] is the sub-list for field type_name -} - -func init() { file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_init() } -func file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_init() { - if File_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto != nil { - return - } - if !protoimpl.UnsafeEnabled { - file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AllocationRequest); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AllocationResponse); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*MetaPatch); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*GameServerSelector); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*AllocationResponse_GameServerStatusPort); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } - type x struct{} - out := protoimpl.TypeBuilder{ - File: protoimpl.DescBuilder{ - GoPackagePath: reflect.TypeOf(x{}).PkgPath(), - RawDescriptor: file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDesc, - NumEnums: 0, - NumMessages: 8, - NumExtensions: 0, - NumServices: 1, - }, - GoTypes: file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_goTypes, - DependencyIndexes: file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_depIdxs, - MessageInfos: file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_msgTypes, - }.Build() - File_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto = out.File - file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_rawDesc = nil - file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_goTypes = nil - file_google_cloud_gaming_allocationendpoint_v1alpha_allocation_endpoint_proto_depIdxs = nil -} - -// Reference imports to suppress errors if they are not otherwise used. -var _ context.Context -var _ grpc.ClientConnInterface - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the grpc package it is being compiled against. -const _ = grpc.SupportPackageIsVersion6 - -// AllocationEndpointServiceClient is the client API for AllocationEndpointService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type AllocationEndpointServiceClient interface { - // Proxy allocation service to the Game Server Clusters. - Allocate(ctx context.Context, in *AllocationRequest, opts ...grpc.CallOption) (*AllocationResponse, error) -} - -type allocationEndpointServiceClient struct { - cc grpc.ClientConnInterface -} - -func NewAllocationEndpointServiceClient(cc grpc.ClientConnInterface) AllocationEndpointServiceClient { - return &allocationEndpointServiceClient{cc} -} - -func (c *allocationEndpointServiceClient) Allocate(ctx context.Context, in *AllocationRequest, opts ...grpc.CallOption) (*AllocationResponse, error) { - out := new(AllocationResponse) - err := c.cc.Invoke(ctx, "/google.cloud.gaming.allocationendpoint.v1alpha.AllocationEndpointService/Allocate", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// AllocationEndpointServiceServer is the server API for AllocationEndpointService service. -type AllocationEndpointServiceServer interface { - // Proxy allocation service to the Game Server Clusters. - Allocate(context.Context, *AllocationRequest) (*AllocationResponse, error) -} - -// UnimplementedAllocationEndpointServiceServer can be embedded to have forward compatible implementations. -type UnimplementedAllocationEndpointServiceServer struct { -} - -func (*UnimplementedAllocationEndpointServiceServer) Allocate(context.Context, *AllocationRequest) (*AllocationResponse, error) { - return nil, status.Errorf(codes.Unimplemented, "method Allocate not implemented") -} - -func RegisterAllocationEndpointServiceServer(s *grpc.Server, srv AllocationEndpointServiceServer) { - s.RegisterService(&_AllocationEndpointService_serviceDesc, srv) -} - -func _AllocationEndpointService_Allocate_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(AllocationRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(AllocationEndpointServiceServer).Allocate(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.cloud.gaming.allocationendpoint.v1alpha.AllocationEndpointService/Allocate", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(AllocationEndpointServiceServer).Allocate(ctx, req.(*AllocationRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _AllocationEndpointService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.cloud.gaming.allocationendpoint.v1alpha.AllocationEndpointService", - HandlerType: (*AllocationEndpointServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "Allocate", - Handler: _AllocationEndpointService_Allocate_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/cloud/gaming/allocationendpoint/v1alpha/allocation_endpoint.proto", -} diff --git a/googleapis/cloud/gaming/v1/alias.go b/googleapis/cloud/gaming/v1/alias.go deleted file mode 100644 index 24382b2d3..000000000 --- a/googleapis/cloud/gaming/v1/alias.go +++ /dev/null @@ -1,536 +0,0 @@ -// Copyright 2022 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// Code generated by aliasgen. DO NOT EDIT. - -// Package gaming aliases all exported identifiers in package -// "cloud.google.com/go/gaming/apiv1/gamingpb". -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb. -// Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md -// for more details. -package gaming - -import ( - src "cloud.google.com/go/gaming/apiv1/gamingpb" - grpc "google.golang.org/grpc" -) - -// Deprecated: Please use consts in: cloud.google.com/go/gaming/apiv1/gamingpb -const ( - GameServerClusterView_BASIC = src.GameServerClusterView_BASIC - GameServerClusterView_FULL = src.GameServerClusterView_FULL - GameServerClusterView_GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED = src.GameServerClusterView_GAME_SERVER_CLUSTER_VIEW_UNSPECIFIED - KubernetesClusterState_AGONES_KUBERNETES_VERSION_SUPPORTED = src.KubernetesClusterState_AGONES_KUBERNETES_VERSION_SUPPORTED - KubernetesClusterState_AGONES_KUBERNETES_VERSION_UNSUPPORTED = src.KubernetesClusterState_AGONES_KUBERNETES_VERSION_UNSUPPORTED - KubernetesClusterState_AGONES_NOT_INSTALLED = src.KubernetesClusterState_AGONES_NOT_INSTALLED - KubernetesClusterState_AGONES_VERSION_UNRECOGNIZED = src.KubernetesClusterState_AGONES_VERSION_UNRECOGNIZED - KubernetesClusterState_AGONES_VERSION_UNSUPPORTED = src.KubernetesClusterState_AGONES_VERSION_UNSUPPORTED - KubernetesClusterState_INSTALLATION_STATE_UNSPECIFIED = src.KubernetesClusterState_INSTALLATION_STATE_UNSPECIFIED - KubernetesClusterState_KUBERNETES_VERSION_UNRECOGNIZED = src.KubernetesClusterState_KUBERNETES_VERSION_UNRECOGNIZED - KubernetesClusterState_VERSION_VERIFICATION_FAILED = src.KubernetesClusterState_VERSION_VERIFICATION_FAILED - OperationStatus_CLUSTER_CONNECTION = src.OperationStatus_CLUSTER_CONNECTION - OperationStatus_ERROR_CODE_UNSPECIFIED = src.OperationStatus_ERROR_CODE_UNSPECIFIED - OperationStatus_INTERNAL_ERROR = src.OperationStatus_INTERNAL_ERROR - OperationStatus_PERMISSION_DENIED = src.OperationStatus_PERMISSION_DENIED -) - -// Deprecated: Please use vars in: cloud.google.com/go/gaming/apiv1/gamingpb -var ( - File_google_cloud_gaming_v1_common_proto = src.File_google_cloud_gaming_v1_common_proto - File_google_cloud_gaming_v1_game_server_clusters_proto = src.File_google_cloud_gaming_v1_game_server_clusters_proto - File_google_cloud_gaming_v1_game_server_clusters_service_proto = src.File_google_cloud_gaming_v1_game_server_clusters_service_proto - File_google_cloud_gaming_v1_game_server_configs_proto = src.File_google_cloud_gaming_v1_game_server_configs_proto - File_google_cloud_gaming_v1_game_server_configs_service_proto = src.File_google_cloud_gaming_v1_game_server_configs_service_proto - File_google_cloud_gaming_v1_game_server_deployments_proto = src.File_google_cloud_gaming_v1_game_server_deployments_proto - File_google_cloud_gaming_v1_game_server_deployments_service_proto = src.File_google_cloud_gaming_v1_game_server_deployments_service_proto - File_google_cloud_gaming_v1_realms_proto = src.File_google_cloud_gaming_v1_realms_proto - File_google_cloud_gaming_v1_realms_service_proto = src.File_google_cloud_gaming_v1_realms_service_proto - GameServerClusterView_name = src.GameServerClusterView_name - GameServerClusterView_value = src.GameServerClusterView_value - KubernetesClusterState_InstallationState_name = src.KubernetesClusterState_InstallationState_name - KubernetesClusterState_InstallationState_value = src.KubernetesClusterState_InstallationState_value - OperationStatus_ErrorCode_name = src.OperationStatus_ErrorCode_name - OperationStatus_ErrorCode_value = src.OperationStatus_ErrorCode_value -) - -// Request message for GameServerClustersService.CreateGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type CreateGameServerClusterRequest = src.CreateGameServerClusterRequest - -// Request message for GameServerConfigsService.CreateGameServerConfig. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type CreateGameServerConfigRequest = src.CreateGameServerConfigRequest - -// Request message for -// GameServerDeploymentsService.CreateGameServerDeployment. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type CreateGameServerDeploymentRequest = src.CreateGameServerDeploymentRequest - -// Request message for RealmsService.CreateRealm. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type CreateRealmRequest = src.CreateRealmRequest - -// Request message for GameServerClustersService.DeleteGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type DeleteGameServerClusterRequest = src.DeleteGameServerClusterRequest - -// Request message for GameServerConfigsService.DeleteGameServerConfig. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type DeleteGameServerConfigRequest = src.DeleteGameServerConfigRequest - -// Request message for -// GameServerDeploymentsService.DeleteGameServerDeployment. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type DeleteGameServerDeploymentRequest = src.DeleteGameServerDeploymentRequest - -// Request message for RealmsService.DeleteRealm. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type DeleteRealmRequest = src.DeleteRealmRequest - -// Details of the deployed Agones fleet. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type DeployedFleetDetails = src.DeployedFleetDetails - -// Agones fleet specification and details. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type DeployedFleetDetails_DeployedFleet = src.DeployedFleetDetails_DeployedFleet - -// Details about the Agones autoscaler. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type DeployedFleetDetails_DeployedFleetAutoscaler = src.DeployedFleetDetails_DeployedFleetAutoscaler - -// DeployedFleetStatus has details about the Agones fleets such as how many -// are running, how many allocated, and so on. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type DeployedFleetDetails_DeployedFleet_DeployedFleetStatus = src.DeployedFleetDetails_DeployedFleet_DeployedFleetStatus - -// Request message for GameServerDeploymentsService.FetchDeploymentState. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type FetchDeploymentStateRequest = src.FetchDeploymentStateRequest - -// Response message for GameServerDeploymentsService.FetchDeploymentState. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type FetchDeploymentStateResponse = src.FetchDeploymentStateResponse - -// The game server cluster changes made by the game server deployment. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type FetchDeploymentStateResponse_DeployedClusterState = src.FetchDeploymentStateResponse_DeployedClusterState - -// Fleet configs for Agones. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type FleetConfig = src.FleetConfig - -// A game server cluster resource. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GameServerCluster = src.GameServerCluster - -// The game server cluster connection information. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GameServerClusterConnectionInfo = src.GameServerClusterConnectionInfo -type GameServerClusterConnectionInfo_GkeClusterReference = src.GameServerClusterConnectionInfo_GkeClusterReference - -// A view for GameServerCluster objects. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GameServerClusterView = src.GameServerClusterView - -// 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. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GameServerClustersServiceClient = src.GameServerClustersServiceClient - -// GameServerClustersServiceServer is the server API for -// GameServerClustersService service. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GameServerClustersServiceServer = src.GameServerClustersServiceServer - -// A game server config resource. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GameServerConfig = src.GameServerConfig - -// A game server config override. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GameServerConfigOverride = src.GameServerConfigOverride -type GameServerConfigOverride_ConfigVersion = src.GameServerConfigOverride_ConfigVersion -type GameServerConfigOverride_RealmsSelector = src.GameServerConfigOverride_RealmsSelector - -// 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. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GameServerConfigsServiceClient = src.GameServerConfigsServiceClient - -// GameServerConfigsServiceServer is the server API for -// GameServerConfigsService service. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GameServerConfigsServiceServer = src.GameServerConfigsServiceServer - -// A game server deployment resource. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GameServerDeployment = src.GameServerDeployment - -// The game server deployment rollout which represents the desired rollout -// state. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GameServerDeploymentRollout = src.GameServerDeploymentRollout - -// 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. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GameServerDeploymentsServiceClient = src.GameServerDeploymentsServiceClient - -// GameServerDeploymentsServiceServer is the server API for -// GameServerDeploymentsService service. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GameServerDeploymentsServiceServer = src.GameServerDeploymentsServiceServer - -// Request message for GameServerClustersService.GetGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GetGameServerClusterRequest = src.GetGameServerClusterRequest - -// Request message for GameServerConfigsService.GetGameServerConfig. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GetGameServerConfigRequest = src.GetGameServerConfigRequest - -// Request message for GameServerDeploymentsService.GetGameServerDeployment. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GetGameServerDeploymentRequest = src.GetGameServerDeploymentRequest - -// Request message for -// GameServerDeploymentsService.GetGameServerDeploymentRollout. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GetGameServerDeploymentRolloutRequest = src.GetGameServerDeploymentRolloutRequest - -// Request message for RealmsService.GetRealm. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GetRealmRequest = src.GetRealmRequest - -// A reference to a GKE cluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type GkeClusterReference = src.GkeClusterReference - -// The state of the Kubernetes cluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type KubernetesClusterState = src.KubernetesClusterState - -// The state of the installed versions of Agones/Kubernetes. See also -// https://cloud.google.com/game-servers/docs/versions-and-upgrades. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type KubernetesClusterState_InstallationState = src.KubernetesClusterState_InstallationState - -// The label selector, used to group labels on the resources. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type LabelSelector = src.LabelSelector - -// Request message for GameServerClustersService.ListGameServerClusters. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type ListGameServerClustersRequest = src.ListGameServerClustersRequest - -// Response message for GameServerClustersService.ListGameServerClusters. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type ListGameServerClustersResponse = src.ListGameServerClustersResponse - -// Request message for GameServerConfigsService.ListGameServerConfigs. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type ListGameServerConfigsRequest = src.ListGameServerConfigsRequest - -// Response message for GameServerConfigsService.ListGameServerConfigs. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type ListGameServerConfigsResponse = src.ListGameServerConfigsResponse - -// Request message for GameServerDeploymentsService.ListGameServerDeployments. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type ListGameServerDeploymentsRequest = src.ListGameServerDeploymentsRequest - -// Response message for -// GameServerDeploymentsService.ListGameServerDeployments. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type ListGameServerDeploymentsResponse = src.ListGameServerDeploymentsResponse - -// Request message for RealmsService.ListRealms. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type ListRealmsRequest = src.ListRealmsRequest - -// Response message for RealmsService.ListRealms. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type ListRealmsResponse = src.ListRealmsResponse - -// Represents the metadata of the long-running operation. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type OperationMetadata = src.OperationMetadata -type OperationStatus = src.OperationStatus -type OperationStatus_ErrorCode = src.OperationStatus_ErrorCode - -// Request message for -// GameServerClustersService.PreviewCreateGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type PreviewCreateGameServerClusterRequest = src.PreviewCreateGameServerClusterRequest - -// Response message for -// GameServerClustersService.PreviewCreateGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type PreviewCreateGameServerClusterResponse = src.PreviewCreateGameServerClusterResponse - -// Request message for -// GameServerClustersService.PreviewDeleteGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type PreviewDeleteGameServerClusterRequest = src.PreviewDeleteGameServerClusterRequest - -// Response message for -// GameServerClustersService.PreviewDeleteGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type PreviewDeleteGameServerClusterResponse = src.PreviewDeleteGameServerClusterResponse - -// Request message for PreviewGameServerDeploymentRollout. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type PreviewGameServerDeploymentRolloutRequest = src.PreviewGameServerDeploymentRolloutRequest - -// Response message for PreviewGameServerDeploymentRollout. This has details -// about the Agones fleet and autoscaler to be actuated. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type PreviewGameServerDeploymentRolloutResponse = src.PreviewGameServerDeploymentRolloutResponse - -// Request message for RealmsService.PreviewRealmUpdate. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type PreviewRealmUpdateRequest = src.PreviewRealmUpdateRequest - -// Response message for RealmsService.PreviewRealmUpdate. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type PreviewRealmUpdateResponse = src.PreviewRealmUpdateResponse - -// Request message for GameServerClustersService.UpdateGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type PreviewUpdateGameServerClusterRequest = src.PreviewUpdateGameServerClusterRequest - -// Response message for -// GameServerClustersService.PreviewUpdateGameServerCluster -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type PreviewUpdateGameServerClusterResponse = src.PreviewUpdateGameServerClusterResponse - -// A realm resource. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type Realm = src.Realm - -// The realm selector, used to match realm resources. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type RealmSelector = src.RealmSelector - -// 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. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type RealmsServiceClient = src.RealmsServiceClient - -// RealmsServiceServer is the server API for RealmsService service. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type RealmsServiceServer = src.RealmsServiceServer - -// Autoscaling config for an Agones fleet. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type ScalingConfig = src.ScalingConfig - -// 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 ``` -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type Schedule = src.Schedule - -// Encapsulates Agones fleet spec and Agones autoscaler spec sources. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type SpecSource = src.SpecSource - -// Details about the Agones resources. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type TargetDetails = src.TargetDetails - -// Details of the target Agones fleet. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type TargetDetails_TargetFleetDetails = src.TargetDetails_TargetFleetDetails - -// Target Agones fleet specification. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type TargetDetails_TargetFleetDetails_TargetFleet = src.TargetDetails_TargetFleetDetails_TargetFleet - -// Target Agones autoscaler policy reference. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type TargetDetails_TargetFleetDetails_TargetFleetAutoscaler = src.TargetDetails_TargetFleetDetails_TargetFleetAutoscaler - -// Encapsulates the Target state. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type TargetState = src.TargetState - -// UnimplementedGameServerClustersServiceServer can be embedded to have -// forward compatible implementations. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type UnimplementedGameServerClustersServiceServer = src.UnimplementedGameServerClustersServiceServer - -// UnimplementedGameServerConfigsServiceServer can be embedded to have forward -// compatible implementations. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type UnimplementedGameServerConfigsServiceServer = src.UnimplementedGameServerConfigsServiceServer - -// UnimplementedGameServerDeploymentsServiceServer can be embedded to have -// forward compatible implementations. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type UnimplementedGameServerDeploymentsServiceServer = src.UnimplementedGameServerDeploymentsServiceServer - -// UnimplementedRealmsServiceServer can be embedded to have forward compatible -// implementations. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type UnimplementedRealmsServiceServer = src.UnimplementedRealmsServiceServer - -// Request message for GameServerClustersService.UpdateGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type UpdateGameServerClusterRequest = src.UpdateGameServerClusterRequest - -// Request message for -// GameServerDeploymentsService.UpdateGameServerDeployment. Only allows updates -// for labels. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type UpdateGameServerDeploymentRequest = src.UpdateGameServerDeploymentRequest - -// Request message for -// GameServerDeploymentsService.UpdateGameServerRolloutDeployment. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type UpdateGameServerDeploymentRolloutRequest = src.UpdateGameServerDeploymentRolloutRequest - -// Request message for RealmsService.UpdateRealm. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1/gamingpb -type UpdateRealmRequest = src.UpdateRealmRequest - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1/gamingpb -func NewGameServerClustersServiceClient(cc grpc.ClientConnInterface) GameServerClustersServiceClient { - return src.NewGameServerClustersServiceClient(cc) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1/gamingpb -func NewGameServerConfigsServiceClient(cc grpc.ClientConnInterface) GameServerConfigsServiceClient { - return src.NewGameServerConfigsServiceClient(cc) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1/gamingpb -func NewGameServerDeploymentsServiceClient(cc grpc.ClientConnInterface) GameServerDeploymentsServiceClient { - return src.NewGameServerDeploymentsServiceClient(cc) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1/gamingpb -func NewRealmsServiceClient(cc grpc.ClientConnInterface) RealmsServiceClient { - return src.NewRealmsServiceClient(cc) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1/gamingpb -func RegisterGameServerClustersServiceServer(s *grpc.Server, srv GameServerClustersServiceServer) { - src.RegisterGameServerClustersServiceServer(s, srv) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1/gamingpb -func RegisterGameServerConfigsServiceServer(s *grpc.Server, srv GameServerConfigsServiceServer) { - src.RegisterGameServerConfigsServiceServer(s, srv) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1/gamingpb -func RegisterGameServerDeploymentsServiceServer(s *grpc.Server, srv GameServerDeploymentsServiceServer) { - src.RegisterGameServerDeploymentsServiceServer(s, srv) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1/gamingpb -func RegisterRealmsServiceServer(s *grpc.Server, srv RealmsServiceServer) { - src.RegisterRealmsServiceServer(s, srv) -} diff --git a/googleapis/cloud/gaming/v1beta/alias.go b/googleapis/cloud/gaming/v1beta/alias.go deleted file mode 100644 index d61789b37..000000000 --- a/googleapis/cloud/gaming/v1beta/alias.go +++ /dev/null @@ -1,505 +0,0 @@ -// Copyright 2022 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// Code generated by aliasgen. DO NOT EDIT. - -// Package gaming aliases all exported identifiers in package -// "cloud.google.com/go/gaming/apiv1beta/gamingpb". -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb. -// Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md -// for more details. -package gaming - -import ( - src "cloud.google.com/go/gaming/apiv1beta/gamingpb" - grpc "google.golang.org/grpc" -) - -// Deprecated: Please use consts in: cloud.google.com/go/gaming/apiv1beta/gamingpb -const ( - OperationStatus_CLUSTER_CONNECTION = src.OperationStatus_CLUSTER_CONNECTION - OperationStatus_ERROR_CODE_UNSPECIFIED = src.OperationStatus_ERROR_CODE_UNSPECIFIED - OperationStatus_INTERNAL_ERROR = src.OperationStatus_INTERNAL_ERROR - OperationStatus_PERMISSION_DENIED = src.OperationStatus_PERMISSION_DENIED -) - -// Deprecated: Please use vars in: cloud.google.com/go/gaming/apiv1beta/gamingpb -var ( - File_google_cloud_gaming_v1beta_common_proto = src.File_google_cloud_gaming_v1beta_common_proto - File_google_cloud_gaming_v1beta_game_server_clusters_proto = src.File_google_cloud_gaming_v1beta_game_server_clusters_proto - File_google_cloud_gaming_v1beta_game_server_clusters_service_proto = src.File_google_cloud_gaming_v1beta_game_server_clusters_service_proto - File_google_cloud_gaming_v1beta_game_server_configs_proto = src.File_google_cloud_gaming_v1beta_game_server_configs_proto - File_google_cloud_gaming_v1beta_game_server_configs_service_proto = src.File_google_cloud_gaming_v1beta_game_server_configs_service_proto - File_google_cloud_gaming_v1beta_game_server_deployments_proto = src.File_google_cloud_gaming_v1beta_game_server_deployments_proto - File_google_cloud_gaming_v1beta_game_server_deployments_service_proto = src.File_google_cloud_gaming_v1beta_game_server_deployments_service_proto - File_google_cloud_gaming_v1beta_realms_proto = src.File_google_cloud_gaming_v1beta_realms_proto - File_google_cloud_gaming_v1beta_realms_service_proto = src.File_google_cloud_gaming_v1beta_realms_service_proto - OperationStatus_ErrorCode_name = src.OperationStatus_ErrorCode_name - OperationStatus_ErrorCode_value = src.OperationStatus_ErrorCode_value -) - -// Request message for GameServerClustersService.CreateGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type CreateGameServerClusterRequest = src.CreateGameServerClusterRequest - -// Request message for GameServerConfigsService.CreateGameServerConfig. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type CreateGameServerConfigRequest = src.CreateGameServerConfigRequest - -// Request message for -// GameServerDeploymentsService.CreateGameServerDeployment. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type CreateGameServerDeploymentRequest = src.CreateGameServerDeploymentRequest - -// Request message for RealmsService.CreateRealm. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type CreateRealmRequest = src.CreateRealmRequest - -// Request message for GameServerClustersService.DeleteGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type DeleteGameServerClusterRequest = src.DeleteGameServerClusterRequest - -// Request message for GameServerConfigsService.DeleteGameServerConfig. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type DeleteGameServerConfigRequest = src.DeleteGameServerConfigRequest - -// Request message for -// GameServerDeploymentsService.DeleteGameServerDeployment. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type DeleteGameServerDeploymentRequest = src.DeleteGameServerDeploymentRequest - -// Request message for RealmsService.DeleteRealm. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type DeleteRealmRequest = src.DeleteRealmRequest - -// Details of the deployed Agones fleet. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type DeployedFleetDetails = src.DeployedFleetDetails - -// Agones fleet specification and details. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type DeployedFleetDetails_DeployedFleet = src.DeployedFleetDetails_DeployedFleet - -// Details about the Agones autoscaler. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type DeployedFleetDetails_DeployedFleetAutoscaler = src.DeployedFleetDetails_DeployedFleetAutoscaler - -// DeployedFleetStatus has details about the Agones fleets such as how many -// are running, how many allocated, and so on. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type DeployedFleetDetails_DeployedFleet_DeployedFleetStatus = src.DeployedFleetDetails_DeployedFleet_DeployedFleetStatus - -// Request message for GameServerDeploymentsService.FetchDeploymentState. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type FetchDeploymentStateRequest = src.FetchDeploymentStateRequest - -// Response message for GameServerDeploymentsService.FetchDeploymentState. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type FetchDeploymentStateResponse = src.FetchDeploymentStateResponse - -// The game server cluster changes made by the game server deployment. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type FetchDeploymentStateResponse_DeployedClusterState = src.FetchDeploymentStateResponse_DeployedClusterState - -// Fleet configs for Agones. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type FleetConfig = src.FleetConfig - -// A game server cluster resource. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GameServerCluster = src.GameServerCluster - -// The game server cluster connection information. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GameServerClusterConnectionInfo = src.GameServerClusterConnectionInfo -type GameServerClusterConnectionInfo_GkeClusterReference = src.GameServerClusterConnectionInfo_GkeClusterReference - -// 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. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GameServerClustersServiceClient = src.GameServerClustersServiceClient - -// GameServerClustersServiceServer is the server API for -// GameServerClustersService service. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GameServerClustersServiceServer = src.GameServerClustersServiceServer - -// A game server config resource. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GameServerConfig = src.GameServerConfig - -// A game server config override. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GameServerConfigOverride = src.GameServerConfigOverride -type GameServerConfigOverride_ConfigVersion = src.GameServerConfigOverride_ConfigVersion -type GameServerConfigOverride_RealmsSelector = src.GameServerConfigOverride_RealmsSelector - -// 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. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GameServerConfigsServiceClient = src.GameServerConfigsServiceClient - -// GameServerConfigsServiceServer is the server API for -// GameServerConfigsService service. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GameServerConfigsServiceServer = src.GameServerConfigsServiceServer - -// A game server deployment resource. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GameServerDeployment = src.GameServerDeployment - -// The game server deployment rollout which represents the desired rollout -// state. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GameServerDeploymentRollout = src.GameServerDeploymentRollout - -// 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. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GameServerDeploymentsServiceClient = src.GameServerDeploymentsServiceClient - -// GameServerDeploymentsServiceServer is the server API for -// GameServerDeploymentsService service. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GameServerDeploymentsServiceServer = src.GameServerDeploymentsServiceServer - -// Request message for GameServerClustersService.GetGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GetGameServerClusterRequest = src.GetGameServerClusterRequest - -// Request message for GameServerConfigsService.GetGameServerConfig. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GetGameServerConfigRequest = src.GetGameServerConfigRequest - -// Request message for GameServerDeploymentsService.GetGameServerDeployment. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GetGameServerDeploymentRequest = src.GetGameServerDeploymentRequest - -// Request message for -// GameServerDeploymentsService.GetGameServerDeploymentRollout. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GetGameServerDeploymentRolloutRequest = src.GetGameServerDeploymentRolloutRequest - -// Request message for RealmsService.GetRealm. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GetRealmRequest = src.GetRealmRequest - -// A reference to a GKE cluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type GkeClusterReference = src.GkeClusterReference - -// The label selector, used to group labels on the resources. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type LabelSelector = src.LabelSelector - -// Request message for GameServerClustersService.ListGameServerClusters. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type ListGameServerClustersRequest = src.ListGameServerClustersRequest - -// Response message for GameServerClustersService.ListGameServerClusters. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type ListGameServerClustersResponse = src.ListGameServerClustersResponse - -// Request message for GameServerConfigsService.ListGameServerConfigs. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type ListGameServerConfigsRequest = src.ListGameServerConfigsRequest - -// Response message for GameServerConfigsService.ListGameServerConfigs. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type ListGameServerConfigsResponse = src.ListGameServerConfigsResponse - -// Request message for GameServerDeploymentsService.ListGameServerDeployments. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type ListGameServerDeploymentsRequest = src.ListGameServerDeploymentsRequest - -// Response message for -// GameServerDeploymentsService.ListGameServerDeployments. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type ListGameServerDeploymentsResponse = src.ListGameServerDeploymentsResponse - -// Request message for RealmsService.ListRealms. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type ListRealmsRequest = src.ListRealmsRequest - -// Response message for RealmsService.ListRealms. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type ListRealmsResponse = src.ListRealmsResponse - -// Represents the metadata of the long-running operation. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type OperationMetadata = src.OperationMetadata -type OperationStatus = src.OperationStatus -type OperationStatus_ErrorCode = src.OperationStatus_ErrorCode - -// Request message for -// GameServerClustersService.PreviewCreateGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type PreviewCreateGameServerClusterRequest = src.PreviewCreateGameServerClusterRequest - -// Response message for -// GameServerClustersService.PreviewCreateGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type PreviewCreateGameServerClusterResponse = src.PreviewCreateGameServerClusterResponse - -// Request message for -// GameServerClustersService.PreviewDeleteGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type PreviewDeleteGameServerClusterRequest = src.PreviewDeleteGameServerClusterRequest - -// Response message for -// GameServerClustersService.PreviewDeleteGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type PreviewDeleteGameServerClusterResponse = src.PreviewDeleteGameServerClusterResponse - -// Request message for PreviewGameServerDeploymentRollout. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type PreviewGameServerDeploymentRolloutRequest = src.PreviewGameServerDeploymentRolloutRequest - -// Response message for PreviewGameServerDeploymentRollout. This has details -// about the Agones fleet and autoscaler to be actuated. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type PreviewGameServerDeploymentRolloutResponse = src.PreviewGameServerDeploymentRolloutResponse - -// Request message for RealmsService.PreviewRealmUpdate. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type PreviewRealmUpdateRequest = src.PreviewRealmUpdateRequest - -// Response message for RealmsService.PreviewRealmUpdate. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type PreviewRealmUpdateResponse = src.PreviewRealmUpdateResponse - -// Request message for GameServerClustersService.UpdateGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type PreviewUpdateGameServerClusterRequest = src.PreviewUpdateGameServerClusterRequest - -// Response message for -// GameServerClustersService.PreviewUpdateGameServerCluster -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type PreviewUpdateGameServerClusterResponse = src.PreviewUpdateGameServerClusterResponse - -// A realm resource. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type Realm = src.Realm - -// The realm selector, used to match realm resources. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type RealmSelector = src.RealmSelector - -// 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. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type RealmsServiceClient = src.RealmsServiceClient - -// RealmsServiceServer is the server API for RealmsService service. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type RealmsServiceServer = src.RealmsServiceServer - -// Autoscaling config for an Agones fleet. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type ScalingConfig = src.ScalingConfig - -// 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 ``` -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type Schedule = src.Schedule - -// Encapsulates Agones fleet spec and Agones autoscaler spec sources. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type SpecSource = src.SpecSource - -// Details about the Agones resources. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type TargetDetails = src.TargetDetails - -// Details of the target Agones fleet. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type TargetDetails_TargetFleetDetails = src.TargetDetails_TargetFleetDetails - -// Target Agones fleet specification. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type TargetDetails_TargetFleetDetails_TargetFleet = src.TargetDetails_TargetFleetDetails_TargetFleet - -// Target Agones autoscaler policy reference. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type TargetDetails_TargetFleetDetails_TargetFleetAutoscaler = src.TargetDetails_TargetFleetDetails_TargetFleetAutoscaler - -// Encapsulates the Target state. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type TargetState = src.TargetState - -// UnimplementedGameServerClustersServiceServer can be embedded to have -// forward compatible implementations. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type UnimplementedGameServerClustersServiceServer = src.UnimplementedGameServerClustersServiceServer - -// UnimplementedGameServerConfigsServiceServer can be embedded to have forward -// compatible implementations. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type UnimplementedGameServerConfigsServiceServer = src.UnimplementedGameServerConfigsServiceServer - -// UnimplementedGameServerDeploymentsServiceServer can be embedded to have -// forward compatible implementations. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type UnimplementedGameServerDeploymentsServiceServer = src.UnimplementedGameServerDeploymentsServiceServer - -// UnimplementedRealmsServiceServer can be embedded to have forward compatible -// implementations. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type UnimplementedRealmsServiceServer = src.UnimplementedRealmsServiceServer - -// Request message for GameServerClustersService.UpdateGameServerCluster. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type UpdateGameServerClusterRequest = src.UpdateGameServerClusterRequest - -// Request message for -// GameServerDeploymentsService.UpdateGameServerDeployment. Only allows updates -// for labels. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type UpdateGameServerDeploymentRequest = src.UpdateGameServerDeploymentRequest - -// Request message for -// GameServerDeploymentsService.UpdateGameServerRolloutDeployment. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type UpdateGameServerDeploymentRolloutRequest = src.UpdateGameServerDeploymentRolloutRequest - -// Request message for RealmsService.UpdateRealm. -// -// Deprecated: Please use types in: cloud.google.com/go/gaming/apiv1beta/gamingpb -type UpdateRealmRequest = src.UpdateRealmRequest - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1beta/gamingpb -func NewGameServerClustersServiceClient(cc grpc.ClientConnInterface) GameServerClustersServiceClient { - return src.NewGameServerClustersServiceClient(cc) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1beta/gamingpb -func NewGameServerConfigsServiceClient(cc grpc.ClientConnInterface) GameServerConfigsServiceClient { - return src.NewGameServerConfigsServiceClient(cc) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1beta/gamingpb -func NewGameServerDeploymentsServiceClient(cc grpc.ClientConnInterface) GameServerDeploymentsServiceClient { - return src.NewGameServerDeploymentsServiceClient(cc) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1beta/gamingpb -func NewRealmsServiceClient(cc grpc.ClientConnInterface) RealmsServiceClient { - return src.NewRealmsServiceClient(cc) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1beta/gamingpb -func RegisterGameServerClustersServiceServer(s *grpc.Server, srv GameServerClustersServiceServer) { - src.RegisterGameServerClustersServiceServer(s, srv) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1beta/gamingpb -func RegisterGameServerConfigsServiceServer(s *grpc.Server, srv GameServerConfigsServiceServer) { - src.RegisterGameServerConfigsServiceServer(s, srv) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1beta/gamingpb -func RegisterGameServerDeploymentsServiceServer(s *grpc.Server, srv GameServerDeploymentsServiceServer) { - src.RegisterGameServerDeploymentsServiceServer(s, srv) -} - -// Deprecated: Please use funcs in: cloud.google.com/go/gaming/apiv1beta/gamingpb -func RegisterRealmsServiceServer(s *grpc.Server, srv RealmsServiceServer) { - src.RegisterRealmsServiceServer(s, srv) -}