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

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

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

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

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

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

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

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

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

        public boolean hasBreakpoint()
         Required. Updated breakpoint information.
         The field `id` must be set.
         The agent must echo all Breakpoint specification fields in the update.
         
        .google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasBreakpoint in interface UpdateActiveBreakpointRequestOrBuilder
        Returns:
        Whether the breakpoint field is set.
      • getBreakpoint

        public Breakpoint getBreakpoint()
         Required. Updated breakpoint information.
         The field `id` must be set.
         The agent must echo all Breakpoint specification fields in the update.
         
        .google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getBreakpoint in interface UpdateActiveBreakpointRequestOrBuilder
        Returns:
        The breakpoint.
      • setBreakpoint

        public UpdateActiveBreakpointRequest.Builder setBreakpoint​(Breakpoint value)
         Required. Updated breakpoint information.
         The field `id` must be set.
         The agent must echo all Breakpoint specification fields in the update.
         
        .google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
      • setBreakpoint

        public UpdateActiveBreakpointRequest.Builder setBreakpoint​(Breakpoint.Builder builderForValue)
         Required. Updated breakpoint information.
         The field `id` must be set.
         The agent must echo all Breakpoint specification fields in the update.
         
        .google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeBreakpoint

        public UpdateActiveBreakpointRequest.Builder mergeBreakpoint​(Breakpoint value)
         Required. Updated breakpoint information.
         The field `id` must be set.
         The agent must echo all Breakpoint specification fields in the update.
         
        .google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearBreakpoint

        public UpdateActiveBreakpointRequest.Builder clearBreakpoint()
         Required. Updated breakpoint information.
         The field `id` must be set.
         The agent must echo all Breakpoint specification fields in the update.
         
        .google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
      • getBreakpointBuilder

        public Breakpoint.Builder getBreakpointBuilder()
         Required. Updated breakpoint information.
         The field `id` must be set.
         The agent must echo all Breakpoint specification fields in the update.
         
        .google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
      • getBreakpointOrBuilder

        public BreakpointOrBuilder getBreakpointOrBuilder()
         Required. Updated breakpoint information.
         The field `id` must be set.
         The agent must echo all Breakpoint specification fields in the update.
         
        .google.devtools.clouddebugger.v2.Breakpoint breakpoint = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getBreakpointOrBuilder in interface UpdateActiveBreakpointRequestOrBuilder