public static final class PushConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder> implements PushConfigOrBuilder
Configuration for a push delivery endpoint.Protobuf type
google.cloud.bigquery.analyticshub.v1.PushConfiggetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>public PushConfig.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>public PushConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PushConfig build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PushConfig buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PushConfig.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>public PushConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>public PushConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>public PushConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>public PushConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>public PushConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>public PushConfig.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PushConfig.Builder>public PushConfig.Builder mergeFrom(PushConfig other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>public PushConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PushConfig.Builder>IOExceptionpublic PushConfig.AuthenticationMethodCase getAuthenticationMethodCase()
getAuthenticationMethodCase in interface PushConfigOrBuilderpublic PushConfig.Builder clearAuthenticationMethod()
public PushConfig.WrapperCase getWrapperCase()
getWrapperCase in interface PushConfigOrBuilderpublic PushConfig.Builder clearWrapper()
public boolean hasOidcToken()
Optional. If specified, Pub/Sub will generate and attach an OIDC JWT token as an `Authorization` header in the HTTP request for every pushed message.
.google.cloud.bigquery.analyticshub.v1.PushConfig.OidcToken oidc_token = 3 [(.google.api.field_behavior) = OPTIONAL];
hasOidcToken in interface PushConfigOrBuilderpublic PushConfig.OidcToken getOidcToken()
Optional. If specified, Pub/Sub will generate and attach an OIDC JWT token as an `Authorization` header in the HTTP request for every pushed message.
.google.cloud.bigquery.analyticshub.v1.PushConfig.OidcToken oidc_token = 3 [(.google.api.field_behavior) = OPTIONAL];
getOidcToken in interface PushConfigOrBuilderpublic PushConfig.Builder setOidcToken(PushConfig.OidcToken value)
Optional. If specified, Pub/Sub will generate and attach an OIDC JWT token as an `Authorization` header in the HTTP request for every pushed message.
.google.cloud.bigquery.analyticshub.v1.PushConfig.OidcToken oidc_token = 3 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.Builder setOidcToken(PushConfig.OidcToken.Builder builderForValue)
Optional. If specified, Pub/Sub will generate and attach an OIDC JWT token as an `Authorization` header in the HTTP request for every pushed message.
.google.cloud.bigquery.analyticshub.v1.PushConfig.OidcToken oidc_token = 3 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.Builder mergeOidcToken(PushConfig.OidcToken value)
Optional. If specified, Pub/Sub will generate and attach an OIDC JWT token as an `Authorization` header in the HTTP request for every pushed message.
.google.cloud.bigquery.analyticshub.v1.PushConfig.OidcToken oidc_token = 3 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.Builder clearOidcToken()
Optional. If specified, Pub/Sub will generate and attach an OIDC JWT token as an `Authorization` header in the HTTP request for every pushed message.
.google.cloud.bigquery.analyticshub.v1.PushConfig.OidcToken oidc_token = 3 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.OidcToken.Builder getOidcTokenBuilder()
Optional. If specified, Pub/Sub will generate and attach an OIDC JWT token as an `Authorization` header in the HTTP request for every pushed message.
.google.cloud.bigquery.analyticshub.v1.PushConfig.OidcToken oidc_token = 3 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.OidcTokenOrBuilder getOidcTokenOrBuilder()
Optional. If specified, Pub/Sub will generate and attach an OIDC JWT token as an `Authorization` header in the HTTP request for every pushed message.
.google.cloud.bigquery.analyticshub.v1.PushConfig.OidcToken oidc_token = 3 [(.google.api.field_behavior) = OPTIONAL];
getOidcTokenOrBuilder in interface PushConfigOrBuilderpublic boolean hasPubsubWrapper()
Optional. When set, the payload to the push endpoint is in the form of the JSON representation of a PubsubMessage (https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).
.google.cloud.bigquery.analyticshub.v1.PushConfig.PubsubWrapper pubsub_wrapper = 4 [(.google.api.field_behavior) = OPTIONAL];
hasPubsubWrapper in interface PushConfigOrBuilderpublic PushConfig.PubsubWrapper getPubsubWrapper()
Optional. When set, the payload to the push endpoint is in the form of the JSON representation of a PubsubMessage (https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).
.google.cloud.bigquery.analyticshub.v1.PushConfig.PubsubWrapper pubsub_wrapper = 4 [(.google.api.field_behavior) = OPTIONAL];
getPubsubWrapper in interface PushConfigOrBuilderpublic PushConfig.Builder setPubsubWrapper(PushConfig.PubsubWrapper value)
Optional. When set, the payload to the push endpoint is in the form of the JSON representation of a PubsubMessage (https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).
.google.cloud.bigquery.analyticshub.v1.PushConfig.PubsubWrapper pubsub_wrapper = 4 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.Builder setPubsubWrapper(PushConfig.PubsubWrapper.Builder builderForValue)
Optional. When set, the payload to the push endpoint is in the form of the JSON representation of a PubsubMessage (https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).
.google.cloud.bigquery.analyticshub.v1.PushConfig.PubsubWrapper pubsub_wrapper = 4 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.Builder mergePubsubWrapper(PushConfig.PubsubWrapper value)
Optional. When set, the payload to the push endpoint is in the form of the JSON representation of a PubsubMessage (https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).
.google.cloud.bigquery.analyticshub.v1.PushConfig.PubsubWrapper pubsub_wrapper = 4 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.Builder clearPubsubWrapper()
Optional. When set, the payload to the push endpoint is in the form of the JSON representation of a PubsubMessage (https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).
.google.cloud.bigquery.analyticshub.v1.PushConfig.PubsubWrapper pubsub_wrapper = 4 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.PubsubWrapper.Builder getPubsubWrapperBuilder()
Optional. When set, the payload to the push endpoint is in the form of the JSON representation of a PubsubMessage (https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).
.google.cloud.bigquery.analyticshub.v1.PushConfig.PubsubWrapper pubsub_wrapper = 4 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.PubsubWrapperOrBuilder getPubsubWrapperOrBuilder()
Optional. When set, the payload to the push endpoint is in the form of the JSON representation of a PubsubMessage (https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).
.google.cloud.bigquery.analyticshub.v1.PushConfig.PubsubWrapper pubsub_wrapper = 4 [(.google.api.field_behavior) = OPTIONAL];
getPubsubWrapperOrBuilder in interface PushConfigOrBuilderpublic boolean hasNoWrapper()
Optional. When set, the payload to the push endpoint is not wrapped.
.google.cloud.bigquery.analyticshub.v1.PushConfig.NoWrapper no_wrapper = 5 [(.google.api.field_behavior) = OPTIONAL];
hasNoWrapper in interface PushConfigOrBuilderpublic PushConfig.NoWrapper getNoWrapper()
Optional. When set, the payload to the push endpoint is not wrapped.
.google.cloud.bigquery.analyticshub.v1.PushConfig.NoWrapper no_wrapper = 5 [(.google.api.field_behavior) = OPTIONAL];
getNoWrapper in interface PushConfigOrBuilderpublic PushConfig.Builder setNoWrapper(PushConfig.NoWrapper value)
Optional. When set, the payload to the push endpoint is not wrapped.
.google.cloud.bigquery.analyticshub.v1.PushConfig.NoWrapper no_wrapper = 5 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.Builder setNoWrapper(PushConfig.NoWrapper.Builder builderForValue)
Optional. When set, the payload to the push endpoint is not wrapped.
.google.cloud.bigquery.analyticshub.v1.PushConfig.NoWrapper no_wrapper = 5 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.Builder mergeNoWrapper(PushConfig.NoWrapper value)
Optional. When set, the payload to the push endpoint is not wrapped.
.google.cloud.bigquery.analyticshub.v1.PushConfig.NoWrapper no_wrapper = 5 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.Builder clearNoWrapper()
Optional. When set, the payload to the push endpoint is not wrapped.
.google.cloud.bigquery.analyticshub.v1.PushConfig.NoWrapper no_wrapper = 5 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.NoWrapper.Builder getNoWrapperBuilder()
Optional. When set, the payload to the push endpoint is not wrapped.
.google.cloud.bigquery.analyticshub.v1.PushConfig.NoWrapper no_wrapper = 5 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.NoWrapperOrBuilder getNoWrapperOrBuilder()
Optional. When set, the payload to the push endpoint is not wrapped.
.google.cloud.bigquery.analyticshub.v1.PushConfig.NoWrapper no_wrapper = 5 [(.google.api.field_behavior) = OPTIONAL];
getNoWrapperOrBuilder in interface PushConfigOrBuilderpublic String getPushEndpoint()
Optional. A URL locating the endpoint to which messages should be pushed. For example, a Webhook endpoint might use `https://example.com/push`.
string push_endpoint = 1 [(.google.api.field_behavior) = OPTIONAL];getPushEndpoint in interface PushConfigOrBuilderpublic com.google.protobuf.ByteString getPushEndpointBytes()
Optional. A URL locating the endpoint to which messages should be pushed. For example, a Webhook endpoint might use `https://example.com/push`.
string push_endpoint = 1 [(.google.api.field_behavior) = OPTIONAL];getPushEndpointBytes in interface PushConfigOrBuilderpublic PushConfig.Builder setPushEndpoint(String value)
Optional. A URL locating the endpoint to which messages should be pushed. For example, a Webhook endpoint might use `https://example.com/push`.
string push_endpoint = 1 [(.google.api.field_behavior) = OPTIONAL];value - The pushEndpoint to set.public PushConfig.Builder clearPushEndpoint()
Optional. A URL locating the endpoint to which messages should be pushed. For example, a Webhook endpoint might use `https://example.com/push`.
string push_endpoint = 1 [(.google.api.field_behavior) = OPTIONAL];public PushConfig.Builder setPushEndpointBytes(com.google.protobuf.ByteString value)
Optional. A URL locating the endpoint to which messages should be pushed. For example, a Webhook endpoint might use `https://example.com/push`.
string push_endpoint = 1 [(.google.api.field_behavior) = OPTIONAL];value - The bytes for pushEndpoint to set.public int getAttributesCount()
PushConfigOrBuilder
Optional. Endpoint configuration attributes that can be used to control
different aspects of the message delivery.
The only currently supported attribute is `x-goog-version`, which you can
use to change the format of the pushed message. This attribute
indicates the version of the data expected by the endpoint. This
controls the shape of the pushed message (i.e., its fields and metadata).
If not present during the `CreateSubscription` call, it will default to
the version of the Pub/Sub API used to make such call. If not present in a
`ModifyPushConfig` call, its value will not be changed. `GetSubscription`
calls will always return a valid version, even if the subscription was
created without this attribute.
The only supported values for the `x-goog-version` attribute are:
* `v1beta1`: uses the push format defined in the v1beta1 Pub/Sub API.
* `v1` or `v1beta2`: uses the push format defined in the v1 Pub/Sub API.
For example:
`attributes { "x-goog-version": "v1" }`
map<string, string> attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
getAttributesCount in interface PushConfigOrBuilderpublic boolean containsAttributes(String key)
Optional. Endpoint configuration attributes that can be used to control
different aspects of the message delivery.
The only currently supported attribute is `x-goog-version`, which you can
use to change the format of the pushed message. This attribute
indicates the version of the data expected by the endpoint. This
controls the shape of the pushed message (i.e., its fields and metadata).
If not present during the `CreateSubscription` call, it will default to
the version of the Pub/Sub API used to make such call. If not present in a
`ModifyPushConfig` call, its value will not be changed. `GetSubscription`
calls will always return a valid version, even if the subscription was
created without this attribute.
The only supported values for the `x-goog-version` attribute are:
* `v1beta1`: uses the push format defined in the v1beta1 Pub/Sub API.
* `v1` or `v1beta2`: uses the push format defined in the v1 Pub/Sub API.
For example:
`attributes { "x-goog-version": "v1" }`
map<string, string> attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
containsAttributes in interface PushConfigOrBuilder@Deprecated public Map<String,String> getAttributes()
getAttributesMap() instead.getAttributes in interface PushConfigOrBuilderpublic Map<String,String> getAttributesMap()
Optional. Endpoint configuration attributes that can be used to control
different aspects of the message delivery.
The only currently supported attribute is `x-goog-version`, which you can
use to change the format of the pushed message. This attribute
indicates the version of the data expected by the endpoint. This
controls the shape of the pushed message (i.e., its fields and metadata).
If not present during the `CreateSubscription` call, it will default to
the version of the Pub/Sub API used to make such call. If not present in a
`ModifyPushConfig` call, its value will not be changed. `GetSubscription`
calls will always return a valid version, even if the subscription was
created without this attribute.
The only supported values for the `x-goog-version` attribute are:
* `v1beta1`: uses the push format defined in the v1beta1 Pub/Sub API.
* `v1` or `v1beta2`: uses the push format defined in the v1 Pub/Sub API.
For example:
`attributes { "x-goog-version": "v1" }`
map<string, string> attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
getAttributesMap in interface PushConfigOrBuilderpublic String getAttributesOrDefault(String key, String defaultValue)
Optional. Endpoint configuration attributes that can be used to control
different aspects of the message delivery.
The only currently supported attribute is `x-goog-version`, which you can
use to change the format of the pushed message. This attribute
indicates the version of the data expected by the endpoint. This
controls the shape of the pushed message (i.e., its fields and metadata).
If not present during the `CreateSubscription` call, it will default to
the version of the Pub/Sub API used to make such call. If not present in a
`ModifyPushConfig` call, its value will not be changed. `GetSubscription`
calls will always return a valid version, even if the subscription was
created without this attribute.
The only supported values for the `x-goog-version` attribute are:
* `v1beta1`: uses the push format defined in the v1beta1 Pub/Sub API.
* `v1` or `v1beta2`: uses the push format defined in the v1 Pub/Sub API.
For example:
`attributes { "x-goog-version": "v1" }`
map<string, string> attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
getAttributesOrDefault in interface PushConfigOrBuilderpublic String getAttributesOrThrow(String key)
Optional. Endpoint configuration attributes that can be used to control
different aspects of the message delivery.
The only currently supported attribute is `x-goog-version`, which you can
use to change the format of the pushed message. This attribute
indicates the version of the data expected by the endpoint. This
controls the shape of the pushed message (i.e., its fields and metadata).
If not present during the `CreateSubscription` call, it will default to
the version of the Pub/Sub API used to make such call. If not present in a
`ModifyPushConfig` call, its value will not be changed. `GetSubscription`
calls will always return a valid version, even if the subscription was
created without this attribute.
The only supported values for the `x-goog-version` attribute are:
* `v1beta1`: uses the push format defined in the v1beta1 Pub/Sub API.
* `v1` or `v1beta2`: uses the push format defined in the v1 Pub/Sub API.
For example:
`attributes { "x-goog-version": "v1" }`
map<string, string> attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
getAttributesOrThrow in interface PushConfigOrBuilderpublic PushConfig.Builder clearAttributes()
public PushConfig.Builder removeAttributes(String key)
Optional. Endpoint configuration attributes that can be used to control
different aspects of the message delivery.
The only currently supported attribute is `x-goog-version`, which you can
use to change the format of the pushed message. This attribute
indicates the version of the data expected by the endpoint. This
controls the shape of the pushed message (i.e., its fields and metadata).
If not present during the `CreateSubscription` call, it will default to
the version of the Pub/Sub API used to make such call. If not present in a
`ModifyPushConfig` call, its value will not be changed. `GetSubscription`
calls will always return a valid version, even if the subscription was
created without this attribute.
The only supported values for the `x-goog-version` attribute are:
* `v1beta1`: uses the push format defined in the v1beta1 Pub/Sub API.
* `v1` or `v1beta2`: uses the push format defined in the v1 Pub/Sub API.
For example:
`attributes { "x-goog-version": "v1" }`
map<string, string> attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated public Map<String,String> getMutableAttributes()
public PushConfig.Builder putAttributes(String key, String value)
Optional. Endpoint configuration attributes that can be used to control
different aspects of the message delivery.
The only currently supported attribute is `x-goog-version`, which you can
use to change the format of the pushed message. This attribute
indicates the version of the data expected by the endpoint. This
controls the shape of the pushed message (i.e., its fields and metadata).
If not present during the `CreateSubscription` call, it will default to
the version of the Pub/Sub API used to make such call. If not present in a
`ModifyPushConfig` call, its value will not be changed. `GetSubscription`
calls will always return a valid version, even if the subscription was
created without this attribute.
The only supported values for the `x-goog-version` attribute are:
* `v1beta1`: uses the push format defined in the v1beta1 Pub/Sub API.
* `v1` or `v1beta2`: uses the push format defined in the v1 Pub/Sub API.
For example:
`attributes { "x-goog-version": "v1" }`
map<string, string> attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
public PushConfig.Builder putAllAttributes(Map<String,String> values)
Optional. Endpoint configuration attributes that can be used to control
different aspects of the message delivery.
The only currently supported attribute is `x-goog-version`, which you can
use to change the format of the pushed message. This attribute
indicates the version of the data expected by the endpoint. This
controls the shape of the pushed message (i.e., its fields and metadata).
If not present during the `CreateSubscription` call, it will default to
the version of the Pub/Sub API used to make such call. If not present in a
`ModifyPushConfig` call, its value will not be changed. `GetSubscription`
calls will always return a valid version, even if the subscription was
created without this attribute.
The only supported values for the `x-goog-version` attribute are:
* `v1beta1`: uses the push format defined in the v1beta1 Pub/Sub API.
* `v1` or `v1beta2`: uses the push format defined in the v1 Pub/Sub API.
For example:
`attributes { "x-goog-version": "v1" }`
map<string, string> attributes = 2 [(.google.api.field_behavior) = OPTIONAL];
public final PushConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>public final PushConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PushConfig.Builder>Copyright © 2025 Google LLC. All rights reserved.