| Modifier and Type | Method and Description |
|---|---|
PushConfig |
PushConfig.Builder.build() |
PushConfig |
PushConfig.Builder.buildPartial() |
static PushConfig |
PushConfig.getDefaultInstance() |
PushConfig |
PushConfig.getDefaultInstanceForType() |
PushConfig |
PushConfig.Builder.getDefaultInstanceForType() |
PushConfig |
ModifyPushConfigRequestOrBuilder.getPushConfig()
Required.
|
PushConfig |
SubscriptionOrBuilder.getPushConfig()
If push delivery is used with this subscription, this field is
used to configure it.
|
PushConfig |
Subscription.getPushConfig()
If push delivery is used with this subscription, this field is
used to configure it.
|
PushConfig |
Subscription.Builder.getPushConfig()
If push delivery is used with this subscription, this field is
used to configure it.
|
PushConfig |
ModifyPushConfigRequest.getPushConfig()
Required.
|
PushConfig |
ModifyPushConfigRequest.Builder.getPushConfig()
Required.
|
static PushConfig |
PushConfig.parseDelimitedFrom(InputStream input) |
static PushConfig |
PushConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PushConfig |
PushConfig.parseFrom(byte[] data) |
static PushConfig |
PushConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PushConfig |
PushConfig.parseFrom(ByteBuffer data) |
static PushConfig |
PushConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PushConfig |
PushConfig.parseFrom(com.google.protobuf.ByteString data) |
static PushConfig |
PushConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PushConfig |
PushConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static PushConfig |
PushConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PushConfig |
PushConfig.parseFrom(InputStream input) |
static PushConfig |
PushConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PushConfig> |
PushConfig.getParserForType() |
static com.google.protobuf.Parser<PushConfig> |
PushConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
PushConfig.Builder |
PushConfig.Builder.mergeFrom(PushConfig other) |
Subscription.Builder |
Subscription.Builder.mergePushConfig(PushConfig value)
If push delivery is used with this subscription, this field is
used to configure it.
|
ModifyPushConfigRequest.Builder |
ModifyPushConfigRequest.Builder.mergePushConfig(PushConfig value)
Required.
|
static PushConfig.Builder |
PushConfig.newBuilder(PushConfig prototype) |
Subscription.Builder |
Subscription.Builder.setPushConfig(PushConfig value)
If push delivery is used with this subscription, this field is
used to configure it.
|
ModifyPushConfigRequest.Builder |
ModifyPushConfigRequest.Builder.setPushConfig(PushConfig value)
Required.
|
Copyright © 2022 Google LLC. All rights reserved.