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

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

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

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

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

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

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

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

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

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

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

        public CopyLogEntriesRequest.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<CopyLogEntriesRequest.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Required. Log bucket from which to copy log entries.
        
         For example:
        
           `"projects/my-project/locations/global/buckets/my-source-bucket"`
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getName in interface CopyLogEntriesRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. Log bucket from which to copy log entries.
        
         For example:
        
           `"projects/my-project/locations/global/buckets/my-source-bucket"`
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getNameBytes in interface CopyLogEntriesRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public CopyLogEntriesRequest.Builder setName​(String value)
         Required. Log bucket from which to copy log entries.
        
         For example:
        
           `"projects/my-project/locations/global/buckets/my-source-bucket"`
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public CopyLogEntriesRequest.Builder clearName()
         Required. Log bucket from which to copy log entries.
        
         For example:
        
           `"projects/my-project/locations/global/buckets/my-source-bucket"`
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setNameBytes

        public CopyLogEntriesRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. Log bucket from which to copy log entries.
        
         For example:
        
           `"projects/my-project/locations/global/buckets/my-source-bucket"`
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getFilter

        public String getFilter()
         Optional. A filter specifying which log entries to copy. The filter must be
         no more than 20k characters. An empty filter matches all log entries.
         
        string filter = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFilter in interface CopyLogEntriesRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         Optional. A filter specifying which log entries to copy. The filter must be
         no more than 20k characters. An empty filter matches all log entries.
         
        string filter = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFilterBytes in interface CopyLogEntriesRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public CopyLogEntriesRequest.Builder setFilter​(String value)
         Optional. A filter specifying which log entries to copy. The filter must be
         no more than 20k characters. An empty filter matches all log entries.
         
        string filter = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public CopyLogEntriesRequest.Builder clearFilter()
         Optional. A filter specifying which log entries to copy. The filter must be
         no more than 20k characters. An empty filter matches all log entries.
         
        string filter = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setFilterBytes

        public CopyLogEntriesRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         Optional. A filter specifying which log entries to copy. The filter must be
         no more than 20k characters. An empty filter matches all log entries.
         
        string filter = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • getDestination

        public String getDestination()
         Required. Destination to which to copy log entries.
         
        string destination = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDestination in interface CopyLogEntriesRequestOrBuilder
        Returns:
        The destination.
      • getDestinationBytes

        public com.google.protobuf.ByteString getDestinationBytes()
         Required. Destination to which to copy log entries.
         
        string destination = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDestinationBytes in interface CopyLogEntriesRequestOrBuilder
        Returns:
        The bytes for destination.
      • setDestination

        public CopyLogEntriesRequest.Builder setDestination​(String value)
         Required. Destination to which to copy log entries.
         
        string destination = 4 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The destination to set.
        Returns:
        This builder for chaining.
      • clearDestination

        public CopyLogEntriesRequest.Builder clearDestination()
         Required. Destination to which to copy log entries.
         
        string destination = 4 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setDestinationBytes

        public CopyLogEntriesRequest.Builder setDestinationBytes​(com.google.protobuf.ByteString value)
         Required. Destination to which to copy log entries.
         
        string destination = 4 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for destination to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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