Documentation
¶
Index ¶
- Variables
- func RegisterDataProductVersionServiceServer(s *grpc.Server, srv DataProductVersionServiceServer)
- type CreateDataProductVersionRequest
- func (*CreateDataProductVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateDataProductVersionRequest) GetItem() *v1alpha1.DataProductVersion
- func (*CreateDataProductVersionRequest) ProtoMessage()
- func (x *CreateDataProductVersionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateDataProductVersionRequest) Reset()
- func (x *CreateDataProductVersionRequest) String() string
- type CreateDataProductVersionResponse
- func (*CreateDataProductVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateDataProductVersionResponse) ProtoMessage()
- func (x *CreateDataProductVersionResponse) ProtoReflect() protoreflect.Message
- func (x *CreateDataProductVersionResponse) Reset()
- func (x *CreateDataProductVersionResponse) String() string
- type DataProductVersionServiceClient
- type DataProductVersionServiceServer
- type DeleteDataProductVersionRequest
- func (*DeleteDataProductVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteDataProductVersionRequest) GetName() string
- func (x *DeleteDataProductVersionRequest) GetNamespace() string
- func (*DeleteDataProductVersionRequest) ProtoMessage()
- func (x *DeleteDataProductVersionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteDataProductVersionRequest) Reset()
- func (x *DeleteDataProductVersionRequest) String() string
- type DeleteDataProductVersionResponse
- func (*DeleteDataProductVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteDataProductVersionResponse) ProtoMessage()
- func (x *DeleteDataProductVersionResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteDataProductVersionResponse) Reset()
- func (x *DeleteDataProductVersionResponse) String() string
- type GetDataProductVersionRequest
- func (*GetDataProductVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataProductVersionRequest) GetName() string
- func (x *GetDataProductVersionRequest) GetNamespace() string
- func (*GetDataProductVersionRequest) ProtoMessage()
- func (x *GetDataProductVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetDataProductVersionRequest) Reset()
- func (x *GetDataProductVersionRequest) String() string
- type GetDataProductVersionResponse
- func (*GetDataProductVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDataProductVersionResponse) GetItem() *v1alpha1.DataProductVersion
- func (x *GetDataProductVersionResponse) GetYaml() string
- func (*GetDataProductVersionResponse) ProtoMessage()
- func (x *GetDataProductVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetDataProductVersionResponse) Reset()
- func (x *GetDataProductVersionResponse) String() string
- type ListDataProductVersionsRequest
- func (*ListDataProductVersionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataProductVersionsRequest) GetLabels() map[string]string
- func (x *ListDataProductVersionsRequest) GetNamespace() string
- func (x *ListDataProductVersionsRequest) GetOrderBy() string
- func (x *ListDataProductVersionsRequest) GetPageSize() int32
- func (x *ListDataProductVersionsRequest) GetPageToken() string
- func (*ListDataProductVersionsRequest) ProtoMessage()
- func (x *ListDataProductVersionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListDataProductVersionsRequest) Reset()
- func (x *ListDataProductVersionsRequest) String() string
- type ListDataProductVersionsResponse
- func (*ListDataProductVersionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListDataProductVersionsResponse) GetItems() *v1alpha1.DataProductVersionList
- func (*ListDataProductVersionsResponse) ProtoMessage()
- func (x *ListDataProductVersionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListDataProductVersionsResponse) Reset()
- func (x *ListDataProductVersionsResponse) String() string
- type UnimplementedDataProductVersionServiceServer
- func (*UnimplementedDataProductVersionServiceServer) CreateDataProductVersion(context.Context, *CreateDataProductVersionRequest) (*CreateDataProductVersionResponse, error)
- func (*UnimplementedDataProductVersionServiceServer) DeleteDataProductVersion(context.Context, *DeleteDataProductVersionRequest) (*DeleteDataProductVersionResponse, error)
- func (*UnimplementedDataProductVersionServiceServer) GetDataProductVersion(context.Context, *GetDataProductVersionRequest) (*GetDataProductVersionResponse, error)
- func (*UnimplementedDataProductVersionServiceServer) ListDataProductVersions(context.Context, *ListDataProductVersionsRequest) (*ListDataProductVersionsResponse, error)
- func (*UnimplementedDataProductVersionServiceServer) UpdateDataProductVersion(context.Context, *UpdateDataProductVersionRequest) (*UpdateDataProductVersionResponse, error)
- type UpdateDataProductVersionRequest
- func (*UpdateDataProductVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateDataProductVersionRequest) GetFieldMask() *field_mask.FieldMask
- func (x *UpdateDataProductVersionRequest) GetItem() *v1alpha1.DataProductVersion
- func (*UpdateDataProductVersionRequest) ProtoMessage()
- func (x *UpdateDataProductVersionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateDataProductVersionRequest) Reset()
- func (x *UpdateDataProductVersionRequest) String() string
- type UpdateDataProductVersionResponse
- func (*UpdateDataProductVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateDataProductVersionResponse) ProtoMessage()
- func (x *UpdateDataProductVersionResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateDataProductVersionResponse) Reset()
- func (x *UpdateDataProductVersionResponse) String() string
Constants ¶
This section is empty.
Variables ¶
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 { Item *v1alpha1.DataProductVersion `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"` // contains filtered or unexported fields }
func (*CreateDataProductVersionRequest) Descriptor
deprecated
func (*CreateDataProductVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateDataProductVersionRequest.ProtoReflect.Descriptor instead.
func (*CreateDataProductVersionRequest) GetItem ¶
func (x *CreateDataProductVersionRequest) GetItem() *v1alpha1.DataProductVersion
func (*CreateDataProductVersionRequest) ProtoMessage ¶
func (*CreateDataProductVersionRequest) ProtoMessage()
func (*CreateDataProductVersionRequest) ProtoReflect ¶
func (x *CreateDataProductVersionRequest) ProtoReflect() protoreflect.Message
func (*CreateDataProductVersionRequest) Reset ¶
func (x *CreateDataProductVersionRequest) Reset()
func (*CreateDataProductVersionRequest) String ¶
func (x *CreateDataProductVersionRequest) String() 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 (x *CreateDataProductVersionResponse) ProtoReflect() protoreflect.Message
func (*CreateDataProductVersionResponse) Reset ¶
func (x *CreateDataProductVersionResponse) Reset()
func (*CreateDataProductVersionResponse) String ¶
func (x *CreateDataProductVersionResponse) String() 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.
func NewDataProductVersionServiceClient ¶
func NewDataProductVersionServiceClient(cc grpc.ClientConnInterface) DataProductVersionServiceClient
type DataProductVersionServiceServer ¶
type DataProductVersionServiceServer interface { ListDataProductVersions(context.Context, *ListDataProductVersionsRequest) (*ListDataProductVersionsResponse, error) CreateDataProductVersion(context.Context, *CreateDataProductVersionRequest) (*CreateDataProductVersionResponse, error) GetDataProductVersion(context.Context, *GetDataProductVersionRequest) (*GetDataProductVersionResponse, error) UpdateDataProductVersion(context.Context, *UpdateDataProductVersionRequest) (*UpdateDataProductVersionResponse, error) DeleteDataProductVersion(context.Context, *DeleteDataProductVersionRequest) (*DeleteDataProductVersionResponse, error) }
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 (x *DeleteDataProductVersionRequest) GetName() string
func (*DeleteDataProductVersionRequest) GetNamespace ¶
func (x *DeleteDataProductVersionRequest) GetNamespace() string
func (*DeleteDataProductVersionRequest) ProtoMessage ¶
func (*DeleteDataProductVersionRequest) ProtoMessage()
func (*DeleteDataProductVersionRequest) ProtoReflect ¶
func (x *DeleteDataProductVersionRequest) ProtoReflect() protoreflect.Message
func (*DeleteDataProductVersionRequest) Reset ¶
func (x *DeleteDataProductVersionRequest) Reset()
func (*DeleteDataProductVersionRequest) String ¶
func (x *DeleteDataProductVersionRequest) String() 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 (x *DeleteDataProductVersionResponse) ProtoReflect() protoreflect.Message
func (*DeleteDataProductVersionResponse) Reset ¶
func (x *DeleteDataProductVersionResponse) Reset()
func (*DeleteDataProductVersionResponse) String ¶
func (x *DeleteDataProductVersionResponse) String() 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 (x *GetDataProductVersionRequest) ProtoReflect() protoreflect.Message
func (*GetDataProductVersionRequest) Reset ¶
func (x *GetDataProductVersionRequest) Reset()
func (*GetDataProductVersionRequest) String ¶
func (x *GetDataProductVersionRequest) String() string
type GetDataProductVersionResponse ¶
type GetDataProductVersionResponse struct { Item *v1alpha1.DataProductVersion `protobuf:"bytes,1,opt,name=item,proto3" json:"item,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) GetItem ¶
func (x *GetDataProductVersionResponse) GetItem() *v1alpha1.DataProductVersion
func (*GetDataProductVersionResponse) GetYaml ¶
func (x *GetDataProductVersionResponse) GetYaml() string
func (*GetDataProductVersionResponse) ProtoMessage ¶
func (*GetDataProductVersionResponse) ProtoMessage()
func (*GetDataProductVersionResponse) ProtoReflect ¶
func (x *GetDataProductVersionResponse) ProtoReflect() protoreflect.Message
func (*GetDataProductVersionResponse) Reset ¶
func (x *GetDataProductVersionResponse) Reset()
func (*GetDataProductVersionResponse) String ¶
func (x *GetDataProductVersionResponse) String() 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 (x *ListDataProductVersionsRequest) ProtoReflect() protoreflect.Message
func (*ListDataProductVersionsRequest) Reset ¶
func (x *ListDataProductVersionsRequest) Reset()
func (*ListDataProductVersionsRequest) String ¶
func (x *ListDataProductVersionsRequest) String() string
type ListDataProductVersionsResponse ¶
type ListDataProductVersionsResponse struct { Items *v1alpha1.DataProductVersionList `protobuf:"bytes,1,opt,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*ListDataProductVersionsResponse) Descriptor
deprecated
func (*ListDataProductVersionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListDataProductVersionsResponse.ProtoReflect.Descriptor instead.
func (*ListDataProductVersionsResponse) GetItems ¶
func (x *ListDataProductVersionsResponse) GetItems() *v1alpha1.DataProductVersionList
func (*ListDataProductVersionsResponse) ProtoMessage ¶
func (*ListDataProductVersionsResponse) ProtoMessage()
func (*ListDataProductVersionsResponse) ProtoReflect ¶
func (x *ListDataProductVersionsResponse) ProtoReflect() protoreflect.Message
func (*ListDataProductVersionsResponse) Reset ¶
func (x *ListDataProductVersionsResponse) Reset()
func (*ListDataProductVersionsResponse) String ¶
func (x *ListDataProductVersionsResponse) String() string
type UnimplementedDataProductVersionServiceServer ¶
type UnimplementedDataProductVersionServiceServer struct { }
UnimplementedDataProductVersionServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedDataProductVersionServiceServer) CreateDataProductVersion ¶
func (*UnimplementedDataProductVersionServiceServer) CreateDataProductVersion(context.Context, *CreateDataProductVersionRequest) (*CreateDataProductVersionResponse, error)
func (*UnimplementedDataProductVersionServiceServer) DeleteDataProductVersion ¶
func (*UnimplementedDataProductVersionServiceServer) DeleteDataProductVersion(context.Context, *DeleteDataProductVersionRequest) (*DeleteDataProductVersionResponse, error)
func (*UnimplementedDataProductVersionServiceServer) GetDataProductVersion ¶
func (*UnimplementedDataProductVersionServiceServer) GetDataProductVersion(context.Context, *GetDataProductVersionRequest) (*GetDataProductVersionResponse, error)
func (*UnimplementedDataProductVersionServiceServer) ListDataProductVersions ¶
func (*UnimplementedDataProductVersionServiceServer) ListDataProductVersions(context.Context, *ListDataProductVersionsRequest) (*ListDataProductVersionsResponse, error)
func (*UnimplementedDataProductVersionServiceServer) UpdateDataProductVersion ¶
func (*UnimplementedDataProductVersionServiceServer) UpdateDataProductVersion(context.Context, *UpdateDataProductVersionRequest) (*UpdateDataProductVersionResponse, error)
type UpdateDataProductVersionRequest ¶
type UpdateDataProductVersionRequest struct { Item *v1alpha1.DataProductVersion `protobuf:"bytes,1,opt,name=item,proto3" json:"item,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) GetFieldMask ¶ added in v0.4.422
func (x *UpdateDataProductVersionRequest) GetFieldMask() *field_mask.FieldMask
func (*UpdateDataProductVersionRequest) GetItem ¶
func (x *UpdateDataProductVersionRequest) GetItem() *v1alpha1.DataProductVersion
func (*UpdateDataProductVersionRequest) ProtoMessage ¶
func (*UpdateDataProductVersionRequest) ProtoMessage()
func (*UpdateDataProductVersionRequest) ProtoReflect ¶
func (x *UpdateDataProductVersionRequest) ProtoReflect() protoreflect.Message
func (*UpdateDataProductVersionRequest) Reset ¶
func (x *UpdateDataProductVersionRequest) Reset()
func (*UpdateDataProductVersionRequest) String ¶
func (x *UpdateDataProductVersionRequest) String() 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 (x *UpdateDataProductVersionResponse) ProtoReflect() protoreflect.Message
func (*UpdateDataProductVersionResponse) Reset ¶
func (x *UpdateDataProductVersionResponse) Reset()
func (*UpdateDataProductVersionResponse) String ¶
func (x *UpdateDataProductVersionResponse) String() string