Versions in this module Expand all Collapse all v0 v0.37.1 Dec 15, 2020 Changes in this version + const CloudPlatformScope + type APIService struct + BasePath string + Namespaces *NamespacesService + Projects *ProjectsService + UserAgent string + func New(client *http.Client) (*APIService, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*APIService, error) + type Addressable struct + ForceSendFields []string + NullFields []string + Url string + func (s *Addressable) MarshalJSON() ([]byte, error) + type AuditConfig struct + AuditLogConfigs []*AuditLogConfig + ForceSendFields []string + NullFields []string + Service string + func (s *AuditConfig) MarshalJSON() ([]byte, error) + type AuditLogConfig struct + ExemptedMembers []string + ForceSendFields []string + LogType string + NullFields []string + func (s *AuditLogConfig) MarshalJSON() ([]byte, error) + type AuthorizedDomain struct + ForceSendFields []string + Id string + Name string + NullFields []string + func (s *AuthorizedDomain) MarshalJSON() ([]byte, error) + type Binding struct + Condition *Expr + ForceSendFields []string + Members []string + NullFields []string + Role string + func (s *Binding) MarshalJSON() ([]byte, error) + type ConfigMapEnvSource struct + ForceSendFields []string + LocalObjectReference *LocalObjectReference + Name string + NullFields []string + Optional bool + func (s *ConfigMapEnvSource) MarshalJSON() ([]byte, error) + type ConfigMapKeySelector struct + ForceSendFields []string + Key string + LocalObjectReference *LocalObjectReference + Name string + NullFields []string + Optional bool + func (s *ConfigMapKeySelector) MarshalJSON() ([]byte, error) + type ConfigMapVolumeSource struct + DefaultMode int64 + ForceSendFields []string + Items []*KeyToPath + Name string + NullFields []string + Optional bool + func (s *ConfigMapVolumeSource) MarshalJSON() ([]byte, error) + type Configuration struct + ApiVersion string + ForceSendFields []string + Kind string + Metadata *ObjectMeta + NullFields []string + Spec *ConfigurationSpec + Status *ConfigurationStatus + func (s *Configuration) MarshalJSON() ([]byte, error) + type ConfigurationSpec struct + ForceSendFields []string + NullFields []string + Template *RevisionTemplate + func (s *ConfigurationSpec) MarshalJSON() ([]byte, error) + type ConfigurationStatus struct + Conditions []*GoogleCloudRunV1Condition + ForceSendFields []string + LatestCreatedRevisionName string + LatestReadyRevisionName string + NullFields []string + ObservedGeneration int64 + func (s *ConfigurationStatus) MarshalJSON() ([]byte, error) + type Container struct + Args []string + Command []string + Env []*EnvVar + EnvFrom []*EnvFromSource + ForceSendFields []string + Image string + ImagePullPolicy string + LivenessProbe *Probe + Name string + NullFields []string + Ports []*ContainerPort + ReadinessProbe *Probe + Resources *ResourceRequirements + SecurityContext *SecurityContext + TerminationMessagePath string + TerminationMessagePolicy string + VolumeMounts []*VolumeMount + WorkingDir string + func (s *Container) MarshalJSON() ([]byte, error) + type ContainerPort struct + ContainerPort int64 + ForceSendFields []string + Name string + NullFields []string + Protocol string + func (s *ContainerPort) MarshalJSON() ([]byte, error) + type DomainMapping struct + ApiVersion string + ForceSendFields []string + Kind string + Metadata *ObjectMeta + NullFields []string + Spec *DomainMappingSpec + Status *DomainMappingStatus + func (s *DomainMapping) MarshalJSON() ([]byte, error) + type DomainMappingSpec struct + CertificateMode string + ForceOverride bool + ForceSendFields []string + NullFields []string + RouteName string + func (s *DomainMappingSpec) MarshalJSON() ([]byte, error) + type DomainMappingStatus struct + Conditions []*GoogleCloudRunV1Condition + ForceSendFields []string + MappedRouteName string + NullFields []string + ObservedGeneration int64 + ResourceRecords []*ResourceRecord + Url string + func (s *DomainMappingStatus) MarshalJSON() ([]byte, error) + type EnvFromSource struct + ConfigMapRef *ConfigMapEnvSource + ForceSendFields []string + NullFields []string + Prefix string + SecretRef *SecretEnvSource + func (s *EnvFromSource) MarshalJSON() ([]byte, error) + type EnvVar struct + ForceSendFields []string + Name string + NullFields []string + Value string + ValueFrom *EnvVarSource + func (s *EnvVar) MarshalJSON() ([]byte, error) + type EnvVarSource struct + ConfigMapKeyRef *ConfigMapKeySelector + ForceSendFields []string + NullFields []string + SecretKeyRef *SecretKeySelector + func (s *EnvVarSource) MarshalJSON() ([]byte, error) + type ExecAction struct + Command []string + ForceSendFields []string + NullFields []string + func (s *ExecAction) MarshalJSON() ([]byte, error) + type Expr struct + Description string + Expression string + ForceSendFields []string + Location string + NullFields []string + Title string + func (s *Expr) MarshalJSON() ([]byte, error) + type GoogleCloudRunV1Condition struct + ForceSendFields []string + LastTransitionTime string + Message string + NullFields []string + Reason string + Severity string + Status string + Type string + func (s *GoogleCloudRunV1Condition) MarshalJSON() ([]byte, error) + type HTTPGetAction struct + ForceSendFields []string + Host string + HttpHeaders []*HTTPHeader + NullFields []string + Path string + Scheme string + func (s *HTTPGetAction) MarshalJSON() ([]byte, error) + type HTTPHeader struct + ForceSendFields []string + Name string + NullFields []string + Value string + func (s *HTTPHeader) MarshalJSON() ([]byte, error) + type KeyToPath struct + ForceSendFields []string + Key string + Mode int64 + NullFields []string + Path string + func (s *KeyToPath) MarshalJSON() ([]byte, error) + type ListAuthorizedDomainsResponse struct + Domains []*AuthorizedDomain + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListAuthorizedDomainsResponse) MarshalJSON() ([]byte, error) + type ListConfigurationsResponse struct + ApiVersion string + ForceSendFields []string + Items []*Configuration + Kind string + Metadata *ListMeta + NullFields []string + Unreachable []string + func (s *ListConfigurationsResponse) MarshalJSON() ([]byte, error) + type ListDomainMappingsResponse struct + ApiVersion string + ForceSendFields []string + Items []*DomainMapping + Kind string + Metadata *ListMeta + NullFields []string + Unreachable []string + func (s *ListDomainMappingsResponse) MarshalJSON() ([]byte, error) + type ListLocationsResponse struct + ForceSendFields []string + Locations []*Location + NextPageToken string + NullFields []string + func (s *ListLocationsResponse) MarshalJSON() ([]byte, error) + type ListMeta struct + Continue string + ForceSendFields []string + NullFields []string + ResourceVersion string + SelfLink string + func (s *ListMeta) MarshalJSON() ([]byte, error) + type ListRevisionsResponse struct + ApiVersion string + ForceSendFields []string + Items []*Revision + Kind string + Metadata *ListMeta + NullFields []string + Unreachable []string + func (s *ListRevisionsResponse) MarshalJSON() ([]byte, error) + type ListRoutesResponse struct + ApiVersion string + ForceSendFields []string + Items []*Route + Kind string + Metadata *ListMeta + NullFields []string + Unreachable []string + func (s *ListRoutesResponse) MarshalJSON() ([]byte, error) + type ListServicesResponse struct + ApiVersion string + ForceSendFields []string + Items []*Service + Kind string + Metadata *ListMeta + NullFields []string + Unreachable []string + func (s *ListServicesResponse) MarshalJSON() ([]byte, error) + type LocalObjectReference struct + ForceSendFields []string + Name string + NullFields []string + func (s *LocalObjectReference) MarshalJSON() ([]byte, error) + type Location struct + DisplayName string + ForceSendFields []string + Labels map[string]string + LocationId string + Metadata googleapi.RawMessage + Name string + NullFields []string + func (s *Location) MarshalJSON() ([]byte, error) + type NamespacesAuthorizeddomainsListCall struct + func (c *NamespacesAuthorizeddomainsListCall) Context(ctx context.Context) *NamespacesAuthorizeddomainsListCall + func (c *NamespacesAuthorizeddomainsListCall) Do(opts ...googleapi.CallOption) (*ListAuthorizedDomainsResponse, error) + func (c *NamespacesAuthorizeddomainsListCall) Fields(s ...googleapi.Field) *NamespacesAuthorizeddomainsListCall + func (c *NamespacesAuthorizeddomainsListCall) Header() http.Header + func (c *NamespacesAuthorizeddomainsListCall) IfNoneMatch(entityTag string) *NamespacesAuthorizeddomainsListCall + func (c *NamespacesAuthorizeddomainsListCall) PageSize(pageSize int64) *NamespacesAuthorizeddomainsListCall + func (c *NamespacesAuthorizeddomainsListCall) PageToken(pageToken string) *NamespacesAuthorizeddomainsListCall + func (c *NamespacesAuthorizeddomainsListCall) Pages(ctx context.Context, f func(*ListAuthorizedDomainsResponse) error) error + type NamespacesAuthorizeddomainsService struct + func NewNamespacesAuthorizeddomainsService(s *APIService) *NamespacesAuthorizeddomainsService + func (r *NamespacesAuthorizeddomainsService) List(parent string) *NamespacesAuthorizeddomainsListCall + type NamespacesConfigurationsGetCall struct + func (c *NamespacesConfigurationsGetCall) Context(ctx context.Context) *NamespacesConfigurationsGetCall + func (c *NamespacesConfigurationsGetCall) Do(opts ...googleapi.CallOption) (*Configuration, error) + func (c *NamespacesConfigurationsGetCall) Fields(s ...googleapi.Field) *NamespacesConfigurationsGetCall + func (c *NamespacesConfigurationsGetCall) Header() http.Header + func (c *NamespacesConfigurationsGetCall) IfNoneMatch(entityTag string) *NamespacesConfigurationsGetCall + type NamespacesConfigurationsListCall struct + func (c *NamespacesConfigurationsListCall) Context(ctx context.Context) *NamespacesConfigurationsListCall + func (c *NamespacesConfigurationsListCall) Continue(continue_ string) *NamespacesConfigurationsListCall + func (c *NamespacesConfigurationsListCall) Do(opts ...googleapi.CallOption) (*ListConfigurationsResponse, error) + func (c *NamespacesConfigurationsListCall) FieldSelector(fieldSelector string) *NamespacesConfigurationsListCall + func (c *NamespacesConfigurationsListCall) Fields(s ...googleapi.Field) *NamespacesConfigurationsListCall + func (c *NamespacesConfigurationsListCall) Header() http.Header + func (c *NamespacesConfigurationsListCall) IfNoneMatch(entityTag string) *NamespacesConfigurationsListCall + func (c *NamespacesConfigurationsListCall) IncludeUninitialized(includeUninitialized bool) *NamespacesConfigurationsListCall + func (c *NamespacesConfigurationsListCall) LabelSelector(labelSelector string) *NamespacesConfigurationsListCall + func (c *NamespacesConfigurationsListCall) Limit(limit int64) *NamespacesConfigurationsListCall + func (c *NamespacesConfigurationsListCall) ResourceVersion(resourceVersion string) *NamespacesConfigurationsListCall + func (c *NamespacesConfigurationsListCall) Watch(watch bool) *NamespacesConfigurationsListCall + type NamespacesConfigurationsService struct + func NewNamespacesConfigurationsService(s *APIService) *NamespacesConfigurationsService + func (r *NamespacesConfigurationsService) Get(name string) *NamespacesConfigurationsGetCall + func (r *NamespacesConfigurationsService) List(parent string) *NamespacesConfigurationsListCall + type NamespacesDomainmappingsCreateCall struct + func (c *NamespacesDomainmappingsCreateCall) Context(ctx context.Context) *NamespacesDomainmappingsCreateCall + func (c *NamespacesDomainmappingsCreateCall) Do(opts ...googleapi.CallOption) (*DomainMapping, error) + func (c *NamespacesDomainmappingsCreateCall) Fields(s ...googleapi.Field) *NamespacesDomainmappingsCreateCall + func (c *NamespacesDomainmappingsCreateCall) Header() http.Header + type NamespacesDomainmappingsDeleteCall struct + func (c *NamespacesDomainmappingsDeleteCall) ApiVersion(apiVersion string) *NamespacesDomainmappingsDeleteCall + func (c *NamespacesDomainmappingsDeleteCall) Context(ctx context.Context) *NamespacesDomainmappingsDeleteCall + func (c *NamespacesDomainmappingsDeleteCall) Do(opts ...googleapi.CallOption) (*Status, error) + func (c *NamespacesDomainmappingsDeleteCall) Fields(s ...googleapi.Field) *NamespacesDomainmappingsDeleteCall + func (c *NamespacesDomainmappingsDeleteCall) Header() http.Header + func (c *NamespacesDomainmappingsDeleteCall) Kind(kind string) *NamespacesDomainmappingsDeleteCall + func (c *NamespacesDomainmappingsDeleteCall) PropagationPolicy(propagationPolicy string) *NamespacesDomainmappingsDeleteCall + type NamespacesDomainmappingsGetCall struct + func (c *NamespacesDomainmappingsGetCall) Context(ctx context.Context) *NamespacesDomainmappingsGetCall + func (c *NamespacesDomainmappingsGetCall) Do(opts ...googleapi.CallOption) (*DomainMapping, error) + func (c *NamespacesDomainmappingsGetCall) Fields(s ...googleapi.Field) *NamespacesDomainmappingsGetCall + func (c *NamespacesDomainmappingsGetCall) Header() http.Header + func (c *NamespacesDomainmappingsGetCall) IfNoneMatch(entityTag string) *NamespacesDomainmappingsGetCall + type NamespacesDomainmappingsListCall struct + func (c *NamespacesDomainmappingsListCall) Context(ctx context.Context) *NamespacesDomainmappingsListCall + func (c *NamespacesDomainmappingsListCall) Continue(continue_ string) *NamespacesDomainmappingsListCall + func (c *NamespacesDomainmappingsListCall) Do(opts ...googleapi.CallOption) (*ListDomainMappingsResponse, error) + func (c *NamespacesDomainmappingsListCall) FieldSelector(fieldSelector string) *NamespacesDomainmappingsListCall + func (c *NamespacesDomainmappingsListCall) Fields(s ...googleapi.Field) *NamespacesDomainmappingsListCall + func (c *NamespacesDomainmappingsListCall) Header() http.Header + func (c *NamespacesDomainmappingsListCall) IfNoneMatch(entityTag string) *NamespacesDomainmappingsListCall + func (c *NamespacesDomainmappingsListCall) IncludeUninitialized(includeUninitialized bool) *NamespacesDomainmappingsListCall + func (c *NamespacesDomainmappingsListCall) LabelSelector(labelSelector string) *NamespacesDomainmappingsListCall + func (c *NamespacesDomainmappingsListCall) Limit(limit int64) *NamespacesDomainmappingsListCall + func (c *NamespacesDomainmappingsListCall) ResourceVersion(resourceVersion string) *NamespacesDomainmappingsListCall + func (c *NamespacesDomainmappingsListCall) Watch(watch bool) *NamespacesDomainmappingsListCall + type NamespacesDomainmappingsService struct + func NewNamespacesDomainmappingsService(s *APIService) *NamespacesDomainmappingsService + func (r *NamespacesDomainmappingsService) Create(parent string, domainmapping *DomainMapping) *NamespacesDomainmappingsCreateCall + func (r *NamespacesDomainmappingsService) Delete(name string) *NamespacesDomainmappingsDeleteCall + func (r *NamespacesDomainmappingsService) Get(name string) *NamespacesDomainmappingsGetCall + func (r *NamespacesDomainmappingsService) List(parent string) *NamespacesDomainmappingsListCall + type NamespacesRevisionsDeleteCall struct + func (c *NamespacesRevisionsDeleteCall) ApiVersion(apiVersion string) *NamespacesRevisionsDeleteCall + func (c *NamespacesRevisionsDeleteCall) Context(ctx context.Context) *NamespacesRevisionsDeleteCall + func (c *NamespacesRevisionsDeleteCall) Do(opts ...googleapi.CallOption) (*Status, error) + func (c *NamespacesRevisionsDeleteCall) Fields(s ...googleapi.Field) *NamespacesRevisionsDeleteCall + func (c *NamespacesRevisionsDeleteCall) Header() http.Header + func (c *NamespacesRevisionsDeleteCall) Kind(kind string) *NamespacesRevisionsDeleteCall + func (c *NamespacesRevisionsDeleteCall) PropagationPolicy(propagationPolicy string) *NamespacesRevisionsDeleteCall + type NamespacesRevisionsGetCall struct + func (c *NamespacesRevisionsGetCall) Context(ctx context.Context) *NamespacesRevisionsGetCall + func (c *NamespacesRevisionsGetCall) Do(opts ...googleapi.CallOption) (*Revision, error) + func (c *NamespacesRevisionsGetCall) Fields(s ...googleapi.Field) *NamespacesRevisionsGetCall + func (c *NamespacesRevisionsGetCall) Header() http.Header + func (c *NamespacesRevisionsGetCall) IfNoneMatch(entityTag string) *NamespacesRevisionsGetCall + type NamespacesRevisionsListCall struct + func (c *NamespacesRevisionsListCall) Context(ctx context.Context) *NamespacesRevisionsListCall + func (c *NamespacesRevisionsListCall) Continue(continue_ string) *NamespacesRevisionsListCall + func (c *NamespacesRevisionsListCall) Do(opts ...googleapi.CallOption) (*ListRevisionsResponse, error) + func (c *NamespacesRevisionsListCall) FieldSelector(fieldSelector string) *NamespacesRevisionsListCall + func (c *NamespacesRevisionsListCall) Fields(s ...googleapi.Field) *NamespacesRevisionsListCall + func (c *NamespacesRevisionsListCall) Header() http.Header + func (c *NamespacesRevisionsListCall) IfNoneMatch(entityTag string) *NamespacesRevisionsListCall + func (c *NamespacesRevisionsListCall) IncludeUninitialized(includeUninitialized bool) *NamespacesRevisionsListCall + func (c *NamespacesRevisionsListCall) LabelSelector(labelSelector string) *NamespacesRevisionsListCall + func (c *NamespacesRevisionsListCall) Limit(limit int64) *NamespacesRevisionsListCall + func (c *NamespacesRevisionsListCall) ResourceVersion(resourceVersion string) *NamespacesRevisionsListCall + func (c *NamespacesRevisionsListCall) Watch(watch bool) *NamespacesRevisionsListCall + type NamespacesRevisionsService struct + func NewNamespacesRevisionsService(s *APIService) *NamespacesRevisionsService + func (r *NamespacesRevisionsService) Delete(name string) *NamespacesRevisionsDeleteCall + func (r *NamespacesRevisionsService) Get(name string) *NamespacesRevisionsGetCall + func (r *NamespacesRevisionsService) List(parent string) *NamespacesRevisionsListCall + type NamespacesRoutesGetCall struct + func (c *NamespacesRoutesGetCall) Context(ctx context.Context) *NamespacesRoutesGetCall + func (c *NamespacesRoutesGetCall) Do(opts ...googleapi.CallOption) (*Route, error) + func (c *NamespacesRoutesGetCall) Fields(s ...googleapi.Field) *NamespacesRoutesGetCall + func (c *NamespacesRoutesGetCall) Header() http.Header + func (c *NamespacesRoutesGetCall) IfNoneMatch(entityTag string) *NamespacesRoutesGetCall + type NamespacesRoutesListCall struct + func (c *NamespacesRoutesListCall) Context(ctx context.Context) *NamespacesRoutesListCall + func (c *NamespacesRoutesListCall) Continue(continue_ string) *NamespacesRoutesListCall + func (c *NamespacesRoutesListCall) Do(opts ...googleapi.CallOption) (*ListRoutesResponse, error) + func (c *NamespacesRoutesListCall) FieldSelector(fieldSelector string) *NamespacesRoutesListCall + func (c *NamespacesRoutesListCall) Fields(s ...googleapi.Field) *NamespacesRoutesListCall + func (c *NamespacesRoutesListCall) Header() http.Header + func (c *NamespacesRoutesListCall) IfNoneMatch(entityTag string) *NamespacesRoutesListCall + func (c *NamespacesRoutesListCall) IncludeUninitialized(includeUninitialized bool) *NamespacesRoutesListCall + func (c *NamespacesRoutesListCall) LabelSelector(labelSelector string) *NamespacesRoutesListCall + func (c *NamespacesRoutesListCall) Limit(limit int64) *NamespacesRoutesListCall + func (c *NamespacesRoutesListCall) ResourceVersion(resourceVersion string) *NamespacesRoutesListCall + func (c *NamespacesRoutesListCall) Watch(watch bool) *NamespacesRoutesListCall + type NamespacesRoutesService struct + func NewNamespacesRoutesService(s *APIService) *NamespacesRoutesService + func (r *NamespacesRoutesService) Get(name string) *NamespacesRoutesGetCall + func (r *NamespacesRoutesService) List(parent string) *NamespacesRoutesListCall + type NamespacesService struct + Authorizeddomains *NamespacesAuthorizeddomainsService + Configurations *NamespacesConfigurationsService + Domainmappings *NamespacesDomainmappingsService + Revisions *NamespacesRevisionsService + Routes *NamespacesRoutesService + Services *NamespacesServicesService + func NewNamespacesService(s *APIService) *NamespacesService + type NamespacesServicesCreateCall struct + func (c *NamespacesServicesCreateCall) Context(ctx context.Context) *NamespacesServicesCreateCall + func (c *NamespacesServicesCreateCall) Do(opts ...googleapi.CallOption) (*Service, error) + func (c *NamespacesServicesCreateCall) Fields(s ...googleapi.Field) *NamespacesServicesCreateCall + func (c *NamespacesServicesCreateCall) Header() http.Header + type NamespacesServicesDeleteCall struct + func (c *NamespacesServicesDeleteCall) ApiVersion(apiVersion string) *NamespacesServicesDeleteCall + func (c *NamespacesServicesDeleteCall) Context(ctx context.Context) *NamespacesServicesDeleteCall + func (c *NamespacesServicesDeleteCall) Do(opts ...googleapi.CallOption) (*Status, error) + func (c *NamespacesServicesDeleteCall) Fields(s ...googleapi.Field) *NamespacesServicesDeleteCall + func (c *NamespacesServicesDeleteCall) Header() http.Header + func (c *NamespacesServicesDeleteCall) Kind(kind string) *NamespacesServicesDeleteCall + func (c *NamespacesServicesDeleteCall) PropagationPolicy(propagationPolicy string) *NamespacesServicesDeleteCall + type NamespacesServicesGetCall struct + func (c *NamespacesServicesGetCall) Context(ctx context.Context) *NamespacesServicesGetCall + func (c *NamespacesServicesGetCall) Do(opts ...googleapi.CallOption) (*Service, error) + func (c *NamespacesServicesGetCall) Fields(s ...googleapi.Field) *NamespacesServicesGetCall + func (c *NamespacesServicesGetCall) Header() http.Header + func (c *NamespacesServicesGetCall) IfNoneMatch(entityTag string) *NamespacesServicesGetCall + type NamespacesServicesListCall struct + func (c *NamespacesServicesListCall) Context(ctx context.Context) *NamespacesServicesListCall + func (c *NamespacesServicesListCall) Continue(continue_ string) *NamespacesServicesListCall + func (c *NamespacesServicesListCall) Do(opts ...googleapi.CallOption) (*ListServicesResponse, error) + func (c *NamespacesServicesListCall) FieldSelector(fieldSelector string) *NamespacesServicesListCall + func (c *NamespacesServicesListCall) Fields(s ...googleapi.Field) *NamespacesServicesListCall + func (c *NamespacesServicesListCall) Header() http.Header + func (c *NamespacesServicesListCall) IfNoneMatch(entityTag string) *NamespacesServicesListCall + func (c *NamespacesServicesListCall) IncludeUninitialized(includeUninitialized bool) *NamespacesServicesListCall + func (c *NamespacesServicesListCall) LabelSelector(labelSelector string) *NamespacesServicesListCall + func (c *NamespacesServicesListCall) Limit(limit int64) *NamespacesServicesListCall + func (c *NamespacesServicesListCall) ResourceVersion(resourceVersion string) *NamespacesServicesListCall + func (c *NamespacesServicesListCall) Watch(watch bool) *NamespacesServicesListCall + type NamespacesServicesReplaceServiceCall struct + func (c *NamespacesServicesReplaceServiceCall) Context(ctx context.Context) *NamespacesServicesReplaceServiceCall + func (c *NamespacesServicesReplaceServiceCall) Do(opts ...googleapi.CallOption) (*Service, error) + func (c *NamespacesServicesReplaceServiceCall) Fields(s ...googleapi.Field) *NamespacesServicesReplaceServiceCall + func (c *NamespacesServicesReplaceServiceCall) Header() http.Header + type NamespacesServicesService struct + func NewNamespacesServicesService(s *APIService) *NamespacesServicesService + func (r *NamespacesServicesService) Create(parent string, service *Service) *NamespacesServicesCreateCall + func (r *NamespacesServicesService) Delete(name string) *NamespacesServicesDeleteCall + func (r *NamespacesServicesService) Get(name string) *NamespacesServicesGetCall + func (r *NamespacesServicesService) List(parent string) *NamespacesServicesListCall + func (r *NamespacesServicesService) ReplaceService(name string, service *Service) *NamespacesServicesReplaceServiceCall + type ObjectMeta struct + Annotations map[string]string + ClusterName string + CreationTimestamp string + DeletionGracePeriodSeconds int64 + DeletionTimestamp string + Finalizers []string + ForceSendFields []string + GenerateName string + Generation int64 + Labels map[string]string + Name string + Namespace string + NullFields []string + OwnerReferences []*OwnerReference + ResourceVersion string + SelfLink string + Uid string + func (s *ObjectMeta) MarshalJSON() ([]byte, error) + type OwnerReference struct + ApiVersion string + BlockOwnerDeletion bool + Controller bool + ForceSendFields []string + Kind string + Name string + NullFields []string + Uid string + func (s *OwnerReference) MarshalJSON() ([]byte, error) + type Policy struct + AuditConfigs []*AuditConfig + Bindings []*Binding + Etag string + ForceSendFields []string + NullFields []string + Version int64 + func (s *Policy) MarshalJSON() ([]byte, error) + type Probe struct + Exec *ExecAction + FailureThreshold int64 + ForceSendFields []string + HttpGet *HTTPGetAction + InitialDelaySeconds int64 + NullFields []string + PeriodSeconds int64 + SuccessThreshold int64 + TcpSocket *TCPSocketAction + TimeoutSeconds int64 + func (s *Probe) MarshalJSON() ([]byte, error) + type ProjectsAuthorizeddomainsListCall struct + func (c *ProjectsAuthorizeddomainsListCall) Context(ctx context.Context) *ProjectsAuthorizeddomainsListCall + func (c *ProjectsAuthorizeddomainsListCall) Do(opts ...googleapi.CallOption) (*ListAuthorizedDomainsResponse, error) + func (c *ProjectsAuthorizeddomainsListCall) Fields(s ...googleapi.Field) *ProjectsAuthorizeddomainsListCall + func (c *ProjectsAuthorizeddomainsListCall) Header() http.Header + func (c *ProjectsAuthorizeddomainsListCall) IfNoneMatch(entityTag string) *ProjectsAuthorizeddomainsListCall + func (c *ProjectsAuthorizeddomainsListCall) PageSize(pageSize int64) *ProjectsAuthorizeddomainsListCall + func (c *ProjectsAuthorizeddomainsListCall) PageToken(pageToken string) *ProjectsAuthorizeddomainsListCall + func (c *ProjectsAuthorizeddomainsListCall) Pages(ctx context.Context, f func(*ListAuthorizedDomainsResponse) error) error + type ProjectsAuthorizeddomainsService struct + func NewProjectsAuthorizeddomainsService(s *APIService) *ProjectsAuthorizeddomainsService + func (r *ProjectsAuthorizeddomainsService) List(parent string) *ProjectsAuthorizeddomainsListCall + type ProjectsLocationsAuthorizeddomainsListCall struct + func (c *ProjectsLocationsAuthorizeddomainsListCall) Context(ctx context.Context) *ProjectsLocationsAuthorizeddomainsListCall + func (c *ProjectsLocationsAuthorizeddomainsListCall) Do(opts ...googleapi.CallOption) (*ListAuthorizedDomainsResponse, error) + func (c *ProjectsLocationsAuthorizeddomainsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsAuthorizeddomainsListCall + func (c *ProjectsLocationsAuthorizeddomainsListCall) Header() http.Header + func (c *ProjectsLocationsAuthorizeddomainsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsAuthorizeddomainsListCall + func (c *ProjectsLocationsAuthorizeddomainsListCall) PageSize(pageSize int64) *ProjectsLocationsAuthorizeddomainsListCall + func (c *ProjectsLocationsAuthorizeddomainsListCall) PageToken(pageToken string) *ProjectsLocationsAuthorizeddomainsListCall + func (c *ProjectsLocationsAuthorizeddomainsListCall) Pages(ctx context.Context, f func(*ListAuthorizedDomainsResponse) error) error + type ProjectsLocationsAuthorizeddomainsService struct + func NewProjectsLocationsAuthorizeddomainsService(s *APIService) *ProjectsLocationsAuthorizeddomainsService + func (r *ProjectsLocationsAuthorizeddomainsService) List(parent string) *ProjectsLocationsAuthorizeddomainsListCall + type ProjectsLocationsConfigurationsGetCall struct + func (c *ProjectsLocationsConfigurationsGetCall) Context(ctx context.Context) *ProjectsLocationsConfigurationsGetCall + func (c *ProjectsLocationsConfigurationsGetCall) Do(opts ...googleapi.CallOption) (*Configuration, error) + func (c *ProjectsLocationsConfigurationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsConfigurationsGetCall + func (c *ProjectsLocationsConfigurationsGetCall) Header() http.Header + func (c *ProjectsLocationsConfigurationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsConfigurationsGetCall + type ProjectsLocationsConfigurationsListCall struct + func (c *ProjectsLocationsConfigurationsListCall) Context(ctx context.Context) *ProjectsLocationsConfigurationsListCall + func (c *ProjectsLocationsConfigurationsListCall) Continue(continue_ string) *ProjectsLocationsConfigurationsListCall + func (c *ProjectsLocationsConfigurationsListCall) Do(opts ...googleapi.CallOption) (*ListConfigurationsResponse, error) + func (c *ProjectsLocationsConfigurationsListCall) FieldSelector(fieldSelector string) *ProjectsLocationsConfigurationsListCall + func (c *ProjectsLocationsConfigurationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConfigurationsListCall + func (c *ProjectsLocationsConfigurationsListCall) Header() http.Header + func (c *ProjectsLocationsConfigurationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConfigurationsListCall + func (c *ProjectsLocationsConfigurationsListCall) IncludeUninitialized(includeUninitialized bool) *ProjectsLocationsConfigurationsListCall + func (c *ProjectsLocationsConfigurationsListCall) LabelSelector(labelSelector string) *ProjectsLocationsConfigurationsListCall + func (c *ProjectsLocationsConfigurationsListCall) Limit(limit int64) *ProjectsLocationsConfigurationsListCall + func (c *ProjectsLocationsConfigurationsListCall) ResourceVersion(resourceVersion string) *ProjectsLocationsConfigurationsListCall + func (c *ProjectsLocationsConfigurationsListCall) Watch(watch bool) *ProjectsLocationsConfigurationsListCall + type ProjectsLocationsConfigurationsService struct + func NewProjectsLocationsConfigurationsService(s *APIService) *ProjectsLocationsConfigurationsService + func (r *ProjectsLocationsConfigurationsService) Get(name string) *ProjectsLocationsConfigurationsGetCall + func (r *ProjectsLocationsConfigurationsService) List(parent string) *ProjectsLocationsConfigurationsListCall + type ProjectsLocationsDomainmappingsCreateCall struct + func (c *ProjectsLocationsDomainmappingsCreateCall) Context(ctx context.Context) *ProjectsLocationsDomainmappingsCreateCall + func (c *ProjectsLocationsDomainmappingsCreateCall) Do(opts ...googleapi.CallOption) (*DomainMapping, error) + func (c *ProjectsLocationsDomainmappingsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsDomainmappingsCreateCall + func (c *ProjectsLocationsDomainmappingsCreateCall) Header() http.Header + type ProjectsLocationsDomainmappingsDeleteCall struct + func (c *ProjectsLocationsDomainmappingsDeleteCall) ApiVersion(apiVersion string) *ProjectsLocationsDomainmappingsDeleteCall + func (c *ProjectsLocationsDomainmappingsDeleteCall) Context(ctx context.Context) *ProjectsLocationsDomainmappingsDeleteCall + func (c *ProjectsLocationsDomainmappingsDeleteCall) Do(opts ...googleapi.CallOption) (*Status, error) + func (c *ProjectsLocationsDomainmappingsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsDomainmappingsDeleteCall + func (c *ProjectsLocationsDomainmappingsDeleteCall) Header() http.Header + func (c *ProjectsLocationsDomainmappingsDeleteCall) Kind(kind string) *ProjectsLocationsDomainmappingsDeleteCall + func (c *ProjectsLocationsDomainmappingsDeleteCall) PropagationPolicy(propagationPolicy string) *ProjectsLocationsDomainmappingsDeleteCall + type ProjectsLocationsDomainmappingsGetCall struct + func (c *ProjectsLocationsDomainmappingsGetCall) Context(ctx context.Context) *ProjectsLocationsDomainmappingsGetCall + func (c *ProjectsLocationsDomainmappingsGetCall) Do(opts ...googleapi.CallOption) (*DomainMapping, error) + func (c *ProjectsLocationsDomainmappingsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsDomainmappingsGetCall + func (c *ProjectsLocationsDomainmappingsGetCall) Header() http.Header + func (c *ProjectsLocationsDomainmappingsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsDomainmappingsGetCall + type ProjectsLocationsDomainmappingsListCall struct + func (c *ProjectsLocationsDomainmappingsListCall) Context(ctx context.Context) *ProjectsLocationsDomainmappingsListCall + func (c *ProjectsLocationsDomainmappingsListCall) Continue(continue_ string) *ProjectsLocationsDomainmappingsListCall + func (c *ProjectsLocationsDomainmappingsListCall) Do(opts ...googleapi.CallOption) (*ListDomainMappingsResponse, error) + func (c *ProjectsLocationsDomainmappingsListCall) FieldSelector(fieldSelector string) *ProjectsLocationsDomainmappingsListCall + func (c *ProjectsLocationsDomainmappingsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsDomainmappingsListCall + func (c *ProjectsLocationsDomainmappingsListCall) Header() http.Header + func (c *ProjectsLocationsDomainmappingsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsDomainmappingsListCall + func (c *ProjectsLocationsDomainmappingsListCall) IncludeUninitialized(includeUninitialized bool) *ProjectsLocationsDomainmappingsListCall + func (c *ProjectsLocationsDomainmappingsListCall) LabelSelector(labelSelector string) *ProjectsLocationsDomainmappingsListCall + func (c *ProjectsLocationsDomainmappingsListCall) Limit(limit int64) *ProjectsLocationsDomainmappingsListCall + func (c *ProjectsLocationsDomainmappingsListCall) ResourceVersion(resourceVersion string) *ProjectsLocationsDomainmappingsListCall + func (c *ProjectsLocationsDomainmappingsListCall) Watch(watch bool) *ProjectsLocationsDomainmappingsListCall + type ProjectsLocationsDomainmappingsService struct + func NewProjectsLocationsDomainmappingsService(s *APIService) *ProjectsLocationsDomainmappingsService + func (r *ProjectsLocationsDomainmappingsService) Create(parent string, domainmapping *DomainMapping) *ProjectsLocationsDomainmappingsCreateCall + func (r *ProjectsLocationsDomainmappingsService) Delete(name string) *ProjectsLocationsDomainmappingsDeleteCall + func (r *ProjectsLocationsDomainmappingsService) Get(name string) *ProjectsLocationsDomainmappingsGetCall + func (r *ProjectsLocationsDomainmappingsService) List(parent string) *ProjectsLocationsDomainmappingsListCall + type ProjectsLocationsListCall struct + func (c *ProjectsLocationsListCall) Context(ctx context.Context) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Do(opts ...googleapi.CallOption) (*ListLocationsResponse, error) + func (c *ProjectsLocationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Filter(filter string) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Header() http.Header + func (c *ProjectsLocationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) PageSize(pageSize int64) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) PageToken(pageToken string) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Pages(ctx context.Context, f func(*ListLocationsResponse) error) error + type ProjectsLocationsRevisionsDeleteCall struct + func (c *ProjectsLocationsRevisionsDeleteCall) ApiVersion(apiVersion string) *ProjectsLocationsRevisionsDeleteCall + func (c *ProjectsLocationsRevisionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsRevisionsDeleteCall + func (c *ProjectsLocationsRevisionsDeleteCall) Do(opts ...googleapi.CallOption) (*Status, error) + func (c *ProjectsLocationsRevisionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsRevisionsDeleteCall + func (c *ProjectsLocationsRevisionsDeleteCall) Header() http.Header + func (c *ProjectsLocationsRevisionsDeleteCall) Kind(kind string) *ProjectsLocationsRevisionsDeleteCall + func (c *ProjectsLocationsRevisionsDeleteCall) PropagationPolicy(propagationPolicy string) *ProjectsLocationsRevisionsDeleteCall + type ProjectsLocationsRevisionsGetCall struct + func (c *ProjectsLocationsRevisionsGetCall) Context(ctx context.Context) *ProjectsLocationsRevisionsGetCall + func (c *ProjectsLocationsRevisionsGetCall) Do(opts ...googleapi.CallOption) (*Revision, error) + func (c *ProjectsLocationsRevisionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsRevisionsGetCall + func (c *ProjectsLocationsRevisionsGetCall) Header() http.Header + func (c *ProjectsLocationsRevisionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsRevisionsGetCall + type ProjectsLocationsRevisionsListCall struct + func (c *ProjectsLocationsRevisionsListCall) Context(ctx context.Context) *ProjectsLocationsRevisionsListCall + func (c *ProjectsLocationsRevisionsListCall) Continue(continue_ string) *ProjectsLocationsRevisionsListCall + func (c *ProjectsLocationsRevisionsListCall) Do(opts ...googleapi.CallOption) (*ListRevisionsResponse, error) + func (c *ProjectsLocationsRevisionsListCall) FieldSelector(fieldSelector string) *ProjectsLocationsRevisionsListCall + func (c *ProjectsLocationsRevisionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsRevisionsListCall + func (c *ProjectsLocationsRevisionsListCall) Header() http.Header + func (c *ProjectsLocationsRevisionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsRevisionsListCall + func (c *ProjectsLocationsRevisionsListCall) IncludeUninitialized(includeUninitialized bool) *ProjectsLocationsRevisionsListCall + func (c *ProjectsLocationsRevisionsListCall) LabelSelector(labelSelector string) *ProjectsLocationsRevisionsListCall + func (c *ProjectsLocationsRevisionsListCall) Limit(limit int64) *ProjectsLocationsRevisionsListCall + func (c *ProjectsLocationsRevisionsListCall) ResourceVersion(resourceVersion string) *ProjectsLocationsRevisionsListCall + func (c *ProjectsLocationsRevisionsListCall) Watch(watch bool) *ProjectsLocationsRevisionsListCall + type ProjectsLocationsRevisionsService struct + func NewProjectsLocationsRevisionsService(s *APIService) *ProjectsLocationsRevisionsService + func (r *ProjectsLocationsRevisionsService) Delete(name string) *ProjectsLocationsRevisionsDeleteCall + func (r *ProjectsLocationsRevisionsService) Get(name string) *ProjectsLocationsRevisionsGetCall + func (r *ProjectsLocationsRevisionsService) List(parent string) *ProjectsLocationsRevisionsListCall + type ProjectsLocationsRoutesGetCall struct + func (c *ProjectsLocationsRoutesGetCall) Context(ctx context.Context) *ProjectsLocationsRoutesGetCall + func (c *ProjectsLocationsRoutesGetCall) Do(opts ...googleapi.CallOption) (*Route, error) + func (c *ProjectsLocationsRoutesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsRoutesGetCall + func (c *ProjectsLocationsRoutesGetCall) Header() http.Header + func (c *ProjectsLocationsRoutesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsRoutesGetCall + type ProjectsLocationsRoutesListCall struct + func (c *ProjectsLocationsRoutesListCall) Context(ctx context.Context) *ProjectsLocationsRoutesListCall + func (c *ProjectsLocationsRoutesListCall) Continue(continue_ string) *ProjectsLocationsRoutesListCall + func (c *ProjectsLocationsRoutesListCall) Do(opts ...googleapi.CallOption) (*ListRoutesResponse, error) + func (c *ProjectsLocationsRoutesListCall) FieldSelector(fieldSelector string) *ProjectsLocationsRoutesListCall + func (c *ProjectsLocationsRoutesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsRoutesListCall + func (c *ProjectsLocationsRoutesListCall) Header() http.Header + func (c *ProjectsLocationsRoutesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsRoutesListCall + func (c *ProjectsLocationsRoutesListCall) IncludeUninitialized(includeUninitialized bool) *ProjectsLocationsRoutesListCall + func (c *ProjectsLocationsRoutesListCall) LabelSelector(labelSelector string) *ProjectsLocationsRoutesListCall + func (c *ProjectsLocationsRoutesListCall) Limit(limit int64) *ProjectsLocationsRoutesListCall + func (c *ProjectsLocationsRoutesListCall) ResourceVersion(resourceVersion string) *ProjectsLocationsRoutesListCall + func (c *ProjectsLocationsRoutesListCall) Watch(watch bool) *ProjectsLocationsRoutesListCall + type ProjectsLocationsRoutesService struct + func NewProjectsLocationsRoutesService(s *APIService) *ProjectsLocationsRoutesService + func (r *ProjectsLocationsRoutesService) Get(name string) *ProjectsLocationsRoutesGetCall + func (r *ProjectsLocationsRoutesService) List(parent string) *ProjectsLocationsRoutesListCall + type ProjectsLocationsService struct + Authorizeddomains *ProjectsLocationsAuthorizeddomainsService + Configurations *ProjectsLocationsConfigurationsService + Domainmappings *ProjectsLocationsDomainmappingsService + Revisions *ProjectsLocationsRevisionsService + Routes *ProjectsLocationsRoutesService + Services *ProjectsLocationsServicesService + func NewProjectsLocationsService(s *APIService) *ProjectsLocationsService + func (r *ProjectsLocationsService) List(name string) *ProjectsLocationsListCall + type ProjectsLocationsServicesCreateCall struct + func (c *ProjectsLocationsServicesCreateCall) Context(ctx context.Context) *ProjectsLocationsServicesCreateCall + func (c *ProjectsLocationsServicesCreateCall) Do(opts ...googleapi.CallOption) (*Service, error) + func (c *ProjectsLocationsServicesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesCreateCall + func (c *ProjectsLocationsServicesCreateCall) Header() http.Header + type ProjectsLocationsServicesDeleteCall struct + func (c *ProjectsLocationsServicesDeleteCall) ApiVersion(apiVersion string) *ProjectsLocationsServicesDeleteCall + func (c *ProjectsLocationsServicesDeleteCall) Context(ctx context.Context) *ProjectsLocationsServicesDeleteCall + func (c *ProjectsLocationsServicesDeleteCall) Do(opts ...googleapi.CallOption) (*Status, error) + func (c *ProjectsLocationsServicesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesDeleteCall + func (c *ProjectsLocationsServicesDeleteCall) Header() http.Header + func (c *ProjectsLocationsServicesDeleteCall) Kind(kind string) *ProjectsLocationsServicesDeleteCall + func (c *ProjectsLocationsServicesDeleteCall) PropagationPolicy(propagationPolicy string) *ProjectsLocationsServicesDeleteCall + type ProjectsLocationsServicesGetCall struct + func (c *ProjectsLocationsServicesGetCall) Context(ctx context.Context) *ProjectsLocationsServicesGetCall + func (c *ProjectsLocationsServicesGetCall) Do(opts ...googleapi.CallOption) (*Service, error) + func (c *ProjectsLocationsServicesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesGetCall + func (c *ProjectsLocationsServicesGetCall) Header() http.Header + func (c *ProjectsLocationsServicesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesGetCall + type ProjectsLocationsServicesGetIamPolicyCall struct + func (c *ProjectsLocationsServicesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsServicesGetIamPolicyCall + func (c *ProjectsLocationsServicesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsServicesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesGetIamPolicyCall + func (c *ProjectsLocationsServicesGetIamPolicyCall) Header() http.Header + func (c *ProjectsLocationsServicesGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesGetIamPolicyCall + func (c *ProjectsLocationsServicesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsServicesGetIamPolicyCall + type ProjectsLocationsServicesListCall struct + func (c *ProjectsLocationsServicesListCall) Context(ctx context.Context) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) Continue(continue_ string) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) Do(opts ...googleapi.CallOption) (*ListServicesResponse, error) + func (c *ProjectsLocationsServicesListCall) FieldSelector(fieldSelector string) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) Header() http.Header + func (c *ProjectsLocationsServicesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) IncludeUninitialized(includeUninitialized bool) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) LabelSelector(labelSelector string) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) Limit(limit int64) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) ResourceVersion(resourceVersion string) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) Watch(watch bool) *ProjectsLocationsServicesListCall + type ProjectsLocationsServicesReplaceServiceCall struct + func (c *ProjectsLocationsServicesReplaceServiceCall) Context(ctx context.Context) *ProjectsLocationsServicesReplaceServiceCall + func (c *ProjectsLocationsServicesReplaceServiceCall) Do(opts ...googleapi.CallOption) (*Service, error) + func (c *ProjectsLocationsServicesReplaceServiceCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesReplaceServiceCall + func (c *ProjectsLocationsServicesReplaceServiceCall) Header() http.Header + type ProjectsLocationsServicesService struct + func NewProjectsLocationsServicesService(s *APIService) *ProjectsLocationsServicesService + func (r *ProjectsLocationsServicesService) Create(parent string, service *Service) *ProjectsLocationsServicesCreateCall + func (r *ProjectsLocationsServicesService) Delete(name string) *ProjectsLocationsServicesDeleteCall + func (r *ProjectsLocationsServicesService) Get(name string) *ProjectsLocationsServicesGetCall + func (r *ProjectsLocationsServicesService) GetIamPolicy(resource string) *ProjectsLocationsServicesGetIamPolicyCall + func (r *ProjectsLocationsServicesService) List(parent string) *ProjectsLocationsServicesListCall + func (r *ProjectsLocationsServicesService) ReplaceService(name string, service *Service) *ProjectsLocationsServicesReplaceServiceCall + func (r *ProjectsLocationsServicesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsServicesSetIamPolicyCall + func (r *ProjectsLocationsServicesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsServicesTestIamPermissionsCall + type ProjectsLocationsServicesSetIamPolicyCall struct + func (c *ProjectsLocationsServicesSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsServicesSetIamPolicyCall + func (c *ProjectsLocationsServicesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsServicesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesSetIamPolicyCall + func (c *ProjectsLocationsServicesSetIamPolicyCall) Header() http.Header + type ProjectsLocationsServicesTestIamPermissionsCall struct + func (c *ProjectsLocationsServicesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsServicesTestIamPermissionsCall + func (c *ProjectsLocationsServicesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsLocationsServicesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesTestIamPermissionsCall + func (c *ProjectsLocationsServicesTestIamPermissionsCall) Header() http.Header + type ProjectsService struct + Authorizeddomains *ProjectsAuthorizeddomainsService + Locations *ProjectsLocationsService + func NewProjectsService(s *APIService) *ProjectsService + type ResourceRecord struct + ForceSendFields []string + Name string + NullFields []string + Rrdata string + Type string + func (s *ResourceRecord) MarshalJSON() ([]byte, error) + type ResourceRequirements struct + ForceSendFields []string + Limits map[string]string + NullFields []string + Requests map[string]string + func (s *ResourceRequirements) MarshalJSON() ([]byte, error) + type Revision struct + ApiVersion string + ForceSendFields []string + Kind string + Metadata *ObjectMeta + NullFields []string + Spec *RevisionSpec + Status *RevisionStatus + func (s *Revision) MarshalJSON() ([]byte, error) + type RevisionSpec struct + ContainerConcurrency int64 + Containers []*Container + ForceSendFields []string + NullFields []string + ServiceAccountName string + TimeoutSeconds int64 + Volumes []*Volume + func (s *RevisionSpec) MarshalJSON() ([]byte, error) + type RevisionStatus struct + Conditions []*GoogleCloudRunV1Condition + ForceSendFields []string + ImageDigest string + LogUrl string + NullFields []string + ObservedGeneration int64 + ServiceName string + func (s *RevisionStatus) MarshalJSON() ([]byte, error) + type RevisionTemplate struct + ForceSendFields []string + Metadata *ObjectMeta + NullFields []string + Spec *RevisionSpec + func (s *RevisionTemplate) MarshalJSON() ([]byte, error) + type Route struct + ApiVersion string + ForceSendFields []string + Kind string + Metadata *ObjectMeta + NullFields []string + Spec *RouteSpec + Status *RouteStatus + func (s *Route) MarshalJSON() ([]byte, error) + type RouteSpec struct + ForceSendFields []string + NullFields []string + Traffic []*TrafficTarget + func (s *RouteSpec) MarshalJSON() ([]byte, error) + type RouteStatus struct + Address *Addressable + Conditions []*GoogleCloudRunV1Condition + ForceSendFields []string + NullFields []string + ObservedGeneration int64 + Traffic []*TrafficTarget + Url string + func (s *RouteStatus) MarshalJSON() ([]byte, error) + type SecretEnvSource struct + ForceSendFields []string + LocalObjectReference *LocalObjectReference + Name string + NullFields []string + Optional bool + func (s *SecretEnvSource) MarshalJSON() ([]byte, error) + type SecretKeySelector struct + ForceSendFields []string + Key string + LocalObjectReference *LocalObjectReference + Name string + NullFields []string + Optional bool + func (s *SecretKeySelector) MarshalJSON() ([]byte, error) + type SecretVolumeSource struct + DefaultMode int64 + ForceSendFields []string + Items []*KeyToPath + NullFields []string + Optional bool + SecretName string + func (s *SecretVolumeSource) MarshalJSON() ([]byte, error) + type SecurityContext struct + ForceSendFields []string + NullFields []string + RunAsUser int64 + func (s *SecurityContext) MarshalJSON() ([]byte, error) + type Service struct + ApiVersion string + ForceSendFields []string + Kind string + Metadata *ObjectMeta + NullFields []string + Spec *ServiceSpec + Status *ServiceStatus + func (s *Service) MarshalJSON() ([]byte, error) + type ServiceSpec struct + ForceSendFields []string + NullFields []string + Template *RevisionTemplate + Traffic []*TrafficTarget + func (s *ServiceSpec) MarshalJSON() ([]byte, error) + type ServiceStatus struct + Address *Addressable + Conditions []*GoogleCloudRunV1Condition + ForceSendFields []string + LatestCreatedRevisionName string + LatestReadyRevisionName string + NullFields []string + ObservedGeneration int64 + Traffic []*TrafficTarget + Url string + func (s *ServiceStatus) MarshalJSON() ([]byte, error) + type SetIamPolicyRequest struct + ForceSendFields []string + NullFields []string + Policy *Policy + UpdateMask string + func (s *SetIamPolicyRequest) MarshalJSON() ([]byte, error) + type Status struct + Code int64 + Details *StatusDetails + ForceSendFields []string + Message string + Metadata *ListMeta + NullFields []string + Reason string + Status string + func (s *Status) MarshalJSON() ([]byte, error) + type StatusCause struct + Field string + ForceSendFields []string + Message string + NullFields []string + Reason string + func (s *StatusCause) MarshalJSON() ([]byte, error) + type StatusDetails struct + Causes []*StatusCause + ForceSendFields []string + Group string + Kind string + Name string + NullFields []string + RetryAfterSeconds int64 + Uid string + func (s *StatusDetails) MarshalJSON() ([]byte, error) + type TCPSocketAction struct + ForceSendFields []string + Host string + NullFields []string + Port int64 + func (s *TCPSocketAction) MarshalJSON() ([]byte, error) + type TestIamPermissionsRequest struct + ForceSendFields []string + NullFields []string + Permissions []string + func (s *TestIamPermissionsRequest) MarshalJSON() ([]byte, error) + type TestIamPermissionsResponse struct + ForceSendFields []string + NullFields []string + Permissions []string + func (s *TestIamPermissionsResponse) MarshalJSON() ([]byte, error) + type TrafficTarget struct + ConfigurationName string + ForceSendFields []string + LatestRevision bool + NullFields []string + Percent int64 + RevisionName string + Tag string + Url string + func (s *TrafficTarget) MarshalJSON() ([]byte, error) + type Volume struct + ConfigMap *ConfigMapVolumeSource + ForceSendFields []string + Name string + NullFields []string + Secret *SecretVolumeSource + func (s *Volume) MarshalJSON() ([]byte, error) + type VolumeMount struct + ForceSendFields []string + MountPath string + Name string + NullFields []string + ReadOnly bool + SubPath string + func (s *VolumeMount) MarshalJSON() ([]byte, error)