Documentation ¶
Index ¶
- Variables
- type ApplicationConfiguration
- func (*ApplicationConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *ApplicationConfiguration) GetAllowUpdatesForInstances() []string
- func (x *ApplicationConfiguration) GetAssetCache() *AssetCacheConfiguration
- func (x *ApplicationConfiguration) GetContentAddressableStorage() *blobstore.BlobAccessConfiguration
- func (x *ApplicationConfiguration) GetFetchAuthorizer() *auth.AuthorizerConfiguration
- func (x *ApplicationConfiguration) GetFetcher() *fetch.FetcherConfiguration
- func (x *ApplicationConfiguration) GetGlobal() *global.Configuration
- func (x *ApplicationConfiguration) GetGrpcServers() []*grpc.ServerConfiguration
- func (x *ApplicationConfiguration) GetMaximumMessageSizeBytes() int64
- func (x *ApplicationConfiguration) GetPushAuthorizer() *auth.AuthorizerConfiguration
- func (*ApplicationConfiguration) ProtoMessage()
- func (x *ApplicationConfiguration) ProtoReflect() protoreflect.Message
- func (x *ApplicationConfiguration) Reset()
- func (x *ApplicationConfiguration) String() string
- type AssetCacheConfiguration
- func (*AssetCacheConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *AssetCacheConfiguration) GetActionCache() *blobstore.BlobAccessConfiguration
- func (m *AssetCacheConfiguration) GetBackend() isAssetCacheConfiguration_Backend
- func (x *AssetCacheConfiguration) GetBlobAccess() *blobstore.BlobAccessConfiguration
- func (*AssetCacheConfiguration) ProtoMessage()
- func (x *AssetCacheConfiguration) ProtoReflect() protoreflect.Message
- func (x *AssetCacheConfiguration) Reset()
- func (x *AssetCacheConfiguration) String() string
- type AssetCacheConfiguration_ActionCache
- type AssetCacheConfiguration_BlobAccess
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_proto_configuration_bb_remote_asset_bb_remote_asset_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ApplicationConfiguration ¶
type ApplicationConfiguration struct { GrpcServers []*grpc.ServerConfiguration `protobuf:"bytes,3,rep,name=grpc_servers,json=grpcServers,proto3" json:"grpc_servers,omitempty"` ContentAddressableStorage *blobstore.BlobAccessConfiguration `` /* 138-byte string literal not displayed */ MaximumMessageSizeBytes int64 `` /* 135-byte string literal not displayed */ Global *global.Configuration `protobuf:"bytes,6,opt,name=global,proto3" json:"global,omitempty"` AllowUpdatesForInstances []string `` /* 137-byte string literal not displayed */ Fetcher *fetch.FetcherConfiguration `protobuf:"bytes,8,opt,name=fetcher,proto3" json:"fetcher,omitempty"` AssetCache *AssetCacheConfiguration `protobuf:"bytes,9,opt,name=asset_cache,json=assetCache,proto3" json:"asset_cache,omitempty"` FetchAuthorizer *auth.AuthorizerConfiguration `protobuf:"bytes,10,opt,name=fetch_authorizer,json=fetchAuthorizer,proto3" json:"fetch_authorizer,omitempty"` PushAuthorizer *auth.AuthorizerConfiguration `protobuf:"bytes,11,opt,name=push_authorizer,json=pushAuthorizer,proto3" json:"push_authorizer,omitempty"` // contains filtered or unexported fields }
func (*ApplicationConfiguration) Descriptor
deprecated
func (*ApplicationConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use ApplicationConfiguration.ProtoReflect.Descriptor instead.
func (*ApplicationConfiguration) GetAllowUpdatesForInstances ¶
func (x *ApplicationConfiguration) GetAllowUpdatesForInstances() []string
func (*ApplicationConfiguration) GetAssetCache ¶
func (x *ApplicationConfiguration) GetAssetCache() *AssetCacheConfiguration
func (*ApplicationConfiguration) GetContentAddressableStorage ¶
func (x *ApplicationConfiguration) GetContentAddressableStorage() *blobstore.BlobAccessConfiguration
func (*ApplicationConfiguration) GetFetchAuthorizer ¶
func (x *ApplicationConfiguration) GetFetchAuthorizer() *auth.AuthorizerConfiguration
func (*ApplicationConfiguration) GetFetcher ¶
func (x *ApplicationConfiguration) GetFetcher() *fetch.FetcherConfiguration
func (*ApplicationConfiguration) GetGlobal ¶
func (x *ApplicationConfiguration) GetGlobal() *global.Configuration
func (*ApplicationConfiguration) GetGrpcServers ¶
func (x *ApplicationConfiguration) GetGrpcServers() []*grpc.ServerConfiguration
func (*ApplicationConfiguration) GetMaximumMessageSizeBytes ¶
func (x *ApplicationConfiguration) GetMaximumMessageSizeBytes() int64
func (*ApplicationConfiguration) GetPushAuthorizer ¶
func (x *ApplicationConfiguration) GetPushAuthorizer() *auth.AuthorizerConfiguration
func (*ApplicationConfiguration) ProtoMessage ¶
func (*ApplicationConfiguration) ProtoMessage()
func (*ApplicationConfiguration) ProtoReflect ¶
func (x *ApplicationConfiguration) ProtoReflect() protoreflect.Message
func (*ApplicationConfiguration) Reset ¶
func (x *ApplicationConfiguration) Reset()
func (*ApplicationConfiguration) String ¶
func (x *ApplicationConfiguration) String() string
type AssetCacheConfiguration ¶
type AssetCacheConfiguration struct { // Types that are assignable to Backend: // // *AssetCacheConfiguration_BlobAccess // *AssetCacheConfiguration_ActionCache Backend isAssetCacheConfiguration_Backend `protobuf_oneof:"backend"` // contains filtered or unexported fields }
func (*AssetCacheConfiguration) Descriptor
deprecated
func (*AssetCacheConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use AssetCacheConfiguration.ProtoReflect.Descriptor instead.
func (*AssetCacheConfiguration) GetActionCache ¶
func (x *AssetCacheConfiguration) GetActionCache() *blobstore.BlobAccessConfiguration
func (*AssetCacheConfiguration) GetBackend ¶
func (m *AssetCacheConfiguration) GetBackend() isAssetCacheConfiguration_Backend
func (*AssetCacheConfiguration) GetBlobAccess ¶
func (x *AssetCacheConfiguration) GetBlobAccess() *blobstore.BlobAccessConfiguration
func (*AssetCacheConfiguration) ProtoMessage ¶
func (*AssetCacheConfiguration) ProtoMessage()
func (*AssetCacheConfiguration) ProtoReflect ¶
func (x *AssetCacheConfiguration) ProtoReflect() protoreflect.Message
func (*AssetCacheConfiguration) Reset ¶
func (x *AssetCacheConfiguration) Reset()
func (*AssetCacheConfiguration) String ¶
func (x *AssetCacheConfiguration) String() string
type AssetCacheConfiguration_ActionCache ¶
type AssetCacheConfiguration_ActionCache struct {
ActionCache *blobstore.BlobAccessConfiguration `protobuf:"bytes,2,opt,name=action_cache,json=actionCache,proto3,oneof"`
}
type AssetCacheConfiguration_BlobAccess ¶
type AssetCacheConfiguration_BlobAccess struct {
BlobAccess *blobstore.BlobAccessConfiguration `protobuf:"bytes,1,opt,name=blob_access,json=blobAccess,proto3,oneof"`
}
Click to show internal directories.
Click to hide internal directories.