public final class SetBreakpointRequest extends GeneratedMessageV3 implements SetBreakpointRequestOrBuilder
Request to set a breakpoint
Protobuf type google.devtools.clouddebugger.v2.SetBreakpointRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SetBreakpointRequestImplements
SetBreakpointRequestOrBuilderStatic Fields
BREAKPOINT_FIELD_NUMBER
public static final int BREAKPOINT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
CLIENT_VERSION_FIELD_NUMBER
public static final int CLIENT_VERSION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
DEBUGGEE_ID_FIELD_NUMBER
public static final int DEBUGGEE_ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SetBreakpointRequest getDefaultInstance()
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static SetBreakpointRequest.Builder newBuilder()
Returns | |
---|---|
Type | Description |
SetBreakpointRequest.Builder |
newBuilder(SetBreakpointRequest prototype)
public static SetBreakpointRequest.Builder newBuilder(SetBreakpointRequest prototype)
Parameter | |
---|---|
Name | Description |
prototype | SetBreakpointRequest |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest.Builder |
parseDelimitedFrom(InputStream input)
public static SetBreakpointRequest parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SetBreakpointRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static SetBreakpointRequest parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SetBreakpointRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SetBreakpointRequest parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SetBreakpointRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SetBreakpointRequest parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SetBreakpointRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static SetBreakpointRequest parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SetBreakpointRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SetBreakpointRequest parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SetBreakpointRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SetBreakpointRequest> parser()
Returns | |
---|---|
Type | Description |
Parser<SetBreakpointRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getBreakpoint()
public Breakpoint getBreakpoint()
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Breakpoint | The breakpoint. |
getBreakpointOrBuilder()
public BreakpointOrBuilder getBreakpointOrBuilder()
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BreakpointOrBuilder |
getClientVersion()
public String getClientVersion()
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
string client_version = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The clientVersion. |
getClientVersionBytes()
public ByteString getClientVersionBytes()
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
string client_version = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for clientVersion. |
getDebuggeeId()
public String getDebuggeeId()
Required. ID of the debuggee where the breakpoint is to be set.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The debuggeeId. |
getDebuggeeIdBytes()
public ByteString getDebuggeeIdBytes()
Required. ID of the debuggee where the breakpoint is to be set.
string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for debuggeeId. |
getDefaultInstanceForType()
public SetBreakpointRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SetBreakpointRequest |
getParserForType()
public Parser<SetBreakpointRequest> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<SetBreakpointRequest> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hasBreakpoint()
public boolean hasBreakpoint()
Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
.google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean | Whether the breakpoint field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public SetBreakpointRequest.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
SetBreakpointRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SetBreakpointRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
SetBreakpointRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public SetBreakpointRequest.Builder toBuilder()
Returns | |
---|---|
Type | Description |
SetBreakpointRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |