package service
import "google.golang.org/genproto/googleapis/cloud/orchestration/airflow/service/v1"
Package service aliases all exported identifiers in package "cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb".
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterEnvironmentsServer(s *grpc.Server, srv EnvironmentsServer)
- func RegisterImageVersionsServer(s *grpc.Server, srv ImageVersionsServer)
- type CheckUpgradeResponse
- type CheckUpgradeResponse_ConflictResult
- type CreateEnvironmentRequest
- type DatabaseConfig
- type DeleteEnvironmentRequest
- type EncryptionConfig
- type Environment
- type EnvironmentConfig
- type Environment_State
- type EnvironmentsClient
- type EnvironmentsServer
- type GetEnvironmentRequest
- type IPAllocationPolicy
- type IPAllocationPolicy_ClusterIpv4CidrBlock
- type IPAllocationPolicy_ClusterSecondaryRangeName
- type IPAllocationPolicy_ServicesIpv4CidrBlock
- type IPAllocationPolicy_ServicesSecondaryRangeName
- type ImageVersion
- type ImageVersionsClient
- type ImageVersionsServer
- type ListEnvironmentsRequest
- type ListEnvironmentsResponse
- type ListImageVersionsRequest
- type ListImageVersionsResponse
- type NodeConfig
- type OperationMetadata
- type OperationMetadata_State
- type OperationMetadata_Type
- type PrivateClusterConfig
- type PrivateEnvironmentConfig
- type SoftwareConfig
- type UnimplementedEnvironmentsServer
- type UnimplementedImageVersionsServer
- type UpdateEnvironmentRequest
- type WebServerConfig
- type WebServerNetworkAccessControl
- type WebServerNetworkAccessControl_AllowedIpRange
Constants ¶
const ( CheckUpgradeResponse_CONFLICT = src.CheckUpgradeResponse_CONFLICT CheckUpgradeResponse_CONFLICT_RESULT_UNSPECIFIED = src.CheckUpgradeResponse_CONFLICT_RESULT_UNSPECIFIED CheckUpgradeResponse_NO_CONFLICT = src.CheckUpgradeResponse_NO_CONFLICT Environment_CREATING = src.Environment_CREATING Environment_DELETING = src.Environment_DELETING Environment_ERROR = src.Environment_ERROR Environment_RUNNING = src.Environment_RUNNING Environment_STATE_UNSPECIFIED = src.Environment_STATE_UNSPECIFIED Environment_UPDATING = src.Environment_UPDATING OperationMetadata_CHECK = src.OperationMetadata_CHECK OperationMetadata_CREATE = src.OperationMetadata_CREATE OperationMetadata_DELETE = src.OperationMetadata_DELETE OperationMetadata_FAILED = src.OperationMetadata_FAILED OperationMetadata_PENDING = src.OperationMetadata_PENDING OperationMetadata_RUNNING = src.OperationMetadata_RUNNING OperationMetadata_STATE_UNSPECIFIED = src.OperationMetadata_STATE_UNSPECIFIED OperationMetadata_SUCCEEDED = src.OperationMetadata_SUCCEEDED OperationMetadata_SUCCESSFUL = src.OperationMetadata_SUCCESSFUL OperationMetadata_TYPE_UNSPECIFIED = src.OperationMetadata_TYPE_UNSPECIFIED OperationMetadata_UPDATE = src.OperationMetadata_UPDATE )
Deprecated: Please use consts in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
Variables ¶
var ( CheckUpgradeResponse_ConflictResult_name = src.CheckUpgradeResponse_ConflictResult_name CheckUpgradeResponse_ConflictResult_value = src.CheckUpgradeResponse_ConflictResult_value Environment_State_name = src.Environment_State_name Environment_State_value = src.Environment_State_value File_google_cloud_orchestration_airflow_service_v1_environments_proto = src.File_google_cloud_orchestration_airflow_service_v1_environments_proto File_google_cloud_orchestration_airflow_service_v1_image_versions_proto = src.File_google_cloud_orchestration_airflow_service_v1_image_versions_proto File_google_cloud_orchestration_airflow_service_v1_operations_proto = src.File_google_cloud_orchestration_airflow_service_v1_operations_proto OperationMetadata_State_name = src.OperationMetadata_State_name OperationMetadata_State_value = src.OperationMetadata_State_value OperationMetadata_Type_name = src.OperationMetadata_Type_name OperationMetadata_Type_value = src.OperationMetadata_Type_value )
Deprecated: Please use vars in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
Functions ¶
func RegisterEnvironmentsServer ¶
func RegisterEnvironmentsServer(s *grpc.Server, srv EnvironmentsServer)
Deprecated: Please use funcs in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
func RegisterImageVersionsServer ¶
func RegisterImageVersionsServer(s *grpc.Server, srv ImageVersionsServer)
Deprecated: Please use funcs in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
Types ¶
type CheckUpgradeResponse ¶
type CheckUpgradeResponse = src.CheckUpgradeResponse
Message containing information about the result of an upgrade check operation.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type CheckUpgradeResponse_ConflictResult ¶
type CheckUpgradeResponse_ConflictResult = src.CheckUpgradeResponse_ConflictResult
Whether there were python modules conflict during image build.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type CreateEnvironmentRequest ¶
type CreateEnvironmentRequest = src.CreateEnvironmentRequest
Create a new environment.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type DatabaseConfig ¶
type DatabaseConfig = src.DatabaseConfig
The configuration of Cloud SQL instance that is used by the Apache Airflow software.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type DeleteEnvironmentRequest ¶
type DeleteEnvironmentRequest = src.DeleteEnvironmentRequest
Delete an environment.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type EncryptionConfig ¶
type EncryptionConfig = src.EncryptionConfig
The encryption options for the Cloud Composer environment and its dependencies.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type Environment ¶
type Environment = src.Environment
An environment for running orchestration tasks.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type EnvironmentConfig ¶
type EnvironmentConfig = src.EnvironmentConfig
Configuration information for an environment.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type Environment_State ¶
type Environment_State = src.Environment_State
State of the environment.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type EnvironmentsClient ¶
type EnvironmentsClient = src.EnvironmentsClient
EnvironmentsClient is the client API for Environments service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
func NewEnvironmentsClient ¶
func NewEnvironmentsClient(cc grpc.ClientConnInterface) EnvironmentsClient
Deprecated: Please use funcs in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type EnvironmentsServer ¶
type EnvironmentsServer = src.EnvironmentsServer
EnvironmentsServer is the server API for Environments service.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type GetEnvironmentRequest ¶
type GetEnvironmentRequest = src.GetEnvironmentRequest
Get an environment.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type IPAllocationPolicy ¶
type IPAllocationPolicy = src.IPAllocationPolicy
Configuration for controlling how IPs are allocated in the GKE cluster running the Apache Airflow software.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type IPAllocationPolicy_ClusterIpv4CidrBlock ¶
type IPAllocationPolicy_ClusterIpv4CidrBlock = src.IPAllocationPolicy_ClusterIpv4CidrBlock
type IPAllocationPolicy_ClusterSecondaryRangeName ¶
type IPAllocationPolicy_ClusterSecondaryRangeName = src.IPAllocationPolicy_ClusterSecondaryRangeName
type IPAllocationPolicy_ServicesIpv4CidrBlock ¶
type IPAllocationPolicy_ServicesIpv4CidrBlock = src.IPAllocationPolicy_ServicesIpv4CidrBlock
type IPAllocationPolicy_ServicesSecondaryRangeName ¶
type IPAllocationPolicy_ServicesSecondaryRangeName = src.IPAllocationPolicy_ServicesSecondaryRangeName
type ImageVersion ¶
type ImageVersion = src.ImageVersion
ImageVersion information
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type ImageVersionsClient ¶
type ImageVersionsClient = src.ImageVersionsClient
ImageVersionsClient is the client API for ImageVersions service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
func NewImageVersionsClient ¶
func NewImageVersionsClient(cc grpc.ClientConnInterface) ImageVersionsClient
Deprecated: Please use funcs in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type ImageVersionsServer ¶
type ImageVersionsServer = src.ImageVersionsServer
ImageVersionsServer is the server API for ImageVersions service.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type ListEnvironmentsRequest ¶
type ListEnvironmentsRequest = src.ListEnvironmentsRequest
List environments in a project and location.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type ListEnvironmentsResponse ¶
type ListEnvironmentsResponse = src.ListEnvironmentsResponse
The environments in a project and location.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type ListImageVersionsRequest ¶
type ListImageVersionsRequest = src.ListImageVersionsRequest
List ImageVersions in a project and location.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type ListImageVersionsResponse ¶
type ListImageVersionsResponse = src.ListImageVersionsResponse
The ImageVersions in a project and location.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type NodeConfig ¶
type NodeConfig = src.NodeConfig
The configuration information for the Kubernetes Engine nodes running the Apache Airflow software.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type OperationMetadata ¶
type OperationMetadata = src.OperationMetadata
Metadata describing an operation.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type OperationMetadata_State ¶
type OperationMetadata_State = src.OperationMetadata_State
An enum describing the overall state of an operation.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type OperationMetadata_Type ¶
type OperationMetadata_Type = src.OperationMetadata_Type
Type of longrunning operation.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type PrivateClusterConfig ¶
type PrivateClusterConfig = src.PrivateClusterConfig
Configuration options for the private GKE cluster in a Cloud Composer environment.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type PrivateEnvironmentConfig ¶
type PrivateEnvironmentConfig = src.PrivateEnvironmentConfig
The configuration information for configuring a Private IP Cloud Composer environment.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type SoftwareConfig ¶
type SoftwareConfig = src.SoftwareConfig
Specifies the selection and configuration of software inside the environment.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type UnimplementedEnvironmentsServer ¶
type UnimplementedEnvironmentsServer = src.UnimplementedEnvironmentsServer
UnimplementedEnvironmentsServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type UnimplementedImageVersionsServer ¶
type UnimplementedImageVersionsServer = src.UnimplementedImageVersionsServer
UnimplementedImageVersionsServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type UpdateEnvironmentRequest ¶
type UpdateEnvironmentRequest = src.UpdateEnvironmentRequest
Update an environment.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type WebServerConfig ¶
type WebServerConfig = src.WebServerConfig
The configuration settings for the Airflow web server App Engine instance.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type WebServerNetworkAccessControl ¶
type WebServerNetworkAccessControl = src.WebServerNetworkAccessControl
Network-level access control policy for the Airflow web server.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
type WebServerNetworkAccessControl_AllowedIpRange ¶
type WebServerNetworkAccessControl_AllowedIpRange = src.WebServerNetworkAccessControl_AllowedIpRange
Allowed IP range with user-provided description.
Deprecated: Please use types in: cloud.google.com/go/orchestration/airflow/service/apiv1/servicepb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 59 minutes ago –
Tools for package owners.