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

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

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

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

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

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

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

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

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

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

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

        public ListDebuggeesResponse.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<ListDebuggeesResponse.Builder>
        Throws:
        IOException
      • getDebuggeesList

        public List<Debuggee> getDebuggeesList()
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
        Specified by:
        getDebuggeesList in interface ListDebuggeesResponseOrBuilder
      • getDebuggeesCount

        public int getDebuggeesCount()
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
        Specified by:
        getDebuggeesCount in interface ListDebuggeesResponseOrBuilder
      • getDebuggees

        public Debuggee getDebuggees​(int index)
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
        Specified by:
        getDebuggees in interface ListDebuggeesResponseOrBuilder
      • setDebuggees

        public ListDebuggeesResponse.Builder setDebuggees​(int index,
                                                          Debuggee value)
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
      • setDebuggees

        public ListDebuggeesResponse.Builder setDebuggees​(int index,
                                                          Debuggee.Builder builderForValue)
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
      • addDebuggees

        public ListDebuggeesResponse.Builder addDebuggees​(Debuggee value)
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
      • addDebuggees

        public ListDebuggeesResponse.Builder addDebuggees​(int index,
                                                          Debuggee value)
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
      • addDebuggees

        public ListDebuggeesResponse.Builder addDebuggees​(Debuggee.Builder builderForValue)
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
      • addDebuggees

        public ListDebuggeesResponse.Builder addDebuggees​(int index,
                                                          Debuggee.Builder builderForValue)
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
      • addAllDebuggees

        public ListDebuggeesResponse.Builder addAllDebuggees​(Iterable<? extends Debuggee> values)
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
      • clearDebuggees

        public ListDebuggeesResponse.Builder clearDebuggees()
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
      • removeDebuggees

        public ListDebuggeesResponse.Builder removeDebuggees​(int index)
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
      • getDebuggeesBuilder

        public Debuggee.Builder getDebuggeesBuilder​(int index)
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
      • getDebuggeesOrBuilder

        public DebuggeeOrBuilder getDebuggeesOrBuilder​(int index)
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
        Specified by:
        getDebuggeesOrBuilder in interface ListDebuggeesResponseOrBuilder
      • getDebuggeesOrBuilderList

        public List<? extends DebuggeeOrBuilder> getDebuggeesOrBuilderList()
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
        Specified by:
        getDebuggeesOrBuilderList in interface ListDebuggeesResponseOrBuilder
      • addDebuggeesBuilder

        public Debuggee.Builder addDebuggeesBuilder()
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
      • addDebuggeesBuilder

        public Debuggee.Builder addDebuggeesBuilder​(int index)
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
      • getDebuggeesBuilderList

        public List<Debuggee.Builder> getDebuggeesBuilderList()
         List of debuggees accessible to the calling user.
         The fields `debuggee.id` and `description` are guaranteed to be set.
         The `description` field is a human readable field provided by agents and
         can be displayed to users.
         
        repeated .google.devtools.clouddebugger.v2.Debuggee debuggees = 1;
      • setUnknownFields

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

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