Documentation
¶
Index ¶
- Variables
- func RegisterModelCompilerRunServiceServer(s *grpc.Server, srv ModelCompilerRunServiceServer)
- type CreateModelCompilerRunRequest
- func (*CreateModelCompilerRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateModelCompilerRunRequest) GetModelcompilerrun() *v1alpha1.ModelCompilerRun
- func (*CreateModelCompilerRunRequest) ProtoMessage()
- func (x *CreateModelCompilerRunRequest) ProtoReflect() protoreflect.Message
- func (x *CreateModelCompilerRunRequest) Reset()
- func (x *CreateModelCompilerRunRequest) String() string
- type CreateModelCompilerRunResponse
- func (*CreateModelCompilerRunResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateModelCompilerRunResponse) ProtoMessage()
- func (x *CreateModelCompilerRunResponse) ProtoReflect() protoreflect.Message
- func (x *CreateModelCompilerRunResponse) Reset()
- func (x *CreateModelCompilerRunResponse) String() string
- type DeleteModelCompilerRunRequest
- func (*DeleteModelCompilerRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteModelCompilerRunRequest) GetName() string
- func (x *DeleteModelCompilerRunRequest) GetNamespace() string
- func (*DeleteModelCompilerRunRequest) ProtoMessage()
- func (x *DeleteModelCompilerRunRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteModelCompilerRunRequest) Reset()
- func (x *DeleteModelCompilerRunRequest) String() string
- type DeleteModelCompilerRunResponse
- func (*DeleteModelCompilerRunResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteModelCompilerRunResponse) ProtoMessage()
- func (x *DeleteModelCompilerRunResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteModelCompilerRunResponse) Reset()
- func (x *DeleteModelCompilerRunResponse) String() string
- type GetModelCompilerRunRequest
- func (*GetModelCompilerRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetModelCompilerRunRequest) GetName() string
- func (x *GetModelCompilerRunRequest) GetNamespace() string
- func (*GetModelCompilerRunRequest) ProtoMessage()
- func (x *GetModelCompilerRunRequest) ProtoReflect() protoreflect.Message
- func (x *GetModelCompilerRunRequest) Reset()
- func (x *GetModelCompilerRunRequest) String() string
- type GetModelCompilerRunResponse
- func (*GetModelCompilerRunResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetModelCompilerRunResponse) GetModelcompilerrun() *v1alpha1.ModelCompilerRun
- func (x *GetModelCompilerRunResponse) GetYaml() string
- func (*GetModelCompilerRunResponse) ProtoMessage()
- func (x *GetModelCompilerRunResponse) ProtoReflect() protoreflect.Message
- func (x *GetModelCompilerRunResponse) Reset()
- func (x *GetModelCompilerRunResponse) String() string
- type ListModelCompilerRunsRequest
- func (*ListModelCompilerRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelCompilerRunsRequest) GetLabels() map[string]string
- func (x *ListModelCompilerRunsRequest) GetNamespace() string
- func (x *ListModelCompilerRunsRequest) GetOrderBy() string
- func (x *ListModelCompilerRunsRequest) GetPageSize() int32
- func (x *ListModelCompilerRunsRequest) GetPageToken() string
- func (*ListModelCompilerRunsRequest) ProtoMessage()
- func (x *ListModelCompilerRunsRequest) ProtoReflect() protoreflect.Message
- func (x *ListModelCompilerRunsRequest) Reset()
- func (x *ListModelCompilerRunsRequest) String() string
- type ListModelCompilerRunsResponse
- func (*ListModelCompilerRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListModelCompilerRunsResponse) GetModelcompilerruns() *v1alpha1.ModelCompilerRunList
- func (x *ListModelCompilerRunsResponse) GetNextPageToken() string
- func (*ListModelCompilerRunsResponse) ProtoMessage()
- func (x *ListModelCompilerRunsResponse) ProtoReflect() protoreflect.Message
- func (x *ListModelCompilerRunsResponse) Reset()
- func (x *ListModelCompilerRunsResponse) String() string
- type ModelCompilerRunResponse
- type ModelCompilerRunServiceClient
- type ModelCompilerRunServiceServer
- type UnimplementedModelCompilerRunServiceServer
- func (*UnimplementedModelCompilerRunServiceServer) CreateModelCompilerRun(context.Context, *CreateModelCompilerRunRequest) (*CreateModelCompilerRunResponse, error)
- func (*UnimplementedModelCompilerRunServiceServer) DeleteModelCompilerRun(context.Context, *DeleteModelCompilerRunRequest) (*DeleteModelCompilerRunResponse, error)
- func (*UnimplementedModelCompilerRunServiceServer) GetModelCompilerRun(context.Context, *GetModelCompilerRunRequest) (*GetModelCompilerRunResponse, error)
- func (*UnimplementedModelCompilerRunServiceServer) ListModelCompilerRuns(context.Context, *ListModelCompilerRunsRequest) (*ListModelCompilerRunsResponse, error)
- func (*UnimplementedModelCompilerRunServiceServer) UpdateModelCompilerRun(context.Context, *UpdateModelCompilerRunRequest) (*UpdateModelCompilerRunResponse, error)
- type UpdateModelCompilerRunRequest
- func (*UpdateModelCompilerRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateModelCompilerRunRequest) GetFieldMask() *field_mask.FieldMask
- func (x *UpdateModelCompilerRunRequest) GetModelcompilerrun() *v1alpha1.ModelCompilerRun
- func (*UpdateModelCompilerRunRequest) ProtoMessage()
- func (x *UpdateModelCompilerRunRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateModelCompilerRunRequest) Reset()
- func (x *UpdateModelCompilerRunRequest) String() string
- type UpdateModelCompilerRunResponse
- func (*UpdateModelCompilerRunResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateModelCompilerRunResponse) ProtoMessage()
- func (x *UpdateModelCompilerRunResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateModelCompilerRunResponse) Reset()
- func (x *UpdateModelCompilerRunResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_github_com_metaprov_modelaapi_services_modelcompilerrun_v1_modelcompilerrun_proto protoreflect.FileDescriptor
Functions ¶
func RegisterModelCompilerRunServiceServer ¶
func RegisterModelCompilerRunServiceServer(s *grpc.Server, srv ModelCompilerRunServiceServer)
Types ¶
type CreateModelCompilerRunRequest ¶
type CreateModelCompilerRunRequest struct { Modelcompilerrun *v1alpha1.ModelCompilerRun `protobuf:"bytes,1,opt,name=modelcompilerrun,proto3" json:"modelcompilerrun,omitempty"` // contains filtered or unexported fields }
func (*CreateModelCompilerRunRequest) Descriptor
deprecated
func (*CreateModelCompilerRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateModelCompilerRunRequest.ProtoReflect.Descriptor instead.
func (*CreateModelCompilerRunRequest) GetModelcompilerrun ¶ added in v0.4.480
func (x *CreateModelCompilerRunRequest) GetModelcompilerrun() *v1alpha1.ModelCompilerRun
func (*CreateModelCompilerRunRequest) ProtoMessage ¶
func (*CreateModelCompilerRunRequest) ProtoMessage()
func (*CreateModelCompilerRunRequest) ProtoReflect ¶
func (x *CreateModelCompilerRunRequest) ProtoReflect() protoreflect.Message
func (*CreateModelCompilerRunRequest) Reset ¶
func (x *CreateModelCompilerRunRequest) Reset()
func (*CreateModelCompilerRunRequest) String ¶
func (x *CreateModelCompilerRunRequest) String() string
type CreateModelCompilerRunResponse ¶
type CreateModelCompilerRunResponse struct {
// contains filtered or unexported fields
}
func (*CreateModelCompilerRunResponse) Descriptor
deprecated
func (*CreateModelCompilerRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateModelCompilerRunResponse.ProtoReflect.Descriptor instead.
func (*CreateModelCompilerRunResponse) ProtoMessage ¶
func (*CreateModelCompilerRunResponse) ProtoMessage()
func (*CreateModelCompilerRunResponse) ProtoReflect ¶
func (x *CreateModelCompilerRunResponse) ProtoReflect() protoreflect.Message
func (*CreateModelCompilerRunResponse) Reset ¶
func (x *CreateModelCompilerRunResponse) Reset()
func (*CreateModelCompilerRunResponse) String ¶
func (x *CreateModelCompilerRunResponse) String() string
type DeleteModelCompilerRunRequest ¶
type DeleteModelCompilerRunRequest 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 (*DeleteModelCompilerRunRequest) Descriptor
deprecated
func (*DeleteModelCompilerRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteModelCompilerRunRequest.ProtoReflect.Descriptor instead.
func (*DeleteModelCompilerRunRequest) GetName ¶
func (x *DeleteModelCompilerRunRequest) GetName() string
func (*DeleteModelCompilerRunRequest) GetNamespace ¶
func (x *DeleteModelCompilerRunRequest) GetNamespace() string
func (*DeleteModelCompilerRunRequest) ProtoMessage ¶
func (*DeleteModelCompilerRunRequest) ProtoMessage()
func (*DeleteModelCompilerRunRequest) ProtoReflect ¶
func (x *DeleteModelCompilerRunRequest) ProtoReflect() protoreflect.Message
func (*DeleteModelCompilerRunRequest) Reset ¶
func (x *DeleteModelCompilerRunRequest) Reset()
func (*DeleteModelCompilerRunRequest) String ¶
func (x *DeleteModelCompilerRunRequest) String() string
type DeleteModelCompilerRunResponse ¶
type DeleteModelCompilerRunResponse struct {
// contains filtered or unexported fields
}
func (*DeleteModelCompilerRunResponse) Descriptor
deprecated
func (*DeleteModelCompilerRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteModelCompilerRunResponse.ProtoReflect.Descriptor instead.
func (*DeleteModelCompilerRunResponse) ProtoMessage ¶
func (*DeleteModelCompilerRunResponse) ProtoMessage()
func (*DeleteModelCompilerRunResponse) ProtoReflect ¶
func (x *DeleteModelCompilerRunResponse) ProtoReflect() protoreflect.Message
func (*DeleteModelCompilerRunResponse) Reset ¶
func (x *DeleteModelCompilerRunResponse) Reset()
func (*DeleteModelCompilerRunResponse) String ¶
func (x *DeleteModelCompilerRunResponse) String() string
type GetModelCompilerRunRequest ¶
type GetModelCompilerRunRequest 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 (*GetModelCompilerRunRequest) Descriptor
deprecated
func (*GetModelCompilerRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetModelCompilerRunRequest.ProtoReflect.Descriptor instead.
func (*GetModelCompilerRunRequest) GetName ¶
func (x *GetModelCompilerRunRequest) GetName() string
func (*GetModelCompilerRunRequest) GetNamespace ¶
func (x *GetModelCompilerRunRequest) GetNamespace() string
func (*GetModelCompilerRunRequest) ProtoMessage ¶
func (*GetModelCompilerRunRequest) ProtoMessage()
func (*GetModelCompilerRunRequest) ProtoReflect ¶
func (x *GetModelCompilerRunRequest) ProtoReflect() protoreflect.Message
func (*GetModelCompilerRunRequest) Reset ¶
func (x *GetModelCompilerRunRequest) Reset()
func (*GetModelCompilerRunRequest) String ¶
func (x *GetModelCompilerRunRequest) String() string
type GetModelCompilerRunResponse ¶
type GetModelCompilerRunResponse struct { Modelcompilerrun *v1alpha1.ModelCompilerRun `protobuf:"bytes,1,opt,name=modelcompilerrun,proto3" json:"modelcompilerrun,omitempty"` Yaml string `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"` // contains filtered or unexported fields }
func (*GetModelCompilerRunResponse) Descriptor
deprecated
func (*GetModelCompilerRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetModelCompilerRunResponse.ProtoReflect.Descriptor instead.
func (*GetModelCompilerRunResponse) GetModelcompilerrun ¶ added in v0.4.480
func (x *GetModelCompilerRunResponse) GetModelcompilerrun() *v1alpha1.ModelCompilerRun
func (*GetModelCompilerRunResponse) GetYaml ¶
func (x *GetModelCompilerRunResponse) GetYaml() string
func (*GetModelCompilerRunResponse) ProtoMessage ¶
func (*GetModelCompilerRunResponse) ProtoMessage()
func (*GetModelCompilerRunResponse) ProtoReflect ¶
func (x *GetModelCompilerRunResponse) ProtoReflect() protoreflect.Message
func (*GetModelCompilerRunResponse) Reset ¶
func (x *GetModelCompilerRunResponse) Reset()
func (*GetModelCompilerRunResponse) String ¶
func (x *GetModelCompilerRunResponse) String() string
type ListModelCompilerRunsRequest ¶
type ListModelCompilerRunsRequest 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 (*ListModelCompilerRunsRequest) Descriptor
deprecated
func (*ListModelCompilerRunsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListModelCompilerRunsRequest.ProtoReflect.Descriptor instead.
func (*ListModelCompilerRunsRequest) GetLabels ¶
func (x *ListModelCompilerRunsRequest) GetLabels() map[string]string
func (*ListModelCompilerRunsRequest) GetNamespace ¶
func (x *ListModelCompilerRunsRequest) GetNamespace() string
func (*ListModelCompilerRunsRequest) GetOrderBy ¶ added in v0.4.414
func (x *ListModelCompilerRunsRequest) GetOrderBy() string
func (*ListModelCompilerRunsRequest) GetPageSize ¶ added in v0.4.414
func (x *ListModelCompilerRunsRequest) GetPageSize() int32
func (*ListModelCompilerRunsRequest) GetPageToken ¶ added in v0.4.414
func (x *ListModelCompilerRunsRequest) GetPageToken() string
func (*ListModelCompilerRunsRequest) ProtoMessage ¶
func (*ListModelCompilerRunsRequest) ProtoMessage()
func (*ListModelCompilerRunsRequest) ProtoReflect ¶
func (x *ListModelCompilerRunsRequest) ProtoReflect() protoreflect.Message
func (*ListModelCompilerRunsRequest) Reset ¶
func (x *ListModelCompilerRunsRequest) Reset()
func (*ListModelCompilerRunsRequest) String ¶
func (x *ListModelCompilerRunsRequest) String() string
type ListModelCompilerRunsResponse ¶
type ListModelCompilerRunsResponse struct { Modelcompilerruns *v1alpha1.ModelCompilerRunList `protobuf:"bytes,1,opt,name=modelcompilerruns,proto3" json:"modelcompilerruns,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 (*ListModelCompilerRunsResponse) Descriptor
deprecated
func (*ListModelCompilerRunsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListModelCompilerRunsResponse.ProtoReflect.Descriptor instead.
func (*ListModelCompilerRunsResponse) GetModelcompilerruns ¶ added in v0.4.480
func (x *ListModelCompilerRunsResponse) GetModelcompilerruns() *v1alpha1.ModelCompilerRunList
func (*ListModelCompilerRunsResponse) GetNextPageToken ¶ added in v0.4.472
func (x *ListModelCompilerRunsResponse) GetNextPageToken() string
func (*ListModelCompilerRunsResponse) ProtoMessage ¶
func (*ListModelCompilerRunsResponse) ProtoMessage()
func (*ListModelCompilerRunsResponse) ProtoReflect ¶
func (x *ListModelCompilerRunsResponse) ProtoReflect() protoreflect.Message
func (*ListModelCompilerRunsResponse) Reset ¶
func (x *ListModelCompilerRunsResponse) Reset()
func (*ListModelCompilerRunsResponse) String ¶
func (x *ListModelCompilerRunsResponse) String() string
type ModelCompilerRunResponse ¶
type ModelCompilerRunResponse struct {
// contains filtered or unexported fields
}
func (*ModelCompilerRunResponse) Descriptor
deprecated
func (*ModelCompilerRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use ModelCompilerRunResponse.ProtoReflect.Descriptor instead.
func (*ModelCompilerRunResponse) ProtoMessage ¶
func (*ModelCompilerRunResponse) ProtoMessage()
func (*ModelCompilerRunResponse) ProtoReflect ¶
func (x *ModelCompilerRunResponse) ProtoReflect() protoreflect.Message
func (*ModelCompilerRunResponse) Reset ¶
func (x *ModelCompilerRunResponse) Reset()
func (*ModelCompilerRunResponse) String ¶
func (x *ModelCompilerRunResponse) String() string
type ModelCompilerRunServiceClient ¶
type ModelCompilerRunServiceClient interface { ListModelCompilerRuns(ctx context.Context, in *ListModelCompilerRunsRequest, opts ...grpc.CallOption) (*ListModelCompilerRunsResponse, error) CreateModelCompilerRun(ctx context.Context, in *CreateModelCompilerRunRequest, opts ...grpc.CallOption) (*CreateModelCompilerRunResponse, error) GetModelCompilerRun(ctx context.Context, in *GetModelCompilerRunRequest, opts ...grpc.CallOption) (*GetModelCompilerRunResponse, error) UpdateModelCompilerRun(ctx context.Context, in *UpdateModelCompilerRunRequest, opts ...grpc.CallOption) (*UpdateModelCompilerRunResponse, error) DeleteModelCompilerRun(ctx context.Context, in *DeleteModelCompilerRunRequest, opts ...grpc.CallOption) (*DeleteModelCompilerRunResponse, error) }
ModelCompilerRunServiceClient is the client API for ModelCompilerRunService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewModelCompilerRunServiceClient ¶
func NewModelCompilerRunServiceClient(cc grpc.ClientConnInterface) ModelCompilerRunServiceClient
type ModelCompilerRunServiceServer ¶
type ModelCompilerRunServiceServer interface { ListModelCompilerRuns(context.Context, *ListModelCompilerRunsRequest) (*ListModelCompilerRunsResponse, error) CreateModelCompilerRun(context.Context, *CreateModelCompilerRunRequest) (*CreateModelCompilerRunResponse, error) GetModelCompilerRun(context.Context, *GetModelCompilerRunRequest) (*GetModelCompilerRunResponse, error) UpdateModelCompilerRun(context.Context, *UpdateModelCompilerRunRequest) (*UpdateModelCompilerRunResponse, error) DeleteModelCompilerRun(context.Context, *DeleteModelCompilerRunRequest) (*DeleteModelCompilerRunResponse, error) }
ModelCompilerRunServiceServer is the server API for ModelCompilerRunService service.
type UnimplementedModelCompilerRunServiceServer ¶
type UnimplementedModelCompilerRunServiceServer struct { }
UnimplementedModelCompilerRunServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedModelCompilerRunServiceServer) CreateModelCompilerRun ¶
func (*UnimplementedModelCompilerRunServiceServer) CreateModelCompilerRun(context.Context, *CreateModelCompilerRunRequest) (*CreateModelCompilerRunResponse, error)
func (*UnimplementedModelCompilerRunServiceServer) DeleteModelCompilerRun ¶
func (*UnimplementedModelCompilerRunServiceServer) DeleteModelCompilerRun(context.Context, *DeleteModelCompilerRunRequest) (*DeleteModelCompilerRunResponse, error)
func (*UnimplementedModelCompilerRunServiceServer) GetModelCompilerRun ¶
func (*UnimplementedModelCompilerRunServiceServer) GetModelCompilerRun(context.Context, *GetModelCompilerRunRequest) (*GetModelCompilerRunResponse, error)
func (*UnimplementedModelCompilerRunServiceServer) ListModelCompilerRuns ¶
func (*UnimplementedModelCompilerRunServiceServer) ListModelCompilerRuns(context.Context, *ListModelCompilerRunsRequest) (*ListModelCompilerRunsResponse, error)
func (*UnimplementedModelCompilerRunServiceServer) UpdateModelCompilerRun ¶
func (*UnimplementedModelCompilerRunServiceServer) UpdateModelCompilerRun(context.Context, *UpdateModelCompilerRunRequest) (*UpdateModelCompilerRunResponse, error)
type UpdateModelCompilerRunRequest ¶
type UpdateModelCompilerRunRequest struct { Modelcompilerrun *v1alpha1.ModelCompilerRun `protobuf:"bytes,1,opt,name=modelcompilerrun,proto3" json:"modelcompilerrun,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 (*UpdateModelCompilerRunRequest) Descriptor
deprecated
func (*UpdateModelCompilerRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateModelCompilerRunRequest.ProtoReflect.Descriptor instead.
func (*UpdateModelCompilerRunRequest) GetFieldMask ¶ added in v0.4.422
func (x *UpdateModelCompilerRunRequest) GetFieldMask() *field_mask.FieldMask
func (*UpdateModelCompilerRunRequest) GetModelcompilerrun ¶ added in v0.4.480
func (x *UpdateModelCompilerRunRequest) GetModelcompilerrun() *v1alpha1.ModelCompilerRun
func (*UpdateModelCompilerRunRequest) ProtoMessage ¶
func (*UpdateModelCompilerRunRequest) ProtoMessage()
func (*UpdateModelCompilerRunRequest) ProtoReflect ¶
func (x *UpdateModelCompilerRunRequest) ProtoReflect() protoreflect.Message
func (*UpdateModelCompilerRunRequest) Reset ¶
func (x *UpdateModelCompilerRunRequest) Reset()
func (*UpdateModelCompilerRunRequest) String ¶
func (x *UpdateModelCompilerRunRequest) String() string
type UpdateModelCompilerRunResponse ¶
type UpdateModelCompilerRunResponse struct {
// contains filtered or unexported fields
}
func (*UpdateModelCompilerRunResponse) Descriptor
deprecated
func (*UpdateModelCompilerRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateModelCompilerRunResponse.ProtoReflect.Descriptor instead.
func (*UpdateModelCompilerRunResponse) ProtoMessage ¶
func (*UpdateModelCompilerRunResponse) ProtoMessage()
func (*UpdateModelCompilerRunResponse) ProtoReflect ¶
func (x *UpdateModelCompilerRunResponse) ProtoReflect() protoreflect.Message
func (*UpdateModelCompilerRunResponse) Reset ¶
func (x *UpdateModelCompilerRunResponse) Reset()
func (*UpdateModelCompilerRunResponse) String ¶
func (x *UpdateModelCompilerRunResponse) String() string