public static final class RegisterDebuggeeResponse.Builder extends GeneratedMessageV3.Builder<RegisterDebuggeeResponse.Builder> implements RegisterDebuggeeResponseOrBuilder
Response for registering a debuggee.
Protobuf type google.devtools.clouddebugger.v2.RegisterDebuggeeResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public RegisterDebuggeeResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RegisterDebuggeeResponse build()
public RegisterDebuggeeResponse buildPartial()
public RegisterDebuggeeResponse.Builder clear()
Overrides
public RegisterDebuggeeResponse.Builder clearDebuggee()
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;
public RegisterDebuggeeResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public RegisterDebuggeeResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public RegisterDebuggeeResponse.Builder clone()
Overrides
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.
|
public Debuggee.Builder getDebuggeeBuilder()
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;
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;
public RegisterDebuggeeResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public RegisterDebuggeeResponse.Builder mergeDebuggee(Debuggee value)
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;
public RegisterDebuggeeResponse.Builder mergeFrom(RegisterDebuggeeResponse other)
public RegisterDebuggeeResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public RegisterDebuggeeResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final RegisterDebuggeeResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public RegisterDebuggeeResponse.Builder setDebuggee(Debuggee value)
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;
public RegisterDebuggeeResponse.Builder setDebuggee(Debuggee.Builder builderForValue)
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;
public RegisterDebuggeeResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RegisterDebuggeeResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final RegisterDebuggeeResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides