Uses of Class
com.google.devtools.build.lib.runtime.proto.InvocationPolicyOuterClass.FlagPolicy.Builder
Packages that use InvocationPolicyOuterClass.FlagPolicy.Builder
-
Uses of InvocationPolicyOuterClass.FlagPolicy.Builder in com.google.devtools.build.lib.runtime.proto
Methods in com.google.devtools.build.lib.runtime.proto that return InvocationPolicyOuterClass.FlagPolicy.BuilderModifier and TypeMethodDescriptionInvocationPolicyOuterClass.FlagPolicy.Builder.addAllCommands(Iterable<String> values) If set, this flag policy is applied only if one of the given commands or a command that inherits from one of the given commands is being run.InvocationPolicyOuterClass.FlagPolicy.Builder.addCommands(String value) If set, this flag policy is applied only if one of the given commands or a command that inherits from one of the given commands is being run.InvocationPolicyOuterClass.FlagPolicy.Builder.addCommandsBytes(com.google.protobuf.ByteString value) If set, this flag policy is applied only if one of the given commands or a command that inherits from one of the given commands is being run.InvocationPolicyOuterClass.InvocationPolicy.Builder.addFlagPoliciesBuilder()Order matters.InvocationPolicyOuterClass.InvocationPolicy.Builder.addFlagPoliciesBuilder(int index) Order matters.InvocationPolicyOuterClass.FlagPolicy.Builder.clear()InvocationPolicyOuterClass.FlagPolicy.Builder.clearAllowValues().blaze.invocation_policy.AllowValues allow_values = 6;InvocationPolicyOuterClass.FlagPolicy.Builder.clearCommands()If set, this flag policy is applied only if one of the given commands or a command that inherits from one of the given commands is being run.InvocationPolicyOuterClass.FlagPolicy.Builder.clearDisallowValues().blaze.invocation_policy.DisallowValues disallow_values = 5;InvocationPolicyOuterClass.FlagPolicy.Builder.clearFlagName()The name of the flag to enforce this policy on.InvocationPolicyOuterClass.FlagPolicy.Builder.clearOperation()InvocationPolicyOuterClass.FlagPolicy.Builder.clearSetValue().blaze.invocation_policy.SetValue set_value = 3;InvocationPolicyOuterClass.FlagPolicy.Builder.clearUseDefault().blaze.invocation_policy.UseDefault use_default = 4;InvocationPolicyOuterClass.InvocationPolicy.Builder.getFlagPoliciesBuilder(int index) Order matters.InvocationPolicyOuterClass.FlagPolicy.Builder.mergeAllowValues(InvocationPolicyOuterClass.AllowValues value) .blaze.invocation_policy.AllowValues allow_values = 6;InvocationPolicyOuterClass.FlagPolicy.Builder.mergeDisallowValues(InvocationPolicyOuterClass.DisallowValues value) .blaze.invocation_policy.DisallowValues disallow_values = 5;InvocationPolicyOuterClass.FlagPolicy.Builder.mergeFrom(InvocationPolicyOuterClass.FlagPolicy other) InvocationPolicyOuterClass.FlagPolicy.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) InvocationPolicyOuterClass.FlagPolicy.Builder.mergeFrom(com.google.protobuf.Message other) InvocationPolicyOuterClass.FlagPolicy.Builder.mergeSetValue(InvocationPolicyOuterClass.SetValue value) .blaze.invocation_policy.SetValue set_value = 3;InvocationPolicyOuterClass.FlagPolicy.Builder.mergeUseDefault(InvocationPolicyOuterClass.UseDefault value) .blaze.invocation_policy.UseDefault use_default = 4;InvocationPolicyOuterClass.FlagPolicy.newBuilder()InvocationPolicyOuterClass.FlagPolicy.newBuilder(InvocationPolicyOuterClass.FlagPolicy prototype) InvocationPolicyOuterClass.FlagPolicy.newBuilderForType()InvocationPolicyOuterClass.FlagPolicy.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) InvocationPolicyOuterClass.FlagPolicy.Builder.setAllowValues(InvocationPolicyOuterClass.AllowValues value) .blaze.invocation_policy.AllowValues allow_values = 6;InvocationPolicyOuterClass.FlagPolicy.Builder.setAllowValues(InvocationPolicyOuterClass.AllowValues.Builder builderForValue) .blaze.invocation_policy.AllowValues allow_values = 6;InvocationPolicyOuterClass.FlagPolicy.Builder.setCommands(int index, String value) If set, this flag policy is applied only if one of the given commands or a command that inherits from one of the given commands is being run.InvocationPolicyOuterClass.FlagPolicy.Builder.setDisallowValues(InvocationPolicyOuterClass.DisallowValues value) .blaze.invocation_policy.DisallowValues disallow_values = 5;InvocationPolicyOuterClass.FlagPolicy.Builder.setDisallowValues(InvocationPolicyOuterClass.DisallowValues.Builder builderForValue) .blaze.invocation_policy.DisallowValues disallow_values = 5;InvocationPolicyOuterClass.FlagPolicy.Builder.setFlagName(String value) The name of the flag to enforce this policy on.InvocationPolicyOuterClass.FlagPolicy.Builder.setFlagNameBytes(com.google.protobuf.ByteString value) The name of the flag to enforce this policy on.InvocationPolicyOuterClass.FlagPolicy.Builder.setSetValue(InvocationPolicyOuterClass.SetValue value) .blaze.invocation_policy.SetValue set_value = 3;InvocationPolicyOuterClass.FlagPolicy.Builder.setSetValue(InvocationPolicyOuterClass.SetValue.Builder builderForValue) .blaze.invocation_policy.SetValue set_value = 3;InvocationPolicyOuterClass.FlagPolicy.Builder.setUseDefault(InvocationPolicyOuterClass.UseDefault value) .blaze.invocation_policy.UseDefault use_default = 4;InvocationPolicyOuterClass.FlagPolicy.Builder.setUseDefault(InvocationPolicyOuterClass.UseDefault.Builder builderForValue) .blaze.invocation_policy.UseDefault use_default = 4;InvocationPolicyOuterClass.FlagPolicy.toBuilder()Methods in com.google.devtools.build.lib.runtime.proto that return types with arguments of type InvocationPolicyOuterClass.FlagPolicy.BuilderModifier and TypeMethodDescriptionInvocationPolicyOuterClass.InvocationPolicy.Builder.getFlagPoliciesBuilderList()Order matters.Methods in com.google.devtools.build.lib.runtime.proto with parameters of type InvocationPolicyOuterClass.FlagPolicy.BuilderModifier and TypeMethodDescriptionInvocationPolicyOuterClass.InvocationPolicy.Builder.addFlagPolicies(int index, InvocationPolicyOuterClass.FlagPolicy.Builder builderForValue) Order matters.InvocationPolicyOuterClass.InvocationPolicy.Builder.addFlagPolicies(InvocationPolicyOuterClass.FlagPolicy.Builder builderForValue) Order matters.InvocationPolicyOuterClass.InvocationPolicy.Builder.setFlagPolicies(int index, InvocationPolicyOuterClass.FlagPolicy.Builder builderForValue) Order matters.