Uses of Class
com.google.cloud.apigeeconnect.v1.StreamInfo
-
Packages that use StreamInfo Package Description com.google.cloud.apigeeconnect.v1 A client to Apigee Connect API -
-
Uses of StreamInfo in com.google.cloud.apigeeconnect.v1
Methods in com.google.cloud.apigeeconnect.v1 that return StreamInfo Modifier and Type Method Description StreamInfo
StreamInfo.Builder. build()
StreamInfo
StreamInfo.Builder. buildPartial()
static StreamInfo
StreamInfo. getDefaultInstance()
StreamInfo
StreamInfo.Builder. getDefaultInstanceForType()
StreamInfo
StreamInfo. getDefaultInstanceForType()
StreamInfo
Payload.Builder. getStreamInfo()
The information of stream.StreamInfo
Payload. getStreamInfo()
The information of stream.StreamInfo
PayloadOrBuilder. getStreamInfo()
The information of stream.static StreamInfo
StreamInfo. parseDelimitedFrom(InputStream input)
static StreamInfo
StreamInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamInfo
StreamInfo. parseFrom(byte[] data)
static StreamInfo
StreamInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamInfo
StreamInfo. parseFrom(com.google.protobuf.ByteString data)
static StreamInfo
StreamInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamInfo
StreamInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static StreamInfo
StreamInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamInfo
StreamInfo. parseFrom(InputStream input)
static StreamInfo
StreamInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamInfo
StreamInfo. parseFrom(ByteBuffer data)
static StreamInfo
StreamInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.apigeeconnect.v1 that return types with arguments of type StreamInfo Modifier and Type Method Description com.google.protobuf.Parser<StreamInfo>
StreamInfo. getParserForType()
static com.google.protobuf.Parser<StreamInfo>
StreamInfo. parser()
Methods in com.google.cloud.apigeeconnect.v1 with parameters of type StreamInfo Modifier and Type Method Description StreamInfo.Builder
StreamInfo.Builder. mergeFrom(StreamInfo other)
Payload.Builder
Payload.Builder. mergeStreamInfo(StreamInfo value)
The information of stream.static StreamInfo.Builder
StreamInfo. newBuilder(StreamInfo prototype)
Payload.Builder
Payload.Builder. setStreamInfo(StreamInfo value)
The information of stream.
-