Versions in this module Expand all Collapse all v0 v0.25.2 May 21, 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 + Hostname 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 Capabilities struct + Add []string + Drop []string + ForceSendFields []string + NullFields []string + func (s *Capabilities) MarshalJSON() ([]byte, error) + type CloudAuditLogsSource struct + ApiVersion string + ForceSendFields []string + Kind string + Metadata *ObjectMeta + NullFields []string + Spec *CloudAuditLogsSourceSpec + Status *CloudAuditLogsSourceStatus + func (s *CloudAuditLogsSource) MarshalJSON() ([]byte, error) + type CloudAuditLogsSourceSpec struct + CeOverrides *CloudEventOverrides + ForceSendFields []string + MethodName string + NullFields []string + ResourceName string + ServiceAccountName string + ServiceName string + Sink *Destination + func (s *CloudAuditLogsSourceSpec) MarshalJSON() ([]byte, error) + type CloudAuditLogsSourceStatus struct + Conditions []*Condition + ForceSendFields []string + NullFields []string + ObservedGeneration int64 + SinkUri string + func (s *CloudAuditLogsSourceStatus) MarshalJSON() ([]byte, error) + type CloudEventOverrides struct + Extensions map[string]string + ForceSendFields []string + NullFields []string + func (s *CloudEventOverrides) MarshalJSON() ([]byte, error) + type CloudPubSubSource struct + ApiVersion string + ForceSendFields []string + Kind string + Metadata *ObjectMeta + NullFields []string + Spec *CloudPubSubSourceSpec + Status *CloudPubSubSourceStatus + func (s *CloudPubSubSource) MarshalJSON() ([]byte, error) + type CloudPubSubSourceSpec struct + AckDeadline string + CeOverrides *CloudEventOverrides + ForceSendFields []string + NullFields []string + Project string + PubsubSecret *SecretKeySelector + RetainAckedMessages bool + RetentionDuration string + Secret *SecretKeySelector + Sink *Destination + Topic string + func (s *CloudPubSubSourceSpec) MarshalJSON() ([]byte, error) + type CloudPubSubSourceStatus struct + Conditions []*Condition + ForceSendFields []string + NullFields []string + ObservedGeneration int64 + SinkUri string + func (s *CloudPubSubSourceStatus) MarshalJSON() ([]byte, error) + type CloudSchedulerSource struct + ApiVersion string + ForceSendFields []string + Kind string + Metadata *ObjectMeta + NullFields []string + Spec *CloudSchedulerSourceSpec + Status *CloudSchedulerSourceStatus + func (s *CloudSchedulerSource) MarshalJSON() ([]byte, error) + type CloudSchedulerSourceSpec struct + CeOverrides *CloudEventOverrides + Data string + ForceSendFields []string + Location string + NullFields []string + Project string + PubsubSecret *SecretKeySelector + Schedule string + Secret *SecretKeySelector + Sink *Destination + func (s *CloudSchedulerSourceSpec) MarshalJSON() ([]byte, error) + type CloudSchedulerSourceStatus struct + Conditions []*Condition + ForceSendFields []string + NullFields []string + ObservedGeneration int64 + SinkUri string + func (s *CloudSchedulerSourceStatus) MarshalJSON() ([]byte, error) + type CloudStorageSource struct + ApiVersion string + ForceSendFields []string + Kind string + Metadata *ObjectMeta + NullFields []string + Spec *CloudStorageSourceSpec + Status *CloudStorageSourceStatus + func (s *CloudStorageSource) MarshalJSON() ([]byte, error) + type CloudStorageSourceSpec struct + Bucket string + CeOverrides *CloudEventOverrides + EventTypes []string + ForceSendFields []string + NullFields []string + ObjectNamePrefix string + PayloadFormat string + Project string + PubsubSecret *SecretKeySelector + Secret *SecretKeySelector + ServiceAccountName string + Sink *Destination + func (s *CloudStorageSourceSpec) MarshalJSON() ([]byte, error) + type CloudStorageSourceStatus struct + Conditions []*Condition + ForceSendFields []string + NullFields []string + ObservedGeneration int64 + SinkUri string + func (s *CloudStorageSourceStatus) MarshalJSON() ([]byte, error) + type Condition struct + ForceSendFields []string + LastTransitionTime string + Message string + NullFields []string + Reason string + Severity string + Status string + Type string + func (s *Condition) 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 ConfigurationCondition struct + ForceSendFields []string + LastTransitionTime string + Message string + NullFields []string + Reason string + Severity string + Status string + Type string + func (s *ConfigurationCondition) MarshalJSON() ([]byte, error) + type ConfigurationSpec struct + ForceSendFields []string + Generation int64 + NullFields []string + RevisionTemplate *RevisionTemplate + Template *RevisionTemplate + func (s *ConfigurationSpec) MarshalJSON() ([]byte, error) + type ConfigurationStatus struct + Conditions []*ConfigurationCondition + 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 + Lifecycle *Lifecycle + LivenessProbe *Probe + Name string + NullFields []string + Ports []*ContainerPort + ReadinessProbe *Probe + Resources *ResourceRequirements + SecurityContext *SecurityContext + Stdin bool + StdinOnce bool + TerminationMessagePath string + TerminationMessagePolicy string + Tty bool + VolumeDevices []*VolumeDevice + VolumeMounts []*VolumeMount + WorkingDir string + func (s *Container) MarshalJSON() ([]byte, error) + type ContainerPort struct + ContainerPort int64 + ForceSendFields []string + HostIP string + HostPort int64 + Name string + NullFields []string + Protocol string + func (s *ContainerPort) MarshalJSON() ([]byte, error) + type Destination struct + ForceSendFields []string + NullFields []string + Ref *ObjectReference + Uri string + func (s *Destination) 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 DomainMappingCondition struct + ForceSendFields []string + LastTransitionTime string + Message string + NullFields []string + Reason string + Severity string + Status string + Type string + func (s *DomainMappingCondition) 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 []*DomainMappingCondition + ForceSendFields []string + MappedRouteName string + NullFields []string + ObservedGeneration int64 + ResourceRecords []*ResourceRecord + func (s *DomainMappingStatus) MarshalJSON() ([]byte, error) + type Empty struct + 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 HTTPGetAction struct + ForceSendFields []string + Host string + HttpHeaders []*HTTPHeader + NullFields []string + Path string + Port *IntOrString + 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 Handler struct + Exec *ExecAction + ForceSendFields []string + HttpGet *HTTPGetAction + NullFields []string + TcpSocket *TCPSocketAction + func (s *Handler) MarshalJSON() ([]byte, error) + type IntOrString struct + ForceSendFields []string + IntVal int64 + NullFields []string + StrVal string + Type int64 + func (s *IntOrString) MarshalJSON() ([]byte, error) + type KeyToPath struct + ForceSendFields []string + Key string + Mode int64 + NullFields []string + Path string + func (s *KeyToPath) MarshalJSON() ([]byte, error) + type Lifecycle struct + ForceSendFields []string + NullFields []string + PostStart *Handler + PreStop *Handler + func (s *Lifecycle) MarshalJSON() ([]byte, error) + type ListAuthorizedDomainsResponse struct + Domains []*AuthorizedDomain + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListAuthorizedDomainsResponse) MarshalJSON() ([]byte, error) + type ListCloudAuditLogsSourcesResponse struct + ApiVersion string + ForceSendFields []string + Items []*CloudAuditLogsSource + Kind string + Metadata *ListMeta + NullFields []string + Unreachable []string + func (s *ListCloudAuditLogsSourcesResponse) MarshalJSON() ([]byte, error) + type ListCloudPubSubSourcesResponse struct + ApiVersion string + ForceSendFields []string + Items []*CloudPubSubSource + Kind string + Metadata *ListMeta + NullFields []string + Unreachable []string + func (s *ListCloudPubSubSourcesResponse) MarshalJSON() ([]byte, error) + type ListCloudSchedulerSourcesResponse struct + ApiVersion string + ForceSendFields []string + Items []*CloudSchedulerSource + Kind string + Metadata *ListMeta + NullFields []string + Unreachable []string + func (s *ListCloudSchedulerSourcesResponse) MarshalJSON() ([]byte, error) + type ListCloudStorageSourcesResponse struct + ApiVersion string + ForceSendFields []string + Items []*CloudStorageSource + Kind string + Metadata *ListMeta + NullFields []string + Unreachable []string + func (s *ListCloudStorageSourcesResponse) 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 ListTriggersResponse struct + ApiVersion string + ForceSendFields []string + Items []*Trigger + Kind string + Metadata *ListMeta + NullFields []string + Unreachable []string + func (s *ListTriggersResponse) 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 NamespacesCloudauditlogssourcesCreateCall struct + func (c *NamespacesCloudauditlogssourcesCreateCall) Context(ctx context.Context) *NamespacesCloudauditlogssourcesCreateCall + func (c *NamespacesCloudauditlogssourcesCreateCall) Do(opts ...googleapi.CallOption) (*CloudAuditLogsSource, error) + func (c *NamespacesCloudauditlogssourcesCreateCall) Fields(s ...googleapi.Field) *NamespacesCloudauditlogssourcesCreateCall + func (c *NamespacesCloudauditlogssourcesCreateCall) Header() http.Header + type NamespacesCloudauditlogssourcesDeleteCall struct + func (c *NamespacesCloudauditlogssourcesDeleteCall) ApiVersion(apiVersion string) *NamespacesCloudauditlogssourcesDeleteCall + func (c *NamespacesCloudauditlogssourcesDeleteCall) Context(ctx context.Context) *NamespacesCloudauditlogssourcesDeleteCall + func (c *NamespacesCloudauditlogssourcesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *NamespacesCloudauditlogssourcesDeleteCall) Fields(s ...googleapi.Field) *NamespacesCloudauditlogssourcesDeleteCall + func (c *NamespacesCloudauditlogssourcesDeleteCall) Header() http.Header + func (c *NamespacesCloudauditlogssourcesDeleteCall) Kind(kind string) *NamespacesCloudauditlogssourcesDeleteCall + func (c *NamespacesCloudauditlogssourcesDeleteCall) PropagationPolicy(propagationPolicy string) *NamespacesCloudauditlogssourcesDeleteCall + type NamespacesCloudauditlogssourcesGetCall struct + func (c *NamespacesCloudauditlogssourcesGetCall) Context(ctx context.Context) *NamespacesCloudauditlogssourcesGetCall + func (c *NamespacesCloudauditlogssourcesGetCall) Do(opts ...googleapi.CallOption) (*CloudAuditLogsSource, error) + func (c *NamespacesCloudauditlogssourcesGetCall) Fields(s ...googleapi.Field) *NamespacesCloudauditlogssourcesGetCall + func (c *NamespacesCloudauditlogssourcesGetCall) Header() http.Header + func (c *NamespacesCloudauditlogssourcesGetCall) IfNoneMatch(entityTag string) *NamespacesCloudauditlogssourcesGetCall + type NamespacesCloudauditlogssourcesListCall struct + func (c *NamespacesCloudauditlogssourcesListCall) Context(ctx context.Context) *NamespacesCloudauditlogssourcesListCall + func (c *NamespacesCloudauditlogssourcesListCall) Continue(continue_ string) *NamespacesCloudauditlogssourcesListCall + func (c *NamespacesCloudauditlogssourcesListCall) Do(opts ...googleapi.CallOption) (*ListCloudAuditLogsSourcesResponse, error) + func (c *NamespacesCloudauditlogssourcesListCall) FieldSelector(fieldSelector string) *NamespacesCloudauditlogssourcesListCall + func (c *NamespacesCloudauditlogssourcesListCall) Fields(s ...googleapi.Field) *NamespacesCloudauditlogssourcesListCall + func (c *NamespacesCloudauditlogssourcesListCall) Header() http.Header + func (c *NamespacesCloudauditlogssourcesListCall) IfNoneMatch(entityTag string) *NamespacesCloudauditlogssourcesListCall + func (c *NamespacesCloudauditlogssourcesListCall) IncludeUninitialized(includeUninitialized bool) *NamespacesCloudauditlogssourcesListCall + func (c *NamespacesCloudauditlogssourcesListCall) LabelSelector(labelSelector string) *NamespacesCloudauditlogssourcesListCall + func (c *NamespacesCloudauditlogssourcesListCall) Limit(limit int64) *NamespacesCloudauditlogssourcesListCall + func (c *NamespacesCloudauditlogssourcesListCall) ResourceVersion(resourceVersion string) *NamespacesCloudauditlogssourcesListCall + func (c *NamespacesCloudauditlogssourcesListCall) Watch(watch bool) *NamespacesCloudauditlogssourcesListCall + type NamespacesCloudauditlogssourcesService struct + func NewNamespacesCloudauditlogssourcesService(s *APIService) *NamespacesCloudauditlogssourcesService + func (r *NamespacesCloudauditlogssourcesService) Create(parent string, cloudauditlogssource *CloudAuditLogsSource) *NamespacesCloudauditlogssourcesCreateCall + func (r *NamespacesCloudauditlogssourcesService) Delete(name string) *NamespacesCloudauditlogssourcesDeleteCall + func (r *NamespacesCloudauditlogssourcesService) Get(name string) *NamespacesCloudauditlogssourcesGetCall + func (r *NamespacesCloudauditlogssourcesService) List(parent string) *NamespacesCloudauditlogssourcesListCall + type NamespacesCloudpubsubsourcesCreateCall struct + func (c *NamespacesCloudpubsubsourcesCreateCall) Context(ctx context.Context) *NamespacesCloudpubsubsourcesCreateCall + func (c *NamespacesCloudpubsubsourcesCreateCall) Do(opts ...googleapi.CallOption) (*CloudPubSubSource, error) + func (c *NamespacesCloudpubsubsourcesCreateCall) Fields(s ...googleapi.Field) *NamespacesCloudpubsubsourcesCreateCall + func (c *NamespacesCloudpubsubsourcesCreateCall) Header() http.Header + type NamespacesCloudpubsubsourcesDeleteCall struct + func (c *NamespacesCloudpubsubsourcesDeleteCall) ApiVersion(apiVersion string) *NamespacesCloudpubsubsourcesDeleteCall + func (c *NamespacesCloudpubsubsourcesDeleteCall) Context(ctx context.Context) *NamespacesCloudpubsubsourcesDeleteCall + func (c *NamespacesCloudpubsubsourcesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *NamespacesCloudpubsubsourcesDeleteCall) Fields(s ...googleapi.Field) *NamespacesCloudpubsubsourcesDeleteCall + func (c *NamespacesCloudpubsubsourcesDeleteCall) Header() http.Header + func (c *NamespacesCloudpubsubsourcesDeleteCall) Kind(kind string) *NamespacesCloudpubsubsourcesDeleteCall + func (c *NamespacesCloudpubsubsourcesDeleteCall) PropagationPolicy(propagationPolicy string) *NamespacesCloudpubsubsourcesDeleteCall + type NamespacesCloudpubsubsourcesGetCall struct + func (c *NamespacesCloudpubsubsourcesGetCall) Context(ctx context.Context) *NamespacesCloudpubsubsourcesGetCall + func (c *NamespacesCloudpubsubsourcesGetCall) Do(opts ...googleapi.CallOption) (*CloudPubSubSource, error) + func (c *NamespacesCloudpubsubsourcesGetCall) Fields(s ...googleapi.Field) *NamespacesCloudpubsubsourcesGetCall + func (c *NamespacesCloudpubsubsourcesGetCall) Header() http.Header + func (c *NamespacesCloudpubsubsourcesGetCall) IfNoneMatch(entityTag string) *NamespacesCloudpubsubsourcesGetCall + type NamespacesCloudpubsubsourcesListCall struct + func (c *NamespacesCloudpubsubsourcesListCall) Context(ctx context.Context) *NamespacesCloudpubsubsourcesListCall + func (c *NamespacesCloudpubsubsourcesListCall) Continue(continue_ string) *NamespacesCloudpubsubsourcesListCall + func (c *NamespacesCloudpubsubsourcesListCall) Do(opts ...googleapi.CallOption) (*ListCloudPubSubSourcesResponse, error) + func (c *NamespacesCloudpubsubsourcesListCall) FieldSelector(fieldSelector string) *NamespacesCloudpubsubsourcesListCall + func (c *NamespacesCloudpubsubsourcesListCall) Fields(s ...googleapi.Field) *NamespacesCloudpubsubsourcesListCall + func (c *NamespacesCloudpubsubsourcesListCall) Header() http.Header + func (c *NamespacesCloudpubsubsourcesListCall) IfNoneMatch(entityTag string) *NamespacesCloudpubsubsourcesListCall + func (c *NamespacesCloudpubsubsourcesListCall) IncludeUninitialized(includeUninitialized bool) *NamespacesCloudpubsubsourcesListCall + func (c *NamespacesCloudpubsubsourcesListCall) LabelSelector(labelSelector string) *NamespacesCloudpubsubsourcesListCall + func (c *NamespacesCloudpubsubsourcesListCall) Limit(limit int64) *NamespacesCloudpubsubsourcesListCall + func (c *NamespacesCloudpubsubsourcesListCall) ResourceVersion(resourceVersion string) *NamespacesCloudpubsubsourcesListCall + func (c *NamespacesCloudpubsubsourcesListCall) Watch(watch bool) *NamespacesCloudpubsubsourcesListCall + type NamespacesCloudpubsubsourcesService struct + func NewNamespacesCloudpubsubsourcesService(s *APIService) *NamespacesCloudpubsubsourcesService + func (r *NamespacesCloudpubsubsourcesService) Create(parent string, cloudpubsubsource *CloudPubSubSource) *NamespacesCloudpubsubsourcesCreateCall + func (r *NamespacesCloudpubsubsourcesService) Delete(name string) *NamespacesCloudpubsubsourcesDeleteCall + func (r *NamespacesCloudpubsubsourcesService) Get(name string) *NamespacesCloudpubsubsourcesGetCall + func (r *NamespacesCloudpubsubsourcesService) List(parent string) *NamespacesCloudpubsubsourcesListCall + type NamespacesCloudschedulersourcesCreateCall struct + func (c *NamespacesCloudschedulersourcesCreateCall) Context(ctx context.Context) *NamespacesCloudschedulersourcesCreateCall + func (c *NamespacesCloudschedulersourcesCreateCall) Do(opts ...googleapi.CallOption) (*CloudSchedulerSource, error) + func (c *NamespacesCloudschedulersourcesCreateCall) Fields(s ...googleapi.Field) *NamespacesCloudschedulersourcesCreateCall + func (c *NamespacesCloudschedulersourcesCreateCall) Header() http.Header + type NamespacesCloudschedulersourcesDeleteCall struct + func (c *NamespacesCloudschedulersourcesDeleteCall) ApiVersion(apiVersion string) *NamespacesCloudschedulersourcesDeleteCall + func (c *NamespacesCloudschedulersourcesDeleteCall) Context(ctx context.Context) *NamespacesCloudschedulersourcesDeleteCall + func (c *NamespacesCloudschedulersourcesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *NamespacesCloudschedulersourcesDeleteCall) Fields(s ...googleapi.Field) *NamespacesCloudschedulersourcesDeleteCall + func (c *NamespacesCloudschedulersourcesDeleteCall) Header() http.Header + func (c *NamespacesCloudschedulersourcesDeleteCall) Kind(kind string) *NamespacesCloudschedulersourcesDeleteCall + func (c *NamespacesCloudschedulersourcesDeleteCall) PropagationPolicy(propagationPolicy string) *NamespacesCloudschedulersourcesDeleteCall + type NamespacesCloudschedulersourcesGetCall struct + func (c *NamespacesCloudschedulersourcesGetCall) Context(ctx context.Context) *NamespacesCloudschedulersourcesGetCall + func (c *NamespacesCloudschedulersourcesGetCall) Do(opts ...googleapi.CallOption) (*CloudSchedulerSource, error) + func (c *NamespacesCloudschedulersourcesGetCall) Fields(s ...googleapi.Field) *NamespacesCloudschedulersourcesGetCall + func (c *NamespacesCloudschedulersourcesGetCall) Header() http.Header + func (c *NamespacesCloudschedulersourcesGetCall) IfNoneMatch(entityTag string) *NamespacesCloudschedulersourcesGetCall + type NamespacesCloudschedulersourcesListCall struct + func (c *NamespacesCloudschedulersourcesListCall) Context(ctx context.Context) *NamespacesCloudschedulersourcesListCall + func (c *NamespacesCloudschedulersourcesListCall) Continue(continue_ string) *NamespacesCloudschedulersourcesListCall + func (c *NamespacesCloudschedulersourcesListCall) Do(opts ...googleapi.CallOption) (*ListCloudSchedulerSourcesResponse, error) + func (c *NamespacesCloudschedulersourcesListCall) FieldSelector(fieldSelector string) *NamespacesCloudschedulersourcesListCall + func (c *NamespacesCloudschedulersourcesListCall) Fields(s ...googleapi.Field) *NamespacesCloudschedulersourcesListCall + func (c *NamespacesCloudschedulersourcesListCall) Header() http.Header + func (c *NamespacesCloudschedulersourcesListCall) IfNoneMatch(entityTag string) *NamespacesCloudschedulersourcesListCall + func (c *NamespacesCloudschedulersourcesListCall) IncludeUninitialized(includeUninitialized bool) *NamespacesCloudschedulersourcesListCall + func (c *NamespacesCloudschedulersourcesListCall) LabelSelector(labelSelector string) *NamespacesCloudschedulersourcesListCall + func (c *NamespacesCloudschedulersourcesListCall) Limit(limit int64) *NamespacesCloudschedulersourcesListCall + func (c *NamespacesCloudschedulersourcesListCall) ResourceVersion(resourceVersion string) *NamespacesCloudschedulersourcesListCall + func (c *NamespacesCloudschedulersourcesListCall) Watch(watch bool) *NamespacesCloudschedulersourcesListCall + type NamespacesCloudschedulersourcesReplaceCloudSchedulerSourceCall struct + func (c *NamespacesCloudschedulersourcesReplaceCloudSchedulerSourceCall) Context(ctx context.Context) *NamespacesCloudschedulersourcesReplaceCloudSchedulerSourceCall + func (c *NamespacesCloudschedulersourcesReplaceCloudSchedulerSourceCall) Do(opts ...googleapi.CallOption) (*CloudSchedulerSource, error) + func (c *NamespacesCloudschedulersourcesReplaceCloudSchedulerSourceCall) Fields(s ...googleapi.Field) *NamespacesCloudschedulersourcesReplaceCloudSchedulerSourceCall + func (c *NamespacesCloudschedulersourcesReplaceCloudSchedulerSourceCall) Header() http.Header + type NamespacesCloudschedulersourcesService struct + func NewNamespacesCloudschedulersourcesService(s *APIService) *NamespacesCloudschedulersourcesService + func (r *NamespacesCloudschedulersourcesService) Create(parent string, cloudschedulersource *CloudSchedulerSource) *NamespacesCloudschedulersourcesCreateCall + func (r *NamespacesCloudschedulersourcesService) Delete(name string) *NamespacesCloudschedulersourcesDeleteCall + func (r *NamespacesCloudschedulersourcesService) Get(name string) *NamespacesCloudschedulersourcesGetCall + func (r *NamespacesCloudschedulersourcesService) List(parent string) *NamespacesCloudschedulersourcesListCall + func (r *NamespacesCloudschedulersourcesService) ReplaceCloudSchedulerSource(name string, cloudschedulersource *CloudSchedulerSource) *NamespacesCloudschedulersourcesReplaceCloudSchedulerSourceCall + type NamespacesCloudstoragesourcesCreateCall struct + func (c *NamespacesCloudstoragesourcesCreateCall) Context(ctx context.Context) *NamespacesCloudstoragesourcesCreateCall + func (c *NamespacesCloudstoragesourcesCreateCall) Do(opts ...googleapi.CallOption) (*CloudStorageSource, error) + func (c *NamespacesCloudstoragesourcesCreateCall) Fields(s ...googleapi.Field) *NamespacesCloudstoragesourcesCreateCall + func (c *NamespacesCloudstoragesourcesCreateCall) Header() http.Header + type NamespacesCloudstoragesourcesDeleteCall struct + func (c *NamespacesCloudstoragesourcesDeleteCall) ApiVersion(apiVersion string) *NamespacesCloudstoragesourcesDeleteCall + func (c *NamespacesCloudstoragesourcesDeleteCall) Context(ctx context.Context) *NamespacesCloudstoragesourcesDeleteCall + func (c *NamespacesCloudstoragesourcesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *NamespacesCloudstoragesourcesDeleteCall) Fields(s ...googleapi.Field) *NamespacesCloudstoragesourcesDeleteCall + func (c *NamespacesCloudstoragesourcesDeleteCall) Header() http.Header + func (c *NamespacesCloudstoragesourcesDeleteCall) Kind(kind string) *NamespacesCloudstoragesourcesDeleteCall + func (c *NamespacesCloudstoragesourcesDeleteCall) PropagationPolicy(propagationPolicy string) *NamespacesCloudstoragesourcesDeleteCall + type NamespacesCloudstoragesourcesGetCall struct + func (c *NamespacesCloudstoragesourcesGetCall) Context(ctx context.Context) *NamespacesCloudstoragesourcesGetCall + func (c *NamespacesCloudstoragesourcesGetCall) Do(opts ...googleapi.CallOption) (*CloudStorageSource, error) + func (c *NamespacesCloudstoragesourcesGetCall) Fields(s ...googleapi.Field) *NamespacesCloudstoragesourcesGetCall + func (c *NamespacesCloudstoragesourcesGetCall) Header() http.Header + func (c *NamespacesCloudstoragesourcesGetCall) IfNoneMatch(entityTag string) *NamespacesCloudstoragesourcesGetCall + type NamespacesCloudstoragesourcesListCall struct + func (c *NamespacesCloudstoragesourcesListCall) Context(ctx context.Context) *NamespacesCloudstoragesourcesListCall + func (c *NamespacesCloudstoragesourcesListCall) Continue(continue_ string) *NamespacesCloudstoragesourcesListCall + func (c *NamespacesCloudstoragesourcesListCall) Do(opts ...googleapi.CallOption) (*ListCloudStorageSourcesResponse, error) + func (c *NamespacesCloudstoragesourcesListCall) FieldSelector(fieldSelector string) *NamespacesCloudstoragesourcesListCall + func (c *NamespacesCloudstoragesourcesListCall) Fields(s ...googleapi.Field) *NamespacesCloudstoragesourcesListCall + func (c *NamespacesCloudstoragesourcesListCall) Header() http.Header + func (c *NamespacesCloudstoragesourcesListCall) IfNoneMatch(entityTag string) *NamespacesCloudstoragesourcesListCall + func (c *NamespacesCloudstoragesourcesListCall) IncludeUninitialized(includeUninitialized bool) *NamespacesCloudstoragesourcesListCall + func (c *NamespacesCloudstoragesourcesListCall) LabelSelector(labelSelector string) *NamespacesCloudstoragesourcesListCall + func (c *NamespacesCloudstoragesourcesListCall) Limit(limit int64) *NamespacesCloudstoragesourcesListCall + func (c *NamespacesCloudstoragesourcesListCall) ResourceVersion(resourceVersion string) *NamespacesCloudstoragesourcesListCall + func (c *NamespacesCloudstoragesourcesListCall) Watch(watch bool) *NamespacesCloudstoragesourcesListCall + type NamespacesCloudstoragesourcesReplaceCloudStorageSourceCall struct + func (c *NamespacesCloudstoragesourcesReplaceCloudStorageSourceCall) Context(ctx context.Context) *NamespacesCloudstoragesourcesReplaceCloudStorageSourceCall + func (c *NamespacesCloudstoragesourcesReplaceCloudStorageSourceCall) Do(opts ...googleapi.CallOption) (*CloudStorageSource, error) + func (c *NamespacesCloudstoragesourcesReplaceCloudStorageSourceCall) Fields(s ...googleapi.Field) *NamespacesCloudstoragesourcesReplaceCloudStorageSourceCall + func (c *NamespacesCloudstoragesourcesReplaceCloudStorageSourceCall) Header() http.Header + type NamespacesCloudstoragesourcesService struct + func NewNamespacesCloudstoragesourcesService(s *APIService) *NamespacesCloudstoragesourcesService + func (r *NamespacesCloudstoragesourcesService) Create(parent string, cloudstoragesource *CloudStorageSource) *NamespacesCloudstoragesourcesCreateCall + func (r *NamespacesCloudstoragesourcesService) Delete(name string) *NamespacesCloudstoragesourcesDeleteCall + func (r *NamespacesCloudstoragesourcesService) Get(name string) *NamespacesCloudstoragesourcesGetCall + func (r *NamespacesCloudstoragesourcesService) List(parent string) *NamespacesCloudstoragesourcesListCall + func (r *NamespacesCloudstoragesourcesService) ReplaceCloudStorageSource(name string, cloudstoragesource *CloudStorageSource) *NamespacesCloudstoragesourcesReplaceCloudStorageSourceCall + 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) (*Empty, 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) OrphanDependents(orphanDependents bool) *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) (*Empty, 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) OrphanDependents(orphanDependents bool) *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 + Cloudauditlogssources *NamespacesCloudauditlogssourcesService + Cloudpubsubsources *NamespacesCloudpubsubsourcesService + Cloudschedulersources *NamespacesCloudschedulersourcesService + Cloudstoragesources *NamespacesCloudstoragesourcesService + Configurations *NamespacesConfigurationsService + Domainmappings *NamespacesDomainmappingsService + Revisions *NamespacesRevisionsService + Routes *NamespacesRoutesService + Services *NamespacesServicesService + Triggers *NamespacesTriggersService + 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) (*Empty, 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) OrphanDependents(orphanDependents bool) *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 NamespacesTriggersCreateCall struct + func (c *NamespacesTriggersCreateCall) Context(ctx context.Context) *NamespacesTriggersCreateCall + func (c *NamespacesTriggersCreateCall) Do(opts ...googleapi.CallOption) (*Trigger, error) + func (c *NamespacesTriggersCreateCall) Fields(s ...googleapi.Field) *NamespacesTriggersCreateCall + func (c *NamespacesTriggersCreateCall) Header() http.Header + type NamespacesTriggersDeleteCall struct + func (c *NamespacesTriggersDeleteCall) ApiVersion(apiVersion string) *NamespacesTriggersDeleteCall + func (c *NamespacesTriggersDeleteCall) Context(ctx context.Context) *NamespacesTriggersDeleteCall + func (c *NamespacesTriggersDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *NamespacesTriggersDeleteCall) Fields(s ...googleapi.Field) *NamespacesTriggersDeleteCall + func (c *NamespacesTriggersDeleteCall) Header() http.Header + func (c *NamespacesTriggersDeleteCall) Kind(kind string) *NamespacesTriggersDeleteCall + func (c *NamespacesTriggersDeleteCall) PropagationPolicy(propagationPolicy string) *NamespacesTriggersDeleteCall + type NamespacesTriggersGetCall struct + func (c *NamespacesTriggersGetCall) Context(ctx context.Context) *NamespacesTriggersGetCall + func (c *NamespacesTriggersGetCall) Do(opts ...googleapi.CallOption) (*Trigger, error) + func (c *NamespacesTriggersGetCall) Fields(s ...googleapi.Field) *NamespacesTriggersGetCall + func (c *NamespacesTriggersGetCall) Header() http.Header + func (c *NamespacesTriggersGetCall) IfNoneMatch(entityTag string) *NamespacesTriggersGetCall + type NamespacesTriggersListCall struct + func (c *NamespacesTriggersListCall) Context(ctx context.Context) *NamespacesTriggersListCall + func (c *NamespacesTriggersListCall) Continue(continue_ string) *NamespacesTriggersListCall + func (c *NamespacesTriggersListCall) Do(opts ...googleapi.CallOption) (*ListTriggersResponse, error) + func (c *NamespacesTriggersListCall) FieldSelector(fieldSelector string) *NamespacesTriggersListCall + func (c *NamespacesTriggersListCall) Fields(s ...googleapi.Field) *NamespacesTriggersListCall + func (c *NamespacesTriggersListCall) Header() http.Header + func (c *NamespacesTriggersListCall) IfNoneMatch(entityTag string) *NamespacesTriggersListCall + func (c *NamespacesTriggersListCall) IncludeUninitialized(includeUninitialized bool) *NamespacesTriggersListCall + func (c *NamespacesTriggersListCall) LabelSelector(labelSelector string) *NamespacesTriggersListCall + func (c *NamespacesTriggersListCall) Limit(limit int64) *NamespacesTriggersListCall + func (c *NamespacesTriggersListCall) ResourceVersion(resourceVersion string) *NamespacesTriggersListCall + func (c *NamespacesTriggersListCall) Watch(watch bool) *NamespacesTriggersListCall + type NamespacesTriggersService struct + func NewNamespacesTriggersService(s *APIService) *NamespacesTriggersService + func (r *NamespacesTriggersService) Create(parent string, trigger *Trigger) *NamespacesTriggersCreateCall + func (r *NamespacesTriggersService) Delete(name string) *NamespacesTriggersDeleteCall + func (r *NamespacesTriggersService) Get(name string) *NamespacesTriggersGetCall + func (r *NamespacesTriggersService) List(parent string) *NamespacesTriggersListCall + 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 ObjectReference struct + ApiVersion string + FieldPath string + ForceSendFields []string + Kind string + Name string + Namespace string + NullFields []string + ResourceVersion string + Uid string + func (s *ObjectReference) 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 + FailureThreshold int64 + ForceSendFields []string + Handler *Handler + InitialDelaySeconds int64 + NullFields []string + PeriodSeconds int64 + SuccessThreshold int64 + TimeoutSeconds int64 + func (s *Probe) MarshalJSON() ([]byte, error) + 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 ProjectsLocationsCloudauditlogssourcesCreateCall struct + func (c *ProjectsLocationsCloudauditlogssourcesCreateCall) Context(ctx context.Context) *ProjectsLocationsCloudauditlogssourcesCreateCall + func (c *ProjectsLocationsCloudauditlogssourcesCreateCall) Do(opts ...googleapi.CallOption) (*CloudAuditLogsSource, error) + func (c *ProjectsLocationsCloudauditlogssourcesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudauditlogssourcesCreateCall + func (c *ProjectsLocationsCloudauditlogssourcesCreateCall) Header() http.Header + type ProjectsLocationsCloudauditlogssourcesDeleteCall struct + func (c *ProjectsLocationsCloudauditlogssourcesDeleteCall) ApiVersion(apiVersion string) *ProjectsLocationsCloudauditlogssourcesDeleteCall + func (c *ProjectsLocationsCloudauditlogssourcesDeleteCall) Context(ctx context.Context) *ProjectsLocationsCloudauditlogssourcesDeleteCall + func (c *ProjectsLocationsCloudauditlogssourcesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsCloudauditlogssourcesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudauditlogssourcesDeleteCall + func (c *ProjectsLocationsCloudauditlogssourcesDeleteCall) Header() http.Header + func (c *ProjectsLocationsCloudauditlogssourcesDeleteCall) Kind(kind string) *ProjectsLocationsCloudauditlogssourcesDeleteCall + func (c *ProjectsLocationsCloudauditlogssourcesDeleteCall) PropagationPolicy(propagationPolicy string) *ProjectsLocationsCloudauditlogssourcesDeleteCall + type ProjectsLocationsCloudauditlogssourcesGetCall struct + func (c *ProjectsLocationsCloudauditlogssourcesGetCall) Context(ctx context.Context) *ProjectsLocationsCloudauditlogssourcesGetCall + func (c *ProjectsLocationsCloudauditlogssourcesGetCall) Do(opts ...googleapi.CallOption) (*CloudAuditLogsSource, error) + func (c *ProjectsLocationsCloudauditlogssourcesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudauditlogssourcesGetCall + func (c *ProjectsLocationsCloudauditlogssourcesGetCall) Header() http.Header + func (c *ProjectsLocationsCloudauditlogssourcesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCloudauditlogssourcesGetCall + type ProjectsLocationsCloudauditlogssourcesListCall struct + func (c *ProjectsLocationsCloudauditlogssourcesListCall) Context(ctx context.Context) *ProjectsLocationsCloudauditlogssourcesListCall + func (c *ProjectsLocationsCloudauditlogssourcesListCall) Continue(continue_ string) *ProjectsLocationsCloudauditlogssourcesListCall + func (c *ProjectsLocationsCloudauditlogssourcesListCall) Do(opts ...googleapi.CallOption) (*ListCloudAuditLogsSourcesResponse, error) + func (c *ProjectsLocationsCloudauditlogssourcesListCall) FieldSelector(fieldSelector string) *ProjectsLocationsCloudauditlogssourcesListCall + func (c *ProjectsLocationsCloudauditlogssourcesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudauditlogssourcesListCall + func (c *ProjectsLocationsCloudauditlogssourcesListCall) Header() http.Header + func (c *ProjectsLocationsCloudauditlogssourcesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCloudauditlogssourcesListCall + func (c *ProjectsLocationsCloudauditlogssourcesListCall) IncludeUninitialized(includeUninitialized bool) *ProjectsLocationsCloudauditlogssourcesListCall + func (c *ProjectsLocationsCloudauditlogssourcesListCall) LabelSelector(labelSelector string) *ProjectsLocationsCloudauditlogssourcesListCall + func (c *ProjectsLocationsCloudauditlogssourcesListCall) Limit(limit int64) *ProjectsLocationsCloudauditlogssourcesListCall + func (c *ProjectsLocationsCloudauditlogssourcesListCall) ResourceVersion(resourceVersion string) *ProjectsLocationsCloudauditlogssourcesListCall + func (c *ProjectsLocationsCloudauditlogssourcesListCall) Watch(watch bool) *ProjectsLocationsCloudauditlogssourcesListCall + type ProjectsLocationsCloudauditlogssourcesService struct + func NewProjectsLocationsCloudauditlogssourcesService(s *APIService) *ProjectsLocationsCloudauditlogssourcesService + func (r *ProjectsLocationsCloudauditlogssourcesService) Create(parent string, cloudauditlogssource *CloudAuditLogsSource) *ProjectsLocationsCloudauditlogssourcesCreateCall + func (r *ProjectsLocationsCloudauditlogssourcesService) Delete(name string) *ProjectsLocationsCloudauditlogssourcesDeleteCall + func (r *ProjectsLocationsCloudauditlogssourcesService) Get(name string) *ProjectsLocationsCloudauditlogssourcesGetCall + func (r *ProjectsLocationsCloudauditlogssourcesService) List(parent string) *ProjectsLocationsCloudauditlogssourcesListCall + type ProjectsLocationsCloudpubsubsourcesCreateCall struct + func (c *ProjectsLocationsCloudpubsubsourcesCreateCall) Context(ctx context.Context) *ProjectsLocationsCloudpubsubsourcesCreateCall + func (c *ProjectsLocationsCloudpubsubsourcesCreateCall) Do(opts ...googleapi.CallOption) (*CloudPubSubSource, error) + func (c *ProjectsLocationsCloudpubsubsourcesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudpubsubsourcesCreateCall + func (c *ProjectsLocationsCloudpubsubsourcesCreateCall) Header() http.Header + type ProjectsLocationsCloudpubsubsourcesDeleteCall struct + func (c *ProjectsLocationsCloudpubsubsourcesDeleteCall) ApiVersion(apiVersion string) *ProjectsLocationsCloudpubsubsourcesDeleteCall + func (c *ProjectsLocationsCloudpubsubsourcesDeleteCall) Context(ctx context.Context) *ProjectsLocationsCloudpubsubsourcesDeleteCall + func (c *ProjectsLocationsCloudpubsubsourcesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsCloudpubsubsourcesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudpubsubsourcesDeleteCall + func (c *ProjectsLocationsCloudpubsubsourcesDeleteCall) Header() http.Header + func (c *ProjectsLocationsCloudpubsubsourcesDeleteCall) Kind(kind string) *ProjectsLocationsCloudpubsubsourcesDeleteCall + func (c *ProjectsLocationsCloudpubsubsourcesDeleteCall) PropagationPolicy(propagationPolicy string) *ProjectsLocationsCloudpubsubsourcesDeleteCall + type ProjectsLocationsCloudpubsubsourcesGetCall struct + func (c *ProjectsLocationsCloudpubsubsourcesGetCall) Context(ctx context.Context) *ProjectsLocationsCloudpubsubsourcesGetCall + func (c *ProjectsLocationsCloudpubsubsourcesGetCall) Do(opts ...googleapi.CallOption) (*CloudPubSubSource, error) + func (c *ProjectsLocationsCloudpubsubsourcesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudpubsubsourcesGetCall + func (c *ProjectsLocationsCloudpubsubsourcesGetCall) Header() http.Header + func (c *ProjectsLocationsCloudpubsubsourcesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCloudpubsubsourcesGetCall + type ProjectsLocationsCloudpubsubsourcesListCall struct + func (c *ProjectsLocationsCloudpubsubsourcesListCall) Context(ctx context.Context) *ProjectsLocationsCloudpubsubsourcesListCall + func (c *ProjectsLocationsCloudpubsubsourcesListCall) Continue(continue_ string) *ProjectsLocationsCloudpubsubsourcesListCall + func (c *ProjectsLocationsCloudpubsubsourcesListCall) Do(opts ...googleapi.CallOption) (*ListCloudPubSubSourcesResponse, error) + func (c *ProjectsLocationsCloudpubsubsourcesListCall) FieldSelector(fieldSelector string) *ProjectsLocationsCloudpubsubsourcesListCall + func (c *ProjectsLocationsCloudpubsubsourcesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudpubsubsourcesListCall + func (c *ProjectsLocationsCloudpubsubsourcesListCall) Header() http.Header + func (c *ProjectsLocationsCloudpubsubsourcesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCloudpubsubsourcesListCall + func (c *ProjectsLocationsCloudpubsubsourcesListCall) IncludeUninitialized(includeUninitialized bool) *ProjectsLocationsCloudpubsubsourcesListCall + func (c *ProjectsLocationsCloudpubsubsourcesListCall) LabelSelector(labelSelector string) *ProjectsLocationsCloudpubsubsourcesListCall + func (c *ProjectsLocationsCloudpubsubsourcesListCall) Limit(limit int64) *ProjectsLocationsCloudpubsubsourcesListCall + func (c *ProjectsLocationsCloudpubsubsourcesListCall) ResourceVersion(resourceVersion string) *ProjectsLocationsCloudpubsubsourcesListCall + func (c *ProjectsLocationsCloudpubsubsourcesListCall) Watch(watch bool) *ProjectsLocationsCloudpubsubsourcesListCall + type ProjectsLocationsCloudpubsubsourcesService struct + func NewProjectsLocationsCloudpubsubsourcesService(s *APIService) *ProjectsLocationsCloudpubsubsourcesService + func (r *ProjectsLocationsCloudpubsubsourcesService) Create(parent string, cloudpubsubsource *CloudPubSubSource) *ProjectsLocationsCloudpubsubsourcesCreateCall + func (r *ProjectsLocationsCloudpubsubsourcesService) Delete(name string) *ProjectsLocationsCloudpubsubsourcesDeleteCall + func (r *ProjectsLocationsCloudpubsubsourcesService) Get(name string) *ProjectsLocationsCloudpubsubsourcesGetCall + func (r *ProjectsLocationsCloudpubsubsourcesService) List(parent string) *ProjectsLocationsCloudpubsubsourcesListCall + type ProjectsLocationsCloudschedulersourcesCreateCall struct + func (c *ProjectsLocationsCloudschedulersourcesCreateCall) Context(ctx context.Context) *ProjectsLocationsCloudschedulersourcesCreateCall + func (c *ProjectsLocationsCloudschedulersourcesCreateCall) Do(opts ...googleapi.CallOption) (*CloudSchedulerSource, error) + func (c *ProjectsLocationsCloudschedulersourcesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudschedulersourcesCreateCall + func (c *ProjectsLocationsCloudschedulersourcesCreateCall) Header() http.Header + type ProjectsLocationsCloudschedulersourcesDeleteCall struct + func (c *ProjectsLocationsCloudschedulersourcesDeleteCall) ApiVersion(apiVersion string) *ProjectsLocationsCloudschedulersourcesDeleteCall + func (c *ProjectsLocationsCloudschedulersourcesDeleteCall) Context(ctx context.Context) *ProjectsLocationsCloudschedulersourcesDeleteCall + func (c *ProjectsLocationsCloudschedulersourcesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsCloudschedulersourcesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudschedulersourcesDeleteCall + func (c *ProjectsLocationsCloudschedulersourcesDeleteCall) Header() http.Header + func (c *ProjectsLocationsCloudschedulersourcesDeleteCall) Kind(kind string) *ProjectsLocationsCloudschedulersourcesDeleteCall + func (c *ProjectsLocationsCloudschedulersourcesDeleteCall) PropagationPolicy(propagationPolicy string) *ProjectsLocationsCloudschedulersourcesDeleteCall + type ProjectsLocationsCloudschedulersourcesGetCall struct + func (c *ProjectsLocationsCloudschedulersourcesGetCall) Context(ctx context.Context) *ProjectsLocationsCloudschedulersourcesGetCall + func (c *ProjectsLocationsCloudschedulersourcesGetCall) Do(opts ...googleapi.CallOption) (*CloudSchedulerSource, error) + func (c *ProjectsLocationsCloudschedulersourcesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudschedulersourcesGetCall + func (c *ProjectsLocationsCloudschedulersourcesGetCall) Header() http.Header + func (c *ProjectsLocationsCloudschedulersourcesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCloudschedulersourcesGetCall + type ProjectsLocationsCloudschedulersourcesListCall struct + func (c *ProjectsLocationsCloudschedulersourcesListCall) Context(ctx context.Context) *ProjectsLocationsCloudschedulersourcesListCall + func (c *ProjectsLocationsCloudschedulersourcesListCall) Continue(continue_ string) *ProjectsLocationsCloudschedulersourcesListCall + func (c *ProjectsLocationsCloudschedulersourcesListCall) Do(opts ...googleapi.CallOption) (*ListCloudSchedulerSourcesResponse, error) + func (c *ProjectsLocationsCloudschedulersourcesListCall) FieldSelector(fieldSelector string) *ProjectsLocationsCloudschedulersourcesListCall + func (c *ProjectsLocationsCloudschedulersourcesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudschedulersourcesListCall + func (c *ProjectsLocationsCloudschedulersourcesListCall) Header() http.Header + func (c *ProjectsLocationsCloudschedulersourcesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCloudschedulersourcesListCall + func (c *ProjectsLocationsCloudschedulersourcesListCall) IncludeUninitialized(includeUninitialized bool) *ProjectsLocationsCloudschedulersourcesListCall + func (c *ProjectsLocationsCloudschedulersourcesListCall) LabelSelector(labelSelector string) *ProjectsLocationsCloudschedulersourcesListCall + func (c *ProjectsLocationsCloudschedulersourcesListCall) Limit(limit int64) *ProjectsLocationsCloudschedulersourcesListCall + func (c *ProjectsLocationsCloudschedulersourcesListCall) ResourceVersion(resourceVersion string) *ProjectsLocationsCloudschedulersourcesListCall + func (c *ProjectsLocationsCloudschedulersourcesListCall) Watch(watch bool) *ProjectsLocationsCloudschedulersourcesListCall + type ProjectsLocationsCloudschedulersourcesReplaceCloudSchedulerSourceCall struct + func (c *ProjectsLocationsCloudschedulersourcesReplaceCloudSchedulerSourceCall) Context(ctx context.Context) *ProjectsLocationsCloudschedulersourcesReplaceCloudSchedulerSourceCall + func (c *ProjectsLocationsCloudschedulersourcesReplaceCloudSchedulerSourceCall) Do(opts ...googleapi.CallOption) (*CloudSchedulerSource, error) + func (c *ProjectsLocationsCloudschedulersourcesReplaceCloudSchedulerSourceCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudschedulersourcesReplaceCloudSchedulerSourceCall + func (c *ProjectsLocationsCloudschedulersourcesReplaceCloudSchedulerSourceCall) Header() http.Header + type ProjectsLocationsCloudschedulersourcesService struct + func NewProjectsLocationsCloudschedulersourcesService(s *APIService) *ProjectsLocationsCloudschedulersourcesService + func (r *ProjectsLocationsCloudschedulersourcesService) Create(parent string, cloudschedulersource *CloudSchedulerSource) *ProjectsLocationsCloudschedulersourcesCreateCall + func (r *ProjectsLocationsCloudschedulersourcesService) Delete(name string) *ProjectsLocationsCloudschedulersourcesDeleteCall + func (r *ProjectsLocationsCloudschedulersourcesService) Get(name string) *ProjectsLocationsCloudschedulersourcesGetCall + func (r *ProjectsLocationsCloudschedulersourcesService) List(parent string) *ProjectsLocationsCloudschedulersourcesListCall + func (r *ProjectsLocationsCloudschedulersourcesService) ReplaceCloudSchedulerSource(name string, cloudschedulersource *CloudSchedulerSource) *ProjectsLocationsCloudschedulersourcesReplaceCloudSchedulerSourceCall + type ProjectsLocationsCloudstoragesourcesCreateCall struct + func (c *ProjectsLocationsCloudstoragesourcesCreateCall) Context(ctx context.Context) *ProjectsLocationsCloudstoragesourcesCreateCall + func (c *ProjectsLocationsCloudstoragesourcesCreateCall) Do(opts ...googleapi.CallOption) (*CloudStorageSource, error) + func (c *ProjectsLocationsCloudstoragesourcesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudstoragesourcesCreateCall + func (c *ProjectsLocationsCloudstoragesourcesCreateCall) Header() http.Header + type ProjectsLocationsCloudstoragesourcesDeleteCall struct + func (c *ProjectsLocationsCloudstoragesourcesDeleteCall) ApiVersion(apiVersion string) *ProjectsLocationsCloudstoragesourcesDeleteCall + func (c *ProjectsLocationsCloudstoragesourcesDeleteCall) Context(ctx context.Context) *ProjectsLocationsCloudstoragesourcesDeleteCall + func (c *ProjectsLocationsCloudstoragesourcesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsCloudstoragesourcesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudstoragesourcesDeleteCall + func (c *ProjectsLocationsCloudstoragesourcesDeleteCall) Header() http.Header + func (c *ProjectsLocationsCloudstoragesourcesDeleteCall) Kind(kind string) *ProjectsLocationsCloudstoragesourcesDeleteCall + func (c *ProjectsLocationsCloudstoragesourcesDeleteCall) PropagationPolicy(propagationPolicy string) *ProjectsLocationsCloudstoragesourcesDeleteCall + type ProjectsLocationsCloudstoragesourcesGetCall struct + func (c *ProjectsLocationsCloudstoragesourcesGetCall) Context(ctx context.Context) *ProjectsLocationsCloudstoragesourcesGetCall + func (c *ProjectsLocationsCloudstoragesourcesGetCall) Do(opts ...googleapi.CallOption) (*CloudStorageSource, error) + func (c *ProjectsLocationsCloudstoragesourcesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudstoragesourcesGetCall + func (c *ProjectsLocationsCloudstoragesourcesGetCall) Header() http.Header + func (c *ProjectsLocationsCloudstoragesourcesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsCloudstoragesourcesGetCall + type ProjectsLocationsCloudstoragesourcesListCall struct + func (c *ProjectsLocationsCloudstoragesourcesListCall) Context(ctx context.Context) *ProjectsLocationsCloudstoragesourcesListCall + func (c *ProjectsLocationsCloudstoragesourcesListCall) Continue(continue_ string) *ProjectsLocationsCloudstoragesourcesListCall + func (c *ProjectsLocationsCloudstoragesourcesListCall) Do(opts ...googleapi.CallOption) (*ListCloudStorageSourcesResponse, error) + func (c *ProjectsLocationsCloudstoragesourcesListCall) FieldSelector(fieldSelector string) *ProjectsLocationsCloudstoragesourcesListCall + func (c *ProjectsLocationsCloudstoragesourcesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudstoragesourcesListCall + func (c *ProjectsLocationsCloudstoragesourcesListCall) Header() http.Header + func (c *ProjectsLocationsCloudstoragesourcesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsCloudstoragesourcesListCall + func (c *ProjectsLocationsCloudstoragesourcesListCall) IncludeUninitialized(includeUninitialized bool) *ProjectsLocationsCloudstoragesourcesListCall + func (c *ProjectsLocationsCloudstoragesourcesListCall) LabelSelector(labelSelector string) *ProjectsLocationsCloudstoragesourcesListCall + func (c *ProjectsLocationsCloudstoragesourcesListCall) Limit(limit int64) *ProjectsLocationsCloudstoragesourcesListCall + func (c *ProjectsLocationsCloudstoragesourcesListCall) ResourceVersion(resourceVersion string) *ProjectsLocationsCloudstoragesourcesListCall + func (c *ProjectsLocationsCloudstoragesourcesListCall) Watch(watch bool) *ProjectsLocationsCloudstoragesourcesListCall + type ProjectsLocationsCloudstoragesourcesReplaceCloudStorageSourceCall struct + func (c *ProjectsLocationsCloudstoragesourcesReplaceCloudStorageSourceCall) Context(ctx context.Context) *ProjectsLocationsCloudstoragesourcesReplaceCloudStorageSourceCall + func (c *ProjectsLocationsCloudstoragesourcesReplaceCloudStorageSourceCall) Do(opts ...googleapi.CallOption) (*CloudStorageSource, error) + func (c *ProjectsLocationsCloudstoragesourcesReplaceCloudStorageSourceCall) Fields(s ...googleapi.Field) *ProjectsLocationsCloudstoragesourcesReplaceCloudStorageSourceCall + func (c *ProjectsLocationsCloudstoragesourcesReplaceCloudStorageSourceCall) Header() http.Header + type ProjectsLocationsCloudstoragesourcesService struct + func NewProjectsLocationsCloudstoragesourcesService(s *APIService) *ProjectsLocationsCloudstoragesourcesService + func (r *ProjectsLocationsCloudstoragesourcesService) Create(parent string, cloudstoragesource *CloudStorageSource) *ProjectsLocationsCloudstoragesourcesCreateCall + func (r *ProjectsLocationsCloudstoragesourcesService) Delete(name string) *ProjectsLocationsCloudstoragesourcesDeleteCall + func (r *ProjectsLocationsCloudstoragesourcesService) Get(name string) *ProjectsLocationsCloudstoragesourcesGetCall + func (r *ProjectsLocationsCloudstoragesourcesService) List(parent string) *ProjectsLocationsCloudstoragesourcesListCall + func (r *ProjectsLocationsCloudstoragesourcesService) ReplaceCloudStorageSource(name string, cloudstoragesource *CloudStorageSource) *ProjectsLocationsCloudstoragesourcesReplaceCloudStorageSourceCall + 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) (*Empty, 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) OrphanDependents(orphanDependents bool) *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) (*Empty, 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) OrphanDependents(orphanDependents bool) *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 + Cloudauditlogssources *ProjectsLocationsCloudauditlogssourcesService + Cloudpubsubsources *ProjectsLocationsCloudpubsubsourcesService + Cloudschedulersources *ProjectsLocationsCloudschedulersourcesService + Cloudstoragesources *ProjectsLocationsCloudstoragesourcesService + Configurations *ProjectsLocationsConfigurationsService + Domainmappings *ProjectsLocationsDomainmappingsService + Revisions *ProjectsLocationsRevisionsService + Routes *ProjectsLocationsRoutesService + Services *ProjectsLocationsServicesService + Triggers *ProjectsLocationsTriggersService + 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) (*Empty, 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) OrphanDependents(orphanDependents bool) *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 ProjectsLocationsTriggersCreateCall struct + func (c *ProjectsLocationsTriggersCreateCall) Context(ctx context.Context) *ProjectsLocationsTriggersCreateCall + func (c *ProjectsLocationsTriggersCreateCall) Do(opts ...googleapi.CallOption) (*Trigger, error) + func (c *ProjectsLocationsTriggersCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTriggersCreateCall + func (c *ProjectsLocationsTriggersCreateCall) Header() http.Header + type ProjectsLocationsTriggersDeleteCall struct + func (c *ProjectsLocationsTriggersDeleteCall) ApiVersion(apiVersion string) *ProjectsLocationsTriggersDeleteCall + func (c *ProjectsLocationsTriggersDeleteCall) Context(ctx context.Context) *ProjectsLocationsTriggersDeleteCall + func (c *ProjectsLocationsTriggersDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsTriggersDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTriggersDeleteCall + func (c *ProjectsLocationsTriggersDeleteCall) Header() http.Header + func (c *ProjectsLocationsTriggersDeleteCall) Kind(kind string) *ProjectsLocationsTriggersDeleteCall + func (c *ProjectsLocationsTriggersDeleteCall) PropagationPolicy(propagationPolicy string) *ProjectsLocationsTriggersDeleteCall + type ProjectsLocationsTriggersGetCall struct + func (c *ProjectsLocationsTriggersGetCall) Context(ctx context.Context) *ProjectsLocationsTriggersGetCall + func (c *ProjectsLocationsTriggersGetCall) Do(opts ...googleapi.CallOption) (*Trigger, error) + func (c *ProjectsLocationsTriggersGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTriggersGetCall + func (c *ProjectsLocationsTriggersGetCall) Header() http.Header + func (c *ProjectsLocationsTriggersGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTriggersGetCall + type ProjectsLocationsTriggersListCall struct + func (c *ProjectsLocationsTriggersListCall) Context(ctx context.Context) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) Continue(continue_ string) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) Do(opts ...googleapi.CallOption) (*ListTriggersResponse, error) + func (c *ProjectsLocationsTriggersListCall) FieldSelector(fieldSelector string) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) Header() http.Header + func (c *ProjectsLocationsTriggersListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) IncludeUninitialized(includeUninitialized bool) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) LabelSelector(labelSelector string) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) Limit(limit int64) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) ResourceVersion(resourceVersion string) *ProjectsLocationsTriggersListCall + func (c *ProjectsLocationsTriggersListCall) Watch(watch bool) *ProjectsLocationsTriggersListCall + type ProjectsLocationsTriggersService struct + func NewProjectsLocationsTriggersService(s *APIService) *ProjectsLocationsTriggersService + func (r *ProjectsLocationsTriggersService) Create(parent string, trigger *Trigger) *ProjectsLocationsTriggersCreateCall + func (r *ProjectsLocationsTriggersService) Delete(name string) *ProjectsLocationsTriggersDeleteCall + func (r *ProjectsLocationsTriggersService) Get(name string) *ProjectsLocationsTriggersGetCall + func (r *ProjectsLocationsTriggersService) List(parent string) *ProjectsLocationsTriggersListCall + type ProjectsService struct + Locations *ProjectsLocationsService + func NewProjectsService(s *APIService) *ProjectsService + type Quantity struct + ForceSendFields []string + NullFields []string + String string + func (s *Quantity) MarshalJSON() ([]byte, error) + 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 + LimitsInMap map[string]Quantity + NullFields []string + Requests map[string]string + RequestsInMap map[string]Quantity + 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 RevisionCondition struct + ForceSendFields []string + LastTransitionTime string + Message string + NullFields []string + Reason string + Severity string + Status string + Type string + func (s *RevisionCondition) MarshalJSON() ([]byte, error) + type RevisionSpec struct + ConcurrencyModel string + Container *Container + ContainerConcurrency int64 + Containers []*Container + ForceSendFields []string + Generation int64 + NullFields []string + ServiceAccountName string + ServingState string + TimeoutSeconds int64 + Volumes []*Volume + func (s *RevisionSpec) MarshalJSON() ([]byte, error) + type RevisionStatus struct + Conditions []*RevisionCondition + 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 RouteCondition struct + ForceSendFields []string + LastTransitionTime string + Message string + NullFields []string + Reason string + Severity string + Status string + Type string + func (s *RouteCondition) MarshalJSON() ([]byte, error) + type RouteSpec struct + ForceSendFields []string + Generation int64 + NullFields []string + Traffic []*TrafficTarget + func (s *RouteSpec) MarshalJSON() ([]byte, error) + type RouteStatus struct + Address *Addressable + Conditions []*RouteCondition + Domain string + DomainInternal string + ForceSendFields []string + NullFields []string + ObservedGeneration int64 + Traffic []*TrafficTarget + Url string + func (s *RouteStatus) MarshalJSON() ([]byte, error) + type SELinuxOptions struct + ForceSendFields []string + Level string + NullFields []string + Role string + Type string + User string + func (s *SELinuxOptions) 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 + AllowPrivilegeEscalation bool + Capabilities *Capabilities + ForceSendFields []string + NullFields []string + Privileged bool + ReadOnlyRootFilesystem bool + RunAsGroup int64 + RunAsNonRoot bool + RunAsUser int64 + SeLinuxOptions *SELinuxOptions + 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 ServiceCondition struct + ForceSendFields []string + LastTransitionTime string + Message string + NullFields []string + Reason string + Severity string + Status string + Type string + func (s *ServiceCondition) MarshalJSON() ([]byte, error) + type ServiceSpec struct + ForceSendFields []string + Generation int64 + Manual *ServiceSpecManualType + NullFields []string + Pinned *ServiceSpecPinnedType + Release *ServiceSpecReleaseType + RunLatest *ServiceSpecRunLatest + Template *RevisionTemplate + Traffic []*TrafficTarget + func (s *ServiceSpec) MarshalJSON() ([]byte, error) + type ServiceSpecManualType struct + type ServiceSpecPinnedType struct + Configuration *ConfigurationSpec + ForceSendFields []string + NullFields []string + RevisionName string + func (s *ServiceSpecPinnedType) MarshalJSON() ([]byte, error) + type ServiceSpecReleaseType struct + Configuration *ConfigurationSpec + ForceSendFields []string + NullFields []string + Revisions []string + RolloutPercent int64 + func (s *ServiceSpecReleaseType) MarshalJSON() ([]byte, error) + type ServiceSpecRunLatest struct + Configuration *ConfigurationSpec + ForceSendFields []string + NullFields []string + func (s *ServiceSpecRunLatest) MarshalJSON() ([]byte, error) + type ServiceStatus struct + Address *Addressable + Conditions []*ServiceCondition + Domain string + 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 TCPSocketAction struct + ForceSendFields []string + Host string + NullFields []string + Port *IntOrString + 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 + Name string + NullFields []string + Percent int64 + RevisionName string + Tag string + Url string + func (s *TrafficTarget) MarshalJSON() ([]byte, error) + type Trigger struct + ApiVersion string + ForceSendFields []string + Kind string + Metadata *ObjectMeta + NullFields []string + Spec *TriggerSpec + Status *TriggerStatus + func (s *Trigger) MarshalJSON() ([]byte, error) + type TriggerCondition struct + ForceSendFields []string + LastTransitionTime string + Message string + NullFields []string + Reason string + Severity string + Status string + Type string + func (s *TriggerCondition) MarshalJSON() ([]byte, error) + type TriggerFilter struct + Attributes map[string]string + ForceSendFields []string + NullFields []string + func (s *TriggerFilter) MarshalJSON() ([]byte, error) + type TriggerSpec struct + Broker string + Filter *TriggerFilter + ForceSendFields []string + NullFields []string + Subscriber *Destination + func (s *TriggerSpec) MarshalJSON() ([]byte, error) + type TriggerStatus struct + Conditions []*TriggerCondition + ForceSendFields []string + NullFields []string + ObservedGeneration int64 + SubscriberUri string + func (s *TriggerStatus) MarshalJSON() ([]byte, error) + type Volume struct + ConfigMap *ConfigMapVolumeSource + ForceSendFields []string + Name string + NullFields []string + Secret *SecretVolumeSource + func (s *Volume) MarshalJSON() ([]byte, error) + type VolumeDevice struct + DevicePath string + ForceSendFields []string + Name string + NullFields []string + func (s *VolumeDevice) MarshalJSON() ([]byte, error) + type VolumeMount struct + ForceSendFields []string + MountPath string + MountPropagation string + Name string + NullFields []string + ReadOnly bool + SubPath string + func (s *VolumeMount) MarshalJSON() ([]byte, error)