Class RegisterDebuggeeResponse (1.42.0)

public final class RegisterDebuggeeResponse extends GeneratedMessageV3 implements RegisterDebuggeeResponseOrBuilder

Response for registering a debuggee.

Protobuf type google.devtools.clouddebugger.v2.RegisterDebuggeeResponse

Static Fields

DEBUGGEE_FIELD_NUMBER

public static final int DEBUGGEE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RegisterDebuggeeResponse getDefaultInstance()
Returns
Type Description
RegisterDebuggeeResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static RegisterDebuggeeResponse.Builder newBuilder()
Returns
Type Description
RegisterDebuggeeResponse.Builder

newBuilder(RegisterDebuggeeResponse prototype)

public static RegisterDebuggeeResponse.Builder newBuilder(RegisterDebuggeeResponse prototype)
Parameter
Name Description
prototype RegisterDebuggeeResponse
Returns
Type Description
RegisterDebuggeeResponse.Builder

parseDelimitedFrom(InputStream input)

public static RegisterDebuggeeResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RegisterDebuggeeResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RegisterDebuggeeResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RegisterDebuggeeResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RegisterDebuggeeResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RegisterDebuggeeResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RegisterDebuggeeResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RegisterDebuggeeResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RegisterDebuggeeResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RegisterDebuggeeResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RegisterDebuggeeResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RegisterDebuggeeResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RegisterDebuggeeResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RegisterDebuggeeResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RegisterDebuggeeResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RegisterDebuggeeResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RegisterDebuggeeResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RegisterDebuggeeResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RegisterDebuggeeResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RegisterDebuggeeResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RegisterDebuggeeResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RegisterDebuggeeResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RegisterDebuggeeResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RegisterDebuggeeResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RegisterDebuggeeResponse> parser()
Returns
Type Description
Parser<RegisterDebuggeeResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDebuggee()

public Debuggee getDebuggee()

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Returns
Type Description
Debuggee

The debuggee.

getDebuggeeOrBuilder()

public DebuggeeOrBuilder getDebuggeeOrBuilder()

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Returns
Type Description
DebuggeeOrBuilder

getDefaultInstanceForType()

public RegisterDebuggeeResponse getDefaultInstanceForType()
Returns
Type Description
RegisterDebuggeeResponse

getParserForType()

public Parser<RegisterDebuggeeResponse> getParserForType()
Returns
Type Description
Parser<RegisterDebuggeeResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasDebuggee()

public boolean hasDebuggee()

Debuggee resource. The field id is guaranteed to be set (in addition to the echoed fields). If the field is_disabled is set to true, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll RegisterDebuggee until reenabled.

.google.devtools.clouddebugger.v2.Debuggee debuggee = 1;

Returns
Type Description
boolean

Whether the debuggee field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RegisterDebuggeeResponse.Builder newBuilderForType()
Returns
Type Description
RegisterDebuggeeResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RegisterDebuggeeResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RegisterDebuggeeResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public RegisterDebuggeeResponse.Builder toBuilder()
Returns
Type Description
RegisterDebuggeeResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException