...

Source file src/google.golang.org/genproto/googleapis/cloud/beyondcorp/clientgateways/v1/alias.go

Documentation: google.golang.org/genproto/googleapis/cloud/beyondcorp/clientgateways/v1

     1  // Copyright 2022 Google LLC
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //     http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  // Code generated by aliasgen. DO NOT EDIT.
    16  
    17  // Package clientgateways aliases all exported identifiers in package
    18  // "cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb".
    19  //
    20  // Deprecated: Please use types in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb.
    21  // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md
    22  // for more details.
    23  package clientgateways
    24  
    25  import (
    26  	src "cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb"
    27  	grpc "google.golang.org/grpc"
    28  )
    29  
    30  // Deprecated: Please use consts in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
    31  const (
    32  	ClientGateway_CREATING          = src.ClientGateway_CREATING
    33  	ClientGateway_DELETING          = src.ClientGateway_DELETING
    34  	ClientGateway_DOWN              = src.ClientGateway_DOWN
    35  	ClientGateway_ERROR             = src.ClientGateway_ERROR
    36  	ClientGateway_RUNNING           = src.ClientGateway_RUNNING
    37  	ClientGateway_STATE_UNSPECIFIED = src.ClientGateway_STATE_UNSPECIFIED
    38  	ClientGateway_UPDATING          = src.ClientGateway_UPDATING
    39  )
    40  
    41  // Deprecated: Please use vars in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
    42  var (
    43  	ClientGateway_State_name                                                     = src.ClientGateway_State_name
    44  	ClientGateway_State_value                                                    = src.ClientGateway_State_value
    45  	File_google_cloud_beyondcorp_clientgateways_v1_client_gateways_service_proto = src.File_google_cloud_beyondcorp_clientgateways_v1_client_gateways_service_proto
    46  )
    47  
    48  // Message describing ClientGateway object.
    49  //
    50  // Deprecated: Please use types in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
    51  type ClientGateway = src.ClientGateway
    52  
    53  // Represents the metadata of the long-running operation.
    54  //
    55  // Deprecated: Please use types in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
    56  type ClientGatewayOperationMetadata = src.ClientGatewayOperationMetadata
    57  
    58  // Represents the different states of a gateway.
    59  //
    60  // Deprecated: Please use types in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
    61  type ClientGateway_State = src.ClientGateway_State
    62  
    63  // ClientGatewaysServiceClient is the client API for ClientGatewaysService
    64  // service. For semantics around ctx use and closing/ending streaming RPCs,
    65  // please refer to
    66  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
    67  //
    68  // Deprecated: Please use types in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
    69  type ClientGatewaysServiceClient = src.ClientGatewaysServiceClient
    70  
    71  // ClientGatewaysServiceServer is the server API for ClientGatewaysService
    72  // service.
    73  //
    74  // Deprecated: Please use types in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
    75  type ClientGatewaysServiceServer = src.ClientGatewaysServiceServer
    76  
    77  // Message for creating a ClientGateway.
    78  //
    79  // Deprecated: Please use types in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
    80  type CreateClientGatewayRequest = src.CreateClientGatewayRequest
    81  
    82  // Message for deleting a ClientGateway
    83  //
    84  // Deprecated: Please use types in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
    85  type DeleteClientGatewayRequest = src.DeleteClientGatewayRequest
    86  
    87  // Message for getting a ClientGateway.
    88  //
    89  // Deprecated: Please use types in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
    90  type GetClientGatewayRequest = src.GetClientGatewayRequest
    91  
    92  // Message for requesting list of ClientGateways.
    93  //
    94  // Deprecated: Please use types in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
    95  type ListClientGatewaysRequest = src.ListClientGatewaysRequest
    96  
    97  // Message for response to listing ClientGateways.
    98  //
    99  // Deprecated: Please use types in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
   100  type ListClientGatewaysResponse = src.ListClientGatewaysResponse
   101  
   102  // UnimplementedClientGatewaysServiceServer can be embedded to have forward
   103  // compatible implementations.
   104  //
   105  // Deprecated: Please use types in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
   106  type UnimplementedClientGatewaysServiceServer = src.UnimplementedClientGatewaysServiceServer
   107  
   108  // Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
   109  func NewClientGatewaysServiceClient(cc grpc.ClientConnInterface) ClientGatewaysServiceClient {
   110  	return src.NewClientGatewaysServiceClient(cc)
   111  }
   112  
   113  // Deprecated: Please use funcs in: cloud.google.com/go/beyondcorp/clientgateways/apiv1/clientgatewayspb
   114  func RegisterClientGatewaysServiceServer(s *grpc.Server, srv ClientGatewaysServiceServer) {
   115  	src.RegisterClientGatewaysServiceServer(s, srv)
   116  }
   117  

View as plain text