...

Package ids

import "google.golang.org/genproto/googleapis/cloud/ids/v1"
Overview
Index

Overview ▾

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.

Constants

Deprecated: Please use consts in: cloud.google.com/go/ids/apiv1/idspb

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
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/ids/apiv1/idspb

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
)

func RegisterIDSServer

func RegisterIDSServer(s *grpc.Server, srv IDSServer)

Deprecated: Please use funcs in: cloud.google.com/go/ids/apiv1/idspb

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 = src.Endpoint

type Endpoint_Severity

Threat severity levels.

Deprecated: Please use types in: cloud.google.com/go/ids/apiv1/idspb

type Endpoint_Severity = src.Endpoint_Severity

type Endpoint_State

Endpoint state

Deprecated: Please use types in: cloud.google.com/go/ids/apiv1/idspb

type Endpoint_State = src.Endpoint_State

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

type IDSClient = src.IDSClient

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 IDSServer = src.IDSServer

type ListEndpointsRequest

type ListEndpointsRequest = src.ListEndpointsRequest

type ListEndpointsResponse

type ListEndpointsResponse = src.ListEndpointsResponse

type OperationMetadata

Represents the metadata of the long-running operation.

Deprecated: Please use types in: cloud.google.com/go/ids/apiv1/idspb

type OperationMetadata = src.OperationMetadata

type UnimplementedIDSServer

UnimplementedIDSServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/ids/apiv1/idspb

type UnimplementedIDSServer = src.UnimplementedIDSServer