...

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

Documentation: google.golang.org/genproto/googleapis/cloud/gsuiteaddons/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 gsuiteaddons aliases all exported identifiers in package
    18  // "cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb".
    19  //
    20  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb.
    21  // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md
    22  // for more details.
    23  package gsuiteaddons
    24  
    25  import (
    26  	src "cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb"
    27  	grpc "google.golang.org/grpc"
    28  )
    29  
    30  // Deprecated: Please use vars in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
    31  var (
    32  	File_google_cloud_gsuiteaddons_v1_gsuiteaddons_proto = src.File_google_cloud_gsuiteaddons_v1_gsuiteaddons_proto
    33  )
    34  
    35  // A Google Workspace Add-on configuration.
    36  //
    37  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
    38  type AddOns = src.AddOns
    39  
    40  // The authorization information used when invoking deployment endpoints.
    41  //
    42  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
    43  type Authorization = src.Authorization
    44  
    45  // Request message to create a deployment.
    46  //
    47  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
    48  type CreateDeploymentRequest = src.CreateDeploymentRequest
    49  
    50  // Request message to delete a deployment.
    51  //
    52  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
    53  type DeleteDeploymentRequest = src.DeleteDeploymentRequest
    54  
    55  // A Google Workspace Add-on deployment
    56  //
    57  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
    58  type Deployment = src.Deployment
    59  
    60  // GSuiteAddOnsClient is the client API for GSuiteAddOns service. For
    61  // semantics around ctx use and closing/ending streaming RPCs, please refer to
    62  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
    63  //
    64  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
    65  type GSuiteAddOnsClient = src.GSuiteAddOnsClient
    66  
    67  // GSuiteAddOnsServer is the server API for GSuiteAddOns service.
    68  //
    69  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
    70  type GSuiteAddOnsServer = src.GSuiteAddOnsServer
    71  
    72  // Request message to get Google Workspace Add-ons authorization information.
    73  //
    74  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
    75  type GetAuthorizationRequest = src.GetAuthorizationRequest
    76  
    77  // Request message to get a deployment.
    78  //
    79  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
    80  type GetDeploymentRequest = src.GetDeploymentRequest
    81  
    82  // Request message to get the install status of a developer mode deployment.
    83  //
    84  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
    85  type GetInstallStatusRequest = src.GetInstallStatusRequest
    86  
    87  // Request message to install a developer mode deployment.
    88  //
    89  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
    90  type InstallDeploymentRequest = src.InstallDeploymentRequest
    91  
    92  // Developer mode install status of a deployment
    93  //
    94  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
    95  type InstallStatus = src.InstallStatus
    96  
    97  // Request message to list deployments for a project.
    98  //
    99  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
   100  type ListDeploymentsRequest = src.ListDeploymentsRequest
   101  
   102  // Response message to list deployments.
   103  //
   104  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
   105  type ListDeploymentsResponse = src.ListDeploymentsResponse
   106  
   107  // Request message to create or replace a deployment.
   108  //
   109  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
   110  type ReplaceDeploymentRequest = src.ReplaceDeploymentRequest
   111  
   112  // UnimplementedGSuiteAddOnsServer can be embedded to have forward compatible
   113  // implementations.
   114  //
   115  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
   116  type UnimplementedGSuiteAddOnsServer = src.UnimplementedGSuiteAddOnsServer
   117  
   118  // Request message to uninstall a developer mode deployment.
   119  //
   120  // Deprecated: Please use types in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
   121  type UninstallDeploymentRequest = src.UninstallDeploymentRequest
   122  
   123  // Deprecated: Please use funcs in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
   124  func NewGSuiteAddOnsClient(cc grpc.ClientConnInterface) GSuiteAddOnsClient {
   125  	return src.NewGSuiteAddOnsClient(cc)
   126  }
   127  
   128  // Deprecated: Please use funcs in: cloud.google.com/go/gsuiteaddons/apiv1/gsuiteaddonspb
   129  func RegisterGSuiteAddOnsServer(s *grpc.Server, srv GSuiteAddOnsServer) {
   130  	src.RegisterGSuiteAddOnsServer(s, srv)
   131  }
   132  

View as plain text