public interface RegisterDebuggeeRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDebuggee()
public abstract Debuggee getDebuggee()
Required. Debuggee information to register.
The fields project
, uniquifier
, description
and agent_version
of the debuggee must be set.
.google.devtools.clouddebugger.v2.Debuggee debuggee = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Debuggee | The debuggee. |
getDebuggeeOrBuilder()
public abstract DebuggeeOrBuilder getDebuggeeOrBuilder()
Required. Debuggee information to register.
The fields project
, uniquifier
, description
and agent_version
of the debuggee must be set.
.google.devtools.clouddebugger.v2.Debuggee debuggee = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
DebuggeeOrBuilder |
hasDebuggee()
public abstract boolean hasDebuggee()
Required. Debuggee information to register.
The fields project
, uniquifier
, description
and agent_version
of the debuggee must be set.
.google.devtools.clouddebugger.v2.Debuggee debuggee = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the debuggee field is set. |