v1

package
v0.4.669 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_github_com_metaprov_modelaapi_services_dataproductversion_v1_dataproductversion_proto protoreflect.FileDescriptor

Functions

func RegisterDataProductVersionServiceServer

func RegisterDataProductVersionServiceServer(s *grpc.Server, srv DataProductVersionServiceServer)

Types

type CreateDataProductVersionRequest

type CreateDataProductVersionRequest struct {
	Dataproductversion *v1alpha1.DataProductVersion `protobuf:"bytes,1,opt,name=dataproductversion,proto3" json:"dataproductversion,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDataProductVersionRequest) Descriptor deprecated

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

Deprecated: Use CreateDataProductVersionRequest.ProtoReflect.Descriptor instead.

func (*CreateDataProductVersionRequest) GetDataproductversion added in v0.4.472

func (x *CreateDataProductVersionRequest) GetDataproductversion() *v1alpha1.DataProductVersion

func (*CreateDataProductVersionRequest) ProtoMessage

func (*CreateDataProductVersionRequest) ProtoMessage()

func (*CreateDataProductVersionRequest) ProtoReflect

func (*CreateDataProductVersionRequest) Reset

func (*CreateDataProductVersionRequest) String

type CreateDataProductVersionResponse

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

func (*CreateDataProductVersionResponse) Descriptor deprecated

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

Deprecated: Use CreateDataProductVersionResponse.ProtoReflect.Descriptor instead.

func (*CreateDataProductVersionResponse) ProtoMessage

func (*CreateDataProductVersionResponse) ProtoMessage()

func (*CreateDataProductVersionResponse) ProtoReflect

func (*CreateDataProductVersionResponse) Reset

func (*CreateDataProductVersionResponse) String

type DataProductVersionServiceClient

type DataProductVersionServiceClient interface {
	ListDataProductVersions(ctx context.Context, in *ListDataProductVersionsRequest, opts ...grpc.CallOption) (*ListDataProductVersionsResponse, error)
	CreateDataProductVersion(ctx context.Context, in *CreateDataProductVersionRequest, opts ...grpc.CallOption) (*CreateDataProductVersionResponse, error)
	GetDataProductVersion(ctx context.Context, in *GetDataProductVersionRequest, opts ...grpc.CallOption) (*GetDataProductVersionResponse, error)
	UpdateDataProductVersion(ctx context.Context, in *UpdateDataProductVersionRequest, opts ...grpc.CallOption) (*UpdateDataProductVersionResponse, error)
	DeleteDataProductVersion(ctx context.Context, in *DeleteDataProductVersionRequest, opts ...grpc.CallOption) (*DeleteDataProductVersionResponse, error)
}

DataProductVersionServiceClient is the client API for DataProductVersionService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type DataProductVersionServiceServer

DataProductVersionServiceServer is the server API for DataProductVersionService service.

type DeleteDataProductVersionRequest

type DeleteDataProductVersionRequest 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 (*DeleteDataProductVersionRequest) Descriptor deprecated

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

Deprecated: Use DeleteDataProductVersionRequest.ProtoReflect.Descriptor instead.

func (*DeleteDataProductVersionRequest) GetName

func (*DeleteDataProductVersionRequest) GetNamespace

func (x *DeleteDataProductVersionRequest) GetNamespace() string

func (*DeleteDataProductVersionRequest) ProtoMessage

func (*DeleteDataProductVersionRequest) ProtoMessage()

func (*DeleteDataProductVersionRequest) ProtoReflect

func (*DeleteDataProductVersionRequest) Reset

func (*DeleteDataProductVersionRequest) String

type DeleteDataProductVersionResponse

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

func (*DeleteDataProductVersionResponse) Descriptor deprecated

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

Deprecated: Use DeleteDataProductVersionResponse.ProtoReflect.Descriptor instead.

func (*DeleteDataProductVersionResponse) ProtoMessage

func (*DeleteDataProductVersionResponse) ProtoMessage()

func (*DeleteDataProductVersionResponse) ProtoReflect

func (*DeleteDataProductVersionResponse) Reset

func (*DeleteDataProductVersionResponse) String

type GetDataProductVersionRequest

type GetDataProductVersionRequest 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 (*GetDataProductVersionRequest) Descriptor deprecated

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

Deprecated: Use GetDataProductVersionRequest.ProtoReflect.Descriptor instead.

func (*GetDataProductVersionRequest) GetName

func (x *GetDataProductVersionRequest) GetName() string

func (*GetDataProductVersionRequest) GetNamespace

func (x *GetDataProductVersionRequest) GetNamespace() string

func (*GetDataProductVersionRequest) ProtoMessage

func (*GetDataProductVersionRequest) ProtoMessage()

func (*GetDataProductVersionRequest) ProtoReflect

func (*GetDataProductVersionRequest) Reset

func (x *GetDataProductVersionRequest) Reset()

func (*GetDataProductVersionRequest) String

type GetDataProductVersionResponse

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

func (*GetDataProductVersionResponse) Descriptor deprecated

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

Deprecated: Use GetDataProductVersionResponse.ProtoReflect.Descriptor instead.

func (*GetDataProductVersionResponse) GetDataproductversion added in v0.4.475

func (x *GetDataProductVersionResponse) GetDataproductversion() *v1alpha1.DataProductVersion

func (*GetDataProductVersionResponse) GetYaml

func (*GetDataProductVersionResponse) ProtoMessage

func (*GetDataProductVersionResponse) ProtoMessage()

func (*GetDataProductVersionResponse) ProtoReflect

func (*GetDataProductVersionResponse) Reset

func (x *GetDataProductVersionResponse) Reset()

func (*GetDataProductVersionResponse) String

type ListDataProductVersionsRequest

type ListDataProductVersionsRequest 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 (*ListDataProductVersionsRequest) Descriptor deprecated

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

Deprecated: Use ListDataProductVersionsRequest.ProtoReflect.Descriptor instead.

func (*ListDataProductVersionsRequest) GetLabels

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

func (*ListDataProductVersionsRequest) GetNamespace

func (x *ListDataProductVersionsRequest) GetNamespace() string

func (*ListDataProductVersionsRequest) GetOrderBy added in v0.4.414

func (x *ListDataProductVersionsRequest) GetOrderBy() string

func (*ListDataProductVersionsRequest) GetPageSize added in v0.4.414

func (x *ListDataProductVersionsRequest) GetPageSize() int32

func (*ListDataProductVersionsRequest) GetPageToken added in v0.4.414

func (x *ListDataProductVersionsRequest) GetPageToken() string

func (*ListDataProductVersionsRequest) ProtoMessage

func (*ListDataProductVersionsRequest) ProtoMessage()

func (*ListDataProductVersionsRequest) ProtoReflect

func (*ListDataProductVersionsRequest) Reset

func (x *ListDataProductVersionsRequest) Reset()

func (*ListDataProductVersionsRequest) String

type ListDataProductVersionsResponse

type ListDataProductVersionsResponse struct {
	Dataproductversions *v1alpha1.DataProductVersionList `protobuf:"bytes,1,opt,name=dataproductversions,proto3" json:"dataproductversions,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 (*ListDataProductVersionsResponse) Descriptor deprecated

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

Deprecated: Use ListDataProductVersionsResponse.ProtoReflect.Descriptor instead.

func (*ListDataProductVersionsResponse) GetDataproductversions added in v0.4.472

func (*ListDataProductVersionsResponse) GetNextPageToken added in v0.4.472

func (x *ListDataProductVersionsResponse) GetNextPageToken() string

func (*ListDataProductVersionsResponse) ProtoMessage

func (*ListDataProductVersionsResponse) ProtoMessage()

func (*ListDataProductVersionsResponse) ProtoReflect

func (*ListDataProductVersionsResponse) Reset

func (*ListDataProductVersionsResponse) String

type UnimplementedDataProductVersionServiceServer

type UnimplementedDataProductVersionServiceServer struct {
}

UnimplementedDataProductVersionServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDataProductVersionServiceServer) CreateDataProductVersion

func (*UnimplementedDataProductVersionServiceServer) DeleteDataProductVersion

func (*UnimplementedDataProductVersionServiceServer) GetDataProductVersion

func (*UnimplementedDataProductVersionServiceServer) ListDataProductVersions

func (*UnimplementedDataProductVersionServiceServer) UpdateDataProductVersion

type UpdateDataProductVersionRequest

type UpdateDataProductVersionRequest struct {
	Dataproductversion *v1alpha1.DataProductVersion `protobuf:"bytes,1,opt,name=dataproductversion,proto3" json:"dataproductversion,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 (*UpdateDataProductVersionRequest) Descriptor deprecated

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

Deprecated: Use UpdateDataProductVersionRequest.ProtoReflect.Descriptor instead.

func (*UpdateDataProductVersionRequest) GetDataproductversion added in v0.4.475

func (x *UpdateDataProductVersionRequest) GetDataproductversion() *v1alpha1.DataProductVersion

func (*UpdateDataProductVersionRequest) GetFieldMask added in v0.4.422

func (*UpdateDataProductVersionRequest) ProtoMessage

func (*UpdateDataProductVersionRequest) ProtoMessage()

func (*UpdateDataProductVersionRequest) ProtoReflect

func (*UpdateDataProductVersionRequest) Reset

func (*UpdateDataProductVersionRequest) String

type UpdateDataProductVersionResponse

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

func (*UpdateDataProductVersionResponse) Descriptor deprecated

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

Deprecated: Use UpdateDataProductVersionResponse.ProtoReflect.Descriptor instead.

func (*UpdateDataProductVersionResponse) ProtoMessage

func (*UpdateDataProductVersionResponse) ProtoMessage()

func (*UpdateDataProductVersionResponse) ProtoReflect

func (*UpdateDataProductVersionResponse) Reset

func (*UpdateDataProductVersionResponse) String

Jump to

Keyboard shortcuts

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