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

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

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

        public ListActiveBreakpointsRequest 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<ListActiveBreakpointsRequest.Builder>
      • mergeFrom

        public ListActiveBreakpointsRequest.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<ListActiveBreakpointsRequest.Builder>
        Throws:
        IOException
      • getDebuggeeIdBytes

        public com.google.protobuf.ByteString getDebuggeeIdBytes()
         Required. Identifies the debuggee.
         
        string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDebuggeeIdBytes in interface ListActiveBreakpointsRequestOrBuilder
        Returns:
        The bytes for debuggeeId.
      • setDebuggeeId

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

        public ListActiveBreakpointsRequest.Builder clearDebuggeeId()
         Required. Identifies the debuggee.
         
        string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setDebuggeeIdBytes

        public ListActiveBreakpointsRequest.Builder setDebuggeeIdBytes​(com.google.protobuf.ByteString value)
         Required. Identifies the debuggee.
         
        string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for debuggeeId to set.
        Returns:
        This builder for chaining.
      • getWaitToken

        public String getWaitToken()
         A token that, if specified, blocks the method call until the list
         of active breakpoints has changed, or a server-selected timeout has
         expired. The value should be set from the `next_wait_token` field in
         the last response. The initial value should be set to `"init"`.
         
        string wait_token = 2;
        Specified by:
        getWaitToken in interface ListActiveBreakpointsRequestOrBuilder
        Returns:
        The waitToken.
      • getWaitTokenBytes

        public com.google.protobuf.ByteString getWaitTokenBytes()
         A token that, if specified, blocks the method call until the list
         of active breakpoints has changed, or a server-selected timeout has
         expired. The value should be set from the `next_wait_token` field in
         the last response. The initial value should be set to `"init"`.
         
        string wait_token = 2;
        Specified by:
        getWaitTokenBytes in interface ListActiveBreakpointsRequestOrBuilder
        Returns:
        The bytes for waitToken.
      • setWaitToken

        public ListActiveBreakpointsRequest.Builder setWaitToken​(String value)
         A token that, if specified, blocks the method call until the list
         of active breakpoints has changed, or a server-selected timeout has
         expired. The value should be set from the `next_wait_token` field in
         the last response. The initial value should be set to `"init"`.
         
        string wait_token = 2;
        Parameters:
        value - The waitToken to set.
        Returns:
        This builder for chaining.
      • clearWaitToken

        public ListActiveBreakpointsRequest.Builder clearWaitToken()
         A token that, if specified, blocks the method call until the list
         of active breakpoints has changed, or a server-selected timeout has
         expired. The value should be set from the `next_wait_token` field in
         the last response. The initial value should be set to `"init"`.
         
        string wait_token = 2;
        Returns:
        This builder for chaining.
      • setWaitTokenBytes

        public ListActiveBreakpointsRequest.Builder setWaitTokenBytes​(com.google.protobuf.ByteString value)
         A token that, if specified, blocks the method call until the list
         of active breakpoints has changed, or a server-selected timeout has
         expired. The value should be set from the `next_wait_token` field in
         the last response. The initial value should be set to `"init"`.
         
        string wait_token = 2;
        Parameters:
        value - The bytes for waitToken to set.
        Returns:
        This builder for chaining.
      • getSuccessOnTimeout

        public boolean getSuccessOnTimeout()
         If set to `true` (recommended), returns `google.rpc.Code.OK` status and
         sets the `wait_expired` response field to `true` when the server-selected
         timeout has expired.
        
         If set to `false` (deprecated), returns `google.rpc.Code.ABORTED` status
         when the server-selected timeout has expired.
         
        bool success_on_timeout = 3;
        Specified by:
        getSuccessOnTimeout in interface ListActiveBreakpointsRequestOrBuilder
        Returns:
        The successOnTimeout.
      • setSuccessOnTimeout

        public ListActiveBreakpointsRequest.Builder setSuccessOnTimeout​(boolean value)
         If set to `true` (recommended), returns `google.rpc.Code.OK` status and
         sets the `wait_expired` response field to `true` when the server-selected
         timeout has expired.
        
         If set to `false` (deprecated), returns `google.rpc.Code.ABORTED` status
         when the server-selected timeout has expired.
         
        bool success_on_timeout = 3;
        Parameters:
        value - The successOnTimeout to set.
        Returns:
        This builder for chaining.
      • clearSuccessOnTimeout

        public ListActiveBreakpointsRequest.Builder clearSuccessOnTimeout()
         If set to `true` (recommended), returns `google.rpc.Code.OK` status and
         sets the `wait_expired` response field to `true` when the server-selected
         timeout has expired.
        
         If set to `false` (deprecated), returns `google.rpc.Code.ABORTED` status
         when the server-selected timeout has expired.
         
        bool success_on_timeout = 3;
        Returns:
        This builder for chaining.