Class ListActiveBreakpointsResponse.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<ListActiveBreakpointsResponse.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<ListActiveBreakpointsResponse.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public ListActiveBreakpointsResponse.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<ListActiveBreakpointsResponse.Builder>
        Throws:
        IOException
      • getBreakpointsCount

        public int getBreakpointsCount()
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
        Specified by:
        getBreakpointsCount in interface ListActiveBreakpointsResponseOrBuilder
      • getBreakpoints

        public Breakpoint getBreakpoints​(int index)
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
        Specified by:
        getBreakpoints in interface ListActiveBreakpointsResponseOrBuilder
      • setBreakpoints

        public ListActiveBreakpointsResponse.Builder setBreakpoints​(int index,
                                                                    Breakpoint value)
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • setBreakpoints

        public ListActiveBreakpointsResponse.Builder setBreakpoints​(int index,
                                                                    Breakpoint.Builder builderForValue)
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • addBreakpoints

        public ListActiveBreakpointsResponse.Builder addBreakpoints​(Breakpoint value)
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • addBreakpoints

        public ListActiveBreakpointsResponse.Builder addBreakpoints​(int index,
                                                                    Breakpoint value)
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • addBreakpoints

        public ListActiveBreakpointsResponse.Builder addBreakpoints​(Breakpoint.Builder builderForValue)
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • addBreakpoints

        public ListActiveBreakpointsResponse.Builder addBreakpoints​(int index,
                                                                    Breakpoint.Builder builderForValue)
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • addAllBreakpoints

        public ListActiveBreakpointsResponse.Builder addAllBreakpoints​(Iterable<? extends Breakpoint> values)
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • clearBreakpoints

        public ListActiveBreakpointsResponse.Builder clearBreakpoints()
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • removeBreakpoints

        public ListActiveBreakpointsResponse.Builder removeBreakpoints​(int index)
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • getBreakpointsBuilder

        public Breakpoint.Builder getBreakpointsBuilder​(int index)
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • addBreakpointsBuilder

        public Breakpoint.Builder addBreakpointsBuilder()
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • addBreakpointsBuilder

        public Breakpoint.Builder addBreakpointsBuilder​(int index)
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • getBreakpointsBuilderList

        public List<Breakpoint.Builder> getBreakpointsBuilderList()
         List of all active breakpoints.
         The fields `id` and `location` are guaranteed to be set on each breakpoint.
         
        repeated .google.devtools.clouddebugger.v2.Breakpoint breakpoints = 1;
      • getNextWaitTokenBytes

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

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

        public ListActiveBreakpointsResponse.Builder clearNextWaitToken()
         A token that can be used in the next method call to block until
         the list of breakpoints changes.
         
        string next_wait_token = 2;
        Returns:
        This builder for chaining.
      • setNextWaitTokenBytes

        public ListActiveBreakpointsResponse.Builder setNextWaitTokenBytes​(com.google.protobuf.ByteString value)
         A token that can be used in the next method call to block until
         the list of breakpoints changes.
         
        string next_wait_token = 2;
        Parameters:
        value - The bytes for nextWaitToken to set.
        Returns:
        This builder for chaining.
      • getWaitExpired

        public boolean getWaitExpired()
         If set to `true`, indicates that there is no change to the
         list of active breakpoints and the server-selected timeout has expired.
         The `breakpoints` field would be empty and should be ignored.
         
        bool wait_expired = 3;
        Specified by:
        getWaitExpired in interface ListActiveBreakpointsResponseOrBuilder
        Returns:
        The waitExpired.
      • setWaitExpired

        public ListActiveBreakpointsResponse.Builder setWaitExpired​(boolean value)
         If set to `true`, indicates that there is no change to the
         list of active breakpoints and the server-selected timeout has expired.
         The `breakpoints` field would be empty and should be ignored.
         
        bool wait_expired = 3;
        Parameters:
        value - The waitExpired to set.
        Returns:
        This builder for chaining.
      • clearWaitExpired

        public ListActiveBreakpointsResponse.Builder clearWaitExpired()
         If set to `true`, indicates that there is no change to the
         list of active breakpoints and the server-selected timeout has expired.
         The `breakpoints` field would be empty and should be ignored.
         
        bool wait_expired = 3;
        Returns:
        This builder for chaining.