...

Source file src/google.golang.org/genproto/googleapis/appengine/v1beta/domain.pb.go

Documentation: google.golang.org/genproto/googleapis/appengine/v1beta

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

View as plain text