- 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()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SourceLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SourceLocation.Builder |
build()
public SourceLocation build()
Type | Description |
SourceLocation |
buildPartial()
public SourceLocation buildPartial()
Type | Description |
SourceLocation |
clear()
public SourceLocation.Builder clear()
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;
Type | Description |
SourceLocation.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public SourceLocation.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
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;
Type | Description |
SourceLocation.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SourceLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
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;
Type | Description |
SourceLocation.Builder | This builder for chaining. |
clone()
public SourceLocation.Builder clone()
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;
Type | Description |
int | The column. |
getDefaultInstanceForType()
public SourceLocation getDefaultInstanceForType()
Type | Description |
SourceLocation |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getLine()
public int getLine()
Line inside the file. The first line in the file has the value 1
.
int32 line = 2;
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;
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;
Type | Description |
ByteString | The bytes for path. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(SourceLocation other)
public SourceLocation.Builder mergeFrom(SourceLocation other)
Name | Description |
other | SourceLocation |
Type | Description |
SourceLocation.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SourceLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SourceLocation.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public SourceLocation.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
SourceLocation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SourceLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
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;
Name | Description |
value | int The column to set. |
Type | Description |
SourceLocation.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public SourceLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
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;
Name | Description |
value | int The line to set. |
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;
Name | Description |
value | String The path to set. |
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;
Name | Description |
value | ByteString The bytes for path to set. |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
SourceLocation.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SourceLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SourceLocation.Builder |