1
|
4
|
// Copyright 2020 Google LLC
|
2
|
4
|
//
|
3
|
4
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
4
|
// you may not use this file except in compliance with the License.
|
5
|
4
|
// You may obtain a copy of the License at
|
6
|
4
|
//
|
7
|
4
|
// https://www.apache.org/licenses/LICENSE-2.0
|
8
|
4
|
//
|
9
|
4
|
// Unless required by applicable law or agreed to in writing, software
|
10
|
4
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
4
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
4
|
// See the License for the specific language governing permissions and
|
13
|
4
|
// limitations under the License.
|
14
|
4
|
//
|
15
|
4
|
// ** This file is automatically generated by gapic-generator-typescript. **
|
16
|
4
|
// ** https://github.com/googleapis/gapic-generator-typescript **
|
17
|
4
|
// ** All changes to this file may be overwritten. **
|
18
|
4
|
|
19
|
4
|
import * as v1beta from './v1beta';
|
20
|
4
|
const GameServerClustersServiceClient = v1beta.GameServerClustersServiceClient;
|
21
|
4
|
const GameServerConfigsServiceClient = v1beta.GameServerConfigsServiceClient;
|
22
|
4
|
const GameServerDeploymentsServiceClient =
|
23
|
4
|
v1beta.GameServerDeploymentsServiceClient;
|
24
|
4
|
const RealmsServiceClient = v1beta.RealmsServiceClient;
|
25
|
4
|
export {
|
26
|
4
|
v1beta,
|
27
|
4
|
GameServerClustersServiceClient,
|
28
|
4
|
GameServerConfigsServiceClient,
|
29
|
4
|
GameServerDeploymentsServiceClient,
|
30
|
4
|
RealmsServiceClient,
|
31
|
4
|
};
|
32
|
4
|
export default {
|
33
|
4
|
v1beta,
|
34
|
4
|
GameServerClustersServiceClient,
|
35
|
4
|
GameServerConfigsServiceClient,
|
36
|
4
|
GameServerDeploymentsServiceClient,
|
37
|
4
|
RealmsServiceClient,
|
38
|
4
|
};
|
39
|
4
|
import * as protos from '../protos/protos';
|
40
|
4
|
export {protos};
|