1// Copyright 2021 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 protoc-gen-go. DO NOT EDIT.
16// versions:
17// 	protoc-gen-go v1.25.0-devel
18// 	protoc        v3.13.0
19// source: google/appengine/v1beta/domain.proto
20
21package appengine
22
23import (
24	reflect "reflect"
25	sync "sync"
26
27	proto "github.com/golang/protobuf/proto"
28	_ "google.golang.org/genproto/googleapis/api/annotations"
29	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
30	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
31)
32
33const (
34	// Verify that this generated code is sufficiently up-to-date.
35	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
36	// Verify that runtime/protoimpl is sufficiently up-to-date.
37	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
38)
39
40// This is a compile-time assertion that a sufficiently up-to-date version
41// of the legacy proto package is being used.
42const _ = proto.ProtoPackageIsVersion4
43
44// A domain that a user has been authorized to administer. To authorize use
45// of a domain, verify ownership via
46// [Webmaster Central](https://www.google.com/webmasters/verification/home).
47type AuthorizedDomain struct {
48	state         protoimpl.MessageState
49	sizeCache     protoimpl.SizeCache
50	unknownFields protoimpl.UnknownFields
51
52	// Full path to the `AuthorizedDomain` resource in the API. Example:
53	// `apps/myapp/authorizedDomains/example.com`.
54	//
55	// @OutputOnly
56	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
57	// Fully qualified domain name of the domain authorized for use. Example:
58	// `example.com`.
59	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
60}
61
62func (x *AuthorizedDomain) Reset() {
63	*x = AuthorizedDomain{}
64	if protoimpl.UnsafeEnabled {
65		mi := &file_google_appengine_v1beta_domain_proto_msgTypes[0]
66		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
67		ms.StoreMessageInfo(mi)
68	}
69}
70
71func (x *AuthorizedDomain) String() string {
72	return protoimpl.X.MessageStringOf(x)
73}
74
75func (*AuthorizedDomain) ProtoMessage() {}
76
77func (x *AuthorizedDomain) ProtoReflect() protoreflect.Message {
78	mi := &file_google_appengine_v1beta_domain_proto_msgTypes[0]
79	if protoimpl.UnsafeEnabled && x != nil {
80		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
81		if ms.LoadMessageInfo() == nil {
82			ms.StoreMessageInfo(mi)
83		}
84		return ms
85	}
86	return mi.MessageOf(x)
87}
88
89// Deprecated: Use AuthorizedDomain.ProtoReflect.Descriptor instead.
90func (*AuthorizedDomain) Descriptor() ([]byte, []int) {
91	return file_google_appengine_v1beta_domain_proto_rawDescGZIP(), []int{0}
92}
93
94func (x *AuthorizedDomain) GetName() string {
95	if x != nil {
96		return x.Name
97	}
98	return ""
99}
100
101func (x *AuthorizedDomain) GetId() string {
102	if x != nil {
103		return x.Id
104	}
105	return ""
106}
107
108var File_google_appengine_v1beta_domain_proto protoreflect.FileDescriptor
109
110var file_google_appengine_v1beta_domain_proto_rawDesc = []byte{
111	0x0a, 0x24, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x67, 0x69,
112	0x6e, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
113	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61,
114	0x70, 0x70, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x1a,
115	0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f,
116	0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x36, 0x0a,
117	0x10, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x44, 0x6f, 0x6d, 0x61, 0x69,
118	0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
119	0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
120	0x09, 0x52, 0x02, 0x69, 0x64, 0x42, 0xd1, 0x01, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f,
121	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2e, 0x76,
122	0x31, 0x62, 0x65, 0x74, 0x61, 0x42, 0x0b, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x50, 0x72, 0x6f,
123	0x74, 0x6f, 0x50, 0x01, 0x5a, 0x40, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c,
124	0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
125	0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x61, 0x70, 0x70, 0x65,
126	0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x3b, 0x61, 0x70, 0x70,
127	0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0xaa, 0x02, 0x1d, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
128	0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x41, 0x70, 0x70, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2e,
129	0x56, 0x31, 0x42, 0x65, 0x74, 0x61, 0xca, 0x02, 0x1d, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5c,
130	0x43, 0x6c, 0x6f, 0x75, 0x64, 0x5c, 0x41, 0x70, 0x70, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x5c,
131	0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0xea, 0x02, 0x20, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x3a,
132	0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x41, 0x70, 0x70, 0x45, 0x6e, 0x67, 0x69, 0x6e,
133	0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
134	0x33,
135}
136
137var (
138	file_google_appengine_v1beta_domain_proto_rawDescOnce sync.Once
139	file_google_appengine_v1beta_domain_proto_rawDescData = file_google_appengine_v1beta_domain_proto_rawDesc
140)
141
142func file_google_appengine_v1beta_domain_proto_rawDescGZIP() []byte {
143	file_google_appengine_v1beta_domain_proto_rawDescOnce.Do(func() {
144		file_google_appengine_v1beta_domain_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_appengine_v1beta_domain_proto_rawDescData)
145	})
146	return file_google_appengine_v1beta_domain_proto_rawDescData
147}
148
149var file_google_appengine_v1beta_domain_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
150var file_google_appengine_v1beta_domain_proto_goTypes = []interface{}{
151	(*AuthorizedDomain)(nil), // 0: google.appengine.v1beta.AuthorizedDomain
152}
153var file_google_appengine_v1beta_domain_proto_depIdxs = []int32{
154	0, // [0:0] is the sub-list for method output_type
155	0, // [0:0] is the sub-list for method input_type
156	0, // [0:0] is the sub-list for extension type_name
157	0, // [0:0] is the sub-list for extension extendee
158	0, // [0:0] is the sub-list for field type_name
159}
160
161func init() { file_google_appengine_v1beta_domain_proto_init() }
162func file_google_appengine_v1beta_domain_proto_init() {
163	if File_google_appengine_v1beta_domain_proto != nil {
164		return
165	}
166	if !protoimpl.UnsafeEnabled {
167		file_google_appengine_v1beta_domain_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
168			switch v := v.(*AuthorizedDomain); i {
169			case 0:
170				return &v.state
171			case 1:
172				return &v.sizeCache
173			case 2:
174				return &v.unknownFields
175			default:
176				return nil
177			}
178		}
179	}
180	type x struct{}
181	out := protoimpl.TypeBuilder{
182		File: protoimpl.DescBuilder{
183			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
184			RawDescriptor: file_google_appengine_v1beta_domain_proto_rawDesc,
185			NumEnums:      0,
186			NumMessages:   1,
187			NumExtensions: 0,
188			NumServices:   0,
189		},
190		GoTypes:           file_google_appengine_v1beta_domain_proto_goTypes,
191		DependencyIndexes: file_google_appengine_v1beta_domain_proto_depIdxs,
192		MessageInfos:      file_google_appengine_v1beta_domain_proto_msgTypes,
193	}.Build()
194	File_google_appengine_v1beta_domain_proto = out.File
195	file_google_appengine_v1beta_domain_proto_rawDesc = nil
196	file_google_appengine_v1beta_domain_proto_goTypes = nil
197	file_google_appengine_v1beta_domain_proto_depIdxs = nil
198}
199