Class ListBreakpointsRequest.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<ListBreakpointsRequest.Builder>
      • clear

        public ListBreakpointsRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.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<ListBreakpointsRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public ListBreakpointsRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
      • clearField

        public ListBreakpointsRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
      • clearOneof

        public ListBreakpointsRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListBreakpointsRequest.Builder>
      • setRepeatedField

        public ListBreakpointsRequest.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<ListBreakpointsRequest.Builder>
      • addRepeatedField

        public ListBreakpointsRequest.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<ListBreakpointsRequest.Builder>
      • isInitialized

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

        public ListBreakpointsRequest.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<ListBreakpointsRequest.Builder>
        Throws:
        IOException
      • getDebuggeeId

        public String getDebuggeeId()
         Required. ID of the debuggee whose breakpoints to list.
         
        string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDebuggeeId in interface ListBreakpointsRequestOrBuilder
        Returns:
        The debuggeeId.
      • getDebuggeeIdBytes

        public com.google.protobuf.ByteString getDebuggeeIdBytes()
         Required. ID of the debuggee whose breakpoints to list.
         
        string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDebuggeeIdBytes in interface ListBreakpointsRequestOrBuilder
        Returns:
        The bytes for debuggeeId.
      • setDebuggeeId

        public ListBreakpointsRequest.Builder setDebuggeeId​(String value)
         Required. ID of the debuggee whose breakpoints to list.
         
        string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The debuggeeId to set.
        Returns:
        This builder for chaining.
      • clearDebuggeeId

        public ListBreakpointsRequest.Builder clearDebuggeeId()
         Required. ID of the debuggee whose breakpoints to list.
         
        string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setDebuggeeIdBytes

        public ListBreakpointsRequest.Builder setDebuggeeIdBytes​(com.google.protobuf.ByteString value)
         Required. ID of the debuggee whose breakpoints to list.
         
        string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for debuggeeId to set.
        Returns:
        This builder for chaining.
      • getIncludeAllUsers

        public boolean getIncludeAllUsers()
         When set to `true`, the response includes the list of breakpoints set by
         any user. Otherwise, it includes only breakpoints set by the caller.
         
        bool include_all_users = 2;
        Specified by:
        getIncludeAllUsers in interface ListBreakpointsRequestOrBuilder
        Returns:
        The includeAllUsers.
      • setIncludeAllUsers

        public ListBreakpointsRequest.Builder setIncludeAllUsers​(boolean value)
         When set to `true`, the response includes the list of breakpoints set by
         any user. Otherwise, it includes only breakpoints set by the caller.
         
        bool include_all_users = 2;
        Parameters:
        value - The includeAllUsers to set.
        Returns:
        This builder for chaining.
      • clearIncludeAllUsers

        public ListBreakpointsRequest.Builder clearIncludeAllUsers()
         When set to `true`, the response includes the list of breakpoints set by
         any user. Otherwise, it includes only breakpoints set by the caller.
         
        bool include_all_users = 2;
        Returns:
        This builder for chaining.
      • getIncludeInactive

        public boolean getIncludeInactive()
         When set to `true`, the response includes active and inactive
         breakpoints. Otherwise, it includes only active breakpoints.
         
        bool include_inactive = 3;
        Specified by:
        getIncludeInactive in interface ListBreakpointsRequestOrBuilder
        Returns:
        The includeInactive.
      • setIncludeInactive

        public ListBreakpointsRequest.Builder setIncludeInactive​(boolean value)
         When set to `true`, the response includes active and inactive
         breakpoints. Otherwise, it includes only active breakpoints.
         
        bool include_inactive = 3;
        Parameters:
        value - The includeInactive to set.
        Returns:
        This builder for chaining.
      • clearIncludeInactive

        public ListBreakpointsRequest.Builder clearIncludeInactive()
         When set to `true`, the response includes active and inactive
         breakpoints. Otherwise, it includes only active breakpoints.
         
        bool include_inactive = 3;
        Returns:
        This builder for chaining.
      • hasAction

        public boolean hasAction()
         When set, the response includes only breakpoints with the specified action.
         
        .google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
        Specified by:
        hasAction in interface ListBreakpointsRequestOrBuilder
        Returns:
        Whether the action field is set.
      • clearAction

        public ListBreakpointsRequest.Builder clearAction()
         When set, the response includes only breakpoints with the specified action.
         
        .google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
      • getActionBuilder

        public ListBreakpointsRequest.BreakpointActionValue.Builder getActionBuilder()
         When set, the response includes only breakpoints with the specified action.
         
        .google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;
      • getStripResults

        @Deprecated
        public boolean getStripResults()
        Deprecated.
        google.devtools.clouddebugger.v2.ListBreakpointsRequest.strip_results is deprecated. See google/devtools/clouddebugger/v2/debugger.proto;l=172
         This field is deprecated. The following fields are always stripped out of
         the result: `stack_frames`, `evaluated_expressions` and `variable_table`.
         
        bool strip_results = 5 [deprecated = true];
        Specified by:
        getStripResults in interface ListBreakpointsRequestOrBuilder
        Returns:
        The stripResults.
      • setStripResults

        @Deprecated
        public ListBreakpointsRequest.Builder setStripResults​(boolean value)
        Deprecated.
        google.devtools.clouddebugger.v2.ListBreakpointsRequest.strip_results is deprecated. See google/devtools/clouddebugger/v2/debugger.proto;l=172
         This field is deprecated. The following fields are always stripped out of
         the result: `stack_frames`, `evaluated_expressions` and `variable_table`.
         
        bool strip_results = 5 [deprecated = true];
        Parameters:
        value - The stripResults to set.
        Returns:
        This builder for chaining.
      • clearStripResults

        @Deprecated
        public ListBreakpointsRequest.Builder clearStripResults()
        Deprecated.
        google.devtools.clouddebugger.v2.ListBreakpointsRequest.strip_results is deprecated. See google/devtools/clouddebugger/v2/debugger.proto;l=172
         This field is deprecated. The following fields are always stripped out of
         the result: `stack_frames`, `evaluated_expressions` and `variable_table`.
         
        bool strip_results = 5 [deprecated = true];
        Returns:
        This builder for chaining.
      • getWaitToken

        public String getWaitToken()
         A wait token that, if specified, blocks the call until the breakpoints
         list has changed, or a server selected timeout has expired.  The value
         should be set from the last response. The error code
         `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which
         should be called again with the same `wait_token`.
         
        string wait_token = 6;
        Specified by:
        getWaitToken in interface ListBreakpointsRequestOrBuilder
        Returns:
        The waitToken.
      • getWaitTokenBytes

        public com.google.protobuf.ByteString getWaitTokenBytes()
         A wait token that, if specified, blocks the call until the breakpoints
         list has changed, or a server selected timeout has expired.  The value
         should be set from the last response. The error code
         `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which
         should be called again with the same `wait_token`.
         
        string wait_token = 6;
        Specified by:
        getWaitTokenBytes in interface ListBreakpointsRequestOrBuilder
        Returns:
        The bytes for waitToken.
      • setWaitToken

        public ListBreakpointsRequest.Builder setWaitToken​(String value)
         A wait token that, if specified, blocks the call until the breakpoints
         list has changed, or a server selected timeout has expired.  The value
         should be set from the last response. The error code
         `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which
         should be called again with the same `wait_token`.
         
        string wait_token = 6;
        Parameters:
        value - The waitToken to set.
        Returns:
        This builder for chaining.
      • clearWaitToken

        public ListBreakpointsRequest.Builder clearWaitToken()
         A wait token that, if specified, blocks the call until the breakpoints
         list has changed, or a server selected timeout has expired.  The value
         should be set from the last response. The error code
         `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which
         should be called again with the same `wait_token`.
         
        string wait_token = 6;
        Returns:
        This builder for chaining.
      • setWaitTokenBytes

        public ListBreakpointsRequest.Builder setWaitTokenBytes​(com.google.protobuf.ByteString value)
         A wait token that, if specified, blocks the call until the breakpoints
         list has changed, or a server selected timeout has expired.  The value
         should be set from the last response. The error code
         `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which
         should be called again with the same `wait_token`.
         
        string wait_token = 6;
        Parameters:
        value - The bytes for waitToken to set.
        Returns:
        This builder for chaining.
      • getClientVersion

        public String getClientVersion()
         Required. The client version making the call.
         Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
         
        string client_version = 8 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getClientVersion in interface ListBreakpointsRequestOrBuilder
        Returns:
        The clientVersion.
      • getClientVersionBytes

        public com.google.protobuf.ByteString getClientVersionBytes()
         Required. The client version making the call.
         Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
         
        string client_version = 8 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getClientVersionBytes in interface ListBreakpointsRequestOrBuilder
        Returns:
        The bytes for clientVersion.
      • setClientVersion

        public ListBreakpointsRequest.Builder setClientVersion​(String value)
         Required. The client version making the call.
         Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
         
        string client_version = 8 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The clientVersion to set.
        Returns:
        This builder for chaining.
      • clearClientVersion

        public ListBreakpointsRequest.Builder clearClientVersion()
         Required. The client version making the call.
         Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
         
        string client_version = 8 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setClientVersionBytes

        public ListBreakpointsRequest.Builder setClientVersionBytes​(com.google.protobuf.ByteString value)
         Required. The client version making the call.
         Schema: `domain/type/version` (e.g., `google.com/intellij/v1`).
         
        string client_version = 8 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for clientVersion to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ListBreakpointsRequest.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<ListBreakpointsRequest.Builder>
      • mergeUnknownFields

        public final ListBreakpointsRequest.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<ListBreakpointsRequest.Builder>