Class RegisterDebuggeeResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RegisterDebuggeeResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RegisterDebuggeeResponse.Builder>
      • getDefaultInstanceForType

        public RegisterDebuggeeResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public RegisterDebuggeeResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public RegisterDebuggeeResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public RegisterDebuggeeResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 int index,
                                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RegisterDebuggeeResponse.Builder>
      • addRepeatedField

        public RegisterDebuggeeResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RegisterDebuggeeResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RegisterDebuggeeResponse.Builder>
      • mergeFrom

        public RegisterDebuggeeResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RegisterDebuggeeResponse.Builder>
        Throws:
        IOException
      • 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;
        Specified by:
        hasDebuggee in interface RegisterDebuggeeResponseOrBuilder
        Returns:
        Whether the debuggee field is set.
      • 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;
        Specified by:
        getDebuggee in interface RegisterDebuggeeResponseOrBuilder
        Returns:
        The debuggee.
      • setDebuggee

        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;
      • setDebuggee

        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;
      • mergeDebuggee

        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;
      • clearDebuggee

        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;
      • getDebuggeeBuilder

        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;
      • 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;
        Specified by:
        getDebuggeeOrBuilder in interface RegisterDebuggeeResponseOrBuilder
      • setUnknownFields

        public final RegisterDebuggeeResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RegisterDebuggeeResponse.Builder>
      • mergeUnknownFields

        public final RegisterDebuggeeResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RegisterDebuggeeResponse.Builder>