A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W  X 

A

acceptJsonFormatVisitor(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper,com.fasterxml.jackson.databind.JavaType) - function in com.fasterxml.jackson.databind.ser.std.StdSerializer
 
acquireLease(java.time.Duration,kotlin.Array) - function in xyz.block.ftl.LeaseClient
Acquire a lease for the given keys.
acquireLease(java.time.Duration,kotlin.Array) - function in xyz.block.ftl.runtime.FTLController
Acquire a lease for the given keys.
acquireLease(io.grpc.stub.StreamObserver) - function in xyz.block.ftl.v1.ModuleServiceGrpc.AsyncService
Acquire (and renew) a lease for a deployment.
Returns ResourceExhausted if the lease is held.
acquireLease(io.grpc.stub.StreamObserver) - function in xyz.block.ftl.v1.ModuleServiceGrpc.AsyncService
Acquire (and renew) a lease for a deployment.
Returns ResourceExhausted if the lease is held.
acquireLease(io.grpc.stub.StreamObserver) - function in xyz.block.ftl.v1.ModuleServiceGrpc.ModuleServiceStub
Acquire (and renew) a lease for a deployment.
Returns ResourceExhausted if the lease is held.
AcquireLeaseRequest - class in xyz.block.ftl.v1
Protobuf type xyz.block.ftl.v1.AcquireLeaseRequest
AcquireLeaseRequest.Builder - class in xyz.block.ftl.v1.AcquireLeaseRequest
Protobuf type xyz.block.ftl.v1.AcquireLeaseRequest
AcquireLeaseRequestOrBuilder - class in xyz.block.ftl.v1
 
AcquireLeaseResponse - class in xyz.block.ftl.v1
Protobuf type xyz.block.ftl.v1.AcquireLeaseResponse
AcquireLeaseResponse.Builder - class in xyz.block.ftl.v1.AcquireLeaseResponse
Protobuf type xyz.block.ftl.v1.AcquireLeaseResponse
AcquireLeaseResponseOrBuilder - class in xyz.block.ftl.v1
 
addAllBuildEnv(java.lang.Iterable) - function in xyz.block.ftl.v1.language.BuildContext.Builder
Build environment provides environment variables to be set for the build command
repeated string build_env = 5;
addAllCalls(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.MetadataCalls.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addAllCalls(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.MetadataDatabases.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addAllComments(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Config.Builder
repeated string comments = 2;
addAllComments(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated string comments = 2;
addAllComments(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Database.Builder
repeated string comments = 2;
addAllComments(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Enum.Builder
repeated string comments = 2;
addAllComments(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.EnumVariant.Builder
repeated string comments = 2;
addAllComments(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Field.Builder
repeated string comments = 3;
addAllComments(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Module.Builder
repeated string comments = 2;
addAllComments(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Secret.Builder
repeated string comments = 2;
addAllComments(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Subscription.Builder
repeated string comments = 2;
addAllComments(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Topic.Builder
repeated string comments = 2;
addAllComments(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.TypeAlias.Builder
repeated string comments = 2;
addAllComments(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Verb.Builder
repeated string comments = 2;
addAllConfig(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.MetadataConfig.Builder
repeated .xyz.block.ftl.v1.schema.Ref config = 2;
addAllDatabases(java.lang.Iterable) - function in xyz.block.ftl.v1.ModuleContextResponse.Builder
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
addAllDecls(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Module.Builder
repeated .xyz.block.ftl.v1.schema.Decl decls = 5;
addAllDependencies(java.lang.Iterable) - function in xyz.block.ftl.v1.language.BuildContext.Builder
The dependencies for the module
repeated string dependencies = 4;
addAllDeploy(java.lang.Iterable) - function in xyz.block.ftl.v1.language.BuildSuccess.Builder
Paths for files/directories to be deployed
repeated string deploy = 4;
addAllErrors(java.lang.Iterable) - function in xyz.block.ftl.v1.language.ErrorList.Builder
repeated .xyz.block.ftl.v1.language.Error errors = 1;
addAllFields(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Field fields = 6;
addAllFlags(java.lang.Iterable) - function in xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Builder
repeated .xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Flag flags = 1;
addAllKey(java.lang.Iterable) - function in xyz.block.ftl.v1.AcquireLeaseRequest.Builder
repeated string key = 2;
addAllMetadata(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addAllMetadata(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Field.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;
addAllMetadata(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.TypeAlias.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;
addAllMetadata(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Verb.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addAllModules(java.lang.Iterable) - function in xyz.block.ftl.v1.language.DependenciesResponse.Builder
repeated string modules = 1;
addAllModules(java.lang.Iterable) - function in xyz.block.ftl.v1.language.SyncStubReferencesRequest.Builder
The names of all modules that have had stubs generated
repeated string modules = 3;
addAllModules(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Schema.Builder
repeated .xyz.block.ftl.v1.schema.Module modules = 2;
addAllPath(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.MetadataIngress.Builder
repeated .xyz.block.ftl.v1.schema.IngressPathComponent path = 4;
addAllSecrets(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.MetadataSecrets.Builder
repeated .xyz.block.ftl.v1.schema.Ref secrets = 2;
addAllTypeParameters(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.TypeParameter type_parameters = 5;
addAllTypeParameters(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Ref.Builder
repeated .xyz.block.ftl.v1.schema.Type type_parameters = 4;
addAllValues(java.lang.Iterable) - function in xyz.block.ftl.v1.Metadata.Builder
repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;
addAllVariants(java.lang.Iterable) - function in xyz.block.ftl.v1.schema.Enum.Builder
repeated .xyz.block.ftl.v1.schema.EnumVariant variants = 6;
addAllWatch(java.lang.Iterable) - function in xyz.block.ftl.v1.language.ModuleConfig.Builder
Patterns to watch for file changes
repeated string watch = 8;
addAllWatch(java.lang.Iterable) - function in xyz.block.ftl.v1.language.ModuleConfigDefaultsResponse.Builder
Default patterns to watch for file changes, relative to the module directory
repeated string watch = 5;
addBuildEnv(java.lang.String) - function in xyz.block.ftl.v1.language.BuildContext.Builder
Build environment provides environment variables to be set for the build command
repeated string build_env = 5;
addBuildEnvBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.language.BuildContext.Builder
Build environment provides environment variables to be set for the build command
repeated string build_env = 5;
addCalls(int,xyz.block.ftl.v1.schema.Ref) - function in xyz.block.ftl.v1.schema.MetadataCalls.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addCalls(int,xyz.block.ftl.v1.schema.Ref.Builder) - function in xyz.block.ftl.v1.schema.MetadataCalls.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addCalls(xyz.block.ftl.v1.schema.Ref) - function in xyz.block.ftl.v1.schema.MetadataCalls.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addCalls(xyz.block.ftl.v1.schema.Ref.Builder) - function in xyz.block.ftl.v1.schema.MetadataCalls.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addCalls(int,xyz.block.ftl.v1.schema.Ref) - function in xyz.block.ftl.v1.schema.MetadataDatabases.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addCalls(int,xyz.block.ftl.v1.schema.Ref.Builder) - function in xyz.block.ftl.v1.schema.MetadataDatabases.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addCalls(xyz.block.ftl.v1.schema.Ref) - function in xyz.block.ftl.v1.schema.MetadataDatabases.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addCalls(xyz.block.ftl.v1.schema.Ref.Builder) - function in xyz.block.ftl.v1.schema.MetadataDatabases.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addCallsBuilder() - function in xyz.block.ftl.v1.schema.MetadataCalls.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addCallsBuilder(int) - function in xyz.block.ftl.v1.schema.MetadataCalls.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addCallsBuilder() - function in xyz.block.ftl.v1.schema.MetadataDatabases.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addCallsBuilder(int) - function in xyz.block.ftl.v1.schema.MetadataDatabases.Builder
repeated .xyz.block.ftl.v1.schema.Ref calls = 2;
addComments(java.lang.String) - function in xyz.block.ftl.v1.schema.Config.Builder
repeated string comments = 2;
addComments(java.lang.String) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated string comments = 2;
addComments(java.lang.String) - function in xyz.block.ftl.v1.schema.Database.Builder
repeated string comments = 2;
addComments(java.lang.String) - function in xyz.block.ftl.v1.schema.Enum.Builder
repeated string comments = 2;
addComments(java.lang.String) - function in xyz.block.ftl.v1.schema.EnumVariant.Builder
repeated string comments = 2;
addComments(java.lang.String) - function in xyz.block.ftl.v1.schema.Field.Builder
repeated string comments = 3;
addComments(java.lang.String) - function in xyz.block.ftl.v1.schema.Module.Builder
repeated string comments = 2;
addComments(java.lang.String) - function in xyz.block.ftl.v1.schema.Secret.Builder
repeated string comments = 2;
addComments(java.lang.String) - function in xyz.block.ftl.v1.schema.Subscription.Builder
repeated string comments = 2;
addComments(java.lang.String) - function in xyz.block.ftl.v1.schema.Topic.Builder
repeated string comments = 2;
addComments(java.lang.String) - function in xyz.block.ftl.v1.schema.TypeAlias.Builder
repeated string comments = 2;
addComments(java.lang.String) - function in xyz.block.ftl.v1.schema.Verb.Builder
repeated string comments = 2;
addCommentsBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.schema.Config.Builder
repeated string comments = 2;
addCommentsBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated string comments = 2;
addCommentsBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.schema.Database.Builder
repeated string comments = 2;
addCommentsBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.schema.Enum.Builder
repeated string comments = 2;
addCommentsBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.schema.EnumVariant.Builder
repeated string comments = 2;
addCommentsBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.schema.Field.Builder
repeated string comments = 3;
addCommentsBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.schema.Module.Builder
repeated string comments = 2;
addCommentsBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.schema.Secret.Builder
repeated string comments = 2;
addCommentsBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.schema.Subscription.Builder
repeated string comments = 2;
addCommentsBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.schema.Topic.Builder
repeated string comments = 2;
addCommentsBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.schema.TypeAlias.Builder
repeated string comments = 2;
addCommentsBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.schema.Verb.Builder
repeated string comments = 2;
addConfig(int,xyz.block.ftl.v1.schema.Ref) - function in xyz.block.ftl.v1.schema.MetadataConfig.Builder
repeated .xyz.block.ftl.v1.schema.Ref config = 2;
addConfig(int,xyz.block.ftl.v1.schema.Ref.Builder) - function in xyz.block.ftl.v1.schema.MetadataConfig.Builder
repeated .xyz.block.ftl.v1.schema.Ref config = 2;
addConfig(xyz.block.ftl.v1.schema.Ref) - function in xyz.block.ftl.v1.schema.MetadataConfig.Builder
repeated .xyz.block.ftl.v1.schema.Ref config = 2;
addConfig(xyz.block.ftl.v1.schema.Ref.Builder) - function in xyz.block.ftl.v1.schema.MetadataConfig.Builder
repeated .xyz.block.ftl.v1.schema.Ref config = 2;
addConfigBuilder() - function in xyz.block.ftl.v1.schema.MetadataConfig.Builder
repeated .xyz.block.ftl.v1.schema.Ref config = 2;
addConfigBuilder(int) - function in xyz.block.ftl.v1.schema.MetadataConfig.Builder
repeated .xyz.block.ftl.v1.schema.Ref config = 2;
addDatabases(int,xyz.block.ftl.v1.ModuleContextResponse.DSN) - function in xyz.block.ftl.v1.ModuleContextResponse.Builder
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
addDatabases(int,xyz.block.ftl.v1.ModuleContextResponse.DSN.Builder) - function in xyz.block.ftl.v1.ModuleContextResponse.Builder
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
addDatabases(xyz.block.ftl.v1.ModuleContextResponse.DSN) - function in xyz.block.ftl.v1.ModuleContextResponse.Builder
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
addDatabases(xyz.block.ftl.v1.ModuleContextResponse.DSN.Builder) - function in xyz.block.ftl.v1.ModuleContextResponse.Builder
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
addDatabasesBuilder() - function in xyz.block.ftl.v1.ModuleContextResponse.Builder
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
addDatabasesBuilder(int) - function in xyz.block.ftl.v1.ModuleContextResponse.Builder
repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
addDecls(int,xyz.block.ftl.v1.schema.Decl) - function in xyz.block.ftl.v1.schema.Module.Builder
repeated .xyz.block.ftl.v1.schema.Decl decls = 5;
addDecls(int,xyz.block.ftl.v1.schema.Decl.Builder) - function in xyz.block.ftl.v1.schema.Module.Builder
repeated .xyz.block.ftl.v1.schema.Decl decls = 5;
addDecls(xyz.block.ftl.v1.schema.Decl) - function in xyz.block.ftl.v1.schema.Module.Builder
repeated .xyz.block.ftl.v1.schema.Decl decls = 5;
addDecls(xyz.block.ftl.v1.schema.Decl.Builder) - function in xyz.block.ftl.v1.schema.Module.Builder
repeated .xyz.block.ftl.v1.schema.Decl decls = 5;
addDeclsBuilder() - function in xyz.block.ftl.v1.schema.Module.Builder
repeated .xyz.block.ftl.v1.schema.Decl decls = 5;
addDeclsBuilder(int) - function in xyz.block.ftl.v1.schema.Module.Builder
repeated .xyz.block.ftl.v1.schema.Decl decls = 5;
addDependencies(java.lang.String) - function in xyz.block.ftl.v1.language.BuildContext.Builder
The dependencies for the module
repeated string dependencies = 4;
addDependenciesBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.language.BuildContext.Builder
The dependencies for the module
repeated string dependencies = 4;
addDeploy(java.lang.String) - function in xyz.block.ftl.v1.language.BuildSuccess.Builder
Paths for files/directories to be deployed
repeated string deploy = 4;
addDeployBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.language.BuildSuccess.Builder
Paths for files/directories to be deployed
repeated string deploy = 4;
addErrors(int,xyz.block.ftl.v1.language.Error) - function in xyz.block.ftl.v1.language.ErrorList.Builder
repeated .xyz.block.ftl.v1.language.Error errors = 1;
addErrors(int,xyz.block.ftl.v1.language.Error.Builder) - function in xyz.block.ftl.v1.language.ErrorList.Builder
repeated .xyz.block.ftl.v1.language.Error errors = 1;
addErrors(xyz.block.ftl.v1.language.Error) - function in xyz.block.ftl.v1.language.ErrorList.Builder
repeated .xyz.block.ftl.v1.language.Error errors = 1;
addErrors(xyz.block.ftl.v1.language.Error.Builder) - function in xyz.block.ftl.v1.language.ErrorList.Builder
repeated .xyz.block.ftl.v1.language.Error errors = 1;
addErrorsBuilder() - function in xyz.block.ftl.v1.language.ErrorList.Builder
repeated .xyz.block.ftl.v1.language.Error errors = 1;
addErrorsBuilder(int) - function in xyz.block.ftl.v1.language.ErrorList.Builder
repeated .xyz.block.ftl.v1.language.Error errors = 1;
addFields(int,xyz.block.ftl.v1.schema.Field) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Field fields = 6;
addFields(int,xyz.block.ftl.v1.schema.Field.Builder) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Field fields = 6;
addFields(xyz.block.ftl.v1.schema.Field) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Field fields = 6;
addFields(xyz.block.ftl.v1.schema.Field.Builder) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Field fields = 6;
addFieldsBuilder() - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Field fields = 6;
addFieldsBuilder(int) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Field fields = 6;
addFlags(int,xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Flag) - function in xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Builder
repeated .xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Flag flags = 1;
addFlags(int,xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Flag.Builder) - function in xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Builder
repeated .xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Flag flags = 1;
addFlags(xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Flag) - function in xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Builder
repeated .xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Flag flags = 1;
addFlags(xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Flag.Builder) - function in xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Builder
repeated .xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Flag flags = 1;
addFlagsBuilder() - function in xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Builder
repeated .xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Flag flags = 1;
addFlagsBuilder(int) - function in xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Builder
repeated .xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Flag flags = 1;
addKey(java.lang.String) - function in xyz.block.ftl.v1.AcquireLeaseRequest.Builder
repeated string key = 2;
addKeyBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.AcquireLeaseRequest.Builder
repeated string key = 2;
addMetadata(int,xyz.block.ftl.v1.schema.Metadata) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addMetadata(int,xyz.block.ftl.v1.schema.Metadata.Builder) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addMetadata(xyz.block.ftl.v1.schema.Metadata) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addMetadata(xyz.block.ftl.v1.schema.Metadata.Builder) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addMetadata(int,xyz.block.ftl.v1.schema.Metadata) - function in xyz.block.ftl.v1.schema.Field.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;
addMetadata(int,xyz.block.ftl.v1.schema.Metadata.Builder) - function in xyz.block.ftl.v1.schema.Field.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;
addMetadata(xyz.block.ftl.v1.schema.Metadata) - function in xyz.block.ftl.v1.schema.Field.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;
addMetadata(xyz.block.ftl.v1.schema.Metadata.Builder) - function in xyz.block.ftl.v1.schema.Field.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;
addMetadata(int,xyz.block.ftl.v1.schema.Metadata) - function in xyz.block.ftl.v1.schema.TypeAlias.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;
addMetadata(int,xyz.block.ftl.v1.schema.Metadata.Builder) - function in xyz.block.ftl.v1.schema.TypeAlias.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;
addMetadata(xyz.block.ftl.v1.schema.Metadata) - function in xyz.block.ftl.v1.schema.TypeAlias.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;
addMetadata(xyz.block.ftl.v1.schema.Metadata.Builder) - function in xyz.block.ftl.v1.schema.TypeAlias.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;
addMetadata(int,xyz.block.ftl.v1.schema.Metadata) - function in xyz.block.ftl.v1.schema.Verb.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addMetadata(int,xyz.block.ftl.v1.schema.Metadata.Builder) - function in xyz.block.ftl.v1.schema.Verb.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addMetadata(xyz.block.ftl.v1.schema.Metadata) - function in xyz.block.ftl.v1.schema.Verb.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addMetadata(xyz.block.ftl.v1.schema.Metadata.Builder) - function in xyz.block.ftl.v1.schema.Verb.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addMetadataBuilder() - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addMetadataBuilder(int) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addMetadataBuilder() - function in xyz.block.ftl.v1.schema.Field.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;
addMetadataBuilder(int) - function in xyz.block.ftl.v1.schema.Field.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;
addMetadataBuilder() - function in xyz.block.ftl.v1.schema.TypeAlias.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;
addMetadataBuilder(int) - function in xyz.block.ftl.v1.schema.TypeAlias.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 6;
addMetadataBuilder() - function in xyz.block.ftl.v1.schema.Verb.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addMetadataBuilder(int) - function in xyz.block.ftl.v1.schema.Verb.Builder
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 7;
addModules(java.lang.String) - function in xyz.block.ftl.v1.language.DependenciesResponse.Builder
repeated string modules = 1;
addModules(java.lang.String) - function in xyz.block.ftl.v1.language.SyncStubReferencesRequest.Builder
The names of all modules that have had stubs generated
repeated string modules = 3;
addModules(int,xyz.block.ftl.v1.schema.Module) - function in xyz.block.ftl.v1.schema.Schema.Builder
repeated .xyz.block.ftl.v1.schema.Module modules = 2;
addModules(int,xyz.block.ftl.v1.schema.Module.Builder) - function in xyz.block.ftl.v1.schema.Schema.Builder
repeated .xyz.block.ftl.v1.schema.Module modules = 2;
addModules(xyz.block.ftl.v1.schema.Module) - function in xyz.block.ftl.v1.schema.Schema.Builder
repeated .xyz.block.ftl.v1.schema.Module modules = 2;
addModules(xyz.block.ftl.v1.schema.Module.Builder) - function in xyz.block.ftl.v1.schema.Schema.Builder
repeated .xyz.block.ftl.v1.schema.Module modules = 2;
addModulesBuilder() - function in xyz.block.ftl.v1.schema.Schema.Builder
repeated .xyz.block.ftl.v1.schema.Module modules = 2;
addModulesBuilder(int) - function in xyz.block.ftl.v1.schema.Schema.Builder
repeated .xyz.block.ftl.v1.schema.Module modules = 2;
addModulesBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.language.DependenciesResponse.Builder
repeated string modules = 1;
addModulesBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.language.SyncStubReferencesRequest.Builder
The names of all modules that have had stubs generated
repeated string modules = 3;
addPath(int,xyz.block.ftl.v1.schema.IngressPathComponent) - function in xyz.block.ftl.v1.schema.MetadataIngress.Builder
repeated .xyz.block.ftl.v1.schema.IngressPathComponent path = 4;
addPath(int,xyz.block.ftl.v1.schema.IngressPathComponent.Builder) - function in xyz.block.ftl.v1.schema.MetadataIngress.Builder
repeated .xyz.block.ftl.v1.schema.IngressPathComponent path = 4;
addPath(xyz.block.ftl.v1.schema.IngressPathComponent) - function in xyz.block.ftl.v1.schema.MetadataIngress.Builder
repeated .xyz.block.ftl.v1.schema.IngressPathComponent path = 4;
addPath(xyz.block.ftl.v1.schema.IngressPathComponent.Builder) - function in xyz.block.ftl.v1.schema.MetadataIngress.Builder
repeated .xyz.block.ftl.v1.schema.IngressPathComponent path = 4;
addPathBuilder() - function in xyz.block.ftl.v1.schema.MetadataIngress.Builder
repeated .xyz.block.ftl.v1.schema.IngressPathComponent path = 4;
addPathBuilder(int) - function in xyz.block.ftl.v1.schema.MetadataIngress.Builder
repeated .xyz.block.ftl.v1.schema.IngressPathComponent path = 4;
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in com.google.protobuf.Message.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.AcquireLeaseRequest.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.AcquireLeaseResponse.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.CallRequest.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.CallResponse.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.CallResponse.Error.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.Metadata.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.Metadata.Pair.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.ModuleContextRequest.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.ModuleContextResponse.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.ModuleContextResponse.DSN.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.ModuleContextResponse.Ref.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.PingRequest.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.PingResponse.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.PublishEventRequest.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.PublishEventResponse.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.AutoRebuildStarted.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.BuildContext.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.BuildContextUpdatedRequest.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.BuildContextUpdatedResponse.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.BuildEvent.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.BuildFailure.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.BuildRequest.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.BuildSuccess.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.CreateModuleRequest.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.CreateModuleResponse.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.DependenciesRequest.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.DependenciesResponse.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.Error.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.ErrorList.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.GenerateStubsRequest.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.GenerateStubsResponse.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.GetCreateModuleFlagsRequest.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.GetCreateModuleFlagsResponse.Flag.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.ModuleConfig.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.ModuleConfigDefaultsRequest.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.ModuleConfigDefaultsResponse.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.Position.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.ProjectConfig.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.SyncStubReferencesRequest.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.language.SyncStubReferencesResponse.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Any.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Array.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Bool.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Bytes.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Config.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Data.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Database.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.DatabaseRuntime.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Decl.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Enum.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.EnumVariant.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Field.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Float.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.IngressPathComponent.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.IngressPathLiteral.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.IngressPathParameter.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Int.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.IntValue.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Map.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Metadata.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.MetadataAlias.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.MetadataCalls.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.MetadataConfig.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.MetadataCronJob.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.MetadataDatabases.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.MetadataEncoding.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.MetadataIngress.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.MetadataRetry.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.MetadataSecrets.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.MetadataSubscriber.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.MetadataTypeMap.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Module.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.ModuleRuntime.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Optional.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Position.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Ref.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Schema.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Secret.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.String.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.StringValue.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Subscription.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Time.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Topic.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Type.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.TypeAlias.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.TypeParameter.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.TypeValue.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Unit.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Value.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.Verb.Builder
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor,Object) - function in xyz.block.ftl.v1.schema.VerbRuntime.Builder
 
addSecrets(int,xyz.block.ftl.v1.schema.Ref) - function in xyz.block.ftl.v1.schema.MetadataSecrets.Builder
repeated .xyz.block.ftl.v1.schema.Ref secrets = 2;
addSecrets(int,xyz.block.ftl.v1.schema.Ref.Builder) - function in xyz.block.ftl.v1.schema.MetadataSecrets.Builder
repeated .xyz.block.ftl.v1.schema.Ref secrets = 2;
addSecrets(xyz.block.ftl.v1.schema.Ref) - function in xyz.block.ftl.v1.schema.MetadataSecrets.Builder
repeated .xyz.block.ftl.v1.schema.Ref secrets = 2;
addSecrets(xyz.block.ftl.v1.schema.Ref.Builder) - function in xyz.block.ftl.v1.schema.MetadataSecrets.Builder
repeated .xyz.block.ftl.v1.schema.Ref secrets = 2;
addSecretsBuilder() - function in xyz.block.ftl.v1.schema.MetadataSecrets.Builder
repeated .xyz.block.ftl.v1.schema.Ref secrets = 2;
addSecretsBuilder(int) - function in xyz.block.ftl.v1.schema.MetadataSecrets.Builder
repeated .xyz.block.ftl.v1.schema.Ref secrets = 2;
addSuppressed(java.lang.Throwable) - function in java.lang.Throwable
 
addTypeParameters(int,xyz.block.ftl.v1.schema.TypeParameter) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.TypeParameter type_parameters = 5;
addTypeParameters(int,xyz.block.ftl.v1.schema.TypeParameter.Builder) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.TypeParameter type_parameters = 5;
addTypeParameters(xyz.block.ftl.v1.schema.TypeParameter) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.TypeParameter type_parameters = 5;
addTypeParameters(xyz.block.ftl.v1.schema.TypeParameter.Builder) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.TypeParameter type_parameters = 5;
addTypeParameters(int,xyz.block.ftl.v1.schema.Type) - function in xyz.block.ftl.v1.schema.Ref.Builder
repeated .xyz.block.ftl.v1.schema.Type type_parameters = 4;
addTypeParameters(int,xyz.block.ftl.v1.schema.Type.Builder) - function in xyz.block.ftl.v1.schema.Ref.Builder
repeated .xyz.block.ftl.v1.schema.Type type_parameters = 4;
addTypeParameters(xyz.block.ftl.v1.schema.Type) - function in xyz.block.ftl.v1.schema.Ref.Builder
repeated .xyz.block.ftl.v1.schema.Type type_parameters = 4;
addTypeParameters(xyz.block.ftl.v1.schema.Type.Builder) - function in xyz.block.ftl.v1.schema.Ref.Builder
repeated .xyz.block.ftl.v1.schema.Type type_parameters = 4;
addTypeParametersBuilder() - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.TypeParameter type_parameters = 5;
addTypeParametersBuilder(int) - function in xyz.block.ftl.v1.schema.Data.Builder
repeated .xyz.block.ftl.v1.schema.TypeParameter type_parameters = 5;
addTypeParametersBuilder() - function in xyz.block.ftl.v1.schema.Ref.Builder
repeated .xyz.block.ftl.v1.schema.Type type_parameters = 4;
addTypeParametersBuilder(int) - function in xyz.block.ftl.v1.schema.Ref.Builder
repeated .xyz.block.ftl.v1.schema.Type type_parameters = 4;
addValues(int,xyz.block.ftl.v1.Metadata.Pair) - function in xyz.block.ftl.v1.Metadata.Builder
repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;
addValues(int,xyz.block.ftl.v1.Metadata.Pair.Builder) - function in xyz.block.ftl.v1.Metadata.Builder
repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;
addValues(xyz.block.ftl.v1.Metadata.Pair) - function in xyz.block.ftl.v1.Metadata.Builder
repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;
addValues(xyz.block.ftl.v1.Metadata.Pair.Builder) - function in xyz.block.ftl.v1.Metadata.Builder
repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;
addValuesBuilder() - function in xyz.block.ftl.v1.Metadata.Builder
repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;
addValuesBuilder(int) - function in xyz.block.ftl.v1.Metadata.Builder
repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;
addVariants(int,xyz.block.ftl.v1.schema.EnumVariant) - function in xyz.block.ftl.v1.schema.Enum.Builder
repeated .xyz.block.ftl.v1.schema.EnumVariant variants = 6;
addVariants(int,xyz.block.ftl.v1.schema.EnumVariant.Builder) - function in xyz.block.ftl.v1.schema.Enum.Builder
repeated .xyz.block.ftl.v1.schema.EnumVariant variants = 6;
addVariants(xyz.block.ftl.v1.schema.EnumVariant) - function in xyz.block.ftl.v1.schema.Enum.Builder
repeated .xyz.block.ftl.v1.schema.EnumVariant variants = 6;
addVariants(xyz.block.ftl.v1.schema.EnumVariant.Builder) - function in xyz.block.ftl.v1.schema.Enum.Builder
repeated .xyz.block.ftl.v1.schema.EnumVariant variants = 6;
addVariantsBuilder() - function in xyz.block.ftl.v1.schema.Enum.Builder
repeated .xyz.block.ftl.v1.schema.EnumVariant variants = 6;
addVariantsBuilder(int) - function in xyz.block.ftl.v1.schema.Enum.Builder
repeated .xyz.block.ftl.v1.schema.EnumVariant variants = 6;
addWatch(java.lang.String) - function in xyz.block.ftl.v1.language.ModuleConfig.Builder
Patterns to watch for file changes
repeated string watch = 8;
addWatch(java.lang.String) - function in xyz.block.ftl.v1.language.ModuleConfigDefaultsResponse.Builder
Default patterns to watch for file changes, relative to the module directory
repeated string watch = 5;
addWatchBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.language.ModuleConfig.Builder
Patterns to watch for file changes
repeated string watch = 8;
addWatchBytes(com.google.protobuf.ByteString) - function in xyz.block.ftl.v1.language.ModuleConfigDefaultsResponse.Builder
Default patterns to watch for file changes, relative to the module directory
repeated string watch = 5;
ALIAS - enum entry in xyz.block.ftl.v1.schema.Metadata.ValueCase
 
ALIAS_KIND_JSON - enum entry in xyz.block.ftl.v1.schema.AliasKind

ALIAS_KIND_JSON = 0;

AliasKind - class in xyz.block.ftl.v1.schema
Protobuf enum xyz.block.ftl.v1.schema.AliasKind
andThen(java.util.function.Function) - function in java.util.function.BiFunction
 
AnnotationProcessor - class in xyz.block.ftl.runtime.processor
POC annotation processor for capturing JavaDoc, this needs a lot more work.
annotationType() - function in java.lang.annotation.Annotation
 
Any - class in xyz.block.ftl.v1.schema
Protobuf type xyz.block.ftl.v1.schema.Any
ANY - enum entry in xyz.block.ftl.v1.schema.Type.ValueCase
 
Any.Builder - class in xyz.block.ftl.v1.schema.Any
Protobuf type xyz.block.ftl.v1.schema.Any
AnyOrBuilder - class in xyz.block.ftl.v1.schema
 
apply(com.fasterxml.jackson.databind.ObjectMapper,xyz.block.ftl.v1.CallRequest) - function in xyz.block.ftl.runtime.VerbRegistry.BodySupplier
 
apply(com.fasterxml.jackson.databind.ObjectMapper,xyz.block.ftl.v1.CallRequest) - function in xyz.block.ftl.runtime.VerbRegistry.ConfigSupplier
 
apply(com.fasterxml.jackson.databind.ObjectMapper,xyz.block.ftl.v1.CallRequest) - function in xyz.block.ftl.runtime.VerbRegistry.SecretSupplier
 
Array - class in xyz.block.ftl.v1.schema
Protobuf type xyz.block.ftl.v1.schema.Array
ARRAY - enum entry in xyz.block.ftl.v1.schema.Type.ValueCase
 
Array.Builder - class in xyz.block.ftl.v1.schema.Array
Protobuf type xyz.block.ftl.v1.schema.Array
ArrayOrBuilder - class in xyz.block.ftl.v1.schema
 
AUTO_REBUILD_STARTED - enum entry in xyz.block.ftl.v1.language.BuildEvent.EventCase
 
AutoRebuildStarted - class in xyz.block.ftl.v1.language
AutoRebuildStarted should be sent when the plugin decides to start rebuilding automatically.

It is not required to send this event, though it helps inform the user that their changes are not yet built.
FTL may ignore this event if it does not match FTL's current build context and state.
If the plugin decides to cancel the build because another build started, no failure or cancellation event needs
to be sent.
Protobuf type xyz.block.ftl.v1.language.AutoRebuildStarted
AutoRebuildStarted.Builder - class in xyz.block.ftl.v1.language.AutoRebuildStarted
AutoRebuildStarted should be sent when the plugin decides to start rebuilding automatically.

It is not required to send this event, though it helps inform the user that their changes are not yet built.
FTL may ignore this event if it does not match FTL's current build context and state.
If the plugin decides to cancel the build because another build started, no failure or cancellation event needs
to be sent.
Protobuf type xyz.block.ftl.v1.language.AutoRebuildStarted
AutoRebuildStartedOrBuilder - class in xyz.block.ftl.v1.language
 
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W  X