Uses of Class
com.google.protobuf.BytesValue
-
Packages that use BytesValue Package Description com.cognite.client.dto com.google.protobuf -
-
Uses of BytesValue in com.cognite.client.dto
Methods in com.cognite.client.dto that return BytesValue Modifier and Type Method Description BytesValuePnIDResponse.Builder. getPngBinary()The converted PNG binaryBytesValuePnIDResponse. getPngBinary()The converted PNG binaryBytesValuePnIDResponseOrBuilder. getPngBinary()The converted PNG binaryBytesValuePnIDResponse.Builder. getSvgBinary()The converted SVG binaryBytesValuePnIDResponse. getSvgBinary()The converted SVG binaryBytesValuePnIDResponseOrBuilder. getSvgBinary()The converted SVG binaryMethods in com.cognite.client.dto with parameters of type BytesValue Modifier and Type Method Description PnIDResponse.BuilderPnIDResponse.Builder. mergePngBinary(BytesValue value)The converted PNG binaryPnIDResponse.BuilderPnIDResponse.Builder. mergeSvgBinary(BytesValue value)The converted SVG binaryPnIDResponse.BuilderPnIDResponse.Builder. setPngBinary(BytesValue value)The converted PNG binaryPnIDResponse.BuilderPnIDResponse.Builder. setSvgBinary(BytesValue value)The converted SVG binary -
Uses of BytesValue in com.google.protobuf
Methods in com.google.protobuf that return BytesValue Modifier and Type Method Description BytesValueBytesValue.Builder. build()BytesValueBytesValue.Builder. buildPartial()static BytesValueBytesValue. getDefaultInstance()BytesValueBytesValue.Builder. getDefaultInstanceForType()BytesValueBytesValue. getDefaultInstanceForType()static BytesValueBytesValue. of(com.google.protobuf.ByteString value)static BytesValueBytesValue. parseDelimitedFrom(InputStream input)static BytesValueBytesValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BytesValueBytesValue. parseFrom(byte[] data)static BytesValueBytesValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BytesValueBytesValue. parseFrom(com.google.protobuf.ByteString data)static BytesValueBytesValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BytesValueBytesValue. parseFrom(com.google.protobuf.CodedInputStream input)static BytesValueBytesValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BytesValueBytesValue. parseFrom(InputStream input)static BytesValueBytesValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BytesValueBytesValue. parseFrom(ByteBuffer data)static BytesValueBytesValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type BytesValue Modifier and Type Method Description com.google.protobuf.Parser<BytesValue>BytesValue. getParserForType()static com.google.protobuf.Parser<BytesValue>BytesValue. parser()Methods in com.google.protobuf with parameters of type BytesValue Modifier and Type Method Description BytesValue.BuilderBytesValue.Builder. mergeFrom(BytesValue other)static BytesValue.BuilderBytesValue. newBuilder(BytesValue prototype)
-