Documentation
¶
Index ¶
- Variables
- type CacheMetadata
- func (x *CacheMetadata) GetRepositoryId() string
- func (x *CacheMetadata) GetScope() []*CacheScope
- func (*CacheMetadata) ProtoMessage()
- func (x *CacheMetadata) ProtoReflect() protoreflect.Message
- func (x *CacheMetadata) Reset()
- func (x *CacheMetadata) SetRepositoryId(v string)
- func (x *CacheMetadata) SetScope(v []*CacheScope)
- func (x *CacheMetadata) String() string
- type CacheMetadata_builder
- type CacheScope
- func (x *CacheScope) GetPermission() string
- func (x *CacheScope) GetScope() string
- func (*CacheScope) ProtoMessage()
- func (x *CacheScope) ProtoReflect() protoreflect.Message
- func (x *CacheScope) Reset()
- func (x *CacheScope) SetPermission(v string)
- func (x *CacheScope) SetScope(v string)
- func (x *CacheScope) String() string
- type CacheScope_builder
- type CreateCacheEntryRequest
- func (x *CreateCacheEntryRequest) ClearMetadata()
- func (x *CreateCacheEntryRequest) GetKey() string
- func (x *CreateCacheEntryRequest) GetMetadata() *CacheMetadata
- func (x *CreateCacheEntryRequest) GetVersion() string
- func (x *CreateCacheEntryRequest) HasMetadata() bool
- func (*CreateCacheEntryRequest) ProtoMessage()
- func (x *CreateCacheEntryRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCacheEntryRequest) Reset()
- func (x *CreateCacheEntryRequest) SetKey(v string)
- func (x *CreateCacheEntryRequest) SetMetadata(v *CacheMetadata)
- func (x *CreateCacheEntryRequest) SetVersion(v string)
- func (x *CreateCacheEntryRequest) String() string
- type CreateCacheEntryRequest_builder
- type CreateCacheEntryResponse
- func (x *CreateCacheEntryResponse) GetOk() bool
- func (x *CreateCacheEntryResponse) GetSignedUploadUrl() string
- func (*CreateCacheEntryResponse) ProtoMessage()
- func (x *CreateCacheEntryResponse) ProtoReflect() protoreflect.Message
- func (x *CreateCacheEntryResponse) Reset()
- func (x *CreateCacheEntryResponse) SetOk(v bool)
- func (x *CreateCacheEntryResponse) SetSignedUploadUrl(v string)
- func (x *CreateCacheEntryResponse) String() string
- type CreateCacheEntryResponse_builder
- type FinalizeCacheEntryUploadRequest
- func (x *FinalizeCacheEntryUploadRequest) ClearMetadata()
- func (x *FinalizeCacheEntryUploadRequest) GetKey() string
- func (x *FinalizeCacheEntryUploadRequest) GetMetadata() *CacheMetadata
- func (x *FinalizeCacheEntryUploadRequest) GetSizeBytes() int64
- func (x *FinalizeCacheEntryUploadRequest) GetVersion() string
- func (x *FinalizeCacheEntryUploadRequest) HasMetadata() bool
- func (*FinalizeCacheEntryUploadRequest) ProtoMessage()
- func (x *FinalizeCacheEntryUploadRequest) ProtoReflect() protoreflect.Message
- func (x *FinalizeCacheEntryUploadRequest) Reset()
- func (x *FinalizeCacheEntryUploadRequest) SetKey(v string)
- func (x *FinalizeCacheEntryUploadRequest) SetMetadata(v *CacheMetadata)
- func (x *FinalizeCacheEntryUploadRequest) SetSizeBytes(v int64)
- func (x *FinalizeCacheEntryUploadRequest) SetVersion(v string)
- func (x *FinalizeCacheEntryUploadRequest) String() string
- type FinalizeCacheEntryUploadRequest_builder
- type FinalizeCacheEntryUploadResponse
- func (x *FinalizeCacheEntryUploadResponse) GetEntryId() int64
- func (x *FinalizeCacheEntryUploadResponse) GetOk() bool
- func (*FinalizeCacheEntryUploadResponse) ProtoMessage()
- func (x *FinalizeCacheEntryUploadResponse) ProtoReflect() protoreflect.Message
- func (x *FinalizeCacheEntryUploadResponse) Reset()
- func (x *FinalizeCacheEntryUploadResponse) SetEntryId(v int64)
- func (x *FinalizeCacheEntryUploadResponse) SetOk(v bool)
- func (x *FinalizeCacheEntryUploadResponse) String() string
- type FinalizeCacheEntryUploadResponse_builder
- type GetCacheEntryDownloadURLRequest
- func (x *GetCacheEntryDownloadURLRequest) ClearMetadata()
- func (x *GetCacheEntryDownloadURLRequest) GetKey() string
- func (x *GetCacheEntryDownloadURLRequest) GetMetadata() *CacheMetadata
- func (x *GetCacheEntryDownloadURLRequest) GetRestoreKeys() []string
- func (x *GetCacheEntryDownloadURLRequest) GetVersion() string
- func (x *GetCacheEntryDownloadURLRequest) HasMetadata() bool
- func (*GetCacheEntryDownloadURLRequest) ProtoMessage()
- func (x *GetCacheEntryDownloadURLRequest) ProtoReflect() protoreflect.Message
- func (x *GetCacheEntryDownloadURLRequest) Reset()
- func (x *GetCacheEntryDownloadURLRequest) SetKey(v string)
- func (x *GetCacheEntryDownloadURLRequest) SetMetadata(v *CacheMetadata)
- func (x *GetCacheEntryDownloadURLRequest) SetRestoreKeys(v []string)
- func (x *GetCacheEntryDownloadURLRequest) SetVersion(v string)
- func (x *GetCacheEntryDownloadURLRequest) String() string
- type GetCacheEntryDownloadURLRequest_builder
- type GetCacheEntryDownloadURLResponse
- func (x *GetCacheEntryDownloadURLResponse) GetMatchedKey() string
- func (x *GetCacheEntryDownloadURLResponse) GetOk() bool
- func (x *GetCacheEntryDownloadURLResponse) GetSignedDownloadUrl() string
- func (*GetCacheEntryDownloadURLResponse) ProtoMessage()
- func (x *GetCacheEntryDownloadURLResponse) ProtoReflect() protoreflect.Message
- func (x *GetCacheEntryDownloadURLResponse) Reset()
- func (x *GetCacheEntryDownloadURLResponse) SetMatchedKey(v string)
- func (x *GetCacheEntryDownloadURLResponse) SetOk(v bool)
- func (x *GetCacheEntryDownloadURLResponse) SetSignedDownloadUrl(v string)
- func (x *GetCacheEntryDownloadURLResponse) String() string
- type GetCacheEntryDownloadURLResponse_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_api_gharesults_gharesults_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CacheMetadata ¶
type CacheMetadata struct {
RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
Scope []*CacheScope `protobuf:"bytes,2,rep,name=scope,proto3" json:"scope,omitempty"`
// contains filtered or unexported fields
}
func (*CacheMetadata) GetRepositoryId ¶
func (x *CacheMetadata) GetRepositoryId() string
func (*CacheMetadata) GetScope ¶
func (x *CacheMetadata) GetScope() []*CacheScope
func (*CacheMetadata) ProtoMessage ¶
func (*CacheMetadata) ProtoMessage()
func (*CacheMetadata) ProtoReflect ¶
func (x *CacheMetadata) ProtoReflect() protoreflect.Message
func (*CacheMetadata) Reset ¶
func (x *CacheMetadata) Reset()
func (*CacheMetadata) SetRepositoryId ¶
func (x *CacheMetadata) SetRepositoryId(v string)
func (*CacheMetadata) SetScope ¶
func (x *CacheMetadata) SetScope(v []*CacheScope)
func (*CacheMetadata) String ¶
func (x *CacheMetadata) String() string
type CacheMetadata_builder ¶
type CacheMetadata_builder struct {
RepositoryId string
Scope []*CacheScope
// contains filtered or unexported fields
}
func (CacheMetadata_builder) Build ¶
func (b0 CacheMetadata_builder) Build() *CacheMetadata
type CacheScope ¶
type CacheScope struct {
Scope string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
Permission string `protobuf:"bytes,2,opt,name=permission,proto3" json:"permission,omitempty"`
// contains filtered or unexported fields
}
func (*CacheScope) GetPermission ¶
func (x *CacheScope) GetPermission() string
func (*CacheScope) GetScope ¶
func (x *CacheScope) GetScope() string
func (*CacheScope) ProtoMessage ¶
func (*CacheScope) ProtoMessage()
func (*CacheScope) ProtoReflect ¶
func (x *CacheScope) ProtoReflect() protoreflect.Message
func (*CacheScope) Reset ¶
func (x *CacheScope) Reset()
func (*CacheScope) SetPermission ¶
func (x *CacheScope) SetPermission(v string)
func (*CacheScope) SetScope ¶
func (x *CacheScope) SetScope(v string)
func (*CacheScope) String ¶
func (x *CacheScope) String() string
type CacheScope_builder ¶
type CacheScope_builder struct {
Scope string
Permission string
// contains filtered or unexported fields
}
func (CacheScope_builder) Build ¶
func (b0 CacheScope_builder) Build() *CacheScope
type CreateCacheEntryRequest ¶
type CreateCacheEntryRequest struct {
Metadata *CacheMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
// contains filtered or unexported fields
}
func (*CreateCacheEntryRequest) ClearMetadata ¶
func (x *CreateCacheEntryRequest) ClearMetadata()
func (*CreateCacheEntryRequest) GetKey ¶
func (x *CreateCacheEntryRequest) GetKey() string
func (*CreateCacheEntryRequest) GetMetadata ¶
func (x *CreateCacheEntryRequest) GetMetadata() *CacheMetadata
func (*CreateCacheEntryRequest) GetVersion ¶
func (x *CreateCacheEntryRequest) GetVersion() string
func (*CreateCacheEntryRequest) HasMetadata ¶
func (x *CreateCacheEntryRequest) HasMetadata() bool
func (*CreateCacheEntryRequest) ProtoMessage ¶
func (*CreateCacheEntryRequest) ProtoMessage()
func (*CreateCacheEntryRequest) ProtoReflect ¶
func (x *CreateCacheEntryRequest) ProtoReflect() protoreflect.Message
func (*CreateCacheEntryRequest) Reset ¶
func (x *CreateCacheEntryRequest) Reset()
func (*CreateCacheEntryRequest) SetKey ¶
func (x *CreateCacheEntryRequest) SetKey(v string)
func (*CreateCacheEntryRequest) SetMetadata ¶
func (x *CreateCacheEntryRequest) SetMetadata(v *CacheMetadata)
func (*CreateCacheEntryRequest) SetVersion ¶
func (x *CreateCacheEntryRequest) SetVersion(v string)
func (*CreateCacheEntryRequest) String ¶
func (x *CreateCacheEntryRequest) String() string
type CreateCacheEntryRequest_builder ¶
type CreateCacheEntryRequest_builder struct {
Metadata *CacheMetadata
Key string
Version string
// contains filtered or unexported fields
}
func (CreateCacheEntryRequest_builder) Build ¶
func (b0 CreateCacheEntryRequest_builder) Build() *CreateCacheEntryRequest
type CreateCacheEntryResponse ¶
type CreateCacheEntryResponse struct {
Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
SignedUploadUrl string `protobuf:"bytes,2,opt,name=signed_upload_url,json=signedUploadUrl,proto3" json:"signed_upload_url,omitempty"`
// contains filtered or unexported fields
}
func (*CreateCacheEntryResponse) GetOk ¶
func (x *CreateCacheEntryResponse) GetOk() bool
func (*CreateCacheEntryResponse) GetSignedUploadUrl ¶
func (x *CreateCacheEntryResponse) GetSignedUploadUrl() string
func (*CreateCacheEntryResponse) ProtoMessage ¶
func (*CreateCacheEntryResponse) ProtoMessage()
func (*CreateCacheEntryResponse) ProtoReflect ¶
func (x *CreateCacheEntryResponse) ProtoReflect() protoreflect.Message
func (*CreateCacheEntryResponse) Reset ¶
func (x *CreateCacheEntryResponse) Reset()
func (*CreateCacheEntryResponse) SetOk ¶
func (x *CreateCacheEntryResponse) SetOk(v bool)
func (*CreateCacheEntryResponse) SetSignedUploadUrl ¶
func (x *CreateCacheEntryResponse) SetSignedUploadUrl(v string)
func (*CreateCacheEntryResponse) String ¶
func (x *CreateCacheEntryResponse) String() string
type CreateCacheEntryResponse_builder ¶
type CreateCacheEntryResponse_builder struct {
Ok bool
SignedUploadUrl string
// contains filtered or unexported fields
}
func (CreateCacheEntryResponse_builder) Build ¶
func (b0 CreateCacheEntryResponse_builder) Build() *CreateCacheEntryResponse
type FinalizeCacheEntryUploadRequest ¶
type FinalizeCacheEntryUploadRequest struct {
Metadata *CacheMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
SizeBytes int64 `protobuf:"varint,3,opt,name=size_bytes,json=sizeBytes,proto3" json:"size_bytes,omitempty"`
Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
// contains filtered or unexported fields
}
func (*FinalizeCacheEntryUploadRequest) ClearMetadata ¶
func (x *FinalizeCacheEntryUploadRequest) ClearMetadata()
func (*FinalizeCacheEntryUploadRequest) GetKey ¶
func (x *FinalizeCacheEntryUploadRequest) GetKey() string
func (*FinalizeCacheEntryUploadRequest) GetMetadata ¶
func (x *FinalizeCacheEntryUploadRequest) GetMetadata() *CacheMetadata
func (*FinalizeCacheEntryUploadRequest) GetSizeBytes ¶
func (x *FinalizeCacheEntryUploadRequest) GetSizeBytes() int64
func (*FinalizeCacheEntryUploadRequest) GetVersion ¶
func (x *FinalizeCacheEntryUploadRequest) GetVersion() string
func (*FinalizeCacheEntryUploadRequest) HasMetadata ¶
func (x *FinalizeCacheEntryUploadRequest) HasMetadata() bool
func (*FinalizeCacheEntryUploadRequest) ProtoMessage ¶
func (*FinalizeCacheEntryUploadRequest) ProtoMessage()
func (*FinalizeCacheEntryUploadRequest) ProtoReflect ¶
func (x *FinalizeCacheEntryUploadRequest) ProtoReflect() protoreflect.Message
func (*FinalizeCacheEntryUploadRequest) Reset ¶
func (x *FinalizeCacheEntryUploadRequest) Reset()
func (*FinalizeCacheEntryUploadRequest) SetKey ¶
func (x *FinalizeCacheEntryUploadRequest) SetKey(v string)
func (*FinalizeCacheEntryUploadRequest) SetMetadata ¶
func (x *FinalizeCacheEntryUploadRequest) SetMetadata(v *CacheMetadata)
func (*FinalizeCacheEntryUploadRequest) SetSizeBytes ¶
func (x *FinalizeCacheEntryUploadRequest) SetSizeBytes(v int64)
func (*FinalizeCacheEntryUploadRequest) SetVersion ¶
func (x *FinalizeCacheEntryUploadRequest) SetVersion(v string)
func (*FinalizeCacheEntryUploadRequest) String ¶
func (x *FinalizeCacheEntryUploadRequest) String() string
type FinalizeCacheEntryUploadRequest_builder ¶
type FinalizeCacheEntryUploadRequest_builder struct {
Metadata *CacheMetadata
Key string
SizeBytes int64
Version string
// contains filtered or unexported fields
}
func (FinalizeCacheEntryUploadRequest_builder) Build ¶
func (b0 FinalizeCacheEntryUploadRequest_builder) Build() *FinalizeCacheEntryUploadRequest
type FinalizeCacheEntryUploadResponse ¶
type FinalizeCacheEntryUploadResponse struct {
Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
EntryId int64 `protobuf:"varint,2,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"`
// contains filtered or unexported fields
}
func (*FinalizeCacheEntryUploadResponse) GetEntryId ¶
func (x *FinalizeCacheEntryUploadResponse) GetEntryId() int64
func (*FinalizeCacheEntryUploadResponse) GetOk ¶
func (x *FinalizeCacheEntryUploadResponse) GetOk() bool
func (*FinalizeCacheEntryUploadResponse) ProtoMessage ¶
func (*FinalizeCacheEntryUploadResponse) ProtoMessage()
func (*FinalizeCacheEntryUploadResponse) ProtoReflect ¶
func (x *FinalizeCacheEntryUploadResponse) ProtoReflect() protoreflect.Message
func (*FinalizeCacheEntryUploadResponse) Reset ¶
func (x *FinalizeCacheEntryUploadResponse) Reset()
func (*FinalizeCacheEntryUploadResponse) SetEntryId ¶
func (x *FinalizeCacheEntryUploadResponse) SetEntryId(v int64)
func (*FinalizeCacheEntryUploadResponse) SetOk ¶
func (x *FinalizeCacheEntryUploadResponse) SetOk(v bool)
func (*FinalizeCacheEntryUploadResponse) String ¶
func (x *FinalizeCacheEntryUploadResponse) String() string
type FinalizeCacheEntryUploadResponse_builder ¶
type FinalizeCacheEntryUploadResponse_builder struct {
Ok bool
EntryId int64
// contains filtered or unexported fields
}
func (FinalizeCacheEntryUploadResponse_builder) Build ¶
func (b0 FinalizeCacheEntryUploadResponse_builder) Build() *FinalizeCacheEntryUploadResponse
type GetCacheEntryDownloadURLRequest ¶
type GetCacheEntryDownloadURLRequest struct {
Metadata *CacheMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
RestoreKeys []string `protobuf:"bytes,3,rep,name=restore_keys,json=restoreKeys,proto3" json:"restore_keys,omitempty"`
Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
// contains filtered or unexported fields
}
func (*GetCacheEntryDownloadURLRequest) ClearMetadata ¶
func (x *GetCacheEntryDownloadURLRequest) ClearMetadata()
func (*GetCacheEntryDownloadURLRequest) GetKey ¶
func (x *GetCacheEntryDownloadURLRequest) GetKey() string
func (*GetCacheEntryDownloadURLRequest) GetMetadata ¶
func (x *GetCacheEntryDownloadURLRequest) GetMetadata() *CacheMetadata
func (*GetCacheEntryDownloadURLRequest) GetRestoreKeys ¶
func (x *GetCacheEntryDownloadURLRequest) GetRestoreKeys() []string
func (*GetCacheEntryDownloadURLRequest) GetVersion ¶
func (x *GetCacheEntryDownloadURLRequest) GetVersion() string
func (*GetCacheEntryDownloadURLRequest) HasMetadata ¶
func (x *GetCacheEntryDownloadURLRequest) HasMetadata() bool
func (*GetCacheEntryDownloadURLRequest) ProtoMessage ¶
func (*GetCacheEntryDownloadURLRequest) ProtoMessage()
func (*GetCacheEntryDownloadURLRequest) ProtoReflect ¶
func (x *GetCacheEntryDownloadURLRequest) ProtoReflect() protoreflect.Message
func (*GetCacheEntryDownloadURLRequest) Reset ¶
func (x *GetCacheEntryDownloadURLRequest) Reset()
func (*GetCacheEntryDownloadURLRequest) SetKey ¶
func (x *GetCacheEntryDownloadURLRequest) SetKey(v string)
func (*GetCacheEntryDownloadURLRequest) SetMetadata ¶
func (x *GetCacheEntryDownloadURLRequest) SetMetadata(v *CacheMetadata)
func (*GetCacheEntryDownloadURLRequest) SetRestoreKeys ¶
func (x *GetCacheEntryDownloadURLRequest) SetRestoreKeys(v []string)
func (*GetCacheEntryDownloadURLRequest) SetVersion ¶
func (x *GetCacheEntryDownloadURLRequest) SetVersion(v string)
func (*GetCacheEntryDownloadURLRequest) String ¶
func (x *GetCacheEntryDownloadURLRequest) String() string
type GetCacheEntryDownloadURLRequest_builder ¶
type GetCacheEntryDownloadURLRequest_builder struct {
Metadata *CacheMetadata
Key string
RestoreKeys []string
Version string
// contains filtered or unexported fields
}
func (GetCacheEntryDownloadURLRequest_builder) Build ¶
func (b0 GetCacheEntryDownloadURLRequest_builder) Build() *GetCacheEntryDownloadURLRequest
type GetCacheEntryDownloadURLResponse ¶
type GetCacheEntryDownloadURLResponse struct {
Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
SignedDownloadUrl string `protobuf:"bytes,2,opt,name=signed_download_url,json=signedDownloadUrl,proto3" json:"signed_download_url,omitempty"`
MatchedKey string `protobuf:"bytes,3,opt,name=matched_key,json=matchedKey,proto3" json:"matched_key,omitempty"`
// contains filtered or unexported fields
}
func (*GetCacheEntryDownloadURLResponse) GetMatchedKey ¶
func (x *GetCacheEntryDownloadURLResponse) GetMatchedKey() string
func (*GetCacheEntryDownloadURLResponse) GetOk ¶
func (x *GetCacheEntryDownloadURLResponse) GetOk() bool
func (*GetCacheEntryDownloadURLResponse) GetSignedDownloadUrl ¶
func (x *GetCacheEntryDownloadURLResponse) GetSignedDownloadUrl() string
func (*GetCacheEntryDownloadURLResponse) ProtoMessage ¶
func (*GetCacheEntryDownloadURLResponse) ProtoMessage()
func (*GetCacheEntryDownloadURLResponse) ProtoReflect ¶
func (x *GetCacheEntryDownloadURLResponse) ProtoReflect() protoreflect.Message
func (*GetCacheEntryDownloadURLResponse) Reset ¶
func (x *GetCacheEntryDownloadURLResponse) Reset()
func (*GetCacheEntryDownloadURLResponse) SetMatchedKey ¶
func (x *GetCacheEntryDownloadURLResponse) SetMatchedKey(v string)
func (*GetCacheEntryDownloadURLResponse) SetOk ¶
func (x *GetCacheEntryDownloadURLResponse) SetOk(v bool)
func (*GetCacheEntryDownloadURLResponse) SetSignedDownloadUrl ¶
func (x *GetCacheEntryDownloadURLResponse) SetSignedDownloadUrl(v string)
func (*GetCacheEntryDownloadURLResponse) String ¶
func (x *GetCacheEntryDownloadURLResponse) String() string
type GetCacheEntryDownloadURLResponse_builder ¶
type GetCacheEntryDownloadURLResponse_builder struct {
Ok bool
SignedDownloadUrl string
MatchedKey string
// contains filtered or unexported fields
}
func (GetCacheEntryDownloadURLResponse_builder) Build ¶
func (b0 GetCacheEntryDownloadURLResponse_builder) Build() *GetCacheEntryDownloadURLResponse
Source Files
¶
- gharesults.pb.go
Click to show internal directories.
Click to hide internal directories.