| Package | Description |
|---|---|
| com.google.irm.service.v1alpha2.api |
| Modifier and Type | Method and Description |
|---|---|
CommunicationChannel |
CommunicationChannel.Builder.build() |
CommunicationChannel |
CommunicationChannel.Builder.buildPartial() |
static CommunicationChannel |
CommunicationChannel.getDefaultInstance() |
CommunicationChannel |
CommunicationChannel.getDefaultInstanceForType() |
CommunicationChannel |
CommunicationChannel.Builder.getDefaultInstanceForType() |
CommunicationChannel |
SubscriptionOrBuilder.getSubscriptionChannel()
A communications channel to send subscription messages to.
|
CommunicationChannel |
Subscription.getSubscriptionChannel()
A communications channel to send subscription messages to.
|
CommunicationChannel |
Subscription.Builder.getSubscriptionChannel()
A communications channel to send subscription messages to.
|
static CommunicationChannel |
CommunicationChannel.parseDelimitedFrom(InputStream input) |
static CommunicationChannel |
CommunicationChannel.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static CommunicationChannel |
CommunicationChannel.parseFrom(byte[] data) |
static CommunicationChannel |
CommunicationChannel.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static CommunicationChannel |
CommunicationChannel.parseFrom(ByteBuffer data) |
static CommunicationChannel |
CommunicationChannel.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static CommunicationChannel |
CommunicationChannel.parseFrom(ByteString data) |
static CommunicationChannel |
CommunicationChannel.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static CommunicationChannel |
CommunicationChannel.parseFrom(CodedInputStream input) |
static CommunicationChannel |
CommunicationChannel.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static CommunicationChannel |
CommunicationChannel.parseFrom(InputStream input) |
static CommunicationChannel |
CommunicationChannel.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Parser<CommunicationChannel> |
CommunicationChannel.getParserForType() |
static Parser<CommunicationChannel> |
CommunicationChannel.parser() |
| Modifier and Type | Method and Description |
|---|---|
CommunicationChannel.Builder |
CommunicationChannel.Builder.mergeFrom(CommunicationChannel other) |
Subscription.Builder |
Subscription.Builder.mergeSubscriptionChannel(CommunicationChannel value)
A communications channel to send subscription messages to.
|
static CommunicationChannel.Builder |
CommunicationChannel.newBuilder(CommunicationChannel prototype) |
Subscription.Builder |
Subscription.Builder.setSubscriptionChannel(CommunicationChannel value)
A communications channel to send subscription messages to.
|
Copyright © 2020 Google LLC. All rights reserved.