bb_remote_asset

package
v0.0.0-...-4926e8e Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

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 (*ApplicationConfiguration) GetContentAddressableStorage

func (x *ApplicationConfiguration) GetContentAddressableStorage() *blobstore.BlobAccessConfiguration

func (*ApplicationConfiguration) GetFetchAuthorizer

func (x *ApplicationConfiguration) GetFetchAuthorizer() *auth.AuthorizerConfiguration

func (*ApplicationConfiguration) GetFetcher

func (*ApplicationConfiguration) GetGlobal

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 (*AssetCacheConfiguration) GetBackend

func (m *AssetCacheConfiguration) GetBackend() isAssetCacheConfiguration_Backend

func (*AssetCacheConfiguration) GetBlobAccess

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"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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