public static final class VerifyRuleTextResponse.Builder extends GeneratedMessage.Builder<VerifyRuleTextResponse.Builder> implements VerifyRuleTextResponseOrBuilder
Response message for VerifyRuleText method.
Protobuf type google.cloud.chronicle.v1.VerifyRuleTextResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllCompilationDiagnostics(Iterable<? extends CompilationDiagnostic> values)
public VerifyRuleTextResponse.Builder addAllCompilationDiagnostics(Iterable<? extends CompilationDiagnostic> values)
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.chronicle.v1.CompilationDiagnostic>
|
addCompilationDiagnostics(CompilationDiagnostic value)
public VerifyRuleTextResponse.Builder addCompilationDiagnostics(CompilationDiagnostic value)
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
addCompilationDiagnostics(CompilationDiagnostic.Builder builderForValue)
public VerifyRuleTextResponse.Builder addCompilationDiagnostics(CompilationDiagnostic.Builder builderForValue)
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
addCompilationDiagnostics(int index, CompilationDiagnostic value)
public VerifyRuleTextResponse.Builder addCompilationDiagnostics(int index, CompilationDiagnostic value)
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
addCompilationDiagnostics(int index, CompilationDiagnostic.Builder builderForValue)
public VerifyRuleTextResponse.Builder addCompilationDiagnostics(int index, CompilationDiagnostic.Builder builderForValue)
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
addCompilationDiagnosticsBuilder()
public CompilationDiagnostic.Builder addCompilationDiagnosticsBuilder()
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
addCompilationDiagnosticsBuilder(int index)
public CompilationDiagnostic.Builder addCompilationDiagnosticsBuilder(int index)
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
| Parameter |
| Name |
Description |
index |
int
|
build()
public VerifyRuleTextResponse build()
buildPartial()
public VerifyRuleTextResponse buildPartial()
clear()
public VerifyRuleTextResponse.Builder clear()
Overrides
clearCompilationDiagnostics()
public VerifyRuleTextResponse.Builder clearCompilationDiagnostics()
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
clearSuccess()
public VerifyRuleTextResponse.Builder clearSuccess()
Whether or not the rule text was successfully verified.
bool success = 1;
getCompilationDiagnostics(int index)
public CompilationDiagnostic getCompilationDiagnostics(int index)
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
| Parameter |
| Name |
Description |
index |
int
|
getCompilationDiagnosticsBuilder(int index)
public CompilationDiagnostic.Builder getCompilationDiagnosticsBuilder(int index)
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
| Parameter |
| Name |
Description |
index |
int
|
getCompilationDiagnosticsBuilderList()
public List<CompilationDiagnostic.Builder> getCompilationDiagnosticsBuilderList()
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
getCompilationDiagnosticsCount()
public int getCompilationDiagnosticsCount()
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
| Returns |
| Type |
Description |
int |
|
getCompilationDiagnosticsList()
public List<CompilationDiagnostic> getCompilationDiagnosticsList()
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
getCompilationDiagnosticsOrBuilder(int index)
public CompilationDiagnosticOrBuilder getCompilationDiagnosticsOrBuilder(int index)
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
| Parameter |
| Name |
Description |
index |
int
|
getCompilationDiagnosticsOrBuilderList()
public List<? extends CompilationDiagnosticOrBuilder> getCompilationDiagnosticsOrBuilderList()
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.chronicle.v1.CompilationDiagnosticOrBuilder> |
|
getDefaultInstanceForType()
public VerifyRuleTextResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSuccess()
public boolean getSuccess()
Whether or not the rule text was successfully verified.
bool success = 1;
| Returns |
| Type |
Description |
boolean |
The success.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(VerifyRuleTextResponse other)
public VerifyRuleTextResponse.Builder mergeFrom(VerifyRuleTextResponse other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VerifyRuleTextResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public VerifyRuleTextResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeCompilationDiagnostics(int index)
public VerifyRuleTextResponse.Builder removeCompilationDiagnostics(int index)
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
| Parameter |
| Name |
Description |
index |
int
|
setCompilationDiagnostics(int index, CompilationDiagnostic value)
public VerifyRuleTextResponse.Builder setCompilationDiagnostics(int index, CompilationDiagnostic value)
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
setCompilationDiagnostics(int index, CompilationDiagnostic.Builder builderForValue)
public VerifyRuleTextResponse.Builder setCompilationDiagnostics(int index, CompilationDiagnostic.Builder builderForValue)
A list of a rule's corresponding compilation diagnostic messages
such as compilation errors and compilation warnings.
repeated .google.cloud.chronicle.v1.CompilationDiagnostic compilation_diagnostics = 3;
setSuccess(boolean value)
public VerifyRuleTextResponse.Builder setSuccess(boolean value)
Whether or not the rule text was successfully verified.
bool success = 1;
| Parameter |
| Name |
Description |
value |
boolean
The success to set.
|