sha

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package sha is a generated protocol buffer package.

It is generated from these files:

sha/protos/sha.proto

It has these top-level messages:

StorageScanner
FirewallScanner
ComputeInstanceScanner
DatasetScanner
IamScanner
SqlScanner
ContainerScanner
LoggingScanner

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComputeInstanceScanner

type ComputeInstanceScanner struct {
	NotificationConfigName string                          `protobuf:"bytes,1,opt,name=notificationConfigName" json:"notificationConfigName,omitempty"`
	Finding                *ComputeInstanceScanner_Finding `protobuf:"bytes,2,opt,name=finding" json:"finding,omitempty"`
}

func (*ComputeInstanceScanner) Descriptor

func (*ComputeInstanceScanner) Descriptor() ([]byte, []int)

func (*ComputeInstanceScanner) GetFinding

func (*ComputeInstanceScanner) GetNotificationConfigName

func (m *ComputeInstanceScanner) GetNotificationConfigName() string

func (*ComputeInstanceScanner) ProtoMessage

func (*ComputeInstanceScanner) ProtoMessage()

func (*ComputeInstanceScanner) Reset

func (m *ComputeInstanceScanner) Reset()

func (*ComputeInstanceScanner) String

func (m *ComputeInstanceScanner) String() string

type ComputeInstanceScanner_Finding

type ComputeInstanceScanner_Finding struct {
	SourceProperties *ComputeInstanceScanner_SourceProperties `protobuf:"bytes,1,opt,name=sourceProperties" json:"sourceProperties,omitempty"`
	Category         string                                   `protobuf:"bytes,2,opt,name=category" json:"category,omitempty"`
	ResourceName     string                                   `protobuf:"bytes,3,opt,name=resourceName" json:"resourceName,omitempty"`
	State            string                                   `protobuf:"bytes,4,opt,name=state" json:"state,omitempty"`
}

func (*ComputeInstanceScanner_Finding) Descriptor

func (*ComputeInstanceScanner_Finding) Descriptor() ([]byte, []int)

func (*ComputeInstanceScanner_Finding) GetCategory

func (m *ComputeInstanceScanner_Finding) GetCategory() string

func (*ComputeInstanceScanner_Finding) GetResourceName

func (m *ComputeInstanceScanner_Finding) GetResourceName() string

func (*ComputeInstanceScanner_Finding) GetSourceProperties

func (*ComputeInstanceScanner_Finding) GetState

func (m *ComputeInstanceScanner_Finding) GetState() string

func (*ComputeInstanceScanner_Finding) ProtoMessage

func (*ComputeInstanceScanner_Finding) ProtoMessage()

func (*ComputeInstanceScanner_Finding) Reset

func (m *ComputeInstanceScanner_Finding) Reset()

func (*ComputeInstanceScanner_Finding) String

type ComputeInstanceScanner_SourceProperties

type ComputeInstanceScanner_SourceProperties struct {
	ProjectID string `protobuf:"bytes,1,opt,name=projectID" json:"projectID,omitempty"`
}

func (*ComputeInstanceScanner_SourceProperties) Descriptor

func (*ComputeInstanceScanner_SourceProperties) Descriptor() ([]byte, []int)

func (*ComputeInstanceScanner_SourceProperties) GetProjectID

func (*ComputeInstanceScanner_SourceProperties) ProtoMessage

func (*ComputeInstanceScanner_SourceProperties) Reset

func (*ComputeInstanceScanner_SourceProperties) String

type ContainerScanner

type ContainerScanner struct {
	NotificationConfigName string                    `protobuf:"bytes,1,opt,name=notificationConfigName" json:"notificationConfigName,omitempty"`
	Finding                *ContainerScanner_Finding `protobuf:"bytes,2,opt,name=finding" json:"finding,omitempty"`
}

func (*ContainerScanner) Descriptor

func (*ContainerScanner) Descriptor() ([]byte, []int)

func (*ContainerScanner) GetFinding

func (m *ContainerScanner) GetFinding() *ContainerScanner_Finding

func (*ContainerScanner) GetNotificationConfigName

func (m *ContainerScanner) GetNotificationConfigName() string

func (*ContainerScanner) ProtoMessage

func (*ContainerScanner) ProtoMessage()

func (*ContainerScanner) Reset

func (m *ContainerScanner) Reset()

func (*ContainerScanner) String

func (m *ContainerScanner) String() string

type ContainerScanner_Finding

type ContainerScanner_Finding struct {
	SourceProperties *ContainerScanner_SourceProperties `protobuf:"bytes,1,opt,name=sourceProperties" json:"sourceProperties,omitempty"`
	Category         string                             `protobuf:"bytes,2,opt,name=category" json:"category,omitempty"`
	ResourceName     string                             `protobuf:"bytes,3,opt,name=resourceName" json:"resourceName,omitempty"`
	State            string                             `protobuf:"bytes,4,opt,name=state" json:"state,omitempty"`
}

func (*ContainerScanner_Finding) Descriptor

func (*ContainerScanner_Finding) Descriptor() ([]byte, []int)

func (*ContainerScanner_Finding) GetCategory

func (m *ContainerScanner_Finding) GetCategory() string

func (*ContainerScanner_Finding) GetResourceName

func (m *ContainerScanner_Finding) GetResourceName() string

func (*ContainerScanner_Finding) GetSourceProperties

func (*ContainerScanner_Finding) GetState

func (m *ContainerScanner_Finding) GetState() string

func (*ContainerScanner_Finding) ProtoMessage

func (*ContainerScanner_Finding) ProtoMessage()

func (*ContainerScanner_Finding) Reset

func (m *ContainerScanner_Finding) Reset()

func (*ContainerScanner_Finding) String

func (m *ContainerScanner_Finding) String() string

type ContainerScanner_SourceProperties

type ContainerScanner_SourceProperties struct {
	ProjectID string `protobuf:"bytes,1,opt,name=projectID" json:"projectID,omitempty"`
}

func (*ContainerScanner_SourceProperties) Descriptor

func (*ContainerScanner_SourceProperties) Descriptor() ([]byte, []int)

func (*ContainerScanner_SourceProperties) GetProjectID

func (m *ContainerScanner_SourceProperties) GetProjectID() string

func (*ContainerScanner_SourceProperties) ProtoMessage

func (*ContainerScanner_SourceProperties) ProtoMessage()

func (*ContainerScanner_SourceProperties) Reset

func (*ContainerScanner_SourceProperties) String

type DatasetScanner

type DatasetScanner struct {
	NotificationConfigName string                  `protobuf:"bytes,1,opt,name=notificationConfigName" json:"notificationConfigName,omitempty"`
	Finding                *DatasetScanner_Finding `protobuf:"bytes,2,opt,name=finding" json:"finding,omitempty"`
}

func (*DatasetScanner) Descriptor

func (*DatasetScanner) Descriptor() ([]byte, []int)

func (*DatasetScanner) GetFinding

func (m *DatasetScanner) GetFinding() *DatasetScanner_Finding

func (*DatasetScanner) GetNotificationConfigName

func (m *DatasetScanner) GetNotificationConfigName() string

func (*DatasetScanner) ProtoMessage

func (*DatasetScanner) ProtoMessage()

func (*DatasetScanner) Reset

func (m *DatasetScanner) Reset()

func (*DatasetScanner) String

func (m *DatasetScanner) String() string

type DatasetScanner_Finding

type DatasetScanner_Finding struct {
	SourceProperties *DatasetScanner_SourceProperties `protobuf:"bytes,1,opt,name=sourceProperties" json:"sourceProperties,omitempty"`
	Category         string                           `protobuf:"bytes,2,opt,name=category" json:"category,omitempty"`
	ResourceName     string                           `protobuf:"bytes,3,opt,name=resourceName" json:"resourceName,omitempty"`
	State            string                           `protobuf:"bytes,4,opt,name=state" json:"state,omitempty"`
}

func (*DatasetScanner_Finding) Descriptor

func (*DatasetScanner_Finding) Descriptor() ([]byte, []int)

func (*DatasetScanner_Finding) GetCategory

func (m *DatasetScanner_Finding) GetCategory() string

func (*DatasetScanner_Finding) GetResourceName

func (m *DatasetScanner_Finding) GetResourceName() string

func (*DatasetScanner_Finding) GetSourceProperties

func (m *DatasetScanner_Finding) GetSourceProperties() *DatasetScanner_SourceProperties

func (*DatasetScanner_Finding) GetState

func (m *DatasetScanner_Finding) GetState() string

func (*DatasetScanner_Finding) ProtoMessage

func (*DatasetScanner_Finding) ProtoMessage()

func (*DatasetScanner_Finding) Reset

func (m *DatasetScanner_Finding) Reset()

func (*DatasetScanner_Finding) String

func (m *DatasetScanner_Finding) String() string

type DatasetScanner_SourceProperties

type DatasetScanner_SourceProperties struct {
	ProjectID string `protobuf:"bytes,1,opt,name=projectID" json:"projectID,omitempty"`
}

func (*DatasetScanner_SourceProperties) Descriptor

func (*DatasetScanner_SourceProperties) Descriptor() ([]byte, []int)

func (*DatasetScanner_SourceProperties) GetProjectID

func (m *DatasetScanner_SourceProperties) GetProjectID() string

func (*DatasetScanner_SourceProperties) ProtoMessage

func (*DatasetScanner_SourceProperties) ProtoMessage()

func (*DatasetScanner_SourceProperties) Reset

func (*DatasetScanner_SourceProperties) String

type FirewallScanner

type FirewallScanner struct {
	NotificationConfigName string                   `protobuf:"bytes,1,opt,name=notificationConfigName" json:"notificationConfigName,omitempty"`
	Finding                *FirewallScanner_Finding `protobuf:"bytes,2,opt,name=finding" json:"finding,omitempty"`
}

func (*FirewallScanner) Descriptor

func (*FirewallScanner) Descriptor() ([]byte, []int)

func (*FirewallScanner) GetFinding

func (m *FirewallScanner) GetFinding() *FirewallScanner_Finding

func (*FirewallScanner) GetNotificationConfigName

func (m *FirewallScanner) GetNotificationConfigName() string

func (*FirewallScanner) ProtoMessage

func (*FirewallScanner) ProtoMessage()

func (*FirewallScanner) Reset

func (m *FirewallScanner) Reset()

func (*FirewallScanner) String

func (m *FirewallScanner) String() string

type FirewallScanner_Finding

type FirewallScanner_Finding struct {
	SourceProperties *FirewallScanner_SourceProperties `protobuf:"bytes,1,opt,name=sourceProperties" json:"sourceProperties,omitempty"`
	Category         string                            `protobuf:"bytes,2,opt,name=category" json:"category,omitempty"`
	ResourceName     string                            `protobuf:"bytes,3,opt,name=resourceName" json:"resourceName,omitempty"`
	State            string                            `protobuf:"bytes,4,opt,name=state" json:"state,omitempty"`
}

func (*FirewallScanner_Finding) Descriptor

func (*FirewallScanner_Finding) Descriptor() ([]byte, []int)

func (*FirewallScanner_Finding) GetCategory

func (m *FirewallScanner_Finding) GetCategory() string

func (*FirewallScanner_Finding) GetResourceName

func (m *FirewallScanner_Finding) GetResourceName() string

func (*FirewallScanner_Finding) GetSourceProperties

func (*FirewallScanner_Finding) GetState

func (m *FirewallScanner_Finding) GetState() string

func (*FirewallScanner_Finding) ProtoMessage

func (*FirewallScanner_Finding) ProtoMessage()

func (*FirewallScanner_Finding) Reset

func (m *FirewallScanner_Finding) Reset()

func (*FirewallScanner_Finding) String

func (m *FirewallScanner_Finding) String() string

type FirewallScanner_SourceProperties

type FirewallScanner_SourceProperties struct {
	ProjectId         string `protobuf:"bytes,1,opt,name=projectId" json:"projectId,omitempty"`
	Allowed           string `protobuf:"bytes,2,opt,name=allowed" json:"allowed,omitempty"`
	AllowedIpRange    string `protobuf:"bytes,3,opt,name=allowedIpRange" json:"allowedIpRange,omitempty"`
	ActivationTrigger string `protobuf:"bytes,4,opt,name=activationTrigger" json:"activationTrigger,omitempty"`
	SourceRange       string `protobuf:"bytes,5,opt,name=sourceRange" json:"sourceRange,omitempty"`
}

func (*FirewallScanner_SourceProperties) Descriptor

func (*FirewallScanner_SourceProperties) Descriptor() ([]byte, []int)

func (*FirewallScanner_SourceProperties) GetActivationTrigger

func (m *FirewallScanner_SourceProperties) GetActivationTrigger() string

func (*FirewallScanner_SourceProperties) GetAllowed

func (m *FirewallScanner_SourceProperties) GetAllowed() string

func (*FirewallScanner_SourceProperties) GetAllowedIpRange

func (m *FirewallScanner_SourceProperties) GetAllowedIpRange() string

func (*FirewallScanner_SourceProperties) GetProjectId

func (m *FirewallScanner_SourceProperties) GetProjectId() string

func (*FirewallScanner_SourceProperties) GetSourceRange

func (m *FirewallScanner_SourceProperties) GetSourceRange() string

func (*FirewallScanner_SourceProperties) ProtoMessage

func (*FirewallScanner_SourceProperties) ProtoMessage()

func (*FirewallScanner_SourceProperties) Reset

func (*FirewallScanner_SourceProperties) String

type IamScanner

type IamScanner struct {
	NotificationConfigName string              `protobuf:"bytes,1,opt,name=notificationConfigName" json:"notificationConfigName,omitempty"`
	Finding                *IamScanner_Finding `protobuf:"bytes,2,opt,name=finding" json:"finding,omitempty"`
}

func (*IamScanner) Descriptor

func (*IamScanner) Descriptor() ([]byte, []int)

func (*IamScanner) GetFinding

func (m *IamScanner) GetFinding() *IamScanner_Finding

func (*IamScanner) GetNotificationConfigName

func (m *IamScanner) GetNotificationConfigName() string

func (*IamScanner) ProtoMessage

func (*IamScanner) ProtoMessage()

func (*IamScanner) Reset

func (m *IamScanner) Reset()

func (*IamScanner) String

func (m *IamScanner) String() string

type IamScanner_Finding

type IamScanner_Finding struct {
	SourceProperties *IamScanner_SourceProperties `protobuf:"bytes,1,opt,name=sourceProperties" json:"sourceProperties,omitempty"`
	Category         string                       `protobuf:"bytes,2,opt,name=category" json:"category,omitempty"`
	Parent           string                       `protobuf:"bytes,3,opt,name=parent" json:"parent,omitempty"`
	State            string                       `protobuf:"bytes,4,opt,name=state" json:"state,omitempty"`
	ResourceName     string                       `protobuf:"bytes,5,opt,name=resourceName" json:"resourceName,omitempty"`
}

func (*IamScanner_Finding) Descriptor

func (*IamScanner_Finding) Descriptor() ([]byte, []int)

func (*IamScanner_Finding) GetCategory

func (m *IamScanner_Finding) GetCategory() string

func (*IamScanner_Finding) GetParent

func (m *IamScanner_Finding) GetParent() string

func (*IamScanner_Finding) GetResourceName

func (m *IamScanner_Finding) GetResourceName() string

func (*IamScanner_Finding) GetSourceProperties

func (m *IamScanner_Finding) GetSourceProperties() *IamScanner_SourceProperties

func (*IamScanner_Finding) GetState

func (m *IamScanner_Finding) GetState() string

func (*IamScanner_Finding) ProtoMessage

func (*IamScanner_Finding) ProtoMessage()

func (*IamScanner_Finding) Reset

func (m *IamScanner_Finding) Reset()

func (*IamScanner_Finding) String

func (m *IamScanner_Finding) String() string

type IamScanner_SourceProperties

type IamScanner_SourceProperties struct {
	ProjectID         string `protobuf:"bytes,1,opt,name=projectID" json:"projectID,omitempty"`
	OffendingIamRoles string `protobuf:"bytes,2,opt,name=offendingIamRoles" json:"offendingIamRoles,omitempty"`
}

func (*IamScanner_SourceProperties) Descriptor

func (*IamScanner_SourceProperties) Descriptor() ([]byte, []int)

func (*IamScanner_SourceProperties) GetOffendingIamRoles

func (m *IamScanner_SourceProperties) GetOffendingIamRoles() string

func (*IamScanner_SourceProperties) GetProjectID

func (m *IamScanner_SourceProperties) GetProjectID() string

func (*IamScanner_SourceProperties) ProtoMessage

func (*IamScanner_SourceProperties) ProtoMessage()

func (*IamScanner_SourceProperties) Reset

func (m *IamScanner_SourceProperties) Reset()

func (*IamScanner_SourceProperties) String

func (m *IamScanner_SourceProperties) String() string

type LoggingScanner

type LoggingScanner struct {
	NotificationConfigName string                  `protobuf:"bytes,1,opt,name=notificationConfigName" json:"notificationConfigName,omitempty"`
	Finding                *LoggingScanner_Finding `protobuf:"bytes,2,opt,name=finding" json:"finding,omitempty"`
}

func (*LoggingScanner) Descriptor

func (*LoggingScanner) Descriptor() ([]byte, []int)

func (*LoggingScanner) GetFinding

func (m *LoggingScanner) GetFinding() *LoggingScanner_Finding

func (*LoggingScanner) GetNotificationConfigName

func (m *LoggingScanner) GetNotificationConfigName() string

func (*LoggingScanner) ProtoMessage

func (*LoggingScanner) ProtoMessage()

func (*LoggingScanner) Reset

func (m *LoggingScanner) Reset()

func (*LoggingScanner) String

func (m *LoggingScanner) String() string

type LoggingScanner_Finding

type LoggingScanner_Finding struct {
	SourceProperties *LoggingScanner_SourceProperties `protobuf:"bytes,1,opt,name=sourceProperties" json:"sourceProperties,omitempty"`
	Category         string                           `protobuf:"bytes,2,opt,name=category" json:"category,omitempty"`
	ResourceName     string                           `protobuf:"bytes,3,opt,name=resourceName" json:"resourceName,omitempty"`
	State            string                           `protobuf:"bytes,4,opt,name=state" json:"state,omitempty"`
}

func (*LoggingScanner_Finding) Descriptor

func (*LoggingScanner_Finding) Descriptor() ([]byte, []int)

func (*LoggingScanner_Finding) GetCategory

func (m *LoggingScanner_Finding) GetCategory() string

func (*LoggingScanner_Finding) GetResourceName

func (m *LoggingScanner_Finding) GetResourceName() string

func (*LoggingScanner_Finding) GetSourceProperties

func (m *LoggingScanner_Finding) GetSourceProperties() *LoggingScanner_SourceProperties

func (*LoggingScanner_Finding) GetState

func (m *LoggingScanner_Finding) GetState() string

func (*LoggingScanner_Finding) ProtoMessage

func (*LoggingScanner_Finding) ProtoMessage()

func (*LoggingScanner_Finding) Reset

func (m *LoggingScanner_Finding) Reset()

func (*LoggingScanner_Finding) String

func (m *LoggingScanner_Finding) String() string

type LoggingScanner_SourceProperties

type LoggingScanner_SourceProperties struct {
	ProjectID string `protobuf:"bytes,1,opt,name=projectID" json:"projectID,omitempty"`
}

func (*LoggingScanner_SourceProperties) Descriptor

func (*LoggingScanner_SourceProperties) Descriptor() ([]byte, []int)

func (*LoggingScanner_SourceProperties) GetProjectID

func (m *LoggingScanner_SourceProperties) GetProjectID() string

func (*LoggingScanner_SourceProperties) ProtoMessage

func (*LoggingScanner_SourceProperties) ProtoMessage()

func (*LoggingScanner_SourceProperties) Reset

func (*LoggingScanner_SourceProperties) String

type SqlScanner

type SqlScanner struct {
	NotificationConfigName string              `protobuf:"bytes,1,opt,name=notificationConfigName" json:"notificationConfigName,omitempty"`
	Finding                *SqlScanner_Finding `protobuf:"bytes,2,opt,name=finding" json:"finding,omitempty"`
}

func (*SqlScanner) Descriptor

func (*SqlScanner) Descriptor() ([]byte, []int)

func (*SqlScanner) GetFinding

func (m *SqlScanner) GetFinding() *SqlScanner_Finding

func (*SqlScanner) GetNotificationConfigName

func (m *SqlScanner) GetNotificationConfigName() string

func (*SqlScanner) ProtoMessage

func (*SqlScanner) ProtoMessage()

func (*SqlScanner) Reset

func (m *SqlScanner) Reset()

func (*SqlScanner) String

func (m *SqlScanner) String() string

type SqlScanner_Finding

type SqlScanner_Finding struct {
	SourceProperties *SqlScanner_SourceProperties `protobuf:"bytes,1,opt,name=sourceProperties" json:"sourceProperties,omitempty"`
	Category         string                       `protobuf:"bytes,2,opt,name=category" json:"category,omitempty"`
	ResourceName     string                       `protobuf:"bytes,3,opt,name=resourceName" json:"resourceName,omitempty"`
	State            string                       `protobuf:"bytes,4,opt,name=state" json:"state,omitempty"`
}

func (*SqlScanner_Finding) Descriptor

func (*SqlScanner_Finding) Descriptor() ([]byte, []int)

func (*SqlScanner_Finding) GetCategory

func (m *SqlScanner_Finding) GetCategory() string

func (*SqlScanner_Finding) GetResourceName

func (m *SqlScanner_Finding) GetResourceName() string

func (*SqlScanner_Finding) GetSourceProperties

func (m *SqlScanner_Finding) GetSourceProperties() *SqlScanner_SourceProperties

func (*SqlScanner_Finding) GetState

func (m *SqlScanner_Finding) GetState() string

func (*SqlScanner_Finding) ProtoMessage

func (*SqlScanner_Finding) ProtoMessage()

func (*SqlScanner_Finding) Reset

func (m *SqlScanner_Finding) Reset()

func (*SqlScanner_Finding) String

func (m *SqlScanner_Finding) String() string

type SqlScanner_SourceProperties

type SqlScanner_SourceProperties struct {
	ProjectID string `protobuf:"bytes,1,opt,name=projectID" json:"projectID,omitempty"`
}

func (*SqlScanner_SourceProperties) Descriptor

func (*SqlScanner_SourceProperties) Descriptor() ([]byte, []int)

func (*SqlScanner_SourceProperties) GetProjectID

func (m *SqlScanner_SourceProperties) GetProjectID() string

func (*SqlScanner_SourceProperties) ProtoMessage

func (*SqlScanner_SourceProperties) ProtoMessage()

func (*SqlScanner_SourceProperties) Reset

func (m *SqlScanner_SourceProperties) Reset()

func (*SqlScanner_SourceProperties) String

func (m *SqlScanner_SourceProperties) String() string

type StorageScanner

type StorageScanner struct {
	NotificationConfigName string                  `protobuf:"bytes,1,opt,name=notificationConfigName" json:"notificationConfigName,omitempty"`
	Finding                *StorageScanner_Finding `protobuf:"bytes,2,opt,name=finding" json:"finding,omitempty"`
}

func (*StorageScanner) Descriptor

func (*StorageScanner) Descriptor() ([]byte, []int)

func (*StorageScanner) GetFinding

func (m *StorageScanner) GetFinding() *StorageScanner_Finding

func (*StorageScanner) GetNotificationConfigName

func (m *StorageScanner) GetNotificationConfigName() string

func (*StorageScanner) ProtoMessage

func (*StorageScanner) ProtoMessage()

func (*StorageScanner) Reset

func (m *StorageScanner) Reset()

func (*StorageScanner) String

func (m *StorageScanner) String() string

type StorageScanner_Finding

type StorageScanner_Finding struct {
	SourceProperties *StorageScanner_SourceProperties `protobuf:"bytes,1,opt,name=sourceProperties" json:"sourceProperties,omitempty"`
	ResourceName     string                           `protobuf:"bytes,2,opt,name=resourceName" json:"resourceName,omitempty"`
	Category         string                           `protobuf:"bytes,3,opt,name=category" json:"category,omitempty"`
	State            string                           `protobuf:"bytes,4,opt,name=state" json:"state,omitempty"`
}

func (*StorageScanner_Finding) Descriptor

func (*StorageScanner_Finding) Descriptor() ([]byte, []int)

func (*StorageScanner_Finding) GetCategory

func (m *StorageScanner_Finding) GetCategory() string

func (*StorageScanner_Finding) GetResourceName

func (m *StorageScanner_Finding) GetResourceName() string

func (*StorageScanner_Finding) GetSourceProperties

func (m *StorageScanner_Finding) GetSourceProperties() *StorageScanner_SourceProperties

func (*StorageScanner_Finding) GetState

func (m *StorageScanner_Finding) GetState() string

func (*StorageScanner_Finding) ProtoMessage

func (*StorageScanner_Finding) ProtoMessage()

func (*StorageScanner_Finding) Reset

func (m *StorageScanner_Finding) Reset()

func (*StorageScanner_Finding) String

func (m *StorageScanner_Finding) String() string

type StorageScanner_SourceProperties

type StorageScanner_SourceProperties struct {
	ProjectId string `protobuf:"bytes,1,opt,name=projectId" json:"projectId,omitempty"`
}

func (*StorageScanner_SourceProperties) Descriptor

func (*StorageScanner_SourceProperties) Descriptor() ([]byte, []int)

func (*StorageScanner_SourceProperties) GetProjectId

func (m *StorageScanner_SourceProperties) GetProjectId() string

func (*StorageScanner_SourceProperties) ProtoMessage

func (*StorageScanner_SourceProperties) ProtoMessage()

func (*StorageScanner_SourceProperties) Reset

func (*StorageScanner_SourceProperties) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL