Uses of Class
org.yamcs.protobuf.GetObjectRequest
-
Packages that use GetObjectRequest Package Description org.yamcs.protobuf -
-
Uses of GetObjectRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type GetObjectRequest Modifier and Type Field Description static com.google.protobuf.Parser<GetObjectRequest>GetObjectRequest. PARSERDeprecated.Methods in org.yamcs.protobuf that return GetObjectRequest Modifier and Type Method Description GetObjectRequestGetObjectRequest.Builder. build()GetObjectRequestGetObjectRequest.Builder. buildPartial()static GetObjectRequestGetObjectRequest. getDefaultInstance()GetObjectRequestGetObjectRequest.Builder. getDefaultInstanceForType()GetObjectRequestGetObjectRequest. getDefaultInstanceForType()static GetObjectRequestGetObjectRequest. parseDelimitedFrom(InputStream input)static GetObjectRequestGetObjectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetObjectRequestGetObjectRequest. parseFrom(byte[] data)static GetObjectRequestGetObjectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetObjectRequestGetObjectRequest. parseFrom(com.google.protobuf.ByteString data)static GetObjectRequestGetObjectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetObjectRequestGetObjectRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetObjectRequestGetObjectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetObjectRequestGetObjectRequest. parseFrom(InputStream input)static GetObjectRequestGetObjectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetObjectRequestGetObjectRequest. parseFrom(ByteBuffer data)static GetObjectRequestGetObjectRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type GetObjectRequest Modifier and Type Method Description com.google.protobuf.Parser<GetObjectRequest>GetObjectRequest. getParserForType()static com.google.protobuf.Parser<GetObjectRequest>GetObjectRequest. parser()Methods in org.yamcs.protobuf with parameters of type GetObjectRequest Modifier and Type Method Description abstract voidAbstractBucketsApi. getObject(T ctx, GetObjectRequest request, Observer<HttpBody> observer)Get an object The body of the response represents the object data.voidBucketsApiClient. getObject(Void ctx, GetObjectRequest request, Observer<HttpBody> observer)Get an object The body of the response represents the object data.GetObjectRequest.BuilderGetObjectRequest.Builder. mergeFrom(GetObjectRequest other)static GetObjectRequest.BuilderGetObjectRequest. newBuilder(GetObjectRequest prototype)
-