Interface RegisterDebuggeeResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegisterDebuggeeResponse
,RegisterDebuggeeResponse.Builder
public interface RegisterDebuggeeResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Debuggee
getDebuggee()
Debuggee resource.DebuggeeOrBuilder
getDebuggeeOrBuilder()
Debuggee resource.boolean
hasDebuggee()
Debuggee resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDebuggee
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:
- Whether the debuggee field is set.
-
getDebuggee
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:
- The debuggee.
-
getDebuggeeOrBuilder
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;
-
-