Versions in this module Expand all Collapse all v0 v0.1.0 Jun 12, 2021 Changes in this version + var DomainMappingSpec_CertificateMode_name = map[int32]string + var DomainMappingSpec_CertificateMode_value = map[string]int32 + var File_google_cloud_run_v1_authorized_domains_proto protoreflect.FileDescriptor + var File_google_cloud_run_v1_common_proto protoreflect.FileDescriptor + var File_google_cloud_run_v1_configurations_proto protoreflect.FileDescriptor + var File_google_cloud_run_v1_domain_mappings_proto protoreflect.FileDescriptor + var File_google_cloud_run_v1_revisions_proto protoreflect.FileDescriptor + var File_google_cloud_run_v1_routes_proto protoreflect.FileDescriptor + var File_google_cloud_run_v1_services_proto protoreflect.FileDescriptor + var ResourceRecord_RecordType_name = map[int32]string + var ResourceRecord_RecordType_value = map[string]int32 + func RegisterAuthorizedDomainsServer(s *grpc.Server, srv AuthorizedDomainsServer) + func RegisterConfigurationsServer(s *grpc.Server, srv ConfigurationsServer) + func RegisterDomainMappingsServer(s *grpc.Server, srv DomainMappingsServer) + func RegisterRevisionsServer(s *grpc.Server, srv RevisionsServer) + func RegisterRoutesServer(s *grpc.Server, srv RoutesServer) + func RegisterServicesServer(s *grpc.Server, srv ServicesServer) + type Addressable struct + Url string + func (*Addressable) Descriptor() ([]byte, []int) + func (*Addressable) ProtoMessage() + func (x *Addressable) GetUrl() string + func (x *Addressable) ProtoReflect() protoreflect.Message + func (x *Addressable) Reset() + func (x *Addressable) String() string + type AuthorizedDomain struct + Id string + Name string + func (*AuthorizedDomain) Descriptor() ([]byte, []int) + func (*AuthorizedDomain) ProtoMessage() + func (x *AuthorizedDomain) GetId() string + func (x *AuthorizedDomain) GetName() string + func (x *AuthorizedDomain) ProtoReflect() protoreflect.Message + func (x *AuthorizedDomain) Reset() + func (x *AuthorizedDomain) String() string + type AuthorizedDomainsClient interface + ListAuthorizedDomains func(ctx context.Context, in *ListAuthorizedDomainsRequest, opts ...grpc.CallOption) (*ListAuthorizedDomainsResponse, error) + func NewAuthorizedDomainsClient(cc grpc.ClientConnInterface) AuthorizedDomainsClient + type AuthorizedDomainsServer interface + ListAuthorizedDomains func(context.Context, *ListAuthorizedDomainsRequest) (*ListAuthorizedDomainsResponse, error) + type Condition struct + LastTransitionTime *timestamppb.Timestamp + Message string + Reason string + Severity string + Status string + Type string + func (*Condition) Descriptor() ([]byte, []int) + func (*Condition) ProtoMessage() + func (x *Condition) GetLastTransitionTime() *timestamppb.Timestamp + func (x *Condition) GetMessage() string + func (x *Condition) GetReason() string + func (x *Condition) GetSeverity() string + func (x *Condition) GetStatus() string + func (x *Condition) GetType() string + func (x *Condition) ProtoReflect() protoreflect.Message + func (x *Condition) Reset() + func (x *Condition) String() string + type Configuration struct + ApiVersion string + Kind string + Metadata *v1.ObjectMeta + Spec *ConfigurationSpec + Status *ConfigurationStatus + func (*Configuration) Descriptor() ([]byte, []int) + func (*Configuration) ProtoMessage() + func (x *Configuration) GetApiVersion() string + func (x *Configuration) GetKind() string + func (x *Configuration) GetMetadata() *v1.ObjectMeta + func (x *Configuration) GetSpec() *ConfigurationSpec + func (x *Configuration) GetStatus() *ConfigurationStatus + func (x *Configuration) ProtoReflect() protoreflect.Message + func (x *Configuration) Reset() + func (x *Configuration) String() string + type ConfigurationSpec struct + Template *RevisionTemplate + func (*ConfigurationSpec) Descriptor() ([]byte, []int) + func (*ConfigurationSpec) ProtoMessage() + func (x *ConfigurationSpec) GetTemplate() *RevisionTemplate + func (x *ConfigurationSpec) ProtoReflect() protoreflect.Message + func (x *ConfigurationSpec) Reset() + func (x *ConfigurationSpec) String() string + type ConfigurationStatus struct + Conditions []*Condition + LatestCreatedRevisionName string + LatestReadyRevisionName string + ObservedGeneration int32 + func (*ConfigurationStatus) Descriptor() ([]byte, []int) + func (*ConfigurationStatus) ProtoMessage() + func (x *ConfigurationStatus) GetConditions() []*Condition + func (x *ConfigurationStatus) GetLatestCreatedRevisionName() string + func (x *ConfigurationStatus) GetLatestReadyRevisionName() string + func (x *ConfigurationStatus) GetObservedGeneration() int32 + func (x *ConfigurationStatus) ProtoReflect() protoreflect.Message + func (x *ConfigurationStatus) Reset() + func (x *ConfigurationStatus) String() string + type ConfigurationsClient interface + GetConfiguration func(ctx context.Context, in *GetConfigurationRequest, opts ...grpc.CallOption) (*Configuration, error) + ListConfigurations func(ctx context.Context, in *ListConfigurationsRequest, opts ...grpc.CallOption) (*ListConfigurationsResponse, error) + func NewConfigurationsClient(cc grpc.ClientConnInterface) ConfigurationsClient + type ConfigurationsServer interface + GetConfiguration func(context.Context, *GetConfigurationRequest) (*Configuration, error) + ListConfigurations func(context.Context, *ListConfigurationsRequest) (*ListConfigurationsResponse, error) + type CreateDomainMappingRequest struct + DomainMapping *DomainMapping + DryRun string + Parent string + func (*CreateDomainMappingRequest) Descriptor() ([]byte, []int) + func (*CreateDomainMappingRequest) ProtoMessage() + func (x *CreateDomainMappingRequest) GetDomainMapping() *DomainMapping + func (x *CreateDomainMappingRequest) GetDryRun() string + func (x *CreateDomainMappingRequest) GetParent() string + func (x *CreateDomainMappingRequest) ProtoReflect() protoreflect.Message + func (x *CreateDomainMappingRequest) Reset() + func (x *CreateDomainMappingRequest) String() string + type CreateServiceRequest struct + DryRun string + Parent string + Service *Service + func (*CreateServiceRequest) Descriptor() ([]byte, []int) + func (*CreateServiceRequest) ProtoMessage() + func (x *CreateServiceRequest) GetDryRun() string + func (x *CreateServiceRequest) GetParent() string + func (x *CreateServiceRequest) GetService() *Service + func (x *CreateServiceRequest) ProtoReflect() protoreflect.Message + func (x *CreateServiceRequest) Reset() + func (x *CreateServiceRequest) String() string + type DeleteDomainMappingRequest struct + ApiVersion string + DryRun string + Kind string + Name string + PropagationPolicy string + func (*DeleteDomainMappingRequest) Descriptor() ([]byte, []int) + func (*DeleteDomainMappingRequest) ProtoMessage() + func (x *DeleteDomainMappingRequest) GetApiVersion() string + func (x *DeleteDomainMappingRequest) GetDryRun() string + func (x *DeleteDomainMappingRequest) GetKind() string + func (x *DeleteDomainMappingRequest) GetName() string + func (x *DeleteDomainMappingRequest) GetPropagationPolicy() string + func (x *DeleteDomainMappingRequest) ProtoReflect() protoreflect.Message + func (x *DeleteDomainMappingRequest) Reset() + func (x *DeleteDomainMappingRequest) String() string + type DeleteRevisionRequest struct + ApiVersion string + DryRun string + Kind string + Name string + PropagationPolicy string + func (*DeleteRevisionRequest) Descriptor() ([]byte, []int) + func (*DeleteRevisionRequest) ProtoMessage() + func (x *DeleteRevisionRequest) GetApiVersion() string + func (x *DeleteRevisionRequest) GetDryRun() string + func (x *DeleteRevisionRequest) GetKind() string + func (x *DeleteRevisionRequest) GetName() string + func (x *DeleteRevisionRequest) GetPropagationPolicy() string + func (x *DeleteRevisionRequest) ProtoReflect() protoreflect.Message + func (x *DeleteRevisionRequest) Reset() + func (x *DeleteRevisionRequest) String() string + type DeleteServiceRequest struct + ApiVersion string + DryRun string + Kind string + Name string + PropagationPolicy string + func (*DeleteServiceRequest) Descriptor() ([]byte, []int) + func (*DeleteServiceRequest) ProtoMessage() + func (x *DeleteServiceRequest) GetApiVersion() string + func (x *DeleteServiceRequest) GetDryRun() string + func (x *DeleteServiceRequest) GetKind() string + func (x *DeleteServiceRequest) GetName() string + func (x *DeleteServiceRequest) GetPropagationPolicy() string + func (x *DeleteServiceRequest) ProtoReflect() protoreflect.Message + func (x *DeleteServiceRequest) Reset() + func (x *DeleteServiceRequest) String() string + type DomainMapping struct + ApiVersion string + Kind string + Metadata *v1.ObjectMeta + Spec *DomainMappingSpec + Status *DomainMappingStatus + func (*DomainMapping) Descriptor() ([]byte, []int) + func (*DomainMapping) ProtoMessage() + func (x *DomainMapping) GetApiVersion() string + func (x *DomainMapping) GetKind() string + func (x *DomainMapping) GetMetadata() *v1.ObjectMeta + func (x *DomainMapping) GetSpec() *DomainMappingSpec + func (x *DomainMapping) GetStatus() *DomainMappingStatus + func (x *DomainMapping) ProtoReflect() protoreflect.Message + func (x *DomainMapping) Reset() + func (x *DomainMapping) String() string + type DomainMappingSpec struct + ForceOverride bool + RouteName string + func (*DomainMappingSpec) Descriptor() ([]byte, []int) + func (*DomainMappingSpec) ProtoMessage() + func (x *DomainMappingSpec) GetForceOverride() bool + func (x *DomainMappingSpec) GetRouteName() string + func (x *DomainMappingSpec) ProtoReflect() protoreflect.Message + func (x *DomainMappingSpec) Reset() + func (x *DomainMappingSpec) String() string + type DomainMappingSpec_CertificateMode int32 + const DomainMappingSpec_AUTOMATIC + const DomainMappingSpec_CERTIFICATE_MODE_UNSPECIFIED + const DomainMappingSpec_NONE + func (DomainMappingSpec_CertificateMode) Descriptor() protoreflect.EnumDescriptor + func (DomainMappingSpec_CertificateMode) EnumDescriptor() ([]byte, []int) + func (DomainMappingSpec_CertificateMode) Type() protoreflect.EnumType + func (x DomainMappingSpec_CertificateMode) Enum() *DomainMappingSpec_CertificateMode + func (x DomainMappingSpec_CertificateMode) Number() protoreflect.EnumNumber + func (x DomainMappingSpec_CertificateMode) String() string + type DomainMappingStatus struct + Conditions []*Condition + MappedRouteName string + ObservedGeneration int32 + ResourceRecords []*ResourceRecord + Url string + func (*DomainMappingStatus) Descriptor() ([]byte, []int) + func (*DomainMappingStatus) ProtoMessage() + func (x *DomainMappingStatus) GetConditions() []*Condition + func (x *DomainMappingStatus) GetMappedRouteName() string + func (x *DomainMappingStatus) GetObservedGeneration() int32 + func (x *DomainMappingStatus) GetResourceRecords() []*ResourceRecord + func (x *DomainMappingStatus) GetUrl() string + func (x *DomainMappingStatus) ProtoReflect() protoreflect.Message + func (x *DomainMappingStatus) Reset() + func (x *DomainMappingStatus) String() string + type DomainMappingsClient interface + CreateDomainMapping func(ctx context.Context, in *CreateDomainMappingRequest, opts ...grpc.CallOption) (*DomainMapping, error) + DeleteDomainMapping func(ctx context.Context, in *DeleteDomainMappingRequest, opts ...grpc.CallOption) (*v1.Status, error) + GetDomainMapping func(ctx context.Context, in *GetDomainMappingRequest, opts ...grpc.CallOption) (*DomainMapping, error) + ListDomainMappings func(ctx context.Context, in *ListDomainMappingsRequest, opts ...grpc.CallOption) (*ListDomainMappingsResponse, error) + func NewDomainMappingsClient(cc grpc.ClientConnInterface) DomainMappingsClient + type DomainMappingsServer interface + CreateDomainMapping func(context.Context, *CreateDomainMappingRequest) (*DomainMapping, error) + DeleteDomainMapping func(context.Context, *DeleteDomainMappingRequest) (*v1.Status, error) + GetDomainMapping func(context.Context, *GetDomainMappingRequest) (*DomainMapping, error) + ListDomainMappings func(context.Context, *ListDomainMappingsRequest) (*ListDomainMappingsResponse, error) + type GetConfigurationRequest struct + Name string + func (*GetConfigurationRequest) Descriptor() ([]byte, []int) + func (*GetConfigurationRequest) ProtoMessage() + func (x *GetConfigurationRequest) GetName() string + func (x *GetConfigurationRequest) ProtoReflect() protoreflect.Message + func (x *GetConfigurationRequest) Reset() + func (x *GetConfigurationRequest) String() string + type GetDomainMappingRequest struct + Name string + func (*GetDomainMappingRequest) Descriptor() ([]byte, []int) + func (*GetDomainMappingRequest) ProtoMessage() + func (x *GetDomainMappingRequest) GetName() string + func (x *GetDomainMappingRequest) ProtoReflect() protoreflect.Message + func (x *GetDomainMappingRequest) Reset() + func (x *GetDomainMappingRequest) String() string + type GetRevisionRequest struct + Name string + func (*GetRevisionRequest) Descriptor() ([]byte, []int) + func (*GetRevisionRequest) ProtoMessage() + func (x *GetRevisionRequest) GetName() string + func (x *GetRevisionRequest) ProtoReflect() protoreflect.Message + func (x *GetRevisionRequest) Reset() + func (x *GetRevisionRequest) String() string + type GetRouteRequest struct + Name string + func (*GetRouteRequest) Descriptor() ([]byte, []int) + func (*GetRouteRequest) ProtoMessage() + func (x *GetRouteRequest) GetName() string + func (x *GetRouteRequest) ProtoReflect() protoreflect.Message + func (x *GetRouteRequest) Reset() + func (x *GetRouteRequest) String() string + type GetServiceRequest struct + Name string + func (*GetServiceRequest) Descriptor() ([]byte, []int) + func (*GetServiceRequest) ProtoMessage() + func (x *GetServiceRequest) GetName() string + func (x *GetServiceRequest) ProtoReflect() protoreflect.Message + func (x *GetServiceRequest) Reset() + func (x *GetServiceRequest) String() string + type ListAuthorizedDomainsRequest struct + PageSize int32 + PageToken string + Parent string + func (*ListAuthorizedDomainsRequest) Descriptor() ([]byte, []int) + func (*ListAuthorizedDomainsRequest) ProtoMessage() + func (x *ListAuthorizedDomainsRequest) GetPageSize() int32 + func (x *ListAuthorizedDomainsRequest) GetPageToken() string + func (x *ListAuthorizedDomainsRequest) GetParent() string + func (x *ListAuthorizedDomainsRequest) ProtoReflect() protoreflect.Message + func (x *ListAuthorizedDomainsRequest) Reset() + func (x *ListAuthorizedDomainsRequest) String() string + type ListAuthorizedDomainsResponse struct + Domains []*AuthorizedDomain + NextPageToken string + func (*ListAuthorizedDomainsResponse) Descriptor() ([]byte, []int) + func (*ListAuthorizedDomainsResponse) ProtoMessage() + func (x *ListAuthorizedDomainsResponse) GetDomains() []*AuthorizedDomain + func (x *ListAuthorizedDomainsResponse) GetNextPageToken() string + func (x *ListAuthorizedDomainsResponse) ProtoReflect() protoreflect.Message + func (x *ListAuthorizedDomainsResponse) Reset() + func (x *ListAuthorizedDomainsResponse) String() string + type ListConfigurationsRequest struct + FieldSelector string + IncludeUninitialized bool + LabelSelector string + PageSize int32 + PageToken string + Parent string + ResourceVersion string + Watch bool + func (*ListConfigurationsRequest) Descriptor() ([]byte, []int) + func (*ListConfigurationsRequest) ProtoMessage() + func (x *ListConfigurationsRequest) GetFieldSelector() string + func (x *ListConfigurationsRequest) GetIncludeUninitialized() bool + func (x *ListConfigurationsRequest) GetLabelSelector() string + func (x *ListConfigurationsRequest) GetPageSize() int32 + func (x *ListConfigurationsRequest) GetPageToken() string + func (x *ListConfigurationsRequest) GetParent() string + func (x *ListConfigurationsRequest) GetResourceVersion() string + func (x *ListConfigurationsRequest) GetWatch() bool + func (x *ListConfigurationsRequest) ProtoReflect() protoreflect.Message + func (x *ListConfigurationsRequest) Reset() + func (x *ListConfigurationsRequest) String() string + type ListConfigurationsResponse struct + ApiVersion string + Items []*Configuration + Kind string + Metadata *v1.ListMeta + Unreachable []string + func (*ListConfigurationsResponse) Descriptor() ([]byte, []int) + func (*ListConfigurationsResponse) ProtoMessage() + func (x *ListConfigurationsResponse) GetApiVersion() string + func (x *ListConfigurationsResponse) GetItems() []*Configuration + func (x *ListConfigurationsResponse) GetKind() string + func (x *ListConfigurationsResponse) GetMetadata() *v1.ListMeta + func (x *ListConfigurationsResponse) GetUnreachable() []string + func (x *ListConfigurationsResponse) ProtoReflect() protoreflect.Message + func (x *ListConfigurationsResponse) Reset() + func (x *ListConfigurationsResponse) String() string + type ListDomainMappingsRequest struct + FieldSelector string + IncludeUninitialized bool + LabelSelector string + PageSize int32 + PageToken string + Parent string + ResourceVersion string + Watch bool + func (*ListDomainMappingsRequest) Descriptor() ([]byte, []int) + func (*ListDomainMappingsRequest) ProtoMessage() + func (x *ListDomainMappingsRequest) GetFieldSelector() string + func (x *ListDomainMappingsRequest) GetIncludeUninitialized() bool + func (x *ListDomainMappingsRequest) GetLabelSelector() string + func (x *ListDomainMappingsRequest) GetPageSize() int32 + func (x *ListDomainMappingsRequest) GetPageToken() string + func (x *ListDomainMappingsRequest) GetParent() string + func (x *ListDomainMappingsRequest) GetResourceVersion() string + func (x *ListDomainMappingsRequest) GetWatch() bool + func (x *ListDomainMappingsRequest) ProtoReflect() protoreflect.Message + func (x *ListDomainMappingsRequest) Reset() + func (x *ListDomainMappingsRequest) String() string + type ListDomainMappingsResponse struct + ApiVersion string + Items []*DomainMapping + Kind string + Metadata *v1.ObjectMeta + Unreachable []string + func (*ListDomainMappingsResponse) Descriptor() ([]byte, []int) + func (*ListDomainMappingsResponse) ProtoMessage() + func (x *ListDomainMappingsResponse) GetApiVersion() string + func (x *ListDomainMappingsResponse) GetItems() []*DomainMapping + func (x *ListDomainMappingsResponse) GetKind() string + func (x *ListDomainMappingsResponse) GetMetadata() *v1.ObjectMeta + func (x *ListDomainMappingsResponse) GetUnreachable() []string + func (x *ListDomainMappingsResponse) ProtoReflect() protoreflect.Message + func (x *ListDomainMappingsResponse) Reset() + func (x *ListDomainMappingsResponse) String() string + type ListRevisionsRequest struct + FieldSelector string + IncludeUninitialized bool + LabelSelector string + PageSize int32 + PageToken string + Parent string + ResourceVersion string + Watch bool + func (*ListRevisionsRequest) Descriptor() ([]byte, []int) + func (*ListRevisionsRequest) ProtoMessage() + func (x *ListRevisionsRequest) GetFieldSelector() string + func (x *ListRevisionsRequest) GetIncludeUninitialized() bool + func (x *ListRevisionsRequest) GetLabelSelector() string + func (x *ListRevisionsRequest) GetPageSize() int32 + func (x *ListRevisionsRequest) GetPageToken() string + func (x *ListRevisionsRequest) GetParent() string + func (x *ListRevisionsRequest) GetResourceVersion() string + func (x *ListRevisionsRequest) GetWatch() bool + func (x *ListRevisionsRequest) ProtoReflect() protoreflect.Message + func (x *ListRevisionsRequest) Reset() + func (x *ListRevisionsRequest) String() string + type ListRevisionsResponse struct + ApiVersion string + Items []*Revision + Kind string + Metadata *v1.ListMeta + Unreachable []string + func (*ListRevisionsResponse) Descriptor() ([]byte, []int) + func (*ListRevisionsResponse) ProtoMessage() + func (x *ListRevisionsResponse) GetApiVersion() string + func (x *ListRevisionsResponse) GetItems() []*Revision + func (x *ListRevisionsResponse) GetKind() string + func (x *ListRevisionsResponse) GetMetadata() *v1.ListMeta + func (x *ListRevisionsResponse) GetUnreachable() []string + func (x *ListRevisionsResponse) ProtoReflect() protoreflect.Message + func (x *ListRevisionsResponse) Reset() + func (x *ListRevisionsResponse) String() string + type ListRoutesRequest struct + FieldSelector string + IncludeUninitialized bool + LabelSelector string + PageSize int32 + PageToken string + Parent string + ResourceVersion string + Watch bool + func (*ListRoutesRequest) Descriptor() ([]byte, []int) + func (*ListRoutesRequest) ProtoMessage() + func (x *ListRoutesRequest) GetFieldSelector() string + func (x *ListRoutesRequest) GetIncludeUninitialized() bool + func (x *ListRoutesRequest) GetLabelSelector() string + func (x *ListRoutesRequest) GetPageSize() int32 + func (x *ListRoutesRequest) GetPageToken() string + func (x *ListRoutesRequest) GetParent() string + func (x *ListRoutesRequest) GetResourceVersion() string + func (x *ListRoutesRequest) GetWatch() bool + func (x *ListRoutesRequest) ProtoReflect() protoreflect.Message + func (x *ListRoutesRequest) Reset() + func (x *ListRoutesRequest) String() string + type ListRoutesResponse struct + ApiVersion string + Items []*Route + Kind string + Metadata *v1.ListMeta + Unreachable []string + func (*ListRoutesResponse) Descriptor() ([]byte, []int) + func (*ListRoutesResponse) ProtoMessage() + func (x *ListRoutesResponse) GetApiVersion() string + func (x *ListRoutesResponse) GetItems() []*Route + func (x *ListRoutesResponse) GetKind() string + func (x *ListRoutesResponse) GetMetadata() *v1.ListMeta + func (x *ListRoutesResponse) GetUnreachable() []string + func (x *ListRoutesResponse) ProtoReflect() protoreflect.Message + func (x *ListRoutesResponse) Reset() + func (x *ListRoutesResponse) String() string + type ListServicesRequest struct + FieldSelector string + IncludeUninitialized bool + LabelSelector string + PageSize int32 + PageToken string + Parent string + ResourceVersion string + Watch bool + func (*ListServicesRequest) Descriptor() ([]byte, []int) + func (*ListServicesRequest) ProtoMessage() + func (x *ListServicesRequest) GetFieldSelector() string + func (x *ListServicesRequest) GetIncludeUninitialized() bool + func (x *ListServicesRequest) GetLabelSelector() string + func (x *ListServicesRequest) GetPageSize() int32 + func (x *ListServicesRequest) GetPageToken() string + func (x *ListServicesRequest) GetParent() string + func (x *ListServicesRequest) GetResourceVersion() string + func (x *ListServicesRequest) GetWatch() bool + func (x *ListServicesRequest) ProtoReflect() protoreflect.Message + func (x *ListServicesRequest) Reset() + func (x *ListServicesRequest) String() string + type ListServicesResponse struct + ApiVersion string + Items []*Service + Kind string + Metadata *v1.ListMeta + Unreachable []string + func (*ListServicesResponse) Descriptor() ([]byte, []int) + func (*ListServicesResponse) ProtoMessage() + func (x *ListServicesResponse) GetApiVersion() string + func (x *ListServicesResponse) GetItems() []*Service + func (x *ListServicesResponse) GetKind() string + func (x *ListServicesResponse) GetMetadata() *v1.ListMeta + func (x *ListServicesResponse) GetUnreachable() []string + func (x *ListServicesResponse) ProtoReflect() protoreflect.Message + func (x *ListServicesResponse) Reset() + func (x *ListServicesResponse) String() string + type ReplaceServiceRequest struct + DryRun string + Name string + Service *Service + func (*ReplaceServiceRequest) Descriptor() ([]byte, []int) + func (*ReplaceServiceRequest) ProtoMessage() + func (x *ReplaceServiceRequest) GetDryRun() string + func (x *ReplaceServiceRequest) GetName() string + func (x *ReplaceServiceRequest) GetService() *Service + func (x *ReplaceServiceRequest) ProtoReflect() protoreflect.Message + func (x *ReplaceServiceRequest) Reset() + func (x *ReplaceServiceRequest) String() string + type ResourceRecord struct + Name string + Rrdata string + func (*ResourceRecord) Descriptor() ([]byte, []int) + func (*ResourceRecord) ProtoMessage() + func (x *ResourceRecord) GetName() string + func (x *ResourceRecord) GetRrdata() string + func (x *ResourceRecord) ProtoReflect() protoreflect.Message + func (x *ResourceRecord) Reset() + func (x *ResourceRecord) String() string + type ResourceRecord_RecordType int32 + const ResourceRecord_A + const ResourceRecord_AAAA + const ResourceRecord_CNAME + const ResourceRecord_RECORD_TYPE_UNSPECIFIED + func (ResourceRecord_RecordType) Descriptor() protoreflect.EnumDescriptor + func (ResourceRecord_RecordType) EnumDescriptor() ([]byte, []int) + func (ResourceRecord_RecordType) Type() protoreflect.EnumType + func (x ResourceRecord_RecordType) Enum() *ResourceRecord_RecordType + func (x ResourceRecord_RecordType) Number() protoreflect.EnumNumber + func (x ResourceRecord_RecordType) String() string + type Revision struct + ApiVersion string + Kind string + Metadata *v1.ObjectMeta + Spec *RevisionSpec + Status *RevisionStatus + func (*Revision) Descriptor() ([]byte, []int) + func (*Revision) ProtoMessage() + func (x *Revision) GetApiVersion() string + func (x *Revision) GetKind() string + func (x *Revision) GetMetadata() *v1.ObjectMeta + func (x *Revision) GetSpec() *RevisionSpec + func (x *Revision) GetStatus() *RevisionStatus + func (x *Revision) ProtoReflect() protoreflect.Message + func (x *Revision) Reset() + func (x *Revision) String() string + type RevisionSpec struct + ContainerConcurrency int32 + Containers []*v1.Container + ServiceAccountName string + TimeoutSeconds int32 + Volumes []*v1.Volume + func (*RevisionSpec) Descriptor() ([]byte, []int) + func (*RevisionSpec) ProtoMessage() + func (x *RevisionSpec) GetContainerConcurrency() int32 + func (x *RevisionSpec) GetContainers() []*v1.Container + func (x *RevisionSpec) GetServiceAccountName() string + func (x *RevisionSpec) GetTimeoutSeconds() int32 + func (x *RevisionSpec) GetVolumes() []*v1.Volume + func (x *RevisionSpec) ProtoReflect() protoreflect.Message + func (x *RevisionSpec) Reset() + func (x *RevisionSpec) String() string + type RevisionStatus struct + Conditions []*Condition + ImageDigest string + LogUrl string + ObservedGeneration int32 + ServiceName string + func (*RevisionStatus) Descriptor() ([]byte, []int) + func (*RevisionStatus) ProtoMessage() + func (x *RevisionStatus) GetConditions() []*Condition + func (x *RevisionStatus) GetImageDigest() string + func (x *RevisionStatus) GetLogUrl() string + func (x *RevisionStatus) GetObservedGeneration() int32 + func (x *RevisionStatus) GetServiceName() string + func (x *RevisionStatus) ProtoReflect() protoreflect.Message + func (x *RevisionStatus) Reset() + func (x *RevisionStatus) String() string + type RevisionTemplate struct + Metadata *v11.ObjectMeta + Spec *RevisionSpec + func (*RevisionTemplate) Descriptor() ([]byte, []int) + func (*RevisionTemplate) ProtoMessage() + func (x *RevisionTemplate) GetMetadata() *v11.ObjectMeta + func (x *RevisionTemplate) GetSpec() *RevisionSpec + func (x *RevisionTemplate) ProtoReflect() protoreflect.Message + func (x *RevisionTemplate) Reset() + func (x *RevisionTemplate) String() string + type RevisionsClient interface + DeleteRevision func(ctx context.Context, in *DeleteRevisionRequest, opts ...grpc.CallOption) (*v1.Status, error) + GetRevision func(ctx context.Context, in *GetRevisionRequest, opts ...grpc.CallOption) (*Revision, error) + ListRevisions func(ctx context.Context, in *ListRevisionsRequest, opts ...grpc.CallOption) (*ListRevisionsResponse, error) + func NewRevisionsClient(cc grpc.ClientConnInterface) RevisionsClient + type RevisionsServer interface + DeleteRevision func(context.Context, *DeleteRevisionRequest) (*v1.Status, error) + GetRevision func(context.Context, *GetRevisionRequest) (*Revision, error) + ListRevisions func(context.Context, *ListRevisionsRequest) (*ListRevisionsResponse, error) + type Route struct + ApiVersion string + Kind string + Metadata *v1.ObjectMeta + Spec *RouteSpec + Status *RouteStatus + func (*Route) Descriptor() ([]byte, []int) + func (*Route) ProtoMessage() + func (x *Route) GetApiVersion() string + func (x *Route) GetKind() string + func (x *Route) GetMetadata() *v1.ObjectMeta + func (x *Route) GetSpec() *RouteSpec + func (x *Route) GetStatus() *RouteStatus + func (x *Route) ProtoReflect() protoreflect.Message + func (x *Route) Reset() + func (x *Route) String() string + type RouteSpec struct + Target []*TrafficTarget + func (*RouteSpec) Descriptor() ([]byte, []int) + func (*RouteSpec) ProtoMessage() + func (x *RouteSpec) GetTarget() []*TrafficTarget + func (x *RouteSpec) ProtoReflect() protoreflect.Message + func (x *RouteSpec) Reset() + func (x *RouteSpec) String() string + type RouteStatus struct + Address *Addressable + Conditions []*Condition + ObservedGeneration int32 + Traffic []*TrafficTarget + Url string + func (*RouteStatus) Descriptor() ([]byte, []int) + func (*RouteStatus) ProtoMessage() + func (x *RouteStatus) GetAddress() *Addressable + func (x *RouteStatus) GetConditions() []*Condition + func (x *RouteStatus) GetObservedGeneration() int32 + func (x *RouteStatus) GetTraffic() []*TrafficTarget + func (x *RouteStatus) GetUrl() string + func (x *RouteStatus) ProtoReflect() protoreflect.Message + func (x *RouteStatus) Reset() + func (x *RouteStatus) String() string + type RoutesClient interface + GetRoute func(ctx context.Context, in *GetRouteRequest, opts ...grpc.CallOption) (*Route, error) + ListRoutes func(ctx context.Context, in *ListRoutesRequest, opts ...grpc.CallOption) (*ListRoutesResponse, error) + func NewRoutesClient(cc grpc.ClientConnInterface) RoutesClient + type RoutesServer interface + GetRoute func(context.Context, *GetRouteRequest) (*Route, error) + ListRoutes func(context.Context, *ListRoutesRequest) (*ListRoutesResponse, error) + type Service struct + ApiVersion string + Kind string + Metadata *v1.ObjectMeta + Spec *ServiceSpec + Status *ServiceStatus + func (*Service) Descriptor() ([]byte, []int) + func (*Service) ProtoMessage() + func (x *Service) GetApiVersion() string + func (x *Service) GetKind() string + func (x *Service) GetMetadata() *v1.ObjectMeta + func (x *Service) GetSpec() *ServiceSpec + func (x *Service) GetStatus() *ServiceStatus + func (x *Service) ProtoReflect() protoreflect.Message + func (x *Service) Reset() + func (x *Service) String() string + type ServiceSpec struct + Target []*TrafficTarget + Template *RevisionTemplate + func (*ServiceSpec) Descriptor() ([]byte, []int) + func (*ServiceSpec) ProtoMessage() + func (x *ServiceSpec) GetTarget() []*TrafficTarget + func (x *ServiceSpec) GetTemplate() *RevisionTemplate + func (x *ServiceSpec) ProtoReflect() protoreflect.Message + func (x *ServiceSpec) Reset() + func (x *ServiceSpec) String() string + type ServiceStatus struct + Address *Addressable + Conditions []*Condition + LatestCreatedRevisionName string + LatestReadyRevisionName string + ObservedGeneration int32 + Traffic []*TrafficTarget + Url string + func (*ServiceStatus) Descriptor() ([]byte, []int) + func (*ServiceStatus) ProtoMessage() + func (x *ServiceStatus) GetAddress() *Addressable + func (x *ServiceStatus) GetConditions() []*Condition + func (x *ServiceStatus) GetLatestCreatedRevisionName() string + func (x *ServiceStatus) GetLatestReadyRevisionName() string + func (x *ServiceStatus) GetObservedGeneration() int32 + func (x *ServiceStatus) GetTraffic() []*TrafficTarget + func (x *ServiceStatus) GetUrl() string + func (x *ServiceStatus) ProtoReflect() protoreflect.Message + func (x *ServiceStatus) Reset() + func (x *ServiceStatus) String() string + type ServicesClient interface + CreateService func(ctx context.Context, in *CreateServiceRequest, opts ...grpc.CallOption) (*Service, error) + DeleteService func(ctx context.Context, in *DeleteServiceRequest, opts ...grpc.CallOption) (*v1.Status, error) + GetIamPolicy func(ctx context.Context, in *v11.GetIamPolicyRequest, opts ...grpc.CallOption) (*v11.Policy, error) + GetService func(ctx context.Context, in *GetServiceRequest, opts ...grpc.CallOption) (*Service, error) + ListServices func(ctx context.Context, in *ListServicesRequest, opts ...grpc.CallOption) (*ListServicesResponse, error) + ReplaceService func(ctx context.Context, in *ReplaceServiceRequest, opts ...grpc.CallOption) (*Service, error) + SetIamPolicy func(ctx context.Context, in *v11.SetIamPolicyRequest, opts ...grpc.CallOption) (*v11.Policy, error) + TestIamPermissions func(ctx context.Context, in *v11.TestIamPermissionsRequest, ...) (*v11.TestIamPermissionsResponse, error) + func NewServicesClient(cc grpc.ClientConnInterface) ServicesClient + type ServicesServer interface + CreateService func(context.Context, *CreateServiceRequest) (*Service, error) + DeleteService func(context.Context, *DeleteServiceRequest) (*v1.Status, error) + GetIamPolicy func(context.Context, *v11.GetIamPolicyRequest) (*v11.Policy, error) + GetService func(context.Context, *GetServiceRequest) (*Service, error) + ListServices func(context.Context, *ListServicesRequest) (*ListServicesResponse, error) + ReplaceService func(context.Context, *ReplaceServiceRequest) (*Service, error) + SetIamPolicy func(context.Context, *v11.SetIamPolicyRequest) (*v11.Policy, error) + TestIamPermissions func(context.Context, *v11.TestIamPermissionsRequest) (*v11.TestIamPermissionsResponse, error) + type TrafficTarget struct + ConfigurationName string + LatestRevision bool + Percent int32 + RevisionName string + Tag string + Url string + func (*TrafficTarget) Descriptor() ([]byte, []int) + func (*TrafficTarget) ProtoMessage() + func (x *TrafficTarget) GetConfigurationName() string + func (x *TrafficTarget) GetLatestRevision() bool + func (x *TrafficTarget) GetPercent() int32 + func (x *TrafficTarget) GetRevisionName() string + func (x *TrafficTarget) GetTag() string + func (x *TrafficTarget) GetUrl() string + func (x *TrafficTarget) ProtoReflect() protoreflect.Message + func (x *TrafficTarget) Reset() + func (x *TrafficTarget) String() string + type UnimplementedAuthorizedDomainsServer struct + func (*UnimplementedAuthorizedDomainsServer) ListAuthorizedDomains(context.Context, *ListAuthorizedDomainsRequest) (*ListAuthorizedDomainsResponse, error) + type UnimplementedConfigurationsServer struct + func (*UnimplementedConfigurationsServer) GetConfiguration(context.Context, *GetConfigurationRequest) (*Configuration, error) + func (*UnimplementedConfigurationsServer) ListConfigurations(context.Context, *ListConfigurationsRequest) (*ListConfigurationsResponse, error) + type UnimplementedDomainMappingsServer struct + func (*UnimplementedDomainMappingsServer) CreateDomainMapping(context.Context, *CreateDomainMappingRequest) (*DomainMapping, error) + func (*UnimplementedDomainMappingsServer) DeleteDomainMapping(context.Context, *DeleteDomainMappingRequest) (*v1.Status, error) + func (*UnimplementedDomainMappingsServer) GetDomainMapping(context.Context, *GetDomainMappingRequest) (*DomainMapping, error) + func (*UnimplementedDomainMappingsServer) ListDomainMappings(context.Context, *ListDomainMappingsRequest) (*ListDomainMappingsResponse, error) + type UnimplementedRevisionsServer struct + func (*UnimplementedRevisionsServer) DeleteRevision(context.Context, *DeleteRevisionRequest) (*v1.Status, error) + func (*UnimplementedRevisionsServer) GetRevision(context.Context, *GetRevisionRequest) (*Revision, error) + func (*UnimplementedRevisionsServer) ListRevisions(context.Context, *ListRevisionsRequest) (*ListRevisionsResponse, error) + type UnimplementedRoutesServer struct + func (*UnimplementedRoutesServer) GetRoute(context.Context, *GetRouteRequest) (*Route, error) + func (*UnimplementedRoutesServer) ListRoutes(context.Context, *ListRoutesRequest) (*ListRoutesResponse, error) + type UnimplementedServicesServer struct + func (*UnimplementedServicesServer) CreateService(context.Context, *CreateServiceRequest) (*Service, error) + func (*UnimplementedServicesServer) DeleteService(context.Context, *DeleteServiceRequest) (*v1.Status, error) + func (*UnimplementedServicesServer) GetIamPolicy(context.Context, *v11.GetIamPolicyRequest) (*v11.Policy, error) + func (*UnimplementedServicesServer) GetService(context.Context, *GetServiceRequest) (*Service, error) + func (*UnimplementedServicesServer) ListServices(context.Context, *ListServicesRequest) (*ListServicesResponse, error) + func (*UnimplementedServicesServer) ReplaceService(context.Context, *ReplaceServiceRequest) (*Service, error) + func (*UnimplementedServicesServer) SetIamPolicy(context.Context, *v11.SetIamPolicyRequest) (*v11.Policy, error) + func (*UnimplementedServicesServer) TestIamPermissions(context.Context, *v11.TestIamPermissionsRequest) (*v11.TestIamPermissionsResponse, error)