- 1.52.0 (latest)
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.1.10
public static final class SourceLocation.Builder extends GeneratedMessageV3.Builder<SourceLocation.Builder> implements SourceLocationOrBuilder
Represents a location in the source code.
Protobuf type google.devtools.clouddebugger.v2.SourceLocation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SourceLocation.BuilderImplements
SourceLocationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SourceLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
build()
public SourceLocation build()
Returns | |
---|---|
Type | Description |
SourceLocation |
buildPartial()
public SourceLocation buildPartial()
Returns | |
---|---|
Type | Description |
SourceLocation |
clear()
public SourceLocation.Builder clear()
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
clearColumn()
public SourceLocation.Builder clearColumn()
Column within a line. The first column in a line as the value 1
.
Agents that do not support setting breakpoints on specific columns ignore
this field.
int32 column = 3;
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public SourceLocation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
clearLine()
public SourceLocation.Builder clearLine()
Line inside the file. The first line in the file has the value 1
.
int32 line = 2;
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SourceLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
clearPath()
public SourceLocation.Builder clearPath()
Path to the source file within the source context of the target binary.
string path = 1;
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
This builder for chaining. |
clone()
public SourceLocation.Builder clone()
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
getColumn()
public int getColumn()
Column within a line. The first column in a line as the value 1
.
Agents that do not support setting breakpoints on specific columns ignore
this field.
int32 column = 3;
Returns | |
---|---|
Type | Description |
int |
The column. |
getDefaultInstanceForType()
public SourceLocation getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SourceLocation |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getLine()
public int getLine()
Line inside the file. The first line in the file has the value 1
.
int32 line = 2;
Returns | |
---|---|
Type | Description |
int |
The line. |
getPath()
public String getPath()
Path to the source file within the source context of the target binary.
string path = 1;
Returns | |
---|---|
Type | Description |
String |
The path. |
getPathBytes()
public ByteString getPathBytes()
Path to the source file within the source context of the target binary.
string path = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for path. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(SourceLocation other)
public SourceLocation.Builder mergeFrom(SourceLocation other)
Parameter | |
---|---|
Name | Description |
other |
SourceLocation |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SourceLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SourceLocation.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SourceLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
setColumn(int value)
public SourceLocation.Builder setColumn(int value)
Column within a line. The first column in a line as the value 1
.
Agents that do not support setting breakpoints on specific columns ignore
this field.
int32 column = 3;
Parameter | |
---|---|
Name | Description |
value |
int The column to set. |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public SourceLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
setLine(int value)
public SourceLocation.Builder setLine(int value)
Line inside the file. The first line in the file has the value 1
.
int32 line = 2;
Parameter | |
---|---|
Name | Description |
value |
int The line to set. |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
This builder for chaining. |
setPath(String value)
public SourceLocation.Builder setPath(String value)
Path to the source file within the source context of the target binary.
string path = 1;
Parameter | |
---|---|
Name | Description |
value |
String The path to set. |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
This builder for chaining. |
setPathBytes(ByteString value)
public SourceLocation.Builder setPathBytes(ByteString value)
Path to the source file within the source context of the target binary.
string path = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for path to set. |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SourceLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SourceLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SourceLocation.Builder |