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

        public ListBreakpointsResponse.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<ListBreakpointsResponse.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<ListBreakpointsResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public ListBreakpointsResponse.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<ListBreakpointsResponse.Builder>
      • clearField

        public ListBreakpointsResponse.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<ListBreakpointsResponse.Builder>
      • clearOneof

        public ListBreakpointsResponse.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<ListBreakpointsResponse.Builder>
      • setRepeatedField

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

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

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

        public ListBreakpointsResponse.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<ListBreakpointsResponse.Builder>
        Throws:
        IOException
      • getBreakpointsList

        public List<Breakpoint> getBreakpointsList()
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
        Specified by:
        getBreakpointsList in interface ListBreakpointsResponseOrBuilder
      • getBreakpointsCount

        public int getBreakpointsCount()
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
        Specified by:
        getBreakpointsCount in interface ListBreakpointsResponseOrBuilder
      • getBreakpoints

        public Breakpoint getBreakpoints​(int index)
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
        Specified by:
        getBreakpoints in interface ListBreakpointsResponseOrBuilder
      • setBreakpoints

        public ListBreakpointsResponse.Builder setBreakpoints​(int index,
                                                              Breakpoint value)
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • setBreakpoints

        public ListBreakpointsResponse.Builder setBreakpoints​(int index,
                                                              Breakpoint.Builder builderForValue)
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • addBreakpoints

        public ListBreakpointsResponse.Builder addBreakpoints​(Breakpoint value)
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • addBreakpoints

        public ListBreakpointsResponse.Builder addBreakpoints​(int index,
                                                              Breakpoint value)
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • addBreakpoints

        public ListBreakpointsResponse.Builder addBreakpoints​(Breakpoint.Builder builderForValue)
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • addBreakpoints

        public ListBreakpointsResponse.Builder addBreakpoints​(int index,
                                                              Breakpoint.Builder builderForValue)
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • addAllBreakpoints

        public ListBreakpointsResponse.Builder addAllBreakpoints​(Iterable<? extends Breakpoint> values)
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • clearBreakpoints

        public ListBreakpointsResponse.Builder clearBreakpoints()
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • removeBreakpoints

        public ListBreakpointsResponse.Builder removeBreakpoints​(int index)
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • getBreakpointsBuilder

        public Breakpoint.Builder getBreakpointsBuilder​(int index)
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • getBreakpointsOrBuilder

        public BreakpointOrBuilder getBreakpointsOrBuilder​(int index)
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
        Specified by:
        getBreakpointsOrBuilder in interface ListBreakpointsResponseOrBuilder
      • getBreakpointsOrBuilderList

        public List<? extends BreakpointOrBuilder> getBreakpointsOrBuilderList()
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
        Specified by:
        getBreakpointsOrBuilderList in interface ListBreakpointsResponseOrBuilder
      • addBreakpointsBuilder

        public Breakpoint.Builder addBreakpointsBuilder()
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • addBreakpointsBuilder

        public Breakpoint.Builder addBreakpointsBuilder​(int index)
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • getBreakpointsBuilderList

        public List<Breakpoint.Builder> getBreakpointsBuilderList()
         List of breakpoints matching the request.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         The fields: `stack_frames`, `evaluated_expressions` and `variable_table`
         are cleared on each breakpoint regardless of its status.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • getNextWaitToken

        public String getNextWaitToken()
         A wait token that can be used in the next call to `list` (REST) or
         `ListBreakpoints` (RPC) to block until the list of breakpoints has changes.
         
        string next_wait_token = 2;
        Specified by:
        getNextWaitToken in interface ListBreakpointsResponseOrBuilder
        Returns:
        The nextWaitToken.
      • getNextWaitTokenBytes

        public com.google.protobuf.ByteString getNextWaitTokenBytes()
         A wait token that can be used in the next call to `list` (REST) or
         `ListBreakpoints` (RPC) to block until the list of breakpoints has changes.
         
        string next_wait_token = 2;
        Specified by:
        getNextWaitTokenBytes in interface ListBreakpointsResponseOrBuilder
        Returns:
        The bytes for nextWaitToken.
      • setNextWaitToken

        public ListBreakpointsResponse.Builder setNextWaitToken​(String value)
         A wait token that can be used in the next call to `list` (REST) or
         `ListBreakpoints` (RPC) to block until the list of breakpoints has changes.
         
        string next_wait_token = 2;
        Parameters:
        value - The nextWaitToken to set.
        Returns:
        This builder for chaining.
      • clearNextWaitToken

        public ListBreakpointsResponse.Builder clearNextWaitToken()
         A wait token that can be used in the next call to `list` (REST) or
         `ListBreakpoints` (RPC) to block until the list of breakpoints has changes.
         
        string next_wait_token = 2;
        Returns:
        This builder for chaining.
      • setNextWaitTokenBytes

        public ListBreakpointsResponse.Builder setNextWaitTokenBytes​(com.google.protobuf.ByteString value)
         A wait token that can be used in the next call to `list` (REST) or
         `ListBreakpoints` (RPC) to block until the list of breakpoints has changes.
         
        string next_wait_token = 2;
        Parameters:
        value - The bytes for nextWaitToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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