v1

package
v0.6.310 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DatasetSnapshotService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "github.com.metaprov.modelaapi.services.dataset.v1.DatasetSnapshotService",
	HandlerType: (*DatasetSnapshotServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListDatasetSnapshots",
			Handler:    _DatasetSnapshotService_ListDatasetSnapshots_Handler,
		},
		{
			MethodName: "GetDatasetSnapshot",
			Handler:    _DatasetSnapshotService_GetDatasetSnapshot_Handler,
		},
		{
			MethodName: "CreateDatasetSnapshot",
			Handler:    _DatasetSnapshotService_CreateDatasetSnapshot_Handler,
		},
		{
			MethodName: "UpdateDatasetSnapshot",
			Handler:    _DatasetSnapshotService_UpdateDatasetSnapshot_Handler,
		},
		{
			MethodName: "DeleteDatasetSnapshot",
			Handler:    _DatasetSnapshotService_DeleteDatasetSnapshot_Handler,
		},
		{
			MethodName: "CompareDatasetSnapshots",
			Handler:    _DatasetSnapshotService_CompareDatasetSnapshots_Handler,
		},
		{
			MethodName: "GetDatasetSnapshotProfile",
			Handler:    _DatasetSnapshotService_GetDatasetSnapshotProfile_Handler,
		},
		{
			MethodName: "DownloadDatasetSnapshot",
			Handler:    _DatasetSnapshotService_DownloadDatasetSnapshot_Handler,
		},
		{
			MethodName: "GetAnomalies",
			Handler:    _DatasetSnapshotService_GetAnomalies_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "github.com/metaprov/modelaapi/services/datasetsnapshot/v1/datasetsnapshot.proto",
}

DatasetSnapshotService_ServiceDesc is the grpc.ServiceDesc for DatasetSnapshotService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_github_com_metaprov_modelaapi_services_datasetsnapshot_v1_datasetsnapshot_proto protoreflect.FileDescriptor

Functions

func RegisterDatasetSnapshotServiceServer

func RegisterDatasetSnapshotServiceServer(s grpc.ServiceRegistrar, srv DatasetSnapshotServiceServer)

Types

type CompareDatasetSnapshotsRequest

type CompareDatasetSnapshotsRequest struct {
	Namespace string   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Names     []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*CompareDatasetSnapshotsRequest) Descriptor deprecated

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

Deprecated: Use CompareDatasetSnapshotsRequest.ProtoReflect.Descriptor instead.

func (*CompareDatasetSnapshotsRequest) GetNames

func (x *CompareDatasetSnapshotsRequest) GetNames() []string

func (*CompareDatasetSnapshotsRequest) GetNamespace

func (x *CompareDatasetSnapshotsRequest) GetNamespace() string

func (*CompareDatasetSnapshotsRequest) ProtoMessage

func (*CompareDatasetSnapshotsRequest) ProtoMessage()

func (*CompareDatasetSnapshotsRequest) ProtoReflect

func (*CompareDatasetSnapshotsRequest) Reset

func (x *CompareDatasetSnapshotsRequest) Reset()

func (*CompareDatasetSnapshotsRequest) String

type CompareDatasetSnapshotsResponse

type CompareDatasetSnapshotsResponse struct {
	Namespace string               `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Names     []string             `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
	Profiles  []*v1.DatasetProfile `protobuf:"bytes,3,rep,name=profiles,proto3" json:"profiles,omitempty"`
	// contains filtered or unexported fields
}

func (*CompareDatasetSnapshotsResponse) Descriptor deprecated

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

Deprecated: Use CompareDatasetSnapshotsResponse.ProtoReflect.Descriptor instead.

func (*CompareDatasetSnapshotsResponse) GetNames

func (x *CompareDatasetSnapshotsResponse) GetNames() []string

func (*CompareDatasetSnapshotsResponse) GetNamespace

func (x *CompareDatasetSnapshotsResponse) GetNamespace() string

func (*CompareDatasetSnapshotsResponse) GetProfiles

func (*CompareDatasetSnapshotsResponse) ProtoMessage

func (*CompareDatasetSnapshotsResponse) ProtoMessage()

func (*CompareDatasetSnapshotsResponse) ProtoReflect

func (*CompareDatasetSnapshotsResponse) Reset

func (*CompareDatasetSnapshotsResponse) String

type CreateDatasetSnapshotRequest

type CreateDatasetSnapshotRequest struct {
	DatasetSnapshot *v1alpha1.DatasetSnapshot `protobuf:"bytes,1,opt,name=datasetSnapshot,proto3" json:"datasetSnapshot,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDatasetSnapshotRequest) Descriptor deprecated

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

Deprecated: Use CreateDatasetSnapshotRequest.ProtoReflect.Descriptor instead.

func (*CreateDatasetSnapshotRequest) GetDatasetSnapshot

func (x *CreateDatasetSnapshotRequest) GetDatasetSnapshot() *v1alpha1.DatasetSnapshot

func (*CreateDatasetSnapshotRequest) ProtoMessage

func (*CreateDatasetSnapshotRequest) ProtoMessage()

func (*CreateDatasetSnapshotRequest) ProtoReflect

func (*CreateDatasetSnapshotRequest) Reset

func (x *CreateDatasetSnapshotRequest) Reset()

func (*CreateDatasetSnapshotRequest) String

type CreateDatasetSnapshotResponse

type CreateDatasetSnapshotResponse struct {
	// contains filtered or unexported fields
}

func (*CreateDatasetSnapshotResponse) Descriptor deprecated

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

Deprecated: Use CreateDatasetSnapshotResponse.ProtoReflect.Descriptor instead.

func (*CreateDatasetSnapshotResponse) ProtoMessage

func (*CreateDatasetSnapshotResponse) ProtoMessage()

func (*CreateDatasetSnapshotResponse) ProtoReflect

func (*CreateDatasetSnapshotResponse) Reset

func (x *CreateDatasetSnapshotResponse) Reset()

func (*CreateDatasetSnapshotResponse) String

type DatasetSnapshotServiceClient

DatasetSnapshotServiceClient is the client API for DatasetSnapshotService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type DatasetSnapshotServiceServer

DatasetSnapshotServiceServer is the server API for DatasetSnapshotService service. All implementations must embed UnimplementedDatasetSnapshotServiceServer for forward compatibility

type DeleteDatasetSnapshotRequest

type DeleteDatasetSnapshotRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDatasetSnapshotRequest) Descriptor deprecated

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

Deprecated: Use DeleteDatasetSnapshotRequest.ProtoReflect.Descriptor instead.

func (*DeleteDatasetSnapshotRequest) GetName

func (x *DeleteDatasetSnapshotRequest) GetName() string

func (*DeleteDatasetSnapshotRequest) GetNamespace

func (x *DeleteDatasetSnapshotRequest) GetNamespace() string

func (*DeleteDatasetSnapshotRequest) ProtoMessage

func (*DeleteDatasetSnapshotRequest) ProtoMessage()

func (*DeleteDatasetSnapshotRequest) ProtoReflect

func (*DeleteDatasetSnapshotRequest) Reset

func (x *DeleteDatasetSnapshotRequest) Reset()

func (*DeleteDatasetSnapshotRequest) String

type DeleteDatasetSnapshotResponse

type DeleteDatasetSnapshotResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteDatasetSnapshotResponse) Descriptor deprecated

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

Deprecated: Use DeleteDatasetSnapshotResponse.ProtoReflect.Descriptor instead.

func (*DeleteDatasetSnapshotResponse) ProtoMessage

func (*DeleteDatasetSnapshotResponse) ProtoMessage()

func (*DeleteDatasetSnapshotResponse) ProtoReflect

func (*DeleteDatasetSnapshotResponse) Reset

func (x *DeleteDatasetSnapshotResponse) Reset()

func (*DeleteDatasetSnapshotResponse) String

type DownloadDatasetSnapshotRequest

type DownloadDatasetSnapshotRequest struct {
	Namespace string   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Groups    []string `protobuf:"bytes,3,rep,name=groups,proto3" json:"groups,omitempty"`
	// Convert to CSV
	Convert bool `protobuf:"varint,4,opt,name=convert,proto3" json:"convert,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadDatasetSnapshotRequest) Descriptor deprecated

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

Deprecated: Use DownloadDatasetSnapshotRequest.ProtoReflect.Descriptor instead.

func (*DownloadDatasetSnapshotRequest) GetConvert

func (x *DownloadDatasetSnapshotRequest) GetConvert() bool

func (*DownloadDatasetSnapshotRequest) GetGroups

func (x *DownloadDatasetSnapshotRequest) GetGroups() []string

func (*DownloadDatasetSnapshotRequest) GetName

func (*DownloadDatasetSnapshotRequest) GetNamespace

func (x *DownloadDatasetSnapshotRequest) GetNamespace() string

func (*DownloadDatasetSnapshotRequest) ProtoMessage

func (*DownloadDatasetSnapshotRequest) ProtoMessage()

func (*DownloadDatasetSnapshotRequest) ProtoReflect

func (*DownloadDatasetSnapshotRequest) Reset

func (x *DownloadDatasetSnapshotRequest) Reset()

func (*DownloadDatasetSnapshotRequest) String

type DownloadDatasetSnapshotResponse

type DownloadDatasetSnapshotResponse struct {
	Raw []byte `protobuf:"bytes,1,opt,name=raw,proto3" json:"raw,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadDatasetSnapshotResponse) Descriptor deprecated

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

Deprecated: Use DownloadDatasetSnapshotResponse.ProtoReflect.Descriptor instead.

func (*DownloadDatasetSnapshotResponse) GetRaw

func (x *DownloadDatasetSnapshotResponse) GetRaw() []byte

func (*DownloadDatasetSnapshotResponse) ProtoMessage

func (*DownloadDatasetSnapshotResponse) ProtoMessage()

func (*DownloadDatasetSnapshotResponse) ProtoReflect

func (*DownloadDatasetSnapshotResponse) Reset

func (*DownloadDatasetSnapshotResponse) String

type GetDatasetSnapshotAnomaliesRequest

type GetDatasetSnapshotAnomaliesRequest struct {
	Namespace string   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Groups    []string `protobuf:"bytes,3,rep,name=groups,proto3" json:"groups,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetSnapshotAnomaliesRequest) Descriptor deprecated

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

Deprecated: Use GetDatasetSnapshotAnomaliesRequest.ProtoReflect.Descriptor instead.

func (*GetDatasetSnapshotAnomaliesRequest) GetGroups

func (x *GetDatasetSnapshotAnomaliesRequest) GetGroups() []string

func (*GetDatasetSnapshotAnomaliesRequest) GetName

func (*GetDatasetSnapshotAnomaliesRequest) GetNamespace

func (x *GetDatasetSnapshotAnomaliesRequest) GetNamespace() string

func (*GetDatasetSnapshotAnomaliesRequest) ProtoMessage

func (*GetDatasetSnapshotAnomaliesRequest) ProtoMessage()

func (*GetDatasetSnapshotAnomaliesRequest) ProtoReflect

func (*GetDatasetSnapshotAnomaliesRequest) Reset

func (*GetDatasetSnapshotAnomaliesRequest) String

type GetDatasetSnapshotAnomaliesResponse

type GetDatasetSnapshotAnomaliesResponse struct {
	Table *v1.TableView `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetSnapshotAnomaliesResponse) Descriptor deprecated

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

Deprecated: Use GetDatasetSnapshotAnomaliesResponse.ProtoReflect.Descriptor instead.

func (*GetDatasetSnapshotAnomaliesResponse) GetTable

func (*GetDatasetSnapshotAnomaliesResponse) ProtoMessage

func (*GetDatasetSnapshotAnomaliesResponse) ProtoMessage()

func (*GetDatasetSnapshotAnomaliesResponse) ProtoReflect

func (*GetDatasetSnapshotAnomaliesResponse) Reset

func (*GetDatasetSnapshotAnomaliesResponse) String

type GetDatasetSnapshotProfileRequest

type GetDatasetSnapshotProfileRequest struct {
	Namespace string   `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Groups    []string `protobuf:"bytes,3,rep,name=groups,proto3" json:"groups,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetSnapshotProfileRequest) Descriptor deprecated

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

Deprecated: Use GetDatasetSnapshotProfileRequest.ProtoReflect.Descriptor instead.

func (*GetDatasetSnapshotProfileRequest) GetGroups

func (x *GetDatasetSnapshotProfileRequest) GetGroups() []string

func (*GetDatasetSnapshotProfileRequest) GetName

func (*GetDatasetSnapshotProfileRequest) GetNamespace

func (x *GetDatasetSnapshotProfileRequest) GetNamespace() string

func (*GetDatasetSnapshotProfileRequest) ProtoMessage

func (*GetDatasetSnapshotProfileRequest) ProtoMessage()

func (*GetDatasetSnapshotProfileRequest) ProtoReflect

func (*GetDatasetSnapshotProfileRequest) Reset

func (*GetDatasetSnapshotProfileRequest) String

type GetDatasetSnapshotProfileResponse

type GetDatasetSnapshotProfileResponse struct {
	Profile *v1.DatasetProfile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetSnapshotProfileResponse) Descriptor deprecated

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

Deprecated: Use GetDatasetSnapshotProfileResponse.ProtoReflect.Descriptor instead.

func (*GetDatasetSnapshotProfileResponse) GetProfile

func (*GetDatasetSnapshotProfileResponse) ProtoMessage

func (*GetDatasetSnapshotProfileResponse) ProtoMessage()

func (*GetDatasetSnapshotProfileResponse) ProtoReflect

func (*GetDatasetSnapshotProfileResponse) Reset

func (*GetDatasetSnapshotProfileResponse) String

type GetDatasetSnapshotRequest

type GetDatasetSnapshotRequest struct {
	Namespace string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name      string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Labels    map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetDatasetSnapshotRequest) Descriptor deprecated

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

Deprecated: Use GetDatasetSnapshotRequest.ProtoReflect.Descriptor instead.

func (*GetDatasetSnapshotRequest) GetLabels

func (x *GetDatasetSnapshotRequest) GetLabels() map[string]string

func (*GetDatasetSnapshotRequest) GetName

func (x *GetDatasetSnapshotRequest) GetName() string

func (*GetDatasetSnapshotRequest) GetNamespace

func (x *GetDatasetSnapshotRequest) GetNamespace() string

func (*GetDatasetSnapshotRequest) ProtoMessage

func (*GetDatasetSnapshotRequest) ProtoMessage()

func (*GetDatasetSnapshotRequest) ProtoReflect

func (*GetDatasetSnapshotRequest) Reset

func (x *GetDatasetSnapshotRequest) Reset()

func (*GetDatasetSnapshotRequest) String

func (x *GetDatasetSnapshotRequest) String() string

type GetDatasetSnapshotResponse

type GetDatasetSnapshotResponse struct {
	DatasetSnapshot *v1alpha1.DatasetSnapshot `protobuf:"bytes,1,opt,name=datasetSnapshot,proto3" json:"datasetSnapshot,omitempty"`
	Yaml            string                    `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDatasetSnapshotResponse) Descriptor deprecated

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

Deprecated: Use GetDatasetSnapshotResponse.ProtoReflect.Descriptor instead.

func (*GetDatasetSnapshotResponse) GetDatasetSnapshot

func (x *GetDatasetSnapshotResponse) GetDatasetSnapshot() *v1alpha1.DatasetSnapshot

func (*GetDatasetSnapshotResponse) GetYaml

func (x *GetDatasetSnapshotResponse) GetYaml() string

func (*GetDatasetSnapshotResponse) ProtoMessage

func (*GetDatasetSnapshotResponse) ProtoMessage()

func (*GetDatasetSnapshotResponse) ProtoReflect

func (*GetDatasetSnapshotResponse) Reset

func (x *GetDatasetSnapshotResponse) Reset()

func (*GetDatasetSnapshotResponse) String

func (x *GetDatasetSnapshotResponse) String() string

type ListDatasetSnapshotsRequest

type ListDatasetSnapshotsRequest struct {
	Namespace string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Labels    map[string]string `` /* 153-byte string literal not displayed */
	PageSize  int32             `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken string            `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	OrderBy   string            `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDatasetSnapshotsRequest) Descriptor deprecated

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

Deprecated: Use ListDatasetSnapshotsRequest.ProtoReflect.Descriptor instead.

func (*ListDatasetSnapshotsRequest) GetLabels

func (x *ListDatasetSnapshotsRequest) GetLabels() map[string]string

func (*ListDatasetSnapshotsRequest) GetNamespace

func (x *ListDatasetSnapshotsRequest) GetNamespace() string

func (*ListDatasetSnapshotsRequest) GetOrderBy

func (x *ListDatasetSnapshotsRequest) GetOrderBy() string

func (*ListDatasetSnapshotsRequest) GetPageSize

func (x *ListDatasetSnapshotsRequest) GetPageSize() int32

func (*ListDatasetSnapshotsRequest) GetPageToken

func (x *ListDatasetSnapshotsRequest) GetPageToken() string

func (*ListDatasetSnapshotsRequest) ProtoMessage

func (*ListDatasetSnapshotsRequest) ProtoMessage()

func (*ListDatasetSnapshotsRequest) ProtoReflect

func (*ListDatasetSnapshotsRequest) Reset

func (x *ListDatasetSnapshotsRequest) Reset()

func (*ListDatasetSnapshotsRequest) String

func (x *ListDatasetSnapshotsRequest) String() string

type ListDatasetSnapshotsResponse

type ListDatasetSnapshotsResponse struct {
	DatasetSnapshots *v1alpha1.DatasetSnapshotList `protobuf:"bytes,1,opt,name=datasetSnapshots,proto3" json:"datasetSnapshots,omitempty"`
	NextPageToken    string                        `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDatasetSnapshotsResponse) Descriptor deprecated

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

Deprecated: Use ListDatasetSnapshotsResponse.ProtoReflect.Descriptor instead.

func (*ListDatasetSnapshotsResponse) GetDatasetSnapshots

func (x *ListDatasetSnapshotsResponse) GetDatasetSnapshots() *v1alpha1.DatasetSnapshotList

func (*ListDatasetSnapshotsResponse) GetNextPageToken

func (x *ListDatasetSnapshotsResponse) GetNextPageToken() string

func (*ListDatasetSnapshotsResponse) ProtoMessage

func (*ListDatasetSnapshotsResponse) ProtoMessage()

func (*ListDatasetSnapshotsResponse) ProtoReflect

func (*ListDatasetSnapshotsResponse) Reset

func (x *ListDatasetSnapshotsResponse) Reset()

func (*ListDatasetSnapshotsResponse) String

type UnimplementedDatasetSnapshotServiceServer

type UnimplementedDatasetSnapshotServiceServer struct {
}

UnimplementedDatasetSnapshotServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedDatasetSnapshotServiceServer) CreateDatasetSnapshot

func (UnimplementedDatasetSnapshotServiceServer) DeleteDatasetSnapshot

func (UnimplementedDatasetSnapshotServiceServer) GetDatasetSnapshot

func (UnimplementedDatasetSnapshotServiceServer) ListDatasetSnapshots

func (UnimplementedDatasetSnapshotServiceServer) UpdateDatasetSnapshot

type UnsafeDatasetSnapshotServiceServer

type UnsafeDatasetSnapshotServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeDatasetSnapshotServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DatasetSnapshotServiceServer will result in compilation errors.

type UpdateDatasetSnapshotRequest

type UpdateDatasetSnapshotRequest struct {
	DatasetSnapshot *v1alpha1.DatasetSnapshot `protobuf:"bytes,1,opt,name=datasetSnapshot,proto3" json:"datasetSnapshot,omitempty"`
	FieldMask       *field_mask.FieldMask     `protobuf:"bytes,2,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDatasetSnapshotRequest) Descriptor deprecated

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

Deprecated: Use UpdateDatasetSnapshotRequest.ProtoReflect.Descriptor instead.

func (*UpdateDatasetSnapshotRequest) GetDatasetSnapshot

func (x *UpdateDatasetSnapshotRequest) GetDatasetSnapshot() *v1alpha1.DatasetSnapshot

func (*UpdateDatasetSnapshotRequest) GetFieldMask

func (*UpdateDatasetSnapshotRequest) ProtoMessage

func (*UpdateDatasetSnapshotRequest) ProtoMessage()

func (*UpdateDatasetSnapshotRequest) ProtoReflect

func (*UpdateDatasetSnapshotRequest) Reset

func (x *UpdateDatasetSnapshotRequest) Reset()

func (*UpdateDatasetSnapshotRequest) String

type UpdateDatasetSnapshotResponse

type UpdateDatasetSnapshotResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateDatasetSnapshotResponse) Descriptor deprecated

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

Deprecated: Use UpdateDatasetSnapshotResponse.ProtoReflect.Descriptor instead.

func (*UpdateDatasetSnapshotResponse) ProtoMessage

func (*UpdateDatasetSnapshotResponse) ProtoMessage()

func (*UpdateDatasetSnapshotResponse) ProtoReflect

func (*UpdateDatasetSnapshotResponse) Reset

func (x *UpdateDatasetSnapshotResponse) Reset()

func (*UpdateDatasetSnapshotResponse) String

Jump to

Keyboard shortcuts

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