类 ConfigurationSyncRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder>
org.apache.skywalking.apm.network.language.agent.v3.ConfigurationSyncRequest.Builder
所有已实现的接口:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ConfigurationSyncRequestOrBuilder
封闭类:
ConfigurationSyncRequest

public static final class ConfigurationSyncRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder> implements ConfigurationSyncRequestOrBuilder
Protobuf type skywalking.v3.ConfigurationSyncRequest
  • 方法详细资料

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      指定者:
      internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder>
    • clear

      指定者:
      clear 在接口中 com.google.protobuf.Message.Builder
      指定者:
      clear 在接口中 com.google.protobuf.MessageLite.Builder
      覆盖:
      clear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      指定者:
      getDescriptorForType 在接口中 com.google.protobuf.Message.Builder
      指定者:
      getDescriptorForType 在接口中 com.google.protobuf.MessageOrBuilder
      覆盖:
      getDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder>
    • getDefaultInstanceForType

      public ConfigurationSyncRequest getDefaultInstanceForType()
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder
    • build

      public ConfigurationSyncRequest build()
      指定者:
      build 在接口中 com.google.protobuf.Message.Builder
      指定者:
      build 在接口中 com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ConfigurationSyncRequest buildPartial()
      指定者:
      buildPartial 在接口中 com.google.protobuf.Message.Builder
      指定者:
      buildPartial 在接口中 com.google.protobuf.MessageLite.Builder
    • clone

      指定者:
      clone 在接口中 com.google.protobuf.Message.Builder
      指定者:
      clone 在接口中 com.google.protobuf.MessageLite.Builder
      覆盖:
      clone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder>
    • setField

      public ConfigurationSyncRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      指定者:
      setField 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      setField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder>
    • clearField

      public ConfigurationSyncRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      指定者:
      clearField 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      clearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder>
    • clearOneof

      public ConfigurationSyncRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      指定者:
      clearOneof 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      clearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder>
    • setRepeatedField

      public ConfigurationSyncRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      指定者:
      setRepeatedField 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      setRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder>
    • addRepeatedField

      public ConfigurationSyncRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      指定者:
      addRepeatedField 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      addRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder>
    • mergeFrom

      public ConfigurationSyncRequest.Builder mergeFrom(com.google.protobuf.Message other)
      指定者:
      mergeFrom 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ConfigurationSyncRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      指定者:
      isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
      覆盖:
      isInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder>
    • mergeFrom

      public ConfigurationSyncRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      指定者:
      mergeFrom 在接口中 com.google.protobuf.Message.Builder
      指定者:
      mergeFrom 在接口中 com.google.protobuf.MessageLite.Builder
      覆盖:
      mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ConfigurationSyncRequest.Builder>
      抛出:
      IOException
    • getService

      public String getService()
       Current agent service name.
       
      string service = 1;
      指定者:
      getService 在接口中 ConfigurationSyncRequestOrBuilder
      返回:
      The service.
    • getServiceBytes

      public com.google.protobuf.ByteString getServiceBytes()
       Current agent service name.
       
      string service = 1;
      指定者:
      getServiceBytes 在接口中 ConfigurationSyncRequestOrBuilder
      返回:
      The bytes for service.
    • setService

      public ConfigurationSyncRequest.Builder setService(String value)
       Current agent service name.
       
      string service = 1;
      参数:
      value - The service to set.
      返回:
      This builder for chaining.
    • clearService

      public ConfigurationSyncRequest.Builder clearService()
       Current agent service name.
       
      string service = 1;
      返回:
      This builder for chaining.
    • setServiceBytes

      public ConfigurationSyncRequest.Builder setServiceBytes(com.google.protobuf.ByteString value)
       Current agent service name.
       
      string service = 1;
      参数:
      value - The bytes for service to set.
      返回:
      This builder for chaining.
    • getUuid

      public String getUuid()
       [Optional]
       UUID is the unique id to represent the signature of the latest configuration.
       The agent usually uses its bootstrap configuration running in default, and this id could be empty when doing the 1st round sync.
       The agent could/is recommended to cache the UUID from the last command, and put it as the next round UUID parameter, 
       then the OAP only returns the empty Commands if no configuration change happenned.
       
      string uuid = 2;
      指定者:
      getUuid 在接口中 ConfigurationSyncRequestOrBuilder
      返回:
      The uuid.
    • getUuidBytes

      public com.google.protobuf.ByteString getUuidBytes()
       [Optional]
       UUID is the unique id to represent the signature of the latest configuration.
       The agent usually uses its bootstrap configuration running in default, and this id could be empty when doing the 1st round sync.
       The agent could/is recommended to cache the UUID from the last command, and put it as the next round UUID parameter, 
       then the OAP only returns the empty Commands if no configuration change happenned.
       
      string uuid = 2;
      指定者:
      getUuidBytes 在接口中 ConfigurationSyncRequestOrBuilder
      返回:
      The bytes for uuid.
    • setUuid

      public ConfigurationSyncRequest.Builder setUuid(String value)
       [Optional]
       UUID is the unique id to represent the signature of the latest configuration.
       The agent usually uses its bootstrap configuration running in default, and this id could be empty when doing the 1st round sync.
       The agent could/is recommended to cache the UUID from the last command, and put it as the next round UUID parameter, 
       then the OAP only returns the empty Commands if no configuration change happenned.
       
      string uuid = 2;
      参数:
      value - The uuid to set.
      返回:
      This builder for chaining.
    • clearUuid

       [Optional]
       UUID is the unique id to represent the signature of the latest configuration.
       The agent usually uses its bootstrap configuration running in default, and this id could be empty when doing the 1st round sync.
       The agent could/is recommended to cache the UUID from the last command, and put it as the next round UUID parameter, 
       then the OAP only returns the empty Commands if no configuration change happenned.
       
      string uuid = 2;
      返回:
      This builder for chaining.
    • setUuidBytes

      public ConfigurationSyncRequest.Builder setUuidBytes(com.google.protobuf.ByteString value)
       [Optional]
       UUID is the unique id to represent the signature of the latest configuration.
       The agent usually uses its bootstrap configuration running in default, and this id could be empty when doing the 1st round sync.
       The agent could/is recommended to cache the UUID from the last command, and put it as the next round UUID parameter, 
       then the OAP only returns the empty Commands if no configuration change happenned.
       
      string uuid = 2;
      参数:
      value - The bytes for uuid to set.
      返回:
      This builder for chaining.
    • setUnknownFields

      public final ConfigurationSyncRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      指定者:
      setUnknownFields 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      setUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder>
    • mergeUnknownFields

      public final ConfigurationSyncRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      指定者:
      mergeUnknownFields 在接口中 com.google.protobuf.Message.Builder
      覆盖:
      mergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ConfigurationSyncRequest.Builder>