Uses of Class
com.google.pubsub.v1.PushConfig
-
Uses of PushConfig in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return PushConfigModifier and TypeMethodDescriptionPushConfig.Builder.build()PushConfig.Builder.buildPartial()static PushConfigPushConfig.getDefaultInstance()PushConfig.Builder.getDefaultInstanceForType()PushConfig.getDefaultInstanceForType()ModifyPushConfigRequest.Builder.getPushConfig()Required.ModifyPushConfigRequest.getPushConfig()Required.ModifyPushConfigRequestOrBuilder.getPushConfig()Required.Subscription.Builder.getPushConfig()If push delivery is used with this subscription, this field is used to configure it.Subscription.getPushConfig()If push delivery is used with this subscription, this field is used to configure it.SubscriptionOrBuilder.getPushConfig()If push delivery is used with this subscription, this field is used to configure it.static PushConfigPushConfig.parseDelimitedFrom(InputStream input) static PushConfigPushConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PushConfigPushConfig.parseFrom(byte[] data) static PushConfigPushConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PushConfigPushConfig.parseFrom(com.google.protobuf.ByteString data) static PushConfigPushConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PushConfigPushConfig.parseFrom(com.google.protobuf.CodedInputStream input) static PushConfigPushConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PushConfigPushConfig.parseFrom(InputStream input) static PushConfigPushConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PushConfigPushConfig.parseFrom(ByteBuffer data) static PushConfigPushConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.pubsub.v1 that return types with arguments of type PushConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PushConfig>PushConfig.getParserForType()static com.google.protobuf.Parser<PushConfig>PushConfig.parser()Methods in com.google.pubsub.v1 with parameters of type PushConfigModifier and TypeMethodDescriptionPushConfig.Builder.mergeFrom(PushConfig other) ModifyPushConfigRequest.Builder.mergePushConfig(PushConfig value) Required.Subscription.Builder.mergePushConfig(PushConfig value) If push delivery is used with this subscription, this field is used to configure it.static PushConfig.BuilderPushConfig.newBuilder(PushConfig prototype) ModifyPushConfigRequest.Builder.setPushConfig(PushConfig value) Required.Subscription.Builder.setPushConfig(PushConfig value) If push delivery is used with this subscription, this field is used to configure it.