Class DeltaDiscoveryResponse
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- io.envoyproxy.envoy.service.discovery.v3.DeltaDiscoveryResponse
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,DeltaDiscoveryResponseOrBuilder
,java.io.Serializable
public final class DeltaDiscoveryResponse extends com.google.protobuf.GeneratedMessage implements DeltaDiscoveryResponseOrBuilder
[#next-free-field: 9]
Protobuf typeenvoy.service.discovery.v3.DeltaDiscoveryResponse
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeltaDiscoveryResponse.Builder
[#next-free-field: 9]-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T extends java.lang.Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description private int
bitField0_
static int
CONTROL_PLANE_FIELD_NUMBER
private ControlPlane
controlPlane_
private static DeltaDiscoveryResponse
DEFAULT_INSTANCE
private byte
memoizedIsInitialized
private java.lang.Object
nonce_
static int
NONCE_FIELD_NUMBER
private static com.google.protobuf.Parser<DeltaDiscoveryResponse>
PARSER
static int
REMOVED_RESOURCE_NAMES_FIELD_NUMBER
static int
REMOVED_RESOURCES_FIELD_NUMBER
private java.util.List<ResourceName>
removedResourceNames_
private com.google.protobuf.LazyStringArrayList
removedResources_
private java.util.List<Resource>
resources_
static int
RESOURCES_FIELD_NUMBER
private static long
serialVersionUID
static int
SYSTEM_VERSION_INFO_FIELD_NUMBER
private java.lang.Object
systemVersionInfo_
static int
TYPE_URL_FIELD_NUMBER
private java.lang.Object
typeUrl_
-
Constructor Summary
Constructors Modifier Constructor Description private
DeltaDiscoveryResponse()
private
DeltaDiscoveryResponse(com.google.protobuf.GeneratedMessage.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
ControlPlane
getControlPlane()
[#not-implemented-hide:] The control plane instance that sent the response.ControlPlaneOrBuilder
getControlPlaneOrBuilder()
[#not-implemented-hide:] The control plane instance that sent the response.static DeltaDiscoveryResponse
getDefaultInstance()
DeltaDiscoveryResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
java.lang.String
getNonce()
The nonce provides a way for DeltaDiscoveryRequests to uniquely reference a DeltaDiscoveryResponse when (N)ACKing.com.google.protobuf.ByteString
getNonceBytes()
The nonce provides a way for DeltaDiscoveryRequests to uniquely reference a DeltaDiscoveryResponse when (N)ACKing.com.google.protobuf.Parser<DeltaDiscoveryResponse>
getParserForType()
ResourceName
getRemovedResourceNames(int index)
Alternative to removed_resources that allows specifying which variant of a resource is being removed.int
getRemovedResourceNamesCount()
Alternative to removed_resources that allows specifying which variant of a resource is being removed.java.util.List<ResourceName>
getRemovedResourceNamesList()
Alternative to removed_resources that allows specifying which variant of a resource is being removed.ResourceNameOrBuilder
getRemovedResourceNamesOrBuilder(int index)
Alternative to removed_resources that allows specifying which variant of a resource is being removed.java.util.List<? extends ResourceNameOrBuilder>
getRemovedResourceNamesOrBuilderList()
Alternative to removed_resources that allows specifying which variant of a resource is being removed.java.lang.String
getRemovedResources(int index)
Resources names of resources that have be deleted and to be removed from the xDS Client.com.google.protobuf.ByteString
getRemovedResourcesBytes(int index)
Resources names of resources that have be deleted and to be removed from the xDS Client.int
getRemovedResourcesCount()
Resources names of resources that have be deleted and to be removed from the xDS Client.com.google.protobuf.ProtocolStringList
getRemovedResourcesList()
Resources names of resources that have be deleted and to be removed from the xDS Client.Resource
getResources(int index)
The response resources.int
getResourcesCount()
The response resources.java.util.List<Resource>
getResourcesList()
The response resources.ResourceOrBuilder
getResourcesOrBuilder(int index)
The response resources.java.util.List<? extends ResourceOrBuilder>
getResourcesOrBuilderList()
The response resources.int
getSerializedSize()
java.lang.String
getSystemVersionInfo()
The version of the response data (used for debugging).com.google.protobuf.ByteString
getSystemVersionInfoBytes()
The version of the response data (used for debugging).java.lang.String
getTypeUrl()
Type URL for resources.com.google.protobuf.ByteString
getTypeUrlBytes()
Type URL for resources.boolean
hasControlPlane()
[#not-implemented-hide:] The control plane instance that sent the response.int
hashCode()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static DeltaDiscoveryResponse.Builder
newBuilder()
static DeltaDiscoveryResponse.Builder
newBuilder(DeltaDiscoveryResponse prototype)
DeltaDiscoveryResponse.Builder
newBuilderForType()
protected DeltaDiscoveryResponse.Builder
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
static DeltaDiscoveryResponse
parseDelimitedFrom(java.io.InputStream input)
static DeltaDiscoveryResponse
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeltaDiscoveryResponse
parseFrom(byte[] data)
static DeltaDiscoveryResponse
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeltaDiscoveryResponse
parseFrom(com.google.protobuf.ByteString data)
static DeltaDiscoveryResponse
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeltaDiscoveryResponse
parseFrom(com.google.protobuf.CodedInputStream input)
static DeltaDiscoveryResponse
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeltaDiscoveryResponse
parseFrom(java.io.InputStream input)
static DeltaDiscoveryResponse
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeltaDiscoveryResponse
parseFrom(java.nio.ByteBuffer data)
static DeltaDiscoveryResponse
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<DeltaDiscoveryResponse>
parser()
DeltaDiscoveryResponse.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
bitField0_
private int bitField0_
-
SYSTEM_VERSION_INFO_FIELD_NUMBER
public static final int SYSTEM_VERSION_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
systemVersionInfo_
private volatile java.lang.Object systemVersionInfo_
-
RESOURCES_FIELD_NUMBER
public static final int RESOURCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
resources_
private java.util.List<Resource> resources_
-
TYPE_URL_FIELD_NUMBER
public static final int TYPE_URL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
typeUrl_
private volatile java.lang.Object typeUrl_
-
REMOVED_RESOURCES_FIELD_NUMBER
public static final int REMOVED_RESOURCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
removedResources_
private com.google.protobuf.LazyStringArrayList removedResources_
-
REMOVED_RESOURCE_NAMES_FIELD_NUMBER
public static final int REMOVED_RESOURCE_NAMES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
removedResourceNames_
private java.util.List<ResourceName> removedResourceNames_
-
NONCE_FIELD_NUMBER
public static final int NONCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
nonce_
private volatile java.lang.Object nonce_
-
CONTROL_PLANE_FIELD_NUMBER
public static final int CONTROL_PLANE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
controlPlane_
private ControlPlane controlPlane_
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final DeltaDiscoveryResponse DEFAULT_INSTANCE
-
PARSER
private static final com.google.protobuf.Parser<DeltaDiscoveryResponse> PARSER
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage
-
getSystemVersionInfo
public java.lang.String getSystemVersionInfo()
The version of the response data (used for debugging).
string system_version_info = 1;
- Specified by:
getSystemVersionInfo
in interfaceDeltaDiscoveryResponseOrBuilder
- Returns:
- The systemVersionInfo.
-
getSystemVersionInfoBytes
public com.google.protobuf.ByteString getSystemVersionInfoBytes()
The version of the response data (used for debugging).
string system_version_info = 1;
- Specified by:
getSystemVersionInfoBytes
in interfaceDeltaDiscoveryResponseOrBuilder
- Returns:
- The bytes for systemVersionInfo.
-
getResourcesList
public java.util.List<Resource> getResourcesList()
The response resources. These are typed resources, whose types must match the type_url field.
repeated .envoy.service.discovery.v3.Resource resources = 2;
- Specified by:
getResourcesList
in interfaceDeltaDiscoveryResponseOrBuilder
-
getResourcesOrBuilderList
public java.util.List<? extends ResourceOrBuilder> getResourcesOrBuilderList()
The response resources. These are typed resources, whose types must match the type_url field.
repeated .envoy.service.discovery.v3.Resource resources = 2;
- Specified by:
getResourcesOrBuilderList
in interfaceDeltaDiscoveryResponseOrBuilder
-
getResourcesCount
public int getResourcesCount()
The response resources. These are typed resources, whose types must match the type_url field.
repeated .envoy.service.discovery.v3.Resource resources = 2;
- Specified by:
getResourcesCount
in interfaceDeltaDiscoveryResponseOrBuilder
-
getResources
public Resource getResources(int index)
The response resources. These are typed resources, whose types must match the type_url field.
repeated .envoy.service.discovery.v3.Resource resources = 2;
- Specified by:
getResources
in interfaceDeltaDiscoveryResponseOrBuilder
-
getResourcesOrBuilder
public ResourceOrBuilder getResourcesOrBuilder(int index)
The response resources. These are typed resources, whose types must match the type_url field.
repeated .envoy.service.discovery.v3.Resource resources = 2;
- Specified by:
getResourcesOrBuilder
in interfaceDeltaDiscoveryResponseOrBuilder
-
getTypeUrl
public java.lang.String getTypeUrl()
Type URL for resources. Identifies the xDS API when muxing over ADS. Must be consistent with the type_url in the Any within 'resources' if 'resources' is non-empty.
string type_url = 4;
- Specified by:
getTypeUrl
in interfaceDeltaDiscoveryResponseOrBuilder
- Returns:
- The typeUrl.
-
getTypeUrlBytes
public com.google.protobuf.ByteString getTypeUrlBytes()
Type URL for resources. Identifies the xDS API when muxing over ADS. Must be consistent with the type_url in the Any within 'resources' if 'resources' is non-empty.
string type_url = 4;
- Specified by:
getTypeUrlBytes
in interfaceDeltaDiscoveryResponseOrBuilder
- Returns:
- The bytes for typeUrl.
-
getRemovedResourcesList
public com.google.protobuf.ProtocolStringList getRemovedResourcesList()
Resources names of resources that have be deleted and to be removed from the xDS Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 6;
- Specified by:
getRemovedResourcesList
in interfaceDeltaDiscoveryResponseOrBuilder
- Returns:
- A list containing the removedResources.
-
getRemovedResourcesCount
public int getRemovedResourcesCount()
Resources names of resources that have be deleted and to be removed from the xDS Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 6;
- Specified by:
getRemovedResourcesCount
in interfaceDeltaDiscoveryResponseOrBuilder
- Returns:
- The count of removedResources.
-
getRemovedResources
public java.lang.String getRemovedResources(int index)
Resources names of resources that have be deleted and to be removed from the xDS Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 6;
- Specified by:
getRemovedResources
in interfaceDeltaDiscoveryResponseOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The removedResources at the given index.
-
getRemovedResourcesBytes
public com.google.protobuf.ByteString getRemovedResourcesBytes(int index)
Resources names of resources that have be deleted and to be removed from the xDS Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 6;
- Specified by:
getRemovedResourcesBytes
in interfaceDeltaDiscoveryResponseOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the removedResources at the given index.
-
getRemovedResourceNamesList
public java.util.List<ResourceName> getRemovedResourceNamesList()
Alternative to removed_resources that allows specifying which variant of a resource is being removed. This variant must be used for any resource for which dynamic parameter constraints were sent to the client.
repeated .envoy.service.discovery.v3.ResourceName removed_resource_names = 8;
- Specified by:
getRemovedResourceNamesList
in interfaceDeltaDiscoveryResponseOrBuilder
-
getRemovedResourceNamesOrBuilderList
public java.util.List<? extends ResourceNameOrBuilder> getRemovedResourceNamesOrBuilderList()
Alternative to removed_resources that allows specifying which variant of a resource is being removed. This variant must be used for any resource for which dynamic parameter constraints were sent to the client.
repeated .envoy.service.discovery.v3.ResourceName removed_resource_names = 8;
- Specified by:
getRemovedResourceNamesOrBuilderList
in interfaceDeltaDiscoveryResponseOrBuilder
-
getRemovedResourceNamesCount
public int getRemovedResourceNamesCount()
Alternative to removed_resources that allows specifying which variant of a resource is being removed. This variant must be used for any resource for which dynamic parameter constraints were sent to the client.
repeated .envoy.service.discovery.v3.ResourceName removed_resource_names = 8;
- Specified by:
getRemovedResourceNamesCount
in interfaceDeltaDiscoveryResponseOrBuilder
-
getRemovedResourceNames
public ResourceName getRemovedResourceNames(int index)
Alternative to removed_resources that allows specifying which variant of a resource is being removed. This variant must be used for any resource for which dynamic parameter constraints were sent to the client.
repeated .envoy.service.discovery.v3.ResourceName removed_resource_names = 8;
- Specified by:
getRemovedResourceNames
in interfaceDeltaDiscoveryResponseOrBuilder
-
getRemovedResourceNamesOrBuilder
public ResourceNameOrBuilder getRemovedResourceNamesOrBuilder(int index)
Alternative to removed_resources that allows specifying which variant of a resource is being removed. This variant must be used for any resource for which dynamic parameter constraints were sent to the client.
repeated .envoy.service.discovery.v3.ResourceName removed_resource_names = 8;
- Specified by:
getRemovedResourceNamesOrBuilder
in interfaceDeltaDiscoveryResponseOrBuilder
-
getNonce
public java.lang.String getNonce()
The nonce provides a way for DeltaDiscoveryRequests to uniquely reference a DeltaDiscoveryResponse when (N)ACKing. The nonce is required.
string nonce = 5;
- Specified by:
getNonce
in interfaceDeltaDiscoveryResponseOrBuilder
- Returns:
- The nonce.
-
getNonceBytes
public com.google.protobuf.ByteString getNonceBytes()
The nonce provides a way for DeltaDiscoveryRequests to uniquely reference a DeltaDiscoveryResponse when (N)ACKing. The nonce is required.
string nonce = 5;
- Specified by:
getNonceBytes
in interfaceDeltaDiscoveryResponseOrBuilder
- Returns:
- The bytes for nonce.
-
hasControlPlane
public boolean hasControlPlane()
[#not-implemented-hide:] The control plane instance that sent the response.
.envoy.config.core.v3.ControlPlane control_plane = 7;
- Specified by:
hasControlPlane
in interfaceDeltaDiscoveryResponseOrBuilder
- Returns:
- Whether the controlPlane field is set.
-
getControlPlane
public ControlPlane getControlPlane()
[#not-implemented-hide:] The control plane instance that sent the response.
.envoy.config.core.v3.ControlPlane control_plane = 7;
- Specified by:
getControlPlane
in interfaceDeltaDiscoveryResponseOrBuilder
- Returns:
- The controlPlane.
-
getControlPlaneOrBuilder
public ControlPlaneOrBuilder getControlPlaneOrBuilder()
[#not-implemented-hide:] The control plane instance that sent the response.
.envoy.config.core.v3.ControlPlane control_plane = 7;
- Specified by:
getControlPlaneOrBuilder
in interfaceDeltaDiscoveryResponseOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static DeltaDiscoveryResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DeltaDiscoveryResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DeltaDiscoveryResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DeltaDiscoveryResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DeltaDiscoveryResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DeltaDiscoveryResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DeltaDiscoveryResponse parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DeltaDiscoveryResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DeltaDiscoveryResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DeltaDiscoveryResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DeltaDiscoveryResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DeltaDiscoveryResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public DeltaDiscoveryResponse.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static DeltaDiscoveryResponse.Builder newBuilder()
-
newBuilder
public static DeltaDiscoveryResponse.Builder newBuilder(DeltaDiscoveryResponse prototype)
-
toBuilder
public DeltaDiscoveryResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected DeltaDiscoveryResponse.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
- Overrides:
newBuilderForType
in classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
public static DeltaDiscoveryResponse getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<DeltaDiscoveryResponse> parser()
-
getParserForType
public com.google.protobuf.Parser<DeltaDiscoveryResponse> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
public DeltaDiscoveryResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-