| // Copyright 2025 Google LLC |
| // |
| // Licensed under the Apache License, Version 2.0 (the "License"); |
| // you may not use this file except in compliance with the License. |
| // You may obtain a copy of the License at |
| // |
| // http://www.apache.org/licenses/LICENSE-2.0 |
| // |
| // Unless required by applicable law or agreed to in writing, software |
| // distributed under the License is distributed on an "AS IS" BASIS, |
| // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| // See the License for the specific language governing permissions and |
| // limitations under the License. |
| |
| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // versions: |
| // protoc-gen-go v1.36.11 |
| // protoc v6.33.2 |
| // source: google/appengine/v1/appengine.proto |
| |
| package appenginepb |
| |
| import ( |
| reflect "reflect" |
| sync "sync" |
| unsafe "unsafe" |
| |
| longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb" |
| _ "google.golang.org/genproto/googleapis/api/annotations" |
| protoreflect "google.golang.org/protobuf/reflect/protoreflect" |
| protoimpl "google.golang.org/protobuf/runtime/protoimpl" |
| emptypb "google.golang.org/protobuf/types/known/emptypb" |
| fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb" |
| ) |
| |
| const ( |
| // Verify that this generated code is sufficiently up-to-date. |
| _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) |
| // Verify that runtime/protoimpl is sufficiently up-to-date. |
| _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) |
| ) |
| |
| // Fields that should be returned when [Version][google.appengine.v1.Version] resources |
| // are retrieved. |
| type VersionView int32 |
| |
| const ( |
| // Basic version information including scaling and inbound services, |
| // but not detailed deployment information. |
| VersionView_BASIC VersionView = 0 |
| // The information from `BASIC`, plus detailed information about the |
| // deployment. This format is required when creating resources, but |
| // is not returned in `Get` or `List` by default. |
| VersionView_FULL VersionView = 1 |
| ) |
| |
| // Enum value maps for VersionView. |
| var ( |
| VersionView_name = map[int32]string{ |
| 0: "BASIC", |
| 1: "FULL", |
| } |
| VersionView_value = map[string]int32{ |
| "BASIC": 0, |
| "FULL": 1, |
| } |
| ) |
| |
| func (x VersionView) Enum() *VersionView { |
| p := new(VersionView) |
| *p = x |
| return p |
| } |
| |
| func (x VersionView) String() string { |
| return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| } |
| |
| func (VersionView) Descriptor() protoreflect.EnumDescriptor { |
| return file_google_appengine_v1_appengine_proto_enumTypes[0].Descriptor() |
| } |
| |
| func (VersionView) Type() protoreflect.EnumType { |
| return &file_google_appengine_v1_appengine_proto_enumTypes[0] |
| } |
| |
| func (x VersionView) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(x) |
| } |
| |
| // Deprecated: Use VersionView.Descriptor instead. |
| func (VersionView) EnumDescriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{0} |
| } |
| |
| // Fields that should be returned when an AuthorizedCertificate resource is |
| // retrieved. |
| type AuthorizedCertificateView int32 |
| |
| const ( |
| // Basic certificate information, including applicable domains and expiration |
| // date. |
| AuthorizedCertificateView_BASIC_CERTIFICATE AuthorizedCertificateView = 0 |
| // The information from `BASIC_CERTIFICATE`, plus detailed information on the |
| // domain mappings that have this certificate mapped. |
| AuthorizedCertificateView_FULL_CERTIFICATE AuthorizedCertificateView = 1 |
| ) |
| |
| // Enum value maps for AuthorizedCertificateView. |
| var ( |
| AuthorizedCertificateView_name = map[int32]string{ |
| 0: "BASIC_CERTIFICATE", |
| 1: "FULL_CERTIFICATE", |
| } |
| AuthorizedCertificateView_value = map[string]int32{ |
| "BASIC_CERTIFICATE": 0, |
| "FULL_CERTIFICATE": 1, |
| } |
| ) |
| |
| func (x AuthorizedCertificateView) Enum() *AuthorizedCertificateView { |
| p := new(AuthorizedCertificateView) |
| *p = x |
| return p |
| } |
| |
| func (x AuthorizedCertificateView) String() string { |
| return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| } |
| |
| func (AuthorizedCertificateView) Descriptor() protoreflect.EnumDescriptor { |
| return file_google_appengine_v1_appengine_proto_enumTypes[1].Descriptor() |
| } |
| |
| func (AuthorizedCertificateView) Type() protoreflect.EnumType { |
| return &file_google_appengine_v1_appengine_proto_enumTypes[1] |
| } |
| |
| func (x AuthorizedCertificateView) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(x) |
| } |
| |
| // Deprecated: Use AuthorizedCertificateView.Descriptor instead. |
| func (AuthorizedCertificateView) EnumDescriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{1} |
| } |
| |
| // Override strategy for mutating an existing mapping. |
| type DomainOverrideStrategy int32 |
| |
| const ( |
| // Strategy unspecified. Defaults to `STRICT`. |
| DomainOverrideStrategy_UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY DomainOverrideStrategy = 0 |
| // Overrides not allowed. If a mapping already exists for the |
| // specified domain, the request will return an ALREADY_EXISTS (409). |
| DomainOverrideStrategy_STRICT DomainOverrideStrategy = 1 |
| // Overrides allowed. If a mapping already exists for the specified domain, |
| // the request will overwrite it. Note that this might stop another |
| // Google product from serving. For example, if the domain is |
| // mapped to another App Engine application, that app will no |
| // longer serve from that domain. |
| DomainOverrideStrategy_OVERRIDE DomainOverrideStrategy = 2 |
| ) |
| |
| // Enum value maps for DomainOverrideStrategy. |
| var ( |
| DomainOverrideStrategy_name = map[int32]string{ |
| 0: "UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY", |
| 1: "STRICT", |
| 2: "OVERRIDE", |
| } |
| DomainOverrideStrategy_value = map[string]int32{ |
| "UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY": 0, |
| "STRICT": 1, |
| "OVERRIDE": 2, |
| } |
| ) |
| |
| func (x DomainOverrideStrategy) Enum() *DomainOverrideStrategy { |
| p := new(DomainOverrideStrategy) |
| *p = x |
| return p |
| } |
| |
| func (x DomainOverrideStrategy) String() string { |
| return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| } |
| |
| func (DomainOverrideStrategy) Descriptor() protoreflect.EnumDescriptor { |
| return file_google_appengine_v1_appengine_proto_enumTypes[2].Descriptor() |
| } |
| |
| func (DomainOverrideStrategy) Type() protoreflect.EnumType { |
| return &file_google_appengine_v1_appengine_proto_enumTypes[2] |
| } |
| |
| func (x DomainOverrideStrategy) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(x) |
| } |
| |
| // Deprecated: Use DomainOverrideStrategy.Descriptor instead. |
| func (DomainOverrideStrategy) EnumDescriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{2} |
| } |
| |
| // Request message for `Applications.GetApplication`. |
| type GetApplicationRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the Application resource to get. Example: `apps/myapp`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *GetApplicationRequest) Reset() { |
| *x = GetApplicationRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[0] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *GetApplicationRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*GetApplicationRequest) ProtoMessage() {} |
| |
| func (x *GetApplicationRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[0] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use GetApplicationRequest.ProtoReflect.Descriptor instead. |
| func (*GetApplicationRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{0} |
| } |
| |
| func (x *GetApplicationRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| // Request message for `Applications.CreateApplication`. |
| type CreateApplicationRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Application configuration. |
| Application *Application `protobuf:"bytes,2,opt,name=application,proto3" json:"application,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *CreateApplicationRequest) Reset() { |
| *x = CreateApplicationRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[1] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *CreateApplicationRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*CreateApplicationRequest) ProtoMessage() {} |
| |
| func (x *CreateApplicationRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[1] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use CreateApplicationRequest.ProtoReflect.Descriptor instead. |
| func (*CreateApplicationRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{1} |
| } |
| |
| func (x *CreateApplicationRequest) GetApplication() *Application { |
| if x != nil { |
| return x.Application |
| } |
| return nil |
| } |
| |
| // Request message for `Applications.UpdateApplication`. |
| type UpdateApplicationRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the Application resource to update. Example: `apps/myapp`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| // An Application containing the updated resource. |
| Application *Application `protobuf:"bytes,2,opt,name=application,proto3" json:"application,omitempty"` |
| // Required. Standard field mask for the set of fields to be updated. |
| UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *UpdateApplicationRequest) Reset() { |
| *x = UpdateApplicationRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[2] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *UpdateApplicationRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*UpdateApplicationRequest) ProtoMessage() {} |
| |
| func (x *UpdateApplicationRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[2] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use UpdateApplicationRequest.ProtoReflect.Descriptor instead. |
| func (*UpdateApplicationRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{2} |
| } |
| |
| func (x *UpdateApplicationRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| func (x *UpdateApplicationRequest) GetApplication() *Application { |
| if x != nil { |
| return x.Application |
| } |
| return nil |
| } |
| |
| func (x *UpdateApplicationRequest) GetUpdateMask() *fieldmaskpb.FieldMask { |
| if x != nil { |
| return x.UpdateMask |
| } |
| return nil |
| } |
| |
| // Request message for 'Applications.RepairApplication'. |
| type RepairApplicationRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the application to repair. Example: `apps/myapp` |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *RepairApplicationRequest) Reset() { |
| *x = RepairApplicationRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[3] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *RepairApplicationRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*RepairApplicationRequest) ProtoMessage() {} |
| |
| func (x *RepairApplicationRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[3] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use RepairApplicationRequest.ProtoReflect.Descriptor instead. |
| func (*RepairApplicationRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{3} |
| } |
| |
| func (x *RepairApplicationRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| // Request message for `Services.ListServices`. |
| type ListServicesRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the parent Application resource. Example: `apps/myapp`. |
| Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` |
| // Maximum results to return per page. |
| PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` |
| // Continuation token for fetching the next page of results. |
| PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListServicesRequest) Reset() { |
| *x = ListServicesRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[4] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListServicesRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListServicesRequest) ProtoMessage() {} |
| |
| func (x *ListServicesRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[4] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListServicesRequest.ProtoReflect.Descriptor instead. |
| func (*ListServicesRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{4} |
| } |
| |
| func (x *ListServicesRequest) GetParent() string { |
| if x != nil { |
| return x.Parent |
| } |
| return "" |
| } |
| |
| func (x *ListServicesRequest) GetPageSize() int32 { |
| if x != nil { |
| return x.PageSize |
| } |
| return 0 |
| } |
| |
| func (x *ListServicesRequest) GetPageToken() string { |
| if x != nil { |
| return x.PageToken |
| } |
| return "" |
| } |
| |
| // Response message for `Services.ListServices`. |
| type ListServicesResponse struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // The services belonging to the requested application. |
| Services []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"` |
| // Continuation token for fetching the next page of results. |
| NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListServicesResponse) Reset() { |
| *x = ListServicesResponse{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[5] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListServicesResponse) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListServicesResponse) ProtoMessage() {} |
| |
| func (x *ListServicesResponse) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[5] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListServicesResponse.ProtoReflect.Descriptor instead. |
| func (*ListServicesResponse) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{5} |
| } |
| |
| func (x *ListServicesResponse) GetServices() []*Service { |
| if x != nil { |
| return x.Services |
| } |
| return nil |
| } |
| |
| func (x *ListServicesResponse) GetNextPageToken() string { |
| if x != nil { |
| return x.NextPageToken |
| } |
| return "" |
| } |
| |
| // Request message for `Services.GetService`. |
| type GetServiceRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource requested. Example: `apps/myapp/services/default`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *GetServiceRequest) Reset() { |
| *x = GetServiceRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[6] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *GetServiceRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*GetServiceRequest) ProtoMessage() {} |
| |
| func (x *GetServiceRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[6] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use GetServiceRequest.ProtoReflect.Descriptor instead. |
| func (*GetServiceRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{6} |
| } |
| |
| func (x *GetServiceRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| // Request message for `Services.UpdateService`. |
| type UpdateServiceRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource to update. Example: `apps/myapp/services/default`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| // A Service resource containing the updated service. Only fields set in the |
| // field mask will be updated. |
| Service *Service `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` |
| // Required. Standard field mask for the set of fields to be updated. |
| UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` |
| // Set to `true` to gradually shift traffic to one or more versions that you |
| // specify. By default, traffic is shifted immediately. |
| // For gradual traffic migration, the target versions |
| // must be located within instances that are configured for both |
| // [warmup requests](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#InboundServiceType) |
| // and |
| // [automatic scaling](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#AutomaticScaling). |
| // You must specify the |
| // [`shardBy`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services#ShardBy) |
| // field in the Service resource. Gradual traffic migration is not |
| // supported in the App Engine flexible environment. For examples, see |
| // [Migrating and Splitting Traffic](https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic). |
| MigrateTraffic bool `protobuf:"varint,4,opt,name=migrate_traffic,json=migrateTraffic,proto3" json:"migrate_traffic,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *UpdateServiceRequest) Reset() { |
| *x = UpdateServiceRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[7] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *UpdateServiceRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*UpdateServiceRequest) ProtoMessage() {} |
| |
| func (x *UpdateServiceRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[7] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use UpdateServiceRequest.ProtoReflect.Descriptor instead. |
| func (*UpdateServiceRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{7} |
| } |
| |
| func (x *UpdateServiceRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| func (x *UpdateServiceRequest) GetService() *Service { |
| if x != nil { |
| return x.Service |
| } |
| return nil |
| } |
| |
| func (x *UpdateServiceRequest) GetUpdateMask() *fieldmaskpb.FieldMask { |
| if x != nil { |
| return x.UpdateMask |
| } |
| return nil |
| } |
| |
| func (x *UpdateServiceRequest) GetMigrateTraffic() bool { |
| if x != nil { |
| return x.MigrateTraffic |
| } |
| return false |
| } |
| |
| // Request message for `Services.DeleteService`. |
| type DeleteServiceRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource requested. Example: `apps/myapp/services/default`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *DeleteServiceRequest) Reset() { |
| *x = DeleteServiceRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[8] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *DeleteServiceRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*DeleteServiceRequest) ProtoMessage() {} |
| |
| func (x *DeleteServiceRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[8] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use DeleteServiceRequest.ProtoReflect.Descriptor instead. |
| func (*DeleteServiceRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{8} |
| } |
| |
| func (x *DeleteServiceRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| // Request message for `Versions.ListVersions`. |
| type ListVersionsRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the parent Service resource. Example: |
| // `apps/myapp/services/default`. |
| Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` |
| // Controls the set of fields returned in the `List` response. |
| View VersionView `protobuf:"varint,2,opt,name=view,proto3,enum=google.appengine.v1.VersionView" json:"view,omitempty"` |
| // Maximum results to return per page. |
| PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` |
| // Continuation token for fetching the next page of results. |
| PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListVersionsRequest) Reset() { |
| *x = ListVersionsRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[9] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListVersionsRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListVersionsRequest) ProtoMessage() {} |
| |
| func (x *ListVersionsRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[9] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListVersionsRequest.ProtoReflect.Descriptor instead. |
| func (*ListVersionsRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{9} |
| } |
| |
| func (x *ListVersionsRequest) GetParent() string { |
| if x != nil { |
| return x.Parent |
| } |
| return "" |
| } |
| |
| func (x *ListVersionsRequest) GetView() VersionView { |
| if x != nil { |
| return x.View |
| } |
| return VersionView_BASIC |
| } |
| |
| func (x *ListVersionsRequest) GetPageSize() int32 { |
| if x != nil { |
| return x.PageSize |
| } |
| return 0 |
| } |
| |
| func (x *ListVersionsRequest) GetPageToken() string { |
| if x != nil { |
| return x.PageToken |
| } |
| return "" |
| } |
| |
| // Response message for `Versions.ListVersions`. |
| type ListVersionsResponse struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // The versions belonging to the requested service. |
| Versions []*Version `protobuf:"bytes,1,rep,name=versions,proto3" json:"versions,omitempty"` |
| // Continuation token for fetching the next page of results. |
| NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListVersionsResponse) Reset() { |
| *x = ListVersionsResponse{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[10] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListVersionsResponse) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListVersionsResponse) ProtoMessage() {} |
| |
| func (x *ListVersionsResponse) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[10] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListVersionsResponse.ProtoReflect.Descriptor instead. |
| func (*ListVersionsResponse) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{10} |
| } |
| |
| func (x *ListVersionsResponse) GetVersions() []*Version { |
| if x != nil { |
| return x.Versions |
| } |
| return nil |
| } |
| |
| func (x *ListVersionsResponse) GetNextPageToken() string { |
| if x != nil { |
| return x.NextPageToken |
| } |
| return "" |
| } |
| |
| // Request message for `Versions.GetVersion`. |
| type GetVersionRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource requested. Example: |
| // `apps/myapp/services/default/versions/v1`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| // Controls the set of fields returned in the `Get` response. |
| View VersionView `protobuf:"varint,2,opt,name=view,proto3,enum=google.appengine.v1.VersionView" json:"view,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *GetVersionRequest) Reset() { |
| *x = GetVersionRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[11] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *GetVersionRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*GetVersionRequest) ProtoMessage() {} |
| |
| func (x *GetVersionRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[11] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use GetVersionRequest.ProtoReflect.Descriptor instead. |
| func (*GetVersionRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{11} |
| } |
| |
| func (x *GetVersionRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| func (x *GetVersionRequest) GetView() VersionView { |
| if x != nil { |
| return x.View |
| } |
| return VersionView_BASIC |
| } |
| |
| // Request message for `Versions.CreateVersion`. |
| type CreateVersionRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the parent resource to create this version under. Example: |
| // `apps/myapp/services/default`. |
| Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` |
| // Application deployment configuration. |
| Version *Version `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *CreateVersionRequest) Reset() { |
| *x = CreateVersionRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[12] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *CreateVersionRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*CreateVersionRequest) ProtoMessage() {} |
| |
| func (x *CreateVersionRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[12] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use CreateVersionRequest.ProtoReflect.Descriptor instead. |
| func (*CreateVersionRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{12} |
| } |
| |
| func (x *CreateVersionRequest) GetParent() string { |
| if x != nil { |
| return x.Parent |
| } |
| return "" |
| } |
| |
| func (x *CreateVersionRequest) GetVersion() *Version { |
| if x != nil { |
| return x.Version |
| } |
| return nil |
| } |
| |
| // Request message for `Versions.UpdateVersion`. |
| type UpdateVersionRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource to update. Example: |
| // `apps/myapp/services/default/versions/1`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| // A Version containing the updated resource. Only fields set in the field |
| // mask will be updated. |
| Version *Version `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` |
| // Standard field mask for the set of fields to be updated. |
| UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *UpdateVersionRequest) Reset() { |
| *x = UpdateVersionRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[13] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *UpdateVersionRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*UpdateVersionRequest) ProtoMessage() {} |
| |
| func (x *UpdateVersionRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[13] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use UpdateVersionRequest.ProtoReflect.Descriptor instead. |
| func (*UpdateVersionRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{13} |
| } |
| |
| func (x *UpdateVersionRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| func (x *UpdateVersionRequest) GetVersion() *Version { |
| if x != nil { |
| return x.Version |
| } |
| return nil |
| } |
| |
| func (x *UpdateVersionRequest) GetUpdateMask() *fieldmaskpb.FieldMask { |
| if x != nil { |
| return x.UpdateMask |
| } |
| return nil |
| } |
| |
| // Request message for `Versions.DeleteVersion`. |
| type DeleteVersionRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource requested. Example: |
| // `apps/myapp/services/default/versions/v1`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *DeleteVersionRequest) Reset() { |
| *x = DeleteVersionRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[14] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *DeleteVersionRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*DeleteVersionRequest) ProtoMessage() {} |
| |
| func (x *DeleteVersionRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[14] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use DeleteVersionRequest.ProtoReflect.Descriptor instead. |
| func (*DeleteVersionRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{14} |
| } |
| |
| func (x *DeleteVersionRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| // Request message for `Instances.ListInstances`. |
| type ListInstancesRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the parent Version resource. Example: |
| // `apps/myapp/services/default/versions/v1`. |
| Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` |
| // Maximum results to return per page. |
| PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` |
| // Continuation token for fetching the next page of results. |
| PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListInstancesRequest) Reset() { |
| *x = ListInstancesRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[15] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListInstancesRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListInstancesRequest) ProtoMessage() {} |
| |
| func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[15] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListInstancesRequest.ProtoReflect.Descriptor instead. |
| func (*ListInstancesRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{15} |
| } |
| |
| func (x *ListInstancesRequest) GetParent() string { |
| if x != nil { |
| return x.Parent |
| } |
| return "" |
| } |
| |
| func (x *ListInstancesRequest) GetPageSize() int32 { |
| if x != nil { |
| return x.PageSize |
| } |
| return 0 |
| } |
| |
| func (x *ListInstancesRequest) GetPageToken() string { |
| if x != nil { |
| return x.PageToken |
| } |
| return "" |
| } |
| |
| // Response message for `Instances.ListInstances`. |
| type ListInstancesResponse struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // The instances belonging to the requested version. |
| Instances []*Instance `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty"` |
| // Continuation token for fetching the next page of results. |
| NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListInstancesResponse) Reset() { |
| *x = ListInstancesResponse{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[16] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListInstancesResponse) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListInstancesResponse) ProtoMessage() {} |
| |
| func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[16] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListInstancesResponse.ProtoReflect.Descriptor instead. |
| func (*ListInstancesResponse) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{16} |
| } |
| |
| func (x *ListInstancesResponse) GetInstances() []*Instance { |
| if x != nil { |
| return x.Instances |
| } |
| return nil |
| } |
| |
| func (x *ListInstancesResponse) GetNextPageToken() string { |
| if x != nil { |
| return x.NextPageToken |
| } |
| return "" |
| } |
| |
| // Request message for `Instances.GetInstance`. |
| type GetInstanceRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource requested. Example: |
| // `apps/myapp/services/default/versions/v1/instances/instance-1`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *GetInstanceRequest) Reset() { |
| *x = GetInstanceRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[17] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *GetInstanceRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*GetInstanceRequest) ProtoMessage() {} |
| |
| func (x *GetInstanceRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[17] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use GetInstanceRequest.ProtoReflect.Descriptor instead. |
| func (*GetInstanceRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{17} |
| } |
| |
| func (x *GetInstanceRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| // Request message for `Instances.DeleteInstance`. |
| type DeleteInstanceRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource requested. Example: |
| // `apps/myapp/services/default/versions/v1/instances/instance-1`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *DeleteInstanceRequest) Reset() { |
| *x = DeleteInstanceRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[18] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *DeleteInstanceRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*DeleteInstanceRequest) ProtoMessage() {} |
| |
| func (x *DeleteInstanceRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[18] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use DeleteInstanceRequest.ProtoReflect.Descriptor instead. |
| func (*DeleteInstanceRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{18} |
| } |
| |
| func (x *DeleteInstanceRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| // Request message for `Instances.DebugInstance`. |
| type DebugInstanceRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource requested. Example: |
| // `apps/myapp/services/default/versions/v1/instances/instance-1`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| // Public SSH key to add to the instance. Examples: |
| // |
| // * `[USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME]` |
| // * `[USERNAME]:ssh-rsa [KEY_VALUE] google-ssh {"userName":"[USERNAME]","expireOn":"[EXPIRE_TIME]"}` |
| // |
| // For more information, see |
| // [Adding and Removing SSH Keys](https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys). |
| SshKey string `protobuf:"bytes,2,opt,name=ssh_key,json=sshKey,proto3" json:"ssh_key,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *DebugInstanceRequest) Reset() { |
| *x = DebugInstanceRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[19] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *DebugInstanceRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*DebugInstanceRequest) ProtoMessage() {} |
| |
| func (x *DebugInstanceRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[19] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use DebugInstanceRequest.ProtoReflect.Descriptor instead. |
| func (*DebugInstanceRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{19} |
| } |
| |
| func (x *DebugInstanceRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| func (x *DebugInstanceRequest) GetSshKey() string { |
| if x != nil { |
| return x.SshKey |
| } |
| return "" |
| } |
| |
| // Request message for `Firewall.ListIngressRules`. |
| type ListIngressRulesRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the Firewall collection to retrieve. |
| // Example: `apps/myapp/firewall/ingressRules`. |
| Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` |
| // Maximum results to return per page. |
| PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` |
| // Continuation token for fetching the next page of results. |
| PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` |
| // A valid IP Address. If set, only rules matching this address will be |
| // returned. The first returned rule will be the rule that fires on requests |
| // from this IP. |
| MatchingAddress string `protobuf:"bytes,4,opt,name=matching_address,json=matchingAddress,proto3" json:"matching_address,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListIngressRulesRequest) Reset() { |
| *x = ListIngressRulesRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[20] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListIngressRulesRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListIngressRulesRequest) ProtoMessage() {} |
| |
| func (x *ListIngressRulesRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[20] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListIngressRulesRequest.ProtoReflect.Descriptor instead. |
| func (*ListIngressRulesRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{20} |
| } |
| |
| func (x *ListIngressRulesRequest) GetParent() string { |
| if x != nil { |
| return x.Parent |
| } |
| return "" |
| } |
| |
| func (x *ListIngressRulesRequest) GetPageSize() int32 { |
| if x != nil { |
| return x.PageSize |
| } |
| return 0 |
| } |
| |
| func (x *ListIngressRulesRequest) GetPageToken() string { |
| if x != nil { |
| return x.PageToken |
| } |
| return "" |
| } |
| |
| func (x *ListIngressRulesRequest) GetMatchingAddress() string { |
| if x != nil { |
| return x.MatchingAddress |
| } |
| return "" |
| } |
| |
| // Response message for `Firewall.ListIngressRules`. |
| type ListIngressRulesResponse struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // The ingress FirewallRules for this application. |
| IngressRules []*FirewallRule `protobuf:"bytes,1,rep,name=ingress_rules,json=ingressRules,proto3" json:"ingress_rules,omitempty"` |
| // Continuation token for fetching the next page of results. |
| NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListIngressRulesResponse) Reset() { |
| *x = ListIngressRulesResponse{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[21] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListIngressRulesResponse) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListIngressRulesResponse) ProtoMessage() {} |
| |
| func (x *ListIngressRulesResponse) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[21] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListIngressRulesResponse.ProtoReflect.Descriptor instead. |
| func (*ListIngressRulesResponse) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{21} |
| } |
| |
| func (x *ListIngressRulesResponse) GetIngressRules() []*FirewallRule { |
| if x != nil { |
| return x.IngressRules |
| } |
| return nil |
| } |
| |
| func (x *ListIngressRulesResponse) GetNextPageToken() string { |
| if x != nil { |
| return x.NextPageToken |
| } |
| return "" |
| } |
| |
| // Request message for `Firewall.BatchUpdateIngressRules`. |
| type BatchUpdateIngressRulesRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the Firewall collection to set. |
| // Example: `apps/myapp/firewall/ingressRules`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| // A list of FirewallRules to replace the existing set. |
| IngressRules []*FirewallRule `protobuf:"bytes,2,rep,name=ingress_rules,json=ingressRules,proto3" json:"ingress_rules,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *BatchUpdateIngressRulesRequest) Reset() { |
| *x = BatchUpdateIngressRulesRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[22] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *BatchUpdateIngressRulesRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*BatchUpdateIngressRulesRequest) ProtoMessage() {} |
| |
| func (x *BatchUpdateIngressRulesRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[22] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use BatchUpdateIngressRulesRequest.ProtoReflect.Descriptor instead. |
| func (*BatchUpdateIngressRulesRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{22} |
| } |
| |
| func (x *BatchUpdateIngressRulesRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| func (x *BatchUpdateIngressRulesRequest) GetIngressRules() []*FirewallRule { |
| if x != nil { |
| return x.IngressRules |
| } |
| return nil |
| } |
| |
| // Response message for `Firewall.UpdateAllIngressRules`. |
| type BatchUpdateIngressRulesResponse struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // The full list of ingress FirewallRules for this application. |
| IngressRules []*FirewallRule `protobuf:"bytes,1,rep,name=ingress_rules,json=ingressRules,proto3" json:"ingress_rules,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *BatchUpdateIngressRulesResponse) Reset() { |
| *x = BatchUpdateIngressRulesResponse{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[23] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *BatchUpdateIngressRulesResponse) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*BatchUpdateIngressRulesResponse) ProtoMessage() {} |
| |
| func (x *BatchUpdateIngressRulesResponse) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[23] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use BatchUpdateIngressRulesResponse.ProtoReflect.Descriptor instead. |
| func (*BatchUpdateIngressRulesResponse) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{23} |
| } |
| |
| func (x *BatchUpdateIngressRulesResponse) GetIngressRules() []*FirewallRule { |
| if x != nil { |
| return x.IngressRules |
| } |
| return nil |
| } |
| |
| // Request message for `Firewall.CreateIngressRule`. |
| type CreateIngressRuleRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the parent Firewall collection in which to create a new rule. |
| // Example: `apps/myapp/firewall/ingressRules`. |
| Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` |
| // A FirewallRule containing the new resource. |
| // |
| // The user may optionally provide a position at which the new rule will be |
| // placed. The positions define a sequential list starting at 1. If a rule |
| // already exists at the given position, rules greater than the provided |
| // position will be moved forward by one. |
| // |
| // If no position is provided, the server will place the rule as the second to |
| // last rule in the sequence before the required default allow-all or deny-all |
| // rule. |
| Rule *FirewallRule `protobuf:"bytes,2,opt,name=rule,proto3" json:"rule,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *CreateIngressRuleRequest) Reset() { |
| *x = CreateIngressRuleRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[24] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *CreateIngressRuleRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*CreateIngressRuleRequest) ProtoMessage() {} |
| |
| func (x *CreateIngressRuleRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[24] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use CreateIngressRuleRequest.ProtoReflect.Descriptor instead. |
| func (*CreateIngressRuleRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{24} |
| } |
| |
| func (x *CreateIngressRuleRequest) GetParent() string { |
| if x != nil { |
| return x.Parent |
| } |
| return "" |
| } |
| |
| func (x *CreateIngressRuleRequest) GetRule() *FirewallRule { |
| if x != nil { |
| return x.Rule |
| } |
| return nil |
| } |
| |
| // Request message for `Firewall.GetIngressRule`. |
| type GetIngressRuleRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the Firewall resource to retrieve. |
| // Example: `apps/myapp/firewall/ingressRules/100`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *GetIngressRuleRequest) Reset() { |
| *x = GetIngressRuleRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[25] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *GetIngressRuleRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*GetIngressRuleRequest) ProtoMessage() {} |
| |
| func (x *GetIngressRuleRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[25] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use GetIngressRuleRequest.ProtoReflect.Descriptor instead. |
| func (*GetIngressRuleRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{25} |
| } |
| |
| func (x *GetIngressRuleRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| // Request message for `Firewall.UpdateIngressRule`. |
| type UpdateIngressRuleRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the Firewall resource to update. |
| // Example: `apps/myapp/firewall/ingressRules/100`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| // A FirewallRule containing the updated resource |
| Rule *FirewallRule `protobuf:"bytes,2,opt,name=rule,proto3" json:"rule,omitempty"` |
| // Standard field mask for the set of fields to be updated. |
| UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *UpdateIngressRuleRequest) Reset() { |
| *x = UpdateIngressRuleRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[26] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *UpdateIngressRuleRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*UpdateIngressRuleRequest) ProtoMessage() {} |
| |
| func (x *UpdateIngressRuleRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[26] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use UpdateIngressRuleRequest.ProtoReflect.Descriptor instead. |
| func (*UpdateIngressRuleRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{26} |
| } |
| |
| func (x *UpdateIngressRuleRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| func (x *UpdateIngressRuleRequest) GetRule() *FirewallRule { |
| if x != nil { |
| return x.Rule |
| } |
| return nil |
| } |
| |
| func (x *UpdateIngressRuleRequest) GetUpdateMask() *fieldmaskpb.FieldMask { |
| if x != nil { |
| return x.UpdateMask |
| } |
| return nil |
| } |
| |
| // Request message for `Firewall.DeleteIngressRule`. |
| type DeleteIngressRuleRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the Firewall resource to delete. |
| // Example: `apps/myapp/firewall/ingressRules/100`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *DeleteIngressRuleRequest) Reset() { |
| *x = DeleteIngressRuleRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[27] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *DeleteIngressRuleRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*DeleteIngressRuleRequest) ProtoMessage() {} |
| |
| func (x *DeleteIngressRuleRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[27] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use DeleteIngressRuleRequest.ProtoReflect.Descriptor instead. |
| func (*DeleteIngressRuleRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{27} |
| } |
| |
| func (x *DeleteIngressRuleRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| // Request message for `AuthorizedDomains.ListAuthorizedDomains`. |
| type ListAuthorizedDomainsRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the parent Application resource. Example: `apps/myapp`. |
| Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` |
| // Maximum results to return per page. |
| PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` |
| // Continuation token for fetching the next page of results. |
| PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListAuthorizedDomainsRequest) Reset() { |
| *x = ListAuthorizedDomainsRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[28] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListAuthorizedDomainsRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListAuthorizedDomainsRequest) ProtoMessage() {} |
| |
| func (x *ListAuthorizedDomainsRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[28] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListAuthorizedDomainsRequest.ProtoReflect.Descriptor instead. |
| func (*ListAuthorizedDomainsRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{28} |
| } |
| |
| func (x *ListAuthorizedDomainsRequest) GetParent() string { |
| if x != nil { |
| return x.Parent |
| } |
| return "" |
| } |
| |
| func (x *ListAuthorizedDomainsRequest) GetPageSize() int32 { |
| if x != nil { |
| return x.PageSize |
| } |
| return 0 |
| } |
| |
| func (x *ListAuthorizedDomainsRequest) GetPageToken() string { |
| if x != nil { |
| return x.PageToken |
| } |
| return "" |
| } |
| |
| // Response message for `AuthorizedDomains.ListAuthorizedDomains`. |
| type ListAuthorizedDomainsResponse struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // The authorized domains belonging to the user. |
| Domains []*AuthorizedDomain `protobuf:"bytes,1,rep,name=domains,proto3" json:"domains,omitempty"` |
| // Continuation token for fetching the next page of results. |
| NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListAuthorizedDomainsResponse) Reset() { |
| *x = ListAuthorizedDomainsResponse{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[29] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListAuthorizedDomainsResponse) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListAuthorizedDomainsResponse) ProtoMessage() {} |
| |
| func (x *ListAuthorizedDomainsResponse) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[29] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListAuthorizedDomainsResponse.ProtoReflect.Descriptor instead. |
| func (*ListAuthorizedDomainsResponse) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{29} |
| } |
| |
| func (x *ListAuthorizedDomainsResponse) GetDomains() []*AuthorizedDomain { |
| if x != nil { |
| return x.Domains |
| } |
| return nil |
| } |
| |
| func (x *ListAuthorizedDomainsResponse) GetNextPageToken() string { |
| if x != nil { |
| return x.NextPageToken |
| } |
| return "" |
| } |
| |
| // Request message for `AuthorizedCertificates.ListAuthorizedCertificates`. |
| type ListAuthorizedCertificatesRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the parent `Application` resource. Example: `apps/myapp`. |
| Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` |
| // Controls the set of fields returned in the `LIST` response. |
| View AuthorizedCertificateView `protobuf:"varint,4,opt,name=view,proto3,enum=google.appengine.v1.AuthorizedCertificateView" json:"view,omitempty"` |
| // Maximum results to return per page. |
| PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` |
| // Continuation token for fetching the next page of results. |
| PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListAuthorizedCertificatesRequest) Reset() { |
| *x = ListAuthorizedCertificatesRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[30] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListAuthorizedCertificatesRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListAuthorizedCertificatesRequest) ProtoMessage() {} |
| |
| func (x *ListAuthorizedCertificatesRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[30] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListAuthorizedCertificatesRequest.ProtoReflect.Descriptor instead. |
| func (*ListAuthorizedCertificatesRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{30} |
| } |
| |
| func (x *ListAuthorizedCertificatesRequest) GetParent() string { |
| if x != nil { |
| return x.Parent |
| } |
| return "" |
| } |
| |
| func (x *ListAuthorizedCertificatesRequest) GetView() AuthorizedCertificateView { |
| if x != nil { |
| return x.View |
| } |
| return AuthorizedCertificateView_BASIC_CERTIFICATE |
| } |
| |
| func (x *ListAuthorizedCertificatesRequest) GetPageSize() int32 { |
| if x != nil { |
| return x.PageSize |
| } |
| return 0 |
| } |
| |
| func (x *ListAuthorizedCertificatesRequest) GetPageToken() string { |
| if x != nil { |
| return x.PageToken |
| } |
| return "" |
| } |
| |
| // Response message for `AuthorizedCertificates.ListAuthorizedCertificates`. |
| type ListAuthorizedCertificatesResponse struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // The SSL certificates the user is authorized to administer. |
| Certificates []*AuthorizedCertificate `protobuf:"bytes,1,rep,name=certificates,proto3" json:"certificates,omitempty"` |
| // Continuation token for fetching the next page of results. |
| NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListAuthorizedCertificatesResponse) Reset() { |
| *x = ListAuthorizedCertificatesResponse{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[31] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListAuthorizedCertificatesResponse) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListAuthorizedCertificatesResponse) ProtoMessage() {} |
| |
| func (x *ListAuthorizedCertificatesResponse) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[31] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListAuthorizedCertificatesResponse.ProtoReflect.Descriptor instead. |
| func (*ListAuthorizedCertificatesResponse) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{31} |
| } |
| |
| func (x *ListAuthorizedCertificatesResponse) GetCertificates() []*AuthorizedCertificate { |
| if x != nil { |
| return x.Certificates |
| } |
| return nil |
| } |
| |
| func (x *ListAuthorizedCertificatesResponse) GetNextPageToken() string { |
| if x != nil { |
| return x.NextPageToken |
| } |
| return "" |
| } |
| |
| // Request message for `AuthorizedCertificates.GetAuthorizedCertificate`. |
| type GetAuthorizedCertificateRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource requested. Example: |
| // `apps/myapp/authorizedCertificates/12345`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| // Controls the set of fields returned in the `GET` response. |
| View AuthorizedCertificateView `protobuf:"varint,2,opt,name=view,proto3,enum=google.appengine.v1.AuthorizedCertificateView" json:"view,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *GetAuthorizedCertificateRequest) Reset() { |
| *x = GetAuthorizedCertificateRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[32] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *GetAuthorizedCertificateRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*GetAuthorizedCertificateRequest) ProtoMessage() {} |
| |
| func (x *GetAuthorizedCertificateRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[32] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use GetAuthorizedCertificateRequest.ProtoReflect.Descriptor instead. |
| func (*GetAuthorizedCertificateRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{32} |
| } |
| |
| func (x *GetAuthorizedCertificateRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| func (x *GetAuthorizedCertificateRequest) GetView() AuthorizedCertificateView { |
| if x != nil { |
| return x.View |
| } |
| return AuthorizedCertificateView_BASIC_CERTIFICATE |
| } |
| |
| // Request message for `AuthorizedCertificates.CreateAuthorizedCertificate`. |
| type CreateAuthorizedCertificateRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the parent `Application` resource. Example: `apps/myapp`. |
| Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` |
| // SSL certificate data. |
| Certificate *AuthorizedCertificate `protobuf:"bytes,2,opt,name=certificate,proto3" json:"certificate,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *CreateAuthorizedCertificateRequest) Reset() { |
| *x = CreateAuthorizedCertificateRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[33] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *CreateAuthorizedCertificateRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*CreateAuthorizedCertificateRequest) ProtoMessage() {} |
| |
| func (x *CreateAuthorizedCertificateRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[33] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use CreateAuthorizedCertificateRequest.ProtoReflect.Descriptor instead. |
| func (*CreateAuthorizedCertificateRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{33} |
| } |
| |
| func (x *CreateAuthorizedCertificateRequest) GetParent() string { |
| if x != nil { |
| return x.Parent |
| } |
| return "" |
| } |
| |
| func (x *CreateAuthorizedCertificateRequest) GetCertificate() *AuthorizedCertificate { |
| if x != nil { |
| return x.Certificate |
| } |
| return nil |
| } |
| |
| // Request message for `AuthorizedCertificates.UpdateAuthorizedCertificate`. |
| type UpdateAuthorizedCertificateRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource to update. Example: |
| // `apps/myapp/authorizedCertificates/12345`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| // An `AuthorizedCertificate` containing the updated resource. Only fields set |
| // in the field mask will be updated. |
| Certificate *AuthorizedCertificate `protobuf:"bytes,2,opt,name=certificate,proto3" json:"certificate,omitempty"` |
| // Standard field mask for the set of fields to be updated. Updates are only |
| // supported on the `certificate_raw_data` and `display_name` fields. |
| UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *UpdateAuthorizedCertificateRequest) Reset() { |
| *x = UpdateAuthorizedCertificateRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[34] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *UpdateAuthorizedCertificateRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*UpdateAuthorizedCertificateRequest) ProtoMessage() {} |
| |
| func (x *UpdateAuthorizedCertificateRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[34] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use UpdateAuthorizedCertificateRequest.ProtoReflect.Descriptor instead. |
| func (*UpdateAuthorizedCertificateRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{34} |
| } |
| |
| func (x *UpdateAuthorizedCertificateRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| func (x *UpdateAuthorizedCertificateRequest) GetCertificate() *AuthorizedCertificate { |
| if x != nil { |
| return x.Certificate |
| } |
| return nil |
| } |
| |
| func (x *UpdateAuthorizedCertificateRequest) GetUpdateMask() *fieldmaskpb.FieldMask { |
| if x != nil { |
| return x.UpdateMask |
| } |
| return nil |
| } |
| |
| // Request message for `AuthorizedCertificates.DeleteAuthorizedCertificate`. |
| type DeleteAuthorizedCertificateRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource to delete. Example: |
| // `apps/myapp/authorizedCertificates/12345`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *DeleteAuthorizedCertificateRequest) Reset() { |
| *x = DeleteAuthorizedCertificateRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[35] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *DeleteAuthorizedCertificateRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*DeleteAuthorizedCertificateRequest) ProtoMessage() {} |
| |
| func (x *DeleteAuthorizedCertificateRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[35] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use DeleteAuthorizedCertificateRequest.ProtoReflect.Descriptor instead. |
| func (*DeleteAuthorizedCertificateRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{35} |
| } |
| |
| func (x *DeleteAuthorizedCertificateRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| // Request message for `DomainMappings.ListDomainMappings`. |
| type ListDomainMappingsRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the parent Application resource. Example: `apps/myapp`. |
| Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` |
| // Maximum results to return per page. |
| PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` |
| // Continuation token for fetching the next page of results. |
| PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListDomainMappingsRequest) Reset() { |
| *x = ListDomainMappingsRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[36] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListDomainMappingsRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListDomainMappingsRequest) ProtoMessage() {} |
| |
| func (x *ListDomainMappingsRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[36] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListDomainMappingsRequest.ProtoReflect.Descriptor instead. |
| func (*ListDomainMappingsRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{36} |
| } |
| |
| func (x *ListDomainMappingsRequest) GetParent() string { |
| if x != nil { |
| return x.Parent |
| } |
| return "" |
| } |
| |
| func (x *ListDomainMappingsRequest) GetPageSize() int32 { |
| if x != nil { |
| return x.PageSize |
| } |
| return 0 |
| } |
| |
| func (x *ListDomainMappingsRequest) GetPageToken() string { |
| if x != nil { |
| return x.PageToken |
| } |
| return "" |
| } |
| |
| // Response message for `DomainMappings.ListDomainMappings`. |
| type ListDomainMappingsResponse struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // The domain mappings for the application. |
| DomainMappings []*DomainMapping `protobuf:"bytes,1,rep,name=domain_mappings,json=domainMappings,proto3" json:"domain_mappings,omitempty"` |
| // Continuation token for fetching the next page of results. |
| NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ListDomainMappingsResponse) Reset() { |
| *x = ListDomainMappingsResponse{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[37] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ListDomainMappingsResponse) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ListDomainMappingsResponse) ProtoMessage() {} |
| |
| func (x *ListDomainMappingsResponse) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[37] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ListDomainMappingsResponse.ProtoReflect.Descriptor instead. |
| func (*ListDomainMappingsResponse) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{37} |
| } |
| |
| func (x *ListDomainMappingsResponse) GetDomainMappings() []*DomainMapping { |
| if x != nil { |
| return x.DomainMappings |
| } |
| return nil |
| } |
| |
| func (x *ListDomainMappingsResponse) GetNextPageToken() string { |
| if x != nil { |
| return x.NextPageToken |
| } |
| return "" |
| } |
| |
| // Request message for `DomainMappings.GetDomainMapping`. |
| type GetDomainMappingRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource requested. Example: |
| // `apps/myapp/domainMappings/example.com`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *GetDomainMappingRequest) Reset() { |
| *x = GetDomainMappingRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[38] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *GetDomainMappingRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*GetDomainMappingRequest) ProtoMessage() {} |
| |
| func (x *GetDomainMappingRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[38] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use GetDomainMappingRequest.ProtoReflect.Descriptor instead. |
| func (*GetDomainMappingRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{38} |
| } |
| |
| func (x *GetDomainMappingRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| // Request message for `DomainMappings.CreateDomainMapping`. |
| type CreateDomainMappingRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the parent Application resource. Example: `apps/myapp`. |
| Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` |
| // Domain mapping configuration. |
| DomainMapping *DomainMapping `protobuf:"bytes,2,opt,name=domain_mapping,json=domainMapping,proto3" json:"domain_mapping,omitempty"` |
| // Whether the domain creation should override any existing mappings for this |
| // domain. By default, overrides are rejected. |
| OverrideStrategy DomainOverrideStrategy `protobuf:"varint,4,opt,name=override_strategy,json=overrideStrategy,proto3,enum=google.appengine.v1.DomainOverrideStrategy" json:"override_strategy,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *CreateDomainMappingRequest) Reset() { |
| *x = CreateDomainMappingRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[39] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *CreateDomainMappingRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*CreateDomainMappingRequest) ProtoMessage() {} |
| |
| func (x *CreateDomainMappingRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[39] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use CreateDomainMappingRequest.ProtoReflect.Descriptor instead. |
| func (*CreateDomainMappingRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{39} |
| } |
| |
| func (x *CreateDomainMappingRequest) GetParent() string { |
| if x != nil { |
| return x.Parent |
| } |
| return "" |
| } |
| |
| func (x *CreateDomainMappingRequest) GetDomainMapping() *DomainMapping { |
| if x != nil { |
| return x.DomainMapping |
| } |
| return nil |
| } |
| |
| func (x *CreateDomainMappingRequest) GetOverrideStrategy() DomainOverrideStrategy { |
| if x != nil { |
| return x.OverrideStrategy |
| } |
| return DomainOverrideStrategy_UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY |
| } |
| |
| // Request message for `DomainMappings.UpdateDomainMapping`. |
| type UpdateDomainMappingRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource to update. Example: |
| // `apps/myapp/domainMappings/example.com`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| // A domain mapping containing the updated resource. Only fields set |
| // in the field mask will be updated. |
| DomainMapping *DomainMapping `protobuf:"bytes,2,opt,name=domain_mapping,json=domainMapping,proto3" json:"domain_mapping,omitempty"` |
| // Required. Standard field mask for the set of fields to be updated. |
| UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *UpdateDomainMappingRequest) Reset() { |
| *x = UpdateDomainMappingRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[40] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *UpdateDomainMappingRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*UpdateDomainMappingRequest) ProtoMessage() {} |
| |
| func (x *UpdateDomainMappingRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[40] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use UpdateDomainMappingRequest.ProtoReflect.Descriptor instead. |
| func (*UpdateDomainMappingRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{40} |
| } |
| |
| func (x *UpdateDomainMappingRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| func (x *UpdateDomainMappingRequest) GetDomainMapping() *DomainMapping { |
| if x != nil { |
| return x.DomainMapping |
| } |
| return nil |
| } |
| |
| func (x *UpdateDomainMappingRequest) GetUpdateMask() *fieldmaskpb.FieldMask { |
| if x != nil { |
| return x.UpdateMask |
| } |
| return nil |
| } |
| |
| // Request message for `DomainMappings.DeleteDomainMapping`. |
| type DeleteDomainMappingRequest struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| // Name of the resource to delete. Example: |
| // `apps/myapp/domainMappings/example.com`. |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *DeleteDomainMappingRequest) Reset() { |
| *x = DeleteDomainMappingRequest{} |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[41] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *DeleteDomainMappingRequest) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*DeleteDomainMappingRequest) ProtoMessage() {} |
| |
| func (x *DeleteDomainMappingRequest) ProtoReflect() protoreflect.Message { |
| mi := &file_google_appengine_v1_appengine_proto_msgTypes[41] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use DeleteDomainMappingRequest.ProtoReflect.Descriptor instead. |
| func (*DeleteDomainMappingRequest) Descriptor() ([]byte, []int) { |
| return file_google_appengine_v1_appengine_proto_rawDescGZIP(), []int{41} |
| } |
| |
| func (x *DeleteDomainMappingRequest) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| var File_google_appengine_v1_appengine_proto protoreflect.FileDescriptor |
| |
| const file_google_appengine_v1_appengine_proto_rawDesc = "" + |
| "\n" + |
| "#google/appengine/v1/appengine.proto\x12\x13google.appengine.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a%google/appengine/v1/application.proto\x1a%google/appengine/v1/certificate.proto\x1a google/appengine/v1/domain.proto\x1a(google/appengine/v1/domain_mapping.proto\x1a\"google/appengine/v1/firewall.proto\x1a\"google/appengine/v1/instance.proto\x1a!google/appengine/v1/service.proto\x1a!google/appengine/v1/version.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"+\n" + |
| "\x15GetApplicationRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\"^\n" + |
| "\x18CreateApplicationRequest\x12B\n" + |
| "\vapplication\x18\x02 \x01(\v2 .google.appengine.v1.ApplicationR\vapplication\"\xaf\x01\n" + |
| "\x18UpdateApplicationRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\x12B\n" + |
| "\vapplication\x18\x02 \x01(\v2 .google.appengine.v1.ApplicationR\vapplication\x12;\n" + |
| "\vupdate_mask\x18\x03 \x01(\v2\x1a.google.protobuf.FieldMaskR\n" + |
| "updateMask\".\n" + |
| "\x18RepairApplicationRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\"i\n" + |
| "\x13ListServicesRequest\x12\x16\n" + |
| "\x06parent\x18\x01 \x01(\tR\x06parent\x12\x1b\n" + |
| "\tpage_size\x18\x02 \x01(\x05R\bpageSize\x12\x1d\n" + |
| "\n" + |
| "page_token\x18\x03 \x01(\tR\tpageToken\"x\n" + |
| "\x14ListServicesResponse\x128\n" + |
| "\bservices\x18\x01 \x03(\v2\x1c.google.appengine.v1.ServiceR\bservices\x12&\n" + |
| "\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\"'\n" + |
| "\x11GetServiceRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\"\xc8\x01\n" + |
| "\x14UpdateServiceRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\x126\n" + |
| "\aservice\x18\x02 \x01(\v2\x1c.google.appengine.v1.ServiceR\aservice\x12;\n" + |
| "\vupdate_mask\x18\x03 \x01(\v2\x1a.google.protobuf.FieldMaskR\n" + |
| "updateMask\x12'\n" + |
| "\x0fmigrate_traffic\x18\x04 \x01(\bR\x0emigrateTraffic\"*\n" + |
| "\x14DeleteServiceRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\"\x9f\x01\n" + |
| "\x13ListVersionsRequest\x12\x16\n" + |
| "\x06parent\x18\x01 \x01(\tR\x06parent\x124\n" + |
| "\x04view\x18\x02 \x01(\x0e2 .google.appengine.v1.VersionViewR\x04view\x12\x1b\n" + |
| "\tpage_size\x18\x03 \x01(\x05R\bpageSize\x12\x1d\n" + |
| "\n" + |
| "page_token\x18\x04 \x01(\tR\tpageToken\"x\n" + |
| "\x14ListVersionsResponse\x128\n" + |
| "\bversions\x18\x01 \x03(\v2\x1c.google.appengine.v1.VersionR\bversions\x12&\n" + |
| "\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\"]\n" + |
| "\x11GetVersionRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\x124\n" + |
| "\x04view\x18\x02 \x01(\x0e2 .google.appengine.v1.VersionViewR\x04view\"f\n" + |
| "\x14CreateVersionRequest\x12\x16\n" + |
| "\x06parent\x18\x01 \x01(\tR\x06parent\x126\n" + |
| "\aversion\x18\x02 \x01(\v2\x1c.google.appengine.v1.VersionR\aversion\"\x9f\x01\n" + |
| "\x14UpdateVersionRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\x126\n" + |
| "\aversion\x18\x02 \x01(\v2\x1c.google.appengine.v1.VersionR\aversion\x12;\n" + |
| "\vupdate_mask\x18\x03 \x01(\v2\x1a.google.protobuf.FieldMaskR\n" + |
| "updateMask\"*\n" + |
| "\x14DeleteVersionRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\"j\n" + |
| "\x14ListInstancesRequest\x12\x16\n" + |
| "\x06parent\x18\x01 \x01(\tR\x06parent\x12\x1b\n" + |
| "\tpage_size\x18\x02 \x01(\x05R\bpageSize\x12\x1d\n" + |
| "\n" + |
| "page_token\x18\x03 \x01(\tR\tpageToken\"|\n" + |
| "\x15ListInstancesResponse\x12;\n" + |
| "\tinstances\x18\x01 \x03(\v2\x1d.google.appengine.v1.InstanceR\tinstances\x12&\n" + |
| "\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\"(\n" + |
| "\x12GetInstanceRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\"+\n" + |
| "\x15DeleteInstanceRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\"C\n" + |
| "\x14DebugInstanceRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\x12\x17\n" + |
| "\assh_key\x18\x02 \x01(\tR\x06sshKey\"\x98\x01\n" + |
| "\x17ListIngressRulesRequest\x12\x16\n" + |
| "\x06parent\x18\x01 \x01(\tR\x06parent\x12\x1b\n" + |
| "\tpage_size\x18\x02 \x01(\x05R\bpageSize\x12\x1d\n" + |
| "\n" + |
| "page_token\x18\x03 \x01(\tR\tpageToken\x12)\n" + |
| "\x10matching_address\x18\x04 \x01(\tR\x0fmatchingAddress\"\x8a\x01\n" + |
| "\x18ListIngressRulesResponse\x12F\n" + |
| "\ringress_rules\x18\x01 \x03(\v2!.google.appengine.v1.FirewallRuleR\fingressRules\x12&\n" + |
| "\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\"|\n" + |
| "\x1eBatchUpdateIngressRulesRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\x12F\n" + |
| "\ringress_rules\x18\x02 \x03(\v2!.google.appengine.v1.FirewallRuleR\fingressRules\"i\n" + |
| "\x1fBatchUpdateIngressRulesResponse\x12F\n" + |
| "\ringress_rules\x18\x01 \x03(\v2!.google.appengine.v1.FirewallRuleR\fingressRules\"i\n" + |
| "\x18CreateIngressRuleRequest\x12\x16\n" + |
| "\x06parent\x18\x01 \x01(\tR\x06parent\x125\n" + |
| "\x04rule\x18\x02 \x01(\v2!.google.appengine.v1.FirewallRuleR\x04rule\"+\n" + |
| "\x15GetIngressRuleRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\"\xa2\x01\n" + |
| "\x18UpdateIngressRuleRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\x125\n" + |
| "\x04rule\x18\x02 \x01(\v2!.google.appengine.v1.FirewallRuleR\x04rule\x12;\n" + |
| "\vupdate_mask\x18\x03 \x01(\v2\x1a.google.protobuf.FieldMaskR\n" + |
| "updateMask\".\n" + |
| "\x18DeleteIngressRuleRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\"r\n" + |
| "\x1cListAuthorizedDomainsRequest\x12\x16\n" + |
| "\x06parent\x18\x01 \x01(\tR\x06parent\x12\x1b\n" + |
| "\tpage_size\x18\x02 \x01(\x05R\bpageSize\x12\x1d\n" + |
| "\n" + |
| "page_token\x18\x03 \x01(\tR\tpageToken\"\x88\x01\n" + |
| "\x1dListAuthorizedDomainsResponse\x12?\n" + |
| "\adomains\x18\x01 \x03(\v2%.google.appengine.v1.AuthorizedDomainR\adomains\x12&\n" + |
| "\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\"\xbb\x01\n" + |
| "!ListAuthorizedCertificatesRequest\x12\x16\n" + |
| "\x06parent\x18\x01 \x01(\tR\x06parent\x12B\n" + |
| "\x04view\x18\x04 \x01(\x0e2..google.appengine.v1.AuthorizedCertificateViewR\x04view\x12\x1b\n" + |
| "\tpage_size\x18\x02 \x01(\x05R\bpageSize\x12\x1d\n" + |
| "\n" + |
| "page_token\x18\x03 \x01(\tR\tpageToken\"\x9c\x01\n" + |
| "\"ListAuthorizedCertificatesResponse\x12N\n" + |
| "\fcertificates\x18\x01 \x03(\v2*.google.appengine.v1.AuthorizedCertificateR\fcertificates\x12&\n" + |
| "\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\"y\n" + |
| "\x1fGetAuthorizedCertificateRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\x12B\n" + |
| "\x04view\x18\x02 \x01(\x0e2..google.appengine.v1.AuthorizedCertificateViewR\x04view\"\x8a\x01\n" + |
| "\"CreateAuthorizedCertificateRequest\x12\x16\n" + |
| "\x06parent\x18\x01 \x01(\tR\x06parent\x12L\n" + |
| "\vcertificate\x18\x02 \x01(\v2*.google.appengine.v1.AuthorizedCertificateR\vcertificate\"\xc3\x01\n" + |
| "\"UpdateAuthorizedCertificateRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\x12L\n" + |
| "\vcertificate\x18\x02 \x01(\v2*.google.appengine.v1.AuthorizedCertificateR\vcertificate\x12;\n" + |
| "\vupdate_mask\x18\x03 \x01(\v2\x1a.google.protobuf.FieldMaskR\n" + |
| "updateMask\"8\n" + |
| "\"DeleteAuthorizedCertificateRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\"o\n" + |
| "\x19ListDomainMappingsRequest\x12\x16\n" + |
| "\x06parent\x18\x01 \x01(\tR\x06parent\x12\x1b\n" + |
| "\tpage_size\x18\x02 \x01(\x05R\bpageSize\x12\x1d\n" + |
| "\n" + |
| "page_token\x18\x03 \x01(\tR\tpageToken\"\x91\x01\n" + |
| "\x1aListDomainMappingsResponse\x12K\n" + |
| "\x0fdomain_mappings\x18\x01 \x03(\v2\".google.appengine.v1.DomainMappingR\x0edomainMappings\x12&\n" + |
| "\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\"-\n" + |
| "\x17GetDomainMappingRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\"\xd9\x01\n" + |
| "\x1aCreateDomainMappingRequest\x12\x16\n" + |
| "\x06parent\x18\x01 \x01(\tR\x06parent\x12I\n" + |
| "\x0edomain_mapping\x18\x02 \x01(\v2\".google.appengine.v1.DomainMappingR\rdomainMapping\x12X\n" + |
| "\x11override_strategy\x18\x04 \x01(\x0e2+.google.appengine.v1.DomainOverrideStrategyR\x10overrideStrategy\"\xb8\x01\n" + |
| "\x1aUpdateDomainMappingRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\x12I\n" + |
| "\x0edomain_mapping\x18\x02 \x01(\v2\".google.appengine.v1.DomainMappingR\rdomainMapping\x12;\n" + |
| "\vupdate_mask\x18\x03 \x01(\v2\x1a.google.protobuf.FieldMaskR\n" + |
| "updateMask\"0\n" + |
| "\x1aDeleteDomainMappingRequest\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name*\"\n" + |
| "\vVersionView\x12\t\n" + |
| "\x05BASIC\x10\x00\x12\b\n" + |
| "\x04FULL\x10\x01*H\n" + |
| "\x19AuthorizedCertificateView\x12\x15\n" + |
| "\x11BASIC_CERTIFICATE\x10\x00\x12\x14\n" + |
| "\x10FULL_CERTIFICATE\x10\x01*\\\n" + |
| "\x16DomainOverrideStrategy\x12(\n" + |
| "$UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY\x10\x00\x12\n" + |
| "\n" + |
| "\x06STRICT\x10\x01\x12\f\n" + |
| "\bOVERRIDE\x10\x022\xd1\x06\n" + |
| "\fApplications\x12\x80\x01\n" + |
| "\x0eGetApplication\x12*.google.appengine.v1.GetApplicationRequest\x1a .google.appengine.v1.Application\" \xdaA\x04name\x82\xd3\xe4\x93\x02\x13\x12\x11/v1/{name=apps/*}\x12\xa5\x01\n" + |
| "\x11CreateApplication\x12-.google.appengine.v1.CreateApplicationRequest\x1a\x1d.google.longrunning.Operation\"B\xcaA\"\n" + |
| "\vApplication\x12\x13OperationMetadataV1\x82\xd3\xe4\x93\x02\x17:\vapplication\"\b/v1/apps\x12\xae\x01\n" + |
| "\x11UpdateApplication\x12-.google.appengine.v1.UpdateApplicationRequest\x1a\x1d.google.longrunning.Operation\"K\xcaA\"\n" + |
| "\vApplication\x12\x13OperationMetadataV1\x82\xd3\xe4\x93\x02 :\vapplication2\x11/v1/{name=apps/*}\x12\xab\x01\n" + |
| "\x11RepairApplication\x12-.google.appengine.v1.RepairApplicationRequest\x1a\x1d.google.longrunning.Operation\"H\xcaA\"\n" + |
| "\vApplication\x12\x13OperationMetadataV1\x82\xd3\xe4\x93\x02\x1d:\x01*\"\x18/v1/{name=apps/*}:repair\x1a\xb6\x01\xcaA\x18appengine.googleapis.com\xd2A\x97\x01https://www.googleapis.com/auth/appengine.admin,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-only2\xa6\x06\n" + |
| "\bServices\x12\x89\x01\n" + |
| "\fListServices\x12(.google.appengine.v1.ListServicesRequest\x1a).google.appengine.v1.ListServicesResponse\"$\x82\xd3\xe4\x93\x02\x1e\x12\x1c/v1/{parent=apps/*}/services\x12x\n" + |
| "\n" + |
| "GetService\x12&.google.appengine.v1.GetServiceRequest\x1a\x1c.google.appengine.v1.Service\"$\x82\xd3\xe4\x93\x02\x1e\x12\x1c/v1/{name=apps/*/services/*}\x12\xa9\x01\n" + |
| "\rUpdateService\x12).google.appengine.v1.UpdateServiceRequest\x1a\x1d.google.longrunning.Operation\"N\xcaA\x1e\n" + |
| "\aService\x12\x13OperationMetadataV1\x82\xd3\xe4\x93\x02':\aservice2\x1c/v1/{name=apps/*/services/*}\x12\xae\x01\n" + |
| "\rDeleteService\x12).google.appengine.v1.DeleteServiceRequest\x1a\x1d.google.longrunning.Operation\"S\xcaA,\n" + |
| "\x15google.protobuf.Empty\x12\x13OperationMetadataV1\x82\xd3\xe4\x93\x02\x1e*\x1c/v1/{name=apps/*/services/*}\x1a\xb6\x01\xcaA\x18appengine.googleapis.com\xd2A\x97\x01https://www.googleapis.com/auth/appengine.admin,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-only2\x8e\b\n" + |
| "\bVersions\x12\x94\x01\n" + |
| "\fListVersions\x12(.google.appengine.v1.ListVersionsRequest\x1a).google.appengine.v1.ListVersionsResponse\"/\x82\xd3\xe4\x93\x02)\x12'/v1/{parent=apps/*/services/*}/versions\x12\x83\x01\n" + |
| "\n" + |
| "GetVersion\x12&.google.appengine.v1.GetVersionRequest\x1a\x1c.google.appengine.v1.Version\"/\x82\xd3\xe4\x93\x02)\x12'/v1/{name=apps/*/services/*/versions/*}\x12\xb8\x01\n" + |
| "\rCreateVersion\x12).google.appengine.v1.CreateVersionRequest\x1a\x1d.google.longrunning.Operation\"]\xcaA\"\n" + |
| "\aVersion\x12\x17CreateVersionMetadataV1\x82\xd3\xe4\x93\x022:\aversion\"'/v1/{parent=apps/*/services/*}/versions\x12\xb4\x01\n" + |
| "\rUpdateVersion\x12).google.appengine.v1.UpdateVersionRequest\x1a\x1d.google.longrunning.Operation\"Y\xcaA\x1e\n" + |
| "\aVersion\x12\x13OperationMetadataV1\x82\xd3\xe4\x93\x022:\aversion2'/v1/{name=apps/*/services/*/versions/*}\x12\xb9\x01\n" + |
| "\rDeleteVersion\x12).google.appengine.v1.DeleteVersionRequest\x1a\x1d.google.longrunning.Operation\"^\xcaA,\n" + |
| "\x15google.protobuf.Empty\x12\x13OperationMetadataV1\x82\xd3\xe4\x93\x02)*'/v1/{name=apps/*/services/*/versions/*}\x1a\xb6\x01\xcaA\x18appengine.googleapis.com\xd2A\x97\x01https://www.googleapis.com/auth/appengine.admin,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-only2\x8d\a\n" + |
| "\tInstances\x12\xa3\x01\n" + |
| "\rListInstances\x12).google.appengine.v1.ListInstancesRequest\x1a*.google.appengine.v1.ListInstancesResponse\";\x82\xd3\xe4\x93\x025\x123/v1/{parent=apps/*/services/*/versions/*}/instances\x12\x92\x01\n" + |
| "\vGetInstance\x12'.google.appengine.v1.GetInstanceRequest\x1a\x1d.google.appengine.v1.Instance\";\x82\xd3\xe4\x93\x025\x123/v1/{name=apps/*/services/*/versions/*/instances/*}\x12\xc7\x01\n" + |
| "\x0eDeleteInstance\x12*.google.appengine.v1.DeleteInstanceRequest\x1a\x1d.google.longrunning.Operation\"j\xcaA,\n" + |
| "\x15google.protobuf.Empty\x12\x13OperationMetadataV1\x82\xd3\xe4\x93\x025*3/v1/{name=apps/*/services/*/versions/*/instances/*}\x12\xc1\x01\n" + |
| "\rDebugInstance\x12).google.appengine.v1.DebugInstanceRequest\x1a\x1d.google.longrunning.Operation\"f\xcaA\x1f\n" + |
| "\bInstance\x12\x13OperationMetadataV1\x82\xd3\xe4\x93\x02>:\x01*\"9/v1/{name=apps/*/services/*/versions/*/instances/*}:debug\x1a\xb6\x01\xcaA\x18appengine.googleapis.com\xd2A\x97\x01https://www.googleapis.com/auth/appengine.admin,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-only2\x96\t\n" + |
| "\bFirewall\x12\xa2\x01\n" + |
| "\x10ListIngressRules\x12,.google.appengine.v1.ListIngressRulesRequest\x1a-.google.appengine.v1.ListIngressRulesResponse\"1\x82\xd3\xe4\x93\x02+\x12)/v1/{parent=apps/*}/firewall/ingressRules\x12\xc4\x01\n" + |
| "\x17BatchUpdateIngressRules\x123.google.appengine.v1.BatchUpdateIngressRulesRequest\x1a4.google.appengine.v1.BatchUpdateIngressRulesResponse\">\x82\xd3\xe4\x93\x028:\x01*\"3/v1/{name=apps/*/firewall/ingressRules}:batchUpdate\x12\x9e\x01\n" + |
| "\x11CreateIngressRule\x12-.google.appengine.v1.CreateIngressRuleRequest\x1a!.google.appengine.v1.FirewallRule\"7\x82\xd3\xe4\x93\x021:\x04rule\")/v1/{parent=apps/*}/firewall/ingressRules\x12\x92\x01\n" + |
| "\x0eGetIngressRule\x12*.google.appengine.v1.GetIngressRuleRequest\x1a!.google.appengine.v1.FirewallRule\"1\x82\xd3\xe4\x93\x02+\x12)/v1/{name=apps/*/firewall/ingressRules/*}\x12\x9e\x01\n" + |
| "\x11UpdateIngressRule\x12-.google.appengine.v1.UpdateIngressRuleRequest\x1a!.google.appengine.v1.FirewallRule\"7\x82\xd3\xe4\x93\x021:\x04rule2)/v1/{name=apps/*/firewall/ingressRules/*}\x12\x8d\x01\n" + |
| "\x11DeleteIngressRule\x12-.google.appengine.v1.DeleteIngressRuleRequest\x1a\x16.google.protobuf.Empty\"1\x82\xd3\xe4\x93\x02+*)/v1/{name=apps/*/firewall/ingressRules/*}\x1a\xb6\x01\xcaA\x18appengine.googleapis.com\xd2A\x97\x01https://www.googleapis.com/auth/appengine.admin,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-only2\xfc\x02\n" + |
| "\x11AuthorizedDomains\x12\xad\x01\n" + |
| "\x15ListAuthorizedDomains\x121.google.appengine.v1.ListAuthorizedDomainsRequest\x1a2.google.appengine.v1.ListAuthorizedDomainsResponse\"-\x82\xd3\xe4\x93\x02'\x12%/v1/{parent=apps/*}/authorizedDomains\x1a\xb6\x01\xcaA\x18appengine.googleapis.com\xd2A\x97\x01https://www.googleapis.com/auth/appengine.admin,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-only2\xf9\b\n" + |
| "\x16AuthorizedCertificates\x12\xc1\x01\n" + |
| "\x1aListAuthorizedCertificates\x126.google.appengine.v1.ListAuthorizedCertificatesRequest\x1a7.google.appengine.v1.ListAuthorizedCertificatesResponse\"2\x82\xd3\xe4\x93\x02,\x12*/v1/{parent=apps/*}/authorizedCertificates\x12\xb0\x01\n" + |
| "\x18GetAuthorizedCertificate\x124.google.appengine.v1.GetAuthorizedCertificateRequest\x1a*.google.appengine.v1.AuthorizedCertificate\"2\x82\xd3\xe4\x93\x02,\x12*/v1/{name=apps/*/authorizedCertificates/*}\x12\xc3\x01\n" + |
| "\x1bCreateAuthorizedCertificate\x127.google.appengine.v1.CreateAuthorizedCertificateRequest\x1a*.google.appengine.v1.AuthorizedCertificate\"?\x82\xd3\xe4\x93\x029:\vcertificate\"*/v1/{parent=apps/*}/authorizedCertificates\x12\xc3\x01\n" + |
| "\x1bUpdateAuthorizedCertificate\x127.google.appengine.v1.UpdateAuthorizedCertificateRequest\x1a*.google.appengine.v1.AuthorizedCertificate\"?\x82\xd3\xe4\x93\x029:\vcertificate2*/v1/{name=apps/*/authorizedCertificates/*}\x12\xa2\x01\n" + |
| "\x1bDeleteAuthorizedCertificate\x127.google.appengine.v1.DeleteAuthorizedCertificateRequest\x1a\x16.google.protobuf.Empty\"2\x82\xd3\xe4\x93\x02,**/v1/{name=apps/*/authorizedCertificates/*}\x1a\xb6\x01\xcaA\x18appengine.googleapis.com\xd2A\x97\x01https://www.googleapis.com/auth/appengine.admin,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-only2\xd9\b\n" + |
| "\x0eDomainMappings\x12\xa1\x01\n" + |
| "\x12ListDomainMappings\x12..google.appengine.v1.ListDomainMappingsRequest\x1a/.google.appengine.v1.ListDomainMappingsResponse\"*\x82\xd3\xe4\x93\x02$\x12\"/v1/{parent=apps/*}/domainMappings\x12\x90\x01\n" + |
| "\x10GetDomainMapping\x12,.google.appengine.v1.GetDomainMappingRequest\x1a\".google.appengine.v1.DomainMapping\"*\x82\xd3\xe4\x93\x02$\x12\"/v1/{name=apps/*/domainMappings/*}\x12\xc8\x01\n" + |
| "\x13CreateDomainMapping\x12/.google.appengine.v1.CreateDomainMappingRequest\x1a\x1d.google.longrunning.Operation\"a\xcaA$\n" + |
| "\rDomainMapping\x12\x13OperationMetadataV1\x82\xd3\xe4\x93\x024:\x0edomain_mapping\"\"/v1/{parent=apps/*}/domainMappings\x12\xc8\x01\n" + |
| "\x13UpdateDomainMapping\x12/.google.appengine.v1.UpdateDomainMappingRequest\x1a\x1d.google.longrunning.Operation\"a\xcaA$\n" + |
| "\rDomainMapping\x12\x13OperationMetadataV1\x82\xd3\xe4\x93\x024:\x0edomain_mapping2\"/v1/{name=apps/*/domainMappings/*}\x12\xc0\x01\n" + |
| "\x13DeleteDomainMapping\x12/.google.appengine.v1.DeleteDomainMappingRequest\x1a\x1d.google.longrunning.Operation\"Y\xcaA,\n" + |
| "\x15google.protobuf.Empty\x12\x13OperationMetadataV1\x82\xd3\xe4\x93\x02$*\"/v1/{name=apps/*/domainMappings/*}\x1a\xb6\x01\xcaA\x18appengine.googleapis.com\xd2A\x97\x01https://www.googleapis.com/auth/appengine.admin,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-onlyB\xbf\x01\n" + |
| "\x17com.google.appengine.v1B\x0eAppengineProtoP\x01Z;cloud.google.com/go/appengine/apiv1/appenginepb;appenginepb\xaa\x02\x19Google.Cloud.AppEngine.V1\xca\x02\x19Google\\Cloud\\AppEngine\\V1\xea\x02\x1cGoogle::Cloud::AppEngine::V1b\x06proto3" |
| |
| var ( |
| file_google_appengine_v1_appengine_proto_rawDescOnce sync.Once |
| file_google_appengine_v1_appengine_proto_rawDescData []byte |
| ) |
| |
| func file_google_appengine_v1_appengine_proto_rawDescGZIP() []byte { |
| file_google_appengine_v1_appengine_proto_rawDescOnce.Do(func() { |
| file_google_appengine_v1_appengine_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_google_appengine_v1_appengine_proto_rawDesc), len(file_google_appengine_v1_appengine_proto_rawDesc))) |
| }) |
| return file_google_appengine_v1_appengine_proto_rawDescData |
| } |
| |
| var file_google_appengine_v1_appengine_proto_enumTypes = make([]protoimpl.EnumInfo, 3) |
| var file_google_appengine_v1_appengine_proto_msgTypes = make([]protoimpl.MessageInfo, 42) |
| var file_google_appengine_v1_appengine_proto_goTypes = []any{ |
| (VersionView)(0), // 0: google.appengine.v1.VersionView |
| (AuthorizedCertificateView)(0), // 1: google.appengine.v1.AuthorizedCertificateView |
| (DomainOverrideStrategy)(0), // 2: google.appengine.v1.DomainOverrideStrategy |
| (*GetApplicationRequest)(nil), // 3: google.appengine.v1.GetApplicationRequest |
| (*CreateApplicationRequest)(nil), // 4: google.appengine.v1.CreateApplicationRequest |
| (*UpdateApplicationRequest)(nil), // 5: google.appengine.v1.UpdateApplicationRequest |
| (*RepairApplicationRequest)(nil), // 6: google.appengine.v1.RepairApplicationRequest |
| (*ListServicesRequest)(nil), // 7: google.appengine.v1.ListServicesRequest |
| (*ListServicesResponse)(nil), // 8: google.appengine.v1.ListServicesResponse |
| (*GetServiceRequest)(nil), // 9: google.appengine.v1.GetServiceRequest |
| (*UpdateServiceRequest)(nil), // 10: google.appengine.v1.UpdateServiceRequest |
| (*DeleteServiceRequest)(nil), // 11: google.appengine.v1.DeleteServiceRequest |
| (*ListVersionsRequest)(nil), // 12: google.appengine.v1.ListVersionsRequest |
| (*ListVersionsResponse)(nil), // 13: google.appengine.v1.ListVersionsResponse |
| (*GetVersionRequest)(nil), // 14: google.appengine.v1.GetVersionRequest |
| (*CreateVersionRequest)(nil), // 15: google.appengine.v1.CreateVersionRequest |
| (*UpdateVersionRequest)(nil), // 16: google.appengine.v1.UpdateVersionRequest |
| (*DeleteVersionRequest)(nil), // 17: google.appengine.v1.DeleteVersionRequest |
| (*ListInstancesRequest)(nil), // 18: google.appengine.v1.ListInstancesRequest |
| (*ListInstancesResponse)(nil), // 19: google.appengine.v1.ListInstancesResponse |
| (*GetInstanceRequest)(nil), // 20: google.appengine.v1.GetInstanceRequest |
| (*DeleteInstanceRequest)(nil), // 21: google.appengine.v1.DeleteInstanceRequest |
| (*DebugInstanceRequest)(nil), // 22: google.appengine.v1.DebugInstanceRequest |
| (*ListIngressRulesRequest)(nil), // 23: google.appengine.v1.ListIngressRulesRequest |
| (*ListIngressRulesResponse)(nil), // 24: google.appengine.v1.ListIngressRulesResponse |
| (*BatchUpdateIngressRulesRequest)(nil), // 25: google.appengine.v1.BatchUpdateIngressRulesRequest |
| (*BatchUpdateIngressRulesResponse)(nil), // 26: google.appengine.v1.BatchUpdateIngressRulesResponse |
| (*CreateIngressRuleRequest)(nil), // 27: google.appengine.v1.CreateIngressRuleRequest |
| (*GetIngressRuleRequest)(nil), // 28: google.appengine.v1.GetIngressRuleRequest |
| (*UpdateIngressRuleRequest)(nil), // 29: google.appengine.v1.UpdateIngressRuleRequest |
| (*DeleteIngressRuleRequest)(nil), // 30: google.appengine.v1.DeleteIngressRuleRequest |
| (*ListAuthorizedDomainsRequest)(nil), // 31: google.appengine.v1.ListAuthorizedDomainsRequest |
| (*ListAuthorizedDomainsResponse)(nil), // 32: google.appengine.v1.ListAuthorizedDomainsResponse |
| (*ListAuthorizedCertificatesRequest)(nil), // 33: google.appengine.v1.ListAuthorizedCertificatesRequest |
| (*ListAuthorizedCertificatesResponse)(nil), // 34: google.appengine.v1.ListAuthorizedCertificatesResponse |
| (*GetAuthorizedCertificateRequest)(nil), // 35: google.appengine.v1.GetAuthorizedCertificateRequest |
| (*CreateAuthorizedCertificateRequest)(nil), // 36: google.appengine.v1.CreateAuthorizedCertificateRequest |
| (*UpdateAuthorizedCertificateRequest)(nil), // 37: google.appengine.v1.UpdateAuthorizedCertificateRequest |
| (*DeleteAuthorizedCertificateRequest)(nil), // 38: google.appengine.v1.DeleteAuthorizedCertificateRequest |
| (*ListDomainMappingsRequest)(nil), // 39: google.appengine.v1.ListDomainMappingsRequest |
| (*ListDomainMappingsResponse)(nil), // 40: google.appengine.v1.ListDomainMappingsResponse |
| (*GetDomainMappingRequest)(nil), // 41: google.appengine.v1.GetDomainMappingRequest |
| (*CreateDomainMappingRequest)(nil), // 42: google.appengine.v1.CreateDomainMappingRequest |
| (*UpdateDomainMappingRequest)(nil), // 43: google.appengine.v1.UpdateDomainMappingRequest |
| (*DeleteDomainMappingRequest)(nil), // 44: google.appengine.v1.DeleteDomainMappingRequest |
| (*Application)(nil), // 45: google.appengine.v1.Application |
| (*fieldmaskpb.FieldMask)(nil), // 46: google.protobuf.FieldMask |
| (*Service)(nil), // 47: google.appengine.v1.Service |
| (*Version)(nil), // 48: google.appengine.v1.Version |
| (*Instance)(nil), // 49: google.appengine.v1.Instance |
| (*FirewallRule)(nil), // 50: google.appengine.v1.FirewallRule |
| (*AuthorizedDomain)(nil), // 51: google.appengine.v1.AuthorizedDomain |
| (*AuthorizedCertificate)(nil), // 52: google.appengine.v1.AuthorizedCertificate |
| (*DomainMapping)(nil), // 53: google.appengine.v1.DomainMapping |
| (*longrunningpb.Operation)(nil), // 54: google.longrunning.Operation |
| (*emptypb.Empty)(nil), // 55: google.protobuf.Empty |
| } |
| var file_google_appengine_v1_appengine_proto_depIdxs = []int32{ |
| 45, // 0: google.appengine.v1.CreateApplicationRequest.application:type_name -> google.appengine.v1.Application |
| 45, // 1: google.appengine.v1.UpdateApplicationRequest.application:type_name -> google.appengine.v1.Application |
| 46, // 2: google.appengine.v1.UpdateApplicationRequest.update_mask:type_name -> google.protobuf.FieldMask |
| 47, // 3: google.appengine.v1.ListServicesResponse.services:type_name -> google.appengine.v1.Service |
| 47, // 4: google.appengine.v1.UpdateServiceRequest.service:type_name -> google.appengine.v1.Service |
| 46, // 5: google.appengine.v1.UpdateServiceRequest.update_mask:type_name -> google.protobuf.FieldMask |
| 0, // 6: google.appengine.v1.ListVersionsRequest.view:type_name -> google.appengine.v1.VersionView |
| 48, // 7: google.appengine.v1.ListVersionsResponse.versions:type_name -> google.appengine.v1.Version |
| 0, // 8: google.appengine.v1.GetVersionRequest.view:type_name -> google.appengine.v1.VersionView |
| 48, // 9: google.appengine.v1.CreateVersionRequest.version:type_name -> google.appengine.v1.Version |
| 48, // 10: google.appengine.v1.UpdateVersionRequest.version:type_name -> google.appengine.v1.Version |
| 46, // 11: google.appengine.v1.UpdateVersionRequest.update_mask:type_name -> google.protobuf.FieldMask |
| 49, // 12: google.appengine.v1.ListInstancesResponse.instances:type_name -> google.appengine.v1.Instance |
| 50, // 13: google.appengine.v1.ListIngressRulesResponse.ingress_rules:type_name -> google.appengine.v1.FirewallRule |
| 50, // 14: google.appengine.v1.BatchUpdateIngressRulesRequest.ingress_rules:type_name -> google.appengine.v1.FirewallRule |
| 50, // 15: google.appengine.v1.BatchUpdateIngressRulesResponse.ingress_rules:type_name -> google.appengine.v1.FirewallRule |
| 50, // 16: google.appengine.v1.CreateIngressRuleRequest.rule:type_name -> google.appengine.v1.FirewallRule |
| 50, // 17: google.appengine.v1.UpdateIngressRuleRequest.rule:type_name -> google.appengine.v1.FirewallRule |
| 46, // 18: google.appengine.v1.UpdateIngressRuleRequest.update_mask:type_name -> google.protobuf.FieldMask |
| 51, // 19: google.appengine.v1.ListAuthorizedDomainsResponse.domains:type_name -> google.appengine.v1.AuthorizedDomain |
| 1, // 20: google.appengine.v1.ListAuthorizedCertificatesRequest.view:type_name -> google.appengine.v1.AuthorizedCertificateView |
| 52, // 21: google.appengine.v1.ListAuthorizedCertificatesResponse.certificates:type_name -> google.appengine.v1.AuthorizedCertificate |
| 1, // 22: google.appengine.v1.GetAuthorizedCertificateRequest.view:type_name -> google.appengine.v1.AuthorizedCertificateView |
| 52, // 23: google.appengine.v1.CreateAuthorizedCertificateRequest.certificate:type_name -> google.appengine.v1.AuthorizedCertificate |
| 52, // 24: google.appengine.v1.UpdateAuthorizedCertificateRequest.certificate:type_name -> google.appengine.v1.AuthorizedCertificate |
| 46, // 25: google.appengine.v1.UpdateAuthorizedCertificateRequest.update_mask:type_name -> google.protobuf.FieldMask |
| 53, // 26: google.appengine.v1.ListDomainMappingsResponse.domain_mappings:type_name -> google.appengine.v1.DomainMapping |
| 53, // 27: google.appengine.v1.CreateDomainMappingRequest.domain_mapping:type_name -> google.appengine.v1.DomainMapping |
| 2, // 28: google.appengine.v1.CreateDomainMappingRequest.override_strategy:type_name -> google.appengine.v1.DomainOverrideStrategy |
| 53, // 29: google.appengine.v1.UpdateDomainMappingRequest.domain_mapping:type_name -> google.appengine.v1.DomainMapping |
| 46, // 30: google.appengine.v1.UpdateDomainMappingRequest.update_mask:type_name -> google.protobuf.FieldMask |
| 3, // 31: google.appengine.v1.Applications.GetApplication:input_type -> google.appengine.v1.GetApplicationRequest |
| 4, // 32: google.appengine.v1.Applications.CreateApplication:input_type -> google.appengine.v1.CreateApplicationRequest |
| 5, // 33: google.appengine.v1.Applications.UpdateApplication:input_type -> google.appengine.v1.UpdateApplicationRequest |
| 6, // 34: google.appengine.v1.Applications.RepairApplication:input_type -> google.appengine.v1.RepairApplicationRequest |
| 7, // 35: google.appengine.v1.Services.ListServices:input_type -> google.appengine.v1.ListServicesRequest |
| 9, // 36: google.appengine.v1.Services.GetService:input_type -> google.appengine.v1.GetServiceRequest |
| 10, // 37: google.appengine.v1.Services.UpdateService:input_type -> google.appengine.v1.UpdateServiceRequest |
| 11, // 38: google.appengine.v1.Services.DeleteService:input_type -> google.appengine.v1.DeleteServiceRequest |
| 12, // 39: google.appengine.v1.Versions.ListVersions:input_type -> google.appengine.v1.ListVersionsRequest |
| 14, // 40: google.appengine.v1.Versions.GetVersion:input_type -> google.appengine.v1.GetVersionRequest |
| 15, // 41: google.appengine.v1.Versions.CreateVersion:input_type -> google.appengine.v1.CreateVersionRequest |
| 16, // 42: google.appengine.v1.Versions.UpdateVersion:input_type -> google.appengine.v1.UpdateVersionRequest |
| 17, // 43: google.appengine.v1.Versions.DeleteVersion:input_type -> google.appengine.v1.DeleteVersionRequest |
| 18, // 44: google.appengine.v1.Instances.ListInstances:input_type -> google.appengine.v1.ListInstancesRequest |
| 20, // 45: google.appengine.v1.Instances.GetInstance:input_type -> google.appengine.v1.GetInstanceRequest |
| 21, // 46: google.appengine.v1.Instances.DeleteInstance:input_type -> google.appengine.v1.DeleteInstanceRequest |
| 22, // 47: google.appengine.v1.Instances.DebugInstance:input_type -> google.appengine.v1.DebugInstanceRequest |
| 23, // 48: google.appengine.v1.Firewall.ListIngressRules:input_type -> google.appengine.v1.ListIngressRulesRequest |
| 25, // 49: google.appengine.v1.Firewall.BatchUpdateIngressRules:input_type -> google.appengine.v1.BatchUpdateIngressRulesRequest |
| 27, // 50: google.appengine.v1.Firewall.CreateIngressRule:input_type -> google.appengine.v1.CreateIngressRuleRequest |
| 28, // 51: google.appengine.v1.Firewall.GetIngressRule:input_type -> google.appengine.v1.GetIngressRuleRequest |
| 29, // 52: google.appengine.v1.Firewall.UpdateIngressRule:input_type -> google.appengine.v1.UpdateIngressRuleRequest |
| 30, // 53: google.appengine.v1.Firewall.DeleteIngressRule:input_type -> google.appengine.v1.DeleteIngressRuleRequest |
| 31, // 54: google.appengine.v1.AuthorizedDomains.ListAuthorizedDomains:input_type -> google.appengine.v1.ListAuthorizedDomainsRequest |
| 33, // 55: google.appengine.v1.AuthorizedCertificates.ListAuthorizedCertificates:input_type -> google.appengine.v1.ListAuthorizedCertificatesRequest |
| 35, // 56: google.appengine.v1.AuthorizedCertificates.GetAuthorizedCertificate:input_type -> google.appengine.v1.GetAuthorizedCertificateRequest |
| 36, // 57: google.appengine.v1.AuthorizedCertificates.CreateAuthorizedCertificate:input_type -> google.appengine.v1.CreateAuthorizedCertificateRequest |
| 37, // 58: google.appengine.v1.AuthorizedCertificates.UpdateAuthorizedCertificate:input_type -> google.appengine.v1.UpdateAuthorizedCertificateRequest |
| 38, // 59: google.appengine.v1.AuthorizedCertificates.DeleteAuthorizedCertificate:input_type -> google.appengine.v1.DeleteAuthorizedCertificateRequest |
| 39, // 60: google.appengine.v1.DomainMappings.ListDomainMappings:input_type -> google.appengine.v1.ListDomainMappingsRequest |
| 41, // 61: google.appengine.v1.DomainMappings.GetDomainMapping:input_type -> google.appengine.v1.GetDomainMappingRequest |
| 42, // 62: google.appengine.v1.DomainMappings.CreateDomainMapping:input_type -> google.appengine.v1.CreateDomainMappingRequest |
| 43, // 63: google.appengine.v1.DomainMappings.UpdateDomainMapping:input_type -> google.appengine.v1.UpdateDomainMappingRequest |
| 44, // 64: google.appengine.v1.DomainMappings.DeleteDomainMapping:input_type -> google.appengine.v1.DeleteDomainMappingRequest |
| 45, // 65: google.appengine.v1.Applications.GetApplication:output_type -> google.appengine.v1.Application |
| 54, // 66: google.appengine.v1.Applications.CreateApplication:output_type -> google.longrunning.Operation |
| 54, // 67: google.appengine.v1.Applications.UpdateApplication:output_type -> google.longrunning.Operation |
| 54, // 68: google.appengine.v1.Applications.RepairApplication:output_type -> google.longrunning.Operation |
| 8, // 69: google.appengine.v1.Services.ListServices:output_type -> google.appengine.v1.ListServicesResponse |
| 47, // 70: google.appengine.v1.Services.GetService:output_type -> google.appengine.v1.Service |
| 54, // 71: google.appengine.v1.Services.UpdateService:output_type -> google.longrunning.Operation |
| 54, // 72: google.appengine.v1.Services.DeleteService:output_type -> google.longrunning.Operation |
| 13, // 73: google.appengine.v1.Versions.ListVersions:output_type -> google.appengine.v1.ListVersionsResponse |
| 48, // 74: google.appengine.v1.Versions.GetVersion:output_type -> google.appengine.v1.Version |
| 54, // 75: google.appengine.v1.Versions.CreateVersion:output_type -> google.longrunning.Operation |
| 54, // 76: google.appengine.v1.Versions.UpdateVersion:output_type -> google.longrunning.Operation |
| 54, // 77: google.appengine.v1.Versions.DeleteVersion:output_type -> google.longrunning.Operation |
| 19, // 78: google.appengine.v1.Instances.ListInstances:output_type -> google.appengine.v1.ListInstancesResponse |
| 49, // 79: google.appengine.v1.Instances.GetInstance:output_type -> google.appengine.v1.Instance |
| 54, // 80: google.appengine.v1.Instances.DeleteInstance:output_type -> google.longrunning.Operation |
| 54, // 81: google.appengine.v1.Instances.DebugInstance:output_type -> google.longrunning.Operation |
| 24, // 82: google.appengine.v1.Firewall.ListIngressRules:output_type -> google.appengine.v1.ListIngressRulesResponse |
| 26, // 83: google.appengine.v1.Firewall.BatchUpdateIngressRules:output_type -> google.appengine.v1.BatchUpdateIngressRulesResponse |
| 50, // 84: google.appengine.v1.Firewall.CreateIngressRule:output_type -> google.appengine.v1.FirewallRule |
| 50, // 85: google.appengine.v1.Firewall.GetIngressRule:output_type -> google.appengine.v1.FirewallRule |
| 50, // 86: google.appengine.v1.Firewall.UpdateIngressRule:output_type -> google.appengine.v1.FirewallRule |
| 55, // 87: google.appengine.v1.Firewall.DeleteIngressRule:output_type -> google.protobuf.Empty |
| 32, // 88: google.appengine.v1.AuthorizedDomains.ListAuthorizedDomains:output_type -> google.appengine.v1.ListAuthorizedDomainsResponse |
| 34, // 89: google.appengine.v1.AuthorizedCertificates.ListAuthorizedCertificates:output_type -> google.appengine.v1.ListAuthorizedCertificatesResponse |
| 52, // 90: google.appengine.v1.AuthorizedCertificates.GetAuthorizedCertificate:output_type -> google.appengine.v1.AuthorizedCertificate |
| 52, // 91: google.appengine.v1.AuthorizedCertificates.CreateAuthorizedCertificate:output_type -> google.appengine.v1.AuthorizedCertificate |
| 52, // 92: google.appengine.v1.AuthorizedCertificates.UpdateAuthorizedCertificate:output_type -> google.appengine.v1.AuthorizedCertificate |
| 55, // 93: google.appengine.v1.AuthorizedCertificates.DeleteAuthorizedCertificate:output_type -> google.protobuf.Empty |
| 40, // 94: google.appengine.v1.DomainMappings.ListDomainMappings:output_type -> google.appengine.v1.ListDomainMappingsResponse |
| 53, // 95: google.appengine.v1.DomainMappings.GetDomainMapping:output_type -> google.appengine.v1.DomainMapping |
| 54, // 96: google.appengine.v1.DomainMappings.CreateDomainMapping:output_type -> google.longrunning.Operation |
| 54, // 97: google.appengine.v1.DomainMappings.UpdateDomainMapping:output_type -> google.longrunning.Operation |
| 54, // 98: google.appengine.v1.DomainMappings.DeleteDomainMapping:output_type -> google.longrunning.Operation |
| 65, // [65:99] is the sub-list for method output_type |
| 31, // [31:65] is the sub-list for method input_type |
| 31, // [31:31] is the sub-list for extension type_name |
| 31, // [31:31] is the sub-list for extension extendee |
| 0, // [0:31] is the sub-list for field type_name |
| } |
| |
| func init() { file_google_appengine_v1_appengine_proto_init() } |
| func file_google_appengine_v1_appengine_proto_init() { |
| if File_google_appengine_v1_appengine_proto != nil { |
| return |
| } |
| file_google_appengine_v1_application_proto_init() |
| file_google_appengine_v1_certificate_proto_init() |
| file_google_appengine_v1_domain_proto_init() |
| file_google_appengine_v1_domain_mapping_proto_init() |
| file_google_appengine_v1_firewall_proto_init() |
| file_google_appengine_v1_instance_proto_init() |
| file_google_appengine_v1_service_proto_init() |
| file_google_appengine_v1_version_proto_init() |
| type x struct{} |
| out := protoimpl.TypeBuilder{ |
| File: protoimpl.DescBuilder{ |
| GoPackagePath: reflect.TypeOf(x{}).PkgPath(), |
| RawDescriptor: unsafe.Slice(unsafe.StringData(file_google_appengine_v1_appengine_proto_rawDesc), len(file_google_appengine_v1_appengine_proto_rawDesc)), |
| NumEnums: 3, |
| NumMessages: 42, |
| NumExtensions: 0, |
| NumServices: 8, |
| }, |
| GoTypes: file_google_appengine_v1_appengine_proto_goTypes, |
| DependencyIndexes: file_google_appengine_v1_appengine_proto_depIdxs, |
| EnumInfos: file_google_appengine_v1_appengine_proto_enumTypes, |
| MessageInfos: file_google_appengine_v1_appengine_proto_msgTypes, |
| }.Build() |
| File_google_appengine_v1_appengine_proto = out.File |
| file_google_appengine_v1_appengine_proto_goTypes = nil |
| file_google_appengine_v1_appengine_proto_depIdxs = nil |
| } |