package ids
import "google.golang.org/genproto/googleapis/cloud/ids/v1"
Package ids aliases all exported identifiers in package "cloud.google.com/go/ids/apiv1/idspb".
Deprecated: Please use types in: cloud.google.com/go/ids/apiv1/idspb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterIDSServer(s *grpc.Server, srv IDSServer)
- type CreateEndpointRequest
- type DeleteEndpointRequest
- type Endpoint
- type Endpoint_Severity
- type Endpoint_State
- type GetEndpointRequest
- type IDSClient
- type IDSServer
- type ListEndpointsRequest
- type ListEndpointsResponse
- type OperationMetadata
- type UnimplementedIDSServer
Constants ¶
const ( Endpoint_CREATING = src.Endpoint_CREATING Endpoint_CRITICAL = src.Endpoint_CRITICAL Endpoint_DELETING = src.Endpoint_DELETING Endpoint_HIGH = src.Endpoint_HIGH Endpoint_INFORMATIONAL = src.Endpoint_INFORMATIONAL Endpoint_LOW = src.Endpoint_LOW Endpoint_MEDIUM = src.Endpoint_MEDIUM Endpoint_READY = src.Endpoint_READY Endpoint_SEVERITY_UNSPECIFIED = src.Endpoint_SEVERITY_UNSPECIFIED Endpoint_STATE_UNSPECIFIED = src.Endpoint_STATE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/ids/apiv1/idspb
Variables ¶
var ( Endpoint_Severity_name = src.Endpoint_Severity_name Endpoint_Severity_value = src.Endpoint_Severity_value Endpoint_State_name = src.Endpoint_State_name Endpoint_State_value = src.Endpoint_State_value File_google_cloud_ids_v1_ids_proto = src.File_google_cloud_ids_v1_ids_proto )
Deprecated: Please use vars in: cloud.google.com/go/ids/apiv1/idspb
Functions ¶
func RegisterIDSServer ¶
Deprecated: Please use funcs in: cloud.google.com/go/ids/apiv1/idspb
Types ¶
type CreateEndpointRequest ¶
type CreateEndpointRequest = src.CreateEndpointRequest
type DeleteEndpointRequest ¶
type DeleteEndpointRequest = src.DeleteEndpointRequest
type Endpoint ¶
Endpoint describes a single IDS endpoint. It defines a forwarding rule to which packets can be sent for IDS inspection.
Deprecated: Please use types in: cloud.google.com/go/ids/apiv1/idspb
type Endpoint_Severity ¶
type Endpoint_Severity = src.Endpoint_Severity
Threat severity levels.
Deprecated: Please use types in: cloud.google.com/go/ids/apiv1/idspb
type Endpoint_State ¶
type Endpoint_State = src.Endpoint_State
Endpoint state
Deprecated: Please use types in: cloud.google.com/go/ids/apiv1/idspb
type GetEndpointRequest ¶
type GetEndpointRequest = src.GetEndpointRequest
type IDSClient ¶
IDSClient is the client API for IDS 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/ids/apiv1/idspb
func NewIDSClient ¶
func NewIDSClient(cc grpc.ClientConnInterface) IDSClient
Deprecated: Please use funcs in: cloud.google.com/go/ids/apiv1/idspb
type IDSServer ¶
IDSServer is the server API for IDS service.
Deprecated: Please use types in: cloud.google.com/go/ids/apiv1/idspb
type ListEndpointsRequest ¶
type ListEndpointsRequest = src.ListEndpointsRequest
type ListEndpointsResponse ¶
type ListEndpointsResponse = src.ListEndpointsResponse
type OperationMetadata ¶
type OperationMetadata = src.OperationMetadata
Represents the metadata of the long-running operation.
Deprecated: Please use types in: cloud.google.com/go/ids/apiv1/idspb
type UnimplementedIDSServer ¶
type UnimplementedIDSServer = src.UnimplementedIDSServer
UnimplementedIDSServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/ids/apiv1/idspb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.