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